/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
dddddddd{

  align-items: center;
  background-color: #0099ff;
  border-radius: 50px;
}
.xxxxxx{
  width: 100%;
  display: block;
}
.division{
  width: 100%;
  margin-top: 30px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.219);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.219);
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  line-height: 1.8;
  color: #fff;
  background-color: #3b5998;
}


.basic_btn {
  border-radius: 5px;
  color: #107eeb;
  background-color: transparent;
  background-image: none;
  border: 1px solid;
  border-color: #107eeb;
  /* padding: 1px 10px; */
  display: inline-block;
  min-width: 80px;
  text-align: center;
}
.basic_btn>a{
  display:inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
}
.basic_btn:hover {
  background-color:#107eeb;
  color: #fff;
  transition: 0.5s all;
}

.active {
  background-color:#107eeb;
  color: #fff;
}

textarea {
  box-shadow: 0 5px 10px 0 rgb(117 145 181 / 12%);
  border: 1px solid #f1f1f1;
}

form{
  font-family: 'S-CoreDream-4Regular';
}
input, select {
  font-family: "Noto Sans KR", sans-serif;
  border-radius: .2rem;
  border: 1px solid #f1f1f1;
  height: 30px;
  padding: 0 5px;
  /* box-shadow: 0 5px 10px 0 rgb(117 145 181 / 12%); */
}

label {
  font-size: 15px;
  line-height: 1.5;
  color: #444;
}

.float-right {
  color:#107eeb;
}
.w100{
  width: 100%;
}
.w50{
  width: 50%;
}
.w10 {
  width: 10%;
}

.gcolor {
  color:#107eeb;
}

.bcolor {
  color: #107eeb;
  ;
}

.ml20 {
  margin-left: 20px;
}

.mauto {
  margin: 0 auto;
}

label span {
  color: red;
}

div.flex_no{
  display: block;
}
/* .form-group{
  display: flex;
} */

.mr10{
  margin-right: 10px;
}