@charset "utf-8";


* {
  box-sizing: border-box;
}

input {
  padding-left: 10px;
}

input,
textarea,
select {
  outline: 0;
}



.process_intro.mt40 {
  margin-top: 40px;
}

.content {
  margin: 40px 0 100px;
  min-height: 500px;
  width: 940px;
  float: right;
}

.etc_content {
  margin: 40px 0 100px;
  min-height: 500px;
  float: left;
}


/* 네오와이즈 소개 */
/* 인사말-intro */

.neo_motto {
  background-image: url(/m/image/sub/intro_img.png);
  background-repeat: no-repeat;
  background-position: right 0;
}

.neo_motto .motto_text {
  padding-bottom: 110px;
  padding-top: 50px;
  padding-left: 32px;
}

.neo_motto .motto_text.mobile {
  text-align: center;
}

.neo_motto .motto_text p:nth-child(1) {
  font-size: 22px;
  color: #333;
  font-weight: bold;
  line-height: 1.5em;
  padding-bottom: 20px;
}

.neo_motto .motto_text p:nth-child(1) span {
  color: #2e8bef;
}

.neo_motto .motto_text p:nth-child(2) {
  font-size: 18px;
  line-height: 1.3em;
  padding-bottom: 40px;
}

.neo_motto .motto_text p:nth-child(3) {
  padding-left: 30px;
  font-size: 14px;
  color: #333;
  position: relative;
}

.neo_motto .motto_text p:nth-child(3):before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 18px;
  height: 1px;
  background-color: #333;
}

.neo_text {
  border-top: 3px solid #000;
  display: flex;
  flex-wrap: nowrap;
}

.neo_text div {
  font-size: 15px;
  color: #555;
  padding-top: 50px;
  width: 450px;
  height: 340px;
  word-break: keep-all;
}

.neo_text div:nth-child(1) {
  margin-right: 60px;
}

.neo_text div p {
  padding-bottom: 16px;
}
/* 20250409 유지보수 */
.cont {
  border-top: 1px solid #ddd;
   fill: #FFF;
  margin-top: 80px;
  }
  
  .box-wrap{
   padding: 1px 50px 50px 50px;
    fill: #FFF;
    background-color: #FFF; 
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.06)); 
    margin-top: -80px;
    z-index: -1;
  }
  .cont h2.his::before{
    content: '';
    width: 16px;
  height: 16px;
  background-image: url(/image/sub/tit_icon_01.png);
  }
  .cont h2.book::before{
    content: '';
    width: 16px;
  height: 16px;
  background-image: url(/image/sub/tit_icon_02.png);
  }
  .cont h2{
    display: flex;
    gap: 10px;
    align-items: center;
    color: #000;
    font-family: "Noto Sans KR";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 20px */
    letter-spacing: -0.4px;
  margin: 50px 0 20px;}
  .cont .headline{
    position: relative;
    margin: 0 auto;
    color: #2E8BEF;
    margin-top: 80px;
    text-align: center;
    font-family: "Noto Sans KR";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 22px */
    letter-spacing: -0.44px;
    border-radius: 1000px;
    border: 1px solid #2E8BEF;
    margin-bottom: 50px;
    width: 520px;
    background: #FFF;
    padding: 20px 30px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
    z-index: 20 !important;
  }
  
  .gray-area{
   
    background-color: #F7F8F9;
    padding: 50px;
    text-align: center;
  }
  
  
  
  .cont .mt{
    margin-top: 80px;
  }
  .cont .gray{
    color: #666;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  }
  .cont .blue{
    color: #2E8BEF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }
  .cont p.gray{
   margin-bottom: 10px;
  }
  .cont ul li{
  display: flex;
  gap: 5px;
  align-items: center;
  }
  .cont ul li::before{
  content: '';
  width: 4px;
  height: 4px;
  background-color: #2E8BEF;
  border-radius: 50%;
  }
  .cont .flex .flex-right .title + .title{
   margin: 10px 0;
  }
  .cont .flex .flex-right .title span{
    color: #0C8D3B;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  }
  .cont .flex .flex-right .title{
    color: #333;
  
  font-family: "Noto Sans KR";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; 
  }
  .cont .flex .flex-right{
    padding: 33px 30px;
    box-sizing: border-box;
  }
  .cont .flex{
    display: flex;
    border: 1px solid #ddd;
    /* height: 378px; */
    height: auto;
  }
  
  .flex-left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
 


/* 강사소개 - teacher */
.teacher_bg {
  background-image: url(/image/sub/teacher_intro.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 940px;
  height: 230px;
  border: 1px solid #ddd;
}

.intro_text.teacher_page {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #000;
  padding-top: 50px;
  line-height: 1.6em;
}

.list_wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

.list_wrap .teacher_list {
  max-width: 300px;
  margin-right: 20px;
  margin-bottom: 20px;
  border-top: 2px solid #2e8bef;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  transition: all ease 0.3s;
}


.list_wrap .teacher_list:hover img {
  transform: scale(1.1);
  transition: all ease 0.3s;
}

/* .list_wrap .teacher_list:hover .list_inner {
    background-color:#2e8bef;
    color:#fff;
    border-right:0;
    border-left:0;
    border-bottom:0;
    transition:all ease 0.3s;
}

.list_wrap .teacher_list:hover .logo_hover {
    background-image: url(/image/sub/logo_on.png);
}

.list_wrap .teacher_list:hover  .book_i {
    background-image:url(/image/sub/book_i_on.png);
}

.list_wrap .teacher_list:hover .place_i {
    background-image:url(/image/sub/place_i_on.png);
} */

.teacher_img {
  width: 298px;
  height: 240px;
  overflow: hidden;
  display: block;
}

.teacher_img img {
  transition: ease-in 0.3s;
}

.list_wrap .teacher_list:nth-child(3n) {
  margin-right: 0px;
}

.teacher_list .list_inner {
  padding: 20px;
  color: #333;
  font-size: 14px;
  line-height: 16px;
}

.teacher_cont {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.teacher_cont::after {
  content: "";
  width: 260px;
  height: 1px;
  background-color: #ddd;
  position: absolute;
  left: 0;
  bottom: 0;
}

.teacher_cont p:nth-child(1) {
  font-weight: 500;
}

.teacher_cont p:nth-child(2) {
  font-size: 24px;
  font-weight: bold;
  padding: 16px 0 20px 0;
}

.teacher_cont .logo_hover {
  background-image: url(/image/sub/logo_off.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 63px;
  height: 12px;
  margin-left: auto;
  margin-top: 39px;
}

.text_inner {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 8px;
  padding-top: 16px;
  padding-bottom: 8px;
}

.tag_inner {
  width: 100%;
  height: 30px;
  overflow: hidden;
}

.teacher_ex .book_i {
  background-image: url(/image/sub/book_i_off.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 16px;
  height: 12px;
  margin-top: 2px;
}

.text_inner div:nth-child(2) {
  padding-left: 6px;
  font-size: 14px;
  font-weight: bold;
}

.teacher_ex p {
  display: inline-block;
  vertical-align: top;
  padding: 6px 12px;
  border-radius: 20px;
  border: 1px solid #ddd;
  margin-right: 5px;
  margin-bottom: 6px;
}

.teacher_ex .place_i {
  background-image: url(/image/sub/place_i_off.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 14px;
  height: 16px;
}


/* teacher_view */

.teacher_view {
  background-color: #f7f8fa;
  padding: 30px;
  position: relative;
}

.teacher_view .t_intro p:nth-child(1) {
  font-size: 32px;
  font-weight: bold;
}

.teacher_view .t_intro p:nth-child(1) span {
  font-size: 18px;
  color: #2e8bef;
  padding-left: 10px;
}

.teacher_view .t_intro .t_mail {
  padding-top: 10px;
  padding-bottom: 24px;
  line-height: 1.2;
}

.teacher_view .t_intro .t_mail img,
.teacher_view .t_intro .t_mail p {
  display: inline-block;
  vertical-align: middle;
}

.t_profile tbody td {
  padding: 8px 0;
  vertical-align: top;
}

.t_profile tbody td:nth-child(1) {
  font-size: 15px;
  color: #666
}

.t_profile tbody td:nth-child(2) {
  padding-left: 32px;
  font-size: 15px;
}

.t_img {
  /* background-image: url(/image/sub/teacher.jpg);
    background-repeat: no-repeat;
    background-size: cover; */
  width: 300px;
  height: 400px;
  overflow: hidden;
  display: block;
  position: absolute;
  right: 30px;
  top: 30px;
}

.tag p {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #eee;
  padding: 2px 12px;
  border-radius: 16px;
  background-color: #fff;
  font-size: 13px;
}


.teacher_qna {
  margin-top: 60px;
}

.t_qna {
  font-size: 20px;
  font-weight: bold;
  line-height: 2.5em;
}


/* 교육과정 소개 */
/* 교육일정 - calendar */

.tab-wrap .tab-page h3 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  padding-bottom: 20px;
}

.tab-page .tab-menu .tab_btn {
  display: flex;
  flex-wrap: nowrap;
  font-size: 16px;
}

.tab-page .tab-menu .tab_btn li.tab_icon01 {
  background-image: url(/image/sub/tab_icon01_off.png);
  background-repeat: no-repeat;
  background-position: center 26px;
  width: 156px;
  height: 106px;
  border-right: 1px solid #ddd;
}

.tab-page .tab-menu .tab_btn li.tab_icon01.active {
  background-image: url(/image/sub/tab_icon01_on.png);
  background-repeat: no-repeat;
  background-position: center 26px;
  width: 156px;
  height: 106px;
}

.tab-page .tab-menu .tab_btn li.tab_icon02 {
  background-image: url(/image/sub/tab_icon02_off.png);
  background-repeat: no-repeat;
  background-position: center 26px;
  width: 156px;
  height: 106px;
  border-right: 1px solid #ddd;
}

.tab-page .tab-menu .tab_btn li.tab_icon02.active {
  background-image: url(/image/sub/tab_icon02_on.png);
  background-repeat: no-repeat;
  background-position: center 26px;
  width: 156px;
  height: 106px;
}

.tab-page .tab-menu .tab_btn li.tab_icon03 {
  background-image: url(/image/sub/tab_icon03_off.png);
  background-repeat: no-repeat;
  background-position: center 26px;
  width: 156px;
  height: 106px;
  border-right: 1px solid #ddd;
}

.tab-page .tab-menu .tab_btn li.tab_icon03.active {
  background-image: url(/image/sub/tab_icon03_on.png);
  background-repeat: no-repeat;
  background-position: center 26px;
  width: 156px;
  height: 106px;
}

.tab-page .tab-menu .tab_btn li.tab_icon04 {
  background-image: url(/image/sub/tab_icon04_off.png);
  background-repeat: no-repeat;
  background-position: center 26px;
  width: 156px;
  height: 106px;
  border-right: 1px solid #ddd;
}

.tab-page .tab-menu .tab_btn li.tab_icon04.active {
  background-image: url(/image/sub/tab_icon04_on.png);
  background-repeat: no-repeat;
  background-position: center 26px;
  width: 156px;
  height: 106px;
}

.tab-page .tab-menu .tab_btn li.tab_icon05 {
  background-image: url(/image/sub/tab_icon05_off.png);
  background-repeat: no-repeat;
  background-position: center 26px;
  width: 156px;
  height: 106px;
  border-right: 1px solid #ddd;
}

.tab-page .tab-menu .tab_btn li.tab_icon05.active {
  background-image: url(/image/sub/tab_icon05_on.png);
  background-repeat: no-repeat;
  background-position: center 26px;
  width: 156px;
  height: 106px;
}

.tab-page .tab-menu .tab_btn li.tab_icon06 {
  background-image: url(/image/sub/tab_icon06_off.png);
  background-repeat: no-repeat;
  background-position: center 31px;
  width: 156px;
  height: 106px;
}

.tab-page .tab-menu .tab_btn li.tab_icon06.active {
  background-image: url(/image/sub/tab_icon06_on.png);
  background-repeat: no-repeat;
  background-position: center 31px;
  width: 156px;
  height: 106px;
}


.tab-page .tab-menu .tab_btn li.tab_icon07 {
  background-image: url(/image/sub/tab_icon07_off.png);
  background-repeat: no-repeat;
  background-position: center 29px;
  width: 156px;
  height: 106px;
  border-left: 1px solid #ddd;
}

.tab-page .tab-menu .tab_btn li.tab_icon07.active {
  background-image: url(/image/sub/tab_icon07_on.png);
  background-repeat: no-repeat;
  background-position: center 29px;
  width: 156px;
  height: 106px;
}



.tab-page .tab-menu .tab_btn li {
  text-align: center;
  background-color: #e9ecef;
  color: #666;
  padding-top: 56px;
  position: relative;
  cursor: pointer;
}

.tab-page .tab-menu .tab_btn li p {
  padding-top: 6px;
}

.tab-page .tab-menu .tab_btn li.active {
  width: 156px;
  height: 106px;
  background-color: #2e8bef;
  color: #fff;
  font-weight: bold;
}

.tab-page .tab-menu .tab_btn li img.lg_icon {
  position: absolute;
  right: 11px;
  top: 15px;
}


.tab-cont .calendar-date {
  display: flex;
  flex-wrap: nowrap;
  padding: 20px 0;
  margin-top: 30px;
  border-top: 1px solid #e9ecef;
}

.tab-cont .calendar-date .date_tit {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  color: #000;
  position: relative;
}

.tab-cont .calendar-date .date_tit div:nth-child(1),
.tab-cont .calendar-date .date_tit div:nth-child(3) {
  font-size: 28px;
  font-weight: bold;
  line-height: 42px;
}

.tab-cont .calendar-date .date_tit div:nth-child(1) p,
.tab-cont .calendar-date .date_tit div:nth-child(3) p {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
}

.tab-cont .calendar-date .date_tit .date_downbtn {
  background-image: url(/image/sub/date_downbtn.png);
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  margin-right: 30px;
  margin-left: 6px;
}

.tab-cont .calendar-date .date_tit .date_upbtn {
  background-image: url(/image/sub/date_upbtn.png);
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  margin-left: 6px;
}

button {
  border: 0;
  background-color: transparent;
}

.tab-cont .calendar-date .date_tit .date_monthly {
  position: absolute;
  left: 150px;
  top: 50px;
  width: 100px;
  border-radius: 10px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
  background-color: #fff;
  text-align: center;
  color: #232323;
  font-size: 18px;
  z-index: 1;

}

.tab-cont .calendar-date .date_tit .date_monthly li {
  padding: 10px;
}

.tab-cont .calendar-date .monthly_view {
  margin-left: auto;
}

.tab-cont .calendar-date .monthly_view button {
  width: 136px;
  height: 48px;
  font-size: 14px;
  font-weight: 600;
  color: #495057;
  border: 1px solid #495057;
  background-color: #fff;
  text-align: center;
  line-height: 46px;
}

.tab-cont .calendar-date .monthly_view button:hover {
  background-color: #495057;
  color: #fff;
}

.date-num>li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-right: 30px;
}

.date-num>li>a {
  font-size: 16px;
  display: block;
}

.date-num>li>a b {
  font-size: 30px;
}

.date-num>li>a:after {
  content: '';
  display: inline-block;
  vertical-align: top;
  background: url('/image/sub/date_downbtn.png') no-repeat center;
  width: 28px;
  height: 28px;
  margin-left: 10px;
}

.date-num>li>a.on:after {
  background: url('/image/sub/date_upbtn.png') no-repeat center;
}

.date-box {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 35px;
  border-radius: 10px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  text-align: center;
  z-index: 99;
  border: 1px solid #ddd;
  padding-top: 12px;
}

.date-box li {
  padding-bottom: 12px;
}

.date-box li a {
  display: block;
  color: #232323;
  font-size: 18px;
}

/*
.tab-cont .calendar-day .calendar_wrap {
    display: flex;
    flex-wrap:wrap;
}

.tab-cont .calendar-day .calendar_wrap li {
    text-align: center;
    border:1px solid #e9ecef;
    width:134px;
    height:188px;
    font-size: 14px;
    color:#000;
    padding-top:10px;
}

.tab-cont .calendar-day .calendar_wrap li:nth-child(2) {
    position: relative;
}

.tab-cont .calendar-day .calendar_wrap .calendar_event4-1 {
    text-align: left;
    font-weight: bold;
    line-height: 18px;
    width:536px;
    height:18px;
    background-color:#ffe066;
    position: absolute;
    left:0;
    top:65px;
    padding-left:10px;
    font-size: 13px;
}

.tab-cont .calendar-day .calendar_wrap .calendar_event4-2 {
    text-align: left;
    font-weight: bold;
    line-height: 18px;
    width:536px;
    height:18px;
    background-color:#ffe066;
    position: absolute;
    left:0;
    top:90px;
    padding-left:10px;
    font-size: 13px;
}


.tab-cont .calendar-day .calendar_wrap li:nth-child(4) {
    position: relative;
}

.tab-cont .calendar-day .calendar_wrap .calendar_event3 {
    text-align: left;
    font-weight: bold;
    line-height: 18px;
    width:400px;
    height:18px;
    background-color:#ffe066;
    position: absolute;
    left:0;
    top:115px;
    padding-left:10px;
    font-size: 13px;
}

.tab-cont .calendar-day .calendar_wrap li:nth-child(25) {
    position: relative;
}

.tab-cont .calendar-day .calendar_wrap .calendar_event4-3 {
    text-align: left;
    font-weight: bold;
    line-height: 18px;
    width:536px;
    height:18px;
    background-color:#ffe066;
    position: absolute;
    left:0;
    top:45px;
    padding-left:10px;
    font-size: 13px;
} */

/* 교육과정안내 - process */
/* process */
.process_intro {
  background-image: url(/image/sub/process_intro.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  color: #fff;
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
}

.process_intro .process_text div {
  border: 1px solid #fff;
  font-size: 13px;
  font-weight: 500;
  width: 152px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto 32px auto;
}

.process_intro .process_text p:nth-child(2) {
  font-size: 36px;
  font-weight: bold;
}

.process_intro .process_text p:nth-child(3) {
  font-size: 16px;
  padding: 24px 208px 32px;
  word-break: keep-all;
}

.place_btn {
  padding: 3px 10px;
  background-color: #2e8bef;
  text-align: center;
  cursor: pointer;
  margin-left: 10px;
}

a.place_btn {
  color: #fff;
}

a.apply_btn {
  color: #2e8bef;
  display: block;
  width: 184px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  font-weight: bold;
  background-color: #fff;
  border-radius: 40px;
  margin: 0 auto;
  cursor: pointer;
  transition: all ease 0.3s;
}

a.apply_btn:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);

}

.process_about {
  width: 100%;
  margin-top: 48px;
  border-top: 1px solid #495057;
  font-size: 15px;
}

.process_about td {
  border-bottom: 1px solid #ededed;
  padding: 16px 0 16px 20px;
}

.process_tit {
  background-color: #f8f9fa;
  width: 168px;
  color: #666;
  /*     font-weight: 500; */
  padding-left: 20px;
  /* border-right:1px solid #ededed;  */
}

.process_ex {
  padding-left: 20px;
  color: #333;
}

.process_them {
  margin-top: 40px;
  font-size: 15px;
  margin-bottom: 40px;
}

.process_them p {
  font-weight: bold;
  line-height: 2.5em;
  font-size: 20px;
  border-bottom: 1px solid #495057;
}




.process_way {
  /* border-top: 1px solid #495057; */
}


.process_way .way_tit {
  font-weight: normal;
  width: 150px;
  background-color: #f8f9fa;
  padding: 20px 0;
  border-bottom: 1px solid #ededed;
  border-right: 1px solid #ededed;
  color: #666;

}

.process_way .way_tit.pass {
  width: 338px;
  border-right: 0;
}

.process_way .way_explain {
  text-align: center;
  padding: 16px 0;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #ededed;
  border-right: 1px solid #ededed;
  color: #333;
}

.process_way .way_explain.pass {
  font-size: 16px;
  font-weight: normal;
  border-right: 0;
}

.process_them td {
  border-bottom: 1px solid #ededed;
  padding: 20px;
}

.process_cont th {
  padding: 15px 0;
  background-color: #f8f9fa;
  border-bottom: 1px solid #ededed;
  font-weight: normal;
}

.process_cont th:nth-child(1) {
  width: 200px;
  border-right: 1px solid #ededed;
}

.process_cont th:nth-child(2) {
  width: 750px;
}

.list_btn {
  width: 180px;
  height: 48px;
  line-height: 46px;
  border: 1px solid #2e8bef;
  text-align: center;
  font-size: 14px;
  display: block;
  margin-right: 20px;
  transition: all ease 0.3s;
  margin: 0 auto;
}


a.list_btn {
  color: #2e8bef;
}

/* 소속직원관리 버튼 */

.overlap_btn {
  display: inline-block;
  width: 86px;
  height: 36px;
  background-color: #495057;
  color: #fff;
  line-height: 36px;
  text-align: center;
}

.list_btn:hover {
  background-color: #2e8bef;
  color: #fff;
}

.page_btn {
  padding: 20px 0;
}

.list_btn.agency {
  width: 134px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  display: block;
  background-color: #2e8bef;
  float: right;
}

a.list_btn.agency {
  color: #fff;
}

.staffpage_btn {
  padding-top: 40px;
  padding-bottom: 60px;
}

.staffpage_btn a {
  width: 134px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  display: block;
  background-color: #495057;
  color: #fff;
  float: left;
  margin-right: 20px;
}

.member_del {
  width: 134px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  display: block;
  background-color: #495057;
  float: right;
  color: #fff;
}

.staff_list h3 {
  padding-bottom: 15px;
}

.btncenter {
  margin-left: 34%;
}

.btncenter,
.member_del {
  display: inline-block;
  vertical-align: top;
}

/* process_list */
.tab_inner {
  padding-top: 40px;
}

/*직영대리점 교육*/
.tab_index {
  display: flex;
  border-bottom: 1px solid #ddd;
  margin-top: 35px;
  margin-bottom: 30px;
}

.tab_index div {
  font-size: 18px;
  margin-left: 15px;
  margin-right: 20px;
  line-height: 2em;
  color: #000;
  cursor: pointer;
}

.tab_index div.on,
.tab_index div.active {
  border-bottom: 3px solid #2e8bef;
  color: #333;
  font-weight: bold;
}

.tab_index.mypage li {
  font-size: 18px;
  margin-left: 15px;
  margin-right: 20px;
  line-height: 2em;
  color: #000;
  cursor: pointer;
}

.tab_index.mypage li.active {
  border-bottom: 3px solid #2e8bef;
  color: #333;
  font-weight: bold;
}

.tab_edu_cont {
  display: flex;
  flex-wrap: wrap;
}

.tab_edu_cont .tab_cont_img {
  overflow: hidden;
  transition: all ease 0.5s;
  border-bottom: 1px solid #ddd;

}

.tab_edu_cont .tab_cont_img img {
  width: 100%;
  display: block;
  transition: all ease 0.5s;
}

.tab_edu_cont a:hover .tab_cont_img img {
  transform: scale(1.1);
}

.tab_edu_cont a {
  width: 300px;
  margin-right: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  display: inline-block;
  border: 1px solid #ddd;
  transition: all ease 0.3s;
}

.tab_edu_cont a:nth-child(3n) {
  margin-right: 0px;
}


.tab_edu_tit {
  padding: 20px;
}

.tab_edu_tit p:nth-child(1) {
  font-size: 21px;
  font-weight: bold;
}

.tab_edu_tit .edu_cont {
  padding-top: 12px;
  font-size: 15px;
  color: #555;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
  height: 7em;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.edu_date.tab_edu_date::before {
  content: "";
  width: 258px;
  height: 1px;
  background-color: #ddd;
  position: absolute;
  left: 21px;
  top: 0;
}




/*현장코칭과정*/
.tab-page .tab-cont .tab_7 {
  display: inline-block;
  vertical-align: top;
  margin-top: 40px;
}

.tab-page .tab-cont .tab_7 a {
  width: 300px;
  height: 310px;
  border: 1px solid #ddd;
  display: inline-block;
  vertical-align: top;
  padding: 30px 20px;
  margin-right: 15px;
  margin-bottom: 17px;
  position: relative;
  transition: all ease 0.3s;
}

.tab-page .tab-cont .tab_7 a:hover {
  border: 1px solid #2e8bef;
}

.tab-page .tab-cont .tab_7 a:nth-child(3n) {
  margin-right: 0px;
}

.tab-cont .tab_7 .tab_7_cont p:nth-child(1) {
  font-size: 15px;
  font-weight: bold;
  color: #2e8bef;
}

.tab-cont .tab_7 .tab_7_cont p:nth-child(2) {
  padding-top: 10px;
  padding-bottom: 15px;
  font-size: 16px;
  color: #555;
  line-height: 1.5;
}

.tab-cont .tab_7 .tab_7_cont p:nth-child(3),
.tab-cont .tab_7 .tab_7_cont p:nth-child(4) {
  font-size: 14px;
  color: #666;
  position: relative;
}

.tab-cont .tab_7 .tab_7_cont p b {
  color: #333;
  position: absolute;
  padding-left: 65px;
  left: 0;
  top: 0;
}

.tab-page .tab-cont .tab_7 .education_apply {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 90px;
  height: 38px;
  line-height: 38px;
  background-color: #2e8bef;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

/* 교육장안내 - place */

.place_bg {
  background-image: url('/image/sub/place.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 420px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.intro_text {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #000;
  padding-top: 132px;
  line-height: 1.6em;
}

.search_box {
  width: 387px;
  height: 40px;
  line-height: 31px;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #dedede;
  margin: 20px auto 0 auto;
}

.search_box input {
  border: none;
  font-size: 16px;
  width: 313px;
  line-height: 30px;
}

.search_box img {
  vertical-align: middle;
  line-height: 40px;
  margin-top: 5px;
}

.search_tit {
  font-size: 18px;
  color: #232323;
  padding: 45px 0 20px;
  font-weight: 500;
}

.place_cont {
  display: flex;
  flex-wrap: wrap;
}

.place_cont .cont_wrap {
  width: 300px;
  height: 260px;
  border: 1px solid #ddd;
  margin-right: 20px;
  margin-bottom: 20px;
  transition: all ease 0.3s;
  cursor: pointer;
  position: relative;
}

.place_cont .cont_wrap:hover {
  border: 1px solid #2e8bef;
}

.place_cont .cont_inner {
  padding: 25px 20px 0 20px;
}

.place_cont .cont_wrap:nth-child(3n) {
  margin-right: 0;
}

.place_cont .cont_wrap p:nth-child(1) {
  font-size: 20px;
  font-weight: bold;
  color: #232323;
}

.place_cont .cont_wrap p:nth-child(2) {
  font-size: 16px;
  color: #555;
  padding: 10px 0;
}

.place_cont .cont_wrap p:nth-child(3) {
  font-size: 14px;
  color: #555;
}

.place_cont .cont_wrap p:nth-child(4) {
  font-size: 16px;
  color: #555;
  padding: 15px 0 25px;
  line-height: 1.1;
}

.place_cont .cont_wrap .place_view {
  display: block;
  text-align: center;
  line-height: 40px;
  background-color: #adb5bd;
  color: #fff;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.place_cont .cont_wrap:hover .place_view {
  background-color: #2e8bef;
}


.place_cont .cont_wrap p:nth-child(3) span:nth-child(2) {
  padding-left: 20px;
  position: relative;
}

.place_cont .cont_wrap p:nth-child(3) span:nth-child(2):before {
  content: "";
  width: 1px;
  height: 10px;
  background-color: #ddd;
  position: absolute;
  left: 6px;
  top: 6px;
}

.board-pager {
  padding-top: 40px;
  padding-bottom: 100px;
}

/* 교육장안내 - map */

.education_place {
  width: 100%;
  height: 172px;
  border: 1px solid #ddd;
  padding: 30px;
  margin-bottom: 40px;
}

.education_place h3 {
  font-size: 22px;
  font-weight: bold;
  color: #232323;
}

.edcation_cont div img {
  display: inline-block;
  padding-right: 5px;
}

.edcation_cont p {
  display: inline-block;
}

.edcation_cont .e_cont1 {
  display: flex;
  padding-top: 25px;
}

.edcation_cont .e_cont1>div {
  margin-right: 80px;
}

.edcation_cont .e_cont2 {
  padding-top: 10px;
}


.e_cont1 .text_half p:nth-child(3) {
  padding-left: 20px;
  position: relative;
}

.e_cont1 .text_half p:nth-child(3):before {
  content: "";
  width: 1px;
  height: 10px;
  background-color: #ddd;
  position: absolute;
  left: 7px;
  top: 9px;
}

.place_photo>p {
  padding-top: 40px;
  padding-bottom: 20px;
  font-size: 18px;
  color: #232323;
}


.sideby_btn {
  padding-top: 40px;
  padding-bottom: 50px;
  text-align: center;
}

.sideby_btn a {
  width: 135px;
  height: 50px;
  line-height: 48px;
  border: 1px solid #2e8bef;
  color: #2e8bef;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin-right: 20px;
  transition: all ease 0.3s;
}

.sideby_btn a:last-child {
  margin-right: 0px;
  background: #2e8bef;
  color: #fff;
}

.sideby_btn a:hover {
  background-color: #2e8bef;
  color: #fff;
}


/* 교육신청 */

/* 소매 - retail */
.apply_wrap h3 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}

.tab_btn {
  display: flex;
  font-size: 16px;
  margin-top: 20px;
}

.tab_btn div {
  border-right: 1px solid #ddd;
  width: 50%;
  height: 56px;
  background-color: #e9ecef;
  line-height: 56px;
  text-align: center;
}

.tab_btn div a {
  color: #666;
  display: block;
}

.tab_tit {
  display: flex;
  font-size: 16px;
  margin: 30px 0 20px;
}

.tab_tit li {
  border-right: 1px solid #ddd;
  width: 50%;
  height: 56px;
  background-color: #e9ecef;
  line-height: 56px;
  text-align: center;
}

.tab_tit li a {
  color: #666;
  display: block;
}

.tab_tit li.active {
  background-color: #2e8bef;
  font-weight: 500;
}

.tab_tit li.active a {
  color: #fff;
  display: block;
}


.tab_btn div:last-child {
  border-right: 0;
}


.tab_btn.home_p div {
  width: 33.3%;
  height: 56px;
  background-color: #e9ecef;
  line-height: 56px;
  text-align: center;
}

.tab_btn div.on {
  background-color: #2e8bef;
  font-weight: 500;
}

.tab_btn div.on a {
  color: #fff;
}

.tab_btn.style2 div,
.tab_btn.style2 li {
  background-color: transparent !important;
  border: 1px solid #ddd;
  margin-right: -1px;
}
.tab_btn.style2 div.light,
.tab_btn.style2 li.light {
  font-weight: bold;
  border-bottom: 2px solid #000;
}

.tab_btn.style2 div.light a,
.tab_btn.style2 li.light a {
  color: #000;
}

.lookfor_box {
  width: 100%;
  height: 160px;
  border: 1px solid #ddd;
  padding: 36px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.lookfor_box .input {
  height: 48px;
  line-height: 48px;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
}

.lookfor_box p {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
}

.wave {
  padding: 0 10px;
  line-height: 48px;
}

.lookfor_box .period {
  width: 40%;
  margin-right: 60px;
}

.period .period_box {
  display: flex;
  flex-wrap: nowrap;
}

.period .period_box input {
  width: 170px;
}

.lookfor_box .subject {
  width: 53%;
}

.lookfor_box .subject input:nth-child(1) {
  width: 290px;
  margin-right: 20px;
}

/*board_list*/
.board_list {
  border-top: 2px solid #333;
  margin-top: 40px;
}

.board_list th {
  height: 60px;
  background-color: #f8f9fa;
  font-size: 16px;
  color: #232323;
  border-right: 1px solid #ededed;
}

.board_list th:first-child {
  border-left: 1px solid #ededed;
}

.board_list td {
  height: 80px;
  text-align: center;
  font-size: 15px;
  color: #555;
  padding: 10px 0
}

.board_list td {
  border: 1px solid #ededed;
}

.board_list {
  width: 940px;
}

.board_list .col_num {
  width: 50px;
}

.board_list .col_sort {
  width: 70px;
}

.board_list .col_subject {
  width: 260px;
}

.board_list .col_place {
  width: 170px;
}

.board_list .col_date {
  width: 100px;
}

.board_list .col_apply {
  width: 130px;
}

.board_list .col_note {
  width: 130px;
}

.board_list .col_check{
  width: 30px;
}

.board_list .col_inst,
.board_list .col_people{
  width: 100px;
}

.board_list .col_dist{
  width: 100px;
}


.board_list .small_f {
  font-size: 14px;
  line-height: 1em;
}

.badge {
  width: 70px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  margin: 7px auto 0 auto;
}

.badge.end {
  background-color: #f1f3f5;
  color: #999;
}

.list_off td {
  background-color: #fbfcfc;
  color: #999;
}

.list_off td a {
  color: #999;
}

/* apply_view01 */
.apply_intro {
  /* background-image: url(/image/sub/intro_bg.jpg); */
  background-image: url(/image/sub/intro_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 320px;
  color: #fff;
  text-align: center;
}

.apply_intro h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.6em;
  padding-top: 90px;
}

.apply_intro p {
  font-size: 18px;
}

.apply_intro a {
  margin-top: 32px;
}

.table1 tr:nth-child(2) a {
  background-color: #2e8bef;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  padding: 3px 10px;
  margin-left: 5px;
}

.table1 .process_ex.blue {
  color: #2e8bef;
}

table.spacenone {
  margin-top: 0;
}

.apply_file {
  padding-top: 20px;
}

.apply_file a {
  display: inline-block;
  border: 1px solid #263045;
  font-size: 14px;
  font-weight: 500;
  color: #263045;
  padding: 10px 40px;
  margin-right: 10px;
}

.apply_file.type02 a {
  background: #263045;
  color: #fff;
}

.apply_img {
  width: 100%;
  height: 416px;
  background-color: #adb5bd;
  margin: 50px 0;
}



/* apply_view02 */
.neo_tit {
  background-image: url(/image/sub/noe_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 115px;
  color: #fff;
  padding: 30px;
  margin-bottom: 20px;
}

.tit_text>p {
  font-size: 20px;
  font-weight: bold;
}

.text_date {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
}

.text_date p {
  font-size: 14px;
}

.text_date p:nth-child(1) {
  padding-right: 20px;
}

.text_right p:nth-child(1) {
  padding-right: 10px;
  font-size: 18px;
  font-weight: bold;
}

.text_right {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
}

.selct_box {
  width: 100%;
  height: 200px;
  border: 1px solid #ddd;
  text-align: center;
  margin-top: 40px;
}

.box_cont a.search_btn {
  width: 136px;
  height: 48px;
  background-color: #495057;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  line-height: 48px;
  border: none;
  padding-left: 0;
  cursor: pointer;
  display: inline-block;
  margin-left: -4px;
}

.selct_box .box_cont {
  padding-top: 40px;
}

.box_cont p:nth-child(1) {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  padding-bottom: 14px;
}

.box_cont .ect {
  font-size: 14px;
  color: #333;
  padding-top: 7px;
}

.box_cont select {
  width: 200px;
  height: 48px;
  vertical-align: top;
}

.thenumber {
  border-top: 1px solid #333;
  background-color: #F2F3F5;
  text-align: center;
}

.thenumber p {
  padding: 170px 0;
  font-size: 18px;
  color: #666;
}


/* apply_view03 */

.thenumber {
  padding: 20px;
}

.number_box {
  display: flex;
  margin-bottom: 20px;
}

.number_box:last-child {
  margin-bottom: 00px;
}

.number_box .the_num {
  width: 55px;
  height: 100px;
  background-color: #263045;
  color: #fff;
  text-align: center;
  line-height: 100px;
  font-size: 20px;
  font-weight: bold;
}

.the_cont {
  display: flex;
  background-color: #fff;
  width: 900px;
}

.the_cont li {
  margin: auto;
}

.the_cont label {
  font-size: 14px;
  color: #333;
  display: block;
  text-align: left;
}

.the_cont input {
  border: 1px solid #ddd;
  height: 40px;
  margin-top: 5px;
  padding-left: 7px;
}

.the_cont .i_name,
.the_cont .i_birth {
  width: 140px;
}

.the_cont .i_phone {
  width: 170px
}

.the_cont .i_email {
  width: 220px;
}


.the_cont li.changebtn {
  background-color: #2e8bef;
  text-align: center;
  padding: 0;
  font-size: 14px;
}

.the_cont li.changebtn button {
  color: #fff;
  width: 64px;
  height: 79px;
}


.the_cont.change_section li:first-child {
  background-color: #fff;
  width: 780px;
  line-height: 80px;
}


.the_cont.change_section li select {
  padding: 10px;
  width: 500px;
  border-radius: 5px;
  background-color: #ddd;
  font-weight: bold;
}

.sum_box {
  text-align: right;
  padding: 14px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

.sum_box p {
  display: inline-block;
  vertical-align: center;
}

.sum_box p:first-child {
  font-size: 16px;
  font-weight: bold;
}

.sum_box p span {
  font-size: 24px;
  font-weight: bold;
}

select {
  cursor: pointer;
}




/* 현장코칭 */
.coaching_wrap .coaching_intro {
  background-image: url(/image/sub/intro_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 320px;
  color: #fff;
  text-align: center;
}

.coaching_wrap .coaching_intro h2 {
  font-size: 40px;
  font-weight: bold;
  padding-top: 120px;
  line-height: 1.5em;
}

.coaching_wrap .coaching_intro p {
  font-size: 18px;
}

.coaching_wrap .coaching_cont {
  width: 100%;
  padding: 30px;
  background-color: #f8f9fa;

}

.cont_step {
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  margin-top: 20px;
  background-color: #fff;
}

.cont_step .cont_step1 {
  text-align: center;
  background-color: #e7f5ff;
  width: 300px;
  padding: 60px 20px 20px 20px;
}

.cont_step .cont_step2 {
  display: flex;
  text-align: center;
}

.cont_step .cont_step2 div {
  margin-left: 26px;
  margin-top: 10px;
}

.cont_step .cont_step2 span {
  padding-left: 24px;
}

.cir1,
.cir2,
.cir3 {
  width: 127px;
  height: 127px;
  border-radius: 50%;
}

.cir1 {
  border: 1px dashed #2e8bef;
  position: relative
}

.cir1::after {
  content: "";
  position: absolute;
  right: -53px;
  top: 62px;
  width: 53px;
  height: 2px;
  background-color: #ddd;
}

.cir1 p,
.cir3 p {
  padding: 43px 20px;
}

.cir2 p {
  padding: 50px 20px;
}

.cir2 {
  border: 1px solid #2e8bef;
  color: #2e8bef;
  position: relative;
}

.cir2::after {
  content: "";
  position: absolute;
  right: -53px;
  top: 62px;
  width: 53px;
  height: 2px;
  background-color: #ddd;
}

.cir3 {
  background-color: #2e8bef;
  color: #fff;
}

.coaching_apply h3 {
  font-size: 24px;
  font-weight: bold;
}

.coaching_apply .tit_bg {
  background-image: url(/image/sub/tit_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 143px;
  margin: 20px 0;
  display: flex;
  padding: 30px;
}

.coaching_apply .tit_bg .tit_text {
  color: #fff;
}

.coaching_apply .sub_tit {
  text-align: center;
  padding-top: 80px;
}

.coaching_apply .sub_tit p {
  padding-top: 10px;
  font-size: 16px;
}


.coaching_apply .tit_bg .tit_text p:nth-child(1) {
  font-size: 20px;
  font-weight: bold;
  padding-top: 14px;
}

.coaching_apply .tit_bg .tit_text p:nth-child(2) {
  font-size: 16px;
  padding-top: 7px;
}

.coaching_apply .tit_bg .tit_figure {
  display: flex;
  margin-left: auto;
  font-size: 18px;
  font-weight: bold;
}

.coaching_apply .tit_bg .tit_figure div {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  line-height: 88px;
}

.coaching_apply .tit_bg .tit_figure div:first-child {
  margin-right: 10px;
}

.apply_form {
  color: #666;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #333;
}

.apply_form table td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 16px 0;
  padding-left: 20px;
}

.apply_form table td:last-child {
  border-right: 0;
}

.apply_form table .col_tit {
  background-color: #f8f9fa;
  width: 160px;
  font-size: 16px;
}

.ib {
  display: inline-block;
  vertical-align: middle;
}

input.oftime {
  border: 1px solid #ddd;
  width: 80px;
  height: 50px;
}

.testadd p {
  display: inline-block;
  vertical-align: middle;
}

.textlong input {
  width: 322px;
  height: 50px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
}

.textlong input.textlong.block {
  margin-bottom: 0;
}

.textlong.block {
  display: block;
  width: 450px;
}

.post_btn.coach {
  height: 50px;
  margin-left: -5px;
}

.apply_form table .col_ex {
  width: 310px;
}

.apply_form table .col_ex select {
  width: 80px;
  height: 50px;
  border: 1px solid #ddd;
}

.apply_form table .col_ex select.widthAuto {
  width: auto;
}

.apply_form table .col_ex input {
  border: 1px solid #ddd;
  width: 240px;
  height: 50px;
}

.input_wrap {
  width: 240px;
  height: 50px;
  position: relative;
}

.input_wrap .input_inner {
  border: 0;
  width: 198px;
  height: 46px;
  position: absolute;
  left: 1px;
  top: 1px;
}
.input_wrap a img {
  position: absolute;
  right: 10px;
  top: 15px;
}

.board_list .input_wrap{
  border: 1px solid #ddd;
}

textarea {
  resize: none;
  width: 100%;
  border: 1px solid #ddd;
  margin: 20px 0;
}


.apply_form .apply-total {
  border-top: 2px solid #333;
  text-align: right;
  color: #333;
  padding: 20px 0;
  margin-top: 25px;
}

.apply_form .apply-total p {
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
  font-size: 17px;
}

.apply_form .apply-total .msg {
  display: block;
  margin-top: 15px;
  font-size: 15px;
}

.apply_form .apply-total span {
  font-size: 24px;
  font-weight: bold;
}


.agree {
  margin-top: 40px;
}

.agree h4 {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
}

.agree label {
  font-size: 14px;
}

.agree .oq-terms-box {
  border-radius: 0;
  padding: 10px;
}

.agree .oq-terms {}


/* 로그인 - login */

.tab-wrap.login {
  width: 560px;
  margin: 0 auto;
  text-align: center;
}

.tab-wrap .tab-btn {
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
}

.tab-wrap .tab-btn li {
  width: 186px;
  height: 60px;
  line-height: 60px;
  font-size: 15px;
  background-color: #f6f6f6;
  border-bottom: 1px solid #222;
}

.tab-wrap .tab-btn li:nth-child(2) {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.tab-wrap .tab-btn li.active {
  font-weight: bold;
  background-color: #fff;
  border-top: 1px solid #222;
  border-left: 1px solid #222;
  border-right: 1px solid #222;
  border-bottom: 0;
}

.tab-cont h2 {
  font-size: 25px;
  font-weight: bold;
  padding-top: 60px;
  padding-bottom: 20px
}

.login_text {
  padding-bottom: 20px;
}

.form_write input {
  width: 100%;
  height: 55px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 5px;
  font-size: 16px;
  color: #999;
}

.login_box button {
  width: 100%;
  height: 55px;
  border-radius: 3px;
  background-color: #2e8bef;
  transition: all ease 0.3s;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}


.ect_box {
  font-size: 14px;
  color: #666;
  text-align: right;
  padding: 20px 0 30px;
  border-bottom: 1px solid #ddd;
}

.ect_box a {
  margin-left: 20px;
  color: #666;
}

.ect_box a:nth-child(2) {
  position: relative;
}

.ect_box a:nth-child(2):before {
  content: "";
  width: 1px;
  height: 12px;
  background-color: #d7d7d7;
  position: absolute;
  left: -12px;
  top: 5px;
}

.ect_box a:nth-child(2):after {
  content: "";
  width: 1px;
  height: 12px;
  background-color: #d7d7d7;
  position: absolute;
  right: -12px;
  top: 5px;
}

.ect_box.linenone a:nth-child(2):after {
  display: none;
}

.join_introduce {
  padding: 40px;
  background-color: #f8f8f8;
  font-size: 15px;
  text-align: left;
  margin-top: 20px;
  color: #888;
}

.join_introduce p:nth-child(2) {
  padding-top: 10px;
}


/* 회원가입약관 - terms */
.terms_wrap {
  font-size: 14px;
  line-height: 1.5;
  font-family: 'Noto Sans KR', sans-serif !important;
}


/* 마이페이지 */

/* 장바구니 */
a.nowpay_btn {
  background-color: red;
  padding: 3px 10px;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}

.col_box {
  width: 50px;
}

.col_note.cart {
  width: 150px;
}

.cancel_btn {
  background-color: #333;
  padding: 5px 7px;
  color: #fff;
  border-radius: 3px;
  font-size: 14px;
}

.btn_box {
  margin-top: 10px;
  font-size: 14px;
}

.all_btn {
  background-color: #5d5d5d;
  width: 120px;
  height: 40px;
  color: #fff;
}

.sel_btn {
  background-color: #333333;
  width: 120px;
  height: 40px;
  color: #fff;
}

.board_list td.ta_l {
  text-align: left;
}

.board_list.cart {
  margin-top: 10px;
}


.board_list select{
  min-width: 50px;
  height: 50px;
  border: 1px solid #ddd;
}


.total_guide {
  padding-bottom: 10px;
}


.order_tit.cart {
  margin-top: 60px;
}

.cash_bg {
  display: flex;
  background-color: #f8f9fa;
  border-top: 2px solid #000;
  margin-top: 10px;
  padding: 30px 30px 30px 60px;
}

.cash_bg .bold {
  font-weight: bold;
}

.symbol {
  font-size: 33px;
  font-weight: bold;
  padding: 40px 30px 0 30px;
}


.cash_bg input {
  width: 160px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #dcdcdc;
}

.cash_bg button {
  width: 50px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background-color: #333333;
}

.cash_bg .fz20 {
  font-weight: bold;
  color: #5d5d5d;
}

.cash_bg .cash_box2 {
  width: 226px;
}

.cash_bg .cash_box>div,
.cash_bg .cash_box2>div {
  padding-bottom: 10px;
}

.text_s {
  color: #959595;
  font-size: 14px;
}

.btn_wrap {
  margin-top: 10px;
  border-top: 2px solid #333;
  border-bottom: 1px solid #ddd;
}




/* 결제완료 */
.payment {
  width: 100%;
  height: 335px;
  background-color: #f8f9fa;
  border: 2px dashed #ddd;
  text-align: center;
  padding: 60px 0;
}

.pay_tit {
  font-size: 32px;
  font-weight: bold;
  padding-top: 20px;
}

.pay_tit span {
  color: #2e8bef;

}

.payment_text {
  padding-top: 30px;
}

/* 대리점 주문내역1 - order_list01 */

.board_list.mypage {
  margin-top: 0;
}


.order_list {
  padding: 20px 0;
  width: 340px;
}

.col_no {
  width: 200px;
}

.col_cash,
.col_way,
.col_date.list1 {
  width: 120px;
}

.p_wait {
  width: 100px;
  height: 30px;
  line-height: 28px;
  border-radius: 3px;
  border: 1px solid #ddd;
  color: red;
  margin: 0 auto;
  margin-bottom: 5px;
  font-size: 14px;
}

.p_again {
  background-color: red;
  width: 100px;
  height: 30px;
  line-height: 28px;
  border-radius: 3px;
  color: #fff;
  margin: 0 auto;
  font-size: 14px;
}

.p_finish {
  width: 100px;
  height: 30px;
  line-height: 28px;
  border-radius: 3px;
  border: 1px solid #cbcbcb;
  color: #5d5d5d;
  margin: 0 auto;
  margin-bottom: 5px;
  font-size: 14px;
}

.p_cancel {
  width: 100px;
  height: 30px;
  line-height: 28px;
  border-radius: 3px;
  background-color: #5d5d5d;
  color: #fff;
  margin: 0 auto;
  font-size: 14px;
}

.p_end {
  width: 100px;
  height: 30px;
  line-height: 28px;
  border-radius: 3px;
  background-color: #bcbcbc;
  color: #fff;
  margin: 0 auto;
  font-size: 14px;
}

.p_applying {
  width: 100px;
  height: 30px;
  line-height: 28px;
  border-radius: 3px;
  background-color: #24c976;
  color: #fff;
  margin: 0 auto;
  font-size: 14px;
}

.p_order {
  width: 100px;
  height: 30px;
  line-height: 28px;
  border-radius: 3px;
  background-color: #343a40;
  color: #fff;
  margin: 0 auto;
  font-size: 14px;
}

.p_result {
  width: 100px;
  height: 30px;
  line-height: 28px;
  border-radius: 3px;
  background-color: #2e8bef;
  color: #fff;
  margin: 0 auto;
  font-size: 14px;
}

.p_detail {
  width: 100px;
  height: 30px;
  line-height: 28px;
  border-radius: 3px;
  background-color: #343a40;
  color: #fff;
  margin: 0 auto;
  font-size: 14px;
  margin-bottom: 5px;
}

.p_detail02 {
  width: 100px;
  height: 30px;
  line-height: 28px;
  border-radius: 3px;
  background-color: #fab005;
  color: #fff;
  margin: 0 auto;
  font-size: 14px;
  margin-bottom: 5px;
}

.p_mod {
  width: 100px;
  height: 30px;
  line-height: 28px;
  border-radius: 3px;
  background-color: #2e8bef;
  color: #fff;
  margin: 0 auto;
  font-size: 14px;
}

.p_report {
  width: 100px;
  padding: 7px 0;
  line-height: 1.2em;
  border-radius: 3px;
  background-color: #263045;
  color: #fff;
  margin: 0 auto;
  font-size: 14px;
}

/* 대리점 주문내역2 - order_list02 */
.card_btn {
  width: 100px;
  height: 30px;
  line-height: 28px;
  border-radius: 3px;
  border: 1px solid #cbcbcb;
  background-color: #f3f3f3;
  color: #5d5d5d;
  margin-bottom: 5px;
  margin-top: 10px;
  font-size: 14px;
}

.board_list.order {
  margin-top: 15px;
}

.col_no.list2 {
  width: 160px;
}

.col_cash.list2 {
  width: 180px;
}

.col_date.list2 {
  width: 180px;
}

.order_cash,
.order_point {
  font-size: 14px;
}

.order_point {
  color: #aaaaaa;
}


.order_tit.list2 {
  margin-top: 80px;
}

.total {
  padding-top: 16px;
}

.note_bg {
  width: 100%;
  height: 170px;
  border-top: 2px solid #333;
  border-bottom: 1px solid #ddd;
  padding: 20px;
  margin-top: 10px;
}


/* 대리점 주문내역3 - order_list03 */
.order_tit h3 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}

.list_inner.order {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-top: 2px solid #151515;
  border-bottom: 1px solid #ddd;
  background-color: #f8f9fa;
  display: flex;
  padding: 0 40px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.list_inner.order div p {
  display: inline-block;
}

.list_inner.order div p:first-child {
  padding-right: 20px;
  font-weight: bold
}

.list_inner.order div:nth-child(2) {
  margin-left: auto;
}

.thenumber.order {
  margin-top: 20px;
  border-bottom: 1px solid #333;
}

.page_btn {
  padding-top: 40px;
}

a.back_btn {
  width: 160px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: #495057;
  color: #fff;
  display: block;
  margin: 0 auto;
}


.the_cont.border input.orderdata {
  border-bottom: 1px solid #ddd;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  font-size: 18px;
  font-weight: bold;
}


/*대리점 현장코칭 신청관리*/
.page_tit h2 {
  font-size: 25px;
  font-weight: bold;
  color: #333;
  text-align: center;
}

a.coach_result {
  background-color: #192027;
  color: #fff;
  height: 27px;
  line-height: 27px;
  text-align: center;
  border-radius: 3px;
  padding: 5px 15px;
  font-size: 14px;
}

.board_list.coach {
  margin-top: 40px;
}

/* 대리점 소속직원관리 */
.col_note.agency {
  width: 146px;
}

a.b_modify {
  padding: 3px 10px;
  background-color: #f3f3f3;
  border: 1px solid #d2d2d2;
  color: #5d5d5d;
  vertical-align: middle;
  font-size: 14px;
}

.b_del {
  padding: 3px 10px;
  background-color: #5d5d5d;
  border: #5d5d5d solid 1px;
  color: #fff;
  font-size: 14px;
}

.modify_list span {
  display: block;
}

.modify_list.agency .t_tit {
  width: 130px;
}


.eduing_btn {
  background-color: red;
  width: 70px;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  color: #fff;
  margin: 0 auto;
  font-size: 14px;
}

.icon_btn p {
  display: inline-block;
  width: 50px;
  height: 32px;
  line-height: 32px;
  border-radius: 3px;
  color: #fff;
  background-color: #808080;
  font-size: 14px;
}

.icon_btn a {
  vertical-align: top;
}


/* 포인트관리 */
.point_tit {
  width: 100%;
  height: 160px;
  background-color: #f8f8f8;
  border: 1px dashed #ddd;
  line-height: 160px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.point_tit div {
  display: flex;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto;
  width: 360px;
}

.point_tit div p {
  font-size: 35px;
  font-weight: bold;
  color: #2e8bef;
  padding: 0 10px;
}

.board_list.mypage .align_l {
  text-align: left;
  padding-left: 50px;
}

/* 대리점 1:1문의 */
.col_re,
.col_date.agency {
  width: 150px;
}

.board_list.agency th {
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid #ededed;
}

.board_list.agency td {
  border-bottom: 1px solid #ededed;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}


.board_list.agency .qna_tit {
  text-align: left;
  width: 560px;
  padding-left: 20px;
  cursor: pointer;
}

.board_list.agency .faq-a {
  display: none;
}


.board_list.agency .qna_a {
  text-align: left;
  padding: 20px 80px;
  background-color: #f8f9fa;
}

.board_list.agency .qna_a p {
  padding-bottom: 10px;
}



/* 대리점 - 회원정보수정 */

.modify_list.agency .t_tit {
  width: 150px;
}

.modify_list.agency input.input_size {
  width: 180px;
  color: #333;
  margin-right: 5px;
  margin-bottom: 7px;
}

.modify_list.agency input.input_box {
  width: 746px;
}

.agency_infor {
  color: #bdbdbd;
  background-color: #ddd;
  display: inline-block;
  width: 180px;
  margin-right: 5px;
  margin-bottom: 7px;
  padding-left: 10px;
  line-height: 35px;
}

.agency_infor span {
  display: inline-block;
  vertical-align: middle;
}

.agency_infor input {
  display: inline-block;
  width: 100px;
  height: 33px;
  font-weight: bold;
  line-height: 33px;
  background-color: #ddd;
  vertical-align: middle;
}

.agency_infor.wide {
  width: 370px;
}

.agency_infor.wide input {
  display: inline-block;
  width: 260px;
}

.modify_list.agency .input_size :-ms-input-placeholder {
  /* Internet Explorer */
  color: #bdbdbd;
}

/* ::placeholder {
    color: #bdbdbd;
} */

.modify_list.agency .post_box {
  padding-top: 10px;
}

.post_btn {
  background-color: #495057;
  width: 130px;
  height: 36px;
  vertical-align: top;
  color: #fff;
}


.modify_list.agency .m_check {
  display: block;
  padding-left: 0;
  color: #333;
}



/* 수강생 - 교육진행현황 */
.student_ing h2 {
  font-size: 25px;
  font-weight: bold;
  color: #333;
  text-align: center;
  padding-bottom: 40px;
}


.date_search {
  padding: 30px 38px;
  display: flex;
  background-color: #f5f5f5;
  width: 100%;
  height: 110px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 40px;
}

.date_search input {
  font-size: 14px;
  color: #999;
  height: 45px;
  line-height: 45px;
  border: 1px solid #d7d7d7;
  margin-right: 10px;
}

.date_search input.d_name {
  width: 130px;
}

.date_search input.d_step,
.date_search input.d_place {
  width: 160px;
}

.date_search .d_date {
  display: flex;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  line-height: 45px;
  height: 45px;
}

.d_date .date_s,
.d_date .date_e {
  display: inline-block;
  width: 140px;
}

.d_date .date_s {
  position: relative;
}

.d_date .date_e {
  position: relative;
}

.d_date .date_s input,
.d_date .date_e input {
  width: 100px;
  border: 0;
  height: 40px;
  vertical-align: middle;
  margin-right: 0px;
}

.d_date .date_s input {
  position: absolute;
  top: 2px;
  left: 0;
}

.d_date .date_s img {
  position: absolute;
  right: 9px;
  top: 10px;
}

.d_date .date_e input {
  position: absolute;
  top: 2px;
  left: 0;
}

.date_search .d_date img {
  vertical-align: middle;
}

.d_date .date_e img {
  position: absolute;
  right: 9px;
  top: 10px;
}

.date_btn {
  width: 80px;
  height: 45px;
  line-height: 40px;
  text-align: center;
  background-color: #000;
  color: #fff;
  margin-left: 10px;
}

.board_list.mypage th {
  border-right: 0;
}

.board_list.mypage td {
  font-size: 16px;
  border-right: 0;
  border-left: 0;
}

.col_id {
  width: 115px;
}

.col_name {
  width: 100px;
}

.col_subject.mypage {
  width: 180px;
}

.col_place.mypage {
  width: 140px;
}

.col_date.mypage {
  width: 240px;
}

.col_note.mypage {
  width: 90px;
}

.blue_ing,
.blue_ing a {
  color: #2e8bef;
}

td.blue_ing {
  color: #2e8bef;
}

td.gray_end {
  color: #999;
}

/* 수강생 - 교육진행현황 뷰 */
.education_ing_box {
  display: flex;
  font-size: 15px;
  font-weight: bold;
  color: #000;
  border-radius: 5px;
  border: 1px solid #cae2fb;
  background-color: #f1f7fe;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  padding: 20px 60px;
}

.education_ing_box p {
  margin-right: 59px;
}

.education_ing_box p:last-child {
  margin-right: 0px;
}

a.certificate_print {
  background-color: #ebf0f5;
  color: #9ca9b3;
  text-align: center;
  width: 90px;
  height: 27px;
  line-height: 25px;
  margin-left: auto;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  border-radius: 30px;
}

.index_contents {
  border: 2px dashed #b7b6b7;
  height: 510px;
  margin-bottom: 40px;
}

.index_contents div {
  text-align: center;
  line-height: 510px;
  font-size: 24px;
  font-weight: bold;
  color: #b7b6b7;
}

/* 수강생 - 개인정보수정 */

.modify_wrap h3 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}

.modify_wrap .ess {
  color: red;
  text-align: right;
  font-size: 14px;
  padding-bottom: 15px;
}

.modify_inner {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

.modify_list {
  width: 100%;
}

.modify_list td {
  padding: 16px;
  border-bottom: 1px solid #ddd;
}

.modify_list .t_tit {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.modify_list .t_tit.top {
  vertical-align: top;
}

.modify_list .t_tit p {
  position: relative;
  display: inline-block;
}

.modify_list .t_tit p::before {
  content: "*";
  color: red;
  width: 2px;
  height: 2px;
  position: absolute;
  right: -2px;
  top: -4px;
}

.modify_list tbody tr:nth-child(1) p {
  display: inline-block;
}

.modify_list .m_id {
  font-size: 20px;
  font-weight: bold;
  margin-right: 20px;
}

.modify_list .s_text {
  color: #949494;
  font-size: 14px;
  padding-top: 5px;
}

.modify_list input {
  border: 1px solid #ddd;
  height: 35px;
  line-height: 35px;
}

.modify_list select {
  border: 1px solid #ddd;
  height: 35px;
  line-height: 35px;
  color: #949494;
}

.modify_list .space {
  padding: 0 5px;
  display: inline-block;
}

.modify_list .m_check {
  display: inline-block;
  font-size: 14px;
  padding-left: 10px;
}

.checkbox {
  margin-right: 5px;
}

.sideby_btn.okno .ok {
  background-color: #2e8bef;
  color: #fff;
}

.sideby_btn.okno .no {
  background-color: #495057;
  color: #fff;
  border: 0;
}

.sideby_btn.okno a {
  width: 155px;
  margin-right: 5px;
}

.sideby_btn.test .btnconform {
  background-color: #2e8bef;
  color: #fff;
}

.sideby_btn.test .btncancle {
  background-color: #fff;
  border: 1px solid #2e8bef;
  color: #2e8bef;
}

/* 강사 교육진행관리 */


.board_list.mypage .col_apply.mypage,
.board_list.mypage .col_wait.mypage,
.board_list.mypage .col_full.mypage {
  width: 70px;
}

/* 강사 교육진행관리 뷰 */
.education_ing_box p:nth-child(2) {
  /* margin-right:280px; */
}

.ingbox_left {
  display: flex;

}

.ingbox_right {
  display: flex;
  margin-left: auto;
}


.board_list.mypage .col_photo {
  width: 100px;
}

.board_list.mypage .col_call {
  width: 160px;
}

.board_list.mypage .col_email {
  width: 230px
}

.board_list.mypage .td_t {
  padding: 10px 0;
}

.board_list.mypage .td_t .td_t_img {
  /* background-image:url(/image/sub/t_img.jpg);
    background-repeat: no-repeat;
    background-size:cover; */
  width: 80px;
  height: 80px;
  border-radius: 3px;
  margin-left: 8px;
}


a.popup_btn {
  background-color: #192027;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  padding: 5px 20px;
  border-radius: 3px;

}


/* 강사평가등록 팝업 */
.dim {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9999;
}

.assess_popup {
  display: none;
  /* opacity: 0; */
  z-index: 99999;
  /* transform: scale(0.7); */
  width: 500px;
  height: 660px;
  border-radius: 20px;
  background-color: #fff;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 156px;
}

.assess_popup .popup_text {
  display: flex;
  padding: 50px 40px;
}

.assess_popup h3 {
  font-size: 30px;
  font-weight: bold;
  color: #000;
}

.assess_popup p {
  font-size: 20px;
  color: #8d8d8d;
  padding-left: 20px;
}

.assess_popup .index_contents {
  width: 480px;
  height: 395px;
  margin: 0 auto;
  border: 1px solid #b7b6b7;
  border-style: dashed;
  border: 2px dashed #b7b6b7;

}

.assess_popup .index_contents div {
  text-align: center;
  line-height: 420px;
  font-size: 18px;
  font-weight: bold;
  color: #b7b6b7;
}

.assess_popup .sideby_btn {
  padding-top: 34px;
}

/* 강사 정보수정 */

.modify_inner.member {
  border-bottom: 0;
}

.modify_teacher {
  margin-top: 50px;
}

.t_tit {
  width: 180px;
}

.t_name p {
  width: 110px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border: 1px solid #ddd;
}

.t_name p:nth-child(2) {
  margin-left: -4px;
}




.q_text {
  width: 100%;
  /* height:114px; */
  margin: 0;
}

.tag_text {
  width: 100%;
  height: 40px;
  margin: 0;
}

.qna_box {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 20px 0;
  margin-top: 20px;
}

.qna_box div {
  padding: 10px 0;
}

.qna_box div p {
  padding-bottom: 10px;
}

.qna_box div p span {
  font-weight: bold;
  padding-right: 10px;
}

.input_flex {
  display: flex;
}

.input_flex.staff {
  display: block
}


.filebox input[type="file"] {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
}

.filebox label {
  display: inline-block;
  width: 86px;
  height: 36px;
  background-color: #495057;
  color: #fff;
  line-height: 36px;
  text-align: center;
}

.filebox .upload-name {
  display: inline-block;
  height: 36px;
  border: 1px solid #ddd;
  vertical-align: top;
}

/* 강사 테스트등록 */

.test_info {
  background-color: #3478c2;
  border-radius: 10px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  display: flex;
  color: #fff;
  padding: 30px;
}

.test_info div:first-child {
  padding-left: 0px;
}

.test_info div {
  width: 25%;
  position: relative;
  padding-left: 20px;
}

.test_info div img {
  display: inline-block;
  vertical-align: middle;
}

.test_info div::after {
  content: "";
  position: absolute;
  right: 9px;
  top: 0;
  width: 1px;
  height: 55px;
  background-color: #2f6cae;
}

.test_info div:last-child::after {
  display: none;
}

.test_info div span {
  font-size: 13px;
  color: #e4eefc;
}

.test_info div p {
  font-size: 14px;
  font-weight: bold;
}


.test_set {
  display: flex;
}

.test_set div {
  padding: 30px;
  border: 1px solid #ededed;
  border-radius: 20px;
}

.test_set div p:first-child {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.test_set div p:nth-child(2) {
  font-size: 16px;
  color: #333;
  padding-top: 6px;
}

.test_set .select_box {
  background-color: #f8f9fa;
  border-radius: 5px;
  border: 1px solid #ddd;
  display: block;
  padding: 8px;
  width: 190px;
  height: 40px;
  position: relative;
  margin-top: 20px;
}

.select_text {
  font-size: 12px;
  color: #666;
  padding-top: 5px;
}



.test_set .select_box.add {
  background-color: #f8f9fa;
  border-radius: 5px;
  border: 1px solid #ddd;
  display: inline-block;
  vertical-align: top;
  padding: 8px;
  width: 155px;
  height: 40px;
  position: relative;
  margin-top: 20px;
  z-index: 1;
}

.test_set div a img {
  position: absolute;
  top: 14px;
  right: 11px;
}

.test_set .set_box1 {
  position: relative;
}

.test_set .set_box1 .setimg {
  position: absolute;
  right: 0;
  top: 40px;
}

.test_set .set_box2 {
  position: relative;
}

.test_set .set_box2 .setimg {
  position: absolute;
  right: 0;
  top: 40px;
}

.test_set .set_box1,
.test_set .set_box2 {
  width: 380px;
  margin-right: 20px;
}

.test_set .set_box3 {
  width: 130px;
}

.test_set .set_box3 p:nth-child(2) {
  padding-top: 15px;
  padding-bottom: 10px;
}

.set_box3 span {
  margin-left: 5px;
}


.ex_cont input[type='checkbox'] {
  display: none;
}

.ex_cont input.default[type='checkbox']+label {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  background-image: url(/image/sub/default.png);
  background-size: cover;
}

.ex_cont input.default[type='checkbox']:checked+label {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  background-image: url(/image/sub/right.png);
}


.ex_cont.ox input.ox_btn[type='checkbox'] {
  display: none;
}

.ex_cont.ox input.ox_btn[type='radio']+label {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  background-image: url(/image/sub/default.png);
  background-size: cover;
  border-radius: 0;

}

.ex_cont.ox input.ox_btn[type='radio']:checked+label {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  background-image: url(/image/sub/right.png);
}


.ex_cont.ox input.ox_btn[type='radio']+label::before {
  display: none;
}









.set_box3 input[type='radio'] {
  display: none;
}

.set_box3 input[type='radio']+label {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 50%;
  position: relative;
}

.set_box3 input[type='radio']+label::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #e4e4e4;
}

.set_box3 input[type='radio']:checked+label {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  background-color: #2e8bef;
  border: 0;
  border-radius: 50%;
  position: relative;
}

.set_box3 input[type='radio']:checked+label::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
}


.test_section {
  width: 100%;
}

.test_section.edu {
  border-radius: 0;
  margin-top: -16px;
}


.example1 {
  padding: 20px;
  background-color: #f8f9fa;
  border-radius: 10px;
}

.sort_add {
  background-color: #fff;
  display: inline-block;
  padding: 10px 5px;
  border-radius: 5px;
  font-size: 12px;
  color: #333;
  font-weight: bold;
  line-height: 1.5em;
  margin-right: 10px;
}

.test_intro {
  width: 850px;
  display: inline-block;
  vertical-align: top;
  padding: 15px 20px;
  background-color: #ced4da;
  border-radius: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
}

.test_intro p {
  font-weight: bold;
}


.example1>div .test_intro {
  margin-bottom: 20px;
}

.example1>div:last-child .test_intro {
  margin-bottom: 0px;
}

.test_intro>p {
  display: inline-block;
}

.test_section .test_tit {
  background-color: #f8f9fa;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  line-height: 60px;
  padding-left: 20px;
  width: 340px;
  border-radius: 10px 10px 0 0;
  border: 0;
}

.example2_wrap {
  margin-top: 40px;
  /* border:1px solid red; */
}



.test_section .example2 {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  background-color: #f8f9fa;
}

.test_section .example2.first {
  padding-top: 40px;
}

.test_section .ex_1 {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e4e4e4;
}

.test_section .ex_1.edu {
  margin-top: 30px;
}

.test_section .ex_1.edu:first-child {
  margin-top: 0px;
}

.test_section .test_slide {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 20px;
  background-color: #2e8bef;
  cursor: pointer;
  display: block;
}

.test_section .test_slide.off {
  background-color: #ced4da;
}

.test_section .test_slide.off .test_btn {
  background-image: url('/image/sub/test_down.png');
}

.test_section .test_btn {
  background-image: url(/image/sub/test_down.png);
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  display: inline-block;
  float: right;
}

.test_section .test_btn.active {
  background-image: url(/image/sub/test_up.png);
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  display: inline-block;
  float: right;
}


.test_section .ex_question {
  padding-left: 50px;
  width: 745px;
  border: 0;
  background-color: transparent;
  vertical-align: top;
}

.ex_question::placeholder {
  color: #fff;
}

.test_section .ex_q {
  padding: 0;
  width: 690px;
  border: 0;
}

.ex_q::placeholder {
  color: #999;
}

.test_section .ex_exam {
  padding: 0;
  width: 630px;
  border: 0;
}

.ex_exam::placeholder {
  color: #999;
}

.test_section .ex_exam.bg {
  width: 690px;
  height: 100px;
  border: 0;
  background-color: #fff9db;
  padding: 10px;
  margin: 0;
  vertical-align: top;
}


.number {
  padding-left: 10px;
  padding-right: 3px;
  padding-top: 3px;
}

.number.p0 {
  padding: 0;
}

.test_ex li {
  padding: 16px 0;
  border-bottom: 1px solid #e4e4e4;
  width: 100%;
}

.test_ex li .ex_tit {
  font-weight: bold;
  color: #333;
  width: 120px;
  margin-left: 0;
}

.test_ex li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.test_ex p {
  displaY: inline-block;
  margin-left: 10px;
}

.test_ex.edu li .ex_tit {
  width: 100%;
}

.test_ex.text textarea {
  padding: 10px;
  margin: 0;
  width: 880px;
  height: 200px;
  border: 0;
}

.test_ex.text {
  padding: 10px;
}

.test_section .test_slide p {
  display: inline-block;
}

.test_tit::placeholder {
  color: #ddd;
}

.test_ex {
  background-color: #fff;
  width: 100%;
  display: block;
  padding: 20px 40px;
  font-size: 16px;
}

.test_section .test_ex li {
  display: table;
}

.test_section .test_ex li>div {
  display: table-cell;
  vertical-align: middle;
}

.test_section .test_ex.edu li .wrap-l {
  width: 350px;
}

.test_section .test_ex li .wrap-r {
  text-align: right;
}

.test_section .test_ex li .wrap-r p {
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
}

.test_ex input[type='radio'] {
  display: none;
}

.test_ex input[type='radio']+label {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 50%;
  position: relative;
}

.test_ex input[type='radio']+label::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #e4e4e4;
}

.test_ex input[type='radio']:checked+label {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  background-color: #2e8bef;
  border: 0;
  border-radius: 50%;
  position: relative;
}

.test_ex input[type='radio']:checked+label::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
}

.test_ex .ex_cont {
  display: inline-block;
  width: 692px;
}

.test_ex .ex_cont p {
  display: inline-block;
}

.test_ex .ex_num {
  padding: 10px 0;
  border-bottom: 1px solid #e4e4e4;
}

.test_ex .ex_num:first-child {
  padding-top: 0;
}

.test_ex .ex_num:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.test_ex label {
  /* padding-right:10px;
    display: inline-block;
    vertical-align: middle; */
  /* width:100px; */
}

.test_ex .ex_input {
  vertical-align: top;
}

.test_ex .ex_explain {
  color: #999;
  background-color: #fff9db;
  width: 692px;
}


/* 강사 종합테스트 teacher_all_test */

.alltest_box {
  text-align: center;
  /* margin-bottom:30px; */
}

.alltest_box h2 {
  padding-top: 30px;
  padding-bottom: 20px;
}

.alltest_info {
  text-align: center;
}

.alltest_info img {
  vertical-align: middle;
}

.alltest_box p {
  display: inline-block;
  padding-left: 20px;
}

.board_list.alltest tbody tr {
  font-size: 15px;
  color: #666;
}

.board_list.alltest .result_btn {
  font-size: 12px;
  font-weight: bold;
  background-color: #2e8bef;
  color: #fff;
  display: block;
  padding: 3px;
  border-radius: 3px;
}

/* 종합테스트 결과 */

.answer_box {
  vertical-align: middle;
}

.right_answer {
  font-size: 16px;
  color: #fff;
  padding: 0 14px;
  background-color: #2e8bef;
  border-radius: 12px;
  display: inline-block;
  margin-top: 3px;
  margin-left: 10px;
}

.wrong_answer {
  font-size: 16px;
  color: #fff;
  padding: 0 14px;
  background-color: red;
  border-radius: 12px;
  display: inline-block;
  margin-top: 3px;
  margin-left: 10px;
}

.right_blue {
  vertical-align: top;
  color: #2e8bef;
  padding-left: 10px;
}

.wrong_red {
  vertical-align: top;
  color: red;
  padding-left: 10px;
}

.example2_wrap.m0 {
  margin: 0;
}

.main_tit {
  background-color: #263045;
  color: #fff;
  font-size: 18px;
  padding: 16px;
  margin-top: 40px;
}

/* 강사 리포트 teacher_reportform */

.report_info {
  display: flex;
}

.report_info div {
  width: 33.3%;
}

.report_info div:nth-child(1) {
  padding: 20px 10px 30px;
}

.report_info div:nth-child(1) h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

.report_info div:nth-child(1) p {
  font-size: 14px;
  font-weight: 500;
}

.report_info div:nth-child(2) {
  padding: 35px 30px;
  text-align: right;
}

.report_info div:nth-child(2) p {
  font-size: 18px;
  display: inline-block;
  font-weight: 500;
}

.report_info div:nth-child(2) span {
  font-size: 28px;
  font-weight: bold;
  color: #2e8bef;
}


.report_info div:nth-child(3) {
  padding: 35px 40px;
}

.report_info div:nth-child(3) p {
  font-size: 18px;
  display: inline-block;
  font-weight: 500;
}

.report_info div:nth-child(3) span {
  font-size: 18px;
  color: #2e8bef;
}

.board_intro {
  background-color: #374054;
  color: #fff;
  padding: 15px 20px 26px 20px;
  border-radius: 20px;
}

.board_intro p {
  display: inline-block;
}

.board_intro span {
  float: right;
}


.board_intro span.left {
  float: inherit;
  color: #bdbec3;
  font-size: 15px;
  padding-left: 10px;
}

.report_board {
  margin-top: -16px;
}

.report_board thead tr {
  background-color: #263045;
  color: #fff;
  font-size: 15px;
  margin-bottom: 20px;

}

.col_no,
.col_score {
  width: 240px;
  padding: 10px 0;
}

.col_space {
  width: 40px;
}

.col_rank,
.col_etc {
  width: 240px;
  padding: 10px 0;
}

.report_board tr {
  margin-bottom: 10px;
}

.report_board tbody tr {
  border: 1px solid #eee;
}

.report_board tbody td {
  padding: 15px;
}

.report_board tbody tr>td:nth-child(1) {
  background-color: #fafafa;
}

.report_board tbody td span {
  width: 30px;
  height: 30px;
  background-color: #2e8bef;
  color: #fff;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  font-weight: bold;
  font-size: 14px;
}

.report_board tbody td p {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
}

.report_board input {
  border: 1px solid #ddd;
  padding: 10px 0;
  text-align: center;
}

.report_board tbody .conmment {
  background-color: #f4f4f4;
}

.report_board tbody .conmment p {
  font-size: 14px;
  color: #263045;
  border: 1px solid #263045;
  border-radius: 20px;
  padding: 3px 15px;
  background-color: #fff;
  float: right;
}

.report_board tbody .conmment input {
  width: 100%;
  padding: 5px;
  background-color: transparent;
  text-align: left;
  color: #333;
}

.trspace {
  height: 20px;
}

.tr_space {
  height: 10px;
}

/* 수강생,대리점 리포트 student_report */

.report_board.entry tbody td {
  text-align: center;
}

.sub_btn {
  padding: 40px 0;
  text-align: center;
}

.sub_btn p {
  display: inline-block;
  padding-right: 20px;
}

.submitbtn {
  text-align: center;
}

a.submitbtn {
  width: 135px;
  height: 50px;
  line-height: 48px;
  border: 1px solid #2e8bef;
  color: #2e8bef;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin-right: 20px;
  transition: all ease 0.3s;
  cursor: pointer;
}

a.submitbtn:hover {
  background-color: #2e8bef;
  color: #fff;
}



.teacher_comment {}

.comm_tit {
  color: #fff;
  background-color: #374054;
  border-radius: 20px 20px 0 0;
  padding: 16px;
}

.comm_bg {
  margin-top: 20px;
}

.comm_bg p {
  display: inline-block;
  border: 1px solid #ddd;
}

.comm_bg .comm_t {
  background-color: #fafafa;
  padding: 20px;
}

.comm_bg .comm_t span {
  background-color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #263045;
  border: 1px solid #263045;
  border-radius: 20px;
  padding: 3px 15px;
}

.comm_bg .comm_c {
  margin-left: -4px;
  width: 770px;
  padding: 11.3px;
  vertical-align: top;
  border-left: 0;
}

.comm_bg .comm_c input {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
  text-align: left;
  width: 740px;
}

.report_board td:first-child {
  text-align: left;
}

.report_board td {
  text-align: center;
}

.comm_bg .comm_c.padding {
  padding: 20px 10px;
}


/* congratu 축전배너 */
.congratu-wrap {
  width: 400px;
  border: solid #2e8bef;
}

.congratu-wrap .congratu-tit {
  width: 100%;
  height: 70px;
  background-color: #2e8bef;
  text-align: center;
}

.congratu-wrap .congratu-tit img {
  padding-top: 13px;
}

.congratu-inner .congratu-text {
  padding: 30px 20px;
}

.congratu-inner .congratu-text h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3em;
  padding-bottom: 30px;
}

.congratu-inner .congratu-text h2 span {
  color: #2e8bef;
}

.congratu-inner .congratu-text p {
  font-size: 15px;
  padding-bottom: 20px;
  word-break: keep-all;
}

.congratu-inner .congratu-text .boss {
  text-align: right;
  font-family: 'Noto Serif KR', serif;
}

.congratu-map {
  border-top: 1px solid #2e8bef;
  background-color: #f7f7f7;
}

.congratu-map .map-text {
  padding: 20px;
  font-size: 16px;
}

.congratu-map .map-text img {
  width: 20px;
  vertical-align: middle;
}

.congratu-map .map-text div:first-child img {
  width: 15px;
}

.congratu-map .map-text .sidetext {
  display: flex;
  padding-top: 20px;
}

.congratu-map .map-text .sidetext div {
  width: 48%;
  margin-right: 2%;
}

.congratu-map .map-text .sidetext div:last-child {
  margin-right: 0;
}



/* 인재채용 - 강사비전 recruit01 */
.recruit_intro {
  background-image: url(/image/sub/recruit_intro.png);
  background-repeat: no-repeat;
  padding: 48px 30px;
}

.recruit_intro .r_tit {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  line-height: 1.5em;
}

.recruit_intro .r_cont {
  font-size: 18px;
  color: #666;
  padding-top: 30px;
  line-height: 1.6
}

.recruit_intro2 {
  padding-top: 50px;
}

.recruit_intro2 .r_tit2 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  line-height: 1.3em;
}

.recruit_intro2 .r_cont2 {
  font-size: 16px;
  color: #666;
  padding-top: 10px;
  line-height: 1.8em;
  padding-bottom: 30px;
}

/* 인재채용 - 채용안내 recruit02 */

.recruit_info {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ddd;
}

.recruit_info li {
  width: 33.33%;
  padding: 30px 0;
}

.recruit_info .ri_tit {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.recruit_info .ri_cont {
  font-size: 15px;
  color: #666;
  padding-top: 8px;
  line-height: 1.6em;
}

.recruit_info li.br {
  border-right: 1px solid #ddd;
}

.recruit_info li.bb {
  border-bottom: 1px solid #ddd;
}

.recruit_info li.bt {
  border-top: 1px solid #ddd;
}


.recruit_info2 {
  padding-top: 60px;
}

.recruit_info2 h2 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 20px;
}

.recruit_info2 ul {
  width: 100%;
  border-top: 1px solid #333;
}

.recruit_info2 ul li {
  width: 100%;
  display: flex;
  display: wrap;
  padding: 15px;
  border-bottom: 1px solid #ddd;
}

.recruit_info2 .ing_box.blue {
  width: 70px;
  height: 60px;
  border-radius: 5px;
  background-color: #2e8bef;
  color: #fff;
  text-align: center;
  line-height: 60px;
}

.recruit_info2 .ing_box.gray {
  width: 70px;
  height: 60px;
  border-radius: 5px;
  background-color: #343a40;
  color: #fff;
  text-align: center;
  line-height: 60px;
}

.recruit_info2 .r_btn {
  margin-left: auto;
  width: 144px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #2e8bef;
  margin-top: 10px;
}

.recruit_info2 .r_btn a {
  color: #2e8bef;
}

.recruit_info2 .info_tit {
  padding-left: 15px;
  padding-top: 8px;
}

.recruit_info2 .info_tit.gray {
  color: #999;
}

.recruit_view .info_data {
  margin-left: auto;
  color: #8f918f;
  font-size: 13px;
  padding-top: 34px;
}

.recruit_view .info_data span {
  padding-right: 10px;
  position: relative;
}

.recruit_view .info_data span::after {
  content: "";
  position: absolute;
  top: 4px;
  right: 3px;
  width: 1px;
  height: 13px;
  background-color: #8f918f;
}

.recruit_view .info_data span:last-child::after {
  display: none;
}

.recruit_view {
  padding-top: 0;
}

.recruit_view ul li {
  border-bottom: 1px solid #333;
}

.recruit_view .info_cont {
  /* padding:80px 15px; */
  padding: 15px;
}

.recruit_view ul li.dashed {
  border-bottom: 0;
}

.recruit_view ul li.dashed img {
  margin-bottom: 3px;
}

.recruit_view ul li.dashed_top {
  border-top: 1px dotted #ddd;
}

.recruit_view ul li.dashed_top img {
  margin-bottom: 3px;
}

a.re_list_btn {
  width: 67px;
  height: 31px;
  line-height: 31px;
  background-color: #3a3a3a;
  color: #fff;
  font-size: 13px;
  display: block;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

/* 찾아오시는길 - location */
/* 지도 */
.map-scroll {
  position: relative;
}

.map-scroll:after {
  content: '지도를 확대/축소하려면 클릭하세요.';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0;
  color: #fff;
  font-size: 40px;
  padding: 270px 0;
  text-align: center;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  cursor: pointer;
}

.map-scroll:hover:after {
  opacity: 1;
}

.map-scroll.on:after {
  display: none;
}

.location_info {
  padding-top: 40px;
  vertical-align: top;
  color: #333;
  font-size: 16px;
}

.location_info .info_de {
  display: flex;
  /* padding-bottom:30px; */
}

.lo_tit {
  font-size: 20px;
}

.lo_p {
  padding: 0 70px;
}

.lo_p img {
  margin-top: 2px;
}

.lo_p.bus img {
  margin-top: 3px;
}

.location_info b {
  vertical-align: top;
}

.bus_num {
  padding-left: 260px;
}

.bus_num span {
  width: 50px;
  height: 24px;
  line-height: 19px;
  text-align: center;
  border-radius: 10px;
  font-size: 16px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}

.bus_num span.yellowgreen {
  border: 2px solid #9acc4e;
  color: #9acc4e;
}

.bus_num span.blue {
  border: 2px solid #3d70e9;
  color: #3d70e9;
}

.bus_num span.green {
  border: 2px solid #009600;
  color: #009600;
}

.info_de.subway {
  padding-left: 140px;
}

.info_de.subway .space {
  padding-right: 60px;
}

.info_de.subway .space img {
  padding-right: 5px;
  margin-top: 4px;
}

.info_de.subway .num2 {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #3bb942;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  margin-right: 5px;
}

.info_de.subway .num7 {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #5c6e01;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  margin-right: 5px;
  margin-left: 5px;
}


/* find_pw 비밀번호찾기 */
.pw_ex {
  text-align: left;
  margin-bottom: 10px;
  color: #999;
  font-size: 13px;
}

.phone_box {
  margin-bottom: 20px;
}

.phone_box input {
  width: 30%;
}

.phone_box span {
  margin: 0 1.6%;
}

.board_list.alltest .etc_btn {
  width: 48%;
  display: inline-block;
}


/* 교육신청 레이어 */
.edu-layer {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 999999;
  text-align: center;
  padding: 45px 100px;
  border: 1px solid #ddd;
}

.edu-layer>p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.4em;
}

.edu-layer__btn-wrap {
  margin-top: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.edu-layer__btn {
  width: 120px;
  line-height: 45px;
  height: 45px;
  margin: 0 5px;
  border: 1px solid #999;
}

.edu-layer__btn--blue {
  background-color: #2e8bef;
  border-color: #2e8bef;
  color: #fff !important;
}


.edu-layer-dim {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, .7);
  z-index: 999998;
}


/* 2022.01.13 추가 */
.coaching-table {
  margin-top: 35px;
  border-top: 1px solid #000;
  width: 100%;
}

.coaching-table tr {
  border-bottom: 1px solid #ddd;
}

.coaching-table th {
  width: 190px;
  background-color: #f8f9fa;
  padding: 25px 20px;
  font-size: 16px;
  color: #555;
  text-align: left;
  border-right: 1px solid #ddd;
}

.coaching-table td {
  background-color: #fff;
  padding: 10px 15px;
  font-size: 16px;
  color: #555;
}

.distributor-info {
  display: flex;
  border-radius: 10px;
  background-color: #3478c2;
  padding: 25px 45px;
  margin-bottom: 30px;
}

.distributor-info>li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  flex-direction: column;
}

.distributor-info>li:nth-child(1) .distributor-info__tit {
  background-image: url(/image/sub/distributor_icon01.png);
}

.distributor-info>li:nth-child(2) .distributor-info__tit {
  background-image: url(/image/sub/distributor_icon02.png);
}

.distributor-info>li:nth-child(3) .distributor-info__tit {
  background-image: url(/image/sub/distributor_icon03.png);
}

.distributor-info>li:nth-child(4) .distributor-info__tit {
  background-image: url(/image/sub/distributor_icon04.png);
}

.distributor-info>li:not(:last-child) {
  border-right: 1px solid #2f6cae;
}

.distributor-info .distributor-info__tit {
  color: #fff;
  font-size: 13px;
  margin-right: 15px;
  padding-left: 15px;
  background-repeat: no-repeat;
  background-position: 0 center;

}

.distributor-info .distributor-info__data {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.apply_form__flex {
  display: flex;
  align-items: center;
}

.apply_form__flex input[type="radio"] {
  margin-right: 15px;
}

.textlong input[type="checkbox"] {
  width: 12px;
  height: auto;
  margin-bottom: auto;
}


.apply_form .form__detail {
  margin-top: 25px;
  padding: 25px 0 0 0;
  border-top: 1px solid #000;
}

.form__msg {
  font-size: 13px;
}

.form__detail {
  display: flex;
}

.form__detail .detail__tit {
  width: 180px;
  display: flex;
  align-items: center;
  background-color: #263045;
  color: #fff;
  padding-left: 20px;
}

.form__detail table {
  flex: 1;
  border-top: 1px solid #ddd;
}


.form__detail .col_ex {
  width: auto !important;
}