.ct2 {
   max-width: 1600px;
   margin: 0 auto;
}

* {
   max-height: 1000000px;
   margin: 0;
   padding: 0;
}

.main_wrap {
   overflow: hidden;
   width: 100%;
   margin: 0 auto;
}

.main_wrap img {
   width: auto;
   max-width: 100%;
}

.mv_sec {
   position: relative;
   width: 100%;
   height: 120vw;
   overflow: hidden;
   background-color: #000;
}

.mv_sec .item {
   width: 100%;
   height: 120vw;
   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;
   background: url("/ver2024/mobile/images/main/mv00.jpg") center no-repeat;
   background-size: cover !important;

}

.mv_sec .mv02 .mv_img {
   background: url("/ver2024/mobile/images/main/mv02.jpg") top center no-repeat;
}

.mv_sec .mv03 .mv_img {
   background: url("/ver2024/mobile/images/main/mv03.jpg") top center no-repeat;
}

.mv_sec .mv04 .mv_img {
   background: url("/ver2024/mobile/images/main/mv04.jpg") top center no-repeat;
}

.mv_sec .mv05 .mv_img {
   background: url("/ver2024/mobile/images/main/mv05.jpg") top center no-repeat;
}

.mv_sec .item .m_txt {
   box-sizing: border-box;
   display: flex;
   height: 100%;
   padding-top: 12vw;
   text-align: left;
}

.mv_sec .item .m_txt .box {
   width: 100%;
   padding-bottom: 6px;
   padding-left: 20px;
}

.mv_sec .item .m_txt .box>* {
   position: relative;
   font-weight: 500;
   transition: .6s;
   top: 50px;
   opacity: 0;
}

.mv_sec .item .m_txt .box>h3 {
   font-weight: 700;
   transition: .6s;
   margin-bottom: 15px;
   letter-spacing: -0.02em !Important;
   line-height: 2.2rem;
   width: 90%;;
}

.mv_sec .item .m_txt .box>p {
   line-height: 1.6;
   transition: .6s .3s;
   font-weight: 400;
   letter-spacing: -0.02em !important;
   width:75%;
}

.mv_sec .active .item .m_txt>.box * {
   top: 0;
   opacity: 1;
}

.mv_sec h3 {
   font-size: 30px;
}

.mv_sec p {
   font-size: 14px;
}

/* owl-nav */
.mv_sec .owl-nav {
   position: absolute;
   width: 100%;
   top: auto;
   bottom: 25vw;
   box-sizing: border-box;
   text-align: left;
   padding-left: 26px;
   display: none;
}

.mv_sec .owl-nav>* {
   width: 26px;
   height: 34px;
   background: url("/ver2024/mobile/images/main/mv_prev.png") center no-repeat;
   display: inline-block;
}

.mv_sec .owl-nav>.owl-next {
   background: url("/ver2024/mobile/images/main/mv_next.png") center no-repeat;
   margin-left: 43px;
}

.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: #fff;
   letter-spacing: 0;
   width: 160px;
   height: 41px;
   margin-right: 19px;
   background: none;
   letter-spacing: 0;
   display: none;
}

.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%;
}

.mv_sec .owl-dots .owl-dot span:before {
   position: absolute;
   content: '';
   width: 100%;
   height: 3px;
   background: rgba(255, 255, 255, 0.2);
   left: 0;
   bottom: 0;
}

.mv_sec .owl-dots .owl-dot span:after {
   position: absolute;
   content: '';
   width: 0%;
   height: 3px;
   background: rgba(255, 255, 255, 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(../../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: 50px 0 30px;
   background-color: #f6f6f6;
}

.mcnt1 .prod_list {
   display: flex;
   flex-wrap: wrap;
}

.mcnt1 .prod_list li {
   width: calc(100% / 3 - 10px);
   margin: 0 5px 10px 5px;
}

.mcnt1 .prod_list li:nth-child(3n) {
   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: 10px 0 10px 0;
   text-align: center;
   height: 58px;
   display: flex;
   align-items: center;
   justify-content: center;
}

.mcnt1 .prod_list .prod_tit h3 {
   font-size: 12px;
   font-weight: 500;
   letter-spacing: -1px;
}

.mcnt1 .prod_list .prod_tit em {
   color: #909090;
}

.main_cont_tit {
   margin-bottom: 15px;
}

.mcnt1 .main_cont_tit {
   text-align: center;
}

.main_cont_tit h2 {
   font-size: 28px;
   line-height: 1.1;
}

.main_cont_tit p {
   font-size: 14px;
   margin-top: 10px;
}

#viewMore {
   display: none;
}

.mainBtn {
   border: 1px solid black;
   padding: .85rem 2.5rem;
   font-size: 15px;
   font-family: 'Montserrat';
   font-weight: 600;
   letter-spacing: -1px;
}


/* Samick News & Service */
.mcnt2_wrap {
   width: 92%;
   margin:0 auto;
   padding: 40px 0 20px;
}

.mcnt2.con1 {
   display: flex;
   flex-direction: column;
   flex-wrap: nowrap;
}

.notice {
}
.notice li {
   display: flex;
   flex-direction: column;
   border-bottom: 1px solid #dddddd;
   padding: 16px 0px;
}
.notice li a {
   display: block;
   width: 100%;
}
.notice strong {
   display: block;
   font-size: 16px;
   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 .first span {
   display: none;
}
.notice em.date {
   color: #909090;
   margin-top: 5px;
}

.mcnt2.con2 {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
}
.mcnt2.con2 .mc_box {
   display: flex;
   width: 100%;
}

.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: 30px 20px;
   color: #fff;
}

.mcnt2.con2 .mc_box a em {
   display: none;
   font-size: 14px;
}
.mcnt2.con2 .mc_box a figure {
   position: absolute;
   right: 20px;
   top: 20px;
   width: 70px;
}
.mcnt2.con2 .mc_box a h5 {
   font-size: 17px;
   line-height: 29px;
}
.mcnt2.con2 .mc_box a span {
   font-size: 14px;
   font-weight: 200;
   line-height: 20px;
}
.mcnt2.con2 .mc_box.kakao a {
   color: #3B1C1C;
}

.mcnt2.con2 .mc_box.kakao a span {
   color: #3B1C1C;
   display: block;
}


/* newProduct */
.mcnt3 {
   background: url("/ver2024/mobile/images/main/mcnt3_bg.png") center no-repeat;
   background-attachment: fixed;
   background-size: cover;
}
.mcnt3 .main_cont_tit {
   padding:50px 20px 10px;
   color: #fff;
   text-align: center;
}

.text {
	margin:0.8em 0 0 0;
	background:#2D4E86;
	border-radius:6px;
	height:1em;
	width:100%;
}

.new-prod {
   display:flex;
   flex-direction: column;
   flex-wrap: nowrap;
}

.detailsWrapper {
	margin:auto;
	width:100%;
}

.details {
	height:100vh;
	display:flex;
	flex-direction:column;
	justify-content:center;
}

.new-prod-list {
   width: 92%;
   margin: 0 auto;
   display: block;
   overflow: hidden;
}

.new-prod-list li {
   width: 100%;
   margin-bottom: 15px;
}

.new-prod-list li a {
   background: #fff;
   display: block;
   padding: 30px;
}

.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: 18px;
   margin-bottom: 5px;
}
.new-prod-list li a .tit span.txt {
   color: #909090;
   font-size: 13px;
   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: 160px;
   text-align: center;
}
.new-prod-list li a .pic img {
   height: 100%;
}

.mcnt4 {
   background: #C62C4E;
}
.mcnt4 div {
   font-size: 18px;
   color: #fff;
   text-align: center;
   font-weight: 600;
   padding: 20px;
}


.actionBtn15 {
   display: inline-block;
   position: relative;
   margin: auto;
   text-transform: uppercase;
   text-decoration: none;
   margin-top: 20px;
}
.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: 14px;
   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/mobile/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/mobile/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;
}

.mmenu .drawer-hamburger {
   height: 0;
}
