/***********************************
sub - 맞춤형화장품 비전
************************************/



.visWrap {font-family:"noto_sans", sans-serif;}

.visWrap h4 {
    position: relative;
    font-weight: 300;
    font-size: 30px;
    line-height: 90px;
    color: #333;
    letter-spacing: -1px;
    text-align: center;
}
.visWrap h4::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ddd;
}
.visWrap h4::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 120px;
    height: 3px;
    background: #bd1828;
}


.visWrap ul.case-list {
  position: relative;
  width: 100%;
  padding:45px 0;
  text-align: center;
}

.visWrap ul.case-list li {
  display: inline-block;
  width:380px;
  margin-right:20px;
}

.visWrap ul.case-list li:last-child {
  margin-right:0;
}

.visWrap ul.case-list li h6 {
  font-family: "NanumSquare";
  font-weight: 500;
  font-size: 28px;
  line-height: 75px;
  color:#444;
  text-align: center;
  letter-spacing: -1px;
}

.visWrap ul.case-list li img {}

.visWrap ul.case-list li span {
  display: inline-block;
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  color:#444;
  padding:30px 0 20px 0;
}

.visWrap ul.case-list li p::before {
  content: '';
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height:1px;
  background: #ddd;
}

.visWrap ul.case-list li p {
  position: relative;
  font-family:"NanumSquare";
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color:#bd1828;
  padding:20px 0;
}


.visWrap .case-box {
  position: relative;
  width:1200px;
  margin:0px auto;
  height:330px;
  background: url('/html/images/sub/vis_bg.jpg') 50% 0 no-repeat;
  box-shadow: 6px 6px 6px rgba(0,0,0,0.1);
}

.visWrap .case-box p {
  position: absolute;
  top:80px;
  left:90px;
  font-weight: 100;
  font-size: 30px;
  line-height: 30px;
  color:#fff;
}

.visWrap .case-box p strong {
  font-weight: 400;
}

.visWrap .case-box h5 {
  position: absolute;
  top:140px;
  left:45%;
  font-weight:100;
  font-size: 40px;
  line-height: 60px;
  color:#fff;
  letter-spacing: -2px;
}

.visWrap .case-box h5 strong {
  display: block;
  font-weight: 400;
}

.visWrap .cos-fut::before {
  content: '';
  position: absolute;
  top:-165px;
  left:50%;
  width:100vw;
  height:calc(100% + 165px);
  margin-left:-50vw;
  background: url('/html/images/sub/vis_bbg.jpg') no-repeat;
  background-size: cover;
  z-index: -1;
}

.visWrap .cos-fut {
  position: relative;
  width: 100%;
  padding:80px 0 100px 0;
}

.visWrap .cos-fut .fut-list {
  width: 1200px;
  padding:50px 0 0 0;
  margin:0px auto;
}

.visWrap .cos-fut .fut-list ul {
  background: #fff;
}

.visWrap .cos-fut .fut-list ul li::before {
  content: '';
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width:0;
  height:100%;
}

.visWrap .cos-fut .fut-list ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width:calc(100% - 150px);
  height:310px;
  padding:0 75px;
}

.visWrap .cos-fut .fut-list ul li::after {
  content: '';
  position:absolute;
  bottom:0;
  left:75px;
  width:calc(100% - 150px);
  height:1px;
  border-bottom: 1px dashed #bdcbe1;
}

.visWrap .cos-fut .fut-list ul li img {
  float:left;
  display:inline-block;
  margin:50px 30px;
}

.visWrap .cos-fut .fut-list ul li .mid {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width:calc(100% - 300px);
}

.visWrap .cos-fut .fut-list ul li:nth-child(2) img {
  float:right;
}

.visWrap .cos-fut .fut-list ul li:nth-child(2) .mid {
   text-align: right;
}

.visWrap .cos-fut .fut-list ul li .mid p,
.visWrap .cos-fut .fut-list ul li .mid p span {
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-size: 23px;
  line-height: 23px;
  color:#374672;
  letter-spacing: -1px;
  z-index: 0;
}

.visWrap .cos-fut .fut-list ul li:last-child .mid p span {
  line-height: 38px;
  display: inline-block;
}

.visWrap .cos-fut .fut-list ul li .mid p::after {
  content: '';
  position: absolute;
  bottom:-5px;
  left:0;
  width:100%;
  height:16px;
  background: rgba(143,171,215,0.2);
  z-index: -1;
}

.visWrap .cos-fut .fut-list ul li:last-child .mid p::after {
  content: '';
  position: absolute;
  bottom:30px;
  left:0;
  width:100%;
  height:16px;
  background: rgba(143,171,215,0.2);
  z-index: -1;
}

.visWrap .cos-fut .fut-list ul li .mid p span::after {
  content: '';
  position: absolute;
  bottom:0px;
  left:0;
  width:100%;
  height:16px;
  background: rgba(143,171,215,0.2);
  z-index: -1;
}


.visWrap .cos-fut .fut-list ul li .mid em {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color:#666;
  letter-spacing: -1px;
  padding-top:26px;
}

.visWrap .cos-fut .fut-list .fut-txt::before {
  content: '';
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width:0;
  height:100%;
}

.visWrap .cos-fut .fut-list .fut-txt {
  position: relative;
  display: inline-block;
  width: 100%;
  height:380px;
  background: #fff;
  vertical-align: middle;
}
.visWrap .cos-fut .fut-list .fut-txt .mid {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width:99%;
}

.visWrap .cos-fut .fut-list .fut-txt .mid h6 {
  display: inline-block;
  font-weight: 300;
  font-size: 22px;
  line-height: 75px;
  color:#bd1828;
  text-align: center;
  border:1px solid #bd1828;
  border-width: 1px 0 2px 0;
}

.visWrap .cos-fut .fut-list .fut-txt .mid p {
  font-weight: 100;
  font-size: 45px;
  line-height: 75px;
  color:#25387e;
  letter-spacing: -2px;
  padding:10px 0;
}

.visWrap .cos-fut .fut-list .fut-txt .mid p strong {
  font-weight: 400;
}

.visWrap .cos-fut .fut-list .fut-txt .mid span {
  position: relative;
  display: inline-block;
  font-weight: 200;
  font-size: 22px;
  line-height: 30px;
  color:#444;
  z-index: 0;
}

.visWrap .cos-fut .fut-list .fut-txt .mid span::after {
  content: '';
  position: absolute;
  bottom:0;
  left:0;
  width:100%;
  height:16px;
  background: rgba(143,171,215,0.2);
  z-index: -1;
}

.visWrap .fut-box {
  position: relative;
  width:1200px;
  padding:80px 0 0 0;
  margin:0px auto 40px auto;
}

.visWrap .fut-box::after {
  content: '';
  display: block;
  clear: both;
}

.visWrap .fut-box .futL::before {
  content: '';
  position: absolute;
  top:50px;
  left:25%;
  width:calc(50vw - 165px);
  height:420px;
  margin-left:-25vw;
  background: #f7f7f7;
  z-index: -1;
}

.visWrap .fut-box .futL {
  position: relative;
  float: left;
  width:calc(50% - 23px);
  padding:50px 23px 0 0;
}


.visWrap .fut-box .futL img {}

.visWrap .fut-box .futR {
  float: left;
  width:calc(50% - 50px);
  padding:110px 0 30px 50px;
}

.visWrap .fut-box .futR p {
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  color:#444;
  padding:20px 0 20px 0;
  letter-spacing: -1px;
}

.visWrap .fut-box .futR span {
  font-weight: 200;
  font-size: 20px;
  line-height: 30px;
  color:#333;
  letter-spacing: -1px;
}

.visWrap .fut-box .futR em {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  display: inline-block;
  color:#bd1828;
  padding-top:20px;
  letter-spacing: -1px;
}

/***********************************
sub - 국가자격시험 일정안내
************************************/


.calWrap { width:1200px; margin:0px auto;font-family:"noto_sans", sans-serif;}

.calWrap .cal-tit::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width:0;
  height:100%;
}

.calWrap .cal-tit {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width:100%;
  height:448px;
  background: url('/html/images/sub/cal_img.jpg') no-repeat;
  text-align: center;
}

.calWrap .cal-tit .mid {
  display: inline-block;
  vertical-align: middle;
}

.calWrap .cal-tit .mid h6 {
  display: inline-block;
  font-weight: 300;
  font-size: 22px;
  line-height: 60px;
  color: #bd1828;
  text-align: center;
  border: 1px solid #bd1828;
  border-width: 1px 0 2px 0;
}

.calWrap .cal-tit .mid p {
  font-weight: 100;
  font-size: 45px;
  line-height: 60px;
  color:#25387e;
  letter-spacing: -2px;
  padding:20px 0;
}
.calWrap .cal-tit .mid p strong {
  display:block;
  font-weight: 300;
}
.calWrap .cal-tit .mid span {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color:#333;
  letter-spacing: -1px;
}
.calWrap .cal-tit .mid span em {
  display: block;
  font-style: normal;
  font-size: 17px;
  line-height: 34px;
  padding-top:10px;
}

.calWrap .s-table {
  width: 100%;
  padding:30px 0;
}
.calWrap .s-table ul {
  width: 100%;
}

.calWrap .s-table ul li {
  width: 100%;
  padding:20px 0;
  list-style:none;
}

.calWrap .s-table ul li h5.h-tit::before {
  content: '';
  position: absolute;
  top:2px;
  left:0;
  width:4px;
  height:24px;
  background: #cb283c;
}

.calWrap .s-table ul li h5.h-tit {
  position: relative;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  letter-spacing:-0.05em;
  color:#444;
  padding:0 0 20px 20px;
}

.calWrap .s-table ul li h5.h-tit.bb {
  border-bottom: 1px solid #ddd;
}

.calWrap .s-table ul li:first-child table {
  width: 100%;
}

.calWrap .s-table ul li:first-child table tbody {}

.calWrap .s-table ul li:first-child table tbody tr {
  height:55px;
  text-align: center;
}

.calWrap .s-table ul li:first-child table tbody tr > * {
  border:1px solid #ddd;
  box-sizing: border-box;
}

.calWrap .s-table ul li:first-child table tbody tr th {
  height:62px;
  font-weight: 400;
  font-size: 18px;
  color:#fff;
  background: #cb283c;
  border-right:1px solid #e17482;
  box-sizing: border-box;
  letter-spacing: -1px;
}

.calWrap .s-table ul li:first-child table tbody tr td {
  font-size: 16px;
  color:#666;
  letter-spacing: -1px;
}

.calWrap .s-table ul li:first-child table tbody tr:last-child td {
  font-size: 16px;
  line-height: 30px;
  color:#444;
  text-align: left;
  padding:30px;
}

.calWrap .s-table ul li table tbody tr td.bg { background:#f7f7f7 }

.calWrap .s-table ul li:nth-child(2) table {
  width: 100%;
}

.calWrap .s-table ul li:nth-child(2) table tbody {}

.calWrap .s-table ul li:nth-child(2) table tbody tr {
  height:55px;
  text-align: center;
}

.calWrap .s-table ul li:nth-child(2) table tbody tr > * {
  border:1px solid #ddd;
  box-sizing: border-box;
}

.calWrap .s-table ul li:nth-child(2) table tbody tr th {
  height:62px;
  font-weight: 400;
  font-size: 18px;
  color:#fff;
  background: #cb283c;
  border-right:1px solid #e17482;
  box-sizing: border-box;
  letter-spacing: -1px;
}

.calWrap .s-table ul li:nth-child(2) table tbody tr td {
  font-size: 16px;
  color:#666;
  letter-spacing: -1px;
}

.calWrap .s-table ul li:nth-child(2) table tbody tr:last-child td {
  font-size: 15px;
  line-height: 30px;
  color:#444;
  text-align: left;
  padding:30px;
}

.calWrap .s-table ul li:nth-child(3) table {
  width: 100%;
}

.calWrap .s-table ul li:nth-child(3) table tbody {
  width: 100%;
  border-top:2px solid #cb283c;
}

.calWrap .s-table ul li:nth-child(3) table tbody tr {
  height:55px;
  text-align: center;
}

.calWrap .s-table ul li:nth-child(3) table tbody tr > * {
  border:1px solid #ddd;
}

.calWrap .s-table ul li:nth-child(3) table tbody tr th {
  height:62px;
  font-weight: 400;
  font-size: 18px;
  color:#333;
  background: #f8f8f8;
}
.calWrap .s-table ul li:nth-child(3) table tbody tr td {
  font-weight:400;
  font-size: 16px;
  color:#666;
  letter-spacing: -1px;
}

.calWrap .s-table ul li:nth-child(4) p::before {
  content: '';
  position: absolute;
  top:35px;
  left:20px;
  width:4px;
  height:4px;
  background:#cb283c;
  border-radius: 50%;
}

.calWrap .s-table ul li:nth-child(4) p {
  position: relative;
  font-size: 16px;
  color:#555;
  padding:25px 0 20px 40px;
}

.calWrap .s-table ul li:nth-child(4) table {
  width: 100%;
}

.calWrap .s-table ul li:nth-child(4) table tbody {
  width: 100%;
  border-top:2px solid #cb283c;
}

.calWrap .s-table ul li:nth-child(4) table tbody tr {
  height:56px;
}

.calWrap .s-table ul li:nth-child(4) table tbody tr > * {
  border:1px solid #ddd;
}

.calWrap .s-table ul li:nth-child(4) table tbody tr th {
  font-weight: 400;
  font-size: 18px;
  color:#333;
  background: #f8f8f8;
  text-align: center;
}

.calWrap .s-table ul li:nth-child(4) table tbody tr td {
  font-weight: 400;
  font-size: 16px;
  color:#666;
  padding:10px 40px;
}

.calWrap .s-table ul li:nth-child(4) table tbody tr td span {
  font-weight: 300;
  font-size: 16px;
  color:#cb283c;
}

.calWrap .s-table ul li:nth-child(4) table tbody tr:last-child td {
  font-weight: 300;
  font-size:16px;
  line-height: 17px;
  color:#cb283c;
  padding:10px 40px;
}


.calWrap .s-table ul li:nth-child(4) table tbody tr:nth-child(4) {
  height:65px;
}
.calWrap .s-table ul li table tbody tr td.td {
 font-size: 15px;
  line-height: 30px;
  color:#444;
  text-align: left;
  padding:30px;
}
.calWrap .s-table ul li table tbody tr td.td b{
 font-weight:600;
}

