@charset "UTF-8";

/*Header*/
/*Thin 100
  Light 300
  Regular 400
  Medium 500
  Bold 700
  Black 900*/
.magazine-img {
  padding: 0 50px 40px 50px;
}

/*typo 부트스트랩 덮기*/
.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}

/*메인 페이지 tab*/
/*Tab*/
/*201209 이은지 수정*/

.intab-text2 {
  font-weight: 500;
  padding-bottom: 2rem;
}

.quick-guide {
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.nav-tabs>li {
  float: left;
  font-weight: 400;
  margin-bottom: -1px;
  margin-left: 20px;
  margin-right: 20px;
}

.nav-tabs>li>a {
  color: #181818;
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857143;
  border-radius: 4px 4px 0 0;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  color: #1A3A5F;
  font-weight: 600;
  cursor: default;
  background-color: #fff;
  border: none;
  border-bottom: 4px solid #1A3A5F;
}

.nav-tabs>li.active>a>h1,
.nav-tabs>li.active>a>h1:focus,
.nav-tabs>li.active>a>h1:hover {
  color: #1A3A5F;
  font-weight: 600;
  cursor: default;
}

.nav-tabs>li.active>a>h4,
.nav-tabs>li.active>a>h4:focus,
.nav-tabs>li.active>a>h4:hover {
  color: #1A3A5F;
  font-weight: 600;
  cursor: default;
}

.nav-tabs>li>a:hover {
  border: none;
  border-bottom: none;
}

.nav>li>a:focus,
.nav>li>a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0);
}

/*탭 클릭시 보이는 내부 컨텐츠*/
/*201209 이은지 수정*/
.intab {
  height: 650px;
}

.intab-text {
  margin-top: 10px;
}

.intab-img {
  height: 100%;
}

.intab-img img {
  /* height: 100%; */
  margin: auto;
}

@media (max-width: 767px) {

  /*Tab (mobile)*/
  .quick-guide {
    justify-content: center;
    flex-direction: row;
  }

  /*탭 클릭시 보이는 내부 컨텐츠 (mobile)*/
  .intab {
    height: auto;
  }

  .intab-text {
    padding: 40px;
    height: auto;
  }

  .intab-img {
    height: auto;
  }

  .intab-img img {
    height: auto;
    margin: auto;
  }
}

/*메인 비디오 썸네일*/
/*201209 이은지 수정 : Start*/
.tabby-text{
  font-size: 18px;
}
.v-thumbnail-row {
  width: 100%;
  text-align: center;
  display: inline-block;
  margin: auto;
  margin-top: 80px;
}

.v-thumbnail {
  color: #181818;
  display: inline-block;
  cursor: pointer;
  width: 193px;
  margin: auto;
  margin-left: 20px;
  margin-right: 20px;
}


.v-thumbnail-last {
  color: #181818;
  display: inline-block;
  cursor: pointer;
  width: 193px;
  margin: auto;
}

.v-thumbnail-sub {
  width: auto;
}


.v-thumbnail-sub img {
  width: auto;
  cursor: pointer;
}


.v-modal-content {
  margin-top: 300px;
}
/*201209 이은지 수정 : End*/
/*전자근로계약서*/
.card-header h4 {
  font-weight: 600;
}

#funcGuide tr {
  border-top: 1px solid #CBCBCC
}

#funcGuide td {
  font-size: 17px;
  font-weight: 600;
  border-top: 1px solid #CBCBCC
}

#funcGuide tr:first-child td {
  border-top: 2px solid #CBCBCC;
  padding-top: 20px;
}

/*사용설명서*/
.youtube-title {
  text-align: center;
  font-size: 17px;
  line-height:1.5;
}

.chart3 {
  padding-bottom: 0;
  height: 700px;
}
.download-place{
  display: flex;
  text-align: left;

}
/*요금안내*/
.pin5 {
  font-size: 16px;
  margin-top: 10px;
  font-weight: 500;
}
