@charset 'utf-8';
.check_R {
    margin-top: 60px!important;
    text-align: left!important;
  position: relative;
  max-width: 400px;
  padding: 20px 20px;
  text-align: center;
  background-color: #fff;
  text-align: center;
  color: #000;
  border: 2px dashed #f00;
  border-radius: 15px;
  margin: 0 auto;
}

.check_R::before {
content: '';
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    left: -100%;
    right: 0;
    top: 44%;
    margin: 0 auto;
    border-top: 2px dashed #f00;
    border-right: 2px dashed #f00;
    background-color: #fff;
    transform: rotate(222deg);
}
.check_ul {
    margin-left:30px;
    list-style: none;
}
.clm_in{
    text-align: center;
}
.check_ul li {
    position: relative;
}

.schedule_content_title{
    color:#dd3333
}
.check_ul li::before {
    content: "";
    display: block;
    width: 1rem;
    height: 0.5rem;
    border-left: 2px solid red;
    border-bottom: 2px solid red;
    transform: rotate(-45deg);
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
}
.dgy{
    background-color: #f9f5f5;
}
.schedule {
    position: relative;
    font-size: 14px;
}
.schedule::before {
    position: absolute;
    top: 0px;
    left: 6.5em;
    width: 6px;
    height: 100%;
    background-color: #f7dede;
    content: "";
}

.schedule ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.schedule li {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.schedule_content::after {
    position: absolute;
    top: 15%;
    left: 6em;
    transform: translateY(-50%);
    width: 1em;
    height: 1em;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #dd3333;
    content: "";
}

.schedule_content_title {
    font-weight:  fwB;
}

.schedule_content {
    margin: 0px 0px 0px 8em;
}
.schedule_content_detail{
    border: red solid 2px;
    padding: 5px 20px 5px 10px;
    border-radius: 15px;
}


@media screen and (max-width: 767px) {
.schedule::before {
    left: 0.5em;
}
.schedule_content {
    margin: 0px 0px 0px 2em;
}
.schedule_content::after {
    left: 0em;
}
.check_R::before {
content: '';
    left: 0%;
    top: 96%;
    transform: rotate(134deg);
}
.check_R {
margin-top: 10px!important;
}
}