.ct2 {
   max-width: 1600px;
   margin: 0 auto;
}

* {
   max-height: 1000000px;
   margin: 0;
   padding: 0;
}

.main_wrap {
   overflow: hidden;
}

.main_wrap img {
   width: auto;
   max-width: 100%;
}

.mv_sec {
   position: relative;
   width: 100%;
   height: 830px;
   overflow: hidden;
   background-color: #000;
}

.mv_sec .item {
   width: 100%;
   height: 970px;
   position: relative;
   overflow: hidden;
}

.mv_sec .item .mv_img {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   transition: 5s;
   overflow: hidden !important;
   z-index: -1;
   transform: scale(1);
   background: url("/ver2024/images/main/mv00.jpg") center no-repeat;
}

.mv_sec .mv02 .mv_img {
   background: url("/ver2024/images/main/mv02.jpg") top center no-repeat;
}

.mv_sec .mv03 .mv_img {
   background: url("/ver2024/images/main/mv03.jpg") top center no-repeat;
}

.mv_sec .mv04 .mv_img {
   background: url("/ver2024/images/main/mv04.jpg") top center no-repeat;
}

.mv_sec .mv05 .mv_img {
   background: url("/ver2024/images/main/mv05.jpg") top center no-repeat;
}

.mv_sec .item .m_txt {
   box-sizing: border-box;
   display: flex;
   flex-direction: column;
   height: 100%;
   padding-top: 120px;
   text-align: left;
}

.mv_sec .item .m_txt .box {
   width: 100%;
   padding-bottom: 6px
}

.mv_sec .item .m_txt .box>* {
   position: relative;
   font-weight: 500;
   transition: .6s;
   top: 50px;
   opacity: 0;
   color: #000;
}

.mv_sec .item .m_txt .box>h3 {
   line-height: 66px;
   font-weight: 700;
   transition: .6s;
   margin-bottom: 25px;
   letter-spacing: -0.02em !Important;
   width: 580px;
}

.mv_sec .item .m_txt .box>p {
   line-height: 1.7;
   transition: .6s .3s;
   font-weight: 400;
   letter-spacing: -0.02em !important;
   width:550px;
}

.mv_sec .item .m_txt .box>.mv_btn_area {
   margin-top: 30px;
   transition: .8s .5s;
}

.mv_sec .item .m_txt .box>.mv_btn_area a {
   background-color: #000;
   display: inline-block;
   color: #fff;
   padding: 13px 30px;
   margin-left: 10px;
}
.mv_sec .item .m_txt .box>.mv_btn_area a:first-child {
   margin-left: 0;
}
.mv_sec .item .m_txt .box>.mv_btn_area a:hover {
   background-color: #C62C4E
}

.mv_sec .active .mv_img {
   transform: scale(1.1) rotate(.001deg);
}

.mv_sec .active .item .mv_img {
   transform: scale(1.1) rotate(.001deg);
}

.mv_sec .active .item .m_txt>.box * {
   top: 0;
   opacity: 1;
}

.mv_sec h3 {
   font-size: 49px;
}

.mv_sec p {
   font-size: 20px;
}

/* owl-nav */
.mv_sec .owl-nav {
   position: absolute;
   width: 100%;
   max-width: 1600px;
   right: 50%;
   top: 500px;
   padding-right: -3px;
   box-sizing: border-box;
   transform: translate(-43%, 0);
   text-align: right;
}

.mv_sec .owl-nav>* {
   width: 26px;
   height: 44px;
   background: url("/ver2024/images/main/mv_prev.png") center no-repeat;
   display: inline-block;
   transition: .3s;
}

.mv_sec .owl-nav>.owl-next {
   background: url("/ver2024/images/main/mv_next.png") center no-repeat;
   margin-left: 43px;
}

.mv_sec .owl-nav>.owl-prev:hover {
   transform: translate(-5px, 0);
}

.mv_sec .owl-nav>.owl-next:hover {
   transform: translate(5px, 0);
}

.mv_sec .owl-nav>*>span {
   display: none;
}

/* owl-dot */
.mv_sec .owl-dots {
   position: absolute;
   width: 100%;
   max-width: 1600px;
   left: 50%;
   transform: translate(-50%, 0);
   text-align: left;
   bottom: 250px;
   z-index: 1005;
}

.mv_sec .owl-dots .owl-dot {
   position: relative;
   font-family: 'Montserrat', sans-serif;
   font-size: 16px;
   font-weight: 600;
   color: #111;
   letter-spacing: 0;
   width: 180px;
   height: 41px;
   margin-right: 19px;
   background: none;
   letter-spacing: 0;
}

.mv_sec .owl-dots .owl-dot:before {
   position: absolute;
   /*content: '국내생산 액츄에이터';*/
   left: 0;
   top: 0;
}
/*
.mv_sec .owl-dots .owl-dot:nth-child(2):before {
   content: '국내생산품 라인업'
}

.mv_sec .owl-dots .owl-dot:nth-child(3):before {
   content: 'BALL SCREW';
}

.mv_sec .owl-dots .owl-dot:nth-child(4):before {
   content: '4444444';
}

.mv_sec .owl-dots .owl-dot:nth-child(5):before {
   content: '5555555';
}*/

.mv_sec .owl-dots .owl-dot:last-child {
   margin-right: 0;
}

.mv_sec .owl-dots .owl-dot span {
   position: relative;
   display: block;
   height: 100%;
   text-align: left;
}

.mv_sec .owl-dots .owl-dot span:before {
   position: absolute;
   content: '';
   width: 100%;
   height: 3px;
   background: rgba(0, 0, 0, 0.2);
   left: 0;
   bottom: 0;
}

.mv_sec .owl-dots .owl-dot span:after {
   position: absolute;
   content: '';
   width: 0%;
   height: 3px;
   background: rgba(0, 0, 0, 1);
   left: 0;
   bottom: 0;
}

.mv_sec .owl-dots .owl-dot.active span:after {
   animation: 8s 0s infinite normal none running;
   animation-name: in_width;
}

@keyframes in_width {
   0% {
      width: 0%;
   }

   100% {
      width: 100%;
   }
}

/* main_common */
.main_tit {
   position: relative;
}

.main_tit>h3 {
   line-height: 1;
   color: #000;
   font-weight: 700;
   letter-spacing: -0.03em !important;
}

.main_tit>h5 {
   line-height: 1;
   color: #000;
   letter-spacing: -0.03em !important;
   font-weight: 500;
   margin: 41px 0 25px;
   margin-left: -2px;
}

.main_tit>p {
   line-height: 1.7;
   letter-spacing: -0.03em;
   color: #333;
}

.main_more {
   position: relative;
   line-height: 1;
   display: inline-block;
   padding-right: 39px;
   color: #000;
   letter-spacing: -0.03em;
}

.main_more:after {
   position: absolute;
   content: '';
   width: 9px;
   height: 12px;
   background: url(/ver2024/images/main/main_more.png) center no-repeat;
   right: 0;
   top: 5px;
   transition: .3s;
}

.main_more:hover:after {
   right: -4px;
}

/* samick product */
.mcnt1 {
   width: 100%;
   padding: 120px 0;
   background-color: #f6f6f6;
}

.mcnt1 .prod_list {
   display: flex;
   flex-wrap: wrap;
}

.mcnt1 .prod_list li {
   width: calc(100% / 5 - 24px);
   margin: 12px 30px 26px 0;
}

.mcnt1 .prod_list li:nth-child(5n) {
   margin-right: 0;
}

.mcnt1 .prod_list li a {
   display: block;
}

.mcnt1 .prod_list li a:hover {
   box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
}

.mcnt1 .prod_list li .box-line_ani {
   border: none;
}

.mcnt1 .prod_list .prod_tit {
   background: #fff;
   padding: 20px 10px;
}

.mcnt1 .prod_list .prod_tit h3 {
   font-size: 16px;
   font-weight: 700;
   letter-spacing: -1px;
   margin-bottom: 4px;
   text-align: center;
}

.mcnt1 .prod_list .prod_tit em {
   color: #909090;
}

.main_cont_tit {
   margin-bottom: 50px;
}

.mcnt1 .main_cont_tit {
   text-align: center;
}

.main_cont_tit h2 {
   font-size: 50px;
   line-height: 1.1;
}

.main_cont_tit p {
   font-size: 18px;
   margin-top: 20px;
}

#viewMore {
   display: none;
}

.mainBtn {
   border: 1px solid black;
   padding: 1.2rem 4rem;
   min-width: 150px;
   font-size: 17px;
   font-family: 'Montserrat';
   font-weight: 600;
   letter-spacing: -1px;
   /* background-color: #fff; */
}


/* Samick News & Service */
.mcnt2_wrap {
   width: 100%;
   padding: 120px 0;
}
.mcnt2 {
   width: 1392px;
   margin: 0 auto;
}
.mcnt2.con1 {
   display: flex;
   justify-content: space-between;
}
.mcnt2 .main_cont_tit {
   width: 480px;
}
.notice {
   width: 800px;
}
.notice li {
   display: flex;
   align-items: center;
   border-bottom: 1px solid #dddddd;
   padding: 22px 0px;
}
.notice li:first-child {
   padding-top:10px
}
.notice li:first-child span {
   display: block;
}
.notice li a {
   display: block;
   width: calc(100% - 102px);
}

.notice .first span {
   width: 94%;
   color: #909090;
   overflow:hidden;
   text-overflow:ellipsis;
   display:-webkit-box;
   -webkit-line-clamp:2;
   -webkit-box-orient:vertical;
   margin-top: 4px;
   display: none;
}

.notice li a strong {
   display: block;
   font-size: 18px;
   color: #2d2d2d;
   font-weight: 600;
   display: -webkit-box;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   line-height: 1.4;
   word-break: keep-all;
}
.notice li a>strong:hover {
   text-decoration: underline;
}
.notice em.date {
   color: #909090;
}

.mcnt2.con2 {
   display: flex;
   margin-top: 80px;
}
.mcnt2.con2 .mc_box {
   display: flex;
   width: calc(100% / 4 - 24px);
   margin: 12px 32px 26px 0;
   height: 280px;
}

.mcnt2.con2 .mc_box:nth-child(1) {
   background-color: #C62C4E;
}
.mcnt2.con2 .mc_box:nth-child(2) {
   background-color: #A6A8B2;
}
.mcnt2.con2 .mc_box:nth-child(3) {
   background-color: #373536;
}
.mcnt2.con2 .mc_box:nth-child(4) {
   background-color: #FAE100;
   margin-right: 0;
}

.mcnt2.con2 .mc_box a {
   position: relative;
   display: block;
   width: 100%;
   padding: 40px;
   color: #fff;
}

.mcnt2.con2 .mc_box a em {
   display: block;
   margin-bottom: 120px;
   font-size: 16px;
   font-weight: 700;

}
.mcnt2.con2 .mc_box a figure {
   position: absolute;
   right: 38px;
   top: 70px;
}
.mcnt2.con2 .mc_box a h5 {
   font-size: 20px;
   margin-bottom: 5px;
   line-height: 29px;
}
.mcnt2.con2 .mc_box a span {
   font-size: 16px;
   font-weight: 200;
   line-height: 21px;
}
.mcnt2.con2 .mc_box.kakao a {
   color: #3B1C1C;
   text-align: center;
}
.mcnt2.con2 .mc_box.kakao a figure {
   position: static;
   text-align: center;
   margin: 5px 0 10px 0 ;
}

.mcnt2.con2 .mc_box.kakao a span {
   color: #3B1C1C;
   display: block;
   margin-top: 10px;
}


/* newProduct */
.mcnt3 {
   background: url("../images/main/mcnt3_bg.png") center no-repeat;
   background-attachment: fixed;
   background-size: cover;
}
.mcnt3 .main_cont_tit {
   color: #fff;
}

.text {
   margin:0.8em 0 0 0;
   background:#2D4E86;
   border-radius:6px;
   height:1em;
   width:100%;
}

.new-prod {
   display:flex;
}

.left {
   width:520px;
   height:100vh;
   display:flex;
   flex-direction:column;
   justify-content:center;
}

.detailsWrapper {
   margin:auto;
   width:100%;
}

.details {
   height:100vh;
   display:flex;
   flex-direction:column;
   justify-content:center;
}

.right {
   width:880px;
}


.mcnt2_wrap .main_cont_tit p,
.mcnt3 .main_cont_tit p {
   margin-top: 30px;
}

/* .new-prod-list {
   width: 100%;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-between;
   padding: 200px 0;
} */

.new-prod-list {
   width: 100%;
   display: block;
   overflow: hidden;
   padding: 200px 0;
}

.new-prod-list li {
   float: left;
   width: calc(100% / 2 - 30px);
   margin-bottom: 55px;
}

.new-prod-list li:nth-child(2n) {
   float: right;
}

.new-prod-list li:nth-child(2) {
   margin-top: 240px;
}

.new-prod-list li a {
   background: #fff;
   display: block;
   padding: 50px 40px 60px;
}

.new-prod-list li a .top {
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   margin-bottom: 20px;
}
.new-prod-list li a .top span {
   color: #C02C4E;
   font-weight: 700;
   letter-spacing: -1px;
}

.new-prod-list li a .tit {
   margin-top: 30px;
}
.new-prod-list li a .tit h6 {
   font-size: 22px;
   margin-bottom: 5px;
   white-space:nowrap;
   overflow:hidden;
   text-overflow:ellipsis;
}
.new-prod-list li a .tit span.txt {
   color: #909090;
   overflow:hidden;
   text-overflow:ellipsis;
   display:-webkit-box;
   -webkit-line-clamp:2;
   -webkit-box-orient:vertical;
}

.mcnt2 .mainBtn {
   margin-top: 60px;
}
.mcnt3 .mainBtn {
   margin-top: 60px;
   background-color: transparent;
   color: #fff;
   border: 1px solid #fff;
}
.new-prod-list li a .pic {
   overflow: hidden;
   width: 100%;
   height: 216px;
   text-align: center;
}
.new-prod-list li a .pic img {
   transition: 1s;
   height: 100%;
}

.new-prod-list li a:hover .pic img {
   transform:scale(1.2) rotate(0.01deg);
}











.mcnt4 {
   height: 200px;
   line-height: 200px;
   background: #C62C4E;
}
.mcnt4 div {
   font-size: 38px;
   color: #fff;
   text-align: center;
   letter-spacing: -1px;
   font-weight: 600;
}


.actionBtn15 {
   display: inline-block;
   position: relative;
   margin: auto;
   text-transform: uppercase;
   text-decoration: none;
   margin-top: 50px;
}
.actionBtn15 .lb-box {
   display: block;
   padding: 11px 15px;
}
.actionBtn15 .lb-box:after {
   content: '';
   display: block;
   clear: both;
}
.actionBtn15 .lb {
   display: block;
   position: relative;
   z-index: 1;
   float: left;
   color:#222;
   font-size: 18px;
   font-weight: bold;
   letter-spacing: -.5px;
}
.actionBtn15 .cir-lt, .actionBtn15 .cir-rt {
   display: block;
   position: absolute;
   left: 0;
   top: 50%;
   width: 40px;
   height: 40px;
   margin-left: 0;
   background: #ffe1e2;
   border-radius: 20px;
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
}

.actionBtn15 .cir-lt {
   width: 40px;
   opacity: 1;
   transition: width .3s ease .3s, opacity 0s ease .3s;
   -webkit-transition: width .3s ease .3s, opacity 0s ease .3s;
   -moz-transition: width .3s ease .3s, opacity 0s ease .3s;
}
.actionBtn15 .cir-rt {
   width: 100%;
   opacity: 0;
   transition: width .3s ease 0s, opacity 0s ease .3s, left .3s ease 0s, margin-left .3s ease;
   -webkit-transition: width .3s ease 0s, opacity 0s ease .3s, left .3s ease 0s, margin-left .3s ease;
   -moz-transition: width .3s ease 0s, opacity 0s ease .3s, left .3s ease 0s, margin-left .3s ease;
}
.actionBtn15:hover .cir-lt {
   width: 100%;
   opacity: 0;
   transition: width .3s ease 0s, opacity 0s ease .3s;
   -webkit-transition: width .3s ease 0s, opacity 0s ease .3s;
   -moz-transition: width .3s ease 0s, opacity 0s ease .3s;
}
.actionBtn15:hover .cir-rt {
   left: 100%;
   margin-left: -42px;
   width: 40px;
   opacity: 1;
   transition: width .3s ease .3s, opacity 0s ease .3s, left .3s ease .3s, margin-left .3s ease .3s;
   -webkit-transition: width .3s ease .3s, opacity 0s ease .3s, left .3s ease .3s, margin-left .3s ease .3s;
   -moz-transition: width .3s ease .3s, opacity 0s ease .3s, left .3s ease .3s, margin-left .3s ease .3s;
}
.actionBtn15 .ico-plus {
   display: block;
   position: relative;
   z-index: 1;
   float: right;
   width: 13px;
   height: 13px;
   margin: 3px 0 0 25px;
   background: url('/ver2024/images/main/ico_cross_1.png') no-repeat;
   transition: transform .3s ease .15s;
   -webkit-transition: transform .3s ease .15s;
   -moz-transition: transform .3s ease .15s;
}
.mcnt3 .actionBtn15 .ico-plus {
   background: url('/ver2024/images/main/ico_cross_1_w.png') no-repeat;
}
.actionBtn15:hover .ico-plus {
   transform: rotate(90deg);
   -webkit-transform: rotate(90deg);
   -moz-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
}

.mcnt3 .actionBtn15 .lb {
   color:#fff;
   font-weight: 600;
}
.mcnt3 .actionBtn15 .cir-lt, .mcnt3 .actionBtn15 .cir-rt {
   background: #C02C4E;
}
