@charset "UTF-8";
@import url("https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css");
@import url("https://fonts.googleapis.com/css2?family=Nanum+Gothic+Coding&family=Zeyada&display=swap");
@import url("https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css");
@import url("https://fonts.googleapis.com/css2?family=Nanum+Gothic+Coding&family=Zeyada&display=swap");
@import url("https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css");
@import url("https://fonts.googleapis.com/css2?family=Nanum+Gothic+Coding&family=Zeyada&display=swap");
@import url("https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css");
@import url("https://fonts.googleapis.com/css2?family=Nanum+Gothic+Coding&family=Zeyada&display=swap");
body #hd.index-top {
  z-index: 9999999;
}

body div#side_menu {
  z-index: 99999;
  background: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-left-width: 0;
  transform: translateX(230px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body div#side_menu #quick {
  overflow: hidden;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  margin-top: 0;
  max-height: 50px;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body div#side_menu #quick > li {
  overflow: hidden;
  max-height: 100px;
}
body div#side_menu #quick > li:not(.zoom-in-out) {
  max-height: 0;
}
body div#side_menu #quick:hover {
  max-height: 1000px;
}
body div#side_menu #quick:hover > li:not(.zoom-in-out) {
  max-height: 100px;
}
body div#side_menu #quick:hover > li.zoom-in-out {
  max-height: 0;
}
body div#side_menu .con_close {
  display: none;
}
body div#side_menu.on {
  transform: translateX(0);
  background-color: #FFF;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
body div#side_menu.on #quick {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: none;
  max-height: 1000px;
}
body div#side_menu.on #quick > li:not(.zoom-in-out) {
  max-height: 100px;
}
body div#side_menu.on #quick > li.zoom-in-out {
  max-height: 0;
}
body div#side_menu.on .con_close {
  display: block;
}
body div#side_menu #tabs_con {
  width: 230px;
}

body #top_btn {
  border-top-width: 0;
  background-color: #FFF;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body #top_btn:hover {
  opacity: 1;
}

#sct #sct_sortlst,
#sct #sct_location,
#sit_rel #sct_sortlst,
#sit_rel #sct_location {
  display: none;
}
#sct .sct,
#sit_rel .sct {
  width: fit-content;
  margin: 0 auto;
}
#sct .sct .sct_li .sct_img,
#sit_rel .sct .sct_li .sct_img {
  overflow: hidden;
  aspect-ratio: 2/1;
  border-radius: 5px;
  border: 1px solid #F9F9F9;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}
#sct .sct .sct_li .sct_img img,
#sit_rel .sct .sct_li .sct_img img {
  transition: transform 1.5s ease 0.5s;
}
#sct .sct .sct_li .sct_img:hover,
#sit_rel .sct .sct_li .sct_img:hover {
  transform: scale(1.02);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
#sct .sct .sct_li .sct_img:hover img,
#sit_rel .sct .sct_li .sct_img:hover img {
  transform: translateY(-62%);
}
#sct .sct .sct_li .sct_img .cart-layer,
#sit_rel .sct .sct_li .sct_img .cart-layer {
  opacity: 0;
  transition: opacity 0.4s;
}
#sct .sct .sct_li .sct_img .cart-layer.sct_cartop,
#sit_rel .sct .sct_li .sct_img .cart-layer.sct_cartop {
  opacity: 1;
}
#sct .sct .sct_li .sct_img .cart-layer.sct_cartop form,
#sit_rel .sct .sct_li .sct_img .cart-layer.sct_cartop form {
  position: absolute;
  max-width: fit-content;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
}
#sct .sct .sct_li .sct_img .cart-layer.sct_cartop form select,
#sit_rel .sct .sct_li .sct_img .cart-layer.sct_cartop form select {
  border-radius: 3px;
}
#sct .sct .sct_li .sct_img .cart-layer.sct_cartop form label,
#sit_rel .sct .sct_li .sct_img .cart-layer.sct_cartop form label {
  display: none;
}
#sct .sct_10 > li .sct_cart,
#sit_rel .sct_10 > li .sct_cart {
  display: none;
  transform: translateY(100%);
  transition: transform 0.5s ease;
}
#sct .sct_10 > li:hover .sct_cart,
#sit_rel .sct_10 > li:hover .sct_cart {
  transform: translateY(0);
}

#hover-popup-cont.item-popup a {
  max-height: inherit;
  color: inherit;
}
#hover-popup-cont.item-popup a:hover {
  color: inherit;
}
#hover-popup-cont.item-popup .sit_admin {
  right: auto;
  left: 20px;
  top: 20px;
  font-size: 1.5em;
  color: #c4141b;
  z-index: 1;
}
#hover-popup-cont.item-popup #sit #sit_ov_from {
  border-bottom-width: 0;
}
#hover-popup-cont.item-popup #sit #sit_ov_from #sit_ov_wrap {
  display: grid;
  grid-template-columns: auto 548px;
  width: 100%;
  max-width: 100vw;
  padding: 0;
}
#hover-popup-cont.item-popup #sit #sit_ov_from #sit_ov_wrap > * {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
#hover-popup-cont.item-popup #sit #sit_ov_from #sit_ov_wrap > *#sit_pvi {
  background-color: #f9f9f9;
  padding: 100px;
}
#hover-popup-cont.item-popup #sit #sit_ov_from #sit_ov_wrap > *#sit_pvi #sit_title {
  display: grid;
  margin: 0 0 10px;
  font-size: 2.4em;
  padding: 0 220px;
  width: 100%;
  text-align: center;
}
#hover-popup-cont.item-popup #sit #sit_ov_from #sit_ov_wrap > *#sit_pvi #sit_title > div {
  letter-spacing: -1px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
}
#hover-popup-cont.item-popup #sit #sit_ov_from #sit_ov_wrap > *#sit_pvi #sit_title > div.ko {
  font-family: "GmarketSansMedium", sans-serif;
}
#hover-popup-cont.item-popup #sit #sit_ov_from #sit_ov_wrap > *#sit_pvi #sit_title > div.en {
  font-family: "Montserrat", sans-serif;
}
#hover-popup-cont.item-popup #sit #sit_ov_from #sit_ov_wrap > *#sit_pvi #sit_web {
  width: 100%;
  height: 100%;
}
#hover-popup-cont.item-popup #sit #sit_ov_from #sit_ov_wrap > *#sit_pvi #sit_web #sit-web-transform {
  display: grid;
  grid-template-columns: repeat(3, auto);
  column-gap: 30px;
  margin: -40px 10px 20px auto;
  width: fit-content;
}
#hover-popup-cont.item-popup #sit #sit_ov_from #sit_ov_wrap > *#sit_pvi #sit_web #sit-web-transform > * {
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#hover-popup-cont.item-popup #sit #sit_ov_from #sit_ov_wrap > *#sit_pvi #sit_web #sit-web-transform > *.on, #hover-popup-cont.item-popup #sit #sit_ov_from #sit_ov_wrap > *#sit_pvi #sit_web #sit-web-transform > *:hover {
  opacity: 1;
}
#hover-popup-cont.item-popup #sit #sit_ov_from #sit_ov_wrap > *#sit_pvi #sit_web #sit-web-transform > *.visit a {
  display: grid;
  height: 100%;
  background-color: #000;
  color: #FFF;
  padding: 0 10px;
  border-radius: 3px;
}
#hover-popup-cont.item-popup #sit #sit_ov_from #sit_ov_wrap > *#sit_pvi #sit_web #sit-web-transform > * i {
  font-size: 1.3em;
  color: #333;
}
#hover-popup-cont.item-popup #sit #sit_ov_from #sit_ov_wrap > *#sit_pvi #sit_web #web-wrap {
  position: relative;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  aspect-ratio: 1.5;
  margin: 0 auto;
  max-width: 0;
  max-height: calc(100vh - 200px);
  width: 100%;
  height: auto;
  background-color: rgb(80, 129, 165);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#hover-popup-cont.item-popup #sit #sit_ov_from #sit_ov_wrap > *#sit_pvi #sit_web #web-wrap:after, #hover-popup-cont.item-popup #sit #sit_ov_from #sit_ov_wrap > *#sit_pvi #sit_web #web-wrap:before {
  content: "";
  opacity: 1;
  position: absolute;
  transition: opacity 0.5s ease-in-out, z-index 0.3s ease-in-out 0.5s;
}
#hover-popup-cont.item-popup #sit #sit_ov_from #sit_ov_wrap > *#sit_pvi #sit_web #web-wrap:before {
  display: none;
  background: url("../img/icon_loading.png") no-repeat center center;
  top: 50%;
  left: 50%;
  line-height: 0;
  transform: translate(-50%, -50%);
  font-size: 15em;
  width: 150px;
  height: 150px;
  background-size: cover;
  z-index: 2;
}
#hover-popup-cont.item-popup #sit #sit_ov_from #sit_ov_wrap > *#sit_pvi #sit_web #web-wrap:after {
  transform-origin: 0 0;
  width: 200%;
  height: 200%;
  background-color: rgb(80, 129, 165);
  z-index: 1;
}
#hover-popup-cont.item-popup #sit #sit_ov_from #sit_ov_wrap > *#sit_pvi #sit_web #web-wrap #repeat-box {
  opacity: 1;
  z-index: 2;
  transition: opacity 0.5s ease-in-out, z-index 0.3s ease-in-out 0.5s;
}
#hover-popup-cont.item-popup #sit #sit_ov_from #sit_ov_wrap > *#sit_pvi #sit_web #web-wrap.complete:before, #hover-popup-cont.item-popup #sit #sit_ov_from #sit_ov_wrap > *#sit_pvi #sit_web #web-wrap.complete:after,
#hover-popup-cont.item-popup #sit #sit_ov_from #sit_ov_wrap > *#sit_pvi #sit_web #web-wrap.complete #repeat-box {
  opacity: 0;
}
#hover-popup-cont.item-popup #sit #sit_ov_from #sit_ov_wrap > *#sit_pvi #sit_web #web-wrap.before-none:before, #hover-popup-cont.item-popup #sit #sit_ov_from #sit_ov_wrap > *#sit_pvi #sit_web #web-wrap.before-none:after,
#hover-popup-cont.item-popup #sit #sit_ov_from #sit_ov_wrap > *#sit_pvi #sit_web #web-wrap.before-none #repeat-box {
  display: none;
}
#hover-popup-cont.item-popup #sit #sit_ov_from #sit_ov_wrap > *#sit_pvi #sit_web #web-wrap.com {
  aspect-ratio: 1.5;
  background-color: #FFF;
  border-radius: 10px;
  max-width: 100%;
}
#hover-popup-cont.item-popup #sit #sit_ov_from #sit_ov_wrap > *#sit_pvi #sit_web #web-wrap.phone {
  aspect-ratio: 0.52941176;
  border-radius: 20px;
  max-width: 600px;
}
#hover-popup-cont.item-popup #sit #sit_ov_from #sit_ov_wrap > *#sit_pvi #sit_web #web-wrap iframe {
  display: none;
  transform: scale(0.8);
  transform-origin: 0 0;
  width: 125%;
  height: 125%;
  max-width: 200%;
  max-height: 200%;
  overflow-x: hidden;
}
#hover-popup-cont.item-popup #sit #sit_ov_from #sit_ov_wrap > *#sit_pvi #sit_web #web-wrap iframe.visible {
  display: block;
}
#hover-popup-cont.item-popup #sit #sit_ov_from #sit_ov_wrap > *#sit_ov {
  width: 100%;
  padding: 100px 50px;
}
#hover-popup-cont.item-popup #sit #sit_ov_from #sit_ov_wrap > *#sit_ov > * {
  width: 100%;
}
#hover-popup-cont.item-popup #sit #sit_ov_from #sit_ov_wrap > *#sit_ov > *#color-view {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 10px;
  padding: 0 0 15px;
}
#hover-popup-cont.item-popup #sit #sit_ov_from #sit_ov_wrap > *#sit_ov > *#color-view #color-title {
  grid-column: 1/span 3;
  padding: 0 0 10px;
  font-family: "Montserrat", sans-serif;
}
#hover-popup-cont.item-popup #sit #sit_ov_from #sit_ov_wrap > *#sit_ov > *#color-view .color-wrap {
  border: 1px solid #E7E7E7;
  padding: 10px;
  background-color: #F7F7F7;
  border-radius: 3px;
}
#hover-popup-cont.item-popup #sit #sit_ov_from #sit_ov_wrap > *#sit_ov > *#color-view .color-wrap .grid-5 {
  display: grid;
  grid-template-columns: repeat(5, auto);
  border: 1px solid #E7E7E7;
  overflow: hidden;
  border-radius: 5px;
  cursor: pointer;
}
#hover-popup-cont.item-popup #sit #sit_ov_from #sit_ov_wrap > *#sit_ov > *#color-view .color-wrap .grid-5 > li {
  display: flex;
  min-width: 10px;
  height: 50px;
  align-items: center;
}
#hover-popup-cont.item-popup #sit #sit_ov_from #sit_ov_wrap > *#sit_ov > *#sit_star_sns {
  display: none;
}
#hover-popup-cont.item-popup #sit #sit_ov_from #sit_ov_wrap > *#sit_ov > *.sit_info tr th {
  width: 100px;
}
#hover-popup-cont.item-popup #sit #sit_ov_from #sit_ov_wrap > *#sit_ov > *.sit_info tr.tag-wrap td {
  display: inline-flex;
  column-gap: 5px;
}
#hover-popup-cont.item-popup #sit #sit_ov_from #sit_ov_wrap > *#sit_ov > *.sit_info tr.tag-wrap td .tag {
  opacity: 0.5;
  border-radius: 3px;
  background-color: #000;
  color: #FFF;
  padding: 0 5px;
  font-weight: 300;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#hover-popup-cont.item-popup #sit #sit_ov_from #sit_ov_wrap > *#sit_ov > *.sit_info tr.tag-wrap td .tag:hover {
  opacity: 1;
}
#hover-popup-cont.item-popup #sit #sit_ov_from #sit_ov_wrap > *#sit_ov > *#sit_ov_btn {
  display: grid;
  grid-template-columns: repeat(3, auto);
  column-gap: 5px;
}
#hover-popup-cont.item-popup #sit #sit_ov_from #sit_ov_wrap > *#sit_ov > *#sit_ov_btn > * {
  border-radius: 3px;
  margin: 0;
  border-width: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#hover-popup-cont.item-popup #sit #sit_ov_from #sit_ov_wrap > *#sit_ov > *#sit_ov_btn > *.buy, #hover-popup-cont.item-popup #sit #sit_ov_from #sit_ov_wrap > *#sit_ov > *#sit_ov_btn > *.cart {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
#hover-popup-cont.item-popup #sit #sit_ov_from #sit_ov_wrap > *#sit_ov > *#sit_ov_btn > *.buy {
  border-width: 0;
}
#hover-popup-cont.item-popup #sit #sit_ov_from #sit_ov_wrap > *#sit_ov > *#sit_ov_btn > *.buy:hover {
  color: #FFF !important;
}
#hover-popup-cont.item-popup #sit #sit_ov_from #sit_ov_wrap > *#sit_ov > *#sit_ov_btn > *.sit_btn_wish:hover {
  color: #c4141b !important;
}
@media (max-width: 1500px) {
  #hover-popup-cont.item-popup #sit #sit_ov_from #sit_ov_wrap > *#sit_pvi {
    padding: 100px 50px;
  }
  #hover-popup-cont.item-popup #sit #sit_ov_from #sit_ov_wrap > *#sit_ov {
    padding: 100px 25px;
  }
}
@media (max-width: 1400px) {
  #hover-popup-cont.item-popup #sit #sit_ov_from #sit_ov_wrap {
    grid-template-columns: 1fr;
  }
  #hover-popup-cont.item-popup #sit #sit_ov_from #sit_ov_wrap > *#sit_pvi {
    padding: 50px;
  }
  #hover-popup-cont.item-popup #sit #sit_ov_from #sit_ov_wrap > *#sit_pvi #sit_title {
    padding: 0 30px;
  }
  #hover-popup-cont.item-popup #sit #sit_ov_from #sit_ov_wrap > *#sit_pvi #sit_web #sit-web-transform {
    margin: 20px auto;
  }
  #hover-popup-cont.item-popup #sit #sit_ov_from #sit_ov_wrap > *#sit_ov #sit_ov_btn {
    width: fit-content;
    margin: 0 auto 0 0;
  }
}
@media (max-width: 640px) {
  #hover-popup-cont.item-popup #sit #sit_ov_from #sit_ov_wrap > *#sit_pvi {
    padding: 50px 20px;
  }
  #hover-popup-cont.item-popup #sit #sit_ov_from #sit_ov_wrap > *#sit_pvi #sit_title {
    padding: 0;
    font-size: 1.7em;
  }
  #hover-popup-cont.item-popup #sit #sit_ov_from #sit_ov_wrap > *#sit_ov {
    padding: 50px 20px;
  }
}
@media (max-width: 460px) {
  #hover-popup-cont.item-popup #sit #sit_ov_from #sit_ov_wrap > *#sit_pvi #sit_title {
    overflow: inherit;
    white-space: inherit;
    height: auto;
    line-height: 120%;
  }
}
#hover-popup-cont.item-popup #sit #sit_ov_from.item-form-10 #sit_ov_wrap {
  grid-template-columns: auto 870px;
}
#hover-popup-cont.item-popup #sit #sit_ov_from.item-form-10 #sit_ov_wrap > *#sit_ov > *#sit_ov_btn {
  width: fit-content;
  margin: 0 0 0 auto;
}
#hover-popup-cont.item-popup #sit #sit_ov_from.item-form-10 #sit_ov_wrap > *#sit_ov > * .get_item_options {
  display: grid;
  grid-template-columns: 100px auto;
  width: 100%;
}
#hover-popup-cont.item-popup #sit #sit_ov_from.item-form-10 #sit_ov_wrap > *#sit_ov > * .get_item_options label {
  display: block;
  font-size: 1.1em;
  color: #000;
  font-weight: 600;
}
#hover-popup-cont.item-popup #sit #sit_ov_from.item-form-10 #sit_ov_wrap > *#sit_ov > * .get_item_options .option-wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  font-size: 1.1em;
  margin: 0 0 20px;
}
#hover-popup-cont.item-popup #sit #sit_ov_from.item-form-10 #sit_ov_wrap > *#sit_ov > * .get_item_options .option-wrap .option-btn {
  display: grid;
  border: 1px solid #DDD;
  height: 40px;
  align-items: center;
  text-align: center;
  cursor: pointer;
}
#hover-popup-cont.item-popup #sit #sit_ov_from.item-form-10 #sit_ov_wrap > *#sit_ov > * .get_item_options .option-wrap .option-btn.active {
  background: #4d4d4d;
  border-color: #4d4d4d;
  color: #FFF;
}
#hover-popup-cont.item-popup #sit #sit_ov_from.item-form-10 #sit_ov_wrap > *#sit_ov > * .get_item_supply .option-wrap {
  display: grid;
  grid-template-columns: 100px auto 55px;
  width: 100%;
  margin: 0 0 10px;
}
#hover-popup-cont.item-popup #sit #sit_ov_from.item-form-10 #sit_ov_wrap > *#sit_ov > * .get_item_supply .option-wrap .name {
  display: block;
  font-size: 1.1em;
  color: #000;
  font-weight: 600;
}
#hover-popup-cont.item-popup #sit #sit_ov_from.item-form-10 #sit_ov_wrap > *#sit_ov > * .get_item_supply .option-wrap button {
  background: #b2b2b2;
  border: 1px solid #b2b2b2;
  color: #FFF;
  border-radius: 3px;
  margin: 0 0 0 10px;
  font-size: 1.5em;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#hover-popup-cont.item-popup #sit #sit_ov_from.item-form-10 #sit_ov_wrap > *#sit_ov > * .get_item_supply .option-wrap button:hover {
  border-color: #0D3563;
  background: #0D3563;
}
#hover-popup-cont.item-popup #sit #sit_ov_from.item-form-10 #sit_ov_wrap > *#sit_ov > * .get_item_supply .option-wrap.type-2 {
  margin: 0 0 20px;
}
#hover-popup-cont.item-popup #sit #sit_ov_from.item-form-10 #sit_ov_wrap > *#sit_ov > * .get_item_supply .option-wrap.type-2 .origin-option {
  display: grid;
  row-gap: 10px;
  font-size: 1.1em;
}
#hover-popup-cont.item-popup #sit #sit_ov_from.item-form-10 #sit_ov_wrap > *#sit_ov > * .get_item_supply .option-wrap.type-2 .origin-option > li {
  position: relative;
  border: 1px solid #DDD;
  padding: 10px 10px 10px 50px;
  cursor: pointer;
}
#hover-popup-cont.item-popup #sit #sit_ov_from.item-form-10 #sit_ov_wrap > *#sit_ov > * .get_item_supply .option-wrap.type-2 .origin-option > li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  display: grid;
  text-align: center;
  align-items: center;
  border-radius: 50%;
  background: #FFF;
  border: 1px solid #E7E7E7;
  font-family: "Zeyada", cursive;
  color: #0D3563;
  line-height: 110%;
  font-size: 1.5em;
  font-weight: 600;
}
#hover-popup-cont.item-popup #sit #sit_ov_from.item-form-10 #sit_ov_wrap > *#sit_ov > * .get_item_supply .option-wrap.type-2 .origin-option > li.active {
  border-color: #4d4d4d;
  background: #4d4d4d;
  color: #FFF;
}
#hover-popup-cont.item-popup #sit #sit_ov_from.item-form-10 #sit_ov_wrap > *#sit_ov > * .get_item_supply .option-wrap.type-2 .origin-option > li.active:before {
  content: "v";
}
#hover-popup-cont.item-popup #sit #sit_rel > h2 {
  font-family: "Montserrat", sans-serif;
}
#hover-popup-cont.item-popup #sit_rel {
  border-width: 0;
}
#hover-popup-cont.item-popup #sit_rel .sct {
  width: 100%;
}
#hover-popup-cont.item-popup #sct_location,
#hover-popup-cont.item-popup #sit_siblings,
#hover-popup-cont.item-popup #sit_info {
  display: none;
}

#sod_bsk {
  max-width: 90%;
  margin: 0 auto;
}

@font-face {
  font-family: "Wilderness Typeface";
  font-style: normal;
  font-weight: 400;
  src: url("../css/font/WildernessTypeface-Regular.woff") format("woff");
}
@font-face {
  font-family: "InkLipquid";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/InkLipquid.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BinggraeTaom";
  src: url("../css/font/BinggraeTaom.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SangSangShin";
  src: url("../css/font/SangSangShin.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Handletter";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/naverfont_05@1.0/Handletter.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Cafe24Shiningstar";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.1/Cafe24Shiningstar.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Spoqa Han Sans";
  font-weight: 700;
  src: local("Spoqa Han Sans Bold"), url("../css/font/SpoqaHanSansBold.woff2") format("woff2"), url("../css/font/SpoqaHanSansBold.woff") format("woff"), url("../css/font/SpoqaHanSansBold.ttf") format("truetype");
}
@font-face {
  font-family: "Spoqa Han Sans";
  font-weight: 400;
  src: local("Spoqa Han Sans Regular"), url("../css/font/SpoqaHanSansRegular.woff2") format("woff2"), url("../css/font/SpoqaHanSansRegular.woff") format("woff"), url("../css/font/SpoqaHanSansRegular.ttf") format("truetype");
}
@font-face {
  font-family: "Spoqa Han Sans";
  font-weight: 300;
  src: local("Spoqa Han Sans Light"), url("../css/font/SpoqaHanSansLight.woff2") format("woff2"), url("../css/font/SpoqaHanSansLight.woff") format("woff"), url("../css/font/SpoqaHanSansLight.ttf") format("truetype");
}
@font-face {
  font-family: "Spoqa Han Sans";
  font-weight: 100;
  src: local("Spoqa Han Sans Thin"), url("../css/font/SpoqaHanSansThin.woff2") format("woff2"), url("../css/font/SpoqaHanSansThin.woff") format("woff"), url("../css/font/SpoqaHanSansThin.ttf") format("truetype");
}
@font-face {
  font-family: "GmarketSansMedium";
  src: url("../css/font/GmarketSansMedium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GmarketSansLight";
  src: url("../css/font/GmarketSansLight.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GmarketSansBold";
  src: url("../css/font/GmarketSansBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TlabShin";
  src: url("../css/font/TlabShinYBA1.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Treegarden";
  src: url("../css/font/Treegarden.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Apple SD Gothic Neo";
  font-style: normal;
  font-weight: 100;
  src: local("Apple SD Gothic Neo Thin"), url("../css/font/100_AppleSDGothicNeo-Thin.woff2") format("woff2"), url("../css/font/100_AppleSDGothicNeo-Thin.otf") format("opentype");
}
@font-face {
  font-family: "Apple SD Gothic Neo";
  font-style: normal;
  font-weight: 200;
  src: local("Apple SD Gothic Neo UltraLight"), url("../css/font/200_AppleSDGothicNeo-UltraLight.woff2") format("woff2"), url("../css/font/200_AppleSDGothicNeo-UltraLight.otf") format("opentype");
}
@font-face {
  font-family: "Apple SD Gothic Neo";
  font-style: normal;
  font-weight: 300;
  src: local("Apple SD Gothic Neo Light"), url("../css/font/300_AppleSDGothicNeo-Light.woff2") format("woff2"), url("../css/font/300_AppleSDGothicNeo-Light.otf") format("opentype");
}
@font-face {
  font-family: "Apple SD Gothic Neo";
  font-style: normal;
  font-weight: 400;
  src: local("Apple SD Gothic Neo Medium"), url("../css/font/400_AppleSDGothicNeo-Medium.woff2") format("woff2"), url("../css/font/400_AppleSDGothicNeo-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Apple SD Gothic Neo";
  font-style: normal;
  font-weight: 500;
  src: local("Apple SD Gothic Neo Regular"), url("../css/font/500_AppleSDGothicNeo-Regular.woff2") format("woff2"), url("../css/font/500_AppleSDGothicNeo-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Apple SD Gothic Neo";
  font-style: normal;
  font-weight: 600;
  src: local("Apple SD Gothic Neo SemiBold"), url("../css/font/600_AppleSDGothicNeo-SemiBold.woff2") format("woff2"), url("../css/font/600_AppleSDGothicNeo-SemiBold.otf") format("opentype");
}
@font-face {
  font-family: "Apple SD Gothic Neo";
  font-style: normal;
  font-weight: 700;
  src: local("Apple SD Gothic Neo Bold"), url("../css/font/700_AppleSDGothicNeo-Bold.woff2") format("woff2"), url("../css/font/700_AppleSDGothicNeo-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Apple SD Gothic Neo";
  font-style: normal;
  font-weight: 800;
  src: local("Apple SD Gothic Neo ExtraBold"), url("../css/font/800_AppleSDGothicNeo-ExtraBold.woff2") format("woff2"), url("../css/font/800_AppleSDGothicNeo-ExtraBold.otf") format("opentype");
}
@font-face {
  font-family: "Apple SD Gothic Neo";
  font-style: normal;
  font-weight: 900;
  src: local("Apple SD Gothic Neo Heavy"), url("../css/font/900_AppleSDGothicNeo-Heavy.woff2") format("woff2"), url("../css/font/900_AppleSDGothicNeo-Heavy.otf") format("opentype");
}
@font-face {
  font-family: "OTEnjoystoriesBA";
  src: url("../css/font/OTEnjoystoriesBA.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "KCCMurukmuruk";
  src: url("../css/font/KCCMurukmuruk.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "WindyLavender";
  src: url("../css/font/WindyLavender.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "iceJaram-Rg";
  src: url("../css/font/iceJaram-Rg.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "InkLipquid";
  src: url("../css/font/InkLipquid.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("../css/font/Pretendard-Thin.woff") format("woff");
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../css/font/Pretendard-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../css/font/Pretendard-Light.woff") format("woff");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../css/font/Pretendard-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../css/font/Pretendard-Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../css/font/Pretendard-SemiBold.woff") format("woff");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../css/font/Pretendard-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../css/font/Pretendard-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../css/font/Pretendard-Black.woff") format("woff");
  font-weight: 900;
  font-display: swap;
}
.font-Pretendard-all,
.font-Pretendard-all *,
.font-Pretendard {
  font-family: 'Pretendard', sans-serif !important;
}

.font-brush-all,
.font-brush-all *,
.font-brush {
  font-family: 'Nanum Brush Script', cursive !important;
}

.font-ink-all,
.font-ink-all *,
.font-ink {
  font-family: 'InkLipquid' !important;
}

.font-covered-all,
.font-covered-all *,
.font-covered {
  font-family: 'Covered By Your Grace', cursive !important;
}

.font-dokdo-all,
.font-dokdo-all *,
.font-dokdo {
  font-family: 'East Sea Dokdo', cursive !important;
}

.font-abril-fatface-all,
.font-abril-fatface-all *,
.font-abril-fatface {
  font-family: 'Abril Fatface', cursive !important;
}

.font-caveat-all,
.font-caveat-all *,
.font-caveat {
  font-family: 'Caveat', cursive !important;
}

.font-myeongjo-all,
.font-myeongjo-all *,
.font-myeongjo {
  font-family: 'Gowun Batang', serif !important;
}

.font-concert-one-all,
.font-concert-one-all *,
.font-concert-one {
  font-family: 'Concert One', cursive !important;
}

.font-handlatter-all,
.font-handlatter-all *,
.font-handlatter {
  font-family: 'Handletter', serif !important;
}

.font-cafe24-shiningstar-all,
.font-cafe24-shiningstar-all *,
.font-cafe24-shiningstar {
  font-family: 'Cafe24Shiningstar', serif !important;
}

.font-quotes-all,
.font-quotes-all *,
.font-quotes {
  font-family: 'Passion One', cursive !important;
}

.font-montserrat-all,
.font-montserrat-all *,
.font-montserrat {
  font-family: 'Montserrat', sans-serif !important;
}

.font-raleway-all,
.font-raleway-all *,
.font-raleway {
  font-family: 'Raleway', sans-serif !important;
}

.font-gmarketSansMedium-all,
.font-gmarketSansMedium-all *,
.font-gmarketSansMedium {
  font-family: 'GmarketSansMedium', sans-serif !important;
}

.font-tlabShin-all,
.font-tlabShin-all *,
.font-tlabShin {
  font-family: 'TlabShin', sans-serif !important;
}

.font-appleSD-all,
.font-appleSD-all *,
.font-appleSD {
  font-family: 'Apple SD Gothic Neo' !important;
}

.font-treegarden-all,
.font-treegarden-all *,
.font-treegarden {
  font-family: 'Treegarden' !important;
}

.font-noto-serif-all,
.font-noto-serif-all *,
.font-noto-serif {
  font-family: 'Noto Serif KR', serif !important;
}

.font-lexend-all,
.font-lexend-all *,
.font-lexend {
  font-family: 'Lexend', sans-serif !important;
}

.font-murukmuruk-all,
.font-murukmuruk-all *,
.font-murukmuruk {
  font-family: KCCMurukmuruk !important;
}

.font-ink-lipquid-all,
.font-ink-lipquid-all *,
.font-ink-lipquid {
  font-family: InkLipquid !important;
}

.font-icejaram-rg-all,
.font-icejaram-rg-all *,
.font-icejaram-rg {
  font-family: InkLipquid !important;
}

.font-windy-lavender-all,
.font-windy-lavender-all *,
.font-windy-lavender {
  font-family: InkLipquid !important;
}

.font-outfit-all,
.font-outfit-all *,
.font-outfit {
  font-family: "Outfit", sans-serif !important;
}

.font-en-all,
.font-en-all *,
.font-en {
  font-family: 'Dhurjati', sans-serif !important;
}

.font-quotation-mark-1-all,
.font-quotation-mark-1-all *,
.font-quotation-mark-1 {
  font-family: 'Passion One', sans-serif !important;
}

.font-quotation-mark-2-all,
.font-quotation-mark-2-all *,
.font-quotation-mark-2 {
  font-family: 'Space Grotesk', sans-serif !important;
}

.font-number-1-all,
.font-number-1-all *,
.font-number-1 {
  font-family: 'Nanum Gothic', '나눔고딕', sans-serif !important;
}

.font-namum-square-all,
.font-namum-square-all *,
.font-namum-square {
  font-family: NanumSquare !important;
}

.font-namum-square-ac-all,
.font-namum-square-ac-all *,
.font-namum-square-ac {
  font-family: NanumSquareAc !important;
}

.font-size-5 {
  font-size: 0.5em;
}

@media (max-width: 1024px) {
  .font-size-5 {
    font-size: 1em;
  }
}
.font-size-6 {
  font-size: 0.6em;
}

@media (max-width: 1024px) {
  .font-size-6 {
    font-size: 1em;
  }
}
.font-size-7 {
  font-size: 0.7em;
}

@media (max-width: 1024px) {
  .font-size-7 {
    font-size: 1em;
  }
}
.font-size-8 {
  font-size: 0.8em;
}

@media (max-width: 1024px) {
  .font-size-8 {
    font-size: 1em;
  }
}
.font-size-9 {
  font-size: 0.9em;
}

@media (max-width: 1024px) {
  .font-size-9 {
    font-size: 1em;
  }
}
.font-size-10 {
  font-size: 1em;
}

@media (max-width: 1024px) {
  .font-size-10 {
    font-size: 1em;
  }
}
.font-size-11 {
  font-size: 1.1em;
}

@media (max-width: 1024px) {
  .font-size-11 {
    font-size: 1em;
  }
}
.font-size-12 {
  font-size: 1.2em;
}

@media (max-width: 1024px) {
  .font-size-12 {
    font-size: 1em;
  }
}
.font-size-13 {
  font-size: 1.3em;
}

@media (max-width: 1024px) {
  .font-size-13 {
    font-size: 1.04em;
  }
}
.font-size-14 {
  font-size: 1.4em;
}

@media (max-width: 1024px) {
  .font-size-14 {
    font-size: 1.12em;
  }
}
.font-size-15 {
  font-size: 1.5em;
}

@media (max-width: 1024px) {
  .font-size-15 {
    font-size: 1.2em;
  }
}
.font-size-16 {
  font-size: 1.6em;
}

@media (max-width: 1024px) {
  .font-size-16 {
    font-size: 1.28em;
  }
}
.font-size-17 {
  font-size: 1.7em;
}

@media (max-width: 1024px) {
  .font-size-17 {
    font-size: 1.36em;
  }
}
.font-size-18 {
  font-size: 1.8em;
}

@media (max-width: 1024px) {
  .font-size-18 {
    font-size: 1.44em;
  }
}
.font-size-19 {
  font-size: 1.9em;
}

@media (max-width: 1024px) {
  .font-size-19 {
    font-size: 1.52em;
  }
}
.font-size-20 {
  font-size: 2em;
}

@media (max-width: 1024px) {
  .font-size-20 {
    font-size: 1.6em;
  }
}
.font-size-21 {
  font-size: 2.1em;
}

@media (max-width: 1024px) {
  .font-size-21 {
    font-size: 1.68em;
  }
}
.font-size-22 {
  font-size: 2.2em;
}

@media (max-width: 1024px) {
  .font-size-22 {
    font-size: 1.76em;
  }
}
.font-size-23 {
  font-size: 2.3em;
}

@media (max-width: 1024px) {
  .font-size-23 {
    font-size: 1.84em;
  }
}
.font-size-24 {
  font-size: 2.4em;
}

@media (max-width: 1024px) {
  .font-size-24 {
    font-size: 1.92em;
  }
}
.font-size-25 {
  font-size: 2.5em;
}

@media (max-width: 1024px) {
  .font-size-25 {
    font-size: 2em;
  }
}
.font-size-26 {
  font-size: 2.6em;
}

@media (max-width: 1024px) {
  .font-size-26 {
    font-size: 2.08em;
  }
}
.font-size-27 {
  font-size: 2.7em;
}

@media (max-width: 1024px) {
  .font-size-27 {
    font-size: 2.16em;
  }
}
.font-size-28 {
  font-size: 2.8em;
}

@media (max-width: 1024px) {
  .font-size-28 {
    font-size: 2.24em;
  }
}
.font-size-29 {
  font-size: 2.9em;
}

@media (max-width: 1024px) {
  .font-size-29 {
    font-size: 2.32em;
  }
}
.font-size-30 {
  font-size: 3em;
}

@media (max-width: 1024px) {
  .font-size-30 {
    font-size: 2.4em;
  }
}
.font-size-31 {
  font-size: 3.1em;
}

@media (max-width: 1024px) {
  .font-size-31 {
    font-size: 2.48em;
  }
}
.font-size-32 {
  font-size: 3.2em;
}

@media (max-width: 1024px) {
  .font-size-32 {
    font-size: 2.56em;
  }
}
.font-size-33 {
  font-size: 3.3em;
}

@media (max-width: 1024px) {
  .font-size-33 {
    font-size: 2.64em;
  }
}
.font-size-34 {
  font-size: 3.4em;
}

@media (max-width: 1024px) {
  .font-size-34 {
    font-size: 2.72em;
  }
}
.font-size-35 {
  font-size: 3.5em;
}

@media (max-width: 1024px) {
  .font-size-35 {
    font-size: 2.8em;
  }
}
.font-size-36 {
  font-size: 3.6em;
}

@media (max-width: 1024px) {
  .font-size-36 {
    font-size: 2.88em;
  }
}
.font-size-37 {
  font-size: 3.7em;
}

@media (max-width: 1024px) {
  .font-size-37 {
    font-size: 2.96em;
  }
}
.font-size-38 {
  font-size: 3.8em;
}

@media (max-width: 1024px) {
  .font-size-38 {
    font-size: 3.04em;
  }
}
.font-size-39 {
  font-size: 3.9em;
}

@media (max-width: 1024px) {
  .font-size-39 {
    font-size: 3.12em;
  }
}
.font-size-40 {
  font-size: 4em;
}

@media (max-width: 1024px) {
  .font-size-40 {
    font-size: 3.2em;
  }
}
.font-size-41 {
  font-size: 4.1em;
}

@media (max-width: 1024px) {
  .font-size-41 {
    font-size: 3.28em;
  }
}
.font-size-42 {
  font-size: 4.2em;
}

@media (max-width: 1024px) {
  .font-size-42 {
    font-size: 3.36em;
  }
}
.font-size-43 {
  font-size: 4.3em;
}

@media (max-width: 1024px) {
  .font-size-43 {
    font-size: 3.44em;
  }
}
.font-size-44 {
  font-size: 4.4em;
}

@media (max-width: 1024px) {
  .font-size-44 {
    font-size: 3.52em;
  }
}
.font-size-45 {
  font-size: 4.5em;
}

@media (max-width: 1024px) {
  .font-size-45 {
    font-size: 3.6em;
  }
}
.font-size-46 {
  font-size: 4.6em;
}

@media (max-width: 1024px) {
  .font-size-46 {
    font-size: 3.68em;
  }
}
.font-size-47 {
  font-size: 4.7em;
}

@media (max-width: 1024px) {
  .font-size-47 {
    font-size: 3.76em;
  }
}
.font-size-48 {
  font-size: 4.8em;
}

@media (max-width: 1024px) {
  .font-size-48 {
    font-size: 3.84em;
  }
}
.font-size-49 {
  font-size: 4.9em;
}

@media (max-width: 1024px) {
  .font-size-49 {
    font-size: 3.92em;
  }
}
.font-size-50 {
  font-size: 5em;
}

@media (max-width: 1024px) {
  .font-size-50 {
    font-size: 4em;
  }
}
.font-size-51 {
  font-size: 5.1em;
}

@media (max-width: 1024px) {
  .font-size-51 {
    font-size: 4.08em;
  }
}
.font-size-52 {
  font-size: 5.2em;
}

@media (max-width: 1024px) {
  .font-size-52 {
    font-size: 4.16em;
  }
}
.font-size-53 {
  font-size: 5.3em;
}

@media (max-width: 1024px) {
  .font-size-53 {
    font-size: 4.24em;
  }
}
.font-size-54 {
  font-size: 5.4em;
}

@media (max-width: 1024px) {
  .font-size-54 {
    font-size: 4.32em;
  }
}
.font-size-55 {
  font-size: 5.5em;
}

@media (max-width: 1024px) {
  .font-size-55 {
    font-size: 4.4em;
  }
}
.font-size-56 {
  font-size: 5.6em;
}

@media (max-width: 1024px) {
  .font-size-56 {
    font-size: 4.48em;
  }
}
.font-size-57 {
  font-size: 5.7em;
}

@media (max-width: 1024px) {
  .font-size-57 {
    font-size: 4.56em;
  }
}
.font-size-58 {
  font-size: 5.8em;
}

@media (max-width: 1024px) {
  .font-size-58 {
    font-size: 4.64em;
  }
}
.font-size-59 {
  font-size: 5.9em;
}

@media (max-width: 1024px) {
  .font-size-59 {
    font-size: 4.72em;
  }
}
.font-size-60 {
  font-size: 6em;
}

@media (max-width: 1024px) {
  .font-size-60 {
    font-size: 4.8em;
  }
}
.font-size-61 {
  font-size: 6.1em;
}

@media (max-width: 1024px) {
  .font-size-61 {
    font-size: 4.88em;
  }
}
.font-size-62 {
  font-size: 6.2em;
}

@media (max-width: 1024px) {
  .font-size-62 {
    font-size: 4.96em;
  }
}
.font-size-63 {
  font-size: 6.3em;
}

@media (max-width: 1024px) {
  .font-size-63 {
    font-size: 5.04em;
  }
}
.font-size-64 {
  font-size: 6.4em;
}

@media (max-width: 1024px) {
  .font-size-64 {
    font-size: 5.12em;
  }
}
.font-size-65 {
  font-size: 6.5em;
}

@media (max-width: 1024px) {
  .font-size-65 {
    font-size: 5.2em;
  }
}
.font-size-66 {
  font-size: 6.6em;
}

@media (max-width: 1024px) {
  .font-size-66 {
    font-size: 5.28em;
  }
}
.font-size-67 {
  font-size: 6.7em;
}

@media (max-width: 1024px) {
  .font-size-67 {
    font-size: 5.36em;
  }
}
.font-size-68 {
  font-size: 6.8em;
}

@media (max-width: 1024px) {
  .font-size-68 {
    font-size: 5.44em;
  }
}
.font-size-69 {
  font-size: 6.9em;
}

@media (max-width: 1024px) {
  .font-size-69 {
    font-size: 5.52em;
  }
}
.font-size-70 {
  font-size: 7em;
}

@media (max-width: 1024px) {
  .font-size-70 {
    font-size: 5.6em;
  }
}
.font-size-71 {
  font-size: 7.1em;
}

@media (max-width: 1024px) {
  .font-size-71 {
    font-size: 5.68em;
  }
}
.font-size-72 {
  font-size: 7.2em;
}

@media (max-width: 1024px) {
  .font-size-72 {
    font-size: 5.76em;
  }
}
.font-size-73 {
  font-size: 7.3em;
}

@media (max-width: 1024px) {
  .font-size-73 {
    font-size: 5.84em;
  }
}
.font-size-74 {
  font-size: 7.4em;
}

@media (max-width: 1024px) {
  .font-size-74 {
    font-size: 5.92em;
  }
}
.font-size-75 {
  font-size: 7.5em;
}

@media (max-width: 1024px) {
  .font-size-75 {
    font-size: 6em;
  }
}
.font-size-76 {
  font-size: 7.6em;
}

@media (max-width: 1024px) {
  .font-size-76 {
    font-size: 6.08em;
  }
}
.font-size-77 {
  font-size: 7.7em;
}

@media (max-width: 1024px) {
  .font-size-77 {
    font-size: 6.16em;
  }
}
.font-size-78 {
  font-size: 7.8em;
}

@media (max-width: 1024px) {
  .font-size-78 {
    font-size: 6.24em;
  }
}
.font-size-79 {
  font-size: 7.9em;
}

@media (max-width: 1024px) {
  .font-size-79 {
    font-size: 6.32em;
  }
}
.font-size-80 {
  font-size: 8em;
}

@media (max-width: 1024px) {
  .font-size-80 {
    font-size: 6.4em;
  }
}
.font-size-81 {
  font-size: 8.1em;
}

@media (max-width: 1024px) {
  .font-size-81 {
    font-size: 6.48em;
  }
}
.font-size-82 {
  font-size: 8.2em;
}

@media (max-width: 1024px) {
  .font-size-82 {
    font-size: 6.56em;
  }
}
.font-size-83 {
  font-size: 8.3em;
}

@media (max-width: 1024px) {
  .font-size-83 {
    font-size: 6.64em;
  }
}
.font-size-84 {
  font-size: 8.4em;
}

@media (max-width: 1024px) {
  .font-size-84 {
    font-size: 6.72em;
  }
}
.font-size-85 {
  font-size: 8.5em;
}

@media (max-width: 1024px) {
  .font-size-85 {
    font-size: 6.8em;
  }
}
.font-size-86 {
  font-size: 8.6em;
}

@media (max-width: 1024px) {
  .font-size-86 {
    font-size: 6.88em;
  }
}
.font-size-87 {
  font-size: 8.7em;
}

@media (max-width: 1024px) {
  .font-size-87 {
    font-size: 6.96em;
  }
}
.font-size-88 {
  font-size: 8.8em;
}

@media (max-width: 1024px) {
  .font-size-88 {
    font-size: 7.04em;
  }
}
.font-size-89 {
  font-size: 8.9em;
}

@media (max-width: 1024px) {
  .font-size-89 {
    font-size: 7.12em;
  }
}
.font-size-90 {
  font-size: 9em;
}

@media (max-width: 1024px) {
  .font-size-90 {
    font-size: 7.2em;
  }
}
.font-size-91 {
  font-size: 9.1em;
}

@media (max-width: 1024px) {
  .font-size-91 {
    font-size: 7.28em;
  }
}
.font-size-92 {
  font-size: 9.2em;
}

@media (max-width: 1024px) {
  .font-size-92 {
    font-size: 7.36em;
  }
}
.font-size-93 {
  font-size: 9.3em;
}

@media (max-width: 1024px) {
  .font-size-93 {
    font-size: 7.44em;
  }
}
.font-size-94 {
  font-size: 9.4em;
}

@media (max-width: 1024px) {
  .font-size-94 {
    font-size: 7.52em;
  }
}
.font-size-95 {
  font-size: 9.5em;
}

@media (max-width: 1024px) {
  .font-size-95 {
    font-size: 7.6em;
  }
}
.font-size-96 {
  font-size: 9.6em;
}

@media (max-width: 1024px) {
  .font-size-96 {
    font-size: 7.68em;
  }
}
.font-size-97 {
  font-size: 9.7em;
}

@media (max-width: 1024px) {
  .font-size-97 {
    font-size: 7.76em;
  }
}
.font-size-98 {
  font-size: 9.8em;
}

@media (max-width: 1024px) {
  .font-size-98 {
    font-size: 7.84em;
  }
}
.font-size-99 {
  font-size: 9.9em;
}

@media (max-width: 1024px) {
  .font-size-99 {
    font-size: 7.92em;
  }
}
.font-size-100 {
  font-size: 10em;
}

@media (max-width: 1024px) {
  .font-size-100 {
    font-size: 8em;
  }
}
.line-height-110-all,
.line-height-110-all *,
.line-height-110 {
  line-height: 110% !important;
}

.line-height-120-all,
.line-height-120-all *,
.line-height-120 {
  line-height: 120% !important;
}

.line-height-130-all,
.line-height-130-all *,
.line-height-130 {
  line-height: 130% !important;
}

.line-height-140-all,
.line-height-140-all *,
.line-height-140 {
  line-height: 140% !important;
}

.line-height-150-all,
.line-height-150-all *,
.line-height-150 {
  line-height: 150% !important;
}

.line-height-160-all,
.line-height-160-all *,
.line-height-160 {
  line-height: 160% !important;
}

.line-height-170-all,
.line-height-170-all *,
.line-height-170 {
  line-height: 170% !important;
}

.line-height-180-all,
.line-height-180-all *,
.line-height-180 {
  line-height: 180% !important;
}

.line-height-190-all,
.line-height-190-all *,
.line-height-190 {
  line-height: 190% !important;
}

.line-height-200-all,
.line-height-200-all *,
.line-height-200 {
  line-height: 200% !important;
}

/* 따옴표용 */
.font-quotation-mark-1,
.font-quotation-mark-2 {
  display: inline-block;
}
.font-quotation-mark-1.front,
.font-quotation-mark-2.front {
  transform: rotate(180deg);
}
.font-quotation-mark-1 {
  font-family: "Passion One", sans-serif !important;
}

.font-quotation-mark-2 {
  font-family: "Space Grotesk", sans-serif !important;
}

#sod_frm {
  max-width: 90%;
  margin: 0 auto;
}
#sod_frm #settle_authorize {
  display: flex;
  border: 1px solid #e3e5e8;
  border-top: 0 none;
  background: #fff;
  padding: 10px;
  clear: both;
  line-height: 32px;
  column-gap: 30px;
  align-items: center;
}
#sod_frm #settle_authorize > select {
  width: 100%;
}
#sod_frm #sod_frm_taker .order_choice_place {
  display: flex;
  height: 48px;
  align-items: center;
}

.sod_right #sod_frm_pay label.authorize_icon {
  background: url("../../../shop/authorize/img/authorize_icon_b.png") no-repeat center center;
  background-size: 85%;
  color: transparent !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sod_right #sod_frm_pay label.authorize_icon:hover {
  border-color: #0d2799 !important;
}
.sod_right #display_pay_button {
  margin-bottom: 50px;
}

#authorize-box {
  position: relative;
  overflow: hidden;
  display: block;
  max-width: 500px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#hover-popup-cont.on-full.text-popup {
  width: max-content !important;
}
@media (max-width: 570px) {
  #hover-popup-cont.on-full.text-popup {
    width: 100% !important;
  }
}

#authorize-box .logo {
  background-color: #1c3141;
  padding: 15px 10px;
  border-radius: 10px;
  text-align: center;
}
#authorize-box .logo img {
  max-width: 60%;
}
#authorize-box .hidden {
  display: none;
}
#authorize-box #bo_list {
  background: transparent;
  border-width: 0;
}
#authorize-box #bo_list #payment-info {
  margin: 20px 0 0 0;
  border-width: 0;
}
#authorize-box #bo_list #payment-info td {
  border-width: 0;
}
#authorize-box #bo_list #payment-info td[colspan="3"] {
  width: 30%;
}
#authorize-box #bo_list #payment-info td[colspan="4"] {
  width: 30%;
}
#authorize-box #bo_list #payment-info td[colspan="5"] {
  width: 30%;
}
#authorize-box #bo_list #payment-info td label {
  display: block;
  margin-bottom: 5px;
}
#authorize-box #bo_list #payment-info td input, #authorize-box #bo_list #payment-info td select {
  width: 100%;
}
#authorize-box #bo_list #payment-info td .terms-box {
  background-color: #FFF;
  border: 1px solid #C5C5C5;
  padding: 10px 15px;
  margin-top: 5px;
  height: 200px;
  border-radius: 3px;
  overflow-x: hidden;
  overflow-y: scroll;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
#authorize-box #bo_list #payment-info td #agree {
  text-align: center;
  font-size: 1.2em;
  padding-top: 20px;
}
#authorize-box #bo_list #payment-info td #agree > * {
  display: inline-block;
  cursor: pointer;
}
#authorize-box #bo_list #payment-info td #agree > span .box {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 1px solid #C5C5C5;
  background-color: #FFF;
  vertical-align: middle;
  margin-right: 5px;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
#authorize-box #bo_list #payment-info td #agree > span.on .box {
  background-color: #FC7816;
  border-color: #FC7816;
}
#authorize-box #bo_list #payment-info td #agree .agree {
  margin-right: 30px;
}
#authorize-box #bo_list .conform-btn {
  margin: 20px 0 0;
  text-align: center;
}
#authorize-box #bo_list .conform-btn .submit {
  padding: 0 35px;
}
#authorize-box #bo_list .conform-btn .submit #btn-amount {
  position: relative;
  top: 2px;
  display: inline-block;
  font-weight: 600;
  margin-right: 10px;
  font-size: 1.3em;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

#display_pay_process_authorize {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999999;
  background-color: rgba(0, 0, 0, 0.8);
  color: #FFF;
}
#display_pay_process_authorize > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  width: fit-content;
  font-size: 1.5em;
}
#display_pay_process_authorize > div > * {
  display: block;
  margin: 10px auto;
}

#sod_fin_list .btn_frmline {
  line-height: 40px !important;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#sod_fin_list .btn_frmline:hover {
  background: #2f353f !important;
}
#sod_fin_list .btn_frmline.end {
  color: #000;
  background: #c5c5c5 !important;
}

@font-face {
  font-family: "Wilderness Typeface";
  font-style: normal;
  font-weight: 400;
  src: url("../css/font/WildernessTypeface-Regular.woff") format("woff");
}
@font-face {
  font-family: "InkLipquid";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/InkLipquid.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BinggraeTaom";
  src: url("../css/font/BinggraeTaom.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SangSangShin";
  src: url("../css/font/SangSangShin.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Handletter";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/naverfont_05@1.0/Handletter.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Cafe24Shiningstar";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.1/Cafe24Shiningstar.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Spoqa Han Sans";
  font-weight: 700;
  src: local("Spoqa Han Sans Bold"), url("../css/font/SpoqaHanSansBold.woff2") format("woff2"), url("../css/font/SpoqaHanSansBold.woff") format("woff"), url("../css/font/SpoqaHanSansBold.ttf") format("truetype");
}
@font-face {
  font-family: "Spoqa Han Sans";
  font-weight: 400;
  src: local("Spoqa Han Sans Regular"), url("../css/font/SpoqaHanSansRegular.woff2") format("woff2"), url("../css/font/SpoqaHanSansRegular.woff") format("woff"), url("../css/font/SpoqaHanSansRegular.ttf") format("truetype");
}
@font-face {
  font-family: "Spoqa Han Sans";
  font-weight: 300;
  src: local("Spoqa Han Sans Light"), url("../css/font/SpoqaHanSansLight.woff2") format("woff2"), url("../css/font/SpoqaHanSansLight.woff") format("woff"), url("../css/font/SpoqaHanSansLight.ttf") format("truetype");
}
@font-face {
  font-family: "Spoqa Han Sans";
  font-weight: 100;
  src: local("Spoqa Han Sans Thin"), url("../css/font/SpoqaHanSansThin.woff2") format("woff2"), url("../css/font/SpoqaHanSansThin.woff") format("woff"), url("../css/font/SpoqaHanSansThin.ttf") format("truetype");
}
@font-face {
  font-family: "GmarketSansMedium";
  src: url("../css/font/GmarketSansMedium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GmarketSansLight";
  src: url("../css/font/GmarketSansLight.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GmarketSansBold";
  src: url("../css/font/GmarketSansBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TlabShin";
  src: url("../css/font/TlabShinYBA1.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Treegarden";
  src: url("../css/font/Treegarden.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Apple SD Gothic Neo";
  font-style: normal;
  font-weight: 100;
  src: local("Apple SD Gothic Neo Thin"), url("../css/font/100_AppleSDGothicNeo-Thin.woff2") format("woff2"), url("../css/font/100_AppleSDGothicNeo-Thin.otf") format("opentype");
}
@font-face {
  font-family: "Apple SD Gothic Neo";
  font-style: normal;
  font-weight: 200;
  src: local("Apple SD Gothic Neo UltraLight"), url("../css/font/200_AppleSDGothicNeo-UltraLight.woff2") format("woff2"), url("../css/font/200_AppleSDGothicNeo-UltraLight.otf") format("opentype");
}
@font-face {
  font-family: "Apple SD Gothic Neo";
  font-style: normal;
  font-weight: 300;
  src: local("Apple SD Gothic Neo Light"), url("../css/font/300_AppleSDGothicNeo-Light.woff2") format("woff2"), url("../css/font/300_AppleSDGothicNeo-Light.otf") format("opentype");
}
@font-face {
  font-family: "Apple SD Gothic Neo";
  font-style: normal;
  font-weight: 400;
  src: local("Apple SD Gothic Neo Medium"), url("../css/font/400_AppleSDGothicNeo-Medium.woff2") format("woff2"), url("../css/font/400_AppleSDGothicNeo-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Apple SD Gothic Neo";
  font-style: normal;
  font-weight: 500;
  src: local("Apple SD Gothic Neo Regular"), url("../css/font/500_AppleSDGothicNeo-Regular.woff2") format("woff2"), url("../css/font/500_AppleSDGothicNeo-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Apple SD Gothic Neo";
  font-style: normal;
  font-weight: 600;
  src: local("Apple SD Gothic Neo SemiBold"), url("../css/font/600_AppleSDGothicNeo-SemiBold.woff2") format("woff2"), url("../css/font/600_AppleSDGothicNeo-SemiBold.otf") format("opentype");
}
@font-face {
  font-family: "Apple SD Gothic Neo";
  font-style: normal;
  font-weight: 700;
  src: local("Apple SD Gothic Neo Bold"), url("../css/font/700_AppleSDGothicNeo-Bold.woff2") format("woff2"), url("../css/font/700_AppleSDGothicNeo-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Apple SD Gothic Neo";
  font-style: normal;
  font-weight: 800;
  src: local("Apple SD Gothic Neo ExtraBold"), url("../css/font/800_AppleSDGothicNeo-ExtraBold.woff2") format("woff2"), url("../css/font/800_AppleSDGothicNeo-ExtraBold.otf") format("opentype");
}
@font-face {
  font-family: "Apple SD Gothic Neo";
  font-style: normal;
  font-weight: 900;
  src: local("Apple SD Gothic Neo Heavy"), url("../css/font/900_AppleSDGothicNeo-Heavy.woff2") format("woff2"), url("../css/font/900_AppleSDGothicNeo-Heavy.otf") format("opentype");
}
@font-face {
  font-family: "OTEnjoystoriesBA";
  src: url("../css/font/OTEnjoystoriesBA.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "KCCMurukmuruk";
  src: url("../css/font/KCCMurukmuruk.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "WindyLavender";
  src: url("../css/font/WindyLavender.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "iceJaram-Rg";
  src: url("../css/font/iceJaram-Rg.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "InkLipquid";
  src: url("../css/font/InkLipquid.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("../css/font/Pretendard-Thin.woff") format("woff");
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../css/font/Pretendard-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../css/font/Pretendard-Light.woff") format("woff");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../css/font/Pretendard-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../css/font/Pretendard-Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../css/font/Pretendard-SemiBold.woff") format("woff");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../css/font/Pretendard-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../css/font/Pretendard-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../css/font/Pretendard-Black.woff") format("woff");
  font-weight: 900;
  font-display: swap;
}
.font-Pretendard-all,
.font-Pretendard-all *,
.font-Pretendard {
  font-family: 'Pretendard', sans-serif !important;
}

.font-brush-all,
.font-brush-all *,
.font-brush {
  font-family: 'Nanum Brush Script', cursive !important;
}

.font-ink-all,
.font-ink-all *,
.font-ink {
  font-family: 'InkLipquid' !important;
}

.font-covered-all,
.font-covered-all *,
.font-covered {
  font-family: 'Covered By Your Grace', cursive !important;
}

.font-dokdo-all,
.font-dokdo-all *,
.font-dokdo {
  font-family: 'East Sea Dokdo', cursive !important;
}

.font-abril-fatface-all,
.font-abril-fatface-all *,
.font-abril-fatface {
  font-family: 'Abril Fatface', cursive !important;
}

.font-caveat-all,
.font-caveat-all *,
.font-caveat {
  font-family: 'Caveat', cursive !important;
}

.font-myeongjo-all,
.font-myeongjo-all *,
.font-myeongjo {
  font-family: 'Gowun Batang', serif !important;
}

.font-concert-one-all,
.font-concert-one-all *,
.font-concert-one {
  font-family: 'Concert One', cursive !important;
}

.font-handlatter-all,
.font-handlatter-all *,
.font-handlatter {
  font-family: 'Handletter', serif !important;
}

.font-cafe24-shiningstar-all,
.font-cafe24-shiningstar-all *,
.font-cafe24-shiningstar {
  font-family: 'Cafe24Shiningstar', serif !important;
}

.font-quotes-all,
.font-quotes-all *,
.font-quotes {
  font-family: 'Passion One', cursive !important;
}

.font-montserrat-all,
.font-montserrat-all *,
.font-montserrat {
  font-family: 'Montserrat', sans-serif !important;
}

.font-raleway-all,
.font-raleway-all *,
.font-raleway {
  font-family: 'Raleway', sans-serif !important;
}

.font-gmarketSansMedium-all,
.font-gmarketSansMedium-all *,
.font-gmarketSansMedium {
  font-family: 'GmarketSansMedium', sans-serif !important;
}

.font-tlabShin-all,
.font-tlabShin-all *,
.font-tlabShin {
  font-family: 'TlabShin', sans-serif !important;
}

.font-appleSD-all,
.font-appleSD-all *,
.font-appleSD {
  font-family: 'Apple SD Gothic Neo' !important;
}

.font-treegarden-all,
.font-treegarden-all *,
.font-treegarden {
  font-family: 'Treegarden' !important;
}

.font-noto-serif-all,
.font-noto-serif-all *,
.font-noto-serif {
  font-family: 'Noto Serif KR', serif !important;
}

.font-lexend-all,
.font-lexend-all *,
.font-lexend {
  font-family: 'Lexend', sans-serif !important;
}

.font-murukmuruk-all,
.font-murukmuruk-all *,
.font-murukmuruk {
  font-family: KCCMurukmuruk !important;
}

.font-ink-lipquid-all,
.font-ink-lipquid-all *,
.font-ink-lipquid {
  font-family: InkLipquid !important;
}

.font-icejaram-rg-all,
.font-icejaram-rg-all *,
.font-icejaram-rg {
  font-family: InkLipquid !important;
}

.font-windy-lavender-all,
.font-windy-lavender-all *,
.font-windy-lavender {
  font-family: InkLipquid !important;
}

.font-outfit-all,
.font-outfit-all *,
.font-outfit {
  font-family: "Outfit", sans-serif !important;
}

.font-en-all,
.font-en-all *,
.font-en {
  font-family: 'Dhurjati', sans-serif !important;
}

.font-quotation-mark-1-all,
.font-quotation-mark-1-all *,
.font-quotation-mark-1 {
  font-family: 'Passion One', sans-serif !important;
}

.font-quotation-mark-2-all,
.font-quotation-mark-2-all *,
.font-quotation-mark-2 {
  font-family: 'Space Grotesk', sans-serif !important;
}

.font-number-1-all,
.font-number-1-all *,
.font-number-1 {
  font-family: 'Nanum Gothic', '나눔고딕', sans-serif !important;
}

.font-namum-square-all,
.font-namum-square-all *,
.font-namum-square {
  font-family: NanumSquare !important;
}

.font-namum-square-ac-all,
.font-namum-square-ac-all *,
.font-namum-square-ac {
  font-family: NanumSquareAc !important;
}

.font-size-5 {
  font-size: 0.5em;
}

@media (max-width: 1024px) {
  .font-size-5 {
    font-size: 1em;
  }
}
.font-size-6 {
  font-size: 0.6em;
}

@media (max-width: 1024px) {
  .font-size-6 {
    font-size: 1em;
  }
}
.font-size-7 {
  font-size: 0.7em;
}

@media (max-width: 1024px) {
  .font-size-7 {
    font-size: 1em;
  }
}
.font-size-8 {
  font-size: 0.8em;
}

@media (max-width: 1024px) {
  .font-size-8 {
    font-size: 1em;
  }
}
.font-size-9 {
  font-size: 0.9em;
}

@media (max-width: 1024px) {
  .font-size-9 {
    font-size: 1em;
  }
}
.font-size-10 {
  font-size: 1em;
}

@media (max-width: 1024px) {
  .font-size-10 {
    font-size: 1em;
  }
}
.font-size-11 {
  font-size: 1.1em;
}

@media (max-width: 1024px) {
  .font-size-11 {
    font-size: 1em;
  }
}
.font-size-12 {
  font-size: 1.2em;
}

@media (max-width: 1024px) {
  .font-size-12 {
    font-size: 1em;
  }
}
.font-size-13 {
  font-size: 1.3em;
}

@media (max-width: 1024px) {
  .font-size-13 {
    font-size: 1.04em;
  }
}
.font-size-14 {
  font-size: 1.4em;
}

@media (max-width: 1024px) {
  .font-size-14 {
    font-size: 1.12em;
  }
}
.font-size-15 {
  font-size: 1.5em;
}

@media (max-width: 1024px) {
  .font-size-15 {
    font-size: 1.2em;
  }
}
.font-size-16 {
  font-size: 1.6em;
}

@media (max-width: 1024px) {
  .font-size-16 {
    font-size: 1.28em;
  }
}
.font-size-17 {
  font-size: 1.7em;
}

@media (max-width: 1024px) {
  .font-size-17 {
    font-size: 1.36em;
  }
}
.font-size-18 {
  font-size: 1.8em;
}

@media (max-width: 1024px) {
  .font-size-18 {
    font-size: 1.44em;
  }
}
.font-size-19 {
  font-size: 1.9em;
}

@media (max-width: 1024px) {
  .font-size-19 {
    font-size: 1.52em;
  }
}
.font-size-20 {
  font-size: 2em;
}

@media (max-width: 1024px) {
  .font-size-20 {
    font-size: 1.6em;
  }
}
.font-size-21 {
  font-size: 2.1em;
}

@media (max-width: 1024px) {
  .font-size-21 {
    font-size: 1.68em;
  }
}
.font-size-22 {
  font-size: 2.2em;
}

@media (max-width: 1024px) {
  .font-size-22 {
    font-size: 1.76em;
  }
}
.font-size-23 {
  font-size: 2.3em;
}

@media (max-width: 1024px) {
  .font-size-23 {
    font-size: 1.84em;
  }
}
.font-size-24 {
  font-size: 2.4em;
}

@media (max-width: 1024px) {
  .font-size-24 {
    font-size: 1.92em;
  }
}
.font-size-25 {
  font-size: 2.5em;
}

@media (max-width: 1024px) {
  .font-size-25 {
    font-size: 2em;
  }
}
.font-size-26 {
  font-size: 2.6em;
}

@media (max-width: 1024px) {
  .font-size-26 {
    font-size: 2.08em;
  }
}
.font-size-27 {
  font-size: 2.7em;
}

@media (max-width: 1024px) {
  .font-size-27 {
    font-size: 2.16em;
  }
}
.font-size-28 {
  font-size: 2.8em;
}

@media (max-width: 1024px) {
  .font-size-28 {
    font-size: 2.24em;
  }
}
.font-size-29 {
  font-size: 2.9em;
}

@media (max-width: 1024px) {
  .font-size-29 {
    font-size: 2.32em;
  }
}
.font-size-30 {
  font-size: 3em;
}

@media (max-width: 1024px) {
  .font-size-30 {
    font-size: 2.4em;
  }
}
.font-size-31 {
  font-size: 3.1em;
}

@media (max-width: 1024px) {
  .font-size-31 {
    font-size: 2.48em;
  }
}
.font-size-32 {
  font-size: 3.2em;
}

@media (max-width: 1024px) {
  .font-size-32 {
    font-size: 2.56em;
  }
}
.font-size-33 {
  font-size: 3.3em;
}

@media (max-width: 1024px) {
  .font-size-33 {
    font-size: 2.64em;
  }
}
.font-size-34 {
  font-size: 3.4em;
}

@media (max-width: 1024px) {
  .font-size-34 {
    font-size: 2.72em;
  }
}
.font-size-35 {
  font-size: 3.5em;
}

@media (max-width: 1024px) {
  .font-size-35 {
    font-size: 2.8em;
  }
}
.font-size-36 {
  font-size: 3.6em;
}

@media (max-width: 1024px) {
  .font-size-36 {
    font-size: 2.88em;
  }
}
.font-size-37 {
  font-size: 3.7em;
}

@media (max-width: 1024px) {
  .font-size-37 {
    font-size: 2.96em;
  }
}
.font-size-38 {
  font-size: 3.8em;
}

@media (max-width: 1024px) {
  .font-size-38 {
    font-size: 3.04em;
  }
}
.font-size-39 {
  font-size: 3.9em;
}

@media (max-width: 1024px) {
  .font-size-39 {
    font-size: 3.12em;
  }
}
.font-size-40 {
  font-size: 4em;
}

@media (max-width: 1024px) {
  .font-size-40 {
    font-size: 3.2em;
  }
}
.font-size-41 {
  font-size: 4.1em;
}

@media (max-width: 1024px) {
  .font-size-41 {
    font-size: 3.28em;
  }
}
.font-size-42 {
  font-size: 4.2em;
}

@media (max-width: 1024px) {
  .font-size-42 {
    font-size: 3.36em;
  }
}
.font-size-43 {
  font-size: 4.3em;
}

@media (max-width: 1024px) {
  .font-size-43 {
    font-size: 3.44em;
  }
}
.font-size-44 {
  font-size: 4.4em;
}

@media (max-width: 1024px) {
  .font-size-44 {
    font-size: 3.52em;
  }
}
.font-size-45 {
  font-size: 4.5em;
}

@media (max-width: 1024px) {
  .font-size-45 {
    font-size: 3.6em;
  }
}
.font-size-46 {
  font-size: 4.6em;
}

@media (max-width: 1024px) {
  .font-size-46 {
    font-size: 3.68em;
  }
}
.font-size-47 {
  font-size: 4.7em;
}

@media (max-width: 1024px) {
  .font-size-47 {
    font-size: 3.76em;
  }
}
.font-size-48 {
  font-size: 4.8em;
}

@media (max-width: 1024px) {
  .font-size-48 {
    font-size: 3.84em;
  }
}
.font-size-49 {
  font-size: 4.9em;
}

@media (max-width: 1024px) {
  .font-size-49 {
    font-size: 3.92em;
  }
}
.font-size-50 {
  font-size: 5em;
}

@media (max-width: 1024px) {
  .font-size-50 {
    font-size: 4em;
  }
}
.font-size-51 {
  font-size: 5.1em;
}

@media (max-width: 1024px) {
  .font-size-51 {
    font-size: 4.08em;
  }
}
.font-size-52 {
  font-size: 5.2em;
}

@media (max-width: 1024px) {
  .font-size-52 {
    font-size: 4.16em;
  }
}
.font-size-53 {
  font-size: 5.3em;
}

@media (max-width: 1024px) {
  .font-size-53 {
    font-size: 4.24em;
  }
}
.font-size-54 {
  font-size: 5.4em;
}

@media (max-width: 1024px) {
  .font-size-54 {
    font-size: 4.32em;
  }
}
.font-size-55 {
  font-size: 5.5em;
}

@media (max-width: 1024px) {
  .font-size-55 {
    font-size: 4.4em;
  }
}
.font-size-56 {
  font-size: 5.6em;
}

@media (max-width: 1024px) {
  .font-size-56 {
    font-size: 4.48em;
  }
}
.font-size-57 {
  font-size: 5.7em;
}

@media (max-width: 1024px) {
  .font-size-57 {
    font-size: 4.56em;
  }
}
.font-size-58 {
  font-size: 5.8em;
}

@media (max-width: 1024px) {
  .font-size-58 {
    font-size: 4.64em;
  }
}
.font-size-59 {
  font-size: 5.9em;
}

@media (max-width: 1024px) {
  .font-size-59 {
    font-size: 4.72em;
  }
}
.font-size-60 {
  font-size: 6em;
}

@media (max-width: 1024px) {
  .font-size-60 {
    font-size: 4.8em;
  }
}
.font-size-61 {
  font-size: 6.1em;
}

@media (max-width: 1024px) {
  .font-size-61 {
    font-size: 4.88em;
  }
}
.font-size-62 {
  font-size: 6.2em;
}

@media (max-width: 1024px) {
  .font-size-62 {
    font-size: 4.96em;
  }
}
.font-size-63 {
  font-size: 6.3em;
}

@media (max-width: 1024px) {
  .font-size-63 {
    font-size: 5.04em;
  }
}
.font-size-64 {
  font-size: 6.4em;
}

@media (max-width: 1024px) {
  .font-size-64 {
    font-size: 5.12em;
  }
}
.font-size-65 {
  font-size: 6.5em;
}

@media (max-width: 1024px) {
  .font-size-65 {
    font-size: 5.2em;
  }
}
.font-size-66 {
  font-size: 6.6em;
}

@media (max-width: 1024px) {
  .font-size-66 {
    font-size: 5.28em;
  }
}
.font-size-67 {
  font-size: 6.7em;
}

@media (max-width: 1024px) {
  .font-size-67 {
    font-size: 5.36em;
  }
}
.font-size-68 {
  font-size: 6.8em;
}

@media (max-width: 1024px) {
  .font-size-68 {
    font-size: 5.44em;
  }
}
.font-size-69 {
  font-size: 6.9em;
}

@media (max-width: 1024px) {
  .font-size-69 {
    font-size: 5.52em;
  }
}
.font-size-70 {
  font-size: 7em;
}

@media (max-width: 1024px) {
  .font-size-70 {
    font-size: 5.6em;
  }
}
.font-size-71 {
  font-size: 7.1em;
}

@media (max-width: 1024px) {
  .font-size-71 {
    font-size: 5.68em;
  }
}
.font-size-72 {
  font-size: 7.2em;
}

@media (max-width: 1024px) {
  .font-size-72 {
    font-size: 5.76em;
  }
}
.font-size-73 {
  font-size: 7.3em;
}

@media (max-width: 1024px) {
  .font-size-73 {
    font-size: 5.84em;
  }
}
.font-size-74 {
  font-size: 7.4em;
}

@media (max-width: 1024px) {
  .font-size-74 {
    font-size: 5.92em;
  }
}
.font-size-75 {
  font-size: 7.5em;
}

@media (max-width: 1024px) {
  .font-size-75 {
    font-size: 6em;
  }
}
.font-size-76 {
  font-size: 7.6em;
}

@media (max-width: 1024px) {
  .font-size-76 {
    font-size: 6.08em;
  }
}
.font-size-77 {
  font-size: 7.7em;
}

@media (max-width: 1024px) {
  .font-size-77 {
    font-size: 6.16em;
  }
}
.font-size-78 {
  font-size: 7.8em;
}

@media (max-width: 1024px) {
  .font-size-78 {
    font-size: 6.24em;
  }
}
.font-size-79 {
  font-size: 7.9em;
}

@media (max-width: 1024px) {
  .font-size-79 {
    font-size: 6.32em;
  }
}
.font-size-80 {
  font-size: 8em;
}

@media (max-width: 1024px) {
  .font-size-80 {
    font-size: 6.4em;
  }
}
.font-size-81 {
  font-size: 8.1em;
}

@media (max-width: 1024px) {
  .font-size-81 {
    font-size: 6.48em;
  }
}
.font-size-82 {
  font-size: 8.2em;
}

@media (max-width: 1024px) {
  .font-size-82 {
    font-size: 6.56em;
  }
}
.font-size-83 {
  font-size: 8.3em;
}

@media (max-width: 1024px) {
  .font-size-83 {
    font-size: 6.64em;
  }
}
.font-size-84 {
  font-size: 8.4em;
}

@media (max-width: 1024px) {
  .font-size-84 {
    font-size: 6.72em;
  }
}
.font-size-85 {
  font-size: 8.5em;
}

@media (max-width: 1024px) {
  .font-size-85 {
    font-size: 6.8em;
  }
}
.font-size-86 {
  font-size: 8.6em;
}

@media (max-width: 1024px) {
  .font-size-86 {
    font-size: 6.88em;
  }
}
.font-size-87 {
  font-size: 8.7em;
}

@media (max-width: 1024px) {
  .font-size-87 {
    font-size: 6.96em;
  }
}
.font-size-88 {
  font-size: 8.8em;
}

@media (max-width: 1024px) {
  .font-size-88 {
    font-size: 7.04em;
  }
}
.font-size-89 {
  font-size: 8.9em;
}

@media (max-width: 1024px) {
  .font-size-89 {
    font-size: 7.12em;
  }
}
.font-size-90 {
  font-size: 9em;
}

@media (max-width: 1024px) {
  .font-size-90 {
    font-size: 7.2em;
  }
}
.font-size-91 {
  font-size: 9.1em;
}

@media (max-width: 1024px) {
  .font-size-91 {
    font-size: 7.28em;
  }
}
.font-size-92 {
  font-size: 9.2em;
}

@media (max-width: 1024px) {
  .font-size-92 {
    font-size: 7.36em;
  }
}
.font-size-93 {
  font-size: 9.3em;
}

@media (max-width: 1024px) {
  .font-size-93 {
    font-size: 7.44em;
  }
}
.font-size-94 {
  font-size: 9.4em;
}

@media (max-width: 1024px) {
  .font-size-94 {
    font-size: 7.52em;
  }
}
.font-size-95 {
  font-size: 9.5em;
}

@media (max-width: 1024px) {
  .font-size-95 {
    font-size: 7.6em;
  }
}
.font-size-96 {
  font-size: 9.6em;
}

@media (max-width: 1024px) {
  .font-size-96 {
    font-size: 7.68em;
  }
}
.font-size-97 {
  font-size: 9.7em;
}

@media (max-width: 1024px) {
  .font-size-97 {
    font-size: 7.76em;
  }
}
.font-size-98 {
  font-size: 9.8em;
}

@media (max-width: 1024px) {
  .font-size-98 {
    font-size: 7.84em;
  }
}
.font-size-99 {
  font-size: 9.9em;
}

@media (max-width: 1024px) {
  .font-size-99 {
    font-size: 7.92em;
  }
}
.font-size-100 {
  font-size: 10em;
}

@media (max-width: 1024px) {
  .font-size-100 {
    font-size: 8em;
  }
}
.line-height-110-all,
.line-height-110-all *,
.line-height-110 {
  line-height: 110% !important;
}

.line-height-120-all,
.line-height-120-all *,
.line-height-120 {
  line-height: 120% !important;
}

.line-height-130-all,
.line-height-130-all *,
.line-height-130 {
  line-height: 130% !important;
}

.line-height-140-all,
.line-height-140-all *,
.line-height-140 {
  line-height: 140% !important;
}

.line-height-150-all,
.line-height-150-all *,
.line-height-150 {
  line-height: 150% !important;
}

.line-height-160-all,
.line-height-160-all *,
.line-height-160 {
  line-height: 160% !important;
}

.line-height-170-all,
.line-height-170-all *,
.line-height-170 {
  line-height: 170% !important;
}

.line-height-180-all,
.line-height-180-all *,
.line-height-180 {
  line-height: 180% !important;
}

.line-height-190-all,
.line-height-190-all *,
.line-height-190 {
  line-height: 190% !important;
}

.line-height-200-all,
.line-height-200-all *,
.line-height-200 {
  line-height: 200% !important;
}

/* 따옴표용 */
.font-quotation-mark-1,
.font-quotation-mark-2 {
  display: inline-block;
}
.font-quotation-mark-1.front,
.font-quotation-mark-2.front {
  transform: rotate(180deg);
}
.font-quotation-mark-1 {
  font-family: "Passion One", sans-serif !important;
}

.font-quotation-mark-2 {
  font-family: "Space Grotesk", sans-serif !important;
}

#sod_v {
  max-width: 90% !important;
  width: 100%;
  margin: 0 auto;
}

#sod_fin {
  max-width: 90% !important;
  width: 100%;
  margin: 0 auto;
}
#sod_fin #sod_fin_legend {
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: center;
}
#sod_fin #sod_fin_legend dt {
  font-size: 11pt;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
#sod_fin #sod_fin_legend dd {
  font-size: 11pt;
  letter-spacing: 0;
}
#sod_fin #sod_info_wrap {
  display: grid;
  grid-template-columns: auto 340px;
  column-gap: 20px;
}
#sod_fin #sod_info_wrap > * {
  float: none;
}
#sod_fin #sod_info_wrap > *.sod_left {
  width: 100%;
  margin: 0;
}
#sod_fin.non-real .sod_left {
  display: none;
}
#sod_fin.non-real .sod_right {
  display: grid;
  grid-template-columns: 340px auto;
  float: none;
  column-gap: 20px;
  margin: 0 0 50px 0;
  width: 100%;
}
#sod_fin.non-real .sod_right #sod_fin_pay li {
  display: grid;
  grid-template-columns: 60px auto;
  column-gap: 10px;
}
#sod_fin.non-real .sod_right #sod_fin_pay li strong {
  width: 100%;
  margin: 0;
}

@font-face {
  font-family: "Wilderness Typeface";
  font-style: normal;
  font-weight: 400;
  src: url("../css/font/WildernessTypeface-Regular.woff") format("woff");
}
@font-face {
  font-family: "InkLipquid";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/InkLipquid.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BinggraeTaom";
  src: url("../css/font/BinggraeTaom.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SangSangShin";
  src: url("../css/font/SangSangShin.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Handletter";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/naverfont_05@1.0/Handletter.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Cafe24Shiningstar";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.1/Cafe24Shiningstar.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Spoqa Han Sans";
  font-weight: 700;
  src: local("Spoqa Han Sans Bold"), url("../css/font/SpoqaHanSansBold.woff2") format("woff2"), url("../css/font/SpoqaHanSansBold.woff") format("woff"), url("../css/font/SpoqaHanSansBold.ttf") format("truetype");
}
@font-face {
  font-family: "Spoqa Han Sans";
  font-weight: 400;
  src: local("Spoqa Han Sans Regular"), url("../css/font/SpoqaHanSansRegular.woff2") format("woff2"), url("../css/font/SpoqaHanSansRegular.woff") format("woff"), url("../css/font/SpoqaHanSansRegular.ttf") format("truetype");
}
@font-face {
  font-family: "Spoqa Han Sans";
  font-weight: 300;
  src: local("Spoqa Han Sans Light"), url("../css/font/SpoqaHanSansLight.woff2") format("woff2"), url("../css/font/SpoqaHanSansLight.woff") format("woff"), url("../css/font/SpoqaHanSansLight.ttf") format("truetype");
}
@font-face {
  font-family: "Spoqa Han Sans";
  font-weight: 100;
  src: local("Spoqa Han Sans Thin"), url("../css/font/SpoqaHanSansThin.woff2") format("woff2"), url("../css/font/SpoqaHanSansThin.woff") format("woff"), url("../css/font/SpoqaHanSansThin.ttf") format("truetype");
}
@font-face {
  font-family: "GmarketSansMedium";
  src: url("../css/font/GmarketSansMedium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GmarketSansLight";
  src: url("../css/font/GmarketSansLight.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GmarketSansBold";
  src: url("../css/font/GmarketSansBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TlabShin";
  src: url("../css/font/TlabShinYBA1.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Treegarden";
  src: url("../css/font/Treegarden.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Apple SD Gothic Neo";
  font-style: normal;
  font-weight: 100;
  src: local("Apple SD Gothic Neo Thin"), url("../css/font/100_AppleSDGothicNeo-Thin.woff2") format("woff2"), url("../css/font/100_AppleSDGothicNeo-Thin.otf") format("opentype");
}
@font-face {
  font-family: "Apple SD Gothic Neo";
  font-style: normal;
  font-weight: 200;
  src: local("Apple SD Gothic Neo UltraLight"), url("../css/font/200_AppleSDGothicNeo-UltraLight.woff2") format("woff2"), url("../css/font/200_AppleSDGothicNeo-UltraLight.otf") format("opentype");
}
@font-face {
  font-family: "Apple SD Gothic Neo";
  font-style: normal;
  font-weight: 300;
  src: local("Apple SD Gothic Neo Light"), url("../css/font/300_AppleSDGothicNeo-Light.woff2") format("woff2"), url("../css/font/300_AppleSDGothicNeo-Light.otf") format("opentype");
}
@font-face {
  font-family: "Apple SD Gothic Neo";
  font-style: normal;
  font-weight: 400;
  src: local("Apple SD Gothic Neo Medium"), url("../css/font/400_AppleSDGothicNeo-Medium.woff2") format("woff2"), url("../css/font/400_AppleSDGothicNeo-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Apple SD Gothic Neo";
  font-style: normal;
  font-weight: 500;
  src: local("Apple SD Gothic Neo Regular"), url("../css/font/500_AppleSDGothicNeo-Regular.woff2") format("woff2"), url("../css/font/500_AppleSDGothicNeo-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Apple SD Gothic Neo";
  font-style: normal;
  font-weight: 600;
  src: local("Apple SD Gothic Neo SemiBold"), url("../css/font/600_AppleSDGothicNeo-SemiBold.woff2") format("woff2"), url("../css/font/600_AppleSDGothicNeo-SemiBold.otf") format("opentype");
}
@font-face {
  font-family: "Apple SD Gothic Neo";
  font-style: normal;
  font-weight: 700;
  src: local("Apple SD Gothic Neo Bold"), url("../css/font/700_AppleSDGothicNeo-Bold.woff2") format("woff2"), url("../css/font/700_AppleSDGothicNeo-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Apple SD Gothic Neo";
  font-style: normal;
  font-weight: 800;
  src: local("Apple SD Gothic Neo ExtraBold"), url("../css/font/800_AppleSDGothicNeo-ExtraBold.woff2") format("woff2"), url("../css/font/800_AppleSDGothicNeo-ExtraBold.otf") format("opentype");
}
@font-face {
  font-family: "Apple SD Gothic Neo";
  font-style: normal;
  font-weight: 900;
  src: local("Apple SD Gothic Neo Heavy"), url("../css/font/900_AppleSDGothicNeo-Heavy.woff2") format("woff2"), url("../css/font/900_AppleSDGothicNeo-Heavy.otf") format("opentype");
}
@font-face {
  font-family: "OTEnjoystoriesBA";
  src: url("../css/font/OTEnjoystoriesBA.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "KCCMurukmuruk";
  src: url("../css/font/KCCMurukmuruk.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "WindyLavender";
  src: url("../css/font/WindyLavender.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "iceJaram-Rg";
  src: url("../css/font/iceJaram-Rg.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "InkLipquid";
  src: url("../css/font/InkLipquid.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("../css/font/Pretendard-Thin.woff") format("woff");
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../css/font/Pretendard-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../css/font/Pretendard-Light.woff") format("woff");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../css/font/Pretendard-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../css/font/Pretendard-Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../css/font/Pretendard-SemiBold.woff") format("woff");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../css/font/Pretendard-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../css/font/Pretendard-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../css/font/Pretendard-Black.woff") format("woff");
  font-weight: 900;
  font-display: swap;
}
.font-Pretendard-all,
.font-Pretendard-all *,
.font-Pretendard {
  font-family: 'Pretendard', sans-serif !important;
}

.font-brush-all,
.font-brush-all *,
.font-brush {
  font-family: 'Nanum Brush Script', cursive !important;
}

.font-ink-all,
.font-ink-all *,
.font-ink {
  font-family: 'InkLipquid' !important;
}

.font-covered-all,
.font-covered-all *,
.font-covered {
  font-family: 'Covered By Your Grace', cursive !important;
}

.font-dokdo-all,
.font-dokdo-all *,
.font-dokdo {
  font-family: 'East Sea Dokdo', cursive !important;
}

.font-abril-fatface-all,
.font-abril-fatface-all *,
.font-abril-fatface {
  font-family: 'Abril Fatface', cursive !important;
}

.font-caveat-all,
.font-caveat-all *,
.font-caveat {
  font-family: 'Caveat', cursive !important;
}

.font-myeongjo-all,
.font-myeongjo-all *,
.font-myeongjo {
  font-family: 'Gowun Batang', serif !important;
}

.font-concert-one-all,
.font-concert-one-all *,
.font-concert-one {
  font-family: 'Concert One', cursive !important;
}

.font-handlatter-all,
.font-handlatter-all *,
.font-handlatter {
  font-family: 'Handletter', serif !important;
}

.font-cafe24-shiningstar-all,
.font-cafe24-shiningstar-all *,
.font-cafe24-shiningstar {
  font-family: 'Cafe24Shiningstar', serif !important;
}

.font-quotes-all,
.font-quotes-all *,
.font-quotes {
  font-family: 'Passion One', cursive !important;
}

.font-montserrat-all,
.font-montserrat-all *,
.font-montserrat {
  font-family: 'Montserrat', sans-serif !important;
}

.font-raleway-all,
.font-raleway-all *,
.font-raleway {
  font-family: 'Raleway', sans-serif !important;
}

.font-gmarketSansMedium-all,
.font-gmarketSansMedium-all *,
.font-gmarketSansMedium {
  font-family: 'GmarketSansMedium', sans-serif !important;
}

.font-tlabShin-all,
.font-tlabShin-all *,
.font-tlabShin {
  font-family: 'TlabShin', sans-serif !important;
}

.font-appleSD-all,
.font-appleSD-all *,
.font-appleSD {
  font-family: 'Apple SD Gothic Neo' !important;
}

.font-treegarden-all,
.font-treegarden-all *,
.font-treegarden {
  font-family: 'Treegarden' !important;
}

.font-noto-serif-all,
.font-noto-serif-all *,
.font-noto-serif {
  font-family: 'Noto Serif KR', serif !important;
}

.font-lexend-all,
.font-lexend-all *,
.font-lexend {
  font-family: 'Lexend', sans-serif !important;
}

.font-murukmuruk-all,
.font-murukmuruk-all *,
.font-murukmuruk {
  font-family: KCCMurukmuruk !important;
}

.font-ink-lipquid-all,
.font-ink-lipquid-all *,
.font-ink-lipquid {
  font-family: InkLipquid !important;
}

.font-icejaram-rg-all,
.font-icejaram-rg-all *,
.font-icejaram-rg {
  font-family: InkLipquid !important;
}

.font-windy-lavender-all,
.font-windy-lavender-all *,
.font-windy-lavender {
  font-family: InkLipquid !important;
}

.font-outfit-all,
.font-outfit-all *,
.font-outfit {
  font-family: "Outfit", sans-serif !important;
}

.font-en-all,
.font-en-all *,
.font-en {
  font-family: 'Dhurjati', sans-serif !important;
}

.font-quotation-mark-1-all,
.font-quotation-mark-1-all *,
.font-quotation-mark-1 {
  font-family: 'Passion One', sans-serif !important;
}

.font-quotation-mark-2-all,
.font-quotation-mark-2-all *,
.font-quotation-mark-2 {
  font-family: 'Space Grotesk', sans-serif !important;
}

.font-number-1-all,
.font-number-1-all *,
.font-number-1 {
  font-family: 'Nanum Gothic', '나눔고딕', sans-serif !important;
}

.font-namum-square-all,
.font-namum-square-all *,
.font-namum-square {
  font-family: NanumSquare !important;
}

.font-namum-square-ac-all,
.font-namum-square-ac-all *,
.font-namum-square-ac {
  font-family: NanumSquareAc !important;
}

.font-size-5 {
  font-size: 0.5em;
}

@media (max-width: 1024px) {
  .font-size-5 {
    font-size: 1em;
  }
}
.font-size-6 {
  font-size: 0.6em;
}

@media (max-width: 1024px) {
  .font-size-6 {
    font-size: 1em;
  }
}
.font-size-7 {
  font-size: 0.7em;
}

@media (max-width: 1024px) {
  .font-size-7 {
    font-size: 1em;
  }
}
.font-size-8 {
  font-size: 0.8em;
}

@media (max-width: 1024px) {
  .font-size-8 {
    font-size: 1em;
  }
}
.font-size-9 {
  font-size: 0.9em;
}

@media (max-width: 1024px) {
  .font-size-9 {
    font-size: 1em;
  }
}
.font-size-10 {
  font-size: 1em;
}

@media (max-width: 1024px) {
  .font-size-10 {
    font-size: 1em;
  }
}
.font-size-11 {
  font-size: 1.1em;
}

@media (max-width: 1024px) {
  .font-size-11 {
    font-size: 1em;
  }
}
.font-size-12 {
  font-size: 1.2em;
}

@media (max-width: 1024px) {
  .font-size-12 {
    font-size: 1em;
  }
}
.font-size-13 {
  font-size: 1.3em;
}

@media (max-width: 1024px) {
  .font-size-13 {
    font-size: 1.04em;
  }
}
.font-size-14 {
  font-size: 1.4em;
}

@media (max-width: 1024px) {
  .font-size-14 {
    font-size: 1.12em;
  }
}
.font-size-15 {
  font-size: 1.5em;
}

@media (max-width: 1024px) {
  .font-size-15 {
    font-size: 1.2em;
  }
}
.font-size-16 {
  font-size: 1.6em;
}

@media (max-width: 1024px) {
  .font-size-16 {
    font-size: 1.28em;
  }
}
.font-size-17 {
  font-size: 1.7em;
}

@media (max-width: 1024px) {
  .font-size-17 {
    font-size: 1.36em;
  }
}
.font-size-18 {
  font-size: 1.8em;
}

@media (max-width: 1024px) {
  .font-size-18 {
    font-size: 1.44em;
  }
}
.font-size-19 {
  font-size: 1.9em;
}

@media (max-width: 1024px) {
  .font-size-19 {
    font-size: 1.52em;
  }
}
.font-size-20 {
  font-size: 2em;
}

@media (max-width: 1024px) {
  .font-size-20 {
    font-size: 1.6em;
  }
}
.font-size-21 {
  font-size: 2.1em;
}

@media (max-width: 1024px) {
  .font-size-21 {
    font-size: 1.68em;
  }
}
.font-size-22 {
  font-size: 2.2em;
}

@media (max-width: 1024px) {
  .font-size-22 {
    font-size: 1.76em;
  }
}
.font-size-23 {
  font-size: 2.3em;
}

@media (max-width: 1024px) {
  .font-size-23 {
    font-size: 1.84em;
  }
}
.font-size-24 {
  font-size: 2.4em;
}

@media (max-width: 1024px) {
  .font-size-24 {
    font-size: 1.92em;
  }
}
.font-size-25 {
  font-size: 2.5em;
}

@media (max-width: 1024px) {
  .font-size-25 {
    font-size: 2em;
  }
}
.font-size-26 {
  font-size: 2.6em;
}

@media (max-width: 1024px) {
  .font-size-26 {
    font-size: 2.08em;
  }
}
.font-size-27 {
  font-size: 2.7em;
}

@media (max-width: 1024px) {
  .font-size-27 {
    font-size: 2.16em;
  }
}
.font-size-28 {
  font-size: 2.8em;
}

@media (max-width: 1024px) {
  .font-size-28 {
    font-size: 2.24em;
  }
}
.font-size-29 {
  font-size: 2.9em;
}

@media (max-width: 1024px) {
  .font-size-29 {
    font-size: 2.32em;
  }
}
.font-size-30 {
  font-size: 3em;
}

@media (max-width: 1024px) {
  .font-size-30 {
    font-size: 2.4em;
  }
}
.font-size-31 {
  font-size: 3.1em;
}

@media (max-width: 1024px) {
  .font-size-31 {
    font-size: 2.48em;
  }
}
.font-size-32 {
  font-size: 3.2em;
}

@media (max-width: 1024px) {
  .font-size-32 {
    font-size: 2.56em;
  }
}
.font-size-33 {
  font-size: 3.3em;
}

@media (max-width: 1024px) {
  .font-size-33 {
    font-size: 2.64em;
  }
}
.font-size-34 {
  font-size: 3.4em;
}

@media (max-width: 1024px) {
  .font-size-34 {
    font-size: 2.72em;
  }
}
.font-size-35 {
  font-size: 3.5em;
}

@media (max-width: 1024px) {
  .font-size-35 {
    font-size: 2.8em;
  }
}
.font-size-36 {
  font-size: 3.6em;
}

@media (max-width: 1024px) {
  .font-size-36 {
    font-size: 2.88em;
  }
}
.font-size-37 {
  font-size: 3.7em;
}

@media (max-width: 1024px) {
  .font-size-37 {
    font-size: 2.96em;
  }
}
.font-size-38 {
  font-size: 3.8em;
}

@media (max-width: 1024px) {
  .font-size-38 {
    font-size: 3.04em;
  }
}
.font-size-39 {
  font-size: 3.9em;
}

@media (max-width: 1024px) {
  .font-size-39 {
    font-size: 3.12em;
  }
}
.font-size-40 {
  font-size: 4em;
}

@media (max-width: 1024px) {
  .font-size-40 {
    font-size: 3.2em;
  }
}
.font-size-41 {
  font-size: 4.1em;
}

@media (max-width: 1024px) {
  .font-size-41 {
    font-size: 3.28em;
  }
}
.font-size-42 {
  font-size: 4.2em;
}

@media (max-width: 1024px) {
  .font-size-42 {
    font-size: 3.36em;
  }
}
.font-size-43 {
  font-size: 4.3em;
}

@media (max-width: 1024px) {
  .font-size-43 {
    font-size: 3.44em;
  }
}
.font-size-44 {
  font-size: 4.4em;
}

@media (max-width: 1024px) {
  .font-size-44 {
    font-size: 3.52em;
  }
}
.font-size-45 {
  font-size: 4.5em;
}

@media (max-width: 1024px) {
  .font-size-45 {
    font-size: 3.6em;
  }
}
.font-size-46 {
  font-size: 4.6em;
}

@media (max-width: 1024px) {
  .font-size-46 {
    font-size: 3.68em;
  }
}
.font-size-47 {
  font-size: 4.7em;
}

@media (max-width: 1024px) {
  .font-size-47 {
    font-size: 3.76em;
  }
}
.font-size-48 {
  font-size: 4.8em;
}

@media (max-width: 1024px) {
  .font-size-48 {
    font-size: 3.84em;
  }
}
.font-size-49 {
  font-size: 4.9em;
}

@media (max-width: 1024px) {
  .font-size-49 {
    font-size: 3.92em;
  }
}
.font-size-50 {
  font-size: 5em;
}

@media (max-width: 1024px) {
  .font-size-50 {
    font-size: 4em;
  }
}
.font-size-51 {
  font-size: 5.1em;
}

@media (max-width: 1024px) {
  .font-size-51 {
    font-size: 4.08em;
  }
}
.font-size-52 {
  font-size: 5.2em;
}

@media (max-width: 1024px) {
  .font-size-52 {
    font-size: 4.16em;
  }
}
.font-size-53 {
  font-size: 5.3em;
}

@media (max-width: 1024px) {
  .font-size-53 {
    font-size: 4.24em;
  }
}
.font-size-54 {
  font-size: 5.4em;
}

@media (max-width: 1024px) {
  .font-size-54 {
    font-size: 4.32em;
  }
}
.font-size-55 {
  font-size: 5.5em;
}

@media (max-width: 1024px) {
  .font-size-55 {
    font-size: 4.4em;
  }
}
.font-size-56 {
  font-size: 5.6em;
}

@media (max-width: 1024px) {
  .font-size-56 {
    font-size: 4.48em;
  }
}
.font-size-57 {
  font-size: 5.7em;
}

@media (max-width: 1024px) {
  .font-size-57 {
    font-size: 4.56em;
  }
}
.font-size-58 {
  font-size: 5.8em;
}

@media (max-width: 1024px) {
  .font-size-58 {
    font-size: 4.64em;
  }
}
.font-size-59 {
  font-size: 5.9em;
}

@media (max-width: 1024px) {
  .font-size-59 {
    font-size: 4.72em;
  }
}
.font-size-60 {
  font-size: 6em;
}

@media (max-width: 1024px) {
  .font-size-60 {
    font-size: 4.8em;
  }
}
.font-size-61 {
  font-size: 6.1em;
}

@media (max-width: 1024px) {
  .font-size-61 {
    font-size: 4.88em;
  }
}
.font-size-62 {
  font-size: 6.2em;
}

@media (max-width: 1024px) {
  .font-size-62 {
    font-size: 4.96em;
  }
}
.font-size-63 {
  font-size: 6.3em;
}

@media (max-width: 1024px) {
  .font-size-63 {
    font-size: 5.04em;
  }
}
.font-size-64 {
  font-size: 6.4em;
}

@media (max-width: 1024px) {
  .font-size-64 {
    font-size: 5.12em;
  }
}
.font-size-65 {
  font-size: 6.5em;
}

@media (max-width: 1024px) {
  .font-size-65 {
    font-size: 5.2em;
  }
}
.font-size-66 {
  font-size: 6.6em;
}

@media (max-width: 1024px) {
  .font-size-66 {
    font-size: 5.28em;
  }
}
.font-size-67 {
  font-size: 6.7em;
}

@media (max-width: 1024px) {
  .font-size-67 {
    font-size: 5.36em;
  }
}
.font-size-68 {
  font-size: 6.8em;
}

@media (max-width: 1024px) {
  .font-size-68 {
    font-size: 5.44em;
  }
}
.font-size-69 {
  font-size: 6.9em;
}

@media (max-width: 1024px) {
  .font-size-69 {
    font-size: 5.52em;
  }
}
.font-size-70 {
  font-size: 7em;
}

@media (max-width: 1024px) {
  .font-size-70 {
    font-size: 5.6em;
  }
}
.font-size-71 {
  font-size: 7.1em;
}

@media (max-width: 1024px) {
  .font-size-71 {
    font-size: 5.68em;
  }
}
.font-size-72 {
  font-size: 7.2em;
}

@media (max-width: 1024px) {
  .font-size-72 {
    font-size: 5.76em;
  }
}
.font-size-73 {
  font-size: 7.3em;
}

@media (max-width: 1024px) {
  .font-size-73 {
    font-size: 5.84em;
  }
}
.font-size-74 {
  font-size: 7.4em;
}

@media (max-width: 1024px) {
  .font-size-74 {
    font-size: 5.92em;
  }
}
.font-size-75 {
  font-size: 7.5em;
}

@media (max-width: 1024px) {
  .font-size-75 {
    font-size: 6em;
  }
}
.font-size-76 {
  font-size: 7.6em;
}

@media (max-width: 1024px) {
  .font-size-76 {
    font-size: 6.08em;
  }
}
.font-size-77 {
  font-size: 7.7em;
}

@media (max-width: 1024px) {
  .font-size-77 {
    font-size: 6.16em;
  }
}
.font-size-78 {
  font-size: 7.8em;
}

@media (max-width: 1024px) {
  .font-size-78 {
    font-size: 6.24em;
  }
}
.font-size-79 {
  font-size: 7.9em;
}

@media (max-width: 1024px) {
  .font-size-79 {
    font-size: 6.32em;
  }
}
.font-size-80 {
  font-size: 8em;
}

@media (max-width: 1024px) {
  .font-size-80 {
    font-size: 6.4em;
  }
}
.font-size-81 {
  font-size: 8.1em;
}

@media (max-width: 1024px) {
  .font-size-81 {
    font-size: 6.48em;
  }
}
.font-size-82 {
  font-size: 8.2em;
}

@media (max-width: 1024px) {
  .font-size-82 {
    font-size: 6.56em;
  }
}
.font-size-83 {
  font-size: 8.3em;
}

@media (max-width: 1024px) {
  .font-size-83 {
    font-size: 6.64em;
  }
}
.font-size-84 {
  font-size: 8.4em;
}

@media (max-width: 1024px) {
  .font-size-84 {
    font-size: 6.72em;
  }
}
.font-size-85 {
  font-size: 8.5em;
}

@media (max-width: 1024px) {
  .font-size-85 {
    font-size: 6.8em;
  }
}
.font-size-86 {
  font-size: 8.6em;
}

@media (max-width: 1024px) {
  .font-size-86 {
    font-size: 6.88em;
  }
}
.font-size-87 {
  font-size: 8.7em;
}

@media (max-width: 1024px) {
  .font-size-87 {
    font-size: 6.96em;
  }
}
.font-size-88 {
  font-size: 8.8em;
}

@media (max-width: 1024px) {
  .font-size-88 {
    font-size: 7.04em;
  }
}
.font-size-89 {
  font-size: 8.9em;
}

@media (max-width: 1024px) {
  .font-size-89 {
    font-size: 7.12em;
  }
}
.font-size-90 {
  font-size: 9em;
}

@media (max-width: 1024px) {
  .font-size-90 {
    font-size: 7.2em;
  }
}
.font-size-91 {
  font-size: 9.1em;
}

@media (max-width: 1024px) {
  .font-size-91 {
    font-size: 7.28em;
  }
}
.font-size-92 {
  font-size: 9.2em;
}

@media (max-width: 1024px) {
  .font-size-92 {
    font-size: 7.36em;
  }
}
.font-size-93 {
  font-size: 9.3em;
}

@media (max-width: 1024px) {
  .font-size-93 {
    font-size: 7.44em;
  }
}
.font-size-94 {
  font-size: 9.4em;
}

@media (max-width: 1024px) {
  .font-size-94 {
    font-size: 7.52em;
  }
}
.font-size-95 {
  font-size: 9.5em;
}

@media (max-width: 1024px) {
  .font-size-95 {
    font-size: 7.6em;
  }
}
.font-size-96 {
  font-size: 9.6em;
}

@media (max-width: 1024px) {
  .font-size-96 {
    font-size: 7.68em;
  }
}
.font-size-97 {
  font-size: 9.7em;
}

@media (max-width: 1024px) {
  .font-size-97 {
    font-size: 7.76em;
  }
}
.font-size-98 {
  font-size: 9.8em;
}

@media (max-width: 1024px) {
  .font-size-98 {
    font-size: 7.84em;
  }
}
.font-size-99 {
  font-size: 9.9em;
}

@media (max-width: 1024px) {
  .font-size-99 {
    font-size: 7.92em;
  }
}
.font-size-100 {
  font-size: 10em;
}

@media (max-width: 1024px) {
  .font-size-100 {
    font-size: 8em;
  }
}
.line-height-110-all,
.line-height-110-all *,
.line-height-110 {
  line-height: 110% !important;
}

.line-height-120-all,
.line-height-120-all *,
.line-height-120 {
  line-height: 120% !important;
}

.line-height-130-all,
.line-height-130-all *,
.line-height-130 {
  line-height: 130% !important;
}

.line-height-140-all,
.line-height-140-all *,
.line-height-140 {
  line-height: 140% !important;
}

.line-height-150-all,
.line-height-150-all *,
.line-height-150 {
  line-height: 150% !important;
}

.line-height-160-all,
.line-height-160-all *,
.line-height-160 {
  line-height: 160% !important;
}

.line-height-170-all,
.line-height-170-all *,
.line-height-170 {
  line-height: 170% !important;
}

.line-height-180-all,
.line-height-180-all *,
.line-height-180 {
  line-height: 180% !important;
}

.line-height-190-all,
.line-height-190-all *,
.line-height-190 {
  line-height: 190% !important;
}

.line-height-200-all,
.line-height-200-all *,
.line-height-200 {
  line-height: 200% !important;
}

/* 따옴표용 */
.font-quotation-mark-1,
.font-quotation-mark-2 {
  display: inline-block;
}
.font-quotation-mark-1.front,
.font-quotation-mark-2.front {
  transform: rotate(180deg);
}
.font-quotation-mark-1 {
  font-family: "Passion One", sans-serif !important;
}

.font-quotation-mark-2 {
  font-family: "Space Grotesk", sans-serif !important;
}

#sub-page.order-addinfo {
  padding: 10px 0;
}
#sub-page.order-addinfo h3 {
  padding: 0 0 0 20px;
  font-weight: 500;
}
#sub-page.order-addinfo #order-addinfo-menu .h-1stage {
  min-height: 55px;
}
#sub-page.order-addinfo #order-addinfo-menu .h-2stage {
  min-height: 110px;
}
#sub-page.order-addinfo #order-addinfo-menu .h-3stage {
  min-height: 165px;
}
#sub-page.order-addinfo #order-addinfo-menu .h-4stage {
  min-height: 220px;
}
#sub-page.order-addinfo #order-addinfo-menu .h-5stage {
  min-height: 275px;
}
#sub-page.order-addinfo #order-addinfo-menu .h-6stage {
  min-height: 330px;
}
#sub-page.order-addinfo #order-addinfo-menu .h-7stage {
  min-height: 385px;
}
#sub-page.order-addinfo #order-addinfo-menu .h-8stage {
  min-height: 440px;
}
#sub-page.order-addinfo #order-addinfo-menu .sub-title {
  font-size: 1.1em;
}
#sub-page.order-addinfo #order-addinfo-menu .sub-title .box {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  color: #ebf05e;
  font-size: 0.9em;
}
#sub-page.order-addinfo #order-addinfo-menu table thead th {
  border-radius: 0 !important;
  background-color: #f7f7f7;
  color: #000;
}
#sub-page.order-addinfo #order-addinfo-menu table tbody > tr > th {
  width: 140px;
  font-weight: 400;
  color: #000;
  background-color: #f7f7f7;
  border-radius: inherit;
  border-bottom-width: 1px !important;
}
#sub-page.order-addinfo #order-addinfo-menu table tbody > tr > td {
  border-right-width: 0;
  border-left-width: 0;
}
#sub-page.order-addinfo #order-addinfo-menu table tbody > tr > td.frm_use {
  width: 50px;
}
#sub-page.order-addinfo #order-addinfo-menu table tbody > tr > td .frm_use {
  position: relative;
  float: right;
  line-height: 34px;
}
#sub-page.order-addinfo #order-addinfo-menu table tbody > tr > td .frm_use label {
  position: relative;
  top: -1px;
}
#sub-page.order-addinfo #order-addinfo-menu table tbody > tr > td textarea {
  width: 100%;
  border: 1px solid #E7E7E7;
}
#sub-page.order-addinfo #order-addinfo-menu table tbody > tr > td input,
#sub-page.order-addinfo #order-addinfo-menu table tbody > tr > td select {
  background-color: #FFF !important;
  width: 100% !important;
  margin: 0 !important;
}
#sub-page.order-addinfo #order-addinfo-menu table tbody > tr:last-child > th, #sub-page.order-addinfo #order-addinfo-menu table tbody > tr:last-child td {
  border-bottom-width: 0 !important;
}
#sub-page.order-addinfo #order-addinfo-menu table tbody#request th {
  cursor: pointer;
}
#sub-page.order-addinfo #order-addinfo-menu table tbody .border-right {
  border-right: 1px solid #E7E7E7;
}
#sub-page.order-addinfo #order-addinfo-menu table#file-list tr:nth-of-type(2n) {
  background-color: transparent !important;
}
#sub-page.order-addinfo #order-addinfo-menu table#file-list tr th {
  white-space: nowrap;
}
#sub-page.order-addinfo #order-addinfo-menu table#file-list tr img {
  max-width: 70px;
  max-height: 70px;
  border: 1px solid #d6d6d6;
}
#sub-page.order-addinfo #order-addinfo-menu table#file-list tr img:hover {
  border-color: #e83331;
}
#sub-page.order-addinfo #order-addinfo-menu table#file-list tr i {
  font-size: 2em;
  color: #535353;
}
#sub-page.order-addinfo #order-addinfo-menu table#file-list tr i.pointer:hover {
  color: #e83331;
}
#sub-page.order-addinfo #order-addinfo-menu table#file-list tr .common-btn {
  border-radius: 3px;
  padding: 0 10px;
  font-size: 0.7rem;
  border-width: 0;
  font-weight: 500;
}
#sub-page.order-addinfo #order-addinfo-menu table input[type=checkbox] {
  width: 15px !important;
  height: 15px !important;
}
#sub-page.order-addinfo #order-addinfo-menu .lower-inline {
  display: flex;
  flex-flow: wrap;
  width: 100%;
  max-width: 100vw;
}
#sub-page.order-addinfo #order-addinfo-menu .lower-inline > * {
  position: relative;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  -ms-overflow-style: none;
  scrollbar-width: none;
  column-gap: 7px;
}
#sub-page.order-addinfo #order-addinfo-menu .lower-inline > *::-webkit-scrollbar {
  display: none;
}
#sub-page.order-addinfo #order-addinfo-menu .lower-inline > *.edit {
  justify-content: end;
  padding: 0 3px 0 0;
}
#sub-page.order-addinfo #order-addinfo-menu .lower-inline [class^=dep-] {
  display: flow-root;
}
#sub-page.order-addinfo #order-addinfo-menu .lower-inline.selected {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
#sub-page.order-addinfo #order-addinfo-menu .lower-inline i {
  position: relative;
  top: 1px;
}
#sub-page.order-addinfo #order-addinfo-menu .lower-inline i.material-icons {
  font-size: 1.5em;
}
#sub-page.order-addinfo #order-addinfo-menu .lower-inline hr {
  border: none;
  height: 30px;
}
#sub-page.order-addinfo #order-addinfo-menu .lower-inline h3 {
  font-size: 13pt;
  color: #333;
  font-weight: 500;
  padding: 0 5px 10px;
}
#sub-page.order-addinfo #order-addinfo-menu .lower-inline .button {
  font-size: 10pt;
  margin-top: -2px;
  margin-left: 0 !important;
}
#sub-page.order-addinfo #order-addinfo-menu .lower-inline .common-btn {
  width: 95%;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 35px !important;
  padding: 0 20px;
  margin: -1px 0 0 auto;
  border-radius: 3px;
  background-color: #F7F7F7;
  border: 1px solid #E7E7E7;
  cursor: pointer;
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#sub-page.order-addinfo #order-addinfo-menu .common-btn {
  width: fit-content;
  font-size: 0.9rem;
}
#sub-page.order-addinfo #order-addinfo-menu #category {
  position: relative;
  display: block;
  box-shadow: initial;
  border-width: 0;
}
#sub-page.order-addinfo #order-addinfo-menu #category pre.request {
  display: none;
  width: max-content;
  position: absolute;
  top: 0;
  left: 95%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.9);
  color: #FFF;
  padding: 10px;
  max-width: 90vw;
  border-radius: 3px;
  overflow: hidden;
  font-size: 1em;
  text-align: left !important;
}
#sub-page.order-addinfo #order-addinfo-menu #category .lower-inline > li.request {
  cursor: pointer;
  background-color: #535353;
  color: #fff;
}
#sub-page.order-addinfo #order-addinfo-menu #category .lower-inline > li.request:before {
  content: "●";
  position: absolute;
  color: #01CCF7;
  top: 8px;
  left: 5px;
  font-size: 0.75em;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#sub-page.order-addinfo #order-addinfo-menu #category .lower-inline > li:hover.request {
  background-color: #000;
}
#sub-page.order-addinfo #order-addinfo-menu #category .lower-inline > li:hover.request:before {
  color: #0a9dbc;
}
#sub-page.order-addinfo #order-addinfo-menu #category .lower-inline > li:hover > pre.request {
  display: block;
}
#sub-page.order-addinfo #order-addinfo-menu #form {
  font-size: 0.9em;
  margin-top: 0;
}
#sub-page.order-addinfo #order-addinfo-menu #form.sub {
  margin: 0;
}
#sub-page.order-addinfo #order-addinfo-menu #form:not(.sub) > *:first-child:not(h3) {
  border-top: 1px solid #E7E7E7;
}
#sub-page.order-addinfo #order-addinfo-menu #form > * {
  border-bottom: 1px solid #E7E7E7;
}
#sub-page.order-addinfo #order-addinfo-menu #form > *:not(#category) li {
  position: relative;
  padding: 0 20px;
  white-space: nowrap;
}
#sub-page.order-addinfo #order-addinfo-menu #form .add-type:not(.border) .lower-inline {
  border-top: 1px solid #E7E7E7;
}
#sub-page.order-addinfo #order-addinfo-menu #form .add-type:not(.border) .lower-inline:first-child {
  border-top: none;
}
#sub-page.order-addinfo #order-addinfo-menu #form .float-left > .lower-inline, #sub-page.order-addinfo #order-addinfo-menu #form .float-right > .lower-inline, #sub-page.order-addinfo #order-addinfo-menu #form .border .add-type.border > .lower-inline {
  border-bottom: 1px solid #E7E7E7;
}
#sub-page.order-addinfo #order-addinfo-menu #form li:hover .info {
  display: block;
}
#sub-page.order-addinfo #order-addinfo-menu #form li.sub {
  border-top: 1px solid #E7E7E7;
  padding-left: 50px;
  padding-right: 0 !important;
}
#sub-page.order-addinfo #order-addinfo-menu #form li.sub ul {
  position: relative;
}
#sub-page.order-addinfo #order-addinfo-menu #form li.sub ul:before {
  content: "→";
  position: absolute;
  top: 18px;
  left: -24px;
  font-size: 9pt;
}
#sub-page.order-addinfo #order-addinfo-menu #form li small {
  display: inline-block;
  margin-left: 10px;
}
#sub-page.order-addinfo #order-addinfo-menu #form .info-wrap {
  position: relative;
}
#sub-page.order-addinfo #order-addinfo-menu #form .info-wrap:hover .info {
  display: block;
}
#sub-page.order-addinfo #order-addinfo-menu #form .info-wrap .info {
  position: absolute;
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  color: #FFF;
  padding: 10px;
  z-index: 999;
  white-space: nowrap;
}
#sub-page.order-addinfo #order-addinfo-menu #form .info-wrap .info.cost-insert {
  top: 2px;
  left: 17px;
  text-align: left;
}
#sub-page.order-addinfo #order-addinfo-menu #form .fa {
  display: inline-block;
  position: relative;
  top: 2px;
  font-size: 1.8em;
}
#sub-page.order-addinfo #order-addinfo-menu #form .fa-plus-square + .fa-minus-square {
  margin-left: -5px;
}
#sub-page.order-addinfo #order-addinfo-menu #form .fa-plus-square,
#sub-page.order-addinfo #order-addinfo-menu #form .fa-sign-in-alt {
  color: #DB1F1F;
}
#sub-page.order-addinfo #order-addinfo-menu #form input {
  margin-top: -2px;
}
#sub-page.order-addinfo #order-addinfo-menu #form select + input {
  margin-top: 0 !important;
}
#sub-page.order-addinfo #order-addinfo-menu #form.desposit select {
  width: 100%;
}
#sub-page.order-addinfo #order-addinfo-menu #form label,
#sub-page.order-addinfo #order-addinfo-menu #form .button,
#sub-page.order-addinfo #order-addinfo-menu #form input:not(.upload-name),
#sub-page.order-addinfo #order-addinfo-menu #form select {
  display: inline-block;
  padding: 0 10px;
  font-size: 10pt;
  vertical-align: middle;
  background-color: #F7F7F7;
  cursor: pointer;
  border: 1px solid #E7E7E7;
  border-radius: 0.25em;
  height: 37px;
  line-height: 35px;
  margin-left: 4px;
  width: 95%;
}
#sub-page.order-addinfo #order-addinfo-menu #form .float-right {
  border-left: 1px solid #E7E7E7;
}
#sub-page.order-addinfo #order-addinfo-menu #form #radio-button, #sub-page.order-addinfo #order-addinfo-menu #form #radio-button-multi {
  text-align: center;
  display: inline-flex;
  width: 175px;
  padding: 0 5px;
  column-gap: 3px;
  margin: 0;
  align-items: center;
  vertical-align: middle;
}
#sub-page.order-addinfo #order-addinfo-menu #form #radio-button span:not(.auto), #sub-page.order-addinfo #order-addinfo-menu #form #radio-button-multi span:not(.auto) {
  width: 45%;
  min-width: auto;
}
#sub-page.order-addinfo #order-addinfo-menu #form #radio-button span.on, #sub-page.order-addinfo #order-addinfo-menu #form #radio-button-multi span.on {
  color: #FFF;
  background-color: #DB1F1F;
  border-color: #DB1F1F;
}
#sub-page.order-addinfo #order-addinfo-menu #form #radio-button span.on:hover, #sub-page.order-addinfo #order-addinfo-menu #form #radio-button-multi span.on:hover {
  background-color: #AF1212 !important;
}
#sub-page.order-addinfo #order-addinfo-menu #form .large {
  font-size: 1.1em;
  font-weight: 600;
  border-bottom: 1px solid #F7F7F7;
}
#sub-page.order-addinfo #order-addinfo-menu #form .large:nth-of-type(1) {
  text-align: right;
}
#sub-page.order-addinfo #order-addinfo-menu #form .dt {
  background-color: #F7F7F7;
  font-weight: 400;
  word-break: break-word;
  font-size: 1.15em;
}
#sub-page.order-addinfo #order-addinfo-menu #form .dt i {
  font-size: 1.4em;
}
#sub-page.order-addinfo #order-addinfo-menu #form .dd {
  word-break: keep-all;
}
#sub-page.order-addinfo #order-addinfo-menu #submit {
  text-align: right;
  margin-top: 20px;
}

@font-face {
  font-family: "Wilderness Typeface";
  font-style: normal;
  font-weight: 400;
  src: url("../css/font/WildernessTypeface-Regular.woff") format("woff");
}
@font-face {
  font-family: "InkLipquid";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/InkLipquid.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BinggraeTaom";
  src: url("../css/font/BinggraeTaom.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SangSangShin";
  src: url("../css/font/SangSangShin.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Handletter";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/naverfont_05@1.0/Handletter.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Cafe24Shiningstar";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.1/Cafe24Shiningstar.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Spoqa Han Sans";
  font-weight: 700;
  src: local("Spoqa Han Sans Bold"), url("../css/font/SpoqaHanSansBold.woff2") format("woff2"), url("../css/font/SpoqaHanSansBold.woff") format("woff"), url("../css/font/SpoqaHanSansBold.ttf") format("truetype");
}
@font-face {
  font-family: "Spoqa Han Sans";
  font-weight: 400;
  src: local("Spoqa Han Sans Regular"), url("../css/font/SpoqaHanSansRegular.woff2") format("woff2"), url("../css/font/SpoqaHanSansRegular.woff") format("woff"), url("../css/font/SpoqaHanSansRegular.ttf") format("truetype");
}
@font-face {
  font-family: "Spoqa Han Sans";
  font-weight: 300;
  src: local("Spoqa Han Sans Light"), url("../css/font/SpoqaHanSansLight.woff2") format("woff2"), url("../css/font/SpoqaHanSansLight.woff") format("woff"), url("../css/font/SpoqaHanSansLight.ttf") format("truetype");
}
@font-face {
  font-family: "Spoqa Han Sans";
  font-weight: 100;
  src: local("Spoqa Han Sans Thin"), url("../css/font/SpoqaHanSansThin.woff2") format("woff2"), url("../css/font/SpoqaHanSansThin.woff") format("woff"), url("../css/font/SpoqaHanSansThin.ttf") format("truetype");
}
@font-face {
  font-family: "GmarketSansMedium";
  src: url("../css/font/GmarketSansMedium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GmarketSansLight";
  src: url("../css/font/GmarketSansLight.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GmarketSansBold";
  src: url("../css/font/GmarketSansBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TlabShin";
  src: url("../css/font/TlabShinYBA1.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Treegarden";
  src: url("../css/font/Treegarden.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Apple SD Gothic Neo";
  font-style: normal;
  font-weight: 100;
  src: local("Apple SD Gothic Neo Thin"), url("../css/font/100_AppleSDGothicNeo-Thin.woff2") format("woff2"), url("../css/font/100_AppleSDGothicNeo-Thin.otf") format("opentype");
}
@font-face {
  font-family: "Apple SD Gothic Neo";
  font-style: normal;
  font-weight: 200;
  src: local("Apple SD Gothic Neo UltraLight"), url("../css/font/200_AppleSDGothicNeo-UltraLight.woff2") format("woff2"), url("../css/font/200_AppleSDGothicNeo-UltraLight.otf") format("opentype");
}
@font-face {
  font-family: "Apple SD Gothic Neo";
  font-style: normal;
  font-weight: 300;
  src: local("Apple SD Gothic Neo Light"), url("../css/font/300_AppleSDGothicNeo-Light.woff2") format("woff2"), url("../css/font/300_AppleSDGothicNeo-Light.otf") format("opentype");
}
@font-face {
  font-family: "Apple SD Gothic Neo";
  font-style: normal;
  font-weight: 400;
  src: local("Apple SD Gothic Neo Medium"), url("../css/font/400_AppleSDGothicNeo-Medium.woff2") format("woff2"), url("../css/font/400_AppleSDGothicNeo-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Apple SD Gothic Neo";
  font-style: normal;
  font-weight: 500;
  src: local("Apple SD Gothic Neo Regular"), url("../css/font/500_AppleSDGothicNeo-Regular.woff2") format("woff2"), url("../css/font/500_AppleSDGothicNeo-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Apple SD Gothic Neo";
  font-style: normal;
  font-weight: 600;
  src: local("Apple SD Gothic Neo SemiBold"), url("../css/font/600_AppleSDGothicNeo-SemiBold.woff2") format("woff2"), url("../css/font/600_AppleSDGothicNeo-SemiBold.otf") format("opentype");
}
@font-face {
  font-family: "Apple SD Gothic Neo";
  font-style: normal;
  font-weight: 700;
  src: local("Apple SD Gothic Neo Bold"), url("../css/font/700_AppleSDGothicNeo-Bold.woff2") format("woff2"), url("../css/font/700_AppleSDGothicNeo-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Apple SD Gothic Neo";
  font-style: normal;
  font-weight: 800;
  src: local("Apple SD Gothic Neo ExtraBold"), url("../css/font/800_AppleSDGothicNeo-ExtraBold.woff2") format("woff2"), url("../css/font/800_AppleSDGothicNeo-ExtraBold.otf") format("opentype");
}
@font-face {
  font-family: "Apple SD Gothic Neo";
  font-style: normal;
  font-weight: 900;
  src: local("Apple SD Gothic Neo Heavy"), url("../css/font/900_AppleSDGothicNeo-Heavy.woff2") format("woff2"), url("../css/font/900_AppleSDGothicNeo-Heavy.otf") format("opentype");
}
@font-face {
  font-family: "OTEnjoystoriesBA";
  src: url("../css/font/OTEnjoystoriesBA.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "KCCMurukmuruk";
  src: url("../css/font/KCCMurukmuruk.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "WindyLavender";
  src: url("../css/font/WindyLavender.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "iceJaram-Rg";
  src: url("../css/font/iceJaram-Rg.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "InkLipquid";
  src: url("../css/font/InkLipquid.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("../css/font/Pretendard-Thin.woff") format("woff");
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../css/font/Pretendard-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../css/font/Pretendard-Light.woff") format("woff");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../css/font/Pretendard-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../css/font/Pretendard-Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../css/font/Pretendard-SemiBold.woff") format("woff");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../css/font/Pretendard-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../css/font/Pretendard-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../css/font/Pretendard-Black.woff") format("woff");
  font-weight: 900;
  font-display: swap;
}
.font-Pretendard-all,
.font-Pretendard-all *,
.font-Pretendard {
  font-family: 'Pretendard', sans-serif !important;
}

.font-brush-all,
.font-brush-all *,
.font-brush {
  font-family: 'Nanum Brush Script', cursive !important;
}

.font-ink-all,
.font-ink-all *,
.font-ink {
  font-family: 'InkLipquid' !important;
}

.font-covered-all,
.font-covered-all *,
.font-covered {
  font-family: 'Covered By Your Grace', cursive !important;
}

.font-dokdo-all,
.font-dokdo-all *,
.font-dokdo {
  font-family: 'East Sea Dokdo', cursive !important;
}

.font-abril-fatface-all,
.font-abril-fatface-all *,
.font-abril-fatface {
  font-family: 'Abril Fatface', cursive !important;
}

.font-caveat-all,
.font-caveat-all *,
.font-caveat {
  font-family: 'Caveat', cursive !important;
}

.font-myeongjo-all,
.font-myeongjo-all *,
.font-myeongjo {
  font-family: 'Gowun Batang', serif !important;
}

.font-concert-one-all,
.font-concert-one-all *,
.font-concert-one {
  font-family: 'Concert One', cursive !important;
}

.font-handlatter-all,
.font-handlatter-all *,
.font-handlatter {
  font-family: 'Handletter', serif !important;
}

.font-cafe24-shiningstar-all,
.font-cafe24-shiningstar-all *,
.font-cafe24-shiningstar {
  font-family: 'Cafe24Shiningstar', serif !important;
}

.font-quotes-all,
.font-quotes-all *,
.font-quotes {
  font-family: 'Passion One', cursive !important;
}

.font-montserrat-all,
.font-montserrat-all *,
.font-montserrat {
  font-family: 'Montserrat', sans-serif !important;
}

.font-raleway-all,
.font-raleway-all *,
.font-raleway {
  font-family: 'Raleway', sans-serif !important;
}

.font-gmarketSansMedium-all,
.font-gmarketSansMedium-all *,
.font-gmarketSansMedium {
  font-family: 'GmarketSansMedium', sans-serif !important;
}

.font-tlabShin-all,
.font-tlabShin-all *,
.font-tlabShin {
  font-family: 'TlabShin', sans-serif !important;
}

.font-appleSD-all,
.font-appleSD-all *,
.font-appleSD {
  font-family: 'Apple SD Gothic Neo' !important;
}

.font-treegarden-all,
.font-treegarden-all *,
.font-treegarden {
  font-family: 'Treegarden' !important;
}

.font-noto-serif-all,
.font-noto-serif-all *,
.font-noto-serif {
  font-family: 'Noto Serif KR', serif !important;
}

.font-lexend-all,
.font-lexend-all *,
.font-lexend {
  font-family: 'Lexend', sans-serif !important;
}

.font-murukmuruk-all,
.font-murukmuruk-all *,
.font-murukmuruk {
  font-family: KCCMurukmuruk !important;
}

.font-ink-lipquid-all,
.font-ink-lipquid-all *,
.font-ink-lipquid {
  font-family: InkLipquid !important;
}

.font-icejaram-rg-all,
.font-icejaram-rg-all *,
.font-icejaram-rg {
  font-family: InkLipquid !important;
}

.font-windy-lavender-all,
.font-windy-lavender-all *,
.font-windy-lavender {
  font-family: InkLipquid !important;
}

.font-outfit-all,
.font-outfit-all *,
.font-outfit {
  font-family: "Outfit", sans-serif !important;
}

.font-en-all,
.font-en-all *,
.font-en {
  font-family: 'Dhurjati', sans-serif !important;
}

.font-quotation-mark-1-all,
.font-quotation-mark-1-all *,
.font-quotation-mark-1 {
  font-family: 'Passion One', sans-serif !important;
}

.font-quotation-mark-2-all,
.font-quotation-mark-2-all *,
.font-quotation-mark-2 {
  font-family: 'Space Grotesk', sans-serif !important;
}

.font-number-1-all,
.font-number-1-all *,
.font-number-1 {
  font-family: 'Nanum Gothic', '나눔고딕', sans-serif !important;
}

.font-namum-square-all,
.font-namum-square-all *,
.font-namum-square {
  font-family: NanumSquare !important;
}

.font-namum-square-ac-all,
.font-namum-square-ac-all *,
.font-namum-square-ac {
  font-family: NanumSquareAc !important;
}

.font-size-5 {
  font-size: 0.5em;
}

@media (max-width: 1024px) {
  .font-size-5 {
    font-size: 1em;
  }
}
.font-size-6 {
  font-size: 0.6em;
}

@media (max-width: 1024px) {
  .font-size-6 {
    font-size: 1em;
  }
}
.font-size-7 {
  font-size: 0.7em;
}

@media (max-width: 1024px) {
  .font-size-7 {
    font-size: 1em;
  }
}
.font-size-8 {
  font-size: 0.8em;
}

@media (max-width: 1024px) {
  .font-size-8 {
    font-size: 1em;
  }
}
.font-size-9 {
  font-size: 0.9em;
}

@media (max-width: 1024px) {
  .font-size-9 {
    font-size: 1em;
  }
}
.font-size-10 {
  font-size: 1em;
}

@media (max-width: 1024px) {
  .font-size-10 {
    font-size: 1em;
  }
}
.font-size-11 {
  font-size: 1.1em;
}

@media (max-width: 1024px) {
  .font-size-11 {
    font-size: 1em;
  }
}
.font-size-12 {
  font-size: 1.2em;
}

@media (max-width: 1024px) {
  .font-size-12 {
    font-size: 1em;
  }
}
.font-size-13 {
  font-size: 1.3em;
}

@media (max-width: 1024px) {
  .font-size-13 {
    font-size: 1.04em;
  }
}
.font-size-14 {
  font-size: 1.4em;
}

@media (max-width: 1024px) {
  .font-size-14 {
    font-size: 1.12em;
  }
}
.font-size-15 {
  font-size: 1.5em;
}

@media (max-width: 1024px) {
  .font-size-15 {
    font-size: 1.2em;
  }
}
.font-size-16 {
  font-size: 1.6em;
}

@media (max-width: 1024px) {
  .font-size-16 {
    font-size: 1.28em;
  }
}
.font-size-17 {
  font-size: 1.7em;
}

@media (max-width: 1024px) {
  .font-size-17 {
    font-size: 1.36em;
  }
}
.font-size-18 {
  font-size: 1.8em;
}

@media (max-width: 1024px) {
  .font-size-18 {
    font-size: 1.44em;
  }
}
.font-size-19 {
  font-size: 1.9em;
}

@media (max-width: 1024px) {
  .font-size-19 {
    font-size: 1.52em;
  }
}
.font-size-20 {
  font-size: 2em;
}

@media (max-width: 1024px) {
  .font-size-20 {
    font-size: 1.6em;
  }
}
.font-size-21 {
  font-size: 2.1em;
}

@media (max-width: 1024px) {
  .font-size-21 {
    font-size: 1.68em;
  }
}
.font-size-22 {
  font-size: 2.2em;
}

@media (max-width: 1024px) {
  .font-size-22 {
    font-size: 1.76em;
  }
}
.font-size-23 {
  font-size: 2.3em;
}

@media (max-width: 1024px) {
  .font-size-23 {
    font-size: 1.84em;
  }
}
.font-size-24 {
  font-size: 2.4em;
}

@media (max-width: 1024px) {
  .font-size-24 {
    font-size: 1.92em;
  }
}
.font-size-25 {
  font-size: 2.5em;
}

@media (max-width: 1024px) {
  .font-size-25 {
    font-size: 2em;
  }
}
.font-size-26 {
  font-size: 2.6em;
}

@media (max-width: 1024px) {
  .font-size-26 {
    font-size: 2.08em;
  }
}
.font-size-27 {
  font-size: 2.7em;
}

@media (max-width: 1024px) {
  .font-size-27 {
    font-size: 2.16em;
  }
}
.font-size-28 {
  font-size: 2.8em;
}

@media (max-width: 1024px) {
  .font-size-28 {
    font-size: 2.24em;
  }
}
.font-size-29 {
  font-size: 2.9em;
}

@media (max-width: 1024px) {
  .font-size-29 {
    font-size: 2.32em;
  }
}
.font-size-30 {
  font-size: 3em;
}

@media (max-width: 1024px) {
  .font-size-30 {
    font-size: 2.4em;
  }
}
.font-size-31 {
  font-size: 3.1em;
}

@media (max-width: 1024px) {
  .font-size-31 {
    font-size: 2.48em;
  }
}
.font-size-32 {
  font-size: 3.2em;
}

@media (max-width: 1024px) {
  .font-size-32 {
    font-size: 2.56em;
  }
}
.font-size-33 {
  font-size: 3.3em;
}

@media (max-width: 1024px) {
  .font-size-33 {
    font-size: 2.64em;
  }
}
.font-size-34 {
  font-size: 3.4em;
}

@media (max-width: 1024px) {
  .font-size-34 {
    font-size: 2.72em;
  }
}
.font-size-35 {
  font-size: 3.5em;
}

@media (max-width: 1024px) {
  .font-size-35 {
    font-size: 2.8em;
  }
}
.font-size-36 {
  font-size: 3.6em;
}

@media (max-width: 1024px) {
  .font-size-36 {
    font-size: 2.88em;
  }
}
.font-size-37 {
  font-size: 3.7em;
}

@media (max-width: 1024px) {
  .font-size-37 {
    font-size: 2.96em;
  }
}
.font-size-38 {
  font-size: 3.8em;
}

@media (max-width: 1024px) {
  .font-size-38 {
    font-size: 3.04em;
  }
}
.font-size-39 {
  font-size: 3.9em;
}

@media (max-width: 1024px) {
  .font-size-39 {
    font-size: 3.12em;
  }
}
.font-size-40 {
  font-size: 4em;
}

@media (max-width: 1024px) {
  .font-size-40 {
    font-size: 3.2em;
  }
}
.font-size-41 {
  font-size: 4.1em;
}

@media (max-width: 1024px) {
  .font-size-41 {
    font-size: 3.28em;
  }
}
.font-size-42 {
  font-size: 4.2em;
}

@media (max-width: 1024px) {
  .font-size-42 {
    font-size: 3.36em;
  }
}
.font-size-43 {
  font-size: 4.3em;
}

@media (max-width: 1024px) {
  .font-size-43 {
    font-size: 3.44em;
  }
}
.font-size-44 {
  font-size: 4.4em;
}

@media (max-width: 1024px) {
  .font-size-44 {
    font-size: 3.52em;
  }
}
.font-size-45 {
  font-size: 4.5em;
}

@media (max-width: 1024px) {
  .font-size-45 {
    font-size: 3.6em;
  }
}
.font-size-46 {
  font-size: 4.6em;
}

@media (max-width: 1024px) {
  .font-size-46 {
    font-size: 3.68em;
  }
}
.font-size-47 {
  font-size: 4.7em;
}

@media (max-width: 1024px) {
  .font-size-47 {
    font-size: 3.76em;
  }
}
.font-size-48 {
  font-size: 4.8em;
}

@media (max-width: 1024px) {
  .font-size-48 {
    font-size: 3.84em;
  }
}
.font-size-49 {
  font-size: 4.9em;
}

@media (max-width: 1024px) {
  .font-size-49 {
    font-size: 3.92em;
  }
}
.font-size-50 {
  font-size: 5em;
}

@media (max-width: 1024px) {
  .font-size-50 {
    font-size: 4em;
  }
}
.font-size-51 {
  font-size: 5.1em;
}

@media (max-width: 1024px) {
  .font-size-51 {
    font-size: 4.08em;
  }
}
.font-size-52 {
  font-size: 5.2em;
}

@media (max-width: 1024px) {
  .font-size-52 {
    font-size: 4.16em;
  }
}
.font-size-53 {
  font-size: 5.3em;
}

@media (max-width: 1024px) {
  .font-size-53 {
    font-size: 4.24em;
  }
}
.font-size-54 {
  font-size: 5.4em;
}

@media (max-width: 1024px) {
  .font-size-54 {
    font-size: 4.32em;
  }
}
.font-size-55 {
  font-size: 5.5em;
}

@media (max-width: 1024px) {
  .font-size-55 {
    font-size: 4.4em;
  }
}
.font-size-56 {
  font-size: 5.6em;
}

@media (max-width: 1024px) {
  .font-size-56 {
    font-size: 4.48em;
  }
}
.font-size-57 {
  font-size: 5.7em;
}

@media (max-width: 1024px) {
  .font-size-57 {
    font-size: 4.56em;
  }
}
.font-size-58 {
  font-size: 5.8em;
}

@media (max-width: 1024px) {
  .font-size-58 {
    font-size: 4.64em;
  }
}
.font-size-59 {
  font-size: 5.9em;
}

@media (max-width: 1024px) {
  .font-size-59 {
    font-size: 4.72em;
  }
}
.font-size-60 {
  font-size: 6em;
}

@media (max-width: 1024px) {
  .font-size-60 {
    font-size: 4.8em;
  }
}
.font-size-61 {
  font-size: 6.1em;
}

@media (max-width: 1024px) {
  .font-size-61 {
    font-size: 4.88em;
  }
}
.font-size-62 {
  font-size: 6.2em;
}

@media (max-width: 1024px) {
  .font-size-62 {
    font-size: 4.96em;
  }
}
.font-size-63 {
  font-size: 6.3em;
}

@media (max-width: 1024px) {
  .font-size-63 {
    font-size: 5.04em;
  }
}
.font-size-64 {
  font-size: 6.4em;
}

@media (max-width: 1024px) {
  .font-size-64 {
    font-size: 5.12em;
  }
}
.font-size-65 {
  font-size: 6.5em;
}

@media (max-width: 1024px) {
  .font-size-65 {
    font-size: 5.2em;
  }
}
.font-size-66 {
  font-size: 6.6em;
}

@media (max-width: 1024px) {
  .font-size-66 {
    font-size: 5.28em;
  }
}
.font-size-67 {
  font-size: 6.7em;
}

@media (max-width: 1024px) {
  .font-size-67 {
    font-size: 5.36em;
  }
}
.font-size-68 {
  font-size: 6.8em;
}

@media (max-width: 1024px) {
  .font-size-68 {
    font-size: 5.44em;
  }
}
.font-size-69 {
  font-size: 6.9em;
}

@media (max-width: 1024px) {
  .font-size-69 {
    font-size: 5.52em;
  }
}
.font-size-70 {
  font-size: 7em;
}

@media (max-width: 1024px) {
  .font-size-70 {
    font-size: 5.6em;
  }
}
.font-size-71 {
  font-size: 7.1em;
}

@media (max-width: 1024px) {
  .font-size-71 {
    font-size: 5.68em;
  }
}
.font-size-72 {
  font-size: 7.2em;
}

@media (max-width: 1024px) {
  .font-size-72 {
    font-size: 5.76em;
  }
}
.font-size-73 {
  font-size: 7.3em;
}

@media (max-width: 1024px) {
  .font-size-73 {
    font-size: 5.84em;
  }
}
.font-size-74 {
  font-size: 7.4em;
}

@media (max-width: 1024px) {
  .font-size-74 {
    font-size: 5.92em;
  }
}
.font-size-75 {
  font-size: 7.5em;
}

@media (max-width: 1024px) {
  .font-size-75 {
    font-size: 6em;
  }
}
.font-size-76 {
  font-size: 7.6em;
}

@media (max-width: 1024px) {
  .font-size-76 {
    font-size: 6.08em;
  }
}
.font-size-77 {
  font-size: 7.7em;
}

@media (max-width: 1024px) {
  .font-size-77 {
    font-size: 6.16em;
  }
}
.font-size-78 {
  font-size: 7.8em;
}

@media (max-width: 1024px) {
  .font-size-78 {
    font-size: 6.24em;
  }
}
.font-size-79 {
  font-size: 7.9em;
}

@media (max-width: 1024px) {
  .font-size-79 {
    font-size: 6.32em;
  }
}
.font-size-80 {
  font-size: 8em;
}

@media (max-width: 1024px) {
  .font-size-80 {
    font-size: 6.4em;
  }
}
.font-size-81 {
  font-size: 8.1em;
}

@media (max-width: 1024px) {
  .font-size-81 {
    font-size: 6.48em;
  }
}
.font-size-82 {
  font-size: 8.2em;
}

@media (max-width: 1024px) {
  .font-size-82 {
    font-size: 6.56em;
  }
}
.font-size-83 {
  font-size: 8.3em;
}

@media (max-width: 1024px) {
  .font-size-83 {
    font-size: 6.64em;
  }
}
.font-size-84 {
  font-size: 8.4em;
}

@media (max-width: 1024px) {
  .font-size-84 {
    font-size: 6.72em;
  }
}
.font-size-85 {
  font-size: 8.5em;
}

@media (max-width: 1024px) {
  .font-size-85 {
    font-size: 6.8em;
  }
}
.font-size-86 {
  font-size: 8.6em;
}

@media (max-width: 1024px) {
  .font-size-86 {
    font-size: 6.88em;
  }
}
.font-size-87 {
  font-size: 8.7em;
}

@media (max-width: 1024px) {
  .font-size-87 {
    font-size: 6.96em;
  }
}
.font-size-88 {
  font-size: 8.8em;
}

@media (max-width: 1024px) {
  .font-size-88 {
    font-size: 7.04em;
  }
}
.font-size-89 {
  font-size: 8.9em;
}

@media (max-width: 1024px) {
  .font-size-89 {
    font-size: 7.12em;
  }
}
.font-size-90 {
  font-size: 9em;
}

@media (max-width: 1024px) {
  .font-size-90 {
    font-size: 7.2em;
  }
}
.font-size-91 {
  font-size: 9.1em;
}

@media (max-width: 1024px) {
  .font-size-91 {
    font-size: 7.28em;
  }
}
.font-size-92 {
  font-size: 9.2em;
}

@media (max-width: 1024px) {
  .font-size-92 {
    font-size: 7.36em;
  }
}
.font-size-93 {
  font-size: 9.3em;
}

@media (max-width: 1024px) {
  .font-size-93 {
    font-size: 7.44em;
  }
}
.font-size-94 {
  font-size: 9.4em;
}

@media (max-width: 1024px) {
  .font-size-94 {
    font-size: 7.52em;
  }
}
.font-size-95 {
  font-size: 9.5em;
}

@media (max-width: 1024px) {
  .font-size-95 {
    font-size: 7.6em;
  }
}
.font-size-96 {
  font-size: 9.6em;
}

@media (max-width: 1024px) {
  .font-size-96 {
    font-size: 7.68em;
  }
}
.font-size-97 {
  font-size: 9.7em;
}

@media (max-width: 1024px) {
  .font-size-97 {
    font-size: 7.76em;
  }
}
.font-size-98 {
  font-size: 9.8em;
}

@media (max-width: 1024px) {
  .font-size-98 {
    font-size: 7.84em;
  }
}
.font-size-99 {
  font-size: 9.9em;
}

@media (max-width: 1024px) {
  .font-size-99 {
    font-size: 7.92em;
  }
}
.font-size-100 {
  font-size: 10em;
}

@media (max-width: 1024px) {
  .font-size-100 {
    font-size: 8em;
  }
}
.line-height-110-all,
.line-height-110-all *,
.line-height-110 {
  line-height: 110% !important;
}

.line-height-120-all,
.line-height-120-all *,
.line-height-120 {
  line-height: 120% !important;
}

.line-height-130-all,
.line-height-130-all *,
.line-height-130 {
  line-height: 130% !important;
}

.line-height-140-all,
.line-height-140-all *,
.line-height-140 {
  line-height: 140% !important;
}

.line-height-150-all,
.line-height-150-all *,
.line-height-150 {
  line-height: 150% !important;
}

.line-height-160-all,
.line-height-160-all *,
.line-height-160 {
  line-height: 160% !important;
}

.line-height-170-all,
.line-height-170-all *,
.line-height-170 {
  line-height: 170% !important;
}

.line-height-180-all,
.line-height-180-all *,
.line-height-180 {
  line-height: 180% !important;
}

.line-height-190-all,
.line-height-190-all *,
.line-height-190 {
  line-height: 190% !important;
}

.line-height-200-all,
.line-height-200-all *,
.line-height-200 {
  line-height: 200% !important;
}

/* 따옴표용 */
.font-quotation-mark-1,
.font-quotation-mark-2 {
  display: inline-block;
}
.font-quotation-mark-1.front,
.font-quotation-mark-2.front {
  transform: rotate(180deg);
}
.font-quotation-mark-1 {
  font-family: "Passion One", sans-serif !important;
}

.font-quotation-mark-2 {
  font-family: "Space Grotesk", sans-serif !important;
}

#ssch #ssch_frm .ssch_scharea {
  position: relative;
}

/*# sourceMappingURL=shop_default.css.map */
