/*** reset ***/
html {
  -webkit-text-size-adjust: none;
  width: 100%;
}

body {
  position: relative;
  height: 100%;
  width: 100%;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

html,
body {
  width: 100%;
  max-width: 500px;
  font-size: 14px;
  color: #0D2F3F;
  font-weight: 300;
  letter-spacing: -0.03em;
  line-height: 1.6;
}

html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
p,
strong,
span,
em,
a,
table,
th,
td,
caption,
input,
button,
textarea,
label,
form,
legend,
fieldset,
select,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
img {
  padding: 0;
  margin: 0;
  border: 0;
  color: inherit;
  background: none;
  line-height: inherit;
  font-size: inherit;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  vertical-align: middle;
  font-size: 14px
}

input,
select {
  background-color: #fff;
  height: 30px
}

/*input {-webkit-appearance:none; border-radius:0}*/
textarea {
  outline: none
}

button,
input {
  height: 30px;
  outline: none
}

select,
button {
  cursor: pointer
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: middle
}

a {
  color: inherit;
  text-decoration: none
}

em {
  font-style: normal
}

strong {
  font-weight: 600
}

* {
  font-family: "Noto Sans KR";
  font-weight: 400;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  color: #0D2F3F
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0D2F3F
}

.full-width {
  width: 100% !important;
}

.half-width {
  width: 50% !important;
}

.float-right {
  float: right !important;
}

.float-left {
  float: left !important;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.bg-beige {
  background-color: #F8F7F1 !important;
}

.border-orange {
  border: 1px solid #ffb33f !important;
}

.bg-primary {
  background-color: #EDB33C !important;
}

.bg-primary2 {
  background-color: #286F6C !important;
}

.bg-orange {
  background-color: #ffb33f !important;
}

.bg-red {
  background-color: #ed553c !important;
}

.bg-green {
  background-color: #286F6C !important;
}

.bg-green2 {
  background-color: #0e743b !important;
}

.bg-skyblue {
  background-color: #60b5d8 !important;
}

.bg-whitegray {
  background-color: #bbb !important;
}

.bg-333 {
  background-color: #333 !important;
}

.bg-blue {
  background-color: #007aff !important;
}

.bg-navy {
  background-color: #0D2F3F !important;
}

.bg-cyan {
  background-color: #b7dee8 !important;
}

.bg-cyan2 {
  background-color: #eaf9fd !important;
}

.bg-f8f8f8 {
  background-color: #f8f8f8 !important;
}

.bg-f9f9f9 {
  background-color: #f9f9f9 !important;
}

.text-navy,
.text-navy:hover,
.text-navy:active,
.text-navy:focus {
  color: #0D2F3F !important;
}

.text-green,
.text-green:hover,
.text-green:active,
.text-green:focus {
  color: #286F6C !important;
}

.text-purple,
.text-purple:hover,
.text-purple:active,
.text-purple:focus {
  color: #8e22ee !important;
}

.text-red,
.text-red:hover,
.text-red:active,
.text-red:focus {
  color: #dd0228 !important;
}

.text-primary,
.text-primary:hover,
.text-primary:active,
.text-primary:focus {
  color: #EDB33C !important;
}

.text-primary2 {
  color: #286F6C !important;
}

.text-orange {
  color: #ff9123 !important;
}

.text-orange2 {
  color: #fbb714 !important;
}

.text-white,
.text-white:hover,
.text-white:active,
.text-white:focus {
  color: white !important;
}

.text-blue,
.text-blue:hover,
.text-blue:active,
.text-blue:focus {
  color: #007aff !important;
}

.text-green2,
.text-green2:hover,
.text-green2:active,
.text-green2:focus {
  color: #0e743b !important;
}

.bg-464646 {
  background-color: #464646 !important;
}

.text-333,
.text-333:hover,
.text-333:active,
.text-333:focus {
  color: #333 !important;
}

.text-888,
.text-888:hover,
.text-888:active,
.text-888:focus {
  color: #888 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.btn {
  width: auto;
  min-width: 50px;
  text-align: center;
  padding: 0 15px;
  height: 40px;
  line-height: 38px;
  border-radius: 40px;
  color: #1f1f1f;
  font-size: 14px;
  display: inline-block;
  border: 0 !important
}

.btn_link {
  font-weight: 600;
  border-bottom: 1px solid #0D2F3F;
  padding: 0;
  height: auto;
  line-height: 1;
  color: #0D2F3F;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
.btn:hover,
.btn:focus,
.btn:active,
:not(.btn-check)+.btn:active {
  color: inherit;
  background-color: inherit;
  border: 0;
  border-width: 0
}

.btn_link:hover,
.btn_link:focus,
.btn_link:active {
  border-bottom: 1px solid;
  color: #222;
  box-shadow: none;
}

.btn_large {
  height: 48px;
  line-height: 48px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500
}

.upImg {
  width: 260px;
  height: 150px;
  overflow: hidden;
  margin-right: 5px;
  display: flex;
  float: left;
  vertical-align: top;
  position: relative;
  border: 1px solid #eee;
  margin-bottom: 10px;
}

.upImg.addImg {
  background-color: #F8F7F1;
}

.upImg img {
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0 auto
}

.upImg a {
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 8px;
  right: 8px;
}

.upImg .btn_del_img {
  position: absolute;
  top: 10px;
  right: 10px
}

.upImg .btn_add_img {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

.upImg .btn_add_img label {
  height: 100%;
  width: 100%
}

.upImg .btn_add_img span {
  position: absolute;
  top: 50%;
  right: auto;
  left: 50%;
  bottom: auto;
  display: inline-block;
  margin: auto;
  width: 41px;
  transform: translate3d(-50%, -50%, 0);
  color: #0D2F3F
}

.upImg .btn_add_img span img {
  width: 41px;
  height: 36px;
  margin-bottom: 5px
}

.img_wrap {
  display: inline-block
}

.img_wrap:after {
  display: block;
  content: '';
  clear: both
}

.info_txt {
  font-size: 12px;
  color: #888;
  margin-top: 3px;
  display: inline-block;
  vertical-align: top
}

.btn_del {
  position: absolute;
  right: 5px;
  top: 7px;
  opacity: 1;
  width: 20px;
  height: 20px;
}

.btn_del:active {
  opacity: 0.8;
}

.btn_del:before {
  transform: rotate(45deg);
}

.btn_del:after {
  transform: rotate(-45deg);
}

.btn_del:before,
.btn_del:after {
  display: block;
  content: "";
  width: 13px;
  height: 2px;
  background-color: #1f1f1f;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.btn_del:active:before {
  background-color: #a01017;
}

/*
.btn_add_img {
    right: 5px;
    top: 7px;
    opacity: 1;
    width: 20px;
    height: 20px;
} */

/*** pagination ***/
.pagination {
  display: block;
  margin: 10px auto 0;
  text-align: center
}

.pagination button {
  background-color: #383F51;
  width: 18px;
  height: auto;
  line-height: 1;
  border-radius: 3px;
}

.pagination button i {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  padding-top: 1px
}

.pagination .pages {
  display: inline-block;
  padding: 0 10px;
  vertical-align: top;
  margin-top: -3px
}

.pagination .pages .page {
  display: inline-block;
  padding: 0 2px;
  vertical-align: top;
  font-size: 16px;
  color: #888
}

.pagination .pages .page.on {
  color: #ed553c
}

.pagination .pages .page:hover {
  color: #222
}

html,
body {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  background-color: #fff
}

#container {
  min-height: 100vh;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
}

.cont_inner {
  display: flex;
  flex-direction: column;
  flex: auto;
  padding: 20px 20px 40px 20px
}

/* left_menu */

#login #container,
#join #container,
.find #container {
  padding-bottom: 0
}

#sidemenu {
  position: fixed;
  width: 220px;
  height: 100dvh;
  z-index: 9999;
  height: 100vh;
  background-color: #F8F7F1;
  top: 0;
  right: -100%;
  transition: 500ms;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

#sidemenu.open {
  right: 0
}

.memb_info:after {
  display: block;
  content: '';
  clear: both
}

.memb_info img {
  width: 35px;
  float: left;
}

.memb_info dl {
  width: calc(100% - 35px);
  padding-left: 10px;
  float: left
}

.memb_info dl dt {
  color: #0D2F3F;
  font-size: 14px;
  font-weight: medium
}

.memb_info dl dd {
  color: #C9C8C4;
  font-size: 10px;
}

.comp_info {
  font-size: 14px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #EDECE5;
}

.comp_info P {
  font-size: 12px;
  margin-bottom: 10px
}

.comp_info P label {
  font-weight: 500;
  display: block;
  margin-bottom: 2px
}

#sidemenu ul {
  margin-top: 20px
}

#sidemenu ul li {
  /* padding:0 18px; */
  height: 35px;
  line-height: 35px;
  font-size: 13px;
  color: #0D2F3F;
  border-radius: 10px;
  font-weight: 500
}

#sidemenu ul li:hover,
#sidemenu ul li:focus,
#sidemenu ul li:active {
  background-color: #EDECE5
}

#sidemenu ul li.on {
  background-color: #EDECE5
}

#sidemenu ul.gnb_mypage {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #EDECE5
}

/* header */
#header {
  height: 60px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  width: 100%;
  background-color: #EDB33C;
  z-index: 999
}

.header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%
}

#header h1 {
  font-size: 20px;
  position: relative;
  color: #0D2F3F
}

.btn_back,
.btn_sidemenu {
  width: 25px;
  height: 25px;
}

/* .admin_info{display: flex; align-items: center}
  .admin_info span{color:#343A40; display:inline-flex; align-items: center;}
  .admin_info .btns{padding-right:20px; margin-right:20px; position:relative;}
  .admin_info .btns:after{display:block; content:''; width:1px; height:100%; background-color:#d9d9d9; position:absolute; top:0; bottom:0; right:0}
  .admin_info .btns .btn_login {display:flex}
  .admin_info .btns .btn_login span{display:flex; margin-left:10px}
  .admin_info .btns .btn_login img{background-color:#FFE6E6; width:30px; height:30px; border-radius:10px; padding:8px}
  .hd_id{display:inline-block; margin-right:15px}
  .admin_img{display:inline-block; width:30px; height:30px; border:3px solid #286F6C; border-radius:30px; padding:5px; background-color:#fff; overflow:hidden}
  .hd_id b.user_name{display:inline-block; margin:0 5px} */

/* bottom_menu */
#bottom_menu {
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 500px;
  height: 60px;
  background-color: #F8F7F1;
  z-index: 9
}

#bottom_menu ul {
  display: flex;
  justify-content: space-around;
}

#bottom_menu ul li {
  position: relative;
  padding-top: 28px;
  margin-top: 5px;
  width: 25%;
  justify-content: center;
  display: flex;
  text-align: center;
  color: rgba(126, 126, 126, .39);
  font-size: 12px;
  font-weight: 500;
}

#bottom_menu ul li .bm_icon {
  display: block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto
}

#bottom_menu ul li:nth-child(1) .bm_icon {
  background-image: url('../img/bm_ad.svg')
}

#bottom_menu ul li:nth-child(2) .bm_icon {
  background-image: url('../img/bm_home.svg')
}

#bottom_menu ul li:nth-child(3) .bm_icon {
  background-image: url('../img/bm_zzim.svg')
}

#bottom_menu ul li:nth-child(4) .bm_icon {
  background-image: url('../img/bm_mypage.svg')
}

#bottom_menu ul li.on {
  color: #edb33c
}

#bottom_menu ul li.on .bm_icon:after {
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  z-index: -1;
  border-radius: 30px;
  background-color: #FFEECC;
  position: absolute;
  bottom: -5px;
  right: -5px;
}

#bottom_menu ul li.on:nth-child(1) .bm_icon {
  background-image: url('../img/bm_ad_active.svg')
}

#bottom_menu ul li.on:nth-child(2) .bm_icon {
  background-image: url('../img/bm_home_active.svg')
}

#bottom_menu ul li.on:nth-child(3) .bm_icon {
  background-image: url('../img/bm_zzim_active.svg')
}

#bottom_menu ul li.on:nth-child(4) .bm_icon {
  background-image: url('../img/bm_mypage_active.svg')
}

/* container */
body {
  background-color: #F8F7F1
}

#contents {
  width: 100%;
  padding: 70px 0 0 260px;
  box-sizing: border-box;
}

.search_area {
  background-color: #e8e6ef;
  padding: 0 10px;
  height: 50px;
  display: flex
}

.search_area ul {
  display: flex;
  align-items: center
}


.depth02_logo {
  position: absolute;
  right: 20px;
  opacity: .8;
  font-size: 15px;
  font-weight: 300
}

.depth02_logo img {
  width: 115px;
  margin-left: 10px;
  margin-top: -3px;
}

/* .cont_inner {} */

.table_area {
  background-color: #fff
}

.table_area table th {
  background-color: #e2e0e9;
  padding: 5px 5px 6px;
  border-right: 1px solid #c9c6d9;
  /* color: #fff; */
  text-align: center;
  font-weight: normal;
}

thead {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%
}

.table_area table th:last-child {
  border-right: 0
}

.table_area table td {
  padding: 5px 5px 6px;
  max-height: 35px;
  border-bottom: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  text-align: center
}

.table_area table td:last-child {
  border-right: 0
}

.tabmenus {
  margin-bottom: 10px
}

.tabmenus ul li {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #e2e0e9;
  padding: 5px 10px 6px;
  font-size: 15px;
  cursor: pointer;
  position: relative;
  z-index: 0;
  min-width: 120px;
  text-align: center;
  border-radius: 4px 4px 0 0;
  box-sizing: border-box;
  color: #c9c6d9;
  border-bottom: 1px solid transparent;
}

.tabmenus ul li.on {
  border: 1px solid #c9c6d9;
  background-color: #c9c6d9;
  color: #383f51;
  border-bottom: 1px solid transparent;
  z-index: 1
}

.tab {
  display: none;
}

.tab.on {
  display: block
}

.togglebtns {
  border-radius: 40px;
  border: 1px solid #EDB33C;
  background-color: #fff;
  display: flex;
  overflow: hidden
}

.togglebtns li {
  color: #EDB33C;
  text-align: center;
  height: 48px;
  line-height: 48px;
  font-size: 16px
}

.togglebtns li.on {
  color: #fff;
  background-color: #EDB33C
}

.togglebtns.dev2 li {
  width: 50%;
}

.switch {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}

.switch [type="checkbox"] {
  appearance: none;
  position: relative;
  border: max(2px, 0.1em) solid #d9d9d9;
  border-radius: 1.25em;
  width: 5em;
  height: 2.5em;
}

.switch [type="checkbox"]::before {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 2.3em;
  height: 2.3em;
  border-radius: 50%;
  transform: scale(0.8);
  background-color: #d9d9d9;
  transition: left 250ms linear;
}

.switch [type="checkbox"]:checked {
  background-color: #286F6C;
  border-color: #286F6C;
}

.switch [type="checkbox"]:checked::before {
  background-color: white;
  left: auto;
  right: 0;
}

.switch [type="checkbox"]:disabled {
  border-color: lightgray;
  opacity: 0.7;
  cursor: not-allowed;
}

.switch [type="checkbox"]:disabled:before {
  background-color: lightgray;
}

.switch [type="checkbox"]:disabled+span {
  opacity: 0.7;
  cursor: not-allowed;
}

.switch [type="checkbox"]:focus-visible {
  outline-offset: max(2px, 0.1em);
  outline: max(2px, 0.1em) solid tomato;
}

.switch [type="checkbox"]:enabled:hover {
  box-shadow: 0 0 0 max(4px, 0.2em) lightgray;
}

/* .readonly input[readonly],
.readonly input[readonly="readonly"],
.readonly input {} */

input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border-radius: 20px !important
}

.form-check .form-check-label {
  display: inline-block;
  height: 20px;
  line-height: 22px;
  vertical-align: middle;
  font-size: 15px;
  padding-left: 5px
}


.date_wrap {
  position: relative;
  display: inline-block;
  height: 100%
}

.form-group .date_wrap input[type='text'] {
  min-width: 100px;
  width: 160px
}

.date_wrap:after {
  display: block;
  content: '';
  clear: both;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  background-image: url('../img/date.svg');
  background-position: center;
  background-size: 15px;
  background-repeat: no-repeat
}

.date_wrap input {
  padding-right: 30px !important
}

/* mocal */
/* .modal {} */

.alert_txt {
  padding: 20px 0
}

.modal-footer {
  padding: 5px;
  margin: 0
}

/* popup */

.popup_wrap {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .3);
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: none
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: auto;
  margin: auto;
  display: none;
  height: auto;
  background-color: #fff;
  text-align: center;
  box-sizing: border-box;
  z-index: 9999;
  border-radius: 6px;
  box-shadow: 3px 5px 5px rgb(0 0 0 / 20%);
  overflow: hidden
}

.popup_header {
  text-align: left;
  padding: 15px 15px 0;
  position: relative;
}

.popup_header h3 {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  position: relative;
  margin-bottom: 0;
}

.popup_header .close {
  width: 15px;
  height: 15px;
  top: 15px;
  right: 15px;
  margin: auto;
  position: absolute;
  cursor: pointer
}

.popup_content {
  padding: 15px;
  text-align: left;
  font-size: 15px;
}

.popup_content .form-group {
  border-bottom: 0;
  padding-bottom: 5px;
  width: 100%
}

.popup_content .form-group .control-label {
  margin: 0;
  padding: 0;
  background-color: transparent;
  width: 65px;
  height: 35px;
  line-height: 35px;
  padding-top: 0;
}

.popup .popup_content .form-group .input_box {
  width: calc(100% - 68px);
  padding: 0
}

.popup .popup_content .form-group .input_box input,
.popup .popup_content .form-group .input_box select {
  width: 100%
}

.popup_content h5 {
  font-size: 16px;
  padding-bottom: 5px;
  border-bottom: 1px solid #454545;
  margin: 10px auto 20px;
}

.popup_content .btn_submit {
  padding: 10px 0 20px;
}

.popup_content .btn_submit .btn {
  height: 35px;
  line-height: 35px;
}

.popup_content:after {
  display: block;
  content: "";
  clear: both;
}

.popup_content .form-group .input_box {
  height: 35px;
  line-height: 35px;
}

.popup .message {
  padding-top: 30px;
  padding-bottom: 20px;
  font-weight: 600;
  color: #222;
  font-size: 18px;
  text-align: center;
}

.popup .popup_bottom.btn_wrap {
  width: auto;
  padding: 10px;
  clear: both;
  text-align: right;
  background-color: #F8F7F1;
}

.popup .btn_wrap .btn:last-child {
  margin: 0;
}

.popup .btn_wrap:after {
  display: block;
  content: "";
  clear: both;
}

.popup .btn_wrap.dev2 .btn {
  width: 49% !important;
  margin-right: 2%;
  /* display: inline-block; */
  float: left !important;
}

.popup .btn_wrap .btn:last-child {
  margin-right: 0;
}

.form-group {
  vertical-align: top;
  margin-bottom: 20px;
  width: 100%;
}

.form-group .control-label,
.form-group .input_box {
  width: 100%;
  margin-bottom: 0;
  text-align: left;
  font-weight: 600;
  font-size: 14px;
}

.form-group .control-label {
  font-size: 16px
}

.form-group .input_box {
  margin-top: 5px
}

.form-group .input_box input[type="text"],
.form-group .input_box input[type="password"],
.form-group .input_box select {
  width: 100%;
  border-radius: 0
}

.form-group .control-label {
  height: auto;
  line-height: 1
}

/* .form-group.btn_wrap {} */

.form-group.btn_wrap .btn {
  width: 100%
}

.btn_wrap.dev2 .btn {
  width: 49% !important;
  margin-right: calc(2% - 6px);
  float: left !important;
}

.btn_wrap.dev2 .btn:last-child {
  margin-right: 0
}

.btn_wrap.dev3 .btn {
  width: 32% !important;
  margin-right: calc(2% - 6px);
}

.btn_wrap.dev3 .btn:last-child {
  margin-right: 0
}

input[type="text"],
input[type="password"] {
  outline: none;
  border: 0;
  background-color: transparent;
  border-bottom: 1.5px solid #0D2F3F;
  height: 48px;
  padding: 10px;
  box-sizing: border-box;
}

select {
  background-color: #fff
}

.readonly input[placeholder],
.readonly input[placeholder="placeholder"],
.readonly input::placeholder {
  background-color: #7A8387 !important
}


.select_wrap {
  height: 100%
}

.form-select {
  border: 0;
  height: 48px;
  border-bottom: 1px solid #0D2F3F;
  background-color: #fff;
  padding: 10px;
  font-size: 14px;
  outline: none;
  box-sizing: border-box;
  border-radius: 0
}

/* .select-control:active,
.select-control:focus {} */

.text-caution {
  font-weight: bold;
  font-size: 12px;
  color: #333
}

/* address */
.post input {
  width: 130px;
  min-width: 130px;
  max-width: 130px;
  margin-right: 10px
}

.post .btn_post {
  width: 90px
}



/**
   * Timer-related classes
   */
.timer-semi-circle,
.timer-semi-container {
  position: absolute;
  overflow: hidden;
  width: 40px;
  height: 80px;
}

.timer-container {
  width: 80px;
  height: 80px;
}

.timer-semi-container.right {
  left: 40px;
}

.timer-semi-container.left .timer-semi-circle {
  left: 40px;
}

.timer-semi-circle {
  transform-origin: 0;
  -webkit-transform-origin: 0;
}

.timer-semi-circle::after {
  content: "";
  position: absolute;
  left: -40px;
  width: 80px;
  height: 80px;
  border: 5px solid #07213d;
  border-radius: 50%;
  transition: border-color 0.2s linear;
  -webkit-transition: border-color 0.2s linear;
}

.timer-semi-circle.highlighted::after {
  border-color: #ff003d;
}

.timer-semi-circle.highlighted.alert::after {
  border-color: #FFB800;
}

.timer-semi-circle.mirrored {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
