@charset "UTF-8";
:root {
   --bs-navy: #002e6e;
   --bs-navy-rgb: 0, 46, 110;
   --bs-orange: #e56045;
   --bs-orange-rgb: 229, 96, 69;
   --bs-sky: #00b6f0;
   --bs-sky-rgb: 0, 182, 204;
   --bs-highlight-bg: #fff;
   --bs-body-font-sans-serif: 'SUIT', Pretendard, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue,
      Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
   --bs-body-font-family: 'Pretendard Variable', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto,
      'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', 'Apple Color Emoji',
      'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
   --bs-lemon: #ffffcc;
   --bs-ycblue: #0086c0;
   --bs-ycblue-rgb: 0, 134, 192;
   --bs-yc: #e66045;
   --bs-yc-bg-subtle: #e8f5fa;
   --bs-yc-border-subtle: #b1cad6;
}
@media (min-width: 1200px) {
   :root {
      --bs-body-font-size: 1.125rem;
   }
}

.GSAT.container-xxl {
   max-width: 1560px !important;
}

/**** bootstrap-edit S ****/
* {
   padding: 0;
   margin: 0;
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
}

/**** Button S ****/
.text-navy {
   color: var(--bs-navy) !important;
}
.bg-navy {
   background-color: var(--bs-navy) !important;
}
.border-navy {
   border-color: var(--bs-navy) !important;
}
.text-sky {
   color: var(--bs-sky) !important;
}
.bg-sky {
   background-color: var(--bs-sky) !important;
}
.border-sky {
   border-color: var(--bs-sky) !important;
}
.btn-navy {
   --bs-btn-color: #fff;
   --bs-btn-bg: #353f56;
   --bs-btn-border-color: #353f56;
   --bs-btn-hover-color: #fff;
   --bs-btn-hover-bg: #002e6e;
   --bs-btn-hover-border-color: #002861;
   --bs-btn-focus-shadow-rgb: 49, 132, 253;
   --bs-btn-active-color: #fff;
   --bs-btn-active-bg: #002861;
   --bs-btn-active-border-color: #002354;
   --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
   --bs-btn-disabled-color: #fff;
   --bs-btn-disabled-bg: #353f56;
   --bs-btn-disabled-border-color: #353f56;
   padding: 0.5625rem 1rem 0.5625rem 1.5rem;
   border-radius: 50rem;
}
.btn-orange {
   --bs-btn-color: #fff;
   --bs-btn-bg: #e56045;
   --bs-btn-border-color: #e56045;
   --bs-btn-hover-color: #cc553d;
   --bs-btn-hover-bg: #fff;
   --bs-btn-hover-border-color: #bf5039;
   --bs-btn-focus-shadow-rgb: 225, 83, 97;
   --bs-btn-active-color: #fff;
   --bs-btn-active-bg: #bf5039;
   --bs-btn-active-border-color: #b24a36;
   --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
   --bs-btn-disabled-color: #fff;
   --bs-btn-disabled-bg: #e56045;
   --bs-btn-disabled-border-color: #e56045;
   padding-left: 1.125rem;
   padding-right: 0.75rem;
   font-size: 0.875rem;
   border-radius: 50rem;
}

.btn-green {
   --bs-btn-color: #fff;
   --bs-btn-bg: #00a67c;
   --bs-btn-border-color: #00a67c;
   --bs-btn-hover-color: #009973;
   --bs-btn-hover-bg: #fff;
   --bs-btn-hover-border-color: #008c69;
   --bs-btn-focus-shadow-rgb: 49, 132, 253;
   --bs-btn-active-color: #fff;
   --bs-btn-active-bg: #008c69;
   --bs-btn-active-border-color: #008060;
   --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
   --bs-btn-disabled-color: #fff;
   --bs-btn-disabled-bg: #00a67c;
   --bs-btn-disabled-border-color: #00a67c;
   padding-left: 1.5rem;
   padding-right: 1.5rem;
   font-weight: 700;
   border-radius: 50rem;
}
.sort {
   display: flex;
   flex-wrap: wrap;
   padding-left: 0;
   margin-bottom: 0;
   list-style: none;
}
.sort-pills .sort-link.active,
.sort-pills .show > .sort-link {
   color: var(--bs-orange);
   font-weight: 700;
   background-color: #fff4ed;
   border: 1px solid var(--bs-orange);
}
.sort-link {
   display: block;
   padding: 0.75rem 1rem;
   font-size: 1rem;
   font-weight: 400;
   line-height: 1.5;
   text-align: center;
   color: var(--bs-secondary);
   background-color: #fff;
   text-decoration: none;
   border: 1px solid var(--bs-border-color);
   border-radius: var(--bs-border-radius-sm);
   transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.sort-link:hover {
   color: rgba(var(--bs-orange-rgb), 1);
   border-color: rgba(var(--bs-orange-rgb), 0.5);
}
/**** Button E ****/

html,
body {
   font-family: 'Pretendard Variable', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto,
      'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', 'Apple Color Emoji',
      'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
   font-size: 16px !important;
   color: #ffffff;
   font-weight: 400;
   height: 100%;
   background-color: #000000;
}
@media (min-width: 1200px) {
   :root {
      --bs-body-font-size: 1.125rem;
   }
}

ul,
ol,
li {
   list-style: none;
}

a {
   text-decoration: none;
   color: #ffffff;
}

a:hover {
   text-decoration: none;
}

a:visited {
   text-decoration: none;
}

a:active {
   text-decoration: none;
}

table {
   border-collapse: collapse;
}

input:-ms-input-placeholder {
   color: #f00;
}

input::-webkit-input-placeholder {
   color: #f00;
}

input::-moz-placeholder {
   color: #f00;
}

input::-moz-placeholder {
   color: #f00;
}

[tabindex='-1']:focus {
   outline: 0 !important;
}

input[type='radio'],
input[type='checkbox'] {
   box-sizing: border-box;
   padding: 0;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
   -webkit-appearance: button;
   /* border: none; */
}

img {
   vertical-align: top;
}

/********* border S *********/
.b1r {
   border: 1px solid red !important;
}
.b1b {
   border: 1px solid #000000 !important;
}
.b1d {
   border: 1px solid #dddddd;
}

.br1d {
   border-right: 1px solid #dddddd;
}
.bb1e {
   border-bottom: 1px solid #eeeeee;
}
.border-dedede {
   border: 1px solid #dedede;
}
/********* border E *********/

/********* font-weight S *********/
.fw-100 {
   font-weight: 100 !important;
}
.fw-200 {
   font-weight: 200 !important;
}
.fw-300 {
   font-weight: 300 !important;
}
.fw-400 {
   font-weight: 400 !important;
}
.fw-500 {
   font-weight: 500 !important;
}
.fw-600 {
   font-weight: 600 !important;
}
.fw-700 {
   font-weight: 700 !important;
}
.fw-800 {
   font-weight: 800 !important;
}
.fw-900 {
   font-weight: 900 !important;
}
/********* font-weight E *********/

/********* Color S *********/
.fc-0066b3 {
   color: #0066b3 !important;
}
.fc-dc3545 {
   color: #dc3545 !important;
}
.fc-333333 {
   color: #333333 !important;
}
.fc-e56045 {
   color: #e56045 !important;
}
.fc-6c757d {
   color: #6c757d !important;
}
.fc-495057 {
   color: #495057 !important;
}
.fc-010101 {
   color: #010101 !important;
}
.fc-e4f5b8 {
   color: #e4f5b8 !important;
}
.fc-495057 {
   color: #495057;
}
/********* Color E *********/

/********* font-size S *********/
.fs-12 {
   font-size: 12px !important;
}
.fs-13 {
   font-size: 13px !important;
}
.fs-14 {
   font-size: 14px !important;
}
.fs-15 {
   font-size: 15px !important;
}
.fs-16 {
   font-size: 16px !important;
}
.fs-17 {
   font-size: 17px !important;
}
.fs-18 {
   font-size: 18px !important;
}
.fs-19 {
   font-size: 19px !important;
}
.fs-20 {
   font-size: 20px !important;
}
.fs-21 {
   font-size: 21px !important;
}
.fs-22 {
   font-size: 22px !important;
}
.fs-23 {
   font-size: 23px !important;
}
.fs-24 {
   font-size: 24px !important;
}
.fs-25 {
   font-size: 25px !important;
}
.fs-26 {
   font-size: 26px !important;
}
.fs-27 {
   font-size: 27px !important;
}
.fs-28 {
   font-size: 28px !important;
}
.fs-29 {
   font-size: 29px !important;
}
.fs-30 {
   font-size: 30px !important;
}
.fs-31 {
   font-size: 31px !important;
}
.fs-32 {
   font-size: 32px !important;
}
.fs-33 {
   font-size: 33px !important;
}
.fs-34 {
   font-size: 34px !important;
}
.fs-35 {
   font-size: 35px !important;
}
.fs-36 {
   font-size: 36px !important;
}
.fs-37 {
   font-size: 37px !important;
}
.fs-38 {
   font-size: 38px !important;
}
.fs-39 {
   font-size: 39px !important;
}
.fs-40 {
   font-size: 40px !important;
}
.fs-41 {
   font-size: 41px !important;
}
.fs-42 {
   font-size: 42px !important;
}
.fs-48 {
   font-size: 48px !important;
}
.fs-54 {
   font-size: 54px !important;
}
.fs-58 {
   font-size: 58px !important;
}
.fs-60 {
   font-size: 60px !important;
}
.fs-72 {
   font-size: 72px !important;
}
/********* font-size E *********/

/********* line-height S *********/
.lh-1_5 {
   line-height: 1.5 !important;
}
.lh-22 {
   line-height: 22px !important;
}
.lh-23 {
   line-height: 23px !important;
}
.lh-24 {
   line-height: 24px !important;
}
.lh-25 {
   line-height: 25px !important;
}
.lh-26 {
   line-height: 26px !important;
}
.lh-27 {
   line-height: 27px !important;
}
.lh-28 {
   line-height: 28px !important;
}
.lh-29 {
   line-height: 29px !important;
}
.lh-30 {
   line-height: 30px !important;
}
.lh-31 {
   line-height: 31px !important;
}
.lh-32 {
   line-height: 32px !important;
}
.lh-33 {
   line-height: 33px !important;
}
.lh-35 {
   line-height: 35px !important;
}
.lh-36 {
   line-height: 36px !important;
}
.lh-41 {
   line-height: 41px !important;
}
.lh-45 {
   line-height: 45px !important;
}
.lh-48 {
   line-height: 48px !important;
}
.lh-54 {
   line-height: 54px !important;
}
.lh-81 {
   line-height: 81px !important;
}
/********* line-height E *********/

/********* Top메뉴 S *********/
.back-to-top {
   position: fixed;
   display: none;
   background: #e95a3a;
   color: #fff;
   width: 50px;
   height: 50px;
   text-align: center;
   line-height: 1;
   font-size: 12px;
   border-radius: 50%;
   right: 15px;
   bottom: 15px;
   transition: background 0.5s;
   z-index: 99999999911;
   display: flex;
   justify-content: center;
   align-items: center;
}
/********* Top메뉴 E *********/

/********* 하단 footer S *********/
#footer {
   width: 100%;
   min-height: 253px;
   background-color: #000;
   color: #fff !important;
   padding: 50px 40px;
}
#footer .logo img {
   width: 150px;
}
#footer .icons i {
   font-size: 30px;
   color: #fff;
   margin-right: 25px;
}
@media (max-width: 576px) {
   #footer {
      padding: 30px 15px;
   }
}
/********* 하단 footer E *********/

/********* 팝업레이어 S *********/
#hd_pop {
   z-index: 1000;
   position: relative;
   margin: 0 auto;
   height: 0;
}

#hd_pop h2 {
   position: absolute;
   font-size: 0;
   line-height: 0;
   overflow: hidden;
}

.hd_pops {
   position: absolute;
   border: 1px solid #e9e9e9;
   background: #fff;
}

.hd_pops2 {
   position: absolute;
   background: #fff;
}
.hd_pops img {
   max-width: 100%;
}
.hd_pops2 img {
   max-width: 100%;
   height: auto;
}

.hd_pops_con2 {
   border: 10px solid #e7eeff;
   padding: 10px;
}
.hd_pops_con .title_wrap {
   display: flex;
   justify-content: space-between;
   border-bottom: 2px solid #e7eeff;
   margin-bottom: 10px;
   min-height: 70px;
   padding-bottom: 10px;
   font-size: 24px;
   font-weight: 700;
   color: #ff0000;
}
.hd_pops_con .title_wrap h1 {
   align-self: flex-end;
}
.hd_pops_con .title_wrap h5 {
   font-size: 12px;
   font-weight: 400;
   color: #000;
   align-items: flex-start;
}

.hd_pops_footer {
   padding: 0;
   background: #000;
   color: #fff;
   text-align: left;
   position: relative;
}

.hd_pops_footer:after {
   display: block;
   visibility: hidden;
   clear: both;
   content: '';
}

.hd_pops_footer button {
   padding: 10px;
   border: 0;
   color: #fff;
}

.hd_pops_footer .hd_pops_reject {
   background: #000;
   text-align: left;
}

.hd_pops_footer .hd_pops_close {
   background: #393939;
   position: absolute;
   top: 0;
   right: 0;
}
/********* 팝업레이어 E *********/
