@charset "UTF-8";
/*▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
/*
     * @Document     : main
     * @comment      : mainContents
*/
/*▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣*/
.header-title {
  padding: 15px 0;
  text-align: center;
  font-family: "NotoSansKR-Bold";
  font-size: 2.5rem;
  border-bottom: 1px solid #666;
  background-color: #fff;
}

.header-title__h1 {
  padding: 0 20px;
}

.result {
  font-family: "NotoSansKR-Bold";
  font-size: 2rem;
  color: #3399ff;
}

.icon-finish {
  display: inline-block;
  width: 25px;
  height: 25px;
}

.icon-finish:after {
  content: '완';
  display: inline-block;
  color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #0575a4;
}

.title-cap {
  padding: 0 8px;
  color: #fff;
  background-color: #333;
}

.guide-link {
  position: absolute;
  top: 0;
  left: 20px;
}

.comment {
  font-family: "NotoSansKR-Bold";
  font-size: 1.5rem;
  background-color: #f29696;
  margin-bottom: 20px;
  padding: 10px 15px;
}

.comment__title {
  padding-bottom: 5px;
}

.comment__sub-title {
  font-family: "NotoSansKR-Regular";
  font-size: 1.3rem;
  padding-bottom: 10px;
}
