@charset "UTF-8";

@import url(./reset.css);

body,
html {
  background-color: #f5f7fa;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  line-height: 1.2;
  font-family: "GmarketSansMedium", sans-serif;
  font-size: 18px;
  color: #1a1c1d;
}

#content-container {
  min-height: calc(100vh - 290px - 164px);
}

/* 팝업레이어 */
#hd_pop {
  z-index: 1001;
  position: relative;
  margin: 0 auto;
  height: 0;
}
#hd_pop h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.hd_pops {
  position: fixed;
  border: 1px solid #e9e9e9;
  background: #fff;
}
.hd_pops img {
  max-width: 100%;
}
.hd_pops_footer {
  padding: 0;
  background: #000;
  color: #fff;
  text-align: left;
  position: relative;
}
.hd_pops_footer:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.hd_pops_footer button {
  padding: 10px;
  border: 0;
  color: #fff;
}
.hd_pops_footer .hd_pops_reject {
  background: #000;
  text-align: left;
}
.hd_pops_footer .hd_pops_close {
  background: #393939;
  position: absolute;
  top: 0;
  right: 0;
}

img {
  width: 100%;
  height: auto;
  border: none;
}

input::input-placeholder {
  color: #1f8ccc;
}

input::-webkit-input-placeholder {
  color: #1f8ccc;
}

/* IE X 버튼 없애기 */
input[type="text"]::-ms-clear {
  display: none;
}

input[type="radio"] {
  -webkit-appearance: radio;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

/* Add replacement focus styling here (i.e. border)*/
a:focus,
button:focus {
  outline: 0;
}
/* Chrome 배경색 및 이미지 출력 */
* {
  -webkit-print-color-adjust: exact;
}

/* ** common style ** */

/* //only mobile */
/* text */
.tac {
  text-align: center !important;
}

/* //text */
/* bg */
.bg-transparent {
  background: transparent !important;
}

/* //bg */
/* input */
input {
  border: 1px solid #eee;
  font-size: 18px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

input::-webkit-input-placeholder {
  color: #999;
}

input:-ms-input-placeholder {
  color: #999;
}

input::-ms-input-placeholder {
  color: #999;
}

input::placeholder {
  color: #999;
}

/* //input */
/* icon */
i {
  display: inline-block;
  vertical-align: middle;
}

/* //icon */
/* icon style */
.ico {
  display: block;
  margin: 15px auto;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ico--nobank {
  width: 30px;
  min-height: 50px;
  background-image: url(../images/common/ico_nobank.png);
}

.ico--account {
  width: 60px;
  min-height: 50px;
  background-image: url(../images/common/ico_account.png);
}

.ico--credit {
  width: 30px;
  min-height: 50px;
  background-image: url(../images/common/ico_credit.png);
}

.ico--kakaopay {
  width: 60px;
  min-height: 50px;
  background-image: url(../images/common/ico_kakaopay.png);
}

.ico--gift {
  width: 30px;
  min-height: 50px;
  background-image: url(../images/common/ico_gift.png);
}

.ico--tmoney {
  width: 60px;
  min-height: 50px;
  background-image: url(../images/common/ico_tmoney.png);
}

.ico--multipoint {
  width: 30px;
  min-height: 50px;
  background-image: url(../images/common/ico_multipoint.png);
}

.ico--idfarmpay {
  width: 60px;
  min-height: 50px;
  background-image: url(../images/common/ico_idfarmpay.png);
}

.ico--payco {
  width: 60px;
  min-height: 50px;
  background-image: url(../images/common/ico_payco.png);
}

.ico--samsungpay {
  width: 65%;
  min-height: 50px;
  background-image: url(../images/common/ico_samsungpay.png);
}

.ico--tosspay {
  width: 70px;
  min-height: 50px;
  background-image: url(../images/common/ico_tosspay.png);
}

.ico--mobile {
  width: 30px;
  min-height: 50px;
  background-image: url(../images/common/ico_mobile.png);
}

.ico--tosspayment {
  /* width: 90%; */
  min-height: 50px;
  background-image: url(../images/common/ico_tosspayment.png);
}

.ico--naverpay {
  width: 50px;
  height: 24px;
  margin: 0;
  background-image: url(../images/common/ico_naverpay.svg);
}

.ico--hecto {
  width: 60px;
  min-height: 50px;
  background-image: url(../images/common/ico_hecto.png);
}
/* //badge icon */
/* button */
.btn {
  display: inline-block;
  font-family: "GmarketSansMedium", sans-serif;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn__wrap {
  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;
  margin-top: 50px;
  gap: 10px;
}

.btn__wrap > button {
  max-width: 400px;
  margin: 0;
}
.btn--confirm {
  display: block;
  width: 100%;
  max-width: 550px;
  height: 60px;
  margin: 50px auto 0;
  background: #0048c8;
  color: #fff;
  line-height: 60px;
  font-family: "GmarketSansBold", sans-serif;
  font-size: 20px;
  letter-spacing: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn--confirm:hover,
.btn--confirm:focus {
  background-color: #155cd8;
}

.btn--confirm.gray {
  background: #818181;
}

.btn--confirm.sky {
  background: #52a3ff;
}

.btn--confirm.red {
  background: #ff0000;
}

.btn--confirm.cancel {
  background: #ff0028;
  letter-spacing: 3px;
}

.btn--outline {
  width: 100%;
  height: 60px;
  background: #fff;
  border: 1px solid #0048c8;
  color: #0048c8;
}

.btn--outline:hover,
.btn--outline:focus {
  background: rgba(0, 72, 200, 0.1);
}

/* //button */
/* select */
.select-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 400px;
  /* height: 60px; */
  margin: 10px 0;
  border: 1px solid #eee;
  position: relative;
}

.select-box select {
  width: 100%;
  height: 100%;
  padding: 0 40px 0 15px;
  font-size: 18px;
  font-family: "GmarketSansMedium", sans-serif;
  cursor: pointer;
}

.select-box:after {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: rotate(-45deg) translate(50%, -50%);
  transform: rotate(-45deg) translate(50%, -50%);
}

/* //select */
/* RADIO */
.radio {
  position: relative;
  display: inline;
  margin-right: 50px;
}

.radio input {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow: hidden;
  clip: rect(0 0 0 0);
  cursor: pointer;
}

.radio input[disabled] + label {
  cursor: no-drop;
  pointer-events: none;
}

.radio input:hover + label:before {
  width: 19px;
  height: 19px;
  background-color: #becfec;
  border: 4px solid #fff;
  -webkit-box-shadow: 0 0 0 1px #becfec;
  box-shadow: 0 0 0 1px #becfec;
}

.radio input:checked + label:before {
  width: 19px;
  height: 19px;
  background-color: #0048c8;
  border: 4px solid #fff;
  -webkit-box-shadow: 0 0 0 1px #0048c8;
  box-shadow: 0 0 0 1px #0048c8;
}



.radio label {
  position: relative;
  display: inline-block;
  height: 22px;
  line-height: 24px;
  padding-left: 25px;
  vertical-align: middle;
  cursor: pointer;
}

.radio label:before {
  content: "";
  width: 19px;
  height: 19px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 0 0 0 1px #eee;
  box-shadow: 0 0 0 1px #b8b8b8;
}

.radio label:hover:before {
  width: 19px;
  height: 19px;
  background-color: #becfec;
  border: 4px solid #fff;
  -webkit-box-shadow: 0 0 0 1px #becfec;
  box-shadow: 0 0 0 1px #becfec;
}

/* //RADIO */
/* radio label*/
.select-label {
  font-size: 0;
}

.select-label input[type="radio"] {
  display: none;
  position: absolute;
  z-index: -100;
}

.select-label input[type="radio"] + label {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  width: 100%;
  height: 60px;
  padding: 0 20px;
  border: 1px solid #eee;
  background-color: #fff;
  color: #333;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  cursor: pointer;
  vertical-align: middle;
}

.select-label input[type="radio"]:checked + label {
  color: #fff;
  background-color: #0048c8;
  border-color: #0048c8;
}

.select-label.outline input[type="radio"]:checked + label {
  background-color: #fff;
  border: 1px solid #0048c8;
  color: #0048c8;
}
/* //radio label*/
/* slick - slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-track,
.slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-slide {
  display: none;
  min-height: 1px;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

.slick-slide:focus {
  outline: none;
}

.slick-slide img {
  display: block;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-loading img {
  display: none;
}

.slick-initialized .slick-slide {
  display: inline-block;
  vertical-align: top;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next {
  display: block;
  width: 26px;
  height: 26px;
  padding: 0;
  background: transparent;
  border: 1px solid #ddd;
  font-size: 0;
  line-height: 0;
  color: transparent;
  outline: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  z-index: 1;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: #eee;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev:before,
.slick-next:before {
  content: "";
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: 2px solid #333;
  border-left: 2px solid #333;
  position: absolute;
  top: 50%;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  background: transparent;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev {
  border-right-width: 0;
  right: 26px;
}

.slick-prev:before {
  left: 100%;
  margin-left: -18px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.slick-next {
  right: 0;
}

.slick-next:before {
  right: 100%;
  margin-right: -18px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.slick-dots {
  position: absolute;
  bottom: 20px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 3px;
  margin: 0 5px;
  padding: 0;
  background: #ddd;
  border: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
}

.slick-dots li.slick-active {
  width: 20px;
  background: #0048c8;
}

/* //slick - slider */
/* content */

.input__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 60px;
  background: #fff;
}

.input__search > input {
  width: 100%;
  border: 0;
  line-height: 1;
}

.input__search > button {
  width: 24px;
  height: 24px;
  background: url(../images/common/ico_search_b.png) center/cover no-repeat;
  font-size: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* //input */

/* //table box */
/* navigation style */

.lnb__list:last-child {
  padding-bottom: 16px;
}

/* 성준 - 고객센터 좌측 네비게이션 상단 테두리 추가 */
.lnb__list.top-border {
  border-top: 1px solid #0048c8;
}

.lnb__list h2 {
  padding: 6px 0;
  font: 17px "GmarketSansBold", sans-serif;
  border-top: 1px solid #eee;
}

.lnb__list:first-child h2 {
  border-top: none;
}
.lnb__list ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.lnb__list > li {
  height: 18px;
  padding: 0;
  font-size: 14px;
  position: relative;
}

.lnb__list > li a {
  display: block;
}

.lnb__list > li a:hover,
.lnb__list > li a:focus {
  color: #0048c8;
  text-decoration: none;
}

.lnb__list > li a:hover .arrow,
.lnb__list > li a:focus .arrow {
  border-top-color: #0048c8;
  border-left-color: #0048c8;
}

.lnb__list > li:last-child {
  border-bottom: 0;
}

.lnb__list .arrow {
  width: 8px;
  height: 8px;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}


/* //navigation style */


/* *** common content *** */

/* //header */


/* //퀵메뉴 */
/* modal */
.modal {
  display: none;
}

.modal + .modal__wrap {
  display: block;
  background: rgba(0, 0, 0, 0.7);
  text-align: left;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  z-index: 99999;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
}

.modal:checked + .modal__wrap {
  opacity: 1;
  visibility: visible;
}

/* //modal */

/* 콘텐츠 공통 */
.content {
  padding-top: 10px;
  padding-bottom: 102px;
  overflow: hidden;
  min-height: calc(100vh - 290px - 164px);
}
.inner {
  max-width: 1120px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  background: #f5f7fa;
}

.content .link {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: 5px;
  color: #0048c8;
  cursor: pointer;
}

.content .link:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #0048c8;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%) scaleX(0);
  transform: translateX(-50%) scaleX(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.content .link:hover:before,
.content .link:focus:before {
  -webkit-transform: translateX(-50%) scaleX(1);
  transform: translateX(-50%) scaleX(1);
}

.content__title {
  margin: 50px 0;
  font-size: 23px;
  font-family: "GmarketSansBold", sans-serif;
}

.content__title:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 3px;
  margin-right: 10px;
  background: #0048c8;
  clear: both;
  vertical-align: middle;
}

.content__title--sub {
  margin-top: 60px;
  margin-bottom: 12px;
  color: #1a1c1d;
  font-size: 18px;
  font-family: "GmarketSansBold", sans-serif;
  position: relative;
}

.content__title--sub:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  margin-right: 10px;
  background: #0048c8;
  clear: both;
  vertical-align: middle;
}

.content__grid {
  margin-top: 40px;
  background: #fff;
  border-top: 1px solid #0048c8;
  -webkit-box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.05);
}

.content__grid--title {
  height: 50px;
  padding: 0 15px;
  border-bottom: 1px solid #eee;
  line-height: 50px;
  position: relative;
  font-size: 0;
}

.content__grid--title > * {
  display: inline-block;
  vertical-align: middle;
}

.content__grid--title i {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background-position: center;
  background-repeat: no-repeat;
}

.content__grid--title h3 {
  font-size: 20px;
  font-family: "GmarketSansBold", sans-serif;
}

.content__grid--title h4 {
  font-size: 18px;
  font-family: "GmarketSansBold", sans-serif;
}

/* 유태 start */
.content__grid--cho {
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
  padding: 12px;
  width: 100%;
  height: 100%;
  gap: 4px;
}
.content__grid--cho-item {
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 4rem;
  height: 2.25rem;
  display: flex;
}
.content__grid--cho-item:not(.content__grid--cho-selected):hover {
  border: 1px solid #eeeeee;
  border-radius: 0.25rem;
}
.content__grid--cho-selected {
  border: 1px solid #0048c8;
  border-radius: 0.25rem;
  font: bold;
  color: #0048c8;
}
/* 유태 end */

.content__grid--item {
  padding: 15px;
}

.content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.05);
  margin-top: 40px;
  border-bottom: 1px solid #eee;
}

.btnGuideIdFarm {
  height: 40px;
  color: #fff;
  font-size: 14px;
  border-radius: 8px;
  font-family: "GmarketSansMedium", sans-serif;
  background-color: #0048c8;
  float: right;
  margin-left: auto;
}
.btnGuideIdFarm.buy {
  background-color: #28a745;
}

/* 고객센터 날짜 */

tbody .date {
  color: #999;
  --date-content: attr(data-date);
}

tbody .date::before {
  content: var(--date-content);
}

/* 토스트 알림 스타일 */
.toast-notification {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
  max-width: 400px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-left: 4px solid #0048c8;
  animation: slideInRight 0.3s ease-out;
}

.toast-content {
  display: flex;
  align-items: flex-start;
  padding: 16px;
  gap: 12px;
}

.toast-icon {
  font-size: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}

.toast-message {
  flex: 1;
  min-width: 0;
}

.toast-title {
   
  font-size: 14px;
  color: #333;
  margin-bottom: 4px;
  line-height: 1.3;
}

.toast-description {
  font-size: 13px;
  color: #666;
  line-height: 1.4;
}

.toast-close {
  background: none;
  border: none;
  font-size: 18px;
  color: #999;
  cursor: pointer;
  padding: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: color 0.2s;
}

.toast-close:hover {
  color: #333;
}

@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* 모바일 반응형 */
@media only screen and (max-width: 768px) {
  .toast-notification {
    top: 10px;
    right: 10px;
    left: 10px;
    max-width: none;
  }

  .toast-content {
    padding: 14px;
  }

  .toast-title {
    font-size: 13px;
  }

  .toast-description {
    font-size: 12px;
  }
}

.sch_word.highlight {
  color: #fff;
  background-color: #0048c8;
}

.cursor-pointer {
  cursor: pointer;
}


@media only screen and (max-width: 1024px) {
  tbody .date {
    --date-content: attr(data-date-short);
  }

  body,
  html {
    font-size: 12px;
  }
  input {
    font-size: 12px;
  }

  button {
    -webkit-transition: none !important;
    transition: none !important;
  }
  /* select */
  .select-label input[type="radio"] + label {
    height: 80px;
    font-size: 16px;
    line-height: 80px;
  }

  /* //select */
  /* input */
  .input__search {
    height: 38px !important;
    padding-right: 40px !important;
  }
  .input__search > button {
    width: 20px;
    height: 20px;
    right: 10px;
  }
  /* //input */
  /* button */

  .btn--confirm {
    max-width: 400px;
    height: 48px;
    margin: 25px auto 10px;
    line-height: 48px;
    font-size: 14px;
  }
  /* //button */
  /* select */
  .select-box {
    width: 100%;
    min-width: 0;
    height: 40px;
    margin: 0;
  }
  .select-box:after {
    right: 10px;
  }
  .select-box select {
    padding: 0 30px 0 10px;
    font-size: 12px;
  }
  /* //select */
  /* slick */
  .slick-prev,
  .slick-next {
    width: 20px;
    height: 20px;
  }
  .slick-prev:before,
  .slick-next:before {
    width: 8px;
    height: 8px;
    margin-top: -4px;
  }
  .slick-prev:before {
    margin-left: -12px;
  }
  .slick-next:before {
    margin-right: -12px;
  }
  /* slick */

  /* *** common content *** */
  /* header */
  .header {
    -webkit-box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.05);
    width: 100%;
    background: #fff;
  }


  @-webkit-keyframes shiny-btn1 {
    0% {
      -webkit-transform: scale(0) rotate(45deg);
      opacity: 0;
    }
    80% {
      -webkit-transform: scale(0) rotate(45deg);
      opacity: 0.5;
    }
    81% {
      -webkit-transform: scale(4) rotate(45deg);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(50) rotate(45deg);
      opacity: 0;
    }
  }

  /* 오중세 추가 끝*/
  .header nav {
    display: none;
  }
  .header .logo a {
    width: 160px !important;
    height: 48px !important;
    margin: 0 auto !important;
  }

  /* //header */
  /* 콘텐츠 공통 */
  .content {
    padding: 20px 0 85px;
    height: auto;
  }
  .content__title {
    margin: 25px 0;
    font-size: 14px;
  }
  .content__title--sub {
    margin-top: 25px;
    font-size: 14px;
  }

  .content__grid {
    margin-top: 25px;
  }
  .content__grid--title {
    height: 38px;
    padding: 0 10px;
    line-height: 38px;
  }
  .content__grid--title i {
    width: 12px;
    height: 12px;
    background-size: contain;
  }
  .content__grid--title h3 {
    font-size: 14px;
  }
  .content__grid--title h4 {
    font-size: 14px;
  }
  .content__grid--item {
    padding: 5px;
  }

  .content__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10px;
  }

  /* //콘텐츠 공통 */

  .btnGuideIdFarm {
    height: 30px;
    font-size: 12px;
  }
}

@media (max-width: 768px) {

  .content .link:before {
    -webkit-transform: translateX(-50%) scaleX(1);
    transform: translateX(-50%) scaleX(1);
  }


  /* 유태 start */
  .content__grid--cho {
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    height: 100%;
    gap: 1.5px;
    column-gap: 10px;
    flex-wrap: wrap;
  }
  .content__grid--cho-item {
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 3rem;
    height: 3rem;
    display: flex;
  }
  /* 유태 end */

}

@media (max-width: 480px) {

  body,
  html {
    font-size: 10px;
  }
  .inner {
    padding-left: 5px;
    padding-right: 5px;
  }
  .select-label input[type="radio"] + label {
    font-size: 14px;
  }

  #server_r {
    display: flex;
    flex-direction: column;
  }

  #content > div > div > div:nth-child(11) > dl:nth-child(3) > dt {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }


  #article-lists li.name,
  #article-lists li.date {
    word-break: break-word;
  }

}
