@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");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  padding: 0;
  margin: 0;
  letter-spacing: -0.75px;
  box-sizing: border-box;
  color: #424242;
  -webkit-overflow-scrolling: touch;
}

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 {
  background: url("../img/select.jpg") no-repeat 98% 50%;
}

select::-ms-expand {
  display: none;
}

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%;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 20px;
  overflow: auto;
}

body {
  width: 100%;
  min-width: 320px;
  min-height: 100%;
  margin: 0 auto;
}

b, img, span, a {
  display: inline-block;
}

b {
  font-weight: bold;
}

img {
  width: auto;
  max-width: 100%;
}

.mo1365 {
  display: none !important;
}

.mo1024 {
  display: none !important;
}

.mo768 {
  display: none !important;
}

.mo {
  display: none !important;
}

header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 320px;
  height: 90px;
  z-index: 998;
  background-color: #fff;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);
}
header .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 95%;
  max-width: 1635px;
  height: 100%;
  margin: 0 auto;
}
header .vol {
  font-size: 18px;
  font-family: "Poppins";
  font-weight: 600;
}
header .volumn {
  position: fixed;
  right: 0;
  top: 220px;
  padding: 0.85rem 1.5rem;
  font-size: 0.9rem;
  font-weight: 300;
  background-color: #000;
  transform: rotate(90deg) translateX(100%);
  transform-origin: right top;
  color: #fff;
  z-index: 999;
}
header .volumn > b {
  font-weight: 500;
  color: #fff;
}
header h1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .logo {
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
header .logo img {
  display: block;
  max-height: 35px;
}
header .logo::after {
  display: block;
  content: "KAPA WEBZINE";
  margin-top: 5px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  font-family: "NanumSquare";
}
header .menu {
  width: 29px;
  height: 29px;
  background-image: url("../images/common/menu.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  cursor: pointer;
}
header .menu > span {
  display: none;
}

header.off {
  position: fixed !important;
  box-shadow: none;
}
header.off .menu {
  background-image: url("../images/common/close.png");
}

header.black,
header.black02 {
  position: fixed;
}

header.black {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

header.black02::before {
  display: inline-block;
  content: "";
  width: calc(100% - ((100% - 1635px) / 2 + (100% - (100% - 1635px) / 2 * 2) * 0.25));
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
  z-index: 1;
}
header.black02 .logo {
  z-index: 998;
}
header.black02 .menu {
  z-index: 2;
}

.header-sub__logo {
  display: none;
}

.header-sub .header-main__logo {
  display: none;
}

.header-sub .header-sub__logo {
  display: flex;
}

.no-scroll::-webkit-scrollbar {
  display: none;
}

.nav- .tipue_search_button .tipue_search_button:nth-child(2) {
  display: none;
}

.nav-sub .tipue_search_button .tipue_search_button:nth-child(1) {
  display: none;
}

nav {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 997;
  overflow: auto;
}
nav .searchArea {
  display: block;
}
nav .tipue_search_group {
  position: relative;
  width: 90.2%;
  max-width: 500px;
  height: auto;
  margin: 0 auto 50px;
  border-radius: 30px;
  border: 2px solid #efefef;
  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-bottom: 6px;
  padding-right: 5px;
  border-radius: 0;
  border: none;
}
nav .tipue_search_icon {
  margin: 0 auto;
}
nav .wrap {
  padding: 6rem 0 5rem;
  background-color: #fff;
}
nav .gnb {
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  margin: 0 auto;
  max-width: 1635px;
}
nav .gnb > li {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  margin-bottom: 50px;
}
nav .gnb .gnb_title {
  width: 283px;
  margin-right: 2.5rem;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
}
nav .gnb > li:nth-child(1) .gnb_title {
  color: #B4a7d9;
}
nav .gnb > li:nth-child(1) .lnb > li > a:hover .lnb_title {
  color: #B4a7d9;
}
nav .gnb > li:nth-child(2) .gnb_title {
  color: #1f9f2b;
}
nav .gnb > li:nth-child(2) .lnb > li > a:hover .lnb_title {
  color: #1f9f2b;
}
nav .gnb > li:nth-child(3) .gnb_title {
  color: #1f9f91;
}
nav .gnb > li:nth-child(3) .lnb > li > a:hover .lnb_title {
  color: #1f9f91;
}
nav .gnb > li:nth-child(4) .gnb_title {
  color: #176292;
}
nav .gnb > li:nth-child(4) .lnb > li > a:hover .lnb_title {
  color: #176292;
}
nav .gnb > li:nth-child(5) .gnb_title {
  color: #7abadd;
}
nav .gnb > li:nth-child(5) .lnb > li > a:hover .lnb_title {
  color: #7abadd;
}
nav .lnb {
  max-width: calc(100% - (283px + 2.5rem));
  margin-top: 0.5rem;
}
nav .lnb > li {
  margin-bottom: 1.5rem;
}
nav .lnb > li > a {
  display: block;
}
nav .lnb > li:last-child {
  margin-bottom: 0;
}
nav .lnb .lnb_title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  word-break: keep-all;
  transition: all 0.3s linear;
}
nav .lnb .lnb_by {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.85rem;
  font-weight: 300;
  word-break: keep-all;
}

nav.on {
  display: block;
}

footer {
  padding: 1rem 0;
  border-top: 1px solid #b6b6b6;
}
footer .address {
  position: static;
  font-size: 18px;
  font-weight: 300;
  line-height: 54.69px;
  text-align: center;
  line-height: 1;
  color: #6e6e6e;
  z-index: 996;
}

/*Ipad Pro*/
@media (max-width: 1365px) {
  .pc1365 {
    display: none !important;
  }
  .mo1365 {
    display: block !important;
  }
  .mo1365.inBlock {
    display: inline-block !important;
  }
  header {
    position: fixed;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
  header .con {
    flex-direction: column;
    align-items: flex-start;
  }
  header .volumn {
    display: none;
  }
  nav .wrap {
    padding: 120px 0 2.5rem;
  }
  nav .gnb {
    display: block;
    width: 95%;
  }
  nav .gnb > li {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
  }
  nav .gnb > li:last-child {
    margin: 0;
  }
  nav .gnb .gnb_title {
    margin: 0;
    font-size: 2.25rem;
    width: unset;
    padding-bottom: 10px;
  }
  nav .lnb {
    max-width: 100%;
  }
  nav .lnb > li {
    overflow: hidden;
  }
  nav .lnb > li > a {
    float: left;
  }
  nav .lnb > li > a:hover .lnb_title {
    color: #333;
  }
  section {
    margin-top: 90px;
  }
}
/*Ipad*/
@media (max-width: 1024px) {
  .pc1024 {
    display: none !important;
  }
  .mo1024 {
    display: block !important;
  }
  .mo1024.inBlock {
    display: inline-block !important;
  }
}
/*Tablet*/
@media (max-width: 768px) {
  .pc768 {
    display: none !important;
  }
  .mo768 {
    display: block !important;
  }
  .mo768.inBlock {
    display: inline-block !important;
  }
  header .wrap {
    width: 90%;
  }
  header .logo img {
    max-height: 28px;
  }
  header .logo::after {
    font-size: 16px;
  }
  header .vol {
    font-size: 16px;
  }
  nav .gnb {
    width: 90%;
  }
  nav .gnb .gnb_title {
    font-size: 1.5rem;
  }
  footer {
    padding: 0.75rem 0;
  }
}
/*Mobile*/
@media (max-width: 576px) {
  .pc {
    display: none !important;
  }
  .mo {
    display: block !important;
  }
  .mo.inBlock {
    display: inline-block !important;
  }
  header {
    height: 70px;
  }
  header .menu {
    background-size: 26px;
    transform: translateX(1.5px);
  }
  header .vol {
    font-size: 14px;
  }
  header .logo img {
    max-height: 20px;
  }
  header .logo::after {
    font-size: 14px;
  }
  header .menu {
    width: 24px;
    hegiht: 24px;
  }
  nav .wrap {
    padding: 100px 0 2rem;
  }
  nav .tipue_search_group {
    margin-bottom: 30px;
  }
  nav .gnb .gnb_title {
    font-size: 1.25rem;
  }
  nav .lnb > li {
    margin-bottom: 0.75rem;
  }
  nav .lnb .lnb_title {
    font-size: 0.85rem;
  }
  nav .lnb .lnb_by {
    font-size: 0.75rem;
  }
  section {
    margin-top: 70px;
  }
  footer .address {
    font-size: 0.75rem;
  }
}
/*Mobile(minimum)*/
@media (max-width: 345px) {
  header .volumn {
    font-size: 0.65rem;
  }
  header .logo img {
    max-height: 18px;
  }
  header .menu {
    width: 25px;
    height: 25px;
    background-size: 100%;
    transform: none;
  }
  section {
    margin-top: 57.94px;
  }
  footer .address {
    font-size: 0.7rem;
  }
}
.main ~ footer {
  display: none;
}

.main {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.main .section01 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background-color: #B4a7d9;
  padding: 0 0 0 calc((100% - 1635px) / 2);
}
.main .section01 .column {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 50%;
}
.main .section01 .column .con {
  width: 50%;
  padding: 210px 0 70px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.main .section01 .column.left {
  width: calc(50% - (100% - 1635px) / 2);
}
.main .section01 .column.left .con {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: start;
  justify-content: flex-end;
}
.main .section01 .column.left .title {
  position: absolute;
  left: 0;
  top: 180px;
  font-size: 80px;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  letter-spacing: -4px;
  z-index: 2;
}
.main .section01 .column.left .title > small {
  display: block;
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
}
.main .section01 .column.left .img {
  display: block;
  margin: 150px 0 40px 20px;
}
.main .section01 .column.left .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 330px;
  margin: 0 0 0 10px;
}
.main .section01 .column.left .list li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 70px;
  margin: 0 auto;
}
.main .section01 .column.left .list li a span {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding-top: 5px;
}
.main .section01 .column.left .text {
  padding: 0 30px 130px;
  font-size: 0.85rem;
  font-weight: 300;
  line-height: 1.45;
  word-break: keep-all;
  color: #fff;
}
.main .section01 .column.left .typing-txt {
  display: none;
}
.main .section01 .column.left .typing {
  display: inline-block;
  animation-name: cursor;
  animation-duration: 0.3s;
  animation-iteration-count: 3;
}
@keyframes cursor {
  0% {
    border-right: 1px solid #fff;
  }
  50% {
    border-right: 1px solid transparent;
  }
  100% {
    border-right: 1px solid #fff;
  }
}
.main .section01 .column.right.benner {
  align-content: flex-end;
}
.main .section01 .column.right.benner .benner {
  display: flex;
  align-items: flex-end;
  height: 158px;
  margin-bottom: 40px;
}
.main .section01 .column.right.benner .con {
  padding-top: 0;
}
.main .section01 .column.right {
  overflow: hidden;
}
.main .section01 .column.right .con:last-child {
  background-image: url("../images/common/con_right_bg.png");
  background-repeat: no-repeat;
  background-position: bottom;
  border: none;
  padding-right: calc((100% - 1635px) / 2);
}
.main .section01 .column.right .title {
  font-size: 44px;
  color: #fff;
  padding: 0 0 70px 20px;
}
.main .section01 .column.right .news {
  display: block;
  position: relative;
  margin-bottom: 30px;
  padding: 0 0 0 20px;
  overflow: hidden;
}
.main .section01 .column.right .news .category {
  position: relative;
  display: block;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.25;
  word-break: keep-all;
  color: #fff;
}
.main .section01 .column.right .news .category:hover {
  text-decoration: underline;
}
.main .section01 .column.right .news .category::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -32px;
  display: block;
  width: 20px;
  height: 12px;
  background-color: #fff;
  border-radius: 50px;
}
.main .section01 .column.right .news .tit {
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  line-height: 1.2;
  margin-top: 10px;
  word-break: keep-all;
}
.main .section01 .column.right .news .text {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25;
  word-break: keep-all;
  color: #fff;
}
.main .section01 .column.right .news:last-child {
  margin-bottom: 0;
}
.main .scrollSection {
  position: relative;
  display: flex;
  background-color: #71ae60;
}
.main .scrollSection .differential-scroll-column {
  transition: all 0s linear;
}
.main .scrollSection .left {
  position: relative;
  display: inline-block;
  width: 408px;
  margin-left: calc((100% - 1635px) / 2);
  padding: 100px 0;
}
.main .scrollSection .left > .wrap {
  align-self: flex-start;
  position: sticky;
  top: 100px;
  width: 100%;
  z-index: 10;
}
.main .scrollSection .left .title {
  font-size: 60px;
  line-height: 1.1;
  margin-left: -10px;
  color: #fff;
  white-space: nowrap;
  z-index: 2;
}
.main .scrollSection .left .title > small {
  display: block;
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
}
.main .scrollSection .left .title > span {
  color: #71ae60;
}
.main .scrollSection .left .scroll {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 4px;
  height: 270px;
  margin-top: 130px;
  background-color: #282828;
}
.main .scrollSection .left .scroll > span {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  background-color: #fff;
  transition: all 0.3s linear;
}
.main .scrollSection .left .scroll > span::after {
  display: inline-block;
  content: "SCROLL";
  position: absolute;
  right: -25px;
  bottom: -17px;
  font-size: 0.8rem;
  color: #fff;
  transform: rotate(90deg);
  transform-origin: right top;
}
.main .scrollSection .right {
  position: relative;
  width: calc(100% - ((100% - 1635px) / 2 + 408px));
  padding: calc(69px + 3.5rem) 140px 3.5rem 300px;
  background-color: #fff;
  background-image: url("../images/common/right_bg_top.png");
  background-repeat: no-repeat;
  background-position: 90% top;
  background-size: 665px;
  transition: all 0.3s linear;
  overflow: hidden;
}
.main .scrollSection .right .box {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: -50px;
  z-index: 2;
}
.main .scrollSection .right .box:first-child {
  margin-top: 100px;
}
.main .scrollSection .right .box02 {
  position: relative;
  z-index: 2;
}
.main .scrollSection .right .icon {
  text-align: right;
}
.main .scrollSection .right .icon > img {
  max-width: 100%;
}
.main .scrollSection .right .news {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
  max-width: 50%;
}
.main .scrollSection .right .news .img {
  display: block;
  overflow: hidden;
}
.main .scrollSection .right .news .img > img {
  display: block;
  max-width: 100%;
}
.main .scrollSection .right .news .text {
  padding: 20px 0;
}
.main .scrollSection .right .news .text .title {
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.25;
  word-break: keep-all;
  padding-bottom: 10px;
}
.main .scrollSection .right .news .text > p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  word-break: keep-all;
}
.main .scrollSection .right .news:nth-child(2n) {
  margin-top: 150px;
  margin-bottom: 0;
  flex-direction: column-reverse;
}
.main .scrollSection .right .news:nth-child(2n) .text {
  padding-bottom: 40px;
}
.main .scrollSection .right .news:first-child {
  margin-top: -50px;
  margin-right: 9%;
}
.main .section03 {
  background-color: #176292;
}
.main .section03 .left .title {
  font-size: 48px;
}
.main .section04 {
  background-color: #7abadd;
}
.main .section04 .left .title {
  font-size: 48px;
}
.main .section04 .right {
  background-image: none;
}
.main .section04 .right::after {
  display: none;
}
.main .section04 .right .half {
  display: flex;
}
.main .section04 .right .half .img {
  margin-right: 30px;
  margin-bottom: 30px;
}
.main .section04 .right .half .img:last-child {
  margin-right: 0;
  margin-bottom: 30px;
}
.main .section04 .right .img {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.main .section04 .right .img:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

/*Small PC*/
@media (max-width: 1736.98px) {
  .main .section01 {
    padding: 0 2.5%;
  }
  .main .section01 .column.left {
    width: 50%;
  }
  .main .section01 .column.left .title {
    font-size: 70px;
  }
  .main .section01 .column.right .title {
    font-size: 45px;
  }
  .main .scrollSection .left {
    width: 24.5%;
    margin-left: 2.6%;
  }
  .main .scrollSection .right {
    width: 75.5%;
    padding: 100px 4% 70px 18%;
  }
}
/*Ipad Pro*/
@media (max-width: 1365px) {
  .main ~ footer {
    display: block;
  }
  .main .section01 {
    padding: 0;
  }
  .main .section01 .column {
    width: 100%;
  }
  .main .section01 .column::before {
    display: none;
  }
  .main .section01 .column .con {
    width: 100%;
    padding: 0;
    border: none;
  }
  .main .section01 .column.left {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: start;
    padding: 60px 2.5%;
    width: 100%;
  }
  .main .section01 .column.left .con {
    width: auto;
    max-width: calc(100% - (3rem + 240px));
    margin-right: 30px;
  }
  .main .section01 .column.left .con:first-child {
    margin: 0;
  }
  .main .section01 .column.left .list {
    margin: 20px auto 0;
  }
  .main .section01 .column.left .title {
    position: static;
    left: auto;
    top: auto;
    font-size: 3rem;
    z-index: 1;
  }
  .main .section01 .column.left .more {
    display: none;
  }
  .main .section01 .column.left .img {
    display: block;
    margin: 0;
    max-width: 100%;
  }
  .main .section01 .column.left .text {
    padding: 0;
    margin-top: 1.5rem;
  }
  .main .section01 .column.left .text > b {
    display: none;
  }
  .main .section01 .column.right.benner .benner {
    height: auto;
    padding: 0 20px;
    width: 100%;
  }
  .main .section01 .column.right.benner .benner img {
    width: 100%;
  }
  .main .section01 .column.right {
    padding: 0 0 60px 60px;
  }
  .main .section01 .column.right::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    width: 60px;
    height: 100%;
    margin: 0;
    border-radius: 0 0.5rem 0 0;
    background-color: #fff;
  }
  .main .section01 .column.right::after {
    display: inline-block;
    content: "MORE DEEPLY";
    position: absolute;
    left: 50px;
    top: 40px;
    z-index: 3;
    transform: rotate(90deg);
    transform-origin: left top;
    font-size: 33px;
    font-weight: 800;
    color: #71ae60;
  }
  .main .section01 .column.right .con {
    padding: 0;
    margin-bottom: 1rem;
  }
  .main .section01 .column.right .con:last-child {
    margin-bottom: 0;
    background: none;
  }
  .main .section01 .column.right .con:last-child .news:last-child {
    margin-bottom: 0;
    border: none;
  }
  .main .section01 .column.right .conImg {
    display: none;
  }
  .main .section01 .column.right .title {
    padding: 0 0 10px 40px;
  }
  .main .section01 .column.right .news {
    border-bottom: 1px solid #fff;
    padding: 40px 80px 40px 20px;
    margin: 0 5%;
  }
  .main .section01 .column.right .news::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translate(0, -50%);
    width: 55px;
    height: 55px;
    background-image: url("../images/common/arrow.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .main .section01 .column.right .news .category::before {
    display: none;
  }
  .main .section01 .column.right .news .cetegory:hover {
    text-decoration: none;
  }
  .main .scrollSection {
    flex-direction: column;
    padding: 0;
    background-color: #fff !important;
    background-image: url("../images/common/right_bg_top.png");
    background-repeat: no-repeat;
    background-position: 90% top;
    background-size: 60%;
  }
  .main .scrollSection .left {
    width: 100%;
    margin-left: 0;
    padding: 60px 2.5% 80px 60px;
  }
  .main .scrollSection .left .title {
    position: static;
    z-index: 1;
    font-size: 60px;
    color: #71ae60;
  }
  .main .scrollSection .left .more {
    display: none;
  }
  .main .scrollSection .left .scroll {
    display: none;
  }
  .main .scrollSection .right {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-right: 0;
    padding: 0 2.5% 60px calc(60px + 2.5%);
    background-color: transparent;
    background-image: none;
  }
  .main .scrollSection .right::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    width: 60px;
    height: 100%;
    margin: 0;
    border-radius: 0 0.5rem 0 0;
    background-color: #71ae60;
  }
  .main .scrollSection .right::after {
    display: inline-block;
    content: "MORE DEEPLY";
    position: absolute;
    left: 50px;
    top: 40px;
    z-index: 3;
    transform: rotate(90deg);
    transform-origin: left top;
    font-size: 33px;
    font-weight: 800;
    color: #fff;
  }
  .main .scrollSection .right .box {
    max-width: 900px;
    margin: -100px auto 2rem;
  }
  .main .scrollSection .right .box02 {
    max-width: 900px;
    margin: 0 auto;
  }
  .main .scrollSection .right .icon {
    display: none;
  }
  .main .scrollSection .right .news {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .main .scrollSection .right .news .text {
    padding-bottom: 0;
  }
  .main .scrollSection .right .news .text .subtitle {
    max-width: none !important;
  }
  .main .scrollSection .right .news:first-child {
    margin-right: 2.5%;
  }
  .main .section03 .left .title {
    color: #176292;
  }
  .main .section03 .right::before {
    background-color: #176292;
  }
  .main .section04 .left .title {
    color: #7abadd;
  }
  .main .section04 .right::before {
    background-color: #7abadd;
  }
}
/*Ipad*/
@media (max-width: 1024px) {
  .main .section01 .column.left {
    flex-direction: column-reverse;
  }
  .main .section01 .column.left .con {
    width: 100%;
    max-width: none;
    margin: 0;
  }
  .main .section01 .column.left .con:first-child {
    max-width: none;
  }
  .main .section01 .column.left .img {
    margin: 2rem auto 0;
  }
  .main .section01 .column.left .list {
    width: 100%;
  }
  .main .section01 .column.left .list li {
    width: 25%;
    margin-right: 5px;
  }
  .main .section01 .column.left .list li:last-child {
    margin-right: 0;
  }
  .main .scrollSection .right .box {
    display: block;
    margin: 0;
  }
  .main .scrollSection .right .box:first-child {
    margin-top: 0;
  }
  .main .scrollSection .right .box .news {
    display: block;
    margin: 0 auto;
    padding-bottom: 30px;
    max-width: 414px;
  }
  .main .scrollSection .right .box .news .text {
    padding-bottom: 40px;
  }
  .main .scrollSection .right .half {
    flex-direction: column;
    align-items: center;
  }
  .main .scrollSection .right .half .img {
    margin-right: 0;
  }
}
/*Tablet*/
/*Mobile*/
@media (max-width: 576px) {
  .main .section01 .column.left {
    padding: 2rem 5% 2rem;
  }
  .main .section01 .column.left .title {
    font-size: 9.5vw;
  }
  .main .section01 .column.left .title > small {
    font-size: 0.9rem;
  }
  .main .section01 .column.left .img {
    width: 100%;
    max-width: 60%;
  }
  .main .section01 .column.left .text {
    font-size: 16px;
  }
  .main .section01 .column.left .text > span {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .main .section01 .column.left .list {
    max-width: 80%;
  }
  .main .section01 .column.left .list li a span {
    font-size: 14px;
  }
  .main .section01 .column.right {
    padding: 0 0 30px 30px;
  }
  .main .section01 .column.right::before {
    width: 30px;
  }
  .main .section01 .column.right::after {
    left: 24px;
    top: 1rem;
    font-size: 0.8rem;
  }
  .main .section01 .column.right .title {
    padding: 0 0 10px 20px;
    font-size: 32px;
  }
  .main .section01 .column.right .news {
    padding: 20px 60px 20px 10px !important;
  }
  .main .section01 .column.right .news:before {
    width: 45px;
    height: 45px;
    right: 10px;
  }
  .main .section01 .column.right .news .category {
    font-size: 1.1rem;
  }
  .main .section01 .column.right .news .tit {
    font-size: 20px;
  }
  .main .section01 .column.right .news .text {
    margin-top: 0.25rem;
    font-size: 0.8rem;
  }
  .main .scrollSection .left {
    padding: 2rem 5% 4rem 40px;
  }
  .main .scrollSection .left .title {
    font-size: 2.25rem;
  }
  .main .scrollSection .left .title > small {
    font-size: 0.9rem;
  }
  .main .scrollSection .right {
    padding: 0 0 60px 30px;
  }
  .main .scrollSection .right::before {
    width: 30px;
  }
  .main .scrollSection .right::after {
    left: 24px;
    top: 1rem;
    font-size: 0.8rem;
  }
  .main .scrollSection .right .box, .main .scrollSection .right .box02 {
    width: 414px;
    max-width: 85%;
    margin: 0 auto;
  }
  .main .scrollSection .right .news {
    max-width: 100%;
  }
  .main .scrollSection .right .news .text {
    padding: 10px 0 0 !important;
  }
  .main .scrollSection .right .news .text .title {
    font-size: 1.1rem;
    padding-bottom: 5px;
  }
  .main .scrollSection .right .news .text p {
    font-size: 0.8rem;
  }
  .main .section04 .right .img {
    margin-bottom: 20px !important;
  }
}
.sub ~ footer {
  display: block;
}

.sub {
  padding: 69px calc((100% - 1306.5px) / 2);
  background-color: #e4dbf9;
}
.sub .contents {
  padding: 4.75rem 5% 5.5rem;
  background-color: #fff;
}
.sub .pagenation {
  display: flex;
  flex-wrap: wrap;
}
.sub .pagenation a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding: 2.5rem 1rem;
  border-right: 1px solid #333333;
  background-color: #B4a7d9;
}
.sub .pagenation a img {
  display: inline-block;
  max-width: 100%;
  padding: 0 1rem;
}
.sub .pagenation a b {
  display: inline-block;
  padding: 0.25rem 1rem;
  font-size: 0.85rem;
  font-weight: 300;
  border: 1px solid #fff;
  border-radius: 1rem;
  color: #fff;
}
.sub .pagenation a p {
  min-height: 50px;
  margin-top: 0.75rem;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.25;
  color: #fff;
  word-break: keep-all;
}
.sub .pagenation a p small {
  display: block;
  font-size: 1rem;
  font-weight: 300;
  word-break: keep-all;
  color: #fff;
}
.sub .pagenation a .text {
  min-width: calc(100% - 120px);
}
.sub .pagenation a:nth-child(2) {
  border: none;
}
.sub .pagenation a:nth-child(2) .text {
  text-align: right;
}
.sub .pagenation a:hover {
  transition: background 0.3s linear;
  background-color: #8d76cc;
}
.sub .contents_top {
  padding: 3rem 0;
}
.sub .contents_top .depth {
  display: block;
  font-size: 0.95rem;
  font-weight: 600;
}
.sub .contents_top .title {
  margin-top: 1.8rem;
  font-size: 2rem;
  word-break: keep-all;
  line-height: 1.3;
}
.sub .contents_top .title small {
  display: inline-block;
  margin: 5px 0;
}
.sub .contents_top .by {
  margin-top: 25px;
  font-family: "Nanum Myeongjo", serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
  color: #B4a7d9;
  word-break: keep-all;
}
.sub .contents_top .by * {
  font-size: 100%;
  color: #B4a7d9;
}
.sub .contents_top .by .flex03 {
  display: flex;
  align-items: flex-start;
  padding-bottom: 20px;
}
.sub .contents_top .by .flex03 > span {
  margin-right: 5px;
}
.sub .contents_top .by .flex03 > span:last-child {
  margin-right: 0;
}
.sub .contents_top .text {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 300;
}
.sub .crawling-contents-textbox {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 300;
  padding-bottom: 80px;
}
.sub .crawling-contents-textbox:last-child {
  padding-bottom: 0;
}
.sub .crawling-contents-textbox h3 {
  font-size: 27px;
  line-height: 1.4;
  padding-bottom: 30px;
  color: #B4a7d9;
  word-break: keep-all;
}
.sub .crawling-contents-textbox h3 * {
  font-size: 100%;
}
.sub .crawling-contents-textbox h3:last-child {
  padding-bottom: 0;
}
.sub .crawling-contents-textbox h4 {
  font-size: 20px;
  line-height: 1.4;
  padding-bottom: 40px;
}
.sub .crawling-contents-textbox h4 > span {
  display: block;
  margin: 0 auto;
  font-size: 1rem;
  text-align: center;
  word-break: keep-all;
}
.sub .crawling-contents-textbox h4:last-child {
  padding-bottom: 0;
}
.sub .crawling-contents-textbox .epilogue {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  font-weight: 400;
  margin: 0 auto;
  padding-bottom: 30px;
}
.sub .crawling-contents-textbox .epilogue:last-child {
  padding-bottom: 0;
}
.sub .crawling-contents-textbox .epilogue small {
  font-size: 90%;
  font-weight: 400 !important;
}
.sub .crawling-contents-textbox h5 {
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  word-break: keep-all;
}
.sub .crawling-contents-textbox h5 * {
  font-size: 100%;
}
.sub .crawling-contents-textbox h5:last-child {
  padding-bottom: 0;
}
.sub .crawling-contents-textbox h6 {
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
  word-break: keep-all;
}
.sub .crawling-contents-textbox h6 * {
  font-size: 100%;
}
.sub .crawling-contents-textbox h6:last-child {
  padding-bottom: 0;
}
.sub .crawling-contents-textbox p {
  padding-bottom: 30px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8;
  word-break: break-all;
  text-align: justify;
}
.sub .crawling-contents-textbox p * {
  font-size: 100%;
}
.sub .crawling-contents-textbox p:last-child {
  padding-bottom: 0;
}
.sub .crawling-contents-textbox p b {
  display: inline;
}
.sub .crawling-contents-textbox small {
  display: block;
  font-size: 80%;
  font-weight: 300;
  line-height: 1.55;
}
.sub .crawling-contents-textbox small * {
  font-size: 0.8rem;
  line-height: 1.55;
}
.sub .crawling-contents-textbox b {
  font-weight: 500;
}
.sub .crawling-contents-textbox sub,
.sub .crawling-contents-textbox sup {
  font-size: 75% !important;
  line-height: 0 !important;
}
.sub .crawling-contents-textbox .list {
  text-align: left;
  line-height: 1.5;
  word-break: keep-all;
  padding-bottom: 40px;
  font-weight: 300;
}
.sub .crawling-contents-textbox .list:last-child {
  padding-bottom: 0;
}
.sub .crawling-contents-textbox .list li {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 5px;
}
.sub .crawling-contents-textbox .list li > span:first-child {
  margin-right: 5px;
}
.sub .crawling-contents-textbox .list li a {
  display: inline;
  word-break: break-all;
}
.sub .crawling-contents-textbox .list.small {
  font-size: 16px;
}
.sub .crawling-contents-textbox .img {
  text-align: center;
}
.sub .crawling-contents-textbox .img > span {
  display: inline-block;
}
.sub .crawling-contents-textbox .img > span img {
  max-width: 100%;
  width: auto;
}
.sub .crawling-contents-textbox .img > span small {
  display: block;
  padding: 10px 0 0;
  font-weight: 300;
  word-break: keep-all;
  text-align: right;
}
.sub .crawling-contents-textbox .flex {
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}
.sub .crawling-contents-textbox .flex > span {
  display: inline-block;
  margin-right: 30px;
}
.sub .crawling-contents-textbox .flex > span small {
  display: block;
  padding: 10px 0 0;
  font-weight: 300;
}
.sub .crawling-contents-textbox .flex > span:last-child {
  margin-right: 0;
}
.sub .crawling-contents-textbox .flex:last-child {
  padding-bottom: 0;
}
.sub .crawling-contents-textbox .flex02 {
  display: flex;
}
.sub .crawling-contents-textbox .flex02 > span {
  margin-right: 10px;
}
.sub .crawling-contents-textbox .flex02 > span:last-child {
  margin-right: 0;
}
.sub .crawling-contents-textbox .flex03 {
  display: flex;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.sub .crawling-contents-textbox .flex03 > span {
  margin-right: 5px;
}
.sub .crawling-contents-textbox .flex03 > span:last-child {
  margin-right: 0;
}
.sub .crawling-contents-textbox .box {
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 0.35rem;
  background-color: #f7f8f8;
}
.sub .crawling-contents-textbox .box:last-child {
  margin-bottom: 0;
}
.sub .crawling-contents-textbox .box02 {
  padding: 30px;
  margin-bottom: 30px;
  border: 1px solid #000;
}
.sub .crawling-contents-textbox .box02:last-child {
  margin-bottom: 0;
}
.sub .crawling-contents-textbox .box03 {
  padding: 30px;
  margin-bottom: 30px;
  border: 1px solid #000;
  background-color: #f7f8f8;
}
.sub .crawling-contents-textbox .box03:last-child {
  margin-bottom: 0;
}
.sub .crawling-contents-textbox .box04 {
  padding: 30px;
  margin-bottom: 30px;
  background-color: #f7f8f8;
}
.sub .crawling-contents-textbox .box04:last-child {
  margin-bottom: 0;
}
.sub .crawling-contents-textbox .qnaQ {
  display: inline-block;
  padding: 12px 20px;
  background-color: #6a6eaf;
  border-radius: 25px;
}
.sub .crawling-contents-textbox .qnaQ h5 {
  color: #fff;
}
.sub .crawling-contents-textbox .qnaA {
  padding: 20px;
  background-color: #efeff6;
  border-radius: 25px;
}
.sub .crawling-contents-textbox .accordion {
  padding: 1rem 1.25rem;
  margin-bottom: 1.25rem;
  border-radius: 0.75rem;
  border: 1px solid #a7a7a7;
}
.sub .crawling-contents-textbox .accordion .accordion_top {
  position: relative;
  display: block;
  cursor: pointer;
}
.sub .crawling-contents-textbox .accordion .accordion_top h3 {
  font-size: 24px;
  font-weight: 500;
  color: #000;
}
.sub .crawling-contents-textbox .accordion .accordion_top h3 .subtitle {
  font-size: 20px;
  font-weight: 300;
}
.sub .crawling-contents-textbox .accordion .accordion_top::after {
  display: inline-block;
  content: "";
  position: absolute;
  right: calc((2rem - 22px) / 2);
  top: 13px;
  width: 22px;
  height: 14px;
  background-image: url("../images/common/accordion.png");
  background-size: 100%;
}
.sub .crawling-contents-textbox .accordion .accordion_bottom {
  display: none;
  margin-top: 2.25rem;
}
.sub .crawling-contents-textbox .accordion:last-child {
  margin-bottom: 0;
}
.sub .crawling-contents-textbox .accordion.on .accordion_top::after {
  transform: translateY(-50%) rotate(180deg);
}
.sub .crawling-contents-textbox .tag01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #B4a7d9;
}
.sub .crawling-contents-textbox .tag01 > span {
  margin-top: -3px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
}
.sub .crawling-contents-textbox .tag02 {
  display: inline-block;
  padding: 5px 25px;
  margin-bottom: 20px;
  font-weight: 500;
  border-radius: 30px;
  background-color: #B4a7d9;
  color: #f1f0ec;
}
.sub .crawling-contents-textbox .tag02:last-child {
  margin-bottom: 0;
}
.sub .crawling-contents-textbox .tag03 {
  display: inline-block;
  padding: 5px 25px;
  margin-bottom: 20px;
  font-weight: 500;
  background-color: #B4a7d9;
  color: #f1f0ec;
}
.sub .crawling-contents-textbox .tag03:last-child {
  margin-bottom: 0;
}
.sub .crawling-contents-textbox .qna01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 49px;
  height: 49px;
  border-radius: 24.5px 24.5px 0 24.5px;
  background-color: #669ac8;
}
.sub .crawling-contents-textbox .qna01 > span {
  margin-top: -5px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
}
.sub .crawling-contents-textbox .qna01.qna02 {
  border-radius: 24.5px 0 24.5px 24.5px;
  background-color: #e8cf44;
}
.sub .crawling-contents-textbox .table {
  width: 100%;
  margin-bottom: 40px;
  overflow: auto;
}
.sub .crawling-contents-textbox .table small {
  display: block;
  font-size: 90%;
  text-align: right;
  margin-bottom: 5px;
}
.sub .crawling-contents-textbox .table caption {
  font-weight: 500;
  font-size: 18px;
  text-align: left;
  margin-bottom: 5px;
}
.sub .crawling-contents-textbox .table table {
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  width: 100%;
  background-color: #fff;
}
.sub .crawling-contents-textbox .table table th, .sub .crawling-contents-textbox .table table td {
  padding: 1%;
  font-weight: 300;
  line-height: 1.65;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  word-break: break-all;
  text-align: justify;
  text-align: center;
}
.sub .crawling-contents-textbox .table table th:last-child, .sub .crawling-contents-textbox .table table td:last-child {
  border-right: none;
}
.sub .crawling-contents-textbox .table table th {
  border-bottom: 1px solid #ccc;
  background-color: #def3f8;
  font-weight: bold;
  text-align: center;
  word-break: keep-all;
}
.sub .crawling-contents-textbox .table table tbody th {
  font-weight: bold;
  background-color: #f9f9f9;
  text-align: center;
  word-break: keep-all;
}
.sub .crawling-contents-textbox .table table b {
  font-weight: bold;
}
.sub .crawling-contents-textbox .table .center td {
  text-align: center;
  word-break: keep-all;
}
.sub .crawling-contents-textbox .table:last-child {
  margin-bottom: 0;
}
.sub .contents.event .eventBox {
  padding: 0 6.61% 0 4.74%;
  font-size: 20px;
  font-family: "NanumSquare";
}
.sub .contents.event .eventBox .box04 {
  padding: 90px 40px 85px 60px;
}
.sub .contents.event .eventBox .font18 {
  font-size: 18px;
}
.sub .contents.mailBox .tit01 {
  font-size: 2rem;
  color: #6ac4c5;
}
.sub .contents.mailBox .mail_con01 {
  width: 100%;
  max-width: calc(100% - (43px + 1.5rem));
}
.sub .contents.mailBox .mail_radio {
  overflow: hidden;
}
.sub .contents.mailBox .mail_radio > span {
  display: inline-block;
  float: left;
  margin-right: 0.75rem;
}
.sub .contents.mailBox .mail_radio > span:last-child {
  margin: 0;
}
.sub .contents.mailBox .mail_radio label {
  font-size: 0.85rem;
  font-weight: 300;
  margin-left: 5px;
  cursor: pointer;
}
.sub .contents.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 .contents.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 .contents.mailBox .mail_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sub .contents.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 .contents.mailBox .mail_agree {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.sub .contents.mailBox .mail_agree > label {
  margin: -2px 1rem 0 0.25rem;
  font-size: 0.85rem;
  cursor: pointer;
}
.sub .contents.mailBox .mail_agree > label:last-child {
  margin: -2px 0 0 0.25rem;
}
.sub .contents.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 .contents.subscribe .subscribe_type > span {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  border: 1px solid #cccccc;
}
.sub .contents.subscribe .subscribe_type input[type=radio] {
  display: none;
}
.sub .contents.subscribe .subscribe_type input[type=radio]:checked + label {
  font-weight: 500;
  background-color: #555555;
  color: #fff;
}
.sub .contents.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 .contents.subscribe .subscribe_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 3rem 0 0.75rem;
}
.sub .contents.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 .contents.subscribe .subscribe_agree {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.sub .contents.subscribe .subscribe_agree > label {
  margin: -2px 1rem 0 0.25rem;
  font-size: 0.85rem;
  cursor: pointer;
}
.sub .contents.subscribe .subscribe_agree > label:last-child {
  margin: -2px 0 0 0.25rem;
}
.sub .contents.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 .instant_wrap {
  display: block;
  border: none;
  height: 100vh;
}

.function {
  position: fixed;
  right: 8.3%;
  bottom: 8%;
}
.function button, .function a, .function .btntop {
  display: block;
  font-size: 0.95rem;
  margin-top: 0.25rem;
  cursor: pointer;
}
.function button img, .function a img, .function .btntop img {
  display: block;
  width: 50px;
}
.function button:first-child, .function a:first-child, .function .btntop:first-child {
  margin-top: 0;
}
.function #share {
  position: relative;
  right: 0;
  bottom: 0;
  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;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  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;
  transition: all 0.3s ease;
}
.function #print:hover::before, .function #print:hover::after {
  opacity: 1;
  visibility: visible;
}
.function .btntop {
  cursor: pointer;
  z-index: 998;
}
.function .btntop > img {
  display: block;
  max-width: 100%;
}

.share {
  display: none;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: 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 #cbcbcb;
  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: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 2rem 115.5px;
}
.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: flex;
}

.marker {
  background: linear-gradient(to top, transparent 10%, #fffaaa 10%, #fffaaa 40%, transparent 30%);
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-wrap.row3 span:nth-child(3n) {
  margin-right: 0 !important;
}

.just-center {
  justify-content: center !important;
}

.just-between {
  justify-content: space-between !important;
}

.just-start {
  justify-content: start !important;
}

.just-end {
  justify-content: end !important;
}

.align-center {
  align-items: center !important;
}

.align-start {
  align-items: flex-start !important;
}

.align-end {
  align-items: flex-end !important;
}

.align-stretch {
  align-items: stretch !important;
}

.flex-d-col {
  flex-direction: column !important;
}
.flex-d-col > span {
  margin-right: 0 !important;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-just {
  text-align: justify !important;
}

.word-keep {
  word-break: keep-all !important;
  text-align: left !important;
}

.keep-all {
  word-break: keep-all !important;
}

.break-all {
  word-break: break-all;
}

.block {
  display: block !important;
}

.inline-blopck {
  display: inline-block !important;
}

.inline {
  display: inline !important;
}

.line-h-12 {
  line-height: 1.2 !important;
}

.underline {
  text-decoration: underline;
}

.bookList {
  padding: 120px 0 60px;
}

/*Small Pc*/
@media (max-width: 1406.98px) {
  .sub {
    padding: 69px 8.5rem 1.5em 2.5rem;
  }
  .function {
    right: calc(54.69px + 1rem);
  }
}
/*Ipad Pro*/
@media (max-width: 1365px) {
  .sub {
    padding: 0 2.5% 3rem;
  }
  .sub .pagenation a p {
    min-height: auto;
  }
  .sub .crawling-contents-textbox .flex_1365 {
    flex-direction: column;
  }
  .sub .crawling-contents-textbox .flex_1365 > span {
    display: block;
    width: 100%;
    min-width: auto !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
    margin-bottom: 30px;
  }
  .sub .crawling-contents-textbox .flex_1365 > span:last-child {
    margin-bottom: 0;
  }
  .function {
    right: 4%;
  }
  .function .print,
  .function #pdf {
    display: none;
  }
  .btntop {
    right: 4.9%;
  }
  .share {
    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%;
    transform: translateY(-50%);
  }
  .share .close > span {
    display: none;
  }
  .share .sns {
    padding: 2rem calc((100% - 214px) / 2);
  }
}
/*Ipad*/
@media (max-width: 1024px) {
  .sub .pagenation a {
    flex-direction: column;
  }
  .sub .pagenation a img {
    margin: 0 0 1rem;
  }
  .sub .pagenation a p {
    margin-left: 0;
  }
  .sub .pagenation a .text {
    text-align: center !important;
  }
  .sub .pagenation a:nth-child(2) {
    flex-direction: column-reverse;
  }
  .sub .crawling-contents-textbox .flex_1024 {
    flex-direction: column;
  }
  .sub .crawling-contents-textbox .flex_1024 > span {
    display: block;
    width: 100%;
    min-width: auto !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
    margin-bottom: 30px;
  }
  .sub .crawling-contents-textbox .flex_1024 > span:last-child {
    margin-bottom: 0;
  }
}
/*Tablet*/
@media (max-width: 768px) {
  .sub {
    padding: 0 5% 3rem;
  }
  .sub .crawling-contents-textbox .flex {
    display: block;
  }
  .sub .crawling-contents-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: 30px;
  }
  .sub .crawling-contents-textbox .flex > span:last-child {
    margin-bottom: 0;
  }
  .sub .crawling-contents-textbox .flex02 {
    display: block !important;
  }
  .sub .crawling-contents-textbox .flex02 > span {
    display: block;
    width: 100%;
    min-width: auto !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .sub .crawling-contents-textbox .list {
    font-size: 16px;
  }
  .sub .contents.event .eventBox {
    font-size: 16px;
  }
  .sub .contents.event .eventBox .box04 {
    padding: 40px;
  }
  .sub .contents.event .eventBox .font18 {
    font-size: 15px;
  }
  .sub .contents.mailBox .mail_info > input[type=text] {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .sub .contents.subscribe .subscribe_type > span {
    max-width: 100%;
  }
  .sub .contents.subscribe .subscribe_info > input[type=text] {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .sub .contents.subscribe .subscribe_info > input[type=text]:last-child {
    margin: 0;
  }
  .function {
    right: 4.9%;
  }
  .share .close {
    right: 4.9%;
  }
}
/*Mobile*/
@media (max-width: 576px) {
  .sub .contents {
    padding: 2.5rem 7% 3.5rem;
  }
  .sub .pagenation {
    flex-direction: column;
  }
  .sub .pagenation a {
    width: 100%;
    padding: 1.5rem 0.75rem;
    border-bottom: 1px solid #333333;
    border-right: none;
  }
  .sub .pagenation a img {
    width: 45px;
    padding: 0;
  }
  .sub .pagenation a b {
    font-size: 0.75rem;
  }
  .sub .pagenation a p {
    font-size: 0.95rem;
  }
  .sub .pagenation a p small {
    font-size: 0.75rem;
  }
  .sub .contents_top {
    padding: 2.5rem 0;
  }
  .sub .contents_top .depth {
    font-size: 0.8rem;
  }
  .sub .contents_top .title {
    margin-top: 1rem;
    font-size: 30px;
  }
  .sub .contents_top .title small {
    font-size: 70%;
  }
  .sub .contents_top .by, .sub .contents_top .text {
    font-size: 17px;
  }
  .sub .crawling-contents-textbox {
    padding-bottom: 2.5rem;
  }
  .sub .crawling-contents-textbox h3 {
    font-size: 22px;
    word-break: normal;
  }
  .sub .crawling-contents-textbox h4 {
    font-size: 20px;
  }
  .sub .crawling-contents-textbox h5 {
    font-size: 19px;
  }
  .sub .crawling-contents-textbox h6 {
    font-size: 18px;
  }
  .sub .crawling-contents-textbox p {
    font-size: 16px;
  }
  .sub .crawling-contents-textbox small {
    font-size: 0.75rem;
  }
  .sub .crawling-contents-textbox small * {
    font-size: 0.75rem;
  }
  .sub .crawling-contents-textbox .flex_576 {
    flex-direction: column;
  }
  .sub .crawling-contents-textbox .flex_576 > span {
    min-width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 25px;
  }
  .sub .crawling-contents-textbox .flex_576 > span:last-child {
    margin-bottom: 0;
  }
  .sub .crawling-contents-textbox .table {
    font-size: 16px;
  }
  .sub .crawling-contents-textbox .table caption {
    font-size: 18px;
  }
  .sub .crawling-contents-textbox .accordion {
    padding-top: 1rem;
    padding-right: 5% !important;
    padding-bottom: 1rem;
    padding-left: 5% !important;
  }
  .sub .crawling-contents-textbox .accordion .accordion_top h3 {
    font-size: 22px;
  }
  .sub .crawling-contents-textbox .accordion .accordion_top::after {
    right: calc((1.5rem - 18px) / 2);
    width: 18px;
    height: 11px;
  }
  .sub .crawling-contents-textbox .accordion .accordion_bottom {
    margin-top: 1.5rem;
  }
  .sub .crawling-contents-textbox .box, .sub .crawling-contents-textbox .box02, .sub .crawling-contents-textbox .box03, .sub .crawling-contents-textbox .box04 {
    padding: 20px;
  }
  .sub .crawling-contents-textbox .tag01 {
    width: 40px;
    height: 40px;
  }
  .sub .crawling-contents-textbox .tag01 > span {
    margin-top: -3px;
    font-size: 1rem;
  }
  .sub .crawling-contents-textbox .qna01 {
    width: 40px;
    height: 40px;
    border-radius: 20px 20px 0 20px;
  }
  .sub .crawling-contents-textbox .qna01 > span {
    font-size: 1rem;
  }
  .sub .crawling-contents-textbox .qna01.qna02 {
    border-radius: 20px 0 20px 20px;
  }
  .sub .contents.mailBox .box04 {
    padding: 30px 20px !important;
  }
  .sub .contents.mailBox .tit01 {
    font-size: 1.5rem;
  }
  .sub .contents.mailBox .mail_tArea01 {
    padding: 0.5rem 0.75rem;
  }
  .sub .contents.mailBox .mail_input01 {
    height: 45px;
  }
  .sub .contents.mailBox .mail_info > input[type=text] {
    height: 45px;
  }
  .sub .contents.mailBox .mail_btn {
    width: 220px;
    height: 60px;
    margin: 1.5rem auto 0;
    font-size: 0.85rem;
    font-weight: 500;
  }
  .sub .contents.event .eventBox {
    font-size: 16px;
  }
  .sub .contents.event .eventBox .box04 {
    padding: 20px;
  }
  .sub .contents.subscribe .subscribe_type label {
    height: 55px;
    font-size: 0.85rem;
    line-height: 53px;
  }
  .sub .contents.subscribe .subscribe_info {
    margin: 1.5rem 0 1rem;
  }
  .sub .contents.subscribe .subscribe_info > input[type=text] {
    height: 45px;
    padding: 0 5%;
    margin: 0 0 0.35rem;
    font-size: 0.85rem;
  }
  .sub .contents.subscribe .subscribe_btn {
    width: 220px;
    height: 60px;
    margin: 3rem auto 0;
    font-size: 0.85rem;
    font-weight: 500;
  }
  .function button img, .function a img {
    width: 35px;
  }
  .btntop {
    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 {
    padding: 1.25rem calc((100% - 190px) / 2);
  }
  .share .sns > a > img {
    width: 55px;
  }
  .share .sns > a > small {
    font-size: 0.6rem;
  }
  .bookList {
    padding: 60px 0 40px;
  }
}/*# sourceMappingURL=style.css.map */