@charset "utf-8";

i[class*='ri-'] {
  font-weight: 400 !important;
  line-height: 1 !important;
}

svg text {
  font-family: 'Pretendard';
}

/* 아이콘 기본 스타일 */
.ico {
  position: relative;
  background: no-repeat 50% 50% / contain;
}
.ico:before,
.ico:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat 50% 50% / contain;
}
a .ico:before,
button .ico:before,
a .ico:after,
button .ico:after {
  transition: 0.25s opacity;
}
a .ico:before,
button .ico:before {
  opacity: 1;
}
a .ico:after,
button .ico:after {
  opacity: 0;
}
@media (min-width: 1023px) {
  a:hover .ico:before,
  a:focus .ico:before,
  button:hover .ico:before,
  button:focus .ico:before {
    opacity: 0;
  }
  a:hover .ico:after,
  a:focus .ico:after,
  button:hover .ico:after,
  button:focus .ico:after {
    opacity: 1;
  }
}

/* 디스플레이 */
.d-block {
  display: block !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}

/* position */
.p-static {
  position: static;
}
.p-relative {
  position: relative;
}
.p-absolute {
  position: absolute;
}

/* 반응형 뷰 */
@media (min-width: 767px) {
  .moview {
    display: none !important;
  }
}
@media (min-width: 639px) {
  .moview2 {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pcview {
    display: none !important;
  }
}
@media (max-width: 639px) {
  .pcview2 {
    display: none !important;
  }
}

/* 제목 스타일 */
[class*='content-title-'] {
  font-weight: 700;
}
.content-title-1 {
  color: #003c87;
  font-size: 2.4rem;
  line-height: 3.4rem;
}
.content-title-2 {
  color: #222;
  font-size: 2rem;
  line-height: 3rem;
}
.content-title-3 {
  color: #43ab49;
  font-size: 2rem;
  line-height: 2.4rem;
}
.content-title-4 {
}
.content-title-5 {
}

/* 부제 스타일 */
.content-title-1 > span {
  color: #676767;
  font-size: 2rem;
  line-height: 2.2rem;
  vertical-align: 0.3rem;
}

/* 제목 박스 스타일 */
.content-title-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  font-weight: 500;
}
.content-title-box > [class*='content-title-'] + * {
  margin: 0;
}
.content-title-box .caption-txt {
  color: #373737;
  font-weight: 500;
  line-height: 2.8rem;
}
@media (max-width: 767px) {
  .content-title-box {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* 제목 스타일 간격 */
.content-title-1 + * {
  margin-top: 1.5rem;
}
.content-title-2 + * {
  margin-top: 1rem;
}
[class*='content-title-'] + [class*='content-title-'] {
  margin-top: 2rem;
}
*:not([class*='content-title-']) + .content-title-1,
*:not([class*='content-title-']) + .content-title-box.tit-1,
*:not([class*='content-title-']) + .respond-x-scr > .content-title-box.tit-1 {
  margin-top: 10rem;
}
*:not([class*='content-title-']) + .content-title-2,
*:not([class*='content-title-']) + .content-title-box.tit-2,
*:not([class*='content-title-']) + .respond-x-scr > .content-title-box.tit-2 {
  margin-top: 4rem;
}
*:not([class*='content-title-']) + .content-title-3,
*:not([class*='content-title-']) + .content-title-box.tit-3,
*:not([class*='content-title-']) + .respond-x-scr > .content-title-box.tit-3 {
  margin-top: 2.5rem;
}

/* 기본 텍스트 */
.c-txt {
  color: #444;
  font-size: 1.8rem;
  line-height: 3rem;
}
.c-txt-small {
  font-size: 1.7rem;
  line-height: 2.4rem;
}
.txt-break {
  word-break: break-all;
}

/* 준비중 페이지 */
.wating-box {
  padding: 8.5rem 2.5rem;
}
.wating-box > .ta-center {
  margin-bottom: 2rem;
}
.wating-box > .ta-center .xi-spin {
  animation-duration: 5s;
}
.wating-box > .ta-center .xi-spinner-5 {
  font-size: 6.4rem;
  line-height: 1;
}
.wating-box > strong {
  display: block;
  position: relative;
  color: #333;
  font-size: 3.2rem;
  line-height: 4rem;
}
.wating-box > strong:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 1.7rem);
  width: 3.4rem;
  height: 2px;
  background-color: #42aa48;
}
.wating-box > img {
  width: 21rem;
}

/* 리스트 스타일, 텍스트 불릿-ul */
.txt-list {
}
.txt-list li,
.txt-bul li {
  position: relative;
}

.txt-list > li,
.txt-bul > li {
  color: #232323;
  font-size: 1.8rem;
  padding-left: 1.4rem;
}
.txt-list > li:before {
  content: '';
  display: block;
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  top: 1rem;
  left: 0;
  background: #ababab;
}
.txt-bul > li:before {
  content: '';
  display: block;
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  top: 1rem;
  left: 0;
  background: #cccccc;
}
.txt-list > li + li,
.txt-bul > li + li {
  margin-top: 1rem;
}
.txt-list > li strong {
  font-weight: 700;
}
.txt-list > li > ul > li {
  position: relative;
}
.txt-list > li > ul > li:before {
  content: '※ ';
  top: 1rem;
  left: 0;
  color: #232323;
  font-weight: 700;
}
.txt-list > li > ul.type02 > li:before {
  content: '- ';
  top: 1rem;
  left: 0;
  color: #232323;
  font-weight: 700;
}
.txt-list > li > ul.bul-sm {
  margin-top: 1rem;
}
.txt-list > li > ul.bul-sm > li:before {
  content: '· ';
}
.bul-sm > li + li {
  margin-top: 0.8rem;
}

/* 특수문자 패딩 예외처리 */
.txt-list li.entity-txt {
  padding-left: 0.9rem;
}

/* 플렉스 스타일 필요 시 */
.txt-list li.flex-list {
  display: flex;
}
.txt-list li.flex-list > strong {
  flex-shrink: 0;
  padding-right: 0.75rem;
}

/* type02 */
.txt-list.type02 > li,
.txt-bul.type02 {
  padding-left: 1.4rem;
}
.txt-list.type02 > li:before,
.txt-bul.type02:before {
  content: '-';
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  background: none;
}

/* type03 */
.txt-list.type03 > li:before,
.txt-bul.type03:before {
  content: '*';
  top: 3px;
  left: 0;
  width: auto;
  height: auto;
  background: none;
}

/* 리스트 스타일-ol */
.num-list {
  counter-reset: num-01;
}
.num-list li,
.txt-num {
  position: relative;
  margin-top: 0.8rem;
  padding: 0 0 0 3.7rem;
  color: #444;
  line-height: 2.8rem;
}
.num-list > li:before {
  counter-increment: num-01;
  content: '' counter(num-01) '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2.8rem;
  height: 2.8rem;
  background-color: #222;
  color: #fff;
  font-size: 1.5rem;
  line-height: 2.8rem;
  text-align: center;
}
.txt-num > i {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2.8rem;
  height: 2.8rem;
  background-color: #222;
  color: #fff;
  font-size: 1.5rem;
  line-height: 2.8rem;
  text-align: center;
}
.num-list > li:first-child,
.txt-num {
  margin-top: 0;
}

.num-list > li > p,
.num-list > li > ul,
.num-list > li > ol {
  margin-left: -3.7rem;
}

/* li 안에 .num으로 들어가는 리스트 스타일 */
.num-list-txt {
}
.num-list-txt > li {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-top: 0.25rem;
  color: #555; /*font-size:1.8rem;*/
  line-height: 3rem;
}
.num-list-txt > li:first-child {
  margin-top: 0;
}
.num-list-txt > li > .num {
  margin-right: 0.5rem;
}
.num-list-txt > li > .txt {
  flex: 1;
}
.num-list-txt > li > .txt + * {
  width: 100%;
}

/* 테이블 스타일 */
.tbl {
  position: relative;
  width: 100%;
  border-top: 2px solid #333333;
  border-bottom: 1px solid #333333;
  border-collapse: collapse;
  table-layout: fixed;
}
.tbl th,
.tbl td {
  padding: 1.9rem 1.7rem;
  border: 1px solid #dedede;
  border-bottom: 0;
  font-size: 1.8rem;
  line-height: 2.4rem;
  letter-spacing: -0.025em;
  word-break: keep-all;
  word-wrap: break-word;
}
.tbl.tbl-small th,
.tbl.tbl-small td {
  padding: 1.2rem 3rem;
}
.tbl th {
  color: #3b3b3b;
  background-color: #f6f6f6;
  font-weight: 700;
  text-align: center;
}
.tbl td {
  background: #fff;
  font-size: 1.8rem;
  color: #232323;
}
.tbl td span {
  color: #757575;
  font-size: 1.6rem;
}
.tbl.tbl-inherit td * {
  font-size: inherit;
  line-height: inherit;
}
.tbl th:first-child,
.tbl td:first-child {
  border-left: 0;
}
.tbl th:last-child,
.tbl td:last-child {
  border-right: 0;
}
.tbl thead tr:first-child th {
  border-top: 0;
}
.tbl thead tr:last-child th {
  border-bottom: 0;
}
.tbl tbody th {
  border-right: 0;
}
.tbl tbody th:first-child[rowspan] {
  border-right: 1px solid #e1e3e6;
}
.tbl thead + tbody th {
  background-color: #fff;
  color: #232323;
  font-weight: 500;
}
.tbl thead + tbody th + td {
  border-left: 1px solid #e1e3e6;
}
.tbl.small-tbl th,
.tbl.small-tbl td {
  padding: 1.55rem 1.25rem 1.65rem;
}

@media (max-width: 1279px) {
  .tbl th,
  .tbh td {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1023px) {
  .tbl th,
  .tbh td {
    font-size: 15px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .tbl th,
  .tbl td {
    font-size: 14px;
    line-height: 24px;
  }
  .tbl-scroll {
    overflow-x: auto;
  }
  .tbl-scroll table {
    min-width: 768px;
  }
}

/* flex tbl */
.tbl.tbl-flex > tbody {
  display: flex;
}
.tbl.tbl-flex > tbody tr {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #e1e3e6;
}
.tbl.tbl-flex > tbody tr:not(:first-child) {
  border-left: 1px solid #e1e3e6;
}
.tbl.tbl-flex > tbody tr th,
.tbl.tbl-flex > tbody tr td {
  border: 0;
}
.tbl.tbl-flex > tbody tr td:not(:last-child) {
  border-bottom: 1px solid #e1e3e6;
}

@media (max-width: 767px) {
  .tbl.tbl-flex > tbody {
    flex-direction: column;
  }
  .tbl.tbl-flex > tbody tr:not(:first-child) {
    border-left: 0;
  }
  .tbl.tbl-flex > tbody tr th,
  .tbl.tbl-flex > tbody tr td {
    padding: 1.55rem 1.5rem 1.65rem;
  }

  .tbl.tbl-fixed > thead tr > th:first-child,
  .tbl.tbl-fixed > tbody tr > *:first-child {
    position: sticky;
    left: 0;
    border-right: 0;
  }
  .tbl.tbl-fixed > thead tr > th:first-child:before,
  .tbl.tbl-fixed > tbody tr > *:first-child:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #e1e3e6;
  }
  .tbl.tbl-fixed > thead tr > th:first-child + *,
  .tbl.tbl-fixed > tbody tr > *:first-child + * {
    border-left: 0;
  }
}

/* thead+tbody th bg 들어가는 경우 */
.tbl.tb-bg thead + tbody th {
  background-color: #f4f6f4;
  border-right: 1px solid #e1e3e6;
}
.tbl.tb-bg thead + tbody tr:first-child > * {
  border-top: 1px solid #e1e3e6;
}

.comment-txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
} /* <ul class="comment-txt"> 또는 <div class="comment-txt"> / 간격은 mt / mb 클래스 활용*/
.comment-txt > * {
  position: relative;
  color: #555; /*font-size:1.6rem;*/
  line-height: 2.4rem;
} /* li 또는 p 사용 */
.comment-txt > .c-txt {
  /*font-size:1.8rem;*/
  line-height: 2.6rem;
}
.comment-txt.type01 > * {
  padding-left: 2rem;
}
.comment-txt.type02 > * {
  padding-left: 1.5rem;
}
.comment-txt.type03 > * {
  padding-left: 2.5rem;
}
.comment-txt > *:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.comment-txt.type01 > *:before {
  content: '※';
}
.comment-txt.type02 > *:before {
  content: '*';
  top: 0.35rem;
}
.comment-txt.type03 > *:before {
  content: '';
  font-family: 'remixicon';
  color: #e60019;
}

.comment-txt.right {
  align-items: flex-end;
}
/* 반응형 가로스크롤 스타일 */
@media (max-width: 767px) {
  /* 공통 스타일 */
  .respond-x-scr {
    position: relative;
  }
  .respond-x-scr > .content-title-box {
    padding-right: 80px;
  }
  .respond-x-scr > [class*='-wrap'] {
    position: relative;
  }
  .respond-x-scr > [class*='-wrap']:before,
  .respond-x-scr > [class*='-wrap']:after {
    content: '';
    display: block;
    position: absolute;
    bottom: calc(100% + 1.5rem);
  }
  .respond-x-scr > [class*='-wrap']:before {
    right: 0;
    width: 68px;
    height: 40px;
    background: url('/_html/images/common/mCont_scroll_ico_arr.png') no-repeat 50% 50% / contain;
  }
  .respond-x-scr > [class*='-wrap']:after {
    right: 24px;
    width: 21px;
    height: 32px;
    position: absolute;
    animation: mov-scr 0.7s linear 1s infinite alternate;
    background: url('/_html/images/common/mCont_scroll_ico.png') no-repeat 50% 50% / contain;
  }
  .respond-x-scr > [class*='-wrap'] > .inner {
    overflow-x: auto;
    padding-bottom: 1.5rem;
  }
  .respond-x-scr > [class*='-wrap'] > .inner > * {
    min-width: 767px;
  }

  .respond-x-scr.none-title {
    margin-top: calc(45px + 1.5rem) !important;
  }

  /* 이미지 박스 */
  .respond-x-scr > .img-wrap[class*='-box']:before {
    bottom: auto;
    top: 1rem;
    right: 1.5rem;
  }
  .respond-x-scr > .img-wrap[class*='-box']:after {
    bottom: auto;
    top: 1.5rem;
    right: calc(1.5rem + 24px);
  }
}

@keyframes mov-scr {
  0% {
    transform: translateX(-3px);
  }
  100% {
    transform: translateX(3px);
  }
}

/* 탭버튼-공통 */
.tab-wrap {
}
.tab-wrap > .inner {
}
.tab-wrap > .inner > .tab-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.tab-wrap > .inner > .tab-list > .item > a[target='-blank'] > i {
  position: relative;
  top: 0.1rem;
  padding-left: 0.5rem;
}

/* type01 */
.tab-wrap > .type01 > .tab-list {
  margin: 1px 0 0 1px;
  width: 100%;
}
.tab-wrap > .type01 > .tab-list > .item {
  display: table;
  flex: 1 1 calc(100% / 5);
  margin: -1px 0 0 -1px;
  min-height: 6.2rem;
  text-align: center;
  vertical-align: middle;
}
.tab-wrap > .type01 > .tab-list > .item > a {
  display: table-cell;
  position: relative;
  padding: 0.85rem 1.5rem 0.95rem;
  height: 100%;
  background-color: #f4f6f4;
  color: #676767;
  border: 1px solid #e2e4e2;
  font-size: 1.6rem;
  line-height: 2.2rem;
  vertical-align: middle;
}
.tab-wrap > .type01 > .tab-list > .item > a > sub {
  font-size: 1.3rem;
  line-height: 1;
  vertical-align: -0.1rem;
}
.tab-wrap > .type01 > .tab-list > .item.on > a {
  background-color: #42aa48;
  border-color: #42aa48;
  color: #fff;
  z-index: 1;
}
@media (min-width: 1024px) {
  .tab-wrap > .type01 > .tab-list > .item > a:hover {
    border-color: #42aa48;
    color: #42aa48;
    z-index: 1;
  }
  .tab-wrap > .type01 > .tab-list > .item.on > a:hover {
    color: #fff;
  }
}
@media (max-width: 1023px) {
  .tab-wrap > .type01 > .tab-list > .item {
    flex: 1 1 calc(100% / 4);
  }
}
@media (max-width: 767px) {
  .tab-wrap > .type01 > .tab-list > .item {
    flex: 1 1 calc(100% / 3);
  }
}
@media (max-width: 479px) {
  .tab-wrap > .type01 > .tab-list > .item {
    flex: unset;
    width: calc(100% / 2 + 1px);
  }
}

/* type02 */
.tab-wrap > .type02 > .tab-list {
  overflow: hidden;
  margin: -2rem -2rem 0;
}
.tab-wrap > .type02 > .tab-list:before,
.tab-wrap > .type02 > .tab-list:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 2rem;
  height: 100%;
  background-color: #fff;
  z-index: 1;
}
.tab-wrap > .type02 > .tab-list:before {
  right: calc(100% - 2rem);
}
.tab-wrap > .type02 > .tab-list:after {
  left: calc(100% - 2rem);
}
.tab-wrap > .type02 > .tab-list > .item {
  position: relative;
  padding: 2rem 2rem 1.4rem;
}
.tab-wrap > .type02 > .tab-list > .item:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(100% - 5000px);
  width: 10000px;
  height: 1px;
  background-color: #eee;
}
.tab-wrap > .type02 > .tab-list > .item > a {
  color: #333;
  font-size: 1.7rem;
  line-height: 2rem;
}
.tab-wrap > .type02 > .tab-list > .item > a:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  background-color: #43ab49;
  transition: 0.25s;
  z-index: 1;
}
.tab-wrap > .type02 > .tab-list > .item.on > a:before {
  left: 2rem;
  width: calc(100% - 4rem);
}
@media (min-width: 1024px) {
  .tab-wrap > .type02 > .tab-list > .item > a:hover {
    color: #42aa48;
    font-weight: 600;
  }
  .tab-wrap > .type02 > .tab-list > .item > a:hover:before {
    left: 2rem;
    width: calc(100% - 4rem);
  }
}

/* 컨텐츠 탭 */
.content-tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.content-tab > * {
}

.content-tab-menu {
  margin: 1px 0 0 1px;
}
.content-tab-menu > [class*='tab-btn'] {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  margin: -1px 0 0 -1px;
  padding: 1.5rem 1rem;
  background-color: #fff;
  border: 1px solid #ddd;
  color: #999;
  text-align: center;
}
.content-tab-menu > [class*='tab-btn']:hover {
  border-color: #0060bb;
  color: #0060bb;
  z-index: 1;
}
.content-tab-menu > [class*='tab-btn'].active,
.content-tab-menu > [class*='tab-btn'].on {
  background-color: #0060bb;
  border-color: #0060bb;
  color: #fff;
  font-weight: 500;
}
.content-tab-menu.length1 > [class*='tab-btn'] {
  width: calc(100% + 1px);
}
.content-tab-menu.length2 > [class*='tab-btn'] {
  width: calc(100% / 2 + 0.8px);
}
.content-tab-menu.length3 > [class*='tab-btn'] {
  width: calc(100% / 3 + 1px);
}
.content-tab-menu.length4 > [class*='tab-btn'] {
  width: calc(100% / 4 + 1px);
}

.content-tab-desc {
  column-gap: 2rem;
}
.content-tab-desc > [class*='tab-btn'] {
  position: relative;
  padding-bottom: calc(0.6rem + 2px);
  color: #999;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
}
.content-tab-desc > [class*='tab-btn']:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #003c87;
  transition: 0.5s;
}
.content-tab-desc > [class*='tab-btn'].on,
.content-tab-desc > [class*='tab-btn'].active {
  color: #003c87;
}
.content-tab-desc > [class*='tab-btn'].on:before,
.content-tab-desc > [class*='tab-btn'].active:before {
  left: 0;
  width: 100%;
}
.content-tab-desc:not(.interction-tab) + * {
  margin-top: 4rem;
}

.interaction-tab > [class*='tab-cont'],
.content-tab-data > [class*='tab-cont'] {
  display: none;
  margin-top: 4rem;
  width: 100%;
}
.interaction-tab > [class*='tab-btn'].on + [class*='tab-cont'] {
  display: block;
}

@media (max-width: 767px) {
}

/* 버튼 스타일 */
[class*='btn-area'] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
}
.btn-area-left {
  justify-content: flex-start;
}
.btn-area-center {
  justify-content: center;
}
.btn-area-right {
  justify-content: flex-end;
}

[class*='btn-basic'] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 3.2rem;
  height: 4.5rem;
  border: 1px solid transparent;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.btn-basic-small {
  padding: 0 2rem;
  height: 3.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
}
.btn-basic-large {
  padding: 0 6rem;
  height: 6.2rem;
  font-size: 1.8rem;
  line-height: 2.4rem;
}
.btn-basic-board {
  padding: 0 1rem;
  gap: 0.5rem;
  height: 3.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
}
.btn-basic[class*='font-e'] {
  padding-bottom: 0;
}
.btn-basic[class*='font-k'] {
}

/* 버튼 배경색 */
[class*='btn-basic-fill'],
[class*='btn-basic-fill']:link {
  color: #fff !important;
}
.btn-basic-fill-pink {
  background-color: #c72d61;
  border-color: #c72d61;
}
.btn-basic-fill-blue {
  background-color: #003c87;
  border-color: #003c87;
}
.btn-basic-fill-black {
  background-color: #333;
  border-color: #333;
}
.btn-basic-fill-brown {
  background-color: #757575;
  border-color: #757575;
}
.btn-basic-fill-gray {
  background-color: #595959;
  border-color: #595959;
}
.btn-basic-fill-red {
  background-color: #c91313;
  border-color: #c91313;
}
.btn-basic-fill-magenta {
  background-color: #941f94;
  border-color: #941f94;
}

/* 버튼 보더 */
[class*='.btn-basic-line'] {
  background-color: #fff !important;
}
.btn-basic-line-black {
  color: #444;
  border-color: #444;
}
.btn-basic-line-blue {
  color: #003c87;
  border-color: #003c87;
}
.btn-basic-line-lightblue {
  color: #00a0e9;
  border-color: #00a0e9;
}

/* 아이콘 */
[class*='btn-basic-ico'] i {
  position: relative;
  top: 0.15rem;
  color: inherit;
  font-size: 1.8rem;
  line-height: 1;
}
.btn-basic-ico-left {
  padding-left: 1.5rem;
}
.btn-basic-ico-right {
  padding-left: 1.5rem;
}
.btn-basic-small.btn-basic-ico-left {
  padding-left: 1.3rem;
}
.btn-basic-small.btn-basic-ico-right {
  padding-left: 1.3rem;
}
.btn-basic-ico-left i {
  margin-right: 12px;
}
.btn-basic-ico-right i {
  margin-left: 12px;
}

@-moz-document url-prefix() {
  .btn-basic[class*='btn-ico'] > i {
    top: 0.2rem;
  }
  .btn-basic[class*='font-e'] > i {
    top: 0.1rem;
  }
}

/* 체크박스, 라디오 스타일, 세트로 묶어서 사용 */
/* ex)
<p class="input-sel-txt">
	<input type="checkbox" class="input-sel-chk" id="id"><label for="id">라벨 텍스트</label>
</p> */
.input-sel-txt {
  position: relative;
  font-size: 1.6rem;
}
.input-sel-txt label {
  color: #444;
  font-size: inherit;
  line-height: inherit;
}
.input-sel-txt input {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -9999;
}

/* 체크박스 스타일 */
.input-sel-chk {
  padding-left: 2.5rem;
  line-height: 1.8rem;
}
.input-sel-chk input + label:before,
.input-sel-chk input + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.8rem;
  height: 1.8rem;
  transition: 0.2s;
}
.input-sel-chk input + label:before {
  background-color: #fff;
  border: 1px solid #e1e3e6;
}
.input-sel-chk input + label:after {
  background: url(/_html/images/common/input-checkbox-ico.svg) no-repeat 50% 50% / contain;
  opacity: 0;
}
.input-sel-chk input:checked + label:after {
  opacity: 1;
}
.input-sel-chk input + label:hover:before {
  border-color: #e57735;
}
.input-sel-chk input:checked + label:before {
  background-color: #e57735;
  border-color: #e57735;
}

/* 라디오박스 스타일 */
.input-sel-radio {
  padding-left: 2.9rem;
  line-height: 2.4rem;
}
.input-sel-radio input + label:before,
.input-sel-radio input + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  transition: 0.2s;
  border-radius: 50%;
}
.input-sel-radio input + label:before {
  background-color: #fff;
  border: 1px solid #e1e3e6;
}
.input-sel-radio input + label:after {
  background: url(/_html/images/common/input-radio-ico.svg) no-repeat 50% 50% / contain;
  opacity: 0;
}
.input-sel-radio input:checked + label:after {
  opacity: 1;
}
.input-sel-radio input + label:hover:before,
.input-sel-radio input:checked + label:before {
  border-color: #e57735;
}
@media (max-width: 1023px) {
  .input-sel-txt {
    font-size: 14px;
  }
  .input-sel-chk {
    padding-left: 24px;
    line-height: 16px;
  }
  .input-sel-chk input + label:before,
  .input-sel-chk input + label:after {
    width: 16px;
    height: 16px;
  }
  .input-sel-radio {
    padding-left: 26px;
    line-height: 20px;
  }
  .input-sel-radio input + label:before,
  .input-sel-radio input + label:after {
    width: 20px;
    height: 20px;
  }
}
/*

.input-sel-radio{}

@media(max-width:767px) {
	.input-ico-box{width:100%}
}

/* 기본 인풋 스타일 */
input.input-w-def,
select.input-w-def {
  min-width: 33.4rem;
}
input.input-w-short,
select.input-w-short {
  min-width: 20rem;
}
input.input-w-long,
select.input-w-long {
  min-width: 100%;
}

/* 레이어팝업 공통 */
[class*='lpop-wrap'] {
  visibility: hidden;
  overflow-y: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 5rem 0;
  width: 100%;
  max-width: 1080px;
  max-height: 100%;
  background-color: #fff;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.25s opacity, 0s visibility 0.25s;
  z-index: 100;
}
[class*='lpop-wrap'] .layout {
  width: 100%;
  padding: 0 7rem;
  height: 100%;
}
[class*='lpop-wrap'].on {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
@media (max-width: 1079px) {
  [class*='lpop-wrap'] {
    padding: 4rem 0;
  }
  [class*='lpop-wrap'] .layout {
    padding: 0 3.5rem;
  }
  [class*='lpop-wrap'] {
    max-width: calc(100% - 4rem);
  }
}
@media (max-width: 767px) {
  [class*='lpop-wrap'] {
    max-width: calc(100% - 6rem);
  }
}

/* 아코디언 공통 */
.acco_wrap {
}
.acco_wrap .acco_item {
  border-bottom: 1px solid #ddd;
}
.acco_wrap .acco_item:first-child {
  margin-top: 0;
}
.acco_wrap .acco_item .acco_btn {
}
.acco_wrap .acco_item .acco_btn > * {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  min-height: 8rem;
  align-items: center;
  text-align: left;
}
.acco_wrap .acco_item .acco_btn > *:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 1rem);
  right: 4rem;
  font-family: 'iconoir';
  color: #999;
  font-size: 2.4rem;
  line-height: 1;
}
.acco_wrap .acco_item .acco_btn > *:hover:after {
  opacity: 1;
  transition: 0.25s all, 0.35s opacity ease-in-out;
}
.acco_wrap .acco_item .acco_btn > * > b {
  color: #444;
}
.acco_wrap .acco_item .acco_cont {
  display: none;
  position: relative;
  background-color: #f7f7f7;
  border-top: 1px solid #ddd;
}
.acco_wrap .acco_item .acco_cont > .inner {
  position: relative;
  z-index: 1;
}
/* hover */
.acco_wrap .acco_item .acco_btn {
}
.acco_wrap .acco_item .acco_btn > *.on:after {
  content: '';
  color: #222;
}
.acco_wrap .acco_item .acco_btn > *.on > b {
  color: #222;
  font-weight: 500;
}

/* box */
.content-box {
}
.border-box {
  border: 1px solid #dedede;
  border-radius: 0.5rem;
}
.round-box {
  border-radius: 1rem;
}
.fill-box {
  background-color: #f6f7f8;
}
.fill-box.type02 {
  background-color: #f4fbf4;
}
.ico-box {
  display: flex;
  align-items: center;
  padding: 3.3rem 10rem;
}
.ico-box.column-box {
  flex-direction: column;
}
.ico-box > .ico {
  margin-bottom: auto;
  width: 13.4rem;
  height: 13.4rem;
  background-color: #fff;
  border-radius: 100%;
}
.ico-box > .inner {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
  padding-left: 4.4rem;
}
.ico-box > .inner > strong {
  margin-bottom: 2rem;
  color: #212121;
  font-size: 2.6rem;
  line-height: 3rem;
}
.ico-box > .inner > .c-txt {
  line-height: 2.6rem;
}
.ico-box.column-box > .inner {
  padding-left: 0;
}
.scroll-y-box {
  overflow: hidden;
  height: 100%;
}
.scroll-y-box > .inner {
  overflow-y: auto;
  height: 100%;
}
.ico-box > .ico-speak {
  background-image: url(/images/common/ico-box/ico-speaker.svg);
}

.ico-box.btn-box > .inner {
  padding-right: 22rem;
}
.ico-box.btn-box > .inner > .btn-area {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translatey(-50%);
}

.default-box {
  padding: 4rem;
}

@media (max-width: 1240px) {
  .ico-box {
    padding: 3rem 7rem;
  }
  .default-box {
    padding: 3rem;
  }
}
@media (max-width: 639px) {
  .ico-box {
    flex-direction: column;
    padding: 2.5rem 4rem;
  }
  .ico-box > .ico {
    margin-bottom: 1.5rem;
    width: 10rem;
    height: 10rem;
  }
  .ico-box > .inner {
    padding: 0;
    text-align: center;
  }
  .ico-box.btn-box > .inner {
    padding-right: 0;
  }
  .ico-box.btn-box > .inner > .btn-area {
    position: relative;
    top: auto;
    margin: 1.5rem auto 0;
    transform: unset;
  }
  .default-box {
    padding: 2rem;
  }
}
/* flex-box */
.flex-box {
  display: flex;
}
.flex-box.center {
  justify-content: center;
  align-items: center;
}

/* col-box 기본형 / 포지션 및 간격은 컨텐츠에 맞게 직접 조정 / 기본 설정은 flex */
.flex-col-box {
  display: flex;
  flex-wrap: wrap;
}
.flex-col-box > .item {
}
.flex-col-box.col-01 > .item {
  width: 100%;
}
.flex-col-box.col-02 > .item {
  width: calc(100% / 2);
}
.flex-col-box.col-03 > .item {
  width: calc(100% / 3);
}
.flex-col-box.col-04 > .item {
  width: calc(100% / 4);
}

@media (max-width: 767px) {
  .flex-col-box.col-04 > .item {
    width: calc(100% / 2);
  }
}
@media (max-width: 639px) {
  .flex-col-box.col-03 > .item {
    width: calc(100% / 2);
  }
}
@media (max-width: 479px) {
  .flex-col-box:not(.col-01) > .item {
    width: 100%;
  }
}

.flex-row-box {
  display: flex;
  flex-direction: column;
}

.grid-box {
  display: grid;
}

.thumb-box {
}
.thumb-box > .item {
  position: relative;
}
.thumb-box > .item > .caption-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.65rem 1.5rem 1.75rem;
  width: 100%;
  background-color: rgba(51, 51, 51, 0.8);
  color: #fff;
  font-size: 1.7rem;
  line-height: 2.2rem;
  text-align: center;
}

/* border */
.border-line-top {
  border-top: 1px solid #e1e3e6;
}
.border-line-left {
  border-left: 1px solid #e1e3e6;
}
.border-line-right {
  border-right: 1px solid #e1e3e6;
}
.border-line-bottom {
  border-bottom: 1px solid #e1e3e6;
}

/* 텍스트 컬러 */
.txt-color-def {
  color: #212121 !important;
}
.txt-color-black {
  color: #111 !important;
}
.txt-color-lightblack {
  color: #4e5964 !important;
}
.txt-color-gray {
  color: #999 !important;
}
.txt-color-lightgray {
  color: #e1e3e6 !important;
}
.txt-color-white {
  color: #fff !important;
}
.txt-color-red {
  color: #e91515 !important;
}
.txt-color-deepblue {
  color: #296095 !important;
}
.txt-color-blue {
  color: #0060bb !important;
}
.txt-color-lightblue {
  color: #0097dc !important;
}
.txt-color-green {
  color: #42aa48 !important;
}
.txt-color-green02 {
  color: #43ab49 !important;
}
.txt-color-yellow {
}
.txt-color-orange {
  color: #ff6d09 !important;
}
.txt-color-magenta {
}
.txt-color-cyan {
}
.txt-color-brown {
  color: #716152 !important;
}

/* 폰트 */
.pretendard {
  font-family: 'Pretendard';
}
.mont {
  font-family: 'Montserrat', 'Pretendard';
}

/* 폰트 사이즈 */
.fs-0 {
  font-size: 0 !important;
}
.fs-5 {
  font-size: 5rem !important;
}
.fs-10 {
  font-size: 10rem !important;
}
.fs-15 {
  font-size: 15rem !important;
}
.fs-20 {
  font-size: 20rem !important;
}
.fs-25 {
  font-size: 25rem !important;
}
.fs-30 {
  font-size: 30rem !important;
}
.fs-35 {
  font-size: 35rem !important;
}
.fs-40 {
  font-size: 40rem !important;
}
.fs-45 {
  font-size: 45rem !important;
}
.fs-50 {
  font-size: 50rem !important;
}

/* 폰트 굵기 */
.fw-3 {
  font-weight: 300 !important;
} /* Light */
.fw-4 {
  font-weight: 400 !important;
} /* Regular */
.fw-5 {
  font-weight: 500 !important;
} /* Medium */
.fw-6 {
  font-weight: 600 !important;
} /* SemiBold */
.fw-7 {
  font-weight: 700 !important;
} /* Bold */
.fw-8 {
  font-weight: 800 !important;
} /* ExtraBold */
.fw-9 {
  font-weight: 900 !important;
} /* Black */

/* 폰트 스타일 */
.fs-italic {
  font-style: italic !important;
}
.fs-normal {
  font-style: normal !important;
}
.fs-underline {
  text-decoration: underline !important;
}

/* 가로 정렬 */
.ta-left {
  text-align: left !important;
}
.ta-center {
  text-align: center !important;
}
.ta-right {
  text-align: right !important;
}
.ta-justify {
  text-align: justify !important;
}

/* 새로 정렬 */
.va-top {
  vertical-align: top;
}
.va-middle {
  vertical-align: middle;
}
.va-bottom {
  vertical-align: bottom;
}

/* 플롯 */
.f-left {
  float: left !important;
}
.f-right {
  float: right !important;
}
.f-clear:after {
  content: '';
  display: block;
  clear: both;
}

/* 너비(퍼센트) */
.w5p {
  width: 5% !important;
}
.w10p {
  width: 10% !important;
}
.w15p {
  width: 15% !important;
}
.w20p {
  width: 20% !important;
}
.w25p {
  width: 25% !important;
}
.w30p {
  width: 30% !important;
}
.w35p {
  width: 35% !important;
}
.w40p {
  width: 40% !important;
}
.w45p {
  width: 45% !important;
}
.w50p {
  width: 50% !important;
}
.w55p {
  width: 55% !important;
}
.w60p {
  width: 60% !important;
}
.w65p {
  width: 65% !important;
}
.w70p {
  width: 70% !important;
}
.w75p {
  width: 75% !important;
}
.w80p {
  width: 80% !important;
}
.w85p {
  width: 85% !important;
}
.w90p {
  width: 90% !important;
}
.w95p {
  width: 95% !important;
}
.w100p {
  width: 100% !important;
}

/* 너비(rem) */
.w1 {
  width: 0.1rem !important;
}
.w2 {
  width: 0.2rem !important;
}
.w3 {
  width: 0.3rem !important;
}
.w4 {
  width: 0.4rem !important;
}
.w5 {
  width: 0.5rem !important;
}
.w6 {
  width: 0.6rem !important;
}
.w7 {
  width: 0.7rem !important;
}
.w8 {
  width: 0.8rem !important;
}
.w9 {
  width: 0.9rem !important;
}
.w10 {
  width: 1rem !important;
}
.w15 {
  width: 1.5rem !important;
}
.w20 {
  width: 2rem !important;
}
.w25 {
  width: 2.5rem !important;
}
.w30 {
  width: 3rem !important;
}
.w35 {
  width: 3.5rem !important;
}
.w40 {
  width: 4rem !important;
}
.w45 {
  width: 4.5rem !important;
}
.w50 {
  width: 5rem !important;
}
.w55 {
  width: 5.5rem !important;
}
.w60 {
  width: 6rem !important;
}
.w65 {
  width: 6.5rem !important;
}
.w70 {
  width: 7rem !important;
}
.w75 {
  width: 7.5rem !important;
}
.w80 {
  width: 8rem !important;
}
.w85 {
  width: 8.5rem !important;
}
.w90 {
  width: 9rem !important;
}
.w95 {
  width: 9.5rem !important;
}
.w100 {
  width: 10rem !important;
}
.w110 {
  width: 11rem !important;
}
.w120 {
  width: 12rem !important;
}
.w130 {
  width: 13rem !important;
}
.w140 {
  width: 14rem !important;
}
.w150 {
  width: 15rem !important;
}
.w160 {
  width: 16rem !important;
}
.w170 {
  width: 17rem !important;
}
.w180 {
  width: 18rem !important;
}
.w190 {
  width: 19rem !important;
}
.w200 {
  width: 20rem !important;
}
.w210 {
  width: 21rem !important;
}
.w220 {
  width: 22rem !important;
}
.w230 {
  width: 23rem !important;
}
.w240 {
  width: 24rem !important;
}
.w250 {
  width: 25rem !important;
}
.w260 {
  width: 26rem !important;
}
.w270 {
  width: 27rem !important;
}
.w280 {
  width: 28rem !important;
}
.w290 {
  width: 29rem !important;
}
.w300 {
  width: 30rem !important;
}
.w310 {
  width: 31rem !important;
}
.w320 {
  width: 32rem !important;
}
.w330 {
  width: 33rem !important;
}
.w340 {
  width: 34rem !important;
}
.w350 {
  width: 35rem !important;
}
.w400 {
  width: 40rem !important;
}
.w500 {
  width: 50rem !important;
}
.w600 {
  width: 60rem !important;
}
.w700 {
  width: 70rem !important;
}
.w800 {
  width: 80rem !important;
}
.w900 {
  width: 90rem !important;
}
.w1000 {
  width: 100rem !important;
}

/* 높이 */
.h1 {
  height: 0.1rem !important;
}
.h2 {
  height: 0.2rem !important;
}
.h3 {
  height: 0.3rem !important;
}
.h4 {
  height: 0.4rem !important;
}
.h5 {
  height: 0.5rem !important;
}
.h6 {
  height: 0.6rem !important;
}
.h7 {
  height: 0.7rem !important;
}
.h8 {
  height: 0.8rem !important;
}
.h9 {
  height: 0.9rem !important;
}
.h10 {
  height: 1rem !important;
}
.h15 {
  height: 1.5rem !important;
}
.h20 {
  height: 2rem !important;
}
.h25 {
  height: 2.5rem !important;
}
.h30 {
  height: 3rem !important;
}
.h35 {
  height: 3.5rem !important;
}
.h40 {
  height: 4rem !important;
}
.h45 {
  height: 4.5rem !important;
}
.h50 {
  height: 5rem !important;
}
.h55 {
  height: 5.5rem !important;
}
.h60 {
  height: 6rem !important;
}
.h65 {
  height: 6.5rem !important;
}
.h70 {
  height: 7rem !important;
}
.h75 {
  height: 7.5rem !important;
}
.h80 {
  height: 8rem !important;
}
.h85 {
  height: 8.5rem !important;
}
.h90 {
  height: 9rem !important;
}
.h95 {
  height: 9.5rem !important;
}
.h100 {
  height: 10rem !important;
}
.h110 {
  height: 11rem !important;
}
.h120 {
  height: 12rem !important;
}
.h130 {
  height: 13rem !important;
}
.h140 {
  height: 14rem !important;
}
.h150 {
  height: 15rem !important;
}
.h160 {
  height: 16rem !important;
}
.h170 {
  height: 17rem !important;
}
.h180 {
  height: 18rem !important;
}
.h190 {
  height: 19rem !important;
}
.h200 {
  height: 20rem !important;
}
.h210 {
  height: 21rem !important;
}
.h220 {
  height: 22rem !important;
}
.h230 {
  height: 23rem !important;
}
.h240 {
  height: 24rem !important;
}
.h250 {
  height: 25rem !important;
}
.h260 {
  height: 26rem !important;
}
.h270 {
  height: 27rem !important;
}
.h280 {
  height: 28rem !important;
}
.h290 {
  height: 29rem !important;
}
.h300 {
  height: 30rem !important;
}
.h310 {
  height: 31rem !important;
}
.h320 {
  height: 32rem !important;
}
.h330 {
  height: 33rem !important;
}
.h340 {
  height: 34rem !important;
}
.h350 {
  height: 35rem !important;
}
.h400 {
  height: 40rem !important;
}
.h500 {
  height: 50rem !important;
}
.h600 {
  height: 60rem !important;
}
.h700 {
  height: 70rem !important;
}
.h800 {
  height: 80rem !important;
}
.h900 {
  height: 90rem !important;
}
.h1000 {
  height: 100rem !important;
}

/* 마진 */
.mg-0 {
  margin: 0 !important;
}
.mg-10 {
  margin: 1rem !important;
}
.mg-20 {
  margin: 2rem !important;
}
.mg-30 {
  margin: 3rem !important;
}
.mg-40 {
  margin: 4rem !important;
}
.mg-50 {
  margin: 5rem !important;
}
.mg-60 {
  margin: 6rem !important;
}
.mg-70 {
  margin: 7rem !important;
}
.mg-80 {
  margin: 8rem !important;
}
.mg-90 {
  margin: 9rem !important;
}
.mg-100 {
  margin: 10rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.1rem !important;
}
.mt-2 {
  margin-top: 0.2rem !important;
}
.mt-3 {
  margin-top: 0.3rem !important;
}
.mt-4 {
  margin-top: 0.4rem !important;
}
.mt-5 {
  margin-top: 0.5rem !important;
}
.mt-6 {
  margin-top: 0.6rem !important;
}
.mt-7 {
  margin-top: 0.7rem !important;
}
.mt-8 {
  margin-top: 0.8rem !important;
}
.mt-9 {
  margin-top: 0.9rem !important;
}
.mt-10 {
  margin-top: 1rem !important;
}
.mt-15 {
  margin-top: 1.5rem !important;
}
.mt-20 {
  margin-top: 2rem !important;
}
.mt-25 {
  margin-top: 2.5rem !important;
}
.mt-30 {
  margin-top: 3rem !important;
}
.mt-35 {
  margin-top: 3.5rem !important;
}
.mt-40 {
  margin-top: 4rem !important;
}
.mt-45 {
  margin-top: 4.5rem !important;
}
.mt-50 {
  margin-top: 5rem !important;
}
.mt-55 {
  margin-top: 5.5rem !important;
}
.mt-60 {
  margin-top: 6rem !important;
}
.mt-65 {
  margin-top: 6.5rem !important;
}
.mt-70 {
  margin-top: 7rem !important;
}
.mt-75 {
  margin-top: 7.5rem !important;
}
.mt-80 {
  margin-top: 8rem !important;
}
.mt-85 {
  margin-top: 8.5rem !important;
}
.mt-90 {
  margin-top: 9rem !important;
}
.mt-95 {
  margin-top: 9.5rem !important;
}
.mt-100 {
  margin-top: 10rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.1rem !important;
}
.mb-2 {
  margin-bottom: 0.2rem !important;
}
.mb-3 {
  margin-bottom: 0.3rem !important;
}
.mb-4 {
  margin-bottom: 0.4rem !important;
}
.mb-5 {
  margin-bottom: 0.5rem !important;
}
.mb-6 {
  margin-bottom: 0.6rem !important;
}
.mb-7 {
  margin-bottom: 0.7rem !important;
}
.mb-8 {
  margin-bottom: 0.8rem !important;
}
.mb-9 {
  margin-bottom: 0.9rem !important;
}
.mb-10 {
  margin-bottom: 1rem !important;
}
.mb-15 {
  margin-bottom: 1.5rem !important;
}
.mb-20 {
  margin-bottom: 2rem !important;
}
.mb-25 {
  margin-bottom: 2.5rem !important;
}
.mb-30 {
  margin-bottom: 3rem !important;
}
.mb-35 {
  margin-bottom: 3.5rem !important;
}
.mb-40 {
  margin-bottom: 4rem !important;
}
.mb-45 {
  margin-bottom: 4.5rem !important;
}
.mb-50 {
  margin-bottom: 5rem !important;
}
.mb-55 {
  margin-bottom: 5.5rem !important;
}
.mb-60 {
  margin-bottom: 6rem !important;
}
.mb-65 {
  margin-bottom: 6.5rem !important;
}
.mb-70 {
  margin-bottom: 7rem !important;
}
.mb-75 {
  margin-bottom: 7.5rem !important;
}
.mb-80 {
  margin-bottom: 8rem !important;
}
.mb-85 {
  margin-bottom: 8.5rem !important;
}
.mb-90 {
  margin-bottom: 9rem !important;
}
.mb-95 {
  margin-bottom: 9.5rem !important;
}
.mb-100 {
  margin-bottom: 10rem !important;
}

.ml-0 {
  margin-left: 0 !important;
}
.ml-1 {
  margin-left: 0.1rem !important;
}
.ml-2 {
  margin-left: 0.2rem !important;
}
.ml-3 {
  margin-left: 0.3rem !important;
}
.ml-4 {
  margin-left: 0.4rem !important;
}
.ml-5 {
  margin-left: 0.5rem !important;
}
.ml-6 {
  margin-left: 0.6rem !important;
}
.ml-7 {
  margin-left: 0.7rem !important;
}
.ml-8 {
  margin-left: 0.8rem !important;
}
.ml-9 {
  margin-left: 0.9rem !important;
}
.ml-10 {
  margin-left: 1rem !important;
}
.ml-15 {
  margin-left: 1.5rem !important;
}
.ml-20 {
  margin-left: 2rem !important;
}
.ml-25 {
  margin-left: 2.5rem !important;
}
.ml-30 {
  margin-left: 3rem !important;
}
.ml-35 {
  margin-left: 3.5rem !important;
}
.ml-40 {
  margin-left: 4rem !important;
}
.ml-45 {
  margin-left: 4.5px !important;
}
.ml-50 {
  margin-left: 5rem !important;
}

.mr-0 {
  margin-right: 0 !important;
}
.mr-1 {
  margin-right: 0.1rem !important;
}
.mr-2 {
  margin-right: 0.2rem !important;
}
.mr-3 {
  margin-right: 0.3rem !important;
}
.mr-4 {
  margin-right: 0.4rem !important;
}
.mr-5 {
  margin-right: 0.5rem !important;
}
.mr-6 {
  margin-right: 0.6rem !important;
}
.mr-7 {
  margin-right: 0.7rem !important;
}
.mr-8 {
  margin-right: 0.8rem !important;
}
.mr-9 {
  margin-right: 0.9rem !important;
}
.mr-10 {
  margin-right: 1rem !important;
}
.mr-15 {
  margin-right: 1.5rem !important;
}
.mr-20 {
  margin-right: 2rem !important;
}
.mr-25 {
  margin-right: 2.5rem !important;
}
.mr-30 {
  margin-right: 3rem !important;
}
.mr-35 {
  margin-right: 3.5rem !important;
}
.mr-40 {
  margin-right: 4rem !important;
}
.mr-45 {
  margin-right: 4.5rem !important;
}
.mr-50 {
  margin-right: 5rem !important;
}

/* 패딩 */
.pd-0 {
  padding: 0 !important;
}
.pd-10 {
  padding: 1rem !important;
}
.pd-15 {
  padding: 1.5rem !important;
}
.pd-20 {
  padding: 2rem !important;
}
.pd-25 {
  padding: 2.5rem !important;
}
.pd-30 {
  padding: 3rem !important;
}
.pd-35 {
  padding: 3.5rem !important;
}
.pd-40 {
  padding: 4rem !important;
}
.pd-45 {
  padding: 4.5rem !important;
}
.pd-50 {
  padding: 5rem !important;
}
.pd-55 {
  padding: 5.5rem !important;
}
.pd-60 {
  padding: 6rem !important;
}
.pd-65 {
  padding: 6.5rem !important;
}
.pd-70 {
  padding: 7rem !important;
}
.pd-75 {
  padding: 7.5rem !important;
}
.pd-80 {
  padding: 8rem !important;
}
.pd-85 {
  padding: 8.5rem !important;
}
.pd-90 {
  padding: 9rem !important;
}
.pd-95 {
  padding: 9.5rem !important;
}
.pd-100 {
  padding: 10rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.1rem !important;
}
.pt-2 {
  padding-top: 0.2rem !important;
}
.pt-3 {
  padding-top: 0.3rem !important;
}
.pt-4 {
  padding-top: 0.4rem !important;
}
.pt-5 {
  padding-top: 0.5rem !important;
}
.pt-6 {
  padding-top: 0.6rem !important;
}
.pt-7 {
  padding-top: 0.7rem !important;
}
.pt-8 {
  padding-top: 0.8rem !important;
}
.pt-9 {
  padding-top: 0.9rem !important;
}
.pt-10 {
  padding-top: 1rem !important;
}
.pt-15 {
  padding-top: 1.5rem !important;
}
.pt-20 {
  padding-top: 2rem !important;
}
.pt-25 {
  padding-top: 2.5rem !important;
}
.pt-30 {
  padding-top: 3rem !important;
}
.pt-35 {
  padding-top: 3.5rem !important;
}
.pt-40 {
  padding-top: 4rem !important;
}
.pt-45 {
  padding-top: 4.5rem !important;
}
.pt-50 {
  padding-top: 5rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.1rem !important;
}
.pb-2 {
  padding-bottom: 0.2rem !important;
}
.pb-3 {
  padding-bottom: 0.3rem !important;
}
.pb-4 {
  padding-bottom: 0.4rem !important;
}
.pb-5 {
  padding-bottom: 0.5rem !important;
}
.pb-6 {
  padding-bottom: 0.6rem !important;
}
.pb-7 {
  padding-bottom: 0.7rem !important;
}
.pb-8 {
  padding-bottom: 0.8rem !important;
}
.pb-9 {
  padding-bottom: 0.9rem !important;
}
.pb-10 {
  padding-bottom: 1rem !important;
}
.pb-15 {
  padding-bottom: 1.5rem !important;
}
.pb-20 {
  padding-bottom: 2rem !important;
}
.pb-25 {
  padding-bottom: 2.5rem !important;
}
.pb-30 {
  padding-bottom: 3rem !important;
}
.pb-35 {
  padding-bottom: 3.5rem !important;
}
.pb-40 {
  padding-bottom: 4rem !important;
}
.pb-45 {
  padding-bottom: 4.5rem !important;
}
.pb-50 {
  padding-bottom: 5rem !important;
}

.pl-0 {
  padding-left: 0 !important;
}
.pl-1 {
  padding-left: 0.1rem !important;
}
.pl-2 {
  padding-left: 0.2rem !important;
}
.pl-3 {
  padding-left: 0.3rem !important;
}
.pl-4 {
  padding-left: 0.4rem !important;
}
.pl-5 {
  padding-left: 0.5rem !important;
}
.pl-6 {
  padding-left: 0.6rem !important;
}
.pl-7 {
  padding-left: 0.7rem !important;
}
.pl-8 {
  padding-left: 0.8rem !important;
}
.pl-9 {
  padding-left: 0.9rem !important;
}
.pl-10 {
  padding-left: 1rem !important;
}
.pl-15 {
  padding-left: 1.5rem !important;
}
.pl-20 {
  padding-left: 2rem !important;
}
.pl-25 {
  padding-left: 2.5rem !important;
}
.pl-30 {
  padding-left: 3rem !important;
}
.pl-35 {
  padding-left: 3.5rem !important;
}
.pl-40 {
  padding-left: 4rem !important;
}
.pl-45 {
  padding-left: 4.5rem !important;
}
.pl-50 {
  padding-left: 5rem !important;
}

.pr-0 {
  padding-right: 0 !important;
}
.pr-1 {
  padding-right: 0.1rem !important;
}
.pr-2 {
  padding-right: 0.2rem !important;
}
.pr-3 {
  padding-right: 0.3rem !important;
}
.pr-4 {
  padding-right: 0.4rem !important;
}
.pr-5 {
  padding-right: 0.5rem !important;
}
.pr-6 {
  padding-right: 0.6rem !important;
}
.pr-7 {
  padding-right: 0.7rem !important;
}
.pr-8 {
  padding-right: 0.8rem !important;
}
.pr-9 {
  padding-right: 0.9rem !important;
}
.pr-10 {
  padding-right: 1rem !important;
}
.pr-15 {
  padding-right: 1.5rem !important;
}
.pr-20 {
  padding-right: 2rem !important;
}
.pr-25 {
  padding-right: 2.5rem !important;
}
.pr-30 {
  padding-right: 3rem !important;
}
.pr-35 {
  padding-right: 3.5rem !important;
}
.pr-40 {
  padding-right: 4rem !important;
}
.pr-45 {
  padding-right: 4.5rem !important;
}
.pr-50 {
  padding-right: 5rem !important;
}
