@charset "UTF-8";
@import "../css/normalize.css";
@font-face {
  font-family: "Pretendard";
  src: url("../font/Pretendard-Thin.woff") format("woff");
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../font/Pretendard-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../font/Pretendard-Light.woff") format("woff");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../font/Pretendard-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../font/Pretendard-Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../font/Pretendard-SemiBold.woff") format("woff");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../font/Pretendard-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../font/Pretendard-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../font/Pretendard-Black.woff") format("woff");
  font-weight: 900;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

html,
body {
  font-family: "pretendard", sans-serif !important;
  font-weight: 300;
  background-color: #fff !important;
  color: #222;
}

body {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: initial;
}

body,
input,
button,
select,
textarea {
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "맑은 고딕", Arial, sans-serif;
  color: #222;
}

input,
textarea {
  font-size: 14px;
  resize: none;
  font-weight: 500;
}

input::placeholder,
textarea::placeholder {
  color: #bbb;
  font-size: 14px;
}

select {
  -webkit-appearance: none; /* for chrome */
  -moz-appearance: none; /*for firefox*/
  appearance: none;
  background: url("../icons/common/ic_arrow_drop_down_24px.svg") no-repeat 92% 50%/10px auto;
}

select::-ms-expand {
  display: none; /*for IE10,11*/
}

/* ( 크롬, 사파리, 오페라, 엣지 ) 동작 */
.scroll::-webkit-scrollbar {
  display: none;
}

.scroll {
  -ms-overflow-style: none; /* 인터넷 익스플로러 */
  scrollbar-width: none; /* 파이어폭스 */
}

#wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

input {
  cursor: text;
}

.cursor-p {
  cursor: pointer;
}

.color-blue {
  color: #2D8EFF;
}

.color-red {
  color: #ff5560;
}

.color-grey {
  color: #a1adc9;
}

.color-green {
  color: #008941;
}

.bg-blk {
  background: #222 !important;
}

.f-w-500 {
  font-weight: 500;
}

.f-w-600 {
  font-weight: 600;
}

.f-w-700 {
  font-weight: 700;
}

.f-w-800 {
  font-weight: 800;
}

.f-s-12 {
  font-size: 12px;
}

.f-s-14 {
  font-size: 14px;
}

.f-s-20 {
  font-size: 20px;
}

.w-100 {
  width: 100%;
}

.m-b-10 {
  margin-bottom: 1rem;
}

.m-b-20 {
  margin-bottom: 2rem;
}

.m-b-30 {
  margin-bottom: 3rem;
}

.m-b-40 {
  margin-bottom: 4rem;
}

.m-b-80 {
  margin-bottom: 8rem;
}

.m-l-auto {
  margin-left: auto;
}

.m-l-10 {
  margin-left: 1rem;
}

.m-l-20 {
  margin-left: 2rem;
}

.m-r-auto {
  margin-right: auto;
}

.m-r-20 {
  margin-right: 2rem;
}

.p-t-40 {
  padding-top: 4rem;
}

.p-l-10 {
  padding-left: 1rem;
}

.p-l-20 {
  padding-left: 2rem;
}

.p-l-100 {
  padding-left: 10rem;
}

.p-r-20 {
  padding-right: 2rem;
}

.text-a-center {
  text-align: center !important;
}

.text-a-left {
  text-align: left !important;
}

.text-a-right {
  text-align: right !important;
}

.b-r-30-btn {
  border-radius: 30px;
  padding: 1rem 2rem;
}

.b-r-20-btn {
  border-radius: 20px;
  padding: 1rem 2rem;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0px;
}

h1 {
  font-size: 6.2rem;
}

h2 {
  font-size: 3.2rem;
}

h3 {
  font-size: 2rem;
}

h5 {
  font-size: 1.8rem;
}

h6 {
  font-size: 1.6rem;
  font-weight: 400;
}

.card-style {
  background: #F8F8F8;
  border-radius: 3rem;
  padding: 3rem;
}

.row-layout {
  display: flex;
  align-items: center;
  gap: 1rem;
}

/*
** label
*/
.block-label {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
  display: block;
}

/*
** input
*/
.com-input {
  padding: 10px 20px;
  width: 100%;
  color: #202020;
  font-family: inherit;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #B2B8CC;
  box-sizing: border-box;
}

.com-input::placeholder {
  color: #B2B8CC;
}

/* input size */
.com-input.lg {
  height: 56px;
}

.com-input.md {
  height: 48px;
}

.com-input.sm {
  height: 40px;
  font-size: 14px;
}

/* input disabled */
.com-input:disabled,
.comSelect:disabled {
  background-color: #F4F6F8;
}

.com-input:disabled::placeholder {
  color: #202020;
}

/* search */
.com-input.search {
  padding: 10px 40px 10px 20px;
}

.com-input.date {
  padding: 10px 40px 10px 20px;
  background: #fff url(../icons/common/icon_calender.png) right 10px center no-repeat;
}

/*
** textarea
*/
.com-textarea {
  padding: 10px 20px;
  width: 100%;
  height: 100%;
  min-height: 135px;
  color: #202020;
  font-family: inherit;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #B2B8CC;
  resize: none;
}

.com-textarea::placeholder {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}

/*
** select
*/
.com-select {
  display: flex;
  align-items: center;
  padding: 10px 30px 10px 20px;
  width: 100%;
  color: #202020;
  font-family: inherit;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #B2B8CC;
  background: #fff url(../icons/common/icon_select_down.png) right 10px center no-repeat;
}

/* select size */
.com-select.lg {
  height: 56px;
}

.com-select.md {
  height: 48px;
}

.com-select.sm {
  height: 48px;
  font-size: 14px;
}

/*
** button
*/
.com-button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  border: 0;
}

.com-btn-icon {
  content: "";
  display: inline-block;
}

/*
** checkbox
*/
.com-checkbox {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}

.com-checkbox input[type=checkbox] + label {
  display: flex;
  align-items: center;
  color: #707070;
  font-size: 14px;
  cursor: pointer;
}

.com-checkbox input[type=checkbox] + label::before {
  content: "";
  margin-right: 9px;
  width: 22px;
  height: 22px;
  background: url("../icons/common/ic_check_box_off.png") center no-repeat;
  background-size: contain;
}

.com-checkbox input[type=checkbox]:checked + label::before {
  content: "";
  background: url("../icons/common/ic_check_box_on.png") center no-repeat;
  background-size: contain;
}

.com-checkbox input[type=checkbox] {
  display: none;
}

/*
** radio
*/
.com-radiobox {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.com-radiobox input[type=radio] + label {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 10px;
  color: #666;
  font-size: 14px;
  cursor: pointer;
}

.com-radiobox input[type=radio] + label::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  background: url("../icons/common/ic_check_box_off.png") center no-repeat;
  background-size: contain;
}

.com-radiobox input[type=radio]:checked + label::before {
  content: "";
  background: url("../icons/common/ic_check_box_on.png") center no-repeat;
  background-size: contain;
}

.com-radiobox input[type=radio] {
  display: none;
}

/*
** file
*/
.com-fileUpload {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.com-fileUpload > label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  cursor: pointer;
}

.com-fileUpload .upload {
  width: calc(100% - 115px);
}

.com-fileUpload input[type=file] {
  display: none;
}

/* check radio form */
.checkLabel {
  display: flex;
  align-items: center;
  gap: 0 30px;
}

/* radio */
.checkLabel.radio .com-radiobox {
  width: auto;
}

.checkLabel.radio .com-radiobox input[type=radio] + label {
  color: #383838;
  font-size: 16px;
}

/* radio + check */
.checkLabel.radioCheck .com-radiobox {
  width: auto;
}

.checkLabel.radioCheck .com-radiobox input[type=radio] + label {
  color: #383838;
  font-size: 16px;
}

.checkLabel.radioCheck .com-radiobox input[type=radio] + label::before {
  content: "";
  width: 22px;
  height: 22px;
  background: url("../icons/common/ic_check_box_off.png") center no-repeat;
  background-size: contain;
}

.checkLabel.radioCheck .com-radiobox input[type=radio]:checked + label::before {
  content: "";
  background: url("../icons/common/ic_check_box_on.png") center no-repeat;
  background-size: contain;
}

/* checkbox */
.checkLabel.check .comCheckbox input[type=checkbox] + label {
  color: #383838;
  font-size: 16px;
}

.with-icon, .with-icon {
  padding: 0.8rem;
  font-weight: 500;
}
.with-icon.before:before, .with-icon.before:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.with-icon.after:after, .with-icon.after:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
}

nav.list-pagination {
  margin: 1rem 0;
}
nav.list-pagination ul.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
nav.list-pagination ul.pagination li {
  float: none;
  margin: 0;
  font-size: 1.6rem;
}
nav.list-pagination ul.pagination li a {
  font-weight: 400;
  color: #777;
  transition: none;
}
nav.list-pagination ul.pagination li a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}
nav.list-pagination ul.pagination li.active span {
  color: #222;
  font-weight: 700;
  background-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.round-title {
  border-radius: 3rem;
  color: #fff;
  background: #2D8EFF;
  padding: 1.5rem 2rem;
  margin-bottom: 1.2rem;
  display: inline-block;
  font-weight: 600;
}

.file-upload-wrap img {
  width: 4.8rem;
  height: 4.8rem;
  margin-bottom: 1.2rem;
}
.file-upload-wrap h3 {
  font-weight: 500;
  margin-bottom: 0.8rem;
}
.file-upload-wrap article {
  margin-bottom: 2.5rem;
}
.file-upload-wrap .drop-area {
  position: relative;
  width: 100%;
  height: 11rem;
  border-radius: 10px;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.file-upload-wrap .drop-area input.drop-area-input {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  z-index: 1;
}
.file-upload-wrap .drop-area .drop-text-bg {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #F8F8F8;
}
.file-upload-wrap .drop-area .drop-text-bg article {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #a1adc9;
  font-size: 1.2rem;
}
.file-upload-wrap .drop-area .drop-text-bg article.on {
  display: none;
}
.file-upload-wrap .drop-area .drop-text-bg article:before {
  content: "";
  background: url("./../icons/common/cloud_upload.png") no-repeat;
  width: 3.2rem;
  height: 2.2rem;
  display: block;
  margin: 0 auto 0.5rem;
}
.file-upload-wrap .drop-area .drop-text-bg span#fileName {
  width: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 12px;
  line-height: 1.6rem;
}
.file-upload-wrap .drop-area .drop-text-bg span#fileName.on {
  display: block;
}
.file-upload-wrap .drop-area .drop-text-bg span#fileName:before {
  content: "";
}
.file-upload-wrap .btn-area {
  display: flex;
  justify-content: end;
  position: absolute;
  bottom: 1.6rem;
  right: 1.6rem;
}
.file-upload-wrap .btn-area label {
  background: #2D8EFF;
  cursor: pointer;
  color: #fff;
  font-weight: 600;
  padding: 1rem 1.5rem;
  font-size: 12px;
}

.round-btn {
  padding: 2rem 18rem;
  background: #2D8EFF;
  border-radius: 2.6rem;
  color: #fff;
  font-weight: 600;
}

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