@charset "utf-8";


/* ===================================================================
 *  01. reset
 *  normalize.css v5.0.0 | MIT License |
 *  github.com/necolas/normalize.css
 * ------------------------------------------------------------------- */



html,body
{
	background-color: #fff;

  font-family:"Pretendard", Arial, "sans-serif", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	min-height: 100vh;
	margin: 0;
  font-size: clamp(12px,2.5vw,16px);
	-moz-osx-font-smoothing: grayscale;
	-ms-text-size-adjust: 100%;
	padding: 0;
	position: relative;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	width: 100%;
  line-height: 1.375rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  font-weight: 300;
  scroll-behavior: smooth;
}
@media screen and (max-width:912px){

html,body
{
  font-weight: normal;

}
}

/* 기본 폰트 크기 설정 */
body {
  font-size: 16px; /* 기본 폰트 크기 */
}

/* 반응형 디자인을 위한 미디어 쿼리 */
@media (max-width: 820px) {
  /* 모바일 화면에서 폰트 크기 조절 */
  body {
      font-size: 14px; /* 모바일 화면에서 작은 폰트 크기 */
  }
}
@media (max-width: 360px) {
  /* 모바일 화면에서 폰트 크기 조절 */
  body {
      font-size: 13px; /* 모바일 화면에서 작은 폰트 크기 */
  }
}


a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,i,iframe,img,input,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;vertical-align:baseline;color:var( --color-main);position:relative}
.en,
:lang(en),
.en * {
  font-family: 'Poppins', sans-serif !important;
}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;position:relative}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-size: 1em
}

:focus,
img:focus {
  outline: 0
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}

strong {
  font-weight: 700
}

code,
kbd,
samp {
  font-size: 1em
}

dfn {
  font-style: italic
}

mark {
  background-color: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

audio,
video {
  display: inline-block
}

audio:not([controls]) {
  display: none;
  height: 0
}

svg:not(:root) {
  overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button {
  background-color: #fff;
  border: 0;
  color: var( --color-main);
  cursor: pointer;
}

button,
select {
  text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details,
menu {
  display: block
}

summary {
  display: list-item
}

canvas {
  display: inline-block
}

template {
  display: none
}

[hidden] {
  display: none!important
}

/*장애인을 위한 접근성 css -longdesc,복잡한 이미지 설명 숨김*/
.hidden {
  display: block;
  height: 0;
  width: 0;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

img
{
  max-width: 100%;
}

::-webkit-input-placeholder {
  color: #a9a9a9;
  font-style: italic
}

::-moz-input-placeholder {
  color: #a9a9a9;
  font-style: italic
}

:-ms-input-placeholder {
  color: #a9a9a9;
  font-style: italic
}

::placeholder {
  color: #a9a9a9;
  font-style: italic;
  font-size: 0.86rem;
}

::-moz-selection {
  background: red;
  color: #fff
}

::selection {
  background: red;
  color: #fff
}

body,
button,
input {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased
}

h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-variant-ligatures: common-ligatures;
  -moz-font-variant-ligatures: common-ligatures;
  font-variant-ligatures: common-ligatures;
  text-rendering: optimizeLegibility;
  font-weight: 700;
  position: relative
}

fieldset {
  margin: 0;
  padding: 0
}

input[type=button] textarea,
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  width: auto;
  padding: 0.3rem;
  -moz-padding-start: calc(.75rem - 3px);
  font-size: inherit;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  border: 1px solid #ced4da;
  border-radius: .375rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  outline-color: rgb(84 105 212 / .5);
  background-color: #fff
}

textarea {
  resize: none !important;
  background-color: ivory;
  padding: .62rem;
  border: 1px solid #ced4da;
  border-radius: .375rem
}

input[type=email]:hover,
input[type=tel]:hover,
input[type=text]:hover,
input[type=url]:hover,
textarea:hover {
  -webkit-transition: border-color .3s ease-in-out;
  -moz-transition: border-color .3s ease-in-out;
  transition: border-color .3s ease-in-out;
  background-color: #c9f7f1
}

button,
select {
  text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  display: inline-block;
  vertical-align: baseline
}

textarea {
  overflow: auto;
  resize: none
}

textarea:focus {
  background-color: ivory
}

/*form*/


select {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0iIzU4NjA2OSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNC40MjcgOS40MjdsMy4zOTYgMy4zOTZhLjI1MS4yNTEgMCAwMC4zNTQgMGwzLjM5Ni0zLjM5NkEuMjUuMjUgMCAwMDExLjM5NiA5SDQuNjA0YS4yNS4yNSAwIDAwLS4xNzcuNDI3ek00LjQyMyA2LjQ3TDcuODIgMy4wNzJhLjI1LjI1IDAgMDEuMzU0IDBMMTEuNTcgNi40N2EuMjUuMjUgMCAwMS0uMTc3LjQyN0g0LjZhLjI1LjI1IDAgMDEtLjE3Ny0uNDI3eiIgLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: right .75rem center
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

:is(input, textarea, select):where(:active:not(:disabled), :focus) {
  border-color: #696;
  outline: 0
}

:is(input, textarea, select):disabled {
  background: #eee;
  color: #000
}

input:where([type=checkbox], [type=radio]) {
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  margin: calc(.75em - 11px) .25rem 0 0;
  vertical-align: top;
  border: 2px solid #666;
  border-radius: 4px;
  background: #fff no-repeat center center
}

input[type=radio] {
  border-radius: 50%
}

input:where([type=checkbox], [type=radio]):where(:active:not(:disabled), :focus) {
  border-color: #696;
  outline: 0
}

input:where([type=checkbox], [type=radio]):disabled {
  background: #eee
}

input[type=checkbox]:checked {
  background-image: url(../images/checkbox.svg)
}

input[type=radio]:checked {
  background-image: url(../images/radio.svg)
}


@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
