
@font-face {
  font-family: 'GmarketSansMedium';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GmarketSansLight';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GmarketSansBold';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,pre,a,abbr,acronym,cite,code,del,dfn,em,img,ins,q,s,samp,strike,strong,sub,sup,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,embed {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: 'GmarketSansMedium' ;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  
}

p {
  margin-top: 0;
  margin-bottom: 0rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }


ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

  a {
    color: #333;
    text-decoration: none;
}

a:visited,a:active {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

input,select {
  font-size: 100%;
  vertical-align: middle
}

ol,ul,li {
  list-style: none
}

fieldset,blockquote,iframe {
  border: none
}

i,em,u,cite {
  font-style: normal
}

h1,h2,h3,h4,h5 {
  clear: both;
  font-family: 'GmarketSansMedium' ;
  font-weight: 700
}

legend,caption {
  clear: both;
  display: none
}

form {
  display: inline;
  width: 100%;
}

input[type=text]::-ms-clear {
  display: none
}

::-ms-clear {
  display: none
}

button {
  font-family: 'GmarketSansMedium' ;
}

input[type="text"]:disabled {
  background: #f9f9f9;
}

table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0
}

th,td {
  border-collapse: collapse
}

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.text-replace {
  overflow: hidden;
  height: 0;
  font: 0/0 Arial;
  text-indent: -1000em
}

.hidden {
  display: none
}

pre,
code,
kbd,
samp {
  font-family: 'GmarketSansMedium' ;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none;
  border: 0;
}

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
}

button {
  border-radius: 0;
  border:none;
}

.btn:active, .btn:focus { border: none; box-shadow: none; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

header {
    overflow: hidden;
    width: 100%;
    height: 60px;
    background: none;
    background-color: #093687;
}

label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  width: 100%;
}

[type="checkbox"] {
  appearance: none;
  position: relative;
  border: max(2px, 0.1em) solid rgb(66, 4, 4);
  border-radius: 1.25em;
  width: 2.25em;
  height: 1.25em;
}

[type="checkbox"]::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  transform: scale(0.8);
  background-color: gray;
  transition: left 250ms linear;
}

[type="checkbox"]:checked {
  background-color: rgb(194, 44, 17);
  border-color: rgb(146, 32, 11);
}

[type="checkbox"]:checked::before {
  background-color: white;
  left: 1em;
}

[type="checkbox"]:disabled {
  border-color: lightgray;
  opacity: 0.7;
  cursor: not-allowed;
}

[type="checkbox"]:disabled:before {
  background-color: lightgray;
}

[type="checkbox"]:disabled + span {
  opacity: 0.7;
  cursor: not-allowed;
}

[type="checkbox"]:focus-visible {
  outline-offset: max(2px, 0.1em);
  outline: max(2px, 0.1em) solid tomato;
}

[type="checkbox"]:enabled:hover {
  box-shadow: 0 0 0 max(4px, 0.2em) lightgray;
}


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

.down {
  color: #1261c4 !important;
}

.up {
  color: #c84a31 !important;
}

.blue {
  color: #1261c4 !important;
}

.red {
  color: #c84a31 !important;
}

.green {
  color: #31c845 !important;
}

.green-bg{
  background-color: #31c845 !important;
}

.gray-bg{
  background-color: #555555 !important;
}

.pre-wrap{
  white-space: pre-wrap;
}

.cursor-pointer{
  cursor: pointer;
}

.w-100 {
  width:100% !important;
}


.btn-line-green{
  border:1px #31c845 solid;
  color: #31c845;
  padding: 8px 20px;
  border-radius: 5px;
}

.btn-line-red{
  border:1px #c84a31 solid;
  color: #c84a31;
  padding: 8px 20px;
  border-radius: 5px;
}

/* 팝업창 css */

.bs02-content{
  display: flex;
  flex-direction: column;
  width: 100%;
}

.bs02-content-input{
  padding: 0;
}

.bs02-content-form{
  display: flex;
  width: 100%;
  border: 1px solid rgb(208, 208, 208);
  border-radius: 2px;
  background: rgb(255, 255, 255);
  box-sizing: border-box;
  font-weight: 400;
  height: 44px;
  font-size: 14px;
  line-height: 21px;
}

.bs02-content-form input{
  border: unset;
  outline: unset;
  flex: 1 1 0%;
  background: transparent;
  padding: 0px 10px 0px 10px;
  color: rgb(51, 51, 51);
  text-align: left;
  width: 100%;
}

.bs02-content2{
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 5px;
}

.bs02-content2 .bs02-content-form{
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 5px;
}


.popup-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  z-index: 1000;
}
.popup-box{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.popup-box.hide {
  display: block;
}

.popup-box.has-filter {
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.popup-box .content {
  width: 500px;
  padding: 20px;
  background: #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
  overflow: auto;
  height: 100%;
}

.popup-content{
  font-size: 14px;
}

.popuph2{
  font-size: 20px;
  margin: 20px 0px;
  text-align: left !important;
  
}

.popuph3{
  font-size: 20px;
  margin: 10px 0px;
}

.popup-btn{
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 13px;
}

.popup-btn button:nth-child(1){
  flex: 1 1 50%;
  padding: 10px 0px;
  cursor: pointer;
}

.popup-btn button:nth-child(1){
  flex: 1 1 50%;
  padding: 10px 0px;
  background-color: #b90000;
  color: #fff;
  cursor: pointer;
}

.popup-btn2{
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 13px;
}

.popup-btn2 button:nth-child(1){
  flex: 1 1 30%;
  padding: 10px 0px;
  cursor: pointer;
}

.popup-btn2 button:nth-child(2){
  flex: 1 1 30%;
  padding: 10px 0px;
  background-color: #242424;
  color: #fff;
  cursor: pointer;
}

.popup-btn2 button:nth-child(3){
  flex: 1 1 30%;
  padding: 10px 0px;
  background-color: #b90000;
  color: #fff;
  cursor: pointer;
}

.popup-head{
  display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    top: 0;
    width: 100%;
    padding-top: 20px;
}

.popup-emty{
  flex:1 1 33%;
}

.popup-head .popup-back{
  flex:1 1 33%;
  text-align: left;
  font-size: 20px;
  padding-left: 10px;
}

.popup-head h2{
  flex:1 1 33%;
  text-align: center;
  white-space: nowrap;
}


.popup-row{
  
  margin-bottom: 20px;
}

.popup-line{
  display: flex;
  justify-content:space-between;
  align-items: center;
  width: 100%;
  border-bottom: 1px #ebebeb solid;
  padding-bottom: 5px;
  margin-top: 10px;
}

.popup-line .alarm{
  cursor: pointer;
}


.login-form{
  margin-bottom: 20px;
}


.select {
  position: relative;
  display: inline-block;
  width: 200px;
  margin: 20px;
}

.select select {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  cursor: pointer;
}

.select::after {
  content: '\25BC';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  pointer-events: none;
  color: #555;
}

.login-form select{
  width: 100%;
    border: 1px solid rgb(208, 208, 208);
}

.add-f-check{
  display: flex;
  border-left: 1px #ccc solid;
}

.add-f-check button{
  border-left: 1px #ccc solid;
}

.bs02-content em {
  font-size: 11px;
    margin-top: 5px;
    color: #f98a8a;
}

.terms li{
  display: flex;
    gap: 10px;
    margin-bottom: 10px;
    align-items: center;
    white-space: nowrap;
}

.terms li:nth-child(2){
  margin-bottom: 10px;
}


.terms li label span:nth-child(2){
  cursor: pointer;
  font-size: 10px;
}

.register-box{
  padding: 20px 20px;
}

/* 로그인 */

.login-box input[type=text], .login-box input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}


.login-box button {
  background-color: rgb(187 49 49);
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}

.login-box button:hover {
  opacity: 0.8;
}


.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}


.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}

img.logo-t {
  width: 100px;
}

.container {
  padding: 16px;
}

span.psw {
  float: right;
  padding-top: 16px;
}

.login-box label{
  color: #fff;
  white-space: nowrap;
  margin-right: 20px;
}

.logo-text {
  color: #fff;
  margin-top: 10px;
  font-size: 30px;
  font-weight: bold;
  font-family: 'GmarketSansBold';
}

.checked-box{
  display: flex;
  justify-self: start;
  align-items: center;
  margin: 10px 0px;
}

.join-box {
  max-width: 600px;
  margin: 0 auto;
}