@charset "utf-8";

.l-step {
  margin-bottom: 27px;
  display: flex;
  justify-content: space-between;
}

.l-step__number {
  font-family: din-2014, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #D11F2E;
  font-size: 14px;
}

.l-step__number--large {
  font-size: 20px;
}

.l-step__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.06em;
}

.step-circle {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  border: 6px solid #DFDFDE;
  position: relative;
}

.step-circle-completion {
  display: block;
  position: absolute;
  bottom: 9px;
  left: 9px;
  width: 35px;
  height: 35px;
  border-width: 9px 9px 0 0;
  border-color: #D11F2E;
  border-style: solid;
  -moz-border-radius: 0 44px 0 0;
  -webkit-border-radius: 0 44px 0 0;
  border-radius: 0 44px 0 0;
}

.ch-img{
  margin: 36px auto 0;
  display: block;
}

.checkboxInput._custom{
  padding: 20px 12px 20px 28px;
  justify-content: space-between;
  position: relative;
}
.checkboxInput._custom a{
  font-weight: 300;
}
.checkboxInput._custom .checkboxInput-LabelText{
  margin: 0;
  max-width: 170px;
  line-height: 21px;;
}
.checkboxInput._custom .checkboxInput-LabelText:before{
  content:"";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  background-color:#CCCCCC ;
  border-radius: 9999px;
  top:45%;
  left:12px;
}
.checkboxInput._custom .checkboxInput-LabelText._active:before{
  background-color:#3AD103 ;
}

.checkboxInput._custom .relese-btn{
  width:95px;
  text-align: center;
}

.checkboxInput._custom .l-button{
  width:95px;
  text-align: center;
}

.overlay,.relese-modal{
  display: none;
}

.overlay{
  background: rgb(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  overscroll-behavior: contain;
  overflow-y: scroll;
}
.overlay.active{
  display: flex;
}
.nonScroll {
  height:calc(100vh + 1px) ;
  width: 1px;
  background-color: transparent;
}
.relese-modal{
  z-index: 1000;
  position: absolute;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  min-width: 300px;
  border-radius: 15px;
}

.relese-modal .modal-head{
  padding: 21px;
  border-bottom:#E9E9E9 solid 2px;
}
.relese-modal .modal-body {
  padding:20px;
}
.relese-modal .modal-body .relese-name{
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
.modal-relese-btn{
  display: block;
  margin: 0 auto;
}
.modal-close{
  cursor: pointer;
  margin-bottom: 20px;
}
