/*  subVisual */
#subVisual {
  width: 100%;
  height: 468px;
  overflow: hidden;
  position: relative;
  margin: 133px auto 0;
  color: #fff;
  background-position: 50% 0;
  background-repeat: no-repeat;
  text-align: center;
  border-bottom: 1px solid #d9d9d9;
}

#subVisual .mask {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
}

#subVisual .mask .img {
  height: 468px;
  -webkit-animation: subVisualMotion 5s;
  animation: subVisualMotion 5s;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.subVisual02 .breadCrumb ul li:last-child {
  display: none;
}

/*  subVisual */
.subVisual01 .img {
  background-image: url("../../images/contents/subVisual01.jpg");
}

.subVisual02 .img {
  background-image: url("../../images/contents/subVisual02.jpg");
}

.subVisual03 .img {
  background-image: url("../../images/contents/subVisual03.jpg");
}

.subVisual04 .img {
  background-image: url("../../images/contents/subVisual04.jpg");
}

.subVisual05 .img {
  background-image: url("../../images/contents/subVisual05.jpg");
}

.subVisual06 .img {
  background-image: url("../../images/contents/subVisual06.jpg");
}

.subTitleBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 6rem;
  font-weight: 500;
}

/* lnb */
#lnb {
  font-size: 0;
  color: #333;
  text-align: center;
  position: relative;
  top: -71px;
  background: #fff;
}

#lnb .currentTxt {
  display: none;
  height: 70px;
  font-size: 1.125rem;
  line-height: 70px;
  background-color: rgba(0, 0, 0, 0.5);
}

#lnb .currentTxt .txt {
  display: inline-block;
  position: relative;
}

#lnb .currentTxt .btnLnbOpen {
  position: absolute;
  top: 50%;
  right: -40px;
  color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  vertical-align: middle;
}

#lnb li {
  display: inline-block;
  position: relative;
  width: 25%;
}

#lnb.lnb02 li {
  width: 50%;
}
#lnb.lnb03 li {
  width: 33.3333%;
}
#lnb.lnb04 li {
  width: 25%;
}
#lnb.lnb05 li {
  width: 20%;
}
#lnb.lnb06 li {
  width: 16.6666%;
}
#lnb.lnb07 li {
  width: 14.2857%;
}

#lnb li:after {
  display: block;
  width: 1px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  background-color: #d9d9d9;
}

#lnb li:first-child:after {
  display: none;
}

#lnb li a {
  display: block;
  height: 70px;
  position: relative;
  padding: 0 40px;
  font-size: 1.8rem;
  line-height: 70px;
  text-align: center;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

#lnb li.on {
  border-bottom: none;
  background: #014099;
  color: #fff;
}

#lnb li.on a:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/*  mobileLnb */
#mobileLnb {
  display: none;
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0;
  background: #fff;
  color: #1b1b1b;
}

#mobileLnb .list {
  width: 50%;
  position: relative;
  float: left;
  margin-left: -1px;
}

#mobileLnb .list:first-child {
  margin-left: 0;
}

#mobileLnb .list:last-child {
  width: calc(50% + 1px);
}

#mobileLnb .list .btn {
  display: block;
  height: 60px;
  position: relative;
  border: 1px solid #d9d9d9;
  border-right: none;
  line-height: 60px;
  text-align: left;
  padding-left: 20px;
}

#mobileLnb .list .btn i {
  right: 20px;
  font-size: 2rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#mobileLnb .list .btn.on i {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

#mobileLnb .list ul {
  display: none;
  width: 100%;
  position: absolute;
  top: 60px;
  background-color: #fff;
}

#mobileLnb .list ul li {
  margin-top: -1px;
}

#mobileLnb .list ul li a {
  display: block;
  height: 60px;
  border: 1px solid #d9d9d9;
  line-height: 60px;
  padding-left: 20px;
  text-align: left;
}

/*  subContents */
.subContents {
  min-height: 600px;
}

.subContents .container {
  width: 1280px;
  margin: 0 auto;
}

.subContents .middle {
  width: 1480px;
}

.subContents .titleBox {
  text-align: center;
}

.subContents .titleBox .main {
  font-size: 4rem;
  font-weight: 100;
  margin-bottom: 10px;
}

.subContents .titleBox .main strong {
  font-weight: 500;
}

.subContents .titleBox .sub {
  color: #999;
}

.subContents + #footer {
  margin-top: 100px;
}

/* 공통 */
.sub_tit {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 4.4rem;
  font-weight: 500;
  color: #333;
  position: relative;
  line-height: 100%;
  margin-bottom: 8rem;
  /* opacity: 0; */
  transition: 1s ease 0.05s;
}
.sub_tit::before {
  content: "";
  position: relative;
  display: block;
  margin: 0 auto;
  width: 1px;
  height: 38px;
  background: #333;
  margin-bottom: 4rem;
}

.mt8rem {
  margin-top: 8rem;
}

.mt6rem {
  margin-top: 6rem;
}

/* 공통 */

/* 회사소개 - ceo메세지 */
#ceo .img_wrap {
  margin-top: 8rem;
  margin-bottom: 7rem;
}
#ceo ul {
  clear: both;
  overflow: hidden;
}
#ceo ul li.left {
  float: left;
  width: 50%;
}
#ceo ul li.right {
  float: left;
  width: 50%;
}
#ceo ul li.left p {
  font-size: 4rem;
  font-weight: 700;
  color: #333;
}
#ceo ul li.right p {
  margin-bottom: 20px;
  line-height: 135%;
  font-size: 1.6rem;
  font-weight: 300;
  color: #666;
}
#ceo ul li.right span {
  font-size: 2rem;
  font-weight: 500;
  color: #333;
}
/* 회사소개 - ceo메세지 */

/* 회사소개 - 연혁 */

#history .img_wrap {
  margin-top: 8rem;
  margin-bottom: 7rem;
  position: relative;
}
#history .img_wrap .txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  width: 80%;
}
#history .img_wrap .txt h5 {
  font-size: 3.2rem;
  font-weight: 500;
  color: #fff;
  line-height: 135%;
  margin-bottom: 25px;
}
#history .img_wrap .txt p {
  font-size: 1.6rem;
  font-weight: 300;
  color: #fff;
  line-height: 135%;
  opacity: 0.7;
}

.tableWrap {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
}
.tableWrap:before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  background: #d8d8d8;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.his_in {
  position: relative;
  margin-bottom: 60px;
}
.his_in:after {
  content: "";
  display: block;
  clear: both;
}
.his_in .his_img {
  float: left;
  width: 50%;
  box-sizing: Border-box;
  padding: 0px 0px 0px 60px;
}
.his_imgblock {
  display: none;
}
.his_in:nth-child(even) .his_img {
  float: right;
}
.his_in:nth-child(odd) .his_img {
  text-align: right;
  padding: 0px 60px 0px 0px;
}
.his_in .his_img img {
  max-width: 100%;
}

.his_in:nth-child(odd) ul {
  float: right;
  text-align: left;
  padding: 0 0 0 60px;
}
.his_in:nth-child(even) ul {
  float: left;
}
.his_in ul {
  float: right;
  text-align: right;
  width: 50%;
  box-sizing: Border-box;
  padding: 0 60px 0 0;
}

.his_table {
  position: relative;
  overflow: hidden;
  padding: 0 0 9px 0px;
}
.his_in:nth-child(even) .his_table {
  padding: 0 0px 9px 0;
}
.his_in:nth-child(even) .his_table:before {
  left: calc(100% + 7px);
}

.his_table:last-child {
  padding-bottom: 0;
}
.his_table dd {
  position: relative;
  line-height: 24px;
  text-align: left;
  color: #777;
  letter-spacing: -0.5pt;
  font-weight: 300;
  font-size: 1.6rem;
  float: left;
  width: calc(100% - 80px);
  word-break: keep-all;
}
.his_table dd.col {
  color: #014099;
}
.his_table dt {
  color: #333;
  letter-spacing: -0.5pt;
  line-height: 24px;
  font-size: 16px;
  width: 80px;
  float: left;
  font-weight: 500;
}
.his_in:nth-child(even) .his_table dt {
  float: right;
}
.his_in:nth-child(even) .his_table dd {
  text-align: right;
}
.his_in:nth-child(even) .his_table dd:before {
  left: calc(100% + 7px);
}
.his_in:nth-child(even) li.year {
  text-align: right;
}

.his_in ul {
  position: relative;
  float: right;
  width: 50%;
  box-sizing: Border-box;
}
.his_in ul:before {
  display: block;
  content: "";
  width: 9px;
  height: 9px;
  background: #014099;
  border-radius: 15px;
  box-sizing: border-box;
  position: absolute;
  top: 9px;
  left: -4px;
  z-index: 9;
}
.his_in ul::after {
  width: 9px;
  height: 9px;
  content: "";
  display: block;
  background-color: #014099;
  border-radius: 50%;
  position: absolute;
  left: -4px;
  top: 9px;
  z-index: -1;
  animation: hisdot 1.5s ease-in-out infinite;
}
.his_in:nth-child(even) ul:before {
  left: calc(100% + -4px);
}
.his_in:nth-child(even) ul:after {
  right: -5px;
  left: auto;
}
.his_in li.year {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  line-height: 100%;
  color: #333;
  font-weight: 600;
  text-align: left;
  margin-bottom: 20px;
}
.his_in li.year:before {
  display: block;
  content: "";
  width: 8%;
  height: 1px;
  background: #ddd;
  position: absolute;
  top: 14px;
  left: 0;
  z-index: -2;
}
.his_in:nth-child(even) li.year:before {
  left: calc(100% + -47px);
}

.tableWrap {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
}
.tableWrap:before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  background: #d8d8d8;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.tableWrap:after {
  display: block;
  content: "";
  background: #ddd;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -2;
}

.his_in li.year a {
  font-size: 28px;
  line-height: 100%;
  color: #333;
  font-weight: 700;
  text-align: left;
  margin-bottom: 12px;
}
.his_in li.days {
  position: relative;
}

@keyframes hisdot {
  0% {
    opacity: 0.5;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(4);
  }
}
/* 회사소개 - 연혁 */

/* 회사소개 - 미션과 비젼 */
#mission .box {
  position: relative;
  overflow: hidden;
}
#mission ul {
  margin-top: 8rem;
}
#mission ul li {
  width: calc(50% - 5px);
  float: left;
  border: 1px solid #d9d9d9;
  padding: 45px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
#mission ul li:nth-child(2),
#mission ul li:nth-child(3) {
  background: #f7f7f7;
}
#mission ul li:nth-child(odd) {
  margin-right: 10px;
}
#mission ul li:nth-child(even) {
  text-align: right;
}
#mission ul li p {
  font-size: 2rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 25px;
}
#mission ul li span {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 150%;
  width: 70%;
}

#mission .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  background: #fff url(../../images/contents/sub_mission_logo.png) no-repeat
    center;
}
#mission .logo .in {
  width: 100%;
  height: 100%;
  transform: scale(0.9);
  border: 1px solid #0cb5ec;
  border-radius: 50%;
}
/* 회사소개 - 미션과 비젼 */

/* 회사소개 - 찾아오는길 */
#daumRoughmapContainer1621944140366 {
  height: 530px;
  width: 100%;
  margin-top: 8rem;
}
#daumRoughmapContainer1621944944883 {
  height: 530px;
  width: 100%;
  margin-top: 8rem;
}

.root_daum_roughmap .wrap_map {
  height: 530px !important;
}
.root_daum_roughmap .wrap_controllers {
  display: none;
}
.map_txt {
  position: Relative;
  padding: 45px 0;
}
.map_txt dl {
  overflow: hidden;
  clear: both;
}
.map_txt dt {
  float: left;
  font-size: 16px;
  font-weight: 600;
  color: #222;
  line-height: 135%;
  letter-spacing: -0.55pt;
}
.map_txt dt > span {
  font-weight: 300;
  color: #666;
  font-size: 16px;
  letter-spacing: -0.55pt;
  margin: 0 29px 0 9px;
}
.map_txt .btns {
  position: absolute;
  right: 0;
  top: 25px;
}
.map_txt .btns a {
  display: inline-block;
  width: 186px;
  height: 58px;
  background: #fff;
  text-align: Center;
  line-height: 58px;
  font-size: 15px;
  letter-spacing: -0.25pt;
  margin-left: 4px;
  transition: all 0.3s ease;
}
.map_txt .btns a.print {
  color: #014099;
  border: 1px solid #014099;
}
.map_txt .btns a.more {
  color: #666666;
  border: 1px solid #666666;
}
.map_txt .btns a.print:hover {
  color: #fff;
  background: #014099;
  transition: all 0.3s ease;
}
.map_txt .btns a.more:hover {
  color: #fff;
  background: #666666;
  transition: all 0.3s ease;
}
.map_txt .btns a i {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px 1px 0;
  height: 18px;
  transition: all 0.3s ease;
}
.map_txt .btns a.print i {
  width: 14px;
  background: url("../../images/contents/sub_location_icon01.png") no-repeat
    center;
}
.map_txt .btns a.more i {
  width: 14px;
  background: url("../../images/contents/sub_location_icon02.png") no-repeat
    center;
}
.map_txt .btns a.print:hover i {
  background: url("../../images/contents/sub_location_icon01_on.png") no-repeat
    center;
  transition: all 0.3s ease;
}
.map_txt .btns a.more:hover i {
  background: url("../../images/contents/sub_location_icon02_on.png") no-repeat
    center;
  transition: all 0.3s ease;
}
/* 회사소개 - 찾아오는길 */

/* 핵심기술 - 핵심기술 */

#tech .con01 {
  overflow: hidden;
  clear: both;
  margin-top: 8rem;
}
#tech .con02 {
  overflow: hidden;
}
#tech .left {
  width: 270px;
  float: left;
}
#tech .right {
  width: calc(100% - 270px);
  float: left;
}

#tech .left p {
  font-size: 3rem;
  font-weight: 500;
  color: #333;
  line-height: 135%;
  margin-top: 15px;
}
#tech .left span {
  font-size: 2.2rem;
  font-weight: 500;
  color: #014099;
}
#tech .right ul {
  border-top: 1px solid #333;
}
#tech .right ul li {
  border-top: 1px solid #d9d9d9;
  padding: 50px 40px;
}
#tech .right ul li p {
  font-size: 2rem;
  font-weight: 500;
  color: #333;
  line-height: 135%;
  margin-bottom: 5px;
}
#tech .right ul li span {
  font-size: 1.6rem;
  font-weight: 300;
  color: #666;
  line-height: 135%;
}
#tech .right ul li:last-child {
  border-bottom: 1px solid #d9d9d9;
}
#tech .right ul li:nth-child(1) {
  background: url(../../images/contents/sub_tech_icon01.gif) no-repeat center
    right 40px;
}
#tech .right ul li:nth-child(2) {
  background: url(../../images/contents/sub_tech_icon02.gif) no-repeat center
    right 40px;
}
#tech .right ul li:nth-child(3) {
  background: url(../../images/contents/sub_tech_icon03.gif) no-repeat center
    right 40px;
}
#tech .right ul li:nth-child(4) {
  background: url(../../images/contents/sub_tech_icon04.gif) no-repeat center
    right 40px;
}
#tech .right ul li:nth-child(5) {
  background: url(../../images/contents/sub_tech_icon05.gif) no-repeat center
    right 40px;
}

#tech .right dl {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 135%;
}
#tech .right dl dt,
#tech .right dl dd {
  display: table;
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
}
#tech .right dl dt {
  color: #333;
  border-top: 1px solid #333;
}
#tech .right dl dd {
  width: 100%;
  color: #666;
}
#tech .right dl div {
  display: table-cell;
  width: 20%;
  vertical-align: middle;
  padding: 30px 0;
}

#tech .right dl dt div:nth-child(2) {
  background-color: rgba(0, 121, 197, 0.05);
}

#tech .right dl dd div:nth-child(2) {
  background-color: rgba(0, 121, 197, 0.05);
}
/* 핵심기술 - 핵심기술 */

/* 사업영역 */
#business > div {
  clear: both;
  overflow: hidden;
  display: flex;
  align-items: center;
}

#business .sub_tit {
  text-transform: uppercase;
}
#business .con02 .txt {
  padding-left: 0;
}

#business .con02,
#business .con03 {
  margin-top: 10rem;
}

#business .table {
  display: table;
}

#business .img {
  width: 50%;
  display: table-cell;
}
#business .img img {
  width: 100%;
}
#business .txt {
  width: 50%;
  display: table-cell;
  padding: 0 60px;
  overflow: hidden;
  vertical-align: middle;
}
#business .txt h5 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #333;
  line-height: 135%;
  /* opacity: 0; */
  /* transition: 0.7s 0.1s; */
  overflow: hidden;
}
#business .txt span {
  display: block;
  width: 34px;
  height: 2px;
  background: #014099;
  margin: 15px 0;
  /* transition: 0.7s 0.4s; */
  /* opacity: 0; */
}
#business .txt .in {
  overflow: hidden;
}
#business .txt .in div {
  /* transition: 0.7s 0.6s; */
  /* opacity: 0; */
}
#business .txt p {
  font-size: 1.8rem;
  font-weight: 200;
  color: #666;
  line-height: 170%;
  margin-bottom: 15px;
}
/* 사업영역 */

/* 제품 - AF렌즈 */
#AFlens + #footer {
  margin-top: 0;
}

#AFlens .bg {
  background: url(../../images/contents/sub_AFlens_img01.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
  padding: 120px 0;
  position: relative;
}
#AFlens .bg::after {
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  content: "";
  border: 1px solid rgba(225, 225, 225, 0.5);
  top: 0;
  left: 0;
  margin: 10px;
}
#AFlens .bg p {
  font-size: 3.2rem;
  font-weight: 500;
  color: #fff;
  padding: 0 3%;
}

#AFlens .con02 {
  clear: both;
  overflow: hidden;
  border-bottom: 1px solid #d9d9d9;
  padding: 7rem 0;
}
#AFlens .con02 .left {
  float: left;
  width: 280px;
  padding-left: 100px;
  color: #014099;
  font-size: 3rem;
  font-weight: 500;
}
#AFlens .con02 .right {
  float: left;
  width: calc(100% - 280px);
  font-size: 1.8rem;
  color: #666;
  font-weight: 300;
  padding-right: 100px;
  word-break: keep-all;
}

#AFlens .con03 {
  margin-top: 10rem;
  padding: 10rem 0;
  background: #f2f4f9;
}
#AFlens .con03 h4 {
  font-size: 3rem;
  font-weight: 500;
  color: #333;
  line-height: 135%;
  text-align: center;
  padding: 0 6% 30px 6%;
  word-break: keep-all;
}

#AFlens .con03 dl {
  text-align: center;
}

#AFlens .con03 dl dt,
#AFlens .con03 dl dd {
  display: table;
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #d9d9d9;
}

#AFlens .con03 dl dt {
  color: #333;
  border-top: 1px solid #333;
}
#AFlens .con03 dl dd {
  color: #666;
}
#AFlens .con03 dl div {
  display: table-cell;
  font-size: 1.6rem;
  width: 33.3333%;
}

#AFlens #video .top .img {
    background: url(../../images/main/main_thum_en02.jpg) no-repeat center;
    height: 460px;
  }
/* 제품 - AF렌즈 */

/* 제품 - 홍보동영상 */
#video .top {
  position: relative;
}
#video .top .img {
  background: url(../../images/contents/sub_video_img02.jpg) no-repeat center;
  height: 460px;
}
#video .top .txtBox {
  position: absolute;
  bottom: 50px;
  left: 50px;
  width: 320px;
  height: 180px;
}
#video .top .txtBox a {
  display: block;
  line-height: 135%;
  height: 100%;
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  padding: 43px 30px;
  overflow: hidden;
  background: url("../../images/contents/sub_video_img02.png") no-repeat;
  background-size: 100% 100%;
}
#video .top .txtBox a .icon {
  width: 15px;
  vertical-align: middle;
  height: 23px;
  margin-left: 10px;
  display: inline-block;
  background: url("../../images/contents/sub_video_icon01.png") no-repeat center;
}

#video .video-pop {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
#video .video-pop .cover-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 0;
}
#video .video-pop .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* width: 854px;
  height: 470px; */
  width: 1300px;
  height: 574px;
  max-width: 100%;
  padding: 0 10px;
  z-index: 1;
}
#video .video-pop .inner video {
  max-width: 100%;
  vertical-align: top;
}
#video .video-pop .inner iframe {
  width: 100%;
  height: 100%;
}
/* 제품 - 홍보동영상 */

/* 제품 - 사양서, 인증서, 성적서 */
#certi_list ul {
  margin: -10px;
  overflow: hidden;
}
#certi_list ul li {
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding: 10px;
  margin-bottom: 7rem;
  transition: 0.25s ease;
}
/* #certi_list ul li:hover .inner .img img {
  transform: scale(1.05);
  transition: 0.25s ease;
} */
#certi_list ul li .inner {
  width: 100%;
  height: 100%;
}
#certi_list ul li .inner .img {
  /* border: 1px solid #d9d9d9; */
  overflow: hidden;
}
#certi_list ul li .inner img {
  border: 1px solid #d9d9d9;
  width: 100%;
  transition: 0.25s ease;
}

#certi_list ul li p {
  font-size: 2rem;
  color: #333;
  text-align: center;
  margin-top: 20px;
}
/* 제품 - 사양서, 인증서, 성적서 */

/* 제품 - 브로셔 */
.catalog-list ul {
  margin: -20px;
  overflow: hidden;
}
.catalog-list ul li {
  float: left;
  width: 33.33%;
  padding: 20px;
}
.catalog-list ul li a {
  display: block;
  border: 1px solid #d9d9d9;
  padding: 20px;
  background-image: url("../images/contents/icon-catalog.png");
  background-repeat: no-repeat;
  background-position: 90% 90%;
  position: relative;
  top: 0;
  transition: 0.3s;
  word-break: keep-all;
}
.catalog-list ul li a .title {
  font-size: 3.2rem;
  color: #222;
  font-weight: 500;
  height: 180px;
}
.catalog-list ul li a .date {
  font-size: 1.8rem;
  color: #666;
  font-family: "Montserrat";
}
.catalog-list ul li a:hover {
  top: -20px;
  background-color: #014099;
  background-image: url("../images/contents/icon-catalog-on.png");
}
.catalog-list ul li a:hover .title,
.catalog-list ul li a:hover .date {
  color: #fff;
}
/* 제품 - 브로셔 */

/* 고객지원 - 고객문의 */
.request {
  font-size: 1.6rem;
}

.agreeBox {
  height: 260px;
  overflow-y: scroll;
  background: #f8f8f8;
  padding: 30px 40px;
}
.agreeBox p.title {
  font-size: 1.6rem;
  color: #666;
  font-weight: 500;
  margin-bottom: 10px;
}
.agreeBox p {
  font-size: 1.6rem;
  color: #666;
  font-weight: 400;
  margin-bottom: 10px;
}
.agreeBox ul li {
  font-size: 1.6rem;
  color: #666;
  font-weight: 300;
  position: relative;
  margin-top: 5px;
}
.agreeBox ul li.title {
  font-size: 1.6rem;
  color: #666;
  font-weight: 400;
  position: relative;
  margin-top: 18px;
}
.agreeBox ul li:before {
  position: absolute;
  top: 0;
  left: 0;
}
.agreeBox ul li:first-child {
  margin-top: 0;
}
.terms p,
.terms li {
  margin-top: 10px;
}
.terms h2 {
  margin-top: 20px;
}
.terms h3 {
  display: block !important;
  float: none !important;
  background: none !important;
  width: 100% !important;
  padding-top: 10px;
}

.agree_check {
  margin: 15px 0;
  font-size: 1.6rem;
  color: #666;
  font-weight: 300;
}
.request .conBox {
  background: #f4f4f4;
  padding: 25px;
  overflow: hidden;
}
.request .conBox * {
  line-height: 42px;
}
.request .conBox input[type="text"],
.request .conBox select {
  height: 42px;
  line-height: 42px;
  color: #666;
  padding: 0 10px;
  width: 100%;
  border: none;
}
.request .conBox ul {
  margin-bottom: -5px;
}
.request .conBox ul li {
  float: left;
  width: 50%;
  padding-right: 70px;
  margin-bottom: 10px;
}
.request .conBox ul li dl dt {
  float: left;
  width: 100px;
  font-size: 1.6rem;
  color: #333;
}
.request .conBox.en ul li dl dt {
  float: left;
  width: 220px;
  font-size: 1.6rem;
  color: #333;
  line-height: 135%;
}
.request .conBox.en ul li dl dd {
  padding-left: 220px;
  font-size: 1.6rem;
  color: #666;
}

.request .conBox ul li dl dd {
  padding-left: 100px;
  font-size: 1.6rem;
  color: #666;
}
.request .conBox ul li dl dd > label {
  margin-right: 18px;
  display: inline-block;
}
.request .conBox .emailForm .flex {
  width: 75%;
  float: left;
  margin: 0 -15px;
}
.request .conBox .emailForm .flex span {
  display: block;
  float: left;
  width: 50%;
  padding: 0 15px;
  position: relative;
}
.request .conBox .emailForm .flex span:first-child:after {
  content: "@";
  position: absolute;
  top: 9px;
  right: -8px;
}
.request .conBox .emailForm > span {
  display: block;
  float: right;
  width: 30%;
}
.request hr {
  height: 1px;
  border: none;
}
.request textarea {
  height: 200px;
  resize: none;
  overflow-y: scroll;
}

.request .mail div {
  margin-bottom: 10px;
}

.request .mail_btn {
  display: inline-block;
  width: 100px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background: #999;
  margin-left: 10px;
  height: 42px;
}

.request .title {
  font-size: 2.5rem;
  color: #333;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 7rem;
}
.request .conBox .sri label {
  display: block;
  margin-bottom: 10px;
}
.request .conBox .sri input[type="text"] {
  width: 170px;
}
.request .conBox .sri span {
  padding: 0 5px;
}
.request textarea {
  border-color: #d9d9d9;
}
/* btn 버튼종류 */
.btnWrap {
  width: 100%;
  text-align: center;
  margin-top: 30px;
  overflow: hidden;
}
.btnWrap.btnLeft {
  text-align: left;
}
.btnWrap.btnRight {
  text-align: right;
}
.btnWrap a {
  display: inline-block;
  width: 180px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #54b948;
  font-weight: 300;
  transition: 0.3s all ease-out;
}
.btnWrap.btn03 {
  margin: 40px -5px 0 -5px;
}
.btnWrap.btn03 div {
  float: left;
  width: 33.33%;
  padding: 0 5px;
}
.btnWrap.btn03 a {
  display: block;
  width: 100%;
}
.btnWrap.btn03 a img {
  margin-top: 14px;
}
span.star {
  display: inline-block;
  margin: 0 5px;
  color: #f23c43;
}


