.wrapper {
  display: flex;
  flex-direction: column;
}

.wrapper h2 {
  margin: 0 auto 60px !important;
}

.wrapper h2 span {
  color: #f39c12;
}

/* about area */

.wrapper .about {
  box-sizing: border-box;
  padding: 50px 0;
}

.about .main_bx {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 20px 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #F2F2F2;
}

.main_bx p {
  font-size: 40px;
  color: #0EA7DD;
  margin: 0 !important;
}

/* guideline area */

.wrapper .guideline {
  box-sizing: border-box;
  padding: 50px 0;
}

.guideline .section_desc {
  background-color: #F2F2F2;
  margin: 0 0 20px;
  padding: 10px 0 8px 0;
  font-size: 18px;
  text-align: center !important;
}

.guideline .gu_list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.gu_list li {
  width: 100%;
}

.gu_list li:not(:last-child) {
  margin-bottom: 30px;
}

.gu_list li h3 {
  font-size: 23px;
  font-weight: bold;
  color: #0EA7DD;
}

.gu_list li .list_sub_title p {
  font-size: 20px;
  margin: 0;
  color: #f39c12;
}

.gu_list li .list_desc_bx {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.list_desc_bx p {
  width: 80%;
}

.list_desc_bx img {
  width: 15%;
  height: auto;
}

/* root area */

.wrapper .root {
  box-sizing: border-box;
  padding: 50px 0;
}

.root .root_content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.root_content .left {
  width: 50%;
}

.root_content .right {
  width: 45%;
}

.root_content h3 {
  font-size: 23px;
  font-weight: bold;
  color: #0EA7DD;
  text-align: center;
}

.root_content h4 {
  font-size: 20px;
  color: #f39c12;
  margin-bottom: 10px;
}

.root_content .root_list {
  margin-top: 45px;
}

.root_content p {
  margin: 0 !important;
}

.bx_wrap .bx {
  margin-top: 45px;
}

.root_list li {
  font-size: 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.root_list li:not(:last-child)::after {
  content: "";
  display: block;
  width: 30px;
  height: 50px;
  background-image: url("../img/list_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 80px;
}

/* status area */

.wrapper .status {
  box-sizing: border-box;
  padding: 50px 0;
}

.status table {
  width: 100%;
  border: 2px solid #F2F2F2;
}

.status table th {
  width: 20%;
  background-color: #0EA7DD;
  color: #fff;
}

.status table td {
  width: 80%;
}

.status table .merit {
  margin-top: 20px;
}

.status table .merit p {
  margin: 0;
}

.status table td span {
  display: block;
}

.status table td .check {
  font-size: 14px;
  color: #f39c12;
}

table .table_list li:not(:last-child) {
  margin-bottom: 15px;
}

.status table td .status_money {
  margin-top: 20px;
}

.status_money_title {
  margin: 0 !important;
  margin-bottom: 5px;
  color: #0EA7DD;
  font-weight: bold;
}

.status table td table {
  width: 80%;
  border: 1px solid #f39c12;
  margin-left: 0px !important;
  margin-top: 10px;
  margin-bottom: 20px;
}

.status table td table th {
  background-color: transparent;
  color: #0EA7DD;
  border-top: 1px solid #f39c12;
  border-right: 1px solid #f39c12;
  padding: 10px 0;
  font-size: 14px;
}

.status table td table td {
  border-bottom: 1px solid #f39c12;
  padding: 10px;
  font-size: 14px;
}

/* ceo_blog area */

.wrapper .ceo_blog {
  box-sizing: border-box;
  padding: 50px 0;
}

.ceo_blog .blog_bx {
  width: 55%;
  margin: 0 auto;
  background-color: #F2F2F2;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 20px;
}

.blog_bx p {
  font-size: 25px;
  color: #0EA7DD;
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.blog_bx img {
  width: 30%;
}

.blog_bx span {
  display: block;
  font-size: 20px;
  color: #000;
}

.blog_bx span a {
  color: #f39c12;
  text-decoration: none;
  font-size: 18px;
}

.voice_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}

.voice_wrap:last-child{
  margin-bottom: 0px;
}
.voice_img {
  width: 18%;
  text-align: center;
}

.voice_img img {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.voice_img p{
  font-size: 14px;
}
.voice_txt {
  width: 75%;
  position: relative;
  border: 3px solid #999;
  padding: 20px;
  border-radius: 20px;
  z-index: -1;
}

.voice_txt p{
  margin: 0;
}
.voice_txt p:not(:last-child),.voice_txt.right p:not(:last-child) {
  margin: 0 auto 10px;
}

.voice_txt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 1;
}

.voice_txt:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #999;
}


.voice_txt.right::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #FFF;
  z-index: 1;
  left: auto;
}

.voice_txt.right:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 14px solid #999;

  left: auto;
}


#recruit #wrapper.recruit td > u{
  text-decoration-color: #f39c12;
}

