@charset "utf-8";
* {
  margin: 0;
  padding: 0;
}
html {
  width: 100%;
  overflow: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html::-webkit-scrollbar {
  height: 0;
  background: #e9e9e9;
}
html::-webkit-scrollbar-thumb {
  background: #666666;
}
@-ms-viewport {
  width: device-width;
}
@-webkit-viewport {
  width: device-width;
}
::-webkit-scrollbar {
}
body {
  position: relative;
  height: 100%;
  -ms-overflow-style: none;
  font-size: 14px;
  font-family: "Noto Sans KR", sans-serif;
  color: #333;
  line-height: 150%;
  letter-spacing: -0.3px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body.main {
  background: none;
}
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
p,
form,
fieldset,
input,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans KR", sans-serif;
}
ul,
ol,
li {
  list-style: none;
}
img,
fieldset {
  border: none;
  vertical-align: middle;
}
legend,
caption {
  display: none;
}
textarea,
button {
  vertical-align: middle;
}
button {
  cursor: pointer;
  border: none;
  overflow: visible;
}
textarea {
  padding: 3px;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #ddd;
  font-family: "Noto Sans KR", sans-serif;
  color: #383838;
  font-size: 13px;
  font-weight: 500;
}
.checkbox {
  padding: 0;
  border: 0;
}
.disNone {
  display: none;
}
a {
  text-decoration: none;
  color: #383838;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
table {
  width: 100%;
  border-collapse: collapse;
}

/*■■■인풋radio*/
input[type="radio"] {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  text-align: center;
  -webkit-appearance: none;
  cursor: pointer;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #d6d6d6;
}
input[type="radio"]:checked {
  background: #fff;
  border: 1px solid #d6d6d6;
}
input[type="radio"]:checked:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #5cc4ef;
  border-radius: 50vh;
  vertical-align: middle;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -5px;
}
input[type="radio"]:disabled {
  background: #f6f6f6;
  cursor: not-allowed;
}

button {
  margin: 0;
  padding: 0;
  background: none;
  font-size: 14px;
  font-family: "Noto Sans KR", sans-serif;
  color: #383838;
  word-break: break-all;
}
input[type="password"] {
  font-family: "Noto Sans KR", sans-serif !important;
}
input[type="radio"]:focus {
  outline: none;
}
::-webkit-input-placeholder {
  color: #939393;
}
:-moz-placeholder {
  color: #939393;
  opacity: 1;
}
::-moz-placeholder {
  color: #939393;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #939393;
}
:placeholder-shown {
  color: #939393;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.wrapper {
  main-width: 1200px;
  margin: 0 auto;
}
.header {
  position: relative;
  z-index: 99;
  text-align: center;
  background: #fff;
  border-bottom: 1px solid #e4e4e4;
}
.header .header-tel img {
  width: 247px;
  height: 53px;
}
h1.logo img {
  width: 234px;
  height: 53px;
}
.tel-logo-talk {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 33px 30px 0;
}

.gnb {
  position: relative;
  border-top: 1px solid #dedede;
}
.gnb > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 1200px;
  padding: 0 50px;
}
.gnb > ul > li {
  position: relative;
}
.gnb > ul > li > a {
  display: block;
  min-width: 82px;
  height: 50px;
  line-height: 50px;
  padding: 0 34px;
  text-align: center;
}
.gnb > ul > li > a span {
  display: inline-block;
  font-size: 19px;
  line-height: 28px;
  font-weight: 500;
  color: #464646;
  position: relative;
}
.gnb > ul > li > a span:before {
  content: "";
  display: block;
  background-color: #759b30;
  position: absolute;
  left: 50%;
  bottom: -13px;
  width: 0;
  height: 4px;
  transition: all 0.5s;
}
.gnb > ul > li > a:hover span:before {
  width: 100%;
  transform: translate(-50%, 0);
}
.gnb > ul > li > ul {
  position: absolute;
  top: 50px;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, 0);
  width: 120px;
  padding: 16px 0 0;
  display: block;
  transition: all 0.5s;
  height: 0;
  overflow: hidden;
}
.gnb:hover > ul > li > ul {
  height: 186px;
}
.gnb > ul > li > ul a {
  font-size: 16px;
  line-height: 30px;
  color: #464646;
}
.gnb > ul > li > ul a:hover {
  font-weight: bold;
}
.gnb .gnb-sub {
  display: block;
  width: 1200px;
  height: 0;
  background: #fff;
  position: absolute;
  top: 51px;
  left: 50%;
  z-index: 1;
  margin-left: -600px;
  transition: all 0.5s;
}
.gnb:hover .gnb-sub {
  height: 186px;
  border: 1px solid #dedede;
  border-top: 0;
}

/* footer */
.footer {
  background: #fff;
}
.footer .fnb {
  height: 48px;
  background-color: #323338;
}
.footer .fnb > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 13px 0;
}
.footer .fnb > ul li + li {
  border-left: #535458 1px solid;
}
.footer .fnb > ul a {
  font-size: 16px;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding: 0 62px;
}
.footer .fnb > ul a:hover {
  text-decoration: underline;
}
.footer .inner-wrap {
  width: 1340px;
  margin: 0 auto;
  text-align: center;
  padding: 44px 0 40px;
}
.footer h1 {
  margin-bottom: 36px;
}
.footer .info span {
  display: inline-block;
  font-size: 16px;
  color: #434343;
  line-height: 30px;
}
.footer .info span + span {
  margin-left: 30px;
}

/*swiper*/
.slider .swiper-container {
  height: auto;
  z-index: 10;
}
.swiper-container.main-visual .swiper-slide {
  height: 676px;
}
.swiper-container.main-visual .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 40px;
}
.swiper-pagination-bullet.swiper-pagination-bullet {
  width: 22px;
  height: 22px;
  background: #fff;
  opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #837373;
  opacity: 1;
}
.slider-btn-prev {
  z-index: 10;
  position: absolute;
  width: 60px;
  height: 60px;
  cursor: pointer;
  top: 50%;
  margin-top: -30px;
  left: 50%;
  margin-left: -600px;
  background: url(../../img/pc/icon_slider_prev.png) no-repeat 0 0;
  background-size: contain;
}
.slider-btn-next {
  z-index: 10;
  position: absolute;
  width: 60px;
  height: 60px;
  cursor: pointer;
  top: 50%;
  margin-top: -30px;
  left: auto;
  right: 50%;
  margin-right: -600px;
  background: url(../../img/pc/icon_slider_next.png) no-repeat 0 0;
  background-size: contain;
}

/* quick-menu */
.quick-menu {
  position: relative;
  position: fixed;
  top: 229px;
  right: 28px;
  z-index: 10;
  width: 93px;
  height: 526px;
  border-radius: 50vh;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  padding-top: 20px;
}
.quick-menu .menu {
  padding: 0 10px;
}
.quick-menu .menu li + li {
  border-top: 1px solid #e0e0e0;
}
.quick-menu .menu a {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  color: #424242;
  padding: 10px 0;
  letter-spacing: -2px;
}
.quick-menu .menu a:hover {
  text-decoration: underline;
}
.quick-menu .menu a:before {
  content: "";
  display: block;
  margin: 0 auto 4px;
  width: 34px;
  height: 34px;
}
.quick-menu .menu a.n1:before {
  background: url(../../img/pc/quick_menu_icon_1.png);
  background-size: auto;
}
.quick-menu .menu a.n2:before {
  background: url(../../img/pc/quick_menu_icon_2.png);
  background-size: auto;
}
.quick-menu .menu a.n3:before {
  background: url(../../img/pc/quick_menu_icon_3.png);
  background-size: auto;
}
.quick-menu .ch a {
  display: block;
  width: 100%;
  height: 85px;
  background-color: #ffde00;
  text-align: center;
  padding-top: 15px;
}
.quick-menu .ch a:before {
  content: "";
  display: block;
  margin: 0 auto 10px;
  width: 31px;
  height: 32px;
  background: url(../../img/pc/icon_ch.png);
  background-size: contain;
}
.quick-menu .tel-top {
  height: 172px;
  text-align: center;
  background-color: #519f1a;
  padding: 0 12px;
}
.quick-menu .tel-top .tit {
  color: #fff;
  font-size: 10px;
  line-height: 28px;
  padding: 4px 0;
  border-bottom: 1px solid #81ba5a;
}
.quick-menu .tel-top .con {
  padding: 14px 0;
}
.quick-menu .tel-top .top {
  font-size: 13px;
  font-weight: 500;
  line-height: 28px;
  color: #fff;
}
.quick-menu .tel-top .top:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 7px;
  height: 4px;
  background: url(../../img/pc/quick_menu_arrow.png);
  background-size: contain;
}

.footer-map-info {
  padding: 47px 0;
  background-color: #434343;
}
.footer-map-info .inner-wrap {
  width: 1260px;
  margin: 0 auto;
  display: flex;
}
.footer-map-info .map-wrap {
  display: block;
  vertical-align: top;
  width: 596px;
}
.footer-map-info .map-wrap .map {
  height: 294px;
  overflow: hidden;
}
.footer-map-info .map-wrap .map-bottom {
  font-size: 28px;
  line-height: 38px;
  color: #fff;
  margin-top: 28px;
  text-align: center;
}
.footer-map-info .info {
  width: calc(100% - 596px);
  padding-left: 140px;
}
.footer-map-info .info > ul > li.tit {
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
}
.footer-map-info .con {
  color: #fff;
}
.footer-map-info ul.tel .con {
  margin-top: 14px;
}
.footer-map-info .time {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.footer-map-info .time > ul {
  display: flex;
}
.footer-map-info .time > ul > li.tit {
  width: 134px;
  font-size: 21px;
  line-height: 28px;
  color: #fff;
}
.footer-map-info .time li.tit.weekday {
  letter-spacing: 15px;
}
.footer-map-info .time li.tit.saturday {
  letter-spacing: 1.5px;
}
.footer-map-info .time > ul > li.con {
  width: calc(100% - 134px);
  font-size: 20px;
  line-height: 28px;
  color: #fff;
}
.footer-map-info .guide-text {
  font-size: 19px;
  line-height: 1.5;
  color: #fff;
  margin-top: 20px;
}
.footer-map-info .ch a {
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.footer-map-info .ch a img {
  margin-right: 8px;
}

/* main-section-1 */
.main-section-1 {
  padding: 90px 0 0;
  text-align: center;
}
.main-section-1 h1 {
  font-size: 32px;
  font-weight: blod;
  color: #000;
  line-height: 58px;
  font-family: "Nanum Myeongjo", serif;
}
.main-section-1 .banner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}
.main-section-1 .banner a {
  display: inline-block;
  margin: 0 7px;
}
.main-section-1 .link {
  padding: 82px 0 77px;
}
.main-section-1 .link ul {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
}
.main-section-1 .link li {
  width: 25%;
  height: 304px;
  position: relative;
  text-align: left;
  overflow: hidden;
}
.main-section-1 .link li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 60px 16px 60px 30px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.main-section-1 .link li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.5s;
  transform: scale(1);
}
.main-section-1 .link li:hover img {
  transform: scale(1.2);
}
.main-section-1 .link li.n1 {
  width: 50%;
}
.main-section-1 .link li.n1 a {
  padding: 60px 48px;
}
.main-section-1 .link li .tit {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  line-height: 46px;
}
.main-section-1 .link li .con {
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  letter-spacing: -1.3px;
  line-height: 24px;
  margin-top: 12px;
}
.main-section-1 .link li .more {
  display: inline-block;
  border: solid 1px #fff;
  position: absolute;
  bottom: 28px;
  right: 40px;
  width: 74px;
  height: 28px;
  line-height: 26px;
  color: #fff;
  font-size: 13px;
  text-align: center;
}
.main-section-1 .link li .more:after {
  content: ">";
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 13px;
  font-family: "dotum";
  margin: 0 0 3px 8px;
}

.full-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.full-img img {
  object-fit: cover;
}
.sub-content {
  width: 1200px;
  margin: 0 auto;
}

.slider-sub01-03 {
  padding: 69px 88px 122px;
  position: relative;
}
.slider-sub01-03 .swiper-container {
  width: 1022px;
  margin: 0 auto;
}
.slider-sub01-03 .swiper-container.gallery-type {
  height: 654px;
}
.slider-sub01-03 .swiper-container.gallery-type img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-sub01-03 .swiper-container.thumb-type {
  margin-top: 28px;
}
.slider-sub01-03 .swiper-container.thumb-type .swiper-slide {
  width: 163px !important;
  height: 113px !important;
  cursor: pointer;
  margin-right: 9px;
}
.slider-sub01-03 .swiper-container.thumb-type .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-sub01-03 .slider-btn-prev {
  z-index: 100;
  position: absolute;
  width: 69px;
  height: 69px;
  cursor: pointer;
  top: 413px;
  left: 50%;
  background: url(../../img/pc/icon_slider_prev2.png);
  background-size: contain;
}
.slider-sub01-03 .slider-btn-next {
  z-index: 100;
  position: absolute;
  width: 69px;
  height: 69px;
  cursor: pointer;
  top: 413px;
  right: 50%;
  background: url(../../img/pc/icon_slider_next2.png);
  background-size: contain;
}

.sub-title {
  margin: 62px 0 40px;
}
.sub-title h1 {
  font-size: 36px;
  font-weight: bold;
  color: #000;
}
.sub-title.icon h1:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-color: #9dca4c;
  margin-right: 26px;
}

.sub05-02 {
  padding-bottom: 120px;
}

.item-list {
  margin-bottom: 94px;
}
.item-list .btn ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}
.item-list .btn li {
  width: calc((100% - 14px) / 15);
  height: 39px;
}
.item-list .btn li + li {
  marign-left: 1px;
}
.item-list .btn li a {
  display: block;
  width: 100%;
  height: 39px;
  line-height: 39px;
  text-align: center;
  font-size: 23px;
  color: #fff;
  background-color: #a4a4a4;
}
.item-list .btn li a:hover,
.item-list .btn li a.active {
  background-color: #a2c54a;
}
.item-list .list {
  padding: 32px;
}
.item-list .list > div {
  display: none;
}
.item-list .list > div.active {
  height: 1070px;
  display: flex;
}
.item-list .list > div ul {
  font-size: 23px;
  letter-spacing: -2px;
  width: 40%;
}
.item-list .list > div#itn9 ul {
  width: auto;
  padding-right: 24px;
}
.item-list .list li {
  font-size: 23px;
  line-height: 44px;
  color: #000;
}

.tab-menu {
  width: 1200px;
  height: auto;
  display: block;
  margin: 0 auto 96px;
}
.tab-menu .inner-wrap {
  width: 100%;
  height: auto;
  display: block;
}
.tab-menu .inner-wrap .tab-header {
  display: table;
  width: 100%;
  table-layout: fixed;
  height: 85px;
  background: #fff;
  border: 1px solid #fff;
}
.tab-menu .inner-wrap .tab-header li {
  transition: all 0.5s;
  display: table-cell;
  border-left: 1px solid #fff;
  color: #2e2e2e;
  font-size: 22px;               /* 글씨 크기 축소 */
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  background-color: #dfe7d1;
  white-space: normal;           /* 줄바꿈 허용 */
  word-break: keep-all;          /* 단어 단위 줄바꿈 */
  line-height: 1.3;              /* 줄 간격 */
  padding: 0 10px;               /* 좌우 여백 줄임 */
}

}
.tab-menu .inner-wrap .tab-header li:first-child {
  border-left: none;
}
.tab-menu .inner-wrap .tab-header li:hover {
  background: #f6f6f6;
}
.tab-menu .inner-wrap .tab-header li.active,
.tab-menu .inner-wrap .tab-header li.active:hover {
  background: #9ccb4d;
  color: #245924;
  font-weight: bold;
  border: 1px solid #fff;
}
.tab-menu .inner-wrap .tab-content {
  width: 100%;
  background: #f4f4f4;
  padding: 44px 116px;
}
.tab-menu .inner-wrap .tab-content > div {
  display: none;
}
.tab-menu .inner-wrap .tab-content > div.active {
  display: block;
}
.tab-menu .tab-content h1 {
  font-size: 30px;
  margin-bottom: 32px;
}
.tab-menu .tab-content div {
  display: block;
  font-size: 28px;
  line-height: 50px;
}
.tab-menu .tab-content ul {
  width: 39%;white-space:nowrap;
}
.tab-menu .tab-content ul.last {
  width: 20%;
}
.tab-menu .tab-content h1 span {
  font-weight: 400;
}
.tab-menu .tab-content ul.flexible {
  width: 100%;
}
.tab-menu .tab-content ul.flexible span {
  color: #9dca4c;
}

.tab-menu.sub-02-03 {
  margin: 0 auto;
  width: 1100px;
}
.tab-menu.sub-02-03 .tab-content {
  padding: 44px 30px;
}
.tab-menu.sub-02-03 .tab-content div {
  font-size: 25px;
  letter-spacing: -2px;
}
.tab-menu.sub-02-03 .tab-content h1 {
  font-size: 28px;
}
.tab-menu.sub-02-03 .tab-content h2 {
  font-size: 30px;
  color: #2e2e2e;
  margin-top: 30px;
}
/* 검진시 주의사항 */
.check-notice {
  display: block;
  font-size: 17px;
  line-height: 1.8;
  color: #333;
  margin-top: 40px;
}

.check-notice h2 {
  font-size: 22px;
  font-weight: bold;
  margin: 30px 0 12px;
  color: #245924;
}

.check-notice ul {
  margin-bottom: 24px;
  padding-left: 20px;
}

.check-notice li {
  list-style: disc;
  margin-left: 10px;
}

.sub-07-01 {
  text-align: center;
  padding: 60px 0 110px;
}
.sub-07-01 p {
  font-size: 24px;
  line-height: 63px;
  margin-top: 34px;
}

.sub07 {
  padding: 128px 0 78px;
}
.sub07 > h2 {
  color: #333;
  font-size: 33px;
  font-weight: bold;
  margin: 86px 0 20px;
}

.table {
  width: 100%;
}
.table thead td {
  background-color: #f6f6f6;
  padding: 26px 0;
  font-size: 18px;
  color: #111111;
  text-align: center;
  border-top: 1px solid #111111;
  border-bottom: 1px solid #ebebeb;
}
.table tbody td {
  padding: 26px 0;
  color: #4d4d4d;
  text-align: center;
  border-bottom: 1px solid #ebebeb;
}
.table tbody td.num {
  font-size: 19px;
  font-weight: 500;
  color: #4d4d4d;
}
.table tbody td.subject {
  text-align: left;
  padding-left: 16px;
}
.table tbody td.subject a {
  font-size: 20px;
  color: #4d4d4d;
  display: block;
  width: 700px;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}
.table tbody td.subject a:hover {
  text-decoration: underline;
}
.table tbody td.date {
  font-size: 18px;
  color: #313131;
  width: 20%;
}
.table tbody td.num {
  width: 10%;
}

/* type-b */
.table.type-b {
  width: 100%;
  border-top: 2px solid #6e9212;
}
.table.type-b thead th {
  background-color: #a2c54a;
  padding: 16px 0;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: -1px;
  text-align: center;
  border-top: 1px solid #6e9212;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.table.type-b thead th:last-child {
  border-right: 1px solid #a2c54a;
}
.table.type-b thead th:first-child {
  border-left: 1px solid #a2c54a;
}
.table.type-b tbody td {
  padding: 16px 0;
  font-size: 17px;
  color: #4d4d4d;
  text-align: center;
  border-left: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  line-height: 1.3;
}
.table.type-b tbody td:last-child {
  border-right: 1px solid #c7c7c7;
}
.table.type-b tbody td.left {
  padding-left: 20px;
  text-align: left;
}
.table.type-b tbody td.right {
  padding-right: 20px;
  text-align: right;
}
.table.type-b tbody td.strong {
  font-weight: bold;
}
.table.type-b tbody td .on {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #4d4d4d;
  border-radius: 50%;
}
.table.type-b tbody td.left.large {
  padding: 32px 0 32px 120px;
}

/*■■■페이지네이션*/
.paginate-area {
  display: block;
  margin: 76px auto 0;
  height: 28px;
  text-align: center;
}
.paginate-area:after {
  content: "";
  display: block;
  clear: both;
}
.paginate-area ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.paginate-area ul li {
  float: left;
  margin: 0 4px;
}
.paginate-area ul li a {
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  line-height: 34px;
  text-align: center;
  padding: 0;
  vertical-align: middle;
  text-decoration: none;
  transition: all 0.5s;
  font-size: 18px;
  color: #4d4d4d;
  font-weight: 400;
}
.paginate-area ul li.active a {
  font-weight: bold;
}
.paginate-area ul li a:hover {
  background-color: #c0a673;
  color: #fff;
}
.paginate-area ul .dir.prev a {
  background: #d6d6d6 url(../../img/pc/pagination_prev.png) center center
    no-repeat;
  background-size: contain;
}
.paginate-area ul .dir.next a {
  background: #d6d6d6 url(../../img/pc/pagination_next.png) center center
    no-repeat;
  background-size: contain;
}
.paginate-area ul .dir.start a {
  background: #d6d6d6 url(../../img/pc/pagination_start.png) center center
    no-repeat;
  background-size: contain;
}
.paginate-area ul .dir.end a {
  background: #d6d6d6 url(../../img/pc/pagination_end.png) center center
    no-repeat;
  background-size: contain;
}
.paginate-area ul .dir.prev a:hover {
  background: #c0a673 url(../../img/pc/pagination_prev.png) center center
    no-repeat;
  background-size: contain;
}
.paginate-area ul .dir.next a:hover {
  background: #c0a673 url(../../img/pc/pagination_next.png) center center
    no-repeat;
  background-size: contain;
}
.paginate-area ul .dir.start a:hover {
  background: #c0a673 url(../../img/pc/pagination_start.png) center center
    no-repeat;
  background-size: contain;
}
.paginate-area ul .dir.end a:hover {
  background: #c0a673 url(../../img/pc/pagination_end.png) center center
    no-repeat;
  background-size: contain;
}

.sub-category {
  background-color: #f5f5f5;
}
.sub-category > div {
  width: 1200px;
  height: 104px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 112px;
}
.sub-category h1 {
  font-size: 22px;
  font-weight: 500;
  color: #464646;
  margin-right: 58px;
}
.sub-category ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sub-category li {
  margin-right: 40px;
}
.sub-category li a {
  font-size: 16px;
  font-weight: 500;
  color: #606060;
}
.sub-category li a.active {
  font-weight: bold;
  color: #111111;
  letter-spacing: -0.7px;
}
.sub-category li a:hover {
  text-decoration: underline;
}

.privacy-page {
  padding: 70px 0;
}
.privacy-page h1 {
  color: #434343;
  font-size: 54px;
  font-weight: bold;
  text-align: center;
}

/*temp-content*/
.temp-content pre {
  min-height: 600px;
  padding: 24px;
	font-family: "Noto Sans KR", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #111;
  line-height: 1.8;
  letter-spacing: -1.2px;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 60px 0 0;
  white-space: pre-line;
}

.help-text {
  font-size: 17px;
  color: #4d4d4d;
  line-height: 1.5;
  margin: 50px 0 0;
}
