
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/pretendard/Pretendard-ExtraLight.woff2') format('woff2');
  font-weight:200;
}

@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/pretendard/Pretendard-Medium.woff2') format('woff2');
  font-weight:500;
}

@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/pretendard/Pretendard-SemiBold.woff2') format('woff2');
  font-weight:600;
}

@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/pretendard/Pretendard-Bold.woff2') format('woff2');
  font-weight:700;
}

@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/pretendard/Pretendard-Bold.woff2') format('woff2');
  font-weight:'bold';
}

@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/pretendard/PretendardVariable.woff2') format('woff2');
}

body{
  word-break: keep-all;
  background-color: white;
  /* font-feature-settings: "ss05"; */
  font-family: var(--font-family);
}

.pointColor{
  color: #ea535a !important;
}

.pointBackgroundColor{
  background-color: #ea535a !important;
  color: white !important;
}

.navbar-default {
  position: static;
  background-color: #ffffff;
  border-bottom: 1px solid #ececec;
}

.navbar-default .navbar-nav>li>a{
  color: #222222;
  font-size: 14px;
  font-weight: 600;
}

#g_register>a {
  font-size: 12px;
  margin-left: 32px;
}

.navbar-toggle {
  padding: 0px;
  margin-right: 0px;
  margin-top: 20px;
  margin-bottom: 18px;
}

.basecontainer{

}

.display_none{
  display: none !important;
}

.swal-icon--success__ring{
  /* border: 4px solid hsla(358, 65%,69%,.2) !important; */
  border: 4px solid rgba(12, 12, 12, 0.2) !important;
}

.swal-icon--success{
  border-color: #121212 !important;
}

.swal-icon--success__line{
  background-color: #121212 !important;
}

.swal-button{
  background-color: #191919 !important;
}

.swal2-success-ring{
  /* border: 4px solid hsla(358, 65%,69%,.2) !important; */
  border: 4px solid rgba(12, 12, 12, 0.2) !important;
}

.swal2-success-line-tip{
  background-color: #121212 !important;
}

.swal2-success-line-long{
  background-color: #121212 !important;
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.help_project_wrapper{
  width: 211px;
}

.help_tooltip_img{
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0px;
  left: 100%;
  z-index: 999;
}

.help_tooltip_parent{
  position: relative;
}

.loading {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-bottom: 30px;
  border: 3px solid rgba(12, 12, 12,.3);
  border-radius: 50%;
  border-top-color: #121212;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

.loading_size_20 {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-bottom: 0px;
  border: 3px solid rgba(67, 201,240,.3);
  border-radius: 50%;
  border-top-color: #43c9f0;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}

.project_form_input_base[disabled],
.project_form_input_base[readonly],
.project-form-input-category[readonly],
.project-form-input-category[disabled]
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

.swal-button--nosave{
  background-color: #eeeeee !important;
  color: black;
}

.img_base_css{
  max-width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
}

.img_wrapper_base_css{
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.toast-success{
  background-color: #43c9f0;
}

.loadingcontent{
  margin-bottom: 15px;
}

.loading_util{
  margin-bottom: 0px;
}

.black-mask{
  width:100%;
	height:100%;
	position:absolute;
	top:0;
	bottom:0;
	background-color:rgba(0,0,0,0.3)
}

.form_input_base{
  width: 100%;
  /*width: 600px;*/
  height: 38px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #707070;
  background-color: #ffffff;
  font-size: 16px;
  padding-left: 10px;
  padding-right: 10px;
}



/*3.5 글로벌 START*/
.welcome_content_container{
  width:1060px;
  margin-left: auto;
  margin-right: auto;
}

.welcome_content_wrapper{
  margin-top: 64px;
}

.cr_label{
  font-size: 14px !important;
  color:#808080 !important;
  font-weight: normal !important;
  margin-bottom: 8px !important;
}

.cr_input{
  /*width: 390px;*/
  width: 100%;
  height: 56px;
  border-radius: 5px;
  border: solid 1px #e6e6e6;
}

#button_search_mobile {
  display: none;
  position: relative;
  float: right;
  margin-right: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
  /* border: 0; */
  /* background-color: white; */
}

#navbar_box {
  width: 100%;
  max-width: 1176px;
  margin-left: auto;
  margin-right: auto;
}

#navbar_container {
  width: 100%;
  background-color: white;
  border-bottom: 1px solid #DADDE0;
}

@media (max-width:1176px) {
  #navbar_box {
    /* max-width: 100%; */
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width:1060px) {
  .welcome_content_container{
    /*width: 93%;*/
    width: 600px;
  }

  .welcome_content_wrapper{
    margin-top: 40px;
  }
}

@media (max-width:767px) {
  #g_register>a {
    margin-left: 0px;
  }

  .navbar-default .navbar-nav>li>a {
    margin-left: 0px;
  }

  #button_search_mobile {
    display: block;
  }

  #navbar_box {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width:650px) {
  .welcome_content_container{
    width: 93%;
  }
  .container{
    width: 100%;
  }

  #navbar_box {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width:320px) {
  .welcome_content_container{
    width: 300px;
  }
}

.Toastify__toast-container--top-center {
  z-index: 100000 !important;
}
/*3.5 글로벌 END*/