@charset "UTF-8";
/************************************************************************************/
/************************************* Colors *************************************/
/************************************************************************************/
:root {
  --white:#fff;
  --black:#000;
  --red:#9B0000;
  --blue:#0F0078;
  --light-blue:#5163c0;
  --deep-blue:#05014a;
  --orange:#ff9644;
  --gray-cd:#cdcdcd;
  --gray-af:#afafaf;
  --gray-e8:#e8e8e8;
  --gray-f8:#f8f8f8;
  --gray-d2:#d2d2d2;
  --gray-d4:#d4d4d4;
  --gray-d5:#d5d5d5;
  --gray-dd:#dddddd;
  --gray-f0:#f0f0f0;
  --gray-f1:#f1f1f1;
  --gray-f3:#f3f3f3;
  --gray-f7:#f7f7f7;
  --gray-7c:#7c7c7c;
  --gray-f8:#f8f8f8;
  --point-color:#2e55e7;
  --point01:#010A65;
  --schedule:#00B09C;
  --border-color:#d1d1d1;
  --history-color:#DBD2D2;
  --footer-bg:#1F1F28;
  --main-color:#bd2c21;
  --gray-point: #606060;
  --black-point:#352f36;
  --gray-bg: #f8f8f8;
  --gray-bg2: #f3f3f3;
  --gray-dark-bg: #eaeaea;
  /* color */
  --text-color:#121212;
  --primary: #131A7E;
  --primary-400: #2b379e;
  --primary-300: #3a49b4;
  --primary-200: #7680ca;
  --primary-100: #c4c7e9;
  --primary-000: #e7e9f6;
  --secondary1: #008DED;
  --secondary2: #21B7FF;
  --gray-100: #f5f5f5;
  --gray-200: #eeeeee;
  --gray-300: #d0d0d0;
  --gray-400: #ababab;
  --gray-500: #767676;
  --brd-c1: #d9d9d9;
  --brd-c2: #cdcdcd;
  --brd-c3: #f3f4f7;
  --brd-c4: #d4dfed;
  --c-red: #ec0000;
  --btn-gray:#6c757d;
  --mc: #2e55e7;
}

/* font-size */
/* absolute-center */
/* transition */
/* common */
html {
  font-size: 62.5%;
}

body {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  word-break: keep-all;
  font-size: 1.8rem;
}
@media (max-width: 1280px) {
  body {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
}
body a {
  color: var(--black);
  text-decoration: none;
}
@media (max-width: 1024px) {
  body {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}
body:has(#modal.show) {
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}

a, input, button, select {
  outline-offset: 2px;
  outline-color: var(--black);
}

/* ----------------------------------------
* common
* ----------------------------------------*/
.more-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding-inline: 1.2em;
  min-width: 200px;
  min-height: 64px;
  border-radius: 100px;
  border: 1px solid var(--black);
  font-size: 1.6rem;
}
@media (max-width: 1280px) {
  .more-btn {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .more-btn {
    font-size: 1.4rem;
  }
}
.more-btn::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(/images/brtech/sub/arw_more.svg) no-repeat center/100%;
}
@media (max-width: 1280px) {
  .more-btn {
    min-height: 52px;
    min-width: 160px;
  }
}
@media (max-width: 767px) {
  .more-btn {
    min-height: 44px;
    min-width: 0;
  }
}
.more-btn.btn-white {
  border-color: rgba(255, 255, 255, 0.5);
  color: var(--white);
}
.more-btn.btn-white::after {
  content: "";
  display: block;
  background-image: url(/images/brtech/sub/arw_more_w.svg);
}

/* table */
table {
  width: 100%;
}

.flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.program-none-data {
  width: 100%;
  text-align: center;
  border: 1px solid var(--border-color);
  border-width: 1px 0;
  padding: 2.7rem 1rem;
}

.wrap-in {
  max-width: 1408px;
  margin: 0 auto;
}
@media (max-width: 1460px) {
  .wrap-in {
    max-width: 96%;
  }
}
@media (max-width: 767px) {
  .wrap-in {
    max-width: 94%;
  }
}
@media (max-width: 480px) {
  .wrap-in {
    max-width: 90%;
  }
}

.cont-bottom {
  margin-bottom: 7.5em;
}
@media (max-width: 1280px) {
  .cont-bottom {
    margin-bottom: 6em;
  }
}
@media (max-width: 767px) {
  .cont-bottom {
    margin-bottom: 4.5em;
  }
}

.bold-400 {
  font-weight: 400;
}

.bold-500 {
  font-weight: 500;
}

.bold-600 {
  font-weight: 600;
}

.bold-700 {
  font-weight: 700;
}

.c-pri {
  color: var(--primary);
}

/* 전체 로딩 화면 */
body.loading {
  overflow: hidden; /* 스크롤 잠금 */
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
  color: #fff;
}

/* 회전 스피너 */
.spinner {
  width: 60px;
  height: 60px;
  border: 6px solid rgba(255, 255, 255, 0.2);
  border-top-color: #4fc3f7;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  margin-bottom: 20px;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* 로딩 텍스트 */
.loading-text {
  font-size: 1.2rem;
  letter-spacing: 1px;
}

.dots::after {
  content: ".";
  -webkit-animation: blink 1s steps(3, end) infinite;
          animation: blink 1s steps(3, end) infinite;
}

@-webkit-keyframes blink {
  0%, 20% {
    content: "";
  }
  40% {
    content: ".";
  }
  60% {
    content: "..";
  }
  80%, 100% {
    content: "...";
  }
}

@keyframes blink {
  0%, 20% {
    content: "";
  }
  40% {
    content: ".";
  }
  60% {
    content: "..";
  }
  80%, 100% {
    content: "...";
  }
}
/* 로딩 종료 시 fade out */
#loading.fade-out {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}

/* input-common */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gap-20 {
  gap: 20px;
}

/* list-dot */
.list-dot > li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 0.78em;
  line-height: 1.6;
}
.list-dot > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: var(--black);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.list-dot > li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .list-dot > li {
    margin-bottom: 6px;
    padding-left: 0.624em;
  }
  .list-dot > li::before {
    width: 3px;
    height: 3px;
    top: 10px;
  }
}

/* ----------------------------------------
* header
* ----------------------------------------*/
:root {
  --header-height: 106px;
  --header-scr-height: 106px;
  --border-radius: 20px;
  --border-radius-s: 10px;
  --gap: 32px;
  --gap2: 20px;
  --gap3: 52px;
  --block-gap: 20px;
}
@media (max-width: 1460px) {
  :root {
    --header-padding: 2%;
  }
}
@media (max-width: 1280px) {
  :root {
    --header-height: 80px;
    --border-radius: 12px;
    --border-radius-s: 8px;
    --gap: 20px;
    --gap2: 16px;
    --gap3: 40px;
  }
}
@media (max-width: 767px) {
  :root {
    --border-radius: 8px;
    --border-radius-s: 6px;
    --gap: 16px;
    --gap2: 12px;
    --gap3: 28px;
    --block-gap: 1em;
  }
}
@media (max-width: 640px) {
  :root {
    --header-height: 60px;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: var(--header-height);
  padding-inline: 40px;
  z-index: 100;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header .logo a {
  display: block;
  width: 133px;
  height: 50px;
  background: url(/images/brtech/common/logo_white.svg) no-repeat center/100%;
}
header .cont-wrap {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header-nav {
  margin-right: 3.8em;
}
header .header-nav .close-nav {
  display: none;
}
header .header-nav .dep1-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .header-nav .dep1 {
  min-width: 140px;
  position: relative;
}
header .header-nav .dep1 > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: var(--header-height);
  padding-inline: 2.75em;
  color: var(--white);
  font-weight: 600;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header .header-nav .dep1 .dep2-wrap {
  display: none;
  position: absolute;
  top: calc(100% - var(--border-radius-s));
  left: 0;
  width: 100%;
  padding: 1em;
  background-color: var(--white);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: var(--border-radius-s);
}
header .header-nav .dep1 .dep2-wrap li a {
  display: inline-block;
  width: 100%;
  padding-block: 0.5em;
  text-align: center;
  color: var(--gray-500);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 1.5rem;
}
@media (max-width: 1280px) {
  header .header-nav .dep1 .dep2-wrap li a {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  header .header-nav .dep1 .dep2-wrap li a {
    font-size: 1.3rem;
  }
}
header .header-nav .dep1 .dep2-wrap li a:hover {
  color: var(--black);
  text-decoration: underline;
  text-underline-offset: 3px;
}
header .header-nav .dep1.active > a {
  color: var(--secondary2);
}
header .lang-wrap {
  width: 60px;
  height: 40px;
}
header .lang-wrap .icon-lang {
  display: block;
  width: 40px;
  aspect-ratio: 1;
  margin: 0 auto;
  background: #A4B1C8 url(/images/brtech/common/icon_lang.svg) no-repeat center/40% 40%;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header .lang-wrap .lang-nav {
  display: none;
  padding: 0.5em;
  margin-top: 0.5em;
  position: absolute;
  width: 100%;
  top: 40px;
  background: var(--white);
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  text-align: center;
}
header .lang-wrap .lang-nav li > a {
  color: var(--gray-500);
  font-size: 1.4rem;
}
@media (max-width: 1280px) {
  header .lang-wrap .lang-nav li > a {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  header .lang-wrap .lang-nav li > a {
    font-size: 1.2rem;
  }
}
header .burger-wrap {
  width: 52px;
  aspect-ratio: 1;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header .burger-wrap .burger {
  width: 30px;
  height: 22px;
}
header .burger-wrap .burger span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--white);
}
header .burger-wrap .burger span:nth-child(2) {
  width: 80%;
  top: 50%;
  right: 0;
  margin-top: -1px;
}
header .burger-wrap .burger span:nth-child(3) {
  bottom: 0;
}
header.header-scroll, header:hover {
  background: rgb(255, 255, 255); /* 투명 흰색 */
}
header.header-scroll .logo a, header:hover .logo a {
  background-image: url(/images/brtech/common/logo.svg);
}
header.header-scroll .header-nav .dep1 > a, header:hover .header-nav .dep1 > a {
  color: var(--text-color);
}
header.header-scroll .header-nav .dep1.active > a, header:hover .header-nav .dep1.active > a {
  color: var(--secondary2);
}
header.header-scroll .lang-wrap .icon-lang, header:hover .lang-wrap .icon-lang {
  background-color: var(--gray-200);
  background-image: url(/images/brtech/common/icon_lang_b.svg);
}
header.header-scroll .burger-wrap .burger span, header:hover .burger-wrap .burger span {
  background-color: var(--text-color);
}
@media (max-width: 1480px) {
  header {
    padding-inline: 2%;
  }
}
@media (max-width: 1280px) {
  header .logo a {
    width: 106px;
    height: 40px;
  }
  header .header-nav {
    margin-right: 0;
  }
  header .header-nav .dep1-wrap {
    min-width: 120px;
  }
}
@media (max-width: 1024px) {
  header .header-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    margin-right: 0;
    width: 100%;
    height: 100vh;
    z-index: 10;
    background-color: var(--footer-bg);
  }
  header .header-nav .close-nav {
    display: block;
    position: absolute;
    top: 1.4em;
    right: 1.4em;
    width: 40px;
    height: 40px;
    background: url(/images/brtech/common/icon_close.svg) no-repeat center/60%;
  }
  header .header-nav .dep1-wrap {
    margin-top: 5em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .header-nav .dep1 > a {
    height: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0.9em 1.5em;
    color: var(--white);
    font-weight: 500;
    font-size: 3.2rem;
  }
}
@media (max-width: 1024px) and (max-width: 1280px) {
  header .header-nav .dep1 > a {
    font-size: 2.6rem;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  header .header-nav .dep1 > a {
    font-size: 2.2rem;
  }
}
@media (max-width: 1024px) {
  header .header-nav .dep1 > a::after {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    right: 1.2em;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url(/images/brtech/common/chevron-down.svg) no-repeat center/100%;
  }
  header .header-nav .dep1 .dep2-wrap {
    display: none;
    position: static;
    background-color: transparent;
    padding: 0 2em 1em;
  }
  header .header-nav .dep1 .dep2-wrap li a {
    padding-inline: 1em;
    text-align: left;
    color: var(--gray-300);
    font-size: 1.8rem;
  }
}
@media (max-width: 1024px) and (max-width: 1280px) {
  header .header-nav .dep1 .dep2-wrap li a {
    font-size: 1.6rem;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  header .header-nav .dep1 .dep2-wrap li a {
    font-size: 1.5rem;
  }
}
@media (max-width: 1024px) {
  header .header-nav .dep1 .dep2-wrap li a:hover {
    color: var(--gray-300);
  }
  header .header-nav .dep1.active > a {
    color: var(--white);
  }
  header .header-nav .dep1.active > a::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  header .header-nav .dep1.active .dep2-wrap {
    display: block;
  }
  header .lang-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .lang-wrap .icon-lang {
    width: 36px;
    background-size: 50% 50%;
  }
  header .lang-wrap .lang-nav {
    top: 36px;
  }
  header .burger-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header.header-scroll .header-nav .dep1 > a, header:hover .header-nav .dep1 > a {
    color: var(--white);
  }
  header.header-scroll .header-nav .dep1.active > a, header:hover .header-nav .dep1.active > a {
    color: var(--white);
  }
}
@media (max-width: 640px) {
  header {
    padding-inline: 4% calc(4% - 11px);
  }
  header .logo a {
    width: 86px;
    height: 32px;
  }
  header .lang-wrap {
    width: 40px;
  }
  header .lang-wrap .icon-lang {
    width: 28px;
    background-size: 50% 50%;
  }
  header .lang-wrap .lang-nav {
    width: 120%;
    top: 32px;
  }
  header .burger-wrap .burger {
    width: 26px;
    height: 20px;
  }
}

/* ----------------------------------------
* contact
* ----------------------------------------*/
.com-info {
  padding: 2em 1em;
  border-top: 1px solid var(--brd-c2);
  border-bottom: 1px solid var(--brd-c2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.com-info .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.com-info .item span {
  font-weight: 600;
}
.com-info .item::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url(/images/brtech/sub/icon_pin.svg) no-repeat center/100%;
}
.com-info .item.tel::before {
  background-image: url(/images/brtech/sub/icon_tel.svg);
}
.com-info .item.fax::before {
  background-image: url(/images/brtech/sub/icon_fax.svg);
}

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9%;
}
.contact .txt-wrap {
  width: 32.7%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact .cont {
  margin-left: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.contact .agree {
  margin-block: 1.78em 2.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.8rem;
}
@media (max-width: 1280px) {
  .contact .agree {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .contact .agree {
    font-size: 1.5rem;
  }
}
.contact .agree .agree-more {
  margin-left: 1em;
  display: inline-block;
  font-weight: 600;
  color: var(--secondary1);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.contact .btn-wrap button {
  margin-top: 1em;
  width: 100%;
  border-radius: 100px;
  background-color: var(--primary);
  color: var(--white);
}
@media (max-width: 1280px) {
  .contact {
    display: block;
  }
  .contact .txt-wrap {
    width: 100%;
  }
  .contact .txt-wrap .com-info {
    margin-top: 1em;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1em 3em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 767px) {
  .contact .agree {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) and (max-width: 1280px) {
  .contact .agree {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .contact .agree {
    font-size: 1.4rem;
  }
}

.main-contact {
  padding-top: 7.5em;
}
.main-contact .txt-wrap .com-info {
  margin-top: auto;
}
.main-contact .ti-wrap h2 {
  line-height: 120%;
  font-family: "WorkSans";
  font-size: 6.8rem;
}
.main-contact .cont {
  margin-top: 2.2em;
}
@media (max-width: 1280px) {
  .main-contact {
    padding-top: 6.16em;
  }
  .main-contact .txt-wrap .com-info {
    margin-top: 1.1em;
  }
  .main-contact .ti-wrap h2 {
    font-family: "WorkSans";
    font-size: 5.4rem;
  }
}
@media (max-width: 767px) {
  .main-contact {
    padding-top: 4.62em;
  }
  .main-contact .ti-wrap h2 {
    font-family: "WorkSans";
    font-size: 4rem;
  }
}

.sub-contact .txt-wrap .com-info {
  margin-block: 1.1em 2.2em;
}

/* form-common */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gap-20 {
  gap: var(--block-gap);
}

.form-block .ti {
  margin-bottom: 0.5em;
  display: block;
  font-weight: 600;
  font-size: 2rem;
}
@media (max-width: 1280px) {
  .form-block .ti {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .form-block .ti {
    font-size: 1.7rem;
  }
}
@media (max-width: 480px) {
  .form-block .ti {
    margin-bottom: 0.3em;
    font-size: 1.8rem;
  }
}
@media (max-width: 480px) and (max-width: 1280px) {
  .form-block .ti {
    font-size: 1.6rem;
  }
}
@media (max-width: 480px) and (max-width: 767px) {
  .form-block .ti {
    font-size: 1.5rem;
  }
}

.w1-2 {
  width: calc((100% - var(--block-gap)) / 2);
}
@media (max-width: 480px) {
  .w1-2 {
    width: 100%;
  }
}

.w-full {
  width: 100%;
}

/* ----------------------------------------------- */
/* modal
/* ----------------------------------------------- */
.modal-wrap {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1100;
}
.modal-wrap .inquiry_content {
  position: relative;
  width: 700px;
  max-width: 100%;
  height: auto !important;
  background: var(--white);
  -webkit-animation: fade-up 1s ease forwards;
          animation: fade-up 1s ease forwards;
}
@media (max-width: 768px) {
  .modal-wrap .inquiry_content {
    max-width: 92%;
    margin: 0 4%;
  }
}
.modal-wrap .inquiry_content a.inquiry_close {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -84px;
  left: 50%;
  margin-left: -32px;
}
@media (max-width: 768px) {
  .modal-wrap .inquiry_content a.inquiry_close {
    top: -76px;
    width: 56px;
    height: 56px;
    margin-left: -28px;
  }
}
.modal-wrap .inquiry_content a.inquiry_close span {
  width: 95%;
  height: 2px;
  background: #000;
  display: block;
}
.modal-wrap .inquiry_content a.inquiry_close span:first-child {
  -webkit-transform: translate(50%, 0) rotate(45deg);
          transform: translate(50%, 0) rotate(45deg);
}
.modal-wrap .inquiry_content a.inquiry_close span:last-child {
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
          transform: translate(-50%, 0) rotate(-45deg);
}
.modal-wrap .inquiry_content .inquiry-btn-wrap {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal-wrap .inquiry_content .inquiry_apply {
  height: 450px;
  overflow: auto;
}
.modal-wrap .inquiry_content .inquiry_apply .privacy {
  padding: 3em;
}
@media (max-width: 768px) {
  .modal-wrap .inquiry_content .inquiry_apply .privacy {
    padding: 2em;
  }
}

/* ----------------------------------------
* footer
* ----------------------------------------*/
.to-top {
  position: fixed;
  bottom: 3em;
  right: 2em;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--white) url(/images/brtech/common/arw_top.svg) no-repeat center/24px 24px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 51;
}

footer {
  position: relative;
  margin-top: 10em;
  padding-block: 4.4em 5.5em;
  background-color: var(--footer-bg);
  border-radius: 2.2em 2.2em 0 0;
  z-index: 50;
}
footer .cont-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
footer .cont-in .logo {
  width: 163px;
  height: 61px;
  margin-right: 6.5em;
  background: url(/images/brtech/common/logo_gray.svg) no-repeat center/100%;
}
footer .cont-in .info-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
footer .cont-in .info {
  color: var(--white);
  font-size: 1.6rem;
}
@media (max-width: 1280px) {
  footer .cont-in .info {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  footer .cont-in .info {
    font-size: 1.4rem;
  }
}
footer .cont-in .info .ti {
  font-weight: 500;
}
footer .cont-in .info .cont {
  width: 360px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.4em 2.5em;
  margin-top: 2em;
}
footer .cont-in .info .cont .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
footer .cont-in .info .cont span {
  font-weight: 500;
}
footer .cont-in .info .cont strong {
  font-weight: 400;
  color: #c5c5c5;
}
footer .cont-in .info .copyright {
  margin-top: 3.3em;
  color: var(--gray-500);
  font-weight: 300;
}
footer .cont-in .sns {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
footer .cont-in .sns .icon {
  width: 54px;
  height: 54px;
  background: url(/images/brtech/common/instagram_w.svg) no-repeat center/60% 60%;
}
footer .cont-in .sns .icon.youtube {
  background: url(/images/brtech/common/youtube_s_w.svg) no-repeat center/62.96% 44.44%;
}
footer .cont-in .sns .icon.facebook {
  background: url(/images/brtech/common/facebook_w.svg) no-repeat center/59.25% 59.03%;
}
@media (max-width: 1480px) {
  footer .cont-in {
    margin-inline: 4em;
  }
}
@media (max-width: 1280px) {
  footer .cont-in .logo {
    width: 130px;
    height: 48px;
  }
  footer .cont-in .info-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .cont-in .info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  footer .cont-in .info .cont {
    width: 80%;
  }
  footer .cont-in .sns {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-left: -0.5em;
    padding-bottom: 2em;
  }
}
@media (max-width: 767px) {
  footer {
    padding-block: 3.52em 4.4em;
    border-radius: 1.8em 1.8em 0 0;
  }
  footer .cont-in {
    margin-inline: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .cont-in .logo {
    width: 97px;
    height: 36px;
    margin-right: 0;
  }
  footer .cont-in .info .cont {
    width: 100%;
  }
  footer .cont-in .sns {
    margin-top: 2em;
    margin-left: 0;
    padding-block: 2em;
    border-top: 1px solid var(--gray-500);
  }
  footer .cont-in .sns .icon {
    width: 44px;
    height: 44px;
  }
}

/* 파일박스 */
.filebox_wrap {
  text-align: center;
  border: 1px solid var(--border-color);
  border-radius: 5px;
  background-color: var(--white);
  padding: 2em 1em;
  cursor: pointer;
  overflow: hidden;
}
.filebox_wrap input[type=file] {
  width: 1px;
  height: 1px;
  border: 0;
  padding: 0;
  margin: -1px;
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.filebox_wrap .drop_message {
  font-size: 2em;
  margin-bottom: 0.5em;
}
.filebox_wrap .progress {
  font-size: 1.3rem;
  height: 20px;
  margin: 2em 0;
}
.filebox_wrap .bar {
  width: 0%;
  height: 20px;
  border-radius: 5px;
  background-color: var(--percent-color);
}
.filebox_wrap .percent {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.filebox_wrap .file-item {
  margin: 0 4px;
}
.filebox_wrap .file-item .file-item-thumb {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 100%;
  margin-bottom: 5px;
}
.filebox_wrap .file-item .file-item-thumb.thumbnail {
  -webkit-box-shadow: 0 0 0 3px #4872f4 inset;
          box-shadow: 0 0 0 3px #4872f4 inset;
}
.filebox_wrap .file-item .file-item-btn button {
  width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

/* 페이징 */
.paging_wrap {
  margin-top: 3rem;
}
.paging_wrap .pg_innerwrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.paging_wrap .pg_innerwrap a, .paging_wrap .pg_innerwrap span {
  width: 30px;
  height: 36px;
  margin: 0 2px;
  border-bottom: 2px solid var(--white);
  background-color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--gray-7c);
}
.paging_wrap .pg_innerwrap .pg_prev,
.paging_wrap .pg_innerwrap .pg_num,
.paging_wrap .pg_innerwrap .pg_next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.paging_wrap .pg_innerwrap .pg_prev a,
.paging_wrap .pg_innerwrap .pg_next a {
  text-indent: -1000px;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
.paging_wrap .pg_innerwrap .pg_prev a.first,
.paging_wrap .pg_innerwrap .pg_next a.first {
  background-image: url("/images/management/icon/pageing_first.png");
}
.paging_wrap .pg_innerwrap .pg_prev a.prev,
.paging_wrap .pg_innerwrap .pg_next a.prev {
  background-image: url("/images/management/icon/pageing_prev.png");
}
.paging_wrap .pg_innerwrap .pg_prev a.next,
.paging_wrap .pg_innerwrap .pg_next a.next {
  background-image: url("/images/management/icon/pageing_next.png");
}
.paging_wrap .pg_innerwrap .pg_prev a.last,
.paging_wrap .pg_innerwrap .pg_next a.last {
  background-image: url("/images/management/icon/pageing_last.png");
}
.paging_wrap .pg_innerwrap .pg_prev a {
  border-right: none;
}
.paging_wrap .pg_innerwrap .pg_next a {
  border-left: none;
}
.paging_wrap .pg_innerwrap .now {
  font-weight: 500;
  color: var(--block);
  border-color: var(--block);
}

/************************************************************************************/
/*************************************** Form ***************************************/
/************************************************************************************/
input[type=text],
input[type=date],
input[type=time],
input[type=number],
input[type=password],
select {
  height: 64px;
  padding: 10px 20px;
  border-color: var(--border-color);
  border-radius: 0;
}

@media (max-width: 1024px) {
  input[type=text],
  input[type=date],
  input[type=time],
  input[type=number],
  input[type=password],
  select {
    height: 52px;
  }
}
@media (max-width: 768px) {
  input[type=text],
  input[type=date],
  input[type=time],
  input[type=number],
  input[type=password],
  select {
    height: 42px;
    padding: 10px 14px;
  }
}
/************************************************************************************/
/*************************************** btn ***************************************/
/************************************************************************************/
/* btn */
.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2em;
  gap: 10px;
}
.btn-wrap.btn-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btn-wrap.btn-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .btn-wrap {
    gap: 4px;
  }
}

.btn-com {
  min-width: 240px;
  height: 64px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  font-size: 1.6rem;
  text-align: center;
  border-radius: 0;
}
@media (max-width: 1280px) {
  .btn-com {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .btn-com {
    font-size: 1.4rem;
  }
}
.btn-com.btn-midium {
  min-width: 192px;
  height: 56px;
}
.btn-com.btn-small {
  min-width: 132px;
  height: 48px;
}
.btn-com.btn-short {
  min-width: 120px;
}
.btn-com.btn-maincolor {
  background-color: var(--main-color);
  color: var(--white);
}
.btn-com.btn-grayline {
  border-color: var(--gray-point);
  color: var(--gray-point);
}
.btn-com.btn-blackline {
  border-color: var(--black);
  color: var(--black);
}
@media screen and (max-width: 1024px) {
  .btn-com {
    min-width: 192px;
    height: 56px;
  }
  .btn-com.btn-midium {
    min-width: 154px;
    height: 44px;
  }
  .btn-com.btn-small {
    min-width: 104px;
    height: 38px;
  }
}
@media screen and (max-width: 768px) {
  .btn-com {
    min-width: 132px;
    height: 48px;
  }
  .btn-com.btn-midium {
    min-width: 116px;
    height: 36px;
  }
  .btn-com.btn-small {
    min-width: 80px;
    height: 32px;
  }
  .btn-com.btn-short {
    min-width: 80px;
  }
}
