@charset "UTF-8";
@import url("//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css");
/* 
	[z-index]

	header : 10
	hamburger 버튼 : 1001
	popup : 2000
	submenu : 10
	sub_top_menu_wrap : 2
*/
/* 
	max1590 // desktop
    max1480 // desktopMin(layout+80)
    max1350 // laptopMax
	max1024 // laptop
	max767 // pad
	max500 // mobileMax
	max425 // mobile
	max350  // mobileMin
*/
/* 
	layout1400
*/
/* 
    기타 값 고정값은 scss > abstracts > variable 참고
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a,
input,
textarea,
button,
select {
  cursor: pointer;
  font-family: "Spoqa Han Sans Neo", sans-serif;
}

a {
  color: #262626;
  text-decoration: none;
}

img {
  border: 0;
  vertical-align: middle;
}

fieldset,
hr {
  border: none;
}

ul, ol, li {
  list-style: none;
}

address,
em {
  font-style: normal;
}

img,
video,
canvas {
  height: auto;
}

legend {
  display: none;
}

input[type=text],
input[type=password],
input[type=tel],
input[type=search] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background: transparent;
}
input[type=text]::-webkit-inner-spin-button, input[type=text]::-webkit-outer-spin-button,
input[type=password]::-webkit-inner-spin-button,
input[type=password]::-webkit-outer-spin-button,
input[type=tel]::-webkit-inner-spin-button,
input[type=tel]::-webkit-outer-spin-button,
input[type=search]::-webkit-inner-spin-button,
input[type=search]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=tel]::placeholder,
input[type=search]::placeholder {
  color: rgba(38, 38, 38, 0.8);
}

input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-cancel-button {
  display: none;
}

button,
input[type=submit],
input[type=button] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background: transparent;
}
button::-webkit-inner-spin-button, button::-webkit-outer-spin-button,
input[type=submit]::-webkit-inner-spin-button,
input[type=submit]::-webkit-outer-spin-button,
input[type=button]::-webkit-inner-spin-button,
input[type=button]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

textarea {
  resize: none;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background: transparent;
}
textarea::-webkit-inner-spin-button, textarea::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select {
  appearance: none;
}

/* scss 애니메이션 @keyframes 모음 */
@keyframes bubbleDown {
  0% {
    right: 90%;
  }
  100% {
    right: 100%;
  }
}
@keyframes phoneDown {
  0% {
    top: 65%;
  }
  100% {
    top: 68%;
  }
}
@keyframes splittingInkFill {
  from {
    opacity: 0.2;
    background-size: 0% 100%;
    background-position: 0 100%;
  }
  to {
    opacity: 1;
    background-size: 100% 100%;
    background-position: 0 0%;
  }
}
/* //scss 애니메이션 @keyframes 모음 */
/* logo */
@font-face {
  font-family: "정부상징_부처명_16040911";
  src: url("/fonts/user/정부상징 부처명_16040911.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
/* main-visual */
@font-face {
  font-family: "MaruBuri";
  src: url("/fonts/user/MaruBuri-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "MaruBuri";
  src: url("/fonts/user/MaruBuri-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "MaruBuri";
  src: url("/fonts/user/MaruBuri-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "MaruBuri";
  src: url("/fonts/user/MaruBuri-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Shilla_Culture";
  src: url("/fonts/user/Shilla_Culture(M).ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Shilla_Culture";
  src: url("/fonts/user/Shilla_Culture(B).ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "솔뫼_김대건";
  src: url("/fonts/user/솔뫼 김대건 Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("/fonts/Pretendard-Regular.woff") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("/fonts/Pretendard-Bold.woff") format("woff2");
  font-weight: 700;
  font-style: normal;
}
/* tag */
html {
  font-family: "Spoqa Han Sans Neo", sans-serif;
  font-size: 10px;
}
html.seal {
  overflow: hidden;
  overscroll-behavior: contain;
}

body {
  font-size: 18px;
  letter-spacing: -0.9px;
  color: #262626;
}
body.seal {
  overflow: hidden;
  overscroll-behavior: contain;
}

input {
  position: relative;
  font-size: 18px;
  letter-spacing: -0.9px;
}
@supports (-webkit-touch-callout: none) {
  input:focus {
    outline: none;
    box-shadow: none;
  }
}
input:-webkit-autofill {
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  box-shadow: 0 0 0px 1000px white inset !important;
}
input[type=date], input[type=time], input.date:not([type=date]), input.time:not([type=time]) {
  position: relative;
  height: 30px;
  border: none;
}
input[type=date]::-webkit-clear-button, input[type=date]::-webkit-inner-spin-button, input[type=time]::-webkit-clear-button, input[type=time]::-webkit-inner-spin-button, input.date:not([type=date])::-webkit-clear-button, input.date:not([type=date])::-webkit-inner-spin-button, input.time:not([type=time])::-webkit-clear-button, input.time:not([type=time])::-webkit-inner-spin-button {
  display: none;
}
input[type=date]::-webkit-calendar-picker-indicator, input[type=time]::-webkit-calendar-picker-indicator, input.date:not([type=date])::-webkit-calendar-picker-indicator, input.time:not([type=time])::-webkit-calendar-picker-indicator {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  color: transparent;
}
input[type=date]:valid::before, input[type=time]:valid::before, input.date:not([type=date]):valid::before, input.time:not([type=time]):valid::before {
  display: none;
}
div:has(> input[type=date])::before,
label:has(> input[type=date])::before,
div:has(> input[type=time])::before,
label:has(> input[type=time])::before {
  content: attr(data-placeholder);
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: "Spoqa Han Sans Neo", sans-serif;
  color: #6B7B8F;
  background-color: #fff;
  box-sizing: border-box;
}

button {
  font-family: "Spoqa Han Sans Neo", sans-serif;
  font-size: 18px;
  letter-spacing: -0.9px;
}

select {
  width: 100%;
  font-family: "Spoqa Han Sans Neo", sans-serif;
  font-size: 18px;
  letter-spacing: -0.9px;
  color: #262626;
}

/* tag */
.layout {
  position: relative;
  width: 100%;
  max-width: 144rem;
  max-width: 1440px;
  margin: 0 auto;
}
@media only screen and (max-width: 1600px) {
  .layout {
    width: 100%;
    max-width: unset;
    padding: 0 4rem;
  }
}
@media only screen and (max-width: 425px) {
  .layout {
    padding: 0 1.5rem;
  }
}
.layout-mobile {
  max-width: 42.5rem;
}
@media only screen and (max-width: 425px) {
  .layout-mobile {
    max-width: unset;
  }
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 16px;
  letter-spacing: -1.6px;
}
.breadcrumb > li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.breadcrumb > li:first-child::before {
  content: unset;
}
.breadcrumb > li::before {
  content: url("/images/user/pages/sub/icon-arrow-breadcrumb-right-black.svg");
  position: absolute;
  right: calc(100% + 10px);
  top: calc(50% - 2px);
  transform: translateY(-50%);
}
.cover-color-brown {
  color: #BA998C !important;
}

/* scss 수정 */
/* //scss 수정 */


/* css 수정 */
/* //css 수정 */