@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css");

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap");

/* @font-face {
  font-family: "gmarket";
  font-weight: normal;
  src: url(../font/GmarketSansMedium.woff2) format("woff2");
  src: url(../font/GmarketSansMedium.woff) format("woff");
}
@font-face {
  font-family: "gmarket";
  font-weight: bold;
  src: url(../font/GmarketSansBold.woff2) format("woff2"); 
  src: url(../font/GmarketSansBold.woff) format("woff");
}
@font-face {
  font-family: "line";
  font-weight: normal;
  src: url(../font/LINESeedKR-Rg.woff2) format("woff2");
  src: url(../font/LINESeedKR-Rg.woff) format("woff");
}
@font-face {
  font-family: "line";
  font-weight: bold;
  src: url(../font/LINESeedKR-Bd.woff2) format("woff2");
  src: url(../font/LINESeedKR-Bd.woff) format("woff");
} */

:root {
  --color-point: #ff807d;
  --color---primary-color: #ff807d;
  --Color---black: #0e0e0e;
  --Color---white: #ffffff;
  --Color---dark-gray: #555;
}
html {
  font-size: 62.5%;
  overflow: hidden;
  overflow-y: inherit;
}
body {
  font-size: 16px;
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}
body * {
  line-height: 1.3;
  word-break: keep-all;
}
.sub-wrap *,
.main-wrap *,
body * {
  font-family: "Pretendard", "sans-serif";
  word-break: keep-all;
}

.cmt {
  font-family: "Cormorant", serif !important;
}

.mts {
  font-family: "Montserrat", sans-serif !important;
  text-transform: uppercase;
}
.inner {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}
img {
  max-width: 100%;
}

/* common */
/* 헤더컬러 */
.gnb_nav .gnb .depth1:hover > .depth1_a {
  /* color: #A9806A; */
}
.gnb_nav .ham_open .bar {
  background-color: var(--color-point);
}
/* .gnb_nav .snb{border-top: 4px solid #A9806A;} */
/* 헤더 > 서브메뉴 border-top 필요 시 활성화 */
.gnb_nav .snb .depth2 a:hover {
  color: var(--color-point);
}
.all_gnb_nav p.depth1_a::after {
  background-color: var(--color-point);
}
.all_gnb_nav .depth2 a:hover {
  color: var(--color-point);
}
.gnb_nav .snb .depth2.on a {
  color: var(--color-point);
}
.all_gnb_nav .depth2.on > a {
  color: var(--color-point);
}

/* 헤더컬러 */

.header {
  background: #fff;
}
.header * {
  font-family: "Pretendard", "sans-serif" !important;
  /* background: #fff; */
}
.header {
  width: 100%;
  border-bottom: 1px solid #ccc;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  transition: 0.3s;
}
.header.scr,
.header.sub {
  /* border-bottom: 1px solid rgba(217, 217, 217, 0.2); */
  /* background: rgba(0, 0, 0, 0.5); */
}
.header .inner {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 99;
  background: #fff;
}
.header .logo img {
  display: block;
  max-width: 179px;
  position: relative;
  /* top: 4px; */
  /* 가시사이즈가 중앙이 아닐 때 top 조정 */
}
.gnb_nav {
  display: flex;
  align-items: center;
}
.gnb_nav .gnb {
  display: flex;
  gap: 40px;
  margin-right: 20px;
}
.gnb_nav .gnb .depth1 {
  font-weight: 600;
  line-height: 90px;
  position: relative;
  transition: 0.3s;
}
.gnb_nav .gnb .depth1_a {
  position: relative;
  white-space: nowrap;
  top: 2px;

  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.16px;
  text-transform: uppercase;
  color: #0e0e0e;
}
/* 메뉴 호버타입1 */
/* .gnb_nav .gnb .depth1_a::after{
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all 0.4s ease-in-out;
}
.gnb_nav .gnb .depth1:hover > .depth1_a::after{width: calc(100% + 10px);} */
/* 메뉴 호버타입1 */
/* 메뉴 호버타입2 */
/* .gnb_nav .gnb .depth1_a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: var(--color-point);
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all 0.4s ease-in-out;
  opacity: 0;
  border-radius: 100%;
}
.gnb_nav .gnb .depth1:hover > .depth1_a::after,
.gnb_nav .gnb .depth1.on a::after {
  opacity: 1;
} */
/* 메뉴 호버타입2 */
.ham_open {
  width: 28px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  display: flex;
  display: none;
}
.gnb_nav .ham_open .bar {
  display: block;
  width: 100%;
  height: 3px;
}
.gnb_nav .snb {
  width: auto;
  min-width: 150px;
  padding: 40px 0;
  font-size: 16px;
  text-align: center;
  line-height: 1.3;
  transform: translateX(-50%);
  transform-origin: top;
  position: absolute;
  top: calc(100% + 1px);
  left: 50%;
  z-index: -1;
  display: none;
}
.gnb_nav .snb .depth2 a {
  display: block;
  padding: 5px 2rem;
  word-break: keep-all;

  font-size: 16px;
  font-weight: normal;
  letter-spacing: -0.37px;
  text-align: center;
  color: rgb(25, 25, 25);
}
.header .snb > h2 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.41px;
  text-align: center;
  color: rgb(25, 25, 25);
  margin-bottom: 5px;
}

.header.on .snb {
  /* opacity: 1; transform: translateX(-50%); height: auto; */
}
.all_menu_bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
}
.all_menu_wrap {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999;
  transform: translateY(-100%);
  opacity: 0;
  transition: 0.5s;
}
.all_menu_wrap .all_menu_top {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #eee;
  position: relative;
}
.all_menu_wrap .ham_close {
  width: 100px;
  height: 100px;
  padding: 33px;
  border-right: 1px solid #eee;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.all_menu_wrap .ham_close img {
  width: 100%;
  max-width: 32px;
}
.all_gnb_nav {
  height: calc(100% - 100px);
  font-size: 2rem;
  text-align: center;
}
.all_gnb_nav .gnb {
  display: flex;
  height: 100%;
  font-size: 1.8rem;
}
.all_gnb_nav .depth1 {
  flex: 1;
  padding: 10px;
  padding-top: 8%;
}
.all_gnb_nav .depth1 + .depth1 {
  border-left: 1px solid #eee;
}
.all_gnb_nav p.depth1_a {
  padding-bottom: 35px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  position: relative;
}
.all_gnb_nav p.depth1_a .arr {
  width: 30px;
  height: 30px;
  background: url(../../html/img/ham_arr.svg) no-repeat center/cover;
  display: none;
}
.all_gnb_nav p.depth1_a::after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.all_gnb_nav .snb {
  display: block;
}
.all_gnb_nav .depth2:first-child {
  margin-top: 35px;
}
.all_gnb_nav .depth2 {
}
.all_gnb_nav .depth2 a {
  font-weight: 500;
  word-break: keep-all;
  font-size: 18px;
  display: block;
  padding: 10px 0;
}
.all_menu_wrap.on {
  opacity: 1;
  transform: translateY(0);
}

.all-toggle-wrap {
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  width: 100%;
  background: #fff;
  display: none;
  overflow: hidden;
  padding: 40px 0;
  height: 250px;
}
.header.on .all-toggle-wrap {
  /* opacity: 1;
  height: auto; */
}
.all-toggle-wrap .n-inner {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  max-width: 1520px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.all-toggle-wrap .n-inner > .left-img {
  width: 568px;
  position: relative;
}
.all-toggle-wrap .n-inner > .left-img img {
  padding-left: 100px;
  padding-right: 40px;
  width: 100%;
  display: block;
}
.all-toggle-wrap .n-inner > .left-img::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #d1d1d1;
  position: absolute;
  top: 0;
  right: 0;
}
.header-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99998;
  background: rgb(0, 0, 0, 0.5);
  display: none;
}
.all_gnb_nav .gnb li .snb {
  padding-top: 35px;
}
.all_gnb_nav .gnb li .snb > h2 {
  display: none;
}

/* 언어변경 버튼 */
header .language_btn {
  font-size: 0;
  position: relative;
}
header .language_btn button {
  outline: none;
  border: none;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  background-color: transparent;
}
header .language_btn button img {
  max-width: 100%;
}
header .language_btn .lang_list {
  display: none;
  position: absolute;
  top: 150%;
  left: 50%;
  width: 80px;
  background-color: #fff;
  border: rgba(0, 0, 0, 0.05) solid 1px;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.05) 0 0 25px 0;
  transform: translateX(-50%);
  padding: 12px 10px;
  z-index: 9;
}
header .language_btn .lang_list > li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #ddd;
}
header .language_btn .lang_list > li:first-child {
  padding-top: 0;
}
header .language_btn .lang_list > li:last-child {
  border: 0;
  padding-bottom: 0;
}
/* header .language_btn .lang_list > li:nth-child(n + 2) {
  margin-top: 10px;
} */
header .language_btn .lang_list > li a {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #1d1d1d;
  line-height: 2;
  /* padding: 0 20px; */
  transition: color 0.3s;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
header .language_btn .lang_list > li a:hover {
  color: #3561fd;
}

.right-btn-area {
  display: flex;
  align-items: center;
  gap: 14px;
}
.right-btn-area > div {
  width: 30px;
  cursor: pointer;
}

.header .inner .right-bigbox {
  display: flex;
  align-items: center;
  gap: 24px;
}

@media screen and (max-width: 1600px) {
  .header .snb > h2 {
  }
  .gnb_nav .snb {
    padding: 20px 0;
  }

  .all-toggle-wrap {
    padding: 20px 0;
  }
  .all-toggle-wrap .n-inner {
    gap: 20px;
  }
  .all-toggle-wrap .n-inner > .left-img {
    width: 500px;
  }
  .all-toggle-wrap .n-inner > .left-img img {
    padding-left: 80px;
    padding-right: 30px;
  }
}

@media (min-width: 1025px) {
  .all_gnb_nav .snb {
    display: block !important;
    height: auto !important;
  }
}
@media screen and (max-width: 1024px) {
  .all_gnb_nav .gnb li .snb {
    padding-top: 0px;
  }
  .right-btn-area {
    display: flex;
  }
  .ham_open {
    display: flex;
  }
  .header {
    height: 80px;
  }
  .header .logo img {
    width: 160px;
  }
  .gnb_nav .gnb {
    display: none;
  }
  .all_menu_wrap {
    width: 500px;
    top: 0;
    right: 0;
    transform: translate(100%, 0);
  }
  .all_menu_wrap.on {
    transform: translate(0, 0);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  }
  .all_menu_wrap .all_menu_top {
    padding: 0 15px;
    justify-content: left;
  }
  .all_gnb_nav .gnb {
    display: block;
    text-align: left;
  }
  .all_gnb_nav .depth1 {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #eee;
  }
  .all_gnb_nav .depth1 + .depth1 {
    border-left: none;
  }
  .all_gnb_nav p.depth1_a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    font-size: 18px;
    line-height: 60px;
    cursor: pointer;
  }
  .all_gnb_nav p.depth1_a .arr {
    display: block;
    transition: 0.3s;
    width: 25px;
    height: 25px;
  }
  .all_gnb_nav p.depth1_a.on .arr {
    transform: rotate(-180deg);
  }
  .all_gnb_nav p.depth1_a::after {
    display: none;
  }
  .all_gnb_nav .snb {
    display: none;
    font-size: 16px;
    transition: none;
  }
  .all_gnb_nav .depth2 {
    margin-top: 0;
    padding-left: 15px;
    line-height: 1.3;
    border-top: 1px solid #eee;
    transition: none;
  }
  .all_gnb_nav .depth2 a {
    display: block;
    padding-left: 5px;
  }
  .all_gnb_nav .depth2:first-child {
    margin-top: 0;
  }

  .right-btn-area {
    gap: 8px;
  }
  .right-btn-area > div {
    width: 20px;
  }
  .all_gnb_nav .depth1.on > p,
  .all_gnb_nav .depth1.on > a {
    color: #3a8afd;
  }
}
@media screen and (max-width: 768px) {
  .ham_open {
    width: 22px;
  }
  .all_menu_wrap {
    width: 95%;
  }
  .all_menu_wrap .all_menu_top {
    height: 60px;
  }
  .all_menu_wrap .ham_close {
    width: 60px;
    height: 60px;
    padding: 20px;
  }
  .all_gnb_nav {
    height: calc(100% - 60px);
  }
  .all_gnb_nav p.depth1_a {
    line-height: initial;
    padding: 20px 15px;
    font-weight: 500;
    font-size: 17px;
  }
  .all_gnb_nav .depth2 a {
    font-size: 16px;
    font-weight: 400;
  }
  .all_gnb_nav .snb {
    font-size: 16px;
  }
  header .language_btn {
    margin-right: 0px;
  }
  header .language_btn button {
    width: 22px;
  }
  header .language_btn .lang_list > li a {
    padding: 0 10px;
  }
}

/* header */

.ctt_admin {
  position: fixed;
  top: 100px;
  right: 15px;
}
#sub-container {
  margin-top: 100px;
}
.sub-visual {
  height: auto;
  /* background: url(../../html/img/sub_visual01.jpg) no-repeat center/cover; */
  text-align: center;
  color: #fff;
  font-size: var(--font-size-28);
}
.subtop-con-wrap {
  width: 100%;
  padding: var(--padding-20) 0 var(--padding-20);
}
.sub-visual.sv01 {
  background: url(../img/sub_visual01.jpg) no-repeat center/cover;
}
.sub-visual.sv02 {
  background: url(../img/sub_visual02.jpg) no-repeat center/cover;
}
.sub-visual.sv02_2 {
  background: url(../img/sub_visual02_2.jpg) no-repeat center/cover;
}
.sub-visual.sv02_3 {
  background: url(../img/sub_visual02_3.jpg) no-repeat center/cover;
}
.sub-visual.sv02_4 {
  background: url(../img/sub_visual02_4.jpg) no-repeat center/cover;
}

.sub-visual.sv03 {
  background: url(../img/sub_visual03.jpg) no-repeat center/cover;
}
.sub-visual.sv04 {
  background: url(../img/sub_visual04.jpg) no-repeat center/cover;
}
.sub-visual.sv05 {
  background: url(../img/sub_visual05.jpg) no-repeat center/cover;
}
.sub-visual .sub_tit {
  font-size: var(--font-size-60);
  /* color: #222; */
  text-transform: uppercase;
  margin-bottom: 2.4rem;
  line-height: 1.5;
}
/* .sub-visual .subtop-txtbox p {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 7.2px;
  color: rgb(222, 181, 161);
  padding-bottom: 1.2rem;
}
.sub-visual .subtop-txtbox p span {
  font-weight: bold;
} */
.sub_nav {
  position: relative;
  z-index: 100;
}
.sub_nav_ul {
  display: flex;
  width: 100%;
  margin: 0 auto 1.6rem;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.34px;
  color: var(--Color---black, #0e0e0e);
  text-transform: uppercase;
  /* padding: 6rem 0; */
}
.sub_nav_ul > li {
  position: relative;
  padding: 0 1rem;
}
.sub_nav_ul > li.home {
  padding-left: 0;
  margin-top: -1px;
}
.sub_nav_ul > li:after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: var(--Color---black, #0e0e0e);
}

.sub_nav_ul > li:last-child::after {
  display: none;
}
.sub_nav_ul .depth_p {
  width: 100%;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  /* padding: 0 2rem; */
}
.sub_nav_ul .depth_p::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background: url(../img/icon_drop.svg) no-repeat center/cover;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  transition: 0.3s;
}
.sub_nav_ul .depth_p.on::after {
  transform: translateY(-50%) rotate(-180deg);
}
.sub_nav_ul .drop_menu {
  display: none;
  /* width: calc(100% + 2px); */
  background-color: #fff;
  border: 1px solid #ccc;
  position: absolute;
  top: calc(100% + 1rem);
  left: -1px;
}
.sub_nav_ul .drop_menu li {
  line-height: 1.3;
}
.sub_nav_ul .drop_menu li + li {
  border-top: 1px solid #ebebeb;
}
.sub_nav_ul .drop_menu li a {
  display: block;
  padding: 1rem 1.5rem;
  word-break: keep-all;
  transition: 0.2s;
}
.sub_nav_ul .drop_menu li:hover a {
  background-color: #f7f7f7;
}

@media (max-width: 1024px) {
  #sub-container {
    margin-top: 8rem;
  }
  .subtop-con-wrap {
    padding: var(--padding-25) 0 var(--padding-20);
  }
  .sub-visual .sub_tit {
    font-size: var(--font-size-40);
  }
	  .sub-visual .sub_tit  br {display:none;}
}

/* subtop */

.search-popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 99999999999999999999999999999;
  display: none;
}
.header-bg2 {
  z-index: 99999999999999999999999999999;
}
.search-popup-wrap .search-pop-box {
  max-width: 800px;
  width: 100%;
  padding: 84px 20px;
  margin: 0 auto;
  position: relative;
  z-index: 99;
}
.search-popup-wrap .search-pop-box .search-frm-box {
  position: relative;
  width: 100%;
  padding: 15px 18px;
  padding-right: 80px;
  padding-left: 52px;
  border-radius: 999px;
  border: solid 3px rgb(119, 177, 70);
  background-color: rgb(255, 255, 255);
}
.search-pop-ipt {
  width: 100%;
  outline: none;
  border: none;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: -0.55px;
  color: rgb(25, 25, 25);
}
.search-pop-ipt::placeholder {
  color: rgb(126, 126, 126);
}
.search-popup-wrap .search-pop-box .search-frm-box button {
  width: 50px;
  height: 50px;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.search-popup-closebtn {
  display: block;
  cursor: pointer;
  width: 160px;
  text-align: center;
  margin: 0 auto;
  margin-top: 40px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
  padding: 5px 10px;
  transition: all 0.3s ease-in-out;
}
.search-popup-closebtn:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}
/* .search-popup-wrap .bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  display: none;
} */

@media (max-width: 1024px) {
  .search-popup-wrap {
    height: 100vh;
    background: transparent;
  }
  .search-popup-wrap .search-pop-box {
    padding: 40px 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background: #fff;
    width: 95%;
  }
  .search-popup-wrap .search-pop-box .search-frm-box {
    padding: 10px 15px;
    padding-right: 55px;
    padding-left: 15px;
    border: solid 2px rgb(119, 177, 70);
  }
  .search-pop-ipt {
    font-size: 16px;
  }
  .search-popup-wrap .search-pop-box .search-frm-box button {
    width: 36px;
    height: 36px;
    right: 15px;
  }
  .search-popup-closebtn {
    margin-top: 30px;
    font-size: 16px;
  }
}

/* search-popup */

.main-wrap,
.main-visual,
.main-sec,
.sub-wrap,
.sub-sec {
  position: relative;
  width: 100%;
}

/* main */

/* 팝업 */

.popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999999999;
  display: none;
}
.popup-wrap .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.popup-wrap .popup-box {
  max-width: 600px;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  z-index: 2;
  padding: 24px;
}
.popup-wrap .popup-box .close-x {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.popup-wrap .popup-box .titbox {
  margin-bottom: 24px;
  padding-right: 32px;
}
.popup-wrap .popup-box .titbox h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.44px;
  color: rgb(24, 29, 39);
  margin-bottom: 20px;
}
.popup-wrap .popup-box .titbox p {
  font-size: 16px;
  font-weight: normal;
  color: rgb(83, 88, 98);
}
.popup-wrap .popup-box .titbox .prv-txt-box {
  max-height: 50vh;
  overflow-y: auto;
}
.popup-wrap .popup-box .titbox .prv-txt-box::-webkit-scrollbar {
  width: 4px;
  background-color: rgb(209, 209, 209);
}
.popup-wrap .popup-box .titbox .prv-txt-box::-webkit-scrollbar-thumb {
  background-color: rgb(125, 125, 125);
}

@media (max-width: 1024px) {
  .popup-wrap .popup-box {
    max-width: 600px;
    width: calc(100% - 30px);
    border-radius: 16px;
    padding: 20px 15px;
  }
  .popup-wrap .popup-box .close-x {
    top: 20px;
    right: 15px;
    width: 28px;
    height: 28px;
  }
  .popup-wrap .popup-box .titbox {
    margin-bottom: 16px;
    padding-right: 28px;
  }
  .popup-wrap .popup-box .titbox h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .popup-wrap .popup-box .titbox p {
    font-size: 14px;
  }
}

/* 로딩프레임 */

.loading-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999999;
}

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}

@-moz-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}

@-o-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}

@-moz-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}

@-o-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}

@keyframes loading-text-opacity {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes loading-text-opacity {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes loading-text-opacity {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-o-keyframes loading-text-opacity {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.loading-container,
.loading {
  height: 100px;
  position: relative;
  width: 100px;
  border-radius: 100%;
}

.loading-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.loading {
  border: 2px solid transparent;
  border-color: transparent #fff transparent #fff;
  -moz-animation: rotate-loading 1.5s linear 0s infinite normal;
  -moz-transform-origin: 50% 50%;
  -o-animation: rotate-loading 1.5s linear 0s infinite normal;
  -o-transform-origin: 50% 50%;
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
  -webkit-transform-origin: 50% 50%;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
}

.loading-container:hover .loading {
  border-color: transparent #e45635 transparent #e45635;
}
.loading-container:hover .loading,
.loading-container .loading {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#loading-text {
  -moz-animation: loading-text-opacity 2s linear 0s infinite normal;
  -o-animation: loading-text-opacity 2s linear 0s infinite normal;
  -webkit-animation: loading-text-opacity 2s linear 0s infinite normal;
  animation: loading-text-opacity 2s linear 0s infinite normal;
  color: #ffffff;
  font-family: "Helvetica Neue, " Helvetica ", " "arial";
  font-size: 10px;
  font-weight: bold;
  margin-top: 45px;
  opacity: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 100px;
}

/* 퀵버튼 */

/* Fixed button */
.fixed_btns {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: fixed;
  bottom: 5%;
  right: 30px;
  z-index: 999;
  width: 68px;
}
.fixed_btns .fixed_button {
  position: relative;
  border-radius: 41.1%;
  box-shadow: 0 0 20px rgb(0, 0, 0, 0.08);
}
.fixed_btns .fixed_button > img {
  width: 68px;
}
.fixed_btns .fixed_button .fixed_hover {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  transition: width 0.3s;
  overflow: hidden;
}
.fixed_btns .fixed_button .fixed_hover img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.fixed_btns .fixed_button .call_hover img {
  min-width: 205px;
}
.fixed_btns .fixed_button:hover .call_hover {
  width: 205px;
}
.fixed_btns .fixed_button .kakao_hover img {
  min-width: 168px;
}
.fixed_btns .fixed_button:hover .kakao_hover {
  width: 168px;
}

.fixed_btns .fixed_button:hover .fixed_hover2 {
  width: 205px;
}
.fixed_btns .fixed_button:hover .fixed_hover3 {
  width: 205px;
}
.fixed_btns .fixed_button .fixed_hover2 img,
.fixed_btns .fixed_button .fixed_hover3 img {
  min-width: 205px;
}

@media screen and (max-width: 1024px) {
  .fixed_btns {
    gap: 8px;
    bottom: 3%;
    right: 12px;
    width: 60px;
  }
  .fixed_btns .fixed_button .call_hover img,
  .fixed_btns .fixed_button .fixed_hover2 img,
  .fixed_btns .fixed_button .fixed_hover3 img {
    min-width: 182px;
  }
  .fixed_btns .fixed_button:hover .call_hover {
    width: 182px;
  }
  .fixed_btns .fixed_button .kakao_hover img {
    min-width: 148px;
  }
  .fixed_btns .fixed_button:hover .kakao_hover {
    width: 148px;
  }
}
@media screen and (max-width: 768px) {
  .fixed_btns {
    gap: 8px;
    bottom: 3%;
    right: 8px;
    width: 45px;
  }
  .fixed_btns .fixed_button .call_hover img,
  .fixed_btns .fixed_button .fixed_hover2 img,
  .fixed_btns .fixed_button .fixed_hover3 img {
    min-width: 136px;
  }
  .fixed_btns .fixed_button:hover .call_hover {
    width: 136px;
  }
  .fixed_btns .fixed_button .kakao_hover img {
    min-width: 112px;
  }
  .fixed_btns .fixed_button:hover .kakao_hover {
    width: 112px;
  }
}
