@charset "UTF-8";

.sv {
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding-top: 100px;
  position: relative;
}

.sv .sv__param01 {
  font-size: 2.5em;
  color: #fff;
  line-height: 1em;
}

.sv .sv__param02 {
  color: #fff;
  line-height: 1.4em;
  font-size: 1em;
  margin-top: 10px;
}

.sv .sv__lnb {
  background-color: rgba(0, 0, 0, 0.7);
  margin-top: 50px;
  padding: 20px 0;
}

.sv .sv__lnb .items {
  color: #fff;
  text-align: center;
  font-size: 0.85em;
  word-break: keep-all;
  line-height: 1.4em;
}

.sv .sv__lnb .items.on {
  color: #0980ef;
}

/* 공통영역 */
.sub__container {
  padding-top: 50px;
}

.sub__tit {
  font-size: 1.7em;
  color: #222;
  font-weight: 500;
  margin-bottom: 20px;
}

.sub__stit {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1em;
  margin-bottom: 25px;
}

.sub__stit02 {
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1em;
  margin-bottom: 12px;
}

.sub__intro {
  padding-bottom: 40px;
}

.sub__intro img {
  box-shadow: 11px 12px 12px rgba(0, 0, 0, 0.2);
}

.sub__intro .param01 {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.2em;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #0980ef;
  margin-top: 25px;
  color: #000;
}

.sub__intro .param02 {
  font-size: 0.9em;
  color: #666;
  line-height: 1.4em;
  word-break: keep-all;
}

.dim {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
  opacity: 0;
  display: none;
  cursor: pointer;
}

.tab--style01 {
  display: flex;
  flex-wrap: wrap;
}

.tab--style01 > a {
  font-size: 12px;
  color: #999;
  width: 50%;
  height: 40px;
  line-height: 38px;
  border: 1px solid #ddd;
  text-align: center;
  display: block;
  box-sizing: border-box;
  margin-left: -1px;
  margin-top: -1px;
}

.tab--style01 > a.on {
  background-color: #0c579e;
  border-color: #0c579e;
  color: #fff;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
}

.table__wrap {
  width: 100%;
  overflow-x: scroll;
}

.table__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.table__top .sub__stit02 {
  margin-bottom: 0;
}

.table__top img {
  width: 70px;
}

.table--style01 th {
  background-color: #004f99;
  color: #fff;
  font-weight: 400;
  border-right: 1px solid #eee;
  font-size: 12px;
  padding: 7px 10px;
}

.table--style01 td {
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 7px 10px;
  box-sizing: border-box;
  color: #666;
  font-size: 12px;
  line-height: 1.4em;
}

.table--style01 td:first-child {
  border-left: 1px solid #eee;
}

.table--style01 td:nth-child(2) {
  text-align: center;
}

.table--style01 .total {
  background-color: #eceff1;
}

.table--style01 .total td {
  border-color: #fff;
}

/* About CEO */
.company-ceo .sub__tit {
  margin-bottom: 30px;
}
.company-ceo .ceo__part.style01 {
  margin-bottom: 0;
}

.company-ceo .ceo__part.style03 {
  margin-top: -70px;
}

.company-ceo .ceo__part.style02 {
  padding: 45px 0 120px 0;
  background-color: #f8f9fa;
}

.company-ceo .ceo__part.style02 .part__img {
  margin-left: auto;
}

.company-ceo .ceo__part.style02 .part__txt {
  text-align: right;
}

.company-ceo .ceo__part .part__img {
  width: 300px;
}

.company-ceo .ceo__part .part__txt {
  position: relative;
  flex: 1;
}

.company-ceo .ceo__part .part__txt .param01 {
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 500;
  margin-top: 15px;
}

.company-ceo .ceo__part .part__txt .param01 span {
  color: #0980ef;
}

.company-ceo .ceo__part .part__txt .param02 {
  color: #666666;
  font-size: 0.9em;
  margin-top: 10px;
  line-height: 1.4em;
}

.company-ceo .ceo__part .part__txt .param02 span {
  color: #000;
}

.company-ceo .expert__list{
  border: none;
}

.company-ceo .expert__list > li{

}

.company-ceo .expert__list > li .list__name{
  font-size: 1.3em;
}

.company-ceo .ceo__vision {
  text-align: center;
  padding: 50px 0;
  background-color: #f8f9fa;
  margin-top: 50px;
}

.company-ceo .ceo__vision .param01 {
  font-size: 1.7em;
  color: #0980ef;
  font-weight: 500;
  line-height: 1em;
  margin-bottom: 20px;
}

.company-ceo .ceo__vision .param02 {
  font-size: 1em;
  color: #666;
  line-height: 1.5em;
  margin-bottom: 25px;
}

/* Our Specialist */
.company-specialist .specialist__knowhow {
  background-color: #f8f9fa;
  padding: 50px 0;
}

.company-specialist .specialist__knowhow .param01 {
  font-size: 1em;
  line-height: 1.6em;
  text-align: center;
  margin-bottom: 50px;
}

.company-specialist .specialist__knowhow .param01 span {
  color: #0980ef;
}

.company-specialist .specialist__rule {
  margin-top: 50px;
}

.company-specialist .specialist__rule .sub__stit {
  text-align: center;
}

.company-specialist .specialist__rule .rule__list > li {
  width: 100%;
  box-sizing: border-box;
  padding: 30px;
  border-bottom: 1px dashed #ddd;
}

.company-specialist .specialist__rule .rule__list > li:last-child {
  border: none;
}

.company-specialist
  .specialist__rule
  .rule__list
  > li:nth-child(2)
  .list__param::before {
  background-color: #3a99f2;
}

.company-specialist
  .specialist__rule
  .rule__list
  > li:nth-child(3)
  .list__param::before {
  background-color: #3372ad;
}

.company-specialist .specialist__rule .rule__list .list__head {
  height: 70px;
  line-height: 70px;
  border-radius: 40px;
  text-align: center;
}

.company-specialist .specialist__rule .rule__list .list__head span {
  color: #fff;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1em;
}

.company-specialist .specialist__rule .rule__list .list__param {
  margin-top: 15px;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.4em;
  position: relative;
  text-align: center;
}

.company-specialist .specialist__expert {
  margin-top: 50px;
}

.company-specialist .specialist__expert .sub__stit {
  text-align: center;
}

.expert__list {
  border-top: 1px solid #000;
  padding-top: 35px;
}

.expert__list > li {
  margin-bottom: 75px;
}

.expert__list > li .list__thumb {
  position: relative;
  margin-bottom: 20px;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
}

.expert__list > li .list__thumb img {
  position: absolute;
  top: 0;
  left: 50%;
  /* width: 100%; */
  height: 100%;
  transform: translate(-50%, 0);
}

.expert__list > li .list__name {
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1em;
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
}

.expert__list > li .list__name span {
  font-size: 0.8em;
  color: #666;
  font-weight: 400;
}

.expert__list > li .list__msg {
  margin-top: 15px;
  font-size: 13px;
  color: #004f99;
  line-height: 1.4em;
  background-image: url(/image/sub/msg_icon.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 12px;
  padding-left: 17px;
  box-sizing: border-box;
  word-break: keep-all;
}

.expert__list > li .list__spec {
  margin-top: 15px;
}

.expert__list > li .list__spec > li {
  display: flex;
  margin-bottom: 7px;
}

  .expert__list
  > li
  .list__spec
  .spec__head {
  width: 70px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4em;
}

  .expert__list
  > li
  .list__spec
  .spec__data {
  flex: 1;
}

  .expert__list
  > li
  .list__spec
  .spec__data
  p {
  color: #666;
  line-height: 1.4em;
  font-size: 14px;
}

  .expert__list
  > li
  .list__spec
  .spec__data.field
  p {
  padding-left: 8px;
  box-sizing: border-box;
  position: relative;
}

  .expert__list
  > li
  .list__spec
  .spec__data.field
  p::before {
  content: '';
  width: 2px;
  height: 2px;
  background-color: #666;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}

/* 사업영역 */
.company-business .business__resin {
  background-color: #f8f9fa;
  padding: 50px 0 25px;
}

.company-business .business__film {
  padding: 50px 0;
}

.company-business .business__other {
  padding: 50px 0;
  background-image: url(/image/sub/business_img02_m.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.company-business .business__other .sub__stit {
  color: #fff;
}

.company-business .business__other .sub__intro {
  padding-bottom: 0;
}

.company-business .business__other .sub__intro .param01,
.company-business .business__other .sub__intro .param02 {
  color: #fff;
}

.company-business .business__other .sub__intro .intro__btn {
  display: block;
  width: 100%;
  margin-top: 20px;
  color: #fff;
  box-sizing: border-box;
  padding: 12px 7px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  text-align: center;
  transition: all ease 0.3s;
}

.company-business .business__other .sub__intro .intro__btn:hover {
  background-color: #fff;
  color: #333;
}

.company-business .business__list {
  display: flex;
  flex-wrap: wrap;
}

.company-business .business__list > li {
  width: 50%;
  text-align: center;
  margin: 20px 0;
  box-sizing: border-box;
  padding: 0 12px;
}

.company-business .business__list > li img {
  width: 80px;
}

.company-business .business__list > li:nth-child(2n) {
  border-left: 1px solid #e8e8e8;
}

.company-business .business__list .param01 {
  line-height: 1.2em;
  font-size: 1.1em;
  font-weight: 500;
  margin-top: 15px;
  word-break: keep-all;
}

.company-business .business__list .param01.blue {
  color: #0980ef;
}

.company-business .business__list .param01.orange {
  color: #ffb400;
}

.company-business .business__list .param02 {
  margin-top: 5px;
  font-size: 0.9em;
  color: #666;
  word-break: keep-all;
  line-height: 1.4em;
}

/* 경영철학 */
.company-management {
  padding-bottom: 50px;
}

.company-management .management__list {
  margin-top: 45px;
}

.company-management .management__list > li {
  margin-bottom: 40px;
}

.company-management .management__list .param01 {
  font-weight: 600;
  font-size: 2.5em;
  line-height: 1em;
}
.company-management .management__list .param02 {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1em;
  margin-top: 10px;
}
.company-management .management__list .param03 {
  margin-top: 10px;
  line-height: 1.4em;
  color: #999;
  font-size: 0.9em;
}

/* 연혁 */
.company-history .history__container {
  margin: 50px 0;
}

.company-history .history__box .history__list:last-child > li > ul {
  padding-bottom: 0;
}

.company-history .history__img img {
  box-shadow: 11px 12px 12px rgba(0, 0, 0, 0.2);
  margin-bottom: 25px;
}

.company-history .history__list:last-child {
  margin-bottom: 0;
}

.company-history .history__list > li {
  display: flex;
  align-items: flex-start;
}

.company-history .history__list > li > ul {
  padding-bottom: 60px;
  position: relative;
  flex: 1;
}

.company-history .history__list > li > ul::before {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #bbbbbb;
  position: absolute;
  top: 8px;
  left: 25px;
}

.company-history .history__list > li > ul > li {
  display: flex;
  align-items: flex-start;
}

.company-history .history__list .list__year {
  color: #004f99;
  font-size: 1.5em;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  margin-right: 25px;
  width: 55px;
}

.company-history .history__list .list__month {
  padding-right: 15px;
  position: relative;
  color: #666;
  width: 40px;
  box-sizing: border-box;
  font-size: 13px;
}

.company-history .history__list .list__month::before {
  content: '';
  width: 7px;
  height: 7px;
  border: 1px solid #004f99;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  top: 8px;
  background-color: #fff;
}

.company-history .history__list .list__event {
  color: #666;
  word-break: keep-all;
  font-size: 13px;
  flex: 1;
  line-height: 1.5em;
}

/* 특허/인증/수상 */
.company-patent .patent__intro {
  margin-bottom: 45px;
}

.company-patent .patent__intro .param01 {
  font-size: 1em;
  font-weight: 600;
  color: #000;
  line-height: 1.4em;
}

.company-patent .patent__intro .param02 {
  font-size: 0.9em;
  line-height: 1.4em;
  color: #666;
  margin-top: 15px;
  word-break: keep-all;
}

.company-patent .patent__intro .param02 span {
  color: #0980ef;
}

.company-patent .patent__intro img {
  margin-top: 25px;
  width: 180px;
}

.company-patent .table--style01 {
  width: 500px;
}

.company-patent .patent__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  justify-content: space-between;
}

.company-patent .patent__list > li {
  width: 48%;
  background-color: #f8f9fa;
  margin-bottom: 4%;
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
}

.company-patent .patent__list > li p {
  margin-top: 12px;
  font-size: 12px;
  color: #666;
  word-break: keep-all;
  line-height: 1.4em;
}

.company-patent .patent__list > li img {
  transition: all ease 0.3s;
}

.company-patent .patent__list > li:hover img {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}

.company-patent .patent__popup {
  width: 90%;
  position: fixed;
  top: 20%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1000;
  opacity: 0;
  display: none;
}

.company-patent .patent__popup img {
  width: 100%;
  border: 1px solid #000;
}

.company-patent .patent__popup .popup__close {
  width: 20px;
  height: 20px;
  background-image: url(/image/sub/close_icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  position: absolute;
  top: -25px;
  right: 0;
}

/* 인재채용 */
.company-recruit .recruit__intro {
  background-image: url(/image/sub/recruit_img01_m.jpg);
  padding: 45px 25px;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 50px;
}

.company-recruit .recruit__intro .param01 {
  color: #fff;
  font-size: 1.3em;
  line-height: 1.4em;
  margin-bottom: 20px;
  word-break: keep-all;
}

.company-recruit .recruit__intro .param01 span {
  margin-top: 10px;
  display: block;
}

.company-recruit .recruit__intro .param02 {
  font-size: 13px;
  color: #fff;
  line-height: 1.5em;
  padding: 7px 0 7px 25px;
  background-image: url(/image/sub/recruit_icon01.png);
  background-repeat: no-repeat;
  background-position: 0 9px;
  background-size: 15px;
}

.company-recruit .recruit__intro .param02 span {
  color: #ffba00;
}

.company-recruit .recruit__right {
  margin-bottom: 50px;
}

.company-recruit .recruit__right > li {
  border: 1px solid #e8e8e8;
  text-align: center;
  padding: 45px 25px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.company-recruit .recruit__right > li img {
  width: 85px;
}

.company-recruit .recruit__right .param01 {
  font-size: 1.3em;
  font-weight: 600;
  margin-top: 20px;
  line-height: 1.4em;
}

.company-recruit .recruit__right .param02 {
  margin-top: 12px;
  color: #666;
  line-height: 1.4em;
  font-size: 0.9em;
}

.company-recruit .recruit__board {
  background-color: #f8f9fa;
  padding: 50px 0;
}

.company-recruit .recruit__board .board__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.company-recruit .recruit__board .board__top .sub__stit {
  margin-bottom: 0;
}

.company-recruit .recruit__board .board__top span {
  color: #0980ef;
}

.company-recruit .recruit__board .board__list {
  border-top: 2px solid #000;
  margin-bottom: 45px;
}

.company-recruit .recruit__board .board__list .list__q {
  box-sizing: border-box;
  background-image: url(/image/main/arrow02.png);
  background-repeat: no-repeat;
  background-position: 100% center;
  background-size: 45px;
  padding: 20px 50px 20px 0;
  border-bottom: 1px solid #ddd;
  transition: all ease 0.3s;
  cursor: pointer;
}

.company-recruit .recruit__board .board__list .list__q.on {
  background-image: url(/image/main/arrow02_on.png);
}

.company-recruit .recruit__board .board__list .list__a {
  padding: 25px 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
  display: none;
}

.company-recruit .recruit__board .board__list .list__status {
  width: 50px;
  height: 25px;
  line-height: 25px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  background-color: #004f99;
}

.company-recruit .recruit__board .board__list .list__status.finished {
  background-color: #cacaca;
}

.company-recruit .recruit__board .board__list .list__txt {
  margin-top: 10px;
}

.company-recruit .recruit__board .board__list .list__tit {
  font-size: 1.2em;
  color: #000;
  font-weight: 500;
  line-height: 1.4em;
  max-height: 2.8em;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.company-recruit .recruit__board .board__list .list__date {
  color: #999;
  font-size: 0.8em;
  padding-left: 15px;
  background-image: url(/image/sub/date_icon.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 12px;
  margin-top: 5px;
}

/* 오시는 길 */
.company-location {
  padding-bottom: 50px;
}

.company-location .location__intro {
}

.company-location .location__intro .param01 {
  font-size: 1em;
  font-weight: 600;
  line-height: 1em;
  color: #000;
}

.company-location .location__intro .param02 {
  font-size: 0.9em;
  color: #666;
  margin-top: 4px;
}

.company-location .location__intro .param03 {
  color: #333;
  font-size: 12px;
  font-weight: 500;
  margin-right: 12px;
  width: 45px;
}

.company-location .location__intro .param04 {
  font-size: 12px;
  color: #666;
  flex: 1;
  line-height: 1.5em;
}

.company-location .location__intro .txt__param02 {
  font-size: 12px;
  color: #666;
}

.company-location .location__intro .intro__list {
  margin-top: 25px;
}

.company-location .location__intro .intro__list > li {
  display: flex;
  align-items: center;
}

.company-location .location__intro .intro__list > li img {
  width: 33px;
}

.company-location .location__intro .intro__list > li:last-child .list__txt {
  border: none;
}

.company-location .location__intro .intro__list .list__txt {
  flex: 1;
  display: flex;
  align-items: center;
  margin-left: 10px;
  border-bottom: 1px dashed #eee;
  padding: 15px 0;
}

.company-location iframe {
  width: 100%;
  height: 250px;
  margin-top: 25px;
}

/* 제품설명 */
.product-page {
  padding-bottom: 50px;
}

.product-page .tab--style01 {
  margin-bottom: 60px;
}

.product-page .product__top {
  padding-bottom: 50px;
}

.product-page .product__top .top__img {
  flex: 1;
  height: 0;
  padding-top: 63%;
  overflow: hidden;
  position: relative;
}

.product-page .product__top .top__img .img--style01 {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}


.product-page .product__top .top__thumb{
   width: 100%;
   position: relative;
   margin-top: 20px;
}

.product-page .product__top .top__thumb .items{
   /* height: 67px; */
   position: relative;
   /* overflow: hidden; */
   padding: 0 35px; box-sizing: border-box;
}

.product-page .product__top .top__thumb .items img{
   /* position: absolute;
   top:0;
   left: 50%;
   width: auto;
   height: 100%;
   display: block;
   margin: auto;
   transform: translate(-50%, 0); */
}

.product-page .product__top .top__thumb .thumb__arrows .arrows__prev{
   position: absolute;
   top: 45%;
   left: 0;
   width: 25px;
   height: 25px;
   background-image: url(/image/sub/arrow_prev.png);
   background-repeat: no-repeat;
   background-size: cover;
   cursor: pointer;
}

.product-page .product__top .top__thumb .thumb__arrows .arrows__next{
   position: absolute;
   top: 45%;
   right: 0;
   width: 25px;
   height: 25px;
   background-image: url(/image/sub/arrow_next.png);
   background-repeat: no-repeat;
   background-size: cover;
   cursor: pointer;

}

.product-page .product__top .top__info {
  margin-top: 25px;
}

.product-page .product__top .param01 {
  color: #0c579e;
  font-size: 1.7em;
  font-weight: 600;
  margin-bottom: 20px;
}

.product-page .product__top .param02 {
  font-size: 0.9em;
  line-height: 1.5em;
  word-break: keep-all;
  color: #666;
  margin-bottom: 15px;
}

.product-page .product__top .param03 {
  font-size: 1em;
  font-weight: 500;
  padding-left: 25px;
  box-sizing: border-box;
  background-image: url(/image/sub/product_icon01.png);
  background-position: 0 center;
  background-size: 17px;
  background-repeat: no-repeat;
  margin-top: 25px;
  margin-bottom: 7px;
}

.product-page .product__top .param04 {
  font-size: 16px;
  color: #666666;
}

.product-page .product__top .param__box {
  border: 1px solid #ddd;
  background-color: #f4f6f7;
  border-radius: 7px;
  padding: 20px;
  box-sizing: border-box;
  line-height: 1.4em;
  font-size: 0.9em;
  word-break: keep-all;
}

.product-page .product__detail {
  padding: 50px 0;
  border-top: 1px solid #ddd;
  /* text-align: center; */
}

.product-page .product__detail img {
  width: 100% !important;
  height: auto !important;
}

.product-page .product__tit {
  font-size: 30px;
  font-weight: 600;
  line-height: 1em;
  margin-top: 75px;
  margin-bottom: 15px;
}

.table--style01.table01 {
  width: 1000px;
}
.table--style01.table01 td:nth-child(3),
.table--style01.table01 td:nth-child(4) {
  text-align: center;
}

.table--style01.table01 td:nth-child(5) {
  padding: 0;
  cursor: pointer;
}

.table--style01.table01 td:nth-child(5) .download {
  background-image: url(/image/sub/download_icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 17px;
  height: 21px;
  margin: auto;
}

.table--style01.table01 td:nth-child(5):hover {
  background-color: #f5f5f5;
}

.table--style01.table01 td:nth-child(5):hover .download {
  background-image: url(/image/sub/download_icon_on.png);
}

.table--style01.table02 {
  width: 1200px;
}
.table--style01.table02 td {
  text-align: left;
}

.table--style01.table02 td:nth-child(6),
.table--style01.table02 td:nth-child(7) {
  padding: 0;
  cursor: pointer;
}

.table--style01.table02 td:nth-child(6) .download,
.table--style01.table02 td:nth-child(7) .download {
  background-image: url(/image/sub/download_icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 17px;
  height: 21px;
  margin: auto;
}

.table--style01.table02 td:nth-child(6):hover,
.table--style01.table02 td:nth-child(7):hover {
  background-color: #f5f5f5;
}

.table--style01.table02 td:nth-child(6):hover .download,
.table--style01.table02 td:nth-child(7):hover .download {
  background-image: url(/image/sub/download_icon_on.png);
}

/* 게시판 페이지 */
.board-page {
  padding-bottom: 50px;
}

.board-page .board__top {
  margin-bottom: 25px;
}

.board-page .board__top .sub__tit {
  margin-bottom: 0;
}

.board-page .board__top .top__msg {
  color: #999;
  font-size: 1em;
  margin-top: 15px;
  line-height: 1.4em;
  word-break: keep-all;
}

.board-page .board__list {
  border-top: 1px solid #000;
  margin-bottom: 50px;
}

.board-page .board__list .list__wrap {
  display: flex;
  font-size: 15px;
  padding: 15px 10px;
  border-bottom: 1px solid #ddd;
  flex-wrap: wrap;
}

.board-page .board__list .list__div {
  width: 100px;
  text-align: center;
  color: #999999;
}

.board-page .board__list .list__tit {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.board-page .board__list .list__tit.notice {
  color: #004f99;
  padding-left: 20px;
  background-image: url(/image/sub/notice_icon.png);
  background-repeat: no-repeat;
  background-position: 0 center;
}

.board-page .board__list .list__tit.reply {
  color: #004f99;
  padding-left: 50px;
  background-image: url(/image/sub/reply_icon.png);
  background-repeat: no-repeat;
  background-position: 0 center;
}

.board-page .board__list .list__tit .file__icon {
  display: inline-block;
  margin-left: 3px;
}

.board-page .board__list .list__date {
  color: #999999;
  width: 75px;
  font-size: 12px;
}

.board-page .board__list .list__view {
  color: #999999;
  font-size: 12px;
}

.board-page .smile__banner {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding: 35px 15px;
  text-align: center;
  background-image: url(/image/sub/smile_bg_m.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 35px;
}

.board-page .smile__banner p {
  line-height: 1.6em;
}

.board-page .smile__banner p span {
  color: #ffd614;
}

.board__list--style02 {
  border-top: 1px solid #000;
  margin-bottom: 50px;
}

.board__list--style02 > a {
  padding: 25px 15px;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
  display: block;
}

.board__list--style02 .list__thumb img {
  width: 100%;
}

.board__list--style02 .list__txt {
}

.board__list--style02 .list__tit {
  font-size: 1.2em;
  font-weight: 500;
  margin-top: 15px;
  white-space: normal;
  line-height: 1.4em;
  max-height: 2.8em;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.board__list--style02 .list__cont {
  font-size: 0.9em;
  margin-top: 10px;
  white-space: normal;
  line-height: 1.4em;
  max-height: 4.2em;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #999;
}

.board__list--style02 .list__date {
  font-family: 'Open Sans', sans-serif;
  color: #999;
  font-size: 0.9em;
  font-weight: 500;
  margin-top: 10px;
}

.board__list--style03 {
}

.board__list--style03 > a {
  padding: 25px 0;
  border-bottom: 1px solid #ddd;
  transition: all ease 0.3s;
  display: block;
}

.board__list--style03 > a .list__txt {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.board__list--style03 > a .param01 {
  color: #004f99;
  height: 15px;
  line-height: 1em;
  font-size: 0.8em;
}
.board__list--style03 > a .param02 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 1.1em;
  font-weight: 600;
  color: #333;
}
.board__list--style03 > a .param03 {
  margin-top: 15px;
  font-size: 15px;
  color: #999;
  line-height: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.board__list--style03 > a .list__date {
  font-size: 13px;
  line-height: 1em;
  color: #999;
  margin-top: 5px;
}

.board__list--style03 > a:hover {
  background-color: #f9f9f9;
}

.board-page .board__gallery {
  margin-top: 40px;
}

.board-page .board__gallery > div {
  cursor: pointer;
  margin-bottom: 40px;
}

.board-page .board__gallery > div p {
  font-size: 1em;
  color: #999999;
  margin-top: 7px;
}

.board-page .board__gallery > div .gallery__thumb {
  transition: all ease 0.3s;
  height: 0;
  overflow: hidden;
  padding-top: 74%;
  position: relative;
}

.board-page .board__gallery > div .gallery__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.gallery__popup {
  position: fixed;
  top: 25%;
  left: 50%;
  width: 95%;
  transform: translate(-50%, 0);
  display: none;
  opacity: 0;
  z-index: 1000;
}

.gallery__popup .items {
  width: 100%;
  border: 1px solid #000;
}

.gallery__popup .popup__close {
  width: 20px;
  height: 20px;
  background-image: url(/image/sub/close_icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  position: absolute;
  top: -25px;
  right: 0;
}

/* 하루 한줄 응원 */
.news-cheer {
  background-color: #f5f5f5;
  padding-bottom: 110px;
}

.news-cheer .cheer__list {
  background-color: #fff;
  padding: 25px 15px;
  box-sizing: border-box;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  margin-bottom: 45px;
}

.news-cheer .cheer__list > li {
  margin-bottom: 25px;
}

.news-cheer .cheer__list > li:last-child {
  margin-bottom: 0;
}

.news-cheer .cheer__list > li .list__date {
  color: #666;
  font-size: 0.9em;
}

.news-cheer .cheer__list > li .list__cont {
  color: #666;
  font-size: 0.9em;
  word-break: keep-all;
  padding-left: 10px;
  position: relative;
  line-height: 1.4em;
}

.news-cheer .cheer__list > li .list__cont::before {
  content: '';
  width: 4px;
  height: 1px;
  background-color: #666;
  position: absolute;
  top: 12px;
  left: 0;
}

.board__view {
  padding: 110px 0;
}

/* Apoloni */
.platform__tit {
  font-size: 1.3em;
  line-height: 1.4em;
  text-align: center;
  color: #222;
  font-weight: 500;
  margin-bottom: 35px;
}

.platform__intro {
  border-top: 1px solid #000;
  margin-bottom: 25px;
  box-sizing: border-box;
}

.platform-apoloni .apoloni__part01 {
  padding: 50px 0;
  background-color: #f7f7f7;
}

.platform-apoloni .apoloni__part02 {
  padding: 0px 0;
}

.platform-apoloni .apoloni__part03 {
  padding: 50px 0;
  background-color: #f7f7f7;
}

.platform-apoloni .apoloni__part04 {
  padding: 50px 0;
}

.platform-dev .platform__intro {
  padding-top: 35px;
}

.platform-dev .platform__intro img {
  width: 250px;
  margin-top: 35px;
}

.platform-dev .param01 {
  font-size: 1em;
  font-weight: 600;
  color: #000;
  line-height: 1.4em;
}

.platform-dev .param02 {
  font-size: 0.9em;
  color: #0980ef;
  margin-top: 10px;
  line-height: 1.4em;
}

.platform-dev .param03 {
  font-size: 0.9em;
  margin-top: 10px;
  color: #666;
  line-height: 1.4em;
  word-break: keep-all;
}

.platform-partner .platform__intro {
  padding-top: 35px;
}

.platform-partner .param01 {
  font-size: 1.2em;
  font-weight: 600;
  color: #000;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.platform-partner .param01 span {
  color: #004f99;
  font-size: 1.4em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 900;
  margin-right: 5px;
  display: block;
  transform: translateY(2px);
}

.platform-partner .param02 {
  font-size: 1em;
  color: #666666;
  line-height: 1.4em;
  padding-left: 30px;
  margin-bottom: 10px;
}

.platform-partner .param03 {
  font-size: 14px;
  color: #0980ef;
  padding-left: 45px;
  line-height: 1.4em;
}

.platform-partner .param04 {
  font-size: 1em;
  color: #004f99;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1em;
}

.platform-partner .param05 {
  font-size: 0.8em;
  color: #666666;
  line-height: 1.6em;
  margin-bottom: 5px;
  word-break: keep-all;
}

.platform-partner .param05:last-child {
  margin-bottom: 0;
}

.platform-partner .intro__txt > li {
  margin-bottom: 45px;
}

.platform-partner .intro__txt > li:last-child {
  margin-bottom: 0;
}

.platform-partner .intro__txt .intro__notice {
  border: 1px solid #e8e8e8;
  padding: 20px 12px;
  box-sizing: border-box;
}

.platform-contact .platform__intro {
  padding-top: 35px;
}

.platform-contact .platform__intro img {
  width: 200px;
  margin-top: 25px;
}

.platform-contact .param01 {
  font-size: 1em;
  font-weight: 600;
  color: #000;
  line-height: 1.4em;
}

.platform-contact .param02 {
  font-size: 0.9em;
  line-height: 1.4em;
  color: #0980ef;
  margin-top: 10px;
}

.platform-contact .param03 {
  font-size: 1.7em;
  font-weight: 900;
  color: #145da1;
  line-height: 1em;
  font-family: 'Open Sans', sans-serif;
  padding-left: 50px;
  background-image: url(/image/sub/contact_img02.png);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: 0 center;
  margin-top: 20px;
  line-height: 50px;
}

/* 컨택트폼 */
.platform__form {
  background-color: #f8f9fa;
  padding: 25px 15px;
  box-sizing: border-box;
  margin-bottom: 50px;
}

.platform__form .form__top {
  margin-bottom: 20px;
}

.platform__form .form__tit {
  font-size: 1.2em;
  font-weight: 600;
  color: #000;
}

.platform__form .form__msg {
  font-size: 13px;
  color: #999;
}

.platform__form .form__msg span {
  color: #0980ef;
}

.platform__form .form__list {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

.platform__form .form__list > li {
  margin-bottom: 15px;
}

.platform__form .form__list > li:last-child {
  margin-bottom: 0;
}

.platform__form .form__list > li .list__header {
  font-size: 1em;
  font-weight: 500;
  color: #000;
}

.platform__form .form__list > li .list__header span {
  color: #0980ef;
}

.platform__form .form__list > li input {
  padding-bottom: 7px;
  border: none;
  background: none;
  border-bottom: 1px solid #ccc;
  display: block;
  width: 100%;
  margin-top: 7px;
  font-size: 0.9em;
}

.platform__form .form__list > li input::-webkit-input-placeholder {
  color: #ccc;
}

.platform__form .form__list > li input:-ms-input-placeholder {
  color: #ccc;
}

.platform__form .form__list > li input::-ms-input-placeholder {
  color: #ccc;
}

.platform__form .form__list > li input::-moz-placeholder {
  color: #ccc;
}

.platform__form .form__list > li input::placeholder {
  color: #ccc;
}

.platform__form .form__list > li textarea {
  background-color: #fff;
  width: 100%;
  display: block;
  margin-top: 12px;
  height: 200px;
  border: 1px solid #ddd;
  padding: 12px;
  box-sizing: border-box;
  resize: none;
  font-size: 0.9em;
}

.platform__form .form__list > li textarea::-webkit-input-placeholder {
  color: #ccc;
}

.platform__form .form__list > li textarea:-ms-input-placeholder {
  color: #ccc;
}

.platform__form .form__list > li textarea::-ms-input-placeholder {
  color: #ccc;
}

.platform__form .form__list > li textarea::-moz-placeholder {
  color: #ccc;
}

.platform__form .form__list > li textarea::placeholder {
  color: #ccc;
}

.platform__form .form__list > li.list__w100 {
  width: 100%;
}

.platform__form .form__private {
  height: 200px;
  overflow-y: scroll;
  background-color: #fff;
  padding: 12px;
  box-sizing: border-box;
  color: #999;
  font-size: 0.7em;
  line-height: 1.4em;
  border: 1px solid #ddd;
}

.platform__form .form__check {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.platform__form .form__check input {
  width: 13px;
  height: 13px;
  display: block;
}

.platform__form .form__check label {
  margin-left: 4px;
  font-size: 0.8em;
  font-weight: 500;
  line-height: 1em;
}

.platform__form .form__check label span {
  color: #0980ef;
}

.platform__form .form__btn {
  margin-top: 25px;
  display: flex;
  justify-content: center;
}

.platform__form .form__btn button {
  margin: 0 10px;
  width: 150px;
  line-height: 43px;
  height: 45px;
  font-size: 0.9em;
  color: #999999;
  border: 1px solid #ddd;
  background-color: #fff;
  font-weight: 500;
  transition: all ease 0.3s;
}

.platform__form .form__btn button:hover {
  background-color: #333;
  border-color: #333;
  color: #fff;
}

.platform__form .form__btn button.btn__submit {
  color: #0980ef;
  border-color: #0980ef;
}

.platform__form .form__btn button.btn__submit:hover {
  background-color: #0980ef;
  color: #fff;
}

/* 통합검색 */
.search-page {
  padding-bottom: 120px;
}

.search-page .sub__tit {
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 0;
  margin-top: 50px;
}

.search-page .board__list--style02 {
  border: none;
}

.search-page .board-search {
  margin-top: 0;
}

.search-page .search__msg {
  font-size: 1em;
  text-align: center;
  margin-top: 35px;
  line-height: 1em;
}

.search-page .search__msg span {
  color: #004f99;
}

.search-page .table--style01 {
  margin-top: 25px;
}

.board__list--style03 .more_btn {
  display: block;
  height: 40px;
  line-height: 38px;
  background: #ededed;
  text-align: center;
  color: #666;
  font-weight: 600;
  font-size: 1em;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
