@import url("normalize.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900&display=swap&subset=korean");
@import url("https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&display=swap");
* {
  padding: 0;
  margin: 0;
  font-family: 'Noto Sans KR', sans-serif;
  letter-spacing: -1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333333;
  -webkit-overflow-scrolling: touch;
}

img {
  vertical-align: middle;
}

select, input, 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="radio"],
input[type="checkbox"] {
  display: none !important;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

textarea {
  resize: none;
}

table {
  border-collapse: collapse;
}

b {
  font-weight: bold;
}

html, body {
  width: 100%;
  height: 100%;
  font-size: 20px;
}

body {
  max-width: 1920px;
  min-width: 320px;
  margin: 0 auto;
  overflow: auto;
}

.wrap {
  width: 1550px;
  margin: 0 auto;
}

header {
  border-bottom: 1px solid #dadada;
}

header .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 0.5rem 0;
}

header a {
  display: inline-block;
}

header a img {
  display: block;
  width: 100%;
}

header ul {
  overflow: hidden;
  margin-right: calc(109px + 2.5rem);
}

header ul li {
  display: inline-block;
  float: left;
  margin-right: 2.5rem;
}

header ul li a {
  display: block;
  padding-right: 2.5px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.65;
  color: #494949;
}

header ul li a:hover {
  color: #fabe00;
}

header ul li:last-child {
  margin-right: 0;
}

header .menu {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  width: 109px;
  height: 110px;
  background-color: #515151;
  background-image: url("/common/images/menu.png");
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 2;
}

header .menu span {
  display: none;
}

header .volume {
  position: fixed;
  left: 0;
  top: calc(111px + 5rem);
  margin-left: 39px;
  display: inline-block;
  padding: 0.5rem 1rem;
  font-size: 0.85rem;
  font-weight: 300;
  letter-spacing: -0.75px;
  background-color: #fabe00;
  color: #fff;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  z-index: 2;
}

header .volume b {
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: -0.75px;
  color: #fff;
}

header.vol180 .volume {
  background-color: #ec7391;
}

header.vol180 ul li a:hover {
  color: #ec7391;
}

header.vol181 .volume {
  background-color: #87b4a8;
}

header.vol181 ul li a:hover {
  color: #87b4a8;
}

header.vol190 .volume {
  background-color: #91be24;
}

header.vol190 ul li a:hover {
  color: #91be24;
}

header.vol183 .volume {
  background-color: #637cc2;
}

header.vol183 ul li a:hover {
  color: #637cc2;
}

header.vol184 .volume {
  background-color: #7ecaf1;
}

header.vol184 ul li a:hover {
  color: #7ecaf1;
}

header.vol185 .volume {
  background-color: #6c9985;
}

header.vol185 ul li a:hover {
  color: #6c9985;
}

header.vol186 .volume {
  background-color: #4888b4;
}

header.vol186 ul li a:hover {
  color: #4888b4;
}

header.vol187 .volume {
  background-color: #d7b897;
}

header.vol187 ul li a:hover {
  color: #d7b897;
}

header.vol188 .volume {
  background-color: #f8ac8f;
}

header.vol188 ul li a:hover {
  color: #f8ac8f;
}

header.vol189 .volume {
  background-color: #44a68f;
}

header.vol189 ul li a:hover {
  color: #44a68f;
}

header.vol190_2 .volume {
  background-color: #bb8bbf;
}

header.vol190_2 ul li a:hover {
  color: #bb8bbf;
}

nav {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f4f4f4;
  background-image: url("/common/images/bg.jpg");
  background-size: calc(((100% - 1550px)/2) + 200px) 100%;
  background-repeat: no-repeat;
  overflow: auto;
  z-index: 998;
}

nav .wrap {
  position: relative;
  padding: 111px 0;
  overflow: hidden;
}

nav .close {
  position: absolute;
  right: calc((111px - 35px)/2);
  top: calc((111px - 35px)/2);
  width: 35px;
  height: 35px;
  background-image: url("/common/images/close.png");
  background-size: 100%;
  cursor: pointer;
  z-index: 999;
}

nav .close span {
  display: none;
}

nav .left {
  display: inline-block;
  float: left;
  width: 200px;
}

nav .left a {
  display: inline-block;
}

nav .left a img {
  display: block;
  width: 100%;
}

nav .left .volume {
  padding-top: 1.5rem;
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.45;
}

nav .left .volume b {
  display: block;
  font-size: 0.95rem;
  font-weight: 500;
}

nav .gnb {
  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;
  float: left;
  width: calc(100% - 200px);
  padding: 0 5%;
}

nav .gnb > li {
  display: inline-block;
  width: 24.85%;
}

nav .gnb > li .sum img {
  display: block;
  width: 100%;
}

nav .gnb > li h2 {
  padding: 1.25rem;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.25;
  word-break: keep-all;
}

nav .gnb > li h2 b {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
}

nav .gnb > li h2.yellow {
  color: #d57a03;
}

nav .gnb > li h2.yellow b {
  color: #d57a03;
}

nav .gnb > li h2.purple {
  color: #a371b1;
}

nav .gnb > li h2.purple b {
  color: #a371b1;
}

nav .gnb > li h2.red {
  color: #b60b33;
}

nav .gnb > li h2.red b {
  color: #b60b33;
}

nav .lnb {
  padding: 0 1rem;
  background-size: 0;
}

nav .lnb > li {
  margin-bottom: 0.5rem;
}

nav .lnb > li a {
  display: inline-block;
  padding-right: 2.5px;
  max-width: 100%;
  font-size: 0.95rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

nav .lnb > li a:hover {
  text-decoration: underline;
}

nav .lnb > li:last-child {
  margin-bottom: 0;
}

footer {
  background-color: #393939;
}

footer .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem 0;
}

footer .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 389px);
}

footer .left .logo {
  display: inline-block;
}

footer .left .address {
  margin: 0 calc((100% - 788.66px)/2);
}

footer .left .address p {
  font-size: 0.75rem;
  line-height: 1.35;
  color: #d3d3d3;
  word-break: keep-all;
}

footer .left .address small {
  display: block;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.35;
  color: #d3d3d3;
  word-break: keep-all;
}

footer .right .site {
  overflow: hidden;
}

footer .right .site select {
  display: inline-block;
  float: left;
  width: 187px;
  height: 37px;
  padding: 0 calc(10px + 8px + 10px) 0 10px;
  font-size: 0.85rem;
  line-height: 1;
  background-color: #fff;
  background-image: url("/common/images/select01.png");
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

footer .right .site select.yellow {
  background-color: #fad14d;
  margin-right: 0.75rem;
}

footer .right .sns {
  padding-top: 1rem;
  overflow: hidden;
}

footer .right .sns a {
  display: inline-block;
  float: left;
  margin-right: 0.25rem;
}

footer .right .sns a img {
  display: block;
  width: 100%;
}

footer .right .sns a:last-child {
  margin-right: 0;
}

.common .top {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  background-color: #fff;
  background-image: url("/common/images/top.png");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 1.5px 5px 7px 1px rgba(0, 0, 0, 0.35);
          box-shadow: 1.5px 5px 7px 1px rgba(0, 0, 0, 0.35);
  z-index: 2;
}

.common .top span {
  display: none;
}

/*Small PC*/
@media (max-width: 1655px) {
  .wrap {
    width: calc(100% - 7rem);
  }
  nav {
    background-size: calc(((100% - (100% - 7rem))/2) + 200px) 100%;
  }
}

/*Ipad Pro*/
@media (max-width: 1365px) {
  body {
    height: auto;
  }
  .wrap {
    width: 90%;
  }
  header ul {
    display: none;
  }
  header .menu {
    top: 50%;
    width: 37px;
    height: 25px;
    background-color: transparent;
    background-image: url("/common/images/menu_mo.png");
    background-size: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  header .volume {
    position: absolute;
    top: 111px;
    padding: 0.65rem 1.5rem 0.75rem;
    margin: 0;
    font-size: 1.25rem;
    -webkit-transform: none;
            transform: none;
  }
  header .volume b {
    font-size: 1.25rem;
  }
  nav {
    background-image: none;
    background-color: transparent;
  }
  nav .wrap {
    width: 100%;
    padding: 0;
    background-color: #fef5d7;
  }
  nav .close {
    right: 5%;
  }
  nav .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    float: none;
    width: 100%;
    padding: 1.5rem 5%;
    background-color: #fff;
  }
  nav .left .volume {
    padding: 0 0 0 1.5rem;
  }
  nav .gnb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 2rem 5% 4rem;
  }
  nav .gnb > li {
    width: 100%;
    margin-bottom: 2rem;
  }
  nav .gnb > li .sum {
    display: none;
  }
  nav .gnb > li h2 {
    padding: 0 1.25rem;
  }
  nav .gnb > li h2 b {
    display: inline-block;
  }
  nav .gnb > li:last-child {
    margin-bottom: 0;
  }
  nav .lnb {
    min-height: 142px;
    padding: 0 calc(200px + 2.5rem) 0 1.25rem;
    margin-top: 1.25rem;
    background-size: 200px;
    background-repeat: no-repeat;
    background-position: calc(100% - 1.25rem) center;
  }
  footer .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  footer .left {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .left .logo {
    height: 60px;
  }
  footer .left .address {
    padding-left: 1.5rem;
    margin: 0;
  }
  footer .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .right .sns {
    padding: 0;
  }
  footer .right .site {
    padding: 1rem 0;
  }
}

/*Ipad*/
@media (max-width: 991.98px) {
  body {
    padding: 0;
  }
}

/*Tablet*/
@media (max-width: 767.98px) {
  body {
    padding: 0;
  }
}

/*Mobile*/
@media (max-width: 575.98px) {
  header a {
    width: 65px;
  }
  header .menu {
    width: 30px;
    height: 30px;
  }
  header .volume {
    top: 96.97px;
    padding: 0.45rem 1rem 0.5rem;
    font-size: 0.85rem;
  }
  header .volume b {
    font-size: 0.85rem;
  }
  nav .close {
    top: calc((96.97px - 30px)/2);
    width: 30px;
    height: 30px;
  }
  nav .left a {
    width: 65px;
  }
  nav .left .volume {
    padding: 0 0 0 1rem;
    font-size: 0.85rem;
  }
  nav .left .volume b {
    font-size: 0.85rem;
  }
  nav .gnb > li h2 {
    padding: 0 0.75rem;
    font-size: 1.15rem;
  }
  nav .gnb > li h2 b {
    font-size: 1.15rem;
  }
  nav .lnb {
    min-height: 107px;
    padding: 0 calc(35% + 1.5rem) 0 0.75rem;
    background-size: 35%;
    background-position: calc(100% - 0.75rem) center;
  }
  nav .lnb > li a {
    font-size: 0.85rem;
  }
  footer .left .logo {
    height: 40px;
  }
  footer .left .address {
    padding-left: 5%;
  }
  footer .left .address p {
    font-size: 0.6rem;
  }
  footer .left .address small {
    font-size: 0.6rem;
  }
  footer .right {
    width: 100%;
  }
  footer .right .site {
    width: 100%;
  }
  footer .right .site select {
    width: 49%;
    font-size: 0.75rem;
  }
  footer .right .site select.yellow {
    margin-right: 2%;
  }
  .common .top {
    right: 5%;
    bottom: 1.5rem;
  }
}

/*Mobile(minimum)*/
@media (max-width: 365px) {
  body {
    padding: 0;
  }
}

.main .wrap {
  padding: 5rem 0;
}

.main .section01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main .section01 .left {
  display: inline-block;
  width: 58.1%;
  padding-right: 3.5rem;
  border-right: 1px solid #d1d1d1;
}

.main .section01 .left a {
  display: block;
}

.main .section01 .left a .sum {
  background-color: #333333;
}

.main .section01 .left a .sum img {
  display: block;
  width: 100%;
}

.main .section01 .left a p {
  width: 95%;
  margin: 1rem auto 0;
  font-size: 0.85rem;
  text-align: center;
}

.main .section01 .left a h4 {
  width: 95%;
  margin: 1rem auto 0;
  font-size: 1.8rem;
  line-height: 1.25;
  word-break: keep-all;
  text-align: center;
}

.main .section01 .left a:hover .sum {
  overflow: hidden;
}

.main .section01 .left a:hover .sum img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0.45;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.main .section01 .right {
  display: inline-block;
  width: 41.9%;
  padding-left: 3.5rem;
}

.main .section01 .right h3 {
  border-bottom: 1px solid #333333;
}

.main .section01 .right h3 span {
  position: relative;
  bottom: -2px;
  display: inline-block;
  padding-right: 0.25rem;
  font-size: 1.8rem;
  line-height: 1;
  background-color: #fff;
}

.main .section01 .right ul {
  padding: 2.5rem 0;
}

.main .section01 .right ul li {
  margin-bottom: 2rem;
}

.main .section01 .right ul li a {
  display: block;
  overflow: hidden;
}

.main .section01 .right ul li a .text {
  display: inline-block;
  float: left;
  width: calc(100% - 235px);
  padding-right: 1.5rem;
}

.main .section01 .right ul li a .text small {
  display: block;
  font-size: 0.85rem;
  font-weight: 300;
}

.main .section01 .right ul li a .text h4 {
  padding-top: 0.5rem;
  font-size: 1.5rem;
  line-height: 1.15;
}

.main .section01 .right ul li a .text p {
  padding-top: 0.5rem;
  font-size: 0.85rem;
  font-weight: 300;
  line-height: 1.25rem;
  word-break: keep-all;
}

.main .section01 .right ul li a .sum {
  display: inline-block;
  float: left;
  background-color: #333333;
}

.main .section01 .right ul li a .sum img {
  display: block;
  width: 235px;
}

.main .section01 .right ul li a:hover .sum {
  overflow: hidden;
}

.main .section01 .right ul li a:hover .sum img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0.45;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.main .section01 .right ul li:last-child {
  margin-bottom: 0;
}

.main .section02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5rem;
}

.main .section02 a, .main .section02 span {
  display: block;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}

.main .section02 a img, .main .section02 span img {
  display: block;
  width: 100%;
}

.main .section02 a img.mo, .main .section02 span img.mo {
  display: none;
}

.main .section02 a:last-child {
  border-right: 1px solid #dadada;
}

.main .section02 span {
  border: 1px solid #dadada;
  border-right: none;
}

.main .section03 {
  padding-top: 5rem;
}

.main .section03 .my-masonry-grid-item a {
  display: block;
  width: 91.8%;
  margin: 0 auto 4rem;
}

.main .section03 .my-masonry-grid-item a .sum {
  background-color: #333333;
}

.main .section03 .my-masonry-grid-item a .sum img {
  display: block;
  width: 100%;
  border: 1px solid #dadada;
}

.main .section03 .my-masonry-grid-item a h4 {
  padding-top: 1rem;
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.25;
  word-break: keep-all;
}

.main .section03 .my-masonry-grid-item a p {
  padding-top: 0.75rem;
  font-size: 0.85rem;
  line-height: 1.25;
  word-break: keep-all;
}

.main .section03 .my-masonry-grid-item a:hover .sum {
  overflow: hidden;
}

.main .section03 .my-masonry-grid-item a:hover .sum img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0.45;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.main .section03 .masonry-grid-column .my-masonry-grid-item:last-child a {
  margin-bottom: 0;
}

/*Ipad Pro*/
@media (max-width: 1365px) {
  .main .wrap {
    width: 100%;
    padding: 0 0 5rem;
  }
  .main .section01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main .section01 .left {
    width: 100%;
    padding: 0;
    border: none;
  }
  .main .section01 .left a:hover .sum img {
    -webkit-transition-property: none;
    transition-property: none;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  .main .section01 .right {
    width: 100%;
    padding: 5rem 5% 0;
  }
  .main .section01 .right h3 span {
    padding-right: 0.75rem;
  }
  .main .section01 .right ul li a:hover .sum img {
    -webkit-transition-property: none;
    transition-property: none;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  .main .section03 {
    width: 90%;
    margin: 0 auto;
  }
  .main .section03 .my-masonry-grid-item a:hover .sum img {
    -webkit-transition-property: none;
    transition-property: none;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

/*Mobile*/
@media (max-width: 575.98px) {
  .main .wrap {
    padding: 0 0 3.5rem;
  }
  .main .section01 .left a h4 {
    font-size: 1.25rem;
  }
  .main .section01 .right {
    padding: 2.5rem 5% 0;
  }
  .main .section01 .right h3 span {
    font-size: 1.25rem;
  }
  .main .section01 .right ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .main .section01 .right ul li a .text {
    display: block;
    float: none;
    width: 100%;
    padding: 1rem 0 0;
  }
  .main .section01 .right ul li a .text h4 {
    font-size: 1.25rem;
  }
  .main .section01 .right ul li a .sum {
    display: block;
    float: none;
    background-color: transparent;
  }
  .main .section01 .right ul li a .sum img {
    width: 100%;
  }
  .main .section02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0;
  }
  .main .section02 a, .main .section02 span {
    border: none !important;
  }
  .main .section02 a img, .main .section02 span img {
    display: none;
  }
  .main .section02 a img.mo, .main .section02 span img.mo {
    display: block;
    width: 100%;
  }
  .main .section03 {
    padding-top: 2.5rem;
  }
  .main .section03 .my-masonry-grid-item a {
    width: 100%;
    margin: 0 auto 3rem;
  }
  .main .section03 .my-masonry-grid-item a h4 {
    font-size: 1.25rem;
    font-weight: bold;
  }
  .main .section03 .my-masonry-grid-item a p {
    font-weight: 300;
  }
  .main .section03 .my-masonry-grid-item:last-child a {
    margin-bottom: 0;
  }
}

.function {
  position: absolute;
  right: calc((100% - 1330px)/2);
  top: calc(111px + 5rem);
}

.function button, .function a {
  display: block;
  font-size: 0.95rem;
  margin-bottom: 0.25rem;
  cursor: pointer;
}

.function button img, .function a img {
  display: block;
  width: 50px;
}

.function .good {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  margin: 0;
  border-radius: 100%;
  border: 1px solid #cecece;
}

.function .good i {
  display: block;
  font-size: 0.75rem;
  line-height: 1;
  color: #e33834;
}

.function .good b {
  display: block;
  font-size: 0.65rem;
  line-height: 1.25;
}

.Pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1330px;
  padding: 2rem 0 4rem;
  margin: 0 auto;
  border-top: 1px solid #9a9a9a;
}

.Pagenation a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 228px;
  height: 63px;
  margin-right: 0.5rem;
  border: 1px solid #9a9a9a;
}

.Pagenation a img {
  margin: 0 0.5rem;
}

.Pagenation a:last-child {
  margin: 0;
}

.sub .wrap {
  width: 1330px;
  padding: 5rem 0;
}

.sub .section01 {
  padding-bottom: 4rem;
}

.sub .section01 .location {
  display: inline-block;
  padding-bottom: 0.5rem;
  border-bottom: 3px solid #a3a5a6;
}

.sub .section01 .location span {
  font-size: 0.95rem;
  font-weight: 300;
}

.sub .section01 .location span::after {
  display: inline-block;
  content: "...";
  padding: 0 0.25rem 0 0.5rem;
  font-size: 0.95rem;
  font-weight: 300;
}

.sub .section01 .location b {
  font-size: 0.95rem;
}

.sub .section01 h2 {
  padding-top: 2rem;
  font-size: 2.25rem;
  word-break: keep-all;
}

.sub .section01 .title {
  padding-top: 2rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #8c2bc4;
}

.sub .section01 .text {
  padding-top: 2rem;
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.45;
  word-break: keep-all;
}

.sub .section01 .by {
  display: inline-block;
  padding-top: 0.75rem;
  margin-top: 0.75rem;
  font-size: 0.95rem;
  font-weight: 300;
  font-style: italic;
  border-top: 1px solid #9a9a9a;
}

.sub .section01 .by b {
  font-size: 0.95rem;
  font-weight: 500;
}

.sub .textbox {
  padding: 0 0 4rem;
}

.sub .textbox h3 {
  padding-bottom: 1.5rem;
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -1.5px;
  word-break: keep-all;
}

.sub .textbox h3:last-child {
  padding-bottom: 0;
}

.sub .textbox h3.green {
  color: #649034;
}

.sub .textbox h4 {
  padding-bottom: 3rem;
  font-family: 'Nanum Myeongjo', serif;
  font-size: 1.35rem;
  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.15rem;
  font-weight: 400;
  color: #997831;
}

.sub .textbox h5:last-child {
  padding-bottom: 0;
}

.sub .textbox h5.underline {
  display: inline-block;
  padding: 0;
  margin-bottom: 1rem;
  border-bottom: 1px solid #087b7e;
  font-family: 'Nanum Myeongjo', serif;
  font-weight: 700;
  color: #087b7e;
}

.sub .textbox p {
  padding-bottom: 1rem;
  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 small {
  display: block;
  font-size: 0.75rem;
  font-weight: 300;
}

.sub .textbox .img {
  text-align: center;
}

.sub .textbox .img span {
  display: inline-block;
}

.sub .textbox .img span img {
  max-width: 100%;
  width: 100%;
}

.sub .textbox .img span small {
  display: block;
  padding: 0.5rem 0 0;
  font-size: 0.75rem;
  font-weight: 300;
}

.sub .textbox .half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1rem;
}

.sub .textbox .half > span {
  display: inline-block;
  margin-right: 1.5rem;
}

.sub .textbox .half > span small {
  display: block;
  padding: 0.5rem 0 0;
  font-size: 0.75rem;
  font-weight: 300;
}

.sub .textbox .half > span:last-child {
  margin-right: 0;
}

.sub .textbox .half:last-child {
  padding-bottom: 0rem;
}

.sub .textbox .table {
  margin-bottom: 1rem;
  overflow: auto;
}

.sub .textbox .table table {
  border-top: 2px solid #888886;
  border-bottom: 2px solid #888886;
  width: 100%;
}

.sub .textbox .table table th, .sub .textbox .table table td {
  padding: 0.5rem 1%;
  font-size: 0.85rem;
  font-weight: 300;
  line-height: 1.65;
  border-bottom: 1px solid #888886;
  border-right: 1px solid #888886;
  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 {
  border-bottom: 1px solid #888886;
  background-color: #fffae7;
  font-weight: bold;
  text-align: center;
  word-break: keep-all;
}

.sub .textbox .table table .th {
  font-weight: bold;
  background-color: #fffae7;
  text-align: center;
  word-break: keep-all;
}

.sub .textbox .table table b {
  font-weight: bold;
}

.sub .textbox .table .center td {
  text-align: center;
  word-break: keep-all;
}

.sub .textbox .table:last-child {
  margin-bottom: 0;
}

.sub .textbox .border {
  padding: 1.5rem;
  margin-bottom: 3rem;
  border: 1px solid #333333;
}

.sub .textbox .border:last-child {
  padding: 1.5rem;
  margin-bottom: 0;
}

.sub .textbox .border02 {
  width: 90%;
  margin: 0 auto 3rem;
  padding: 2rem;
  background-color: #f7f4ef;
  border: 1px solid #3e3e3e;
}

.sub .textbox .border02:last-child {
  margin-bottom: 0;
}

.sub .textbox .tip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #393939;
  border-bottom: 1px solid #393939;
}

.sub .textbox .tip > span {
  display: block;
  padding: 0 2rem;
}

.sub .textbox .tip > span h3 {
  font-weight: bold;
  text-align: center;
}

.sub .textbox .tip > span:last-child {
  padding: 2rem;
}

.sub .textbox .tag {
  display: inline-block;
  padding: 0.35rem 1rem;
  margin-bottom: 1rem;
  font-weight: 500;
  border-radius: 1.5rem;
  background-color: #686055;
  color: #f1f0ec;
}

.sub .textbox .tag:last-child {
  margin-bottom: 0;
}

.sub .textbox .pick h5.border span {
  display: inline-block;
  padding: 0 1rem;
  border-right: 1px solid #333333;
}

.sub .textbox .pick h5.border span:last-child {
  border: none;
}

.sub .textbox .video {
  width: 100%;
  max-width: 1116px;
  height: 628px;
  margin: 0 auto;
}

.sub .textbox .circle {
  display: inline-block;
  width: 50px;
  height: 50px;
  font-weight: 500;
  line-height: 47px;
  border-radius: 100%;
  background-color: #9260ae;
  color: #fff;
  text-align: center;
}

.sub .textbox:last-child {
  padding-bottom: 0;
}

.sub .quiz .top {
  position: relative;
  padding: 3rem 2.5rem 7rem;
  background-size: cover;
}

.sub .quiz .top .bg {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 1;
}

.sub .quiz .top div {
  position: relative;
  background-size: 0;
  z-index: 2;
}

.sub .quiz .top img {
  display: block;
  margin-bottom: 2rem;
}

.sub .quiz .top h3 {
  font-weight: 300;
  color: #fff;
}

.sub .quiz .top p, .sub .quiz .top b {
  color: #fff;
}

.sub .quiz .bottom {
  padding: 3rem;
  background-color: #f4f4f4;
}

.sub .quiz .bottom ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.75rem;
}

.sub .quiz .bottom ul li input {
  display: block;
  width: 100%;
  height: 55px;
  padding: 0 0.75rem;
  font-size: 0.95rem;
  border-radius: 0.35rem;
  border: 1px solid #cecece;
  background-color: #f7f8f8;
}

.sub .quiz .bottom ul li label {
  font-size: 0.85rem;
  font-weight: bold;
  cursor: pointer;
  overflow: hidden;
}

.sub .quiz .bottom ul li label::before {
  display: inline-block;
  float: left;
  content: "";
  width: 18px;
  height: 18px;
  margin: 2px 0.5rem 2px 0;
  border: 1px solid #cecece;
  background-color: #f7f8f8;
  cursor: pointer;
}

.sub .quiz .bottom ul li input[type="checkbox"]:checked + label::before {
  background-image: url("/common/images/check.jpg");
  background-size: 100%;
}

.sub .quiz .bottom ul li p {
  font-size: 0.85rem;
  font-weight: bold;
  padding: 0 1rem 0 0;
}

.sub .quiz .bottom ul li button {
  display: inline-block;
  width: 55px;
  height: 55px;
  cursor: pointer;
}

.sub .quiz .bottom ul li span {
  padding: 0.5rem;
  border: 1px solid #cecece;
}

.sub .quiz .bottom ul li span img {
  display: block;
}

.sub .quiz .bottom ul li .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sub .quiz .bottom ul li .left input {
  width: 150px;
}

.sub .quiz .bottom ul li .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sub .quiz .bottom ul li.answer input::-webkit-input-placeholder {
  color: #bd0000;
}

.sub .quiz .bottom ul li.answer input:-ms-input-placeholder {
  color: #bd0000;
}

.sub .quiz .bottom ul li.answer input::-ms-input-placeholder {
  color: #bd0000;
}

.sub .quiz .bottom ul li.answer input::placeholder {
  color: #bd0000;
}

.sub .quiz .bottom ul li:last-child {
  margin-bottom: 0;
}

.sub .quiz .bottom .btn {
  display: block;
  width: 260px;
  margin-left: calc(100% - 260px);
  margin-top: 2rem;
  padding: 1rem;
  font-size: 0.95rem;
  font-weight: 500;
  border-radius: 2rem;
  background-color: #145cb0;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

/*Small PC*/
@media (max-width: 1478px) {
  .function {
    right: 5%;
  }
  .Pagenation {
    width: 90%;
  }
  .sub .wrap {
    width: 90%;
  }
}

/*Ipad*/
@media (max-width: 1024px) {
  .function .print {
    display: none;
  }
  .sub .textbox .half {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 1.5rem;
  }
  .sub .textbox .half > 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 .half > span:last-child {
    margin: 0;
  }
  .sub .textbox .pick {
    text-align: center;
  }
  .sub .textbox .pick h5.border span {
    display: block;
    padding: 0;
    line-height: 1.45;
    border: none;
  }
  .sub .textbox .pick p {
    text-align: center;
  }
  .sub .textbox .video {
    height: 518px;
  }
  .sub .textbox .circle {
    display: block;
    margin-bottom: 0.5rem;
  }
  .sub .quiz .top {
    padding: 0;
  }
  .sub .quiz .top div {
    padding: 3rem 8%;
    background-size: cover;
  }
  .sub .quiz .top .bg {
    display: none;
  }
  .sub .quiz .top .bg + div div {
    position: relative;
    padding: 0 !important;
    z-index: 2;
  }
  .sub .quiz .top .bg + div::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 1;
  }
  .sub .quiz .top img {
    width: 25%;
  }
  .sub .quiz .bottom {
    padding: 3rem 8%;
  }
  .sub .quiz .bottom ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .sub .quiz .bottom ul li .left {
    margin-bottom: 1rem;
  }
  .sub .quiz .bottom ul li .left input {
    width: 110px;
  }
  .sub .quiz .bottom .btn {
    margin: 2rem auto 0;
  }
}

/*Mobile*/
@media (max-width: 575.98px) {
  .function {
    top: calc(96.97px + 4rem);
  }
  .function button, .function a {
    margin-bottom: 0.25rem;
  }
  .function button img, .function a img {
    width: 35px;
  }
  .function .good {
    width: 35px;
    height: 35px;
  }
  .function .good i {
    font-size: 0.55rem;
  }
  .function .good b {
    font-size: 0.5rem;
  }
  .Pagenation {
    width: 100%;
    padding: 1.5rem 5% 3rem;
  }
  .Pagenation a {
    width: 49%;
    height: 50px;
    margin-right: 2%;
    font-size: 0.85rem;
  }
  .Pagenation a img {
    height: 25px;
  }
  .sub .wrap {
    padding: 4rem 0;
  }
  .sub .section01 {
    padding-bottom: 3rem;
  }
  .sub .section01 .location {
    max-width: calc(100% - (36px + 0.5rem));
    border-bottom: 2px solid #a3a5a6;
  }
  .sub .section01 .location span {
    font-size: 0.85rem;
  }
  .sub .section01 .location span::after {
    font-size: 0.85rem;
  }
  .sub .section01 .location b {
    font-size: 0.85rem;
  }
  .sub .section01 h2 {
    padding-right: 55px;
    padding-top: 1.25rem;
    font-size: 1.5rem;
  }
  .sub .section01 .title {
    padding-top: 1.25rem;
    font-size: 1rem;
  }
  .sub .section01 .text {
    padding-top: 1.25rem;
    font-size: 0.85rem;
    font-weight: 300;
  }
  .sub .section01 .by {
    font-size: 0.85rem;
    font-weight: 300;
  }
  .sub .section01 .by b {
    font-size: 0.85rem;
  }
  .sub .textbox {
    padding-bottom: 3rem;
  }
  .sub .textbox h3 {
    font-size: 1.15rem;
    font-weight: bold;
    word-break: normal;
  }
  .sub .textbox h4 {
    font-size: 1rem;
  }
  .sub .textbox .border02 {
    width: 100%;
    padding: 1.5rem;
  }
  .sub .textbox .tip {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sub .textbox .tip > span {
    min-width: auto !important;
    padding: 0 1.5rem 1.5rem;
  }
  .sub .textbox .tip > span:last-child {
    padding: 1.5rem;
  }
  .sub .textbox .pick h5.border span {
    font-size: 0.95rem;
  }
  .sub .textbox .video {
    height: 200px;
  }
  .sub .textbox .circle {
    width: 40px;
    height: 40px;
    line-height: 37px;
    font-size: 1rem;
  }
  .sub .quiz .top div {
    padding: 2rem 8%;
  }
  .sub .quiz .top img {
    margin-bottom: 1.5rem;
  }
  .sub .quiz .top h3 {
    font-size: 0.95rem;
  }
  .sub .quiz .top h3 b {
    display: block;
  }
  .sub .quiz .bottom {
    padding: 1.5rem 1rem;
  }
  .sub .quiz .bottom ul li {
    margin-bottom: 0.5rem;
  }
  .sub .quiz .bottom ul li input {
    height: 48px;
    font-size: 0.85rem;
  }
  .sub .quiz .bottom ul li span {
    width: 100px;
    padding: 0.25rem;
  }
  .sub .quiz .bottom ul li span img {
    width: 100%;
  }
  .sub .quiz .bottom ul li button {
    width: 30px;
    height: 30px;
  }
  .sub .quiz .bottom ul li button i {
    display: block;
    font-size: 0.75rem;
  }
  .sub .quiz .bottom ul li p {
    width: 58.5px;
    padding: 0 0.25rem;
    font-size: 0.65rem;
    line-height: 1.15;
    text-align: center;
  }
  .sub .quiz .bottom ul li label {
    font-size: 0.75rem;
  }
  .sub .quiz .bottom ul li .left {
    margin-bottom: 0.75rem;
  }
  .sub .quiz .bottom ul li .left input {
    width: calc(100% - (58.5px + 100px + 30px));
  }
  .sub .quiz .bottom .btn {
    width: 180px;
    padding: 0.75rem 0;
    margin-top: 1.5rem;
    font-size: 0.85rem;
  }
}

/*Mobile(minimum)*/
@media (max-width: 365px) {
  .sub .quiz .bottom ul li input {
    height: 45px;
    padding: 0 0.5rem;
    font-size: 0.75rem;
  }
  .sub .quiz .bottom ul li span {
    width: 85px;
  }
  .sub .quiz .bottom ul li .left input {
    width: calc(100% - (58.5px + 85px + 30px));
  }
}
/*# sourceMappingURL=style.css.map */