@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;700;800&display=swap');
#ifrm {
    width: 100%;
   min-height: 300px;
    overflow: hidden;
    border: 0;
}


/* pc */
@media screen and (min-width:1300px){
   #memofile { max-width:1250px; }
}
/* tablet */
@media screen and (min-width:768px) and (max-width:1024px){
   #memofile { width:99%; }
}
/* mobile */
@media screen and (min-width:0) and (max-width:767px){
   #memofile { width:99%; }
}

body,div,p,h1,h2,h3,h4,h5,h6,ol,li,dl,dt,dd,ul,pre,form,fieldset,legend,button,table,th,td {
border:0;
margin:0;
padding:0;
}

ul,ol,li,dl {
list-style:none;
}

img {
border:0;
vertical-align:middle;
font-size:0;
}

address,caption,cite,code,dfn,em,var {
font-style:normal;
}

a {
text-decoration:none;
color:#333;
}

a:hover,a:active,a:focus {
text-decoration:none;
}

table {
border:0;
border-spacing:0;
border-collapse:collapse;
padding:0;
}

strong {
font-weight:500;
}

h1,h2,h3,h4,h5,h6 {
font-weight:400;
}

article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,main {
display:block;
}

body,th,td,input,select,textarea,button {
color:#333;
font-size:18px;
line-height:1.5;
letter-spacing:-0.05em;
font-family: 'Pretendard';
font-weight:400;
}

body{
width:100%;
overflow-x:hidden; overflow-y:auto;
}

:focus {
outline:none;
}

.blind,.gnb-open-btn,.gnb-close-btn,.mobile-gnb {
display:none;
}

.gnb:after,.sub-content:after {
clear:both;
display:block;
height:0;
content:"";
visibility:hidden;
}

.slick-slide {
display:inline-block;
}

header {
width:100%;
margin:0 auto;
background:#fff;

}

.header-logo {

}

header.drop,
header.on{
background:#fff;
box-shadow: 0 0 12px rgb(33 33 33 / 20%);
}

.header-logo a{
display:block;
width:280px;
}

.header-logo a img{
width:100%;
}

.header-area{
width:96%;
max-width:1280px;
margin:0 auto;
z-index:999;
position:relative;
height:100px;
display:flex;
justify-content: space-between;
align-items: center;
}

.tnb{
border:1px #e0e0e0 solid;
border-radius:9999px;
display:inline-block;
position:absolute;
right:0;
top:50%;
margin-top:-17px;
}

.tnb a{
display:inline-block;
font-size:14px;
color:#666;
height:32px;
line-height:32px;
position:relative;
padding:0 15px;
border-left:1px #e0e0e0 solid;
}

.tnb a:first-child{
border-left-width:0;
}

.tnb a img{
width:28px;
}


.header-gnb {
width:100%;
}

.gnb{
width:100%;
max-width:1280px;
margin:0 auto;
box-sizing:border-box;
text-align:center;
display:flex;
justify-content: flex-end; 
}

.gnb > li {
position:relative;
text-align:center;
box-sizing:border-box;
vertical-align:top;
display:inline-block;
}


.gnb > li:hover > a{
font-weight:600;
color:#273890
}

.gnb > li > a {
display:block;
position:relative;
font-size:20px;
letter-spacing:0em;
padding:0 50px;/*45*/
line-height:100px;
font-weight:600;
}

/*.gnb > li > ul {
display:none;
position:absolute;
left:50%;
margin-left:-80px;
width:160px;
z-index:5;
background:#377cda;
box-sizing:border-box;
padding:5px 0;
border-radius:5px;
}*/
.gnb > li > ul:after{
content:"";
display:block;
background:url(img/menu-arrow.png);
width:12px;
height:7px;
position:absolute;
top:-7px;
left:50%;
margin-left:-6px;
}

.gnb > li > ul{
position:absolute;
display:none;
background:#273890;
width:160px;
left:50%;
margin-left:-80px;
top:100px;
}

.gnb > li:hover > ul {
height:auto;
display:block;

}

.gnb > li > ul li {
height:30px;
line-height:30px;
}

.gnb > li > ul{
padding-top:20px;
padding-bottom:20px;
box-sizing:border-box;
}

.gnb > li > ul li:first-child{
border-top-width:0;
}

.gnb > li > ul li a {
display:block;
color:rgba(255,255,255,0.7);
letter-spacing:0em;
padding:5px 0;
font-size:16px;
}


.gnb > li > ul li:hover a{
color:#fff;
font-weight:500;
}

.mobile-open-btn, .all-menu-area, .search-btn{
display:none;
}

/*footer*/
footer{
width:100%;
background:#18191e;
box-sizing:border-box;
padding:55px 5% 45px;
text-align:center;
box-sizing:border-box;
font-size:0.9em;
}


footer span{
font-size:25px;
color:#fff;
font-weight:600;
line-height:1.1;
margin-bottom:20px;
display:block;
opacity:0.6;
}
footer span img{
width:60%;
max-width:260px;
}

.foot-info p{
margin-bottom:15px;
color:#fff;
display:inline-block;
margin:5px 10px;
letter-spacing:0em;
opacity:0.8;
}

.foot-info p strong{
font-weight:600;
}


.foot-copy{
margin-top:30px;
padding-top:20px;
border-top:1px rgba(255,255,255, 0.1) solid;
color:#fff;
letter-spacing:0;
opacity:0.6;
font-weight:300;
}


.side-quick{
position:fixed;
right:20px;
bottom:50px;
z-index:9999;
}

.side-quick li{
margin-top:15px;
}
.side-quick a{
display:block;
width:70px;
height:70px;
border-radius:9999px;
overflow:hidden;
}

.side-quick a img{
width:100%;
}

/********************* main *********************************/
.caption, .slick-slide::before, .slick-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.slick-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.main-slider{
width:100%;
overflow:hidden;
margin-bottom:-10px;
position:relative;
}
.main-slider .slick-slide {
    position: relative;
    height: 55.8vw;
    background:#000;  
  }

.slick-slide video{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
}
.slick-slide iframe {
    /*position: relative;*/
    pointer-events: none;
}
.slick-slide figure {
    position: relative;
    height: 100%;
}
.slick-slide .slide-image {
    opacity: 1;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: all 1s ease;
	position:relative;
	top:0%;
}
.slick-slide .slide-image.show {
    opacity: 1;
}

.slick-slide .slide-image img{
position:absolute;
left:50%;
top:50%;
}
.slick-slide .image-entity {
    width: 100%;
    opacity: 0;
    visibility: hidden;
}
.slick-slide .loading {
    position: absolute;
    top: 44%;
    left: 0;
    width: 100%;
}
.slick-slide .slide-media {
    animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.slick-slide.slick-active {
    z-index: 1;
}
.slick-slide.slick-active .slide-media {
    animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.slick-slide.slick-active .caption {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
}
.caption {
    position: absolute;
    top: 43%;
    left: 10%;
    text-align: left;
    color: #fff;
    margin: 0;
    font-size: 70px;
    font-weight: bold;
    letter-spacing: .02em;
    opacity: 0;
    z-index: 1;
    transition: all .3s ease;
    transform: translateY(100px);
}

.cp2{
font-size:30px;
font-weight:300;
}



@keyframes slideIn {
    from {
        filter: blur(15px);
    }
    to {
        filter: blur(0);
    }
}
@keyframes slideOut {
    from {
        filter: blur(0);
    }
    to {
        filter: blur(15px);
    }
}

@keyframes slideIn {
    from {
        filter: blur(15px);
    }
    to {
        filter: blur(0);
    }
}
@keyframes slideOut {
    from {
        filter: blur(0);
    }
    to {
        filter: blur(15px);
    }
}



.img{
width:100%;
padding-top:61%;
overflow:hidden;
position:relative;
}

.img img{
width:100%;
position:absolute;
left:50%;
top:50%;
}
@keyframes vt-ani {
	0 {opacity:0; -moz-transform:translatey(20%); -ms-transform:translatey(20%); transform:translatey(20%); }
	100% {opacity:1; moz-transform:translatey(0);  -ms-transform:translatey(0); transform:translatey(0);}
  }
.slick-list {
position:relative;
z-index:1;
}


.main-you { position: relative; margin: 0 auto; max-width:2000px;width: 100%;}
.player-bg{position:absolute; width:100%; height:100%; background:transparent; z-index:3; display:flex; flex-direction: column; justify-content: center; text-align:center; color:#fff; text-shadow: 1px 1px 20px rgba(0,0,0,0.5);  align-items: center;}
.pb-t1{font-weight:700; font-size:70px;}
.pb-t2{font-size:32px;}
.player-box {width: 100%; padding-bottom: 56.25%; position:relative;}
.player-box iframe{width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 1;}

#visual {
position:relative;
height:100%;
margin:0 auto;
margin-bottom:-7px;
z-index:1;
width:100%;
max-width:2000px;
overflow:hidden;
}

.visual-img {
position:relative;
}

.visual-img-bg {
position:relative;
overflow:hidden;
}

.visual-img-bg img{
position:relative;
left:50%;
margin-left:-1000px;
}

.visual-text{
position:absolute;
top:30%;
left:100px;
font-size:50px;
font-weight:700;
letter-spacing:-0.05em;
}

.slick-active .visual-text p{opacity:0;  -moz-transform:translatey(20%); -ms-transform:translatey(20%); transform:translatey(20%);  animation-timing-function: ease-out; animation-name: vt-ani;  animation-duration: 0.5s;animation-delay: 0.2s; animation-fill-mode:both;}
.slick-active .visual-text p.vt02{animation-delay: 0.8s; font-weight:300;}

.slick-dots {
z-index:999;
width:600px;
position:absolute;
z-index:9;
left:50%;
margin-left:-300px;
bottom:70px;
text-align:center;
}

.slick-dots li {
display:inline-block;
margin:0 5px;
}

.slick-dots li button {
display:block;
background:transparent;
width:18px;
height:18px;
font-size:0;
box-sizing:border-box;
border-radius:9999px;
border:3px #fff solid;
box-shadow: 1px 1px 2px rgb(0,0,0,0.1);
}

.slick-dots li.slick-active button {
background:#fff;
}

.product-area{
width:100%;
display:flex;
background:#000;
}

.product-area section{
width:25%;
text-align:center;
box-sizing:border-box;
}

.product-area section a{
display:flex;
color:#fff;
line-height:1.1;
justify-content: center;
align-items: center;
height:450px;
width:100%;
position:relative;
overflow:hidden;
}

.product-area section a:hover .pro-bg{ 
-webkit-transform: scale(1.2); 
transform: scale(1.2);
}


.pro-bg{
background-image:url(img/business1.jpg);
background-position:50% 50%;
background-size:cover;
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
z-index:1;
-webkit-transition: transform .3s ease-out;
transition: transform .3s ease-out;
}

#accessories .pro-bg{
background-image:url(img/business2.jpg);
}
#gripper .pro-bg{
background-image:url(img/business3.jpg);
}
#package .pro-bg{
background-image:url(img/business4.jpg);
}

.product-box{
width:100%;
}
.pro-tit{
position:relative;
z-index:2;
text-shadow: 1px 1px 5px rgba(0,0,0,0.6);
}
.pro-tit span{
opacity:0.6;
font-family: 'Poppins', sans-serif;
font-weight:200;
font-size:16px;
letter-spacing:0.1em;
text-transform: uppercase;
margin-bottom:5px;
display:none;
}

.pro-tit p{
opacity:0.6;
font-family: 'Poppins', sans-serif;
font-weight:800;
font-size:20px;
letter-spacing:0.1em;
text-transform: uppercase;
}

.pro-tit strong{
font-weight:700;
letter-spacing:0;
font-size:40px;
padding:15px 0;
text-transform: uppercase;
}

.pro-tit div{
font-size:20px;
font-weight:500;
opacity:0.9;
line-height:1.5;
margin-top:20px;
}

.pro-btn{
display:inline-block;
background:#2d314e;
color:#fff;
padding:15px 20px;
margin-top:30px;
position:relative;
z-index:2;
letter-spacing: 0em;
-webkit-transition: all .3s ease-out;
transition: all .3s ease-out;
}

.product-area section a:hover .pro-btn{
background:#162065;
}

#notice{
width:95%;
max-width:1280px;
margin:80px auto;
position:relative;
}

.notice-tit{
line-height:1.1;
}

.notice-tit span{
font-size:30px;
opacity:0.8;
}

.notice-tit div{
font-family: 'Poppins', sans-serif;
font-weight:400;
font-size:55px;
letter-spacing:0;
text-transform: uppercase;
color:#3a3d4c;
}

.notice-tit div strong{
font-weight:700;
}

.notice-more{
display:inline-block;
position:absolute;
right:0;
top:40px;
color:#fff;
background:#3a3d4c;
padding:7px 25px;
border-radius:100px;
-webkit-transition: all .3s ease-out;
transition: all .3s ease-out;
}

.notice-more:hover{
background:#097ccc;
}

.notice-list{
padding-top:40px;
display:flex;
}

.notice-list li{
width:30%; 
box-sizing:border-box;
margin:0 2%;
position:relative;
}

.notice-list li:after{
content:"";
display:block;
width:1px;
height:100%;
left:-8%;
top:0;
background:#e0e0e0;
position:absolute;
}

.notice-list li a{
display:block;
width:100%;
box-sizing:border-box;
}

.notice-list li:first-child{
width:30%;
margin:0;
margin-right:2%;
}

.notice-list li:first-child:after{
display:none;
}

.notice-list li span{
color:#192ea6;
font-weight:600;
font-size:20px;
}

.notice-list li:hover{
text-decoration:underline;
}
.notice-list li:hover em{
font-weight:700;
color:#2e45a8;
}
.notice-list li p{
font-weight:600;
color:#1f2233;
font-size:22px;
height:2.4em;
line-height:1.2em;
overflow:hidden;
word-break:keep-all;
margin:10px 0 20px;
}
.notice-list li div{
font-size:18px;
color:#444;
font-weight:300;
height:2.8em;
line-height:1.4em;
max-height:80px;
overflow:hidden;
word-break:keep-all;
}
.notice-list li em{
margin-top:20px;
display:inline-block;
font-size:18px;
letter-spacing:0;
color:#1d1d1d;
}

#main-quick{
width:100%;
background:url(img/mq-area-bg.jpg);
background-size:cover;
background-position:50% 50%;
border:1px #dfe6f1 solid;
border-width:1px 0;
}

.main-quick-area{
display:table;
width:96%;
max-width:1280px;
margin:0 auto;
padding:65px 0 55px;
}

.mq-info{
display:table-cell;
width:50%;
vertical-align:top;
}

.mqi-tit{
line-height:1.1;
}

.mqi-tit span{
color:#283990;
font-size:30px;
}

.mqi-tit div{
font-family: 'Poppins', sans-serif;
font-weight:700;
background: -webkit-linear-gradient(#273890, #314ab3);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size:70px;
}

.mq-ul{
color:#2e396f;
letter-spacing:0em;
margin-top:5px;
}

.mq-li1 strong{
font-family: 'Poppins', sans-serif;
font-weight:700;
font-size:34px;
display:inline-block;
margin-left:10px;
}

.mq-li2 dt, 
.mq-li2 dd{display:inline-block; text-shadow: 0 0 10px rgb(255,255,255,0.9)}

.mq-li2 dt{font-weight:600; margin-right:5px;}
.mq-li2 dd{margin-right:25px;}

.mq-btn{
display:table-cell;
width:50%;
}

.mq-btn li{
display:inline-block;
margin-left:20px;
}

.mq-btn li a{
display:table;
}


.mq-btn li a > div{
display:table-cell;
width:170px;
height: 170px;
vertical-align:middle;
border-radius:99999%;
text-align:center;
line-height:1.1;
color:#fff;
font-size:20px;
}

.mq-btn li a > div img,
.mq-btn li a > div i{
display:block;
margin:0 auto;
}

.mq-btn li a > div img{
width:75px;
margin-top:5px;
margin-bottom:10px;
}

.mq-btn li.mq1 a > div{
background-image:url(img/mq1-bg.gif);
}

.mq-btn li.mq2 a > div{
background-image:url(img/mq2-bg.gif);
}

.mq-btn li.mq3 a > div{
background-image:url(img/mq3-bg.gif);
}

.mq-btn li.mq2 a > div img{
width:55px;
}


#main-location{
height:500px;
overflow:hidden;
}

#main-location .root_daum_roughmap .wrap_map{
height:550px !important;
}

@keyframes blink-effect {
	50% {
		background:#1a3c7d;
	}
  }
  

.banner{
background:#1483c9;
width:100%;
position:relative;
z-index:100;
animation: blink-effect 0.8s step-end infinite;
}

.banner a{
display:block;
padding:20px;
text-align:center;
background-image: linear-gradient( rgba(255,255,255,0.1), rgba(0,0,0,0.1));
}

.banner a p,
.banner a div{
display:inline-block;
color:#fff;
line-height:50px;
font-size:20px;
}

.banner a p{
font-size:22px;
font-weight:500;
}

.banner a div{
background:#f0c000;
padding:0 40px;
margin-left:30px;
border-radius:100px;
color:#1d2c4c;
}


.main-tit{
text-align:center;
font-weight:800;
font-size:50px;
color:#00236a;
margin-bottom:50px;
}
.main-tit span{
display:block;
color:#565b66;
font-weight:300;
font-size:22px;
letter-spacing: 0.5em;
margin-left:0.25em;
}

.main-content{
width:100%;
box-sizing:border-box;
margin:0 auto;
padding:80px 0;
position:relative;
background:#ecedf2;
}

/*BUSINESS-AREA*/
.business-slide{
width:95%;
max-width:1500px;
overflow:hidden;
margin:0 auto;
display:flex;
}



.business-slide > div{
margin:0 10px;
}

.business-slide a{
position:relative;
}

.business-slide .bs-img{
width:100%;
}

.business-slide .bs-img img{
width:100%;
}

.business-slide .bs-text{
position:absolute;
width:45%;
height:100%;
background:#fff;
right:0;
top:0;
box-sizing:border-box;
padding-left:35px;
display:table;
table-layout:fixed;
transition: .3s ease;
}
.business-slide a:hover .bs-text{
background:rgba(3, 41, 140, 0.8);
width:100%;
padding-left:55px;
}
.business-slide a:hover .bst-box{
vertical-align:middle;
}

.business-slide a:hover .bs-text p{
color:#fff;
}

.business-slide a:hover .bst3:after{
display:none;
}

.business-slide a:hover .bst1{
opacity:0.6;
color:#fff;
}
.business-slide a:hover .bst1 br{
display:none;
}
.business-slide a:hover .bst2{
font-size:35px;
}
.business-slide a:hover .bst3{
padding-bottom:20px;
}
.business-slide a:hover .bst4{
opacity:0.8;
}

.business-slide a:hover .bs-btn{
opacity:0;
}

.business-slide a:hover .bs-btn-on{
opacity:1;
bottom:30px;
}

.bst-box{
display:table-cell;
width:100%;
vertical-align:top;
padding-top:70px;
}

.bst1{
letter-spacing:0em;
text-transform:uppercase;
font-size:20px;
color:#999;
transition: .5s ease;
}

.bst2{
font-family: 'Raleway', sans-serif;
letter-spacing:0em;
text-transform:uppercase;
color:#293945;
font-weight:800;
font-size:35px;
line-height:1.2em;
transition: .5s ease;
}

.bst3{
color:#293945;
font-size:38px;
font-weight:700;
transition: .5s ease;
}

.bst4{
font-weight:300;
color:#666;
margin-bottom:5px;
transition: .5s ease;
font-size:18px;
}

.bst3:after{
content:"";
display:block;
background:#1e282f;
width:38px;
height:5px;
margin:20px 0;
transition: .5s ease;
}

.bs-btn{
position:absolute; 
right:0;
top:0;
width:55px;
height:55px;
line-height:55px;
text-align:center;
color:#fff;
font-size:28px;
background:#162065;
transition: .5s ease;
}

.bs-btn-on{
position:absolute;
right:50px;
bottom:-10px;
display:inline-block;
border:2px #fff solid;
padding:5px 25px;
transition: .8s ease;
color:#fff;
opacity:0;
}

.main-certi{
width:100%;
max-width:1280px;
margin:0 auto;
position:relative;
padding:40px 0%;
box-sizing:border-box;
}
.mc-slide{
width:100%;
overflow:hidden;
}
.mcs-box{
padding:0 10px;
}
.mcs-box a{
display:block;
cursor:pointer;
poisition:relative;
z-index:33;
}
.mcsb-img{
width:100%;
position:relative;
padding-top:141.6%;
overflow:hidden;
box-sizing:border-box;
border:1px #e0e0e0 solid;
border-radius:5px;
z-index:22;
}
.mcsb-img img{
width:100%;
position:absolute;
left:50%;
top:50%;
-webkit-transition: transform .3s ease-out;
transition: transform .3s ease-out;
}
.mcs-box a:hover img{-webkit-transform: scale(1.2); transform: scale(1.2);}

.mcsb-txt{
text-align:center;
height:3em;
line-height:3em;
overflow:hidden;
}

.slick-arrow{
position:absolute;
right:-70px;
top:50%;
margin-top:-45px;
height:90px;
line-height:90px;
font-size:60px;
opacity:0.9;
background:transparent;
Z-INDEX:999;
color:666;
}

.slick-arrow.slick-prev{
right:auto;
left:-70px;
}


.contact-box{
width:100%;
padding:70px 0;
background:url(img/contact-bg.jpg); background-size:cover; background-position:50% 50%; 
}


#contact{position:relative;width:95%; max-width:1280px; margin:0 auto;z-index:100;display:flex; }
.cnt_left{position:relative;width:570px;margin:0 30px 0 0;flex-shrink: 0;}
.cnt_left select{width:100%; box-sizing:border-box; height:52px;line-height:100%;color:#000;padding-left:2%;margin-bottom:1%; border:none;background:#fff;}
.cnt_left input{margin-bottom:1%;}
.cnt_left input.ip1{float:left;width:49.5%; box-sizing:border-box; height:52px;line-height:100%;font-size:18px;color:#000;padding-left:2%;border:none;background:#fff;}
.cnt_left input.ip1-1{margin-left:1%;}
.cnt_left input.ip2{width:100%; box-sizing:border-box; height:52px;line-height:100%;font-size:18px;color:#000;padding-left:2%; border:none;background:#fff;}
.cnt_left textarea{width:100%; box-sizing:border-box; padding:2%;height:148px;line-height:26px;font-size:0.9em;color:#000;border:none;background:#fff;}
.cnt_left input::placeholder,.cnt_left textarea::placeholder{color:#777 !important;}
.cnt_left:after{clear:both; content:"."; display:block; height:0; visibility:hidden;}


.coun_check{width:100%;height:14px;margin:15px 0 30px 0;}
.coun_check input{width:14px;height:14px;line-height:14px;margin-right:5px;}
.coun_check span{font-size:0.85em;line-height:14px;color:#bbb;}
a.layer_btn{line-height:14px;font-size:0.85em; color:#fff;margin-left:10px;}
button.coun_btn{width:100%; box-sizing:border-box;height:64px;line-height:66px;font-weight:600;text-align:center;color:#fff;background:#162065;cursor:pointer;webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;}
button:hover.coun_btn{background:#b82429;}


button.coun_btn2{float:left;width:100%; box-sizing:border-box;;height:64px;line-height:33px;font-size:22px;font-weight:600;text-align:center;color:#fff;background:#02326d;cursor:pointer;border-bottom:4px solid #8d1a1e;}
button:hover.coun_btn2{background:#031e3f;}

.layer{display:none;position:fixed;_position:absolute;top:0;left:0;width:100%;height:100%;z-index:9999999999}
.layer .bg{position:absolute;top:0;left:0;width:100%;height:100%;background:#000;opacity:.7;filter:alpha(opacity=70);}
.layer .pop-layer{display:block;overflow-x:hidden;}
.pop-layer{display:none;position:absolute;top:50%;left:50%;width:46%;min-height:300px;background:#fff;border:1px solid #000;}	
.pop-layer .pop-container{position:relative;float:left;padding:4%;}
.assembly_title{position:relative;float:left;width:100%;color:#000;font-size:20px;font-weight:600;}
.btn-r{position:absolute;right:0;top:0;width:6%;z-index:100;}
a.cbtn{float:left;display:block;width:100%;height:42px;line-height:42px;background:#000;font-size:26px;color:#fff;text-align:center;}	
.rule_pop{float:left;width:100%;font-size:0.85em;line-height:1.4em;color:#777;margin-top:2%;}

.cnt_right{position:relative;background:url(img/online-bg.jpg); flex-grow: 1;}
.cnt-customer dl{
display:flex;
color:#fff;
font-size:24px;
margin-top:0px;
line-height:98px; 
justify-content: center;
background:#176969;
border-
}
.cnt-customer dl dt{
background:url(img/contact-ico.png); background-repeat:no-repeat; background-position:0 50%; background-size:55px; padding-left:60px; font-weight:600;
}

.cnt-customer dl dd{
font-family: 'Poppins', sans-serif; font-weight: 700; font-size:1.75em; padding-left:20px;
}



.s41#contact{
display:block;

}

.s41#contact .cnt_left{
width:100%;
border-top:2px #222 solid;
margin-top:50px;
padding-top:20px;
}
.s41#contact .cnt_left input,
.s41#contact .cnt_left select,
.s41#contact .cnt_left textarea{
border:1px #ddd solid !important; 
}

.s41#contact .coun_check span,
.s41#contact a.layer_btn{
color:#666;
}



.sub-tit{
width:100%;
height:380px;
display:table;
background-color:#333;
background-size:cover;
background-position:50% 50%;
color:#fff; 
background-image:url(img/sub-visual1.jpg);
}


.st1{
background-image:url(img/sub-visual1.jpg);
}
.st2{
background-image:url(img/sub-visual2.jpg);
}
.st3{
background-image:url(img/sub-visual3.jpg);
}
.st4{
background-image:url(img/sub-visual4.jpg);
}
.st5{
background-image:url(img/sub-visual5.jpg);
}


.sub-tit-area{
display:table-cell;
width:100%;
vertical-align:middle;
text-align:center;
}
.sub-tit h2{
font-size:56px; 
text-shadow: 0px 0px 10px rgb(0,0,0,0.5);
font-weight:700;
}
.sub-nav{
font-size:15px;
opacity:0.6;
}

.sub-nav span{
display:inline-block;
margin:0 5px;
}

.sub-nav p{
display:inline-block;
letter-spacing:0em;
}

.snb{
border-bottom:1px #e0e0e0 solid;
width:100%;
box-sizing:border-box;
}

.snb ul{
width:100%;
max-width:1280px;
margin:0 auto;
display:flex;
border-right:1px #e0e0e0 solid;
box-sizing:border-box;
}

.snb ul li{
width:20%;
}

.snb.snb2 ul li{
width:33.333%;
}

.snb.snb3 ul li{
width:25%;
}


	
.snb ul a{
display:block;
height:58px;
line-height:58px;
border-left:1px #e0e0e0 solid;
width:100%;
text-align:center;
font-size:18px;
box-sizing:border-box;
}

.snb ul li.current a{
background:#273890;
color:#fff;
font-weight:500;
border-color:#273890;
}

.sub-content{
width:96%;
max-width:1280px;
margin:0 auto;
padding:100px 0 80px;
box-sizing:border-box;
}

/*1-1회사소개*/
.s11-top{
background:url(img/img11.jpg);
background-size:cover;
background-position:50%;
padding:60px 0 50px;
text-align:center;
color:#fff;
font-size:26px;
font-weight:600;
text-shadow: 0px 0px 5px rgba(0,0,0,0.9);
}

.s11-top.s11-top12{
background-image:url(img/img12.jpg);
}

.s11-top img{
width:80%;
max-width:160px;
margin-bottom:10px;
}

.sc11{
display:flex;
align-content: center;
align-items: flex-end;
}
.sc11-left{
flex-grow: 1;
padding-right:70px;
}
.sc11-right{
flex-shrink: 0;
width: 450px;
}
.sc11-right img{
width:100%;
}

.s11-text{
word-break:keep-all;
}

.s11-t1{
font-size:28px;
color:#103c7e;
font-weight:600;
}
.s11-t1:after{
display:block;
content:"";
width:70px;
height:3px;
background:#103c7e;
margin:40px 0;
}

.s11-t3{
font-size:32px;
font-weight:600;
margin-bottom:20px;
}

.s11-t2{
font-size:20px;
font-weight:300;
line-height:1.6;
}

.s11-t2 p{
margin-top:15px;
}

.ceo{
font-size: 1.25em;
color: #222;
line-height: 1.7;
display:block;
margin-top:40px;
}

.ceo strong{
display: inline-block;
font-size: 1.5em;
font-weight: bold;
margin-left: 10px;
}

.s12-top{
position:relative;
}
.s12-top img{
width:100%;
}
.s12-top p{
position:absolute;
width:100%;
height:100%;
display:flex;
justify-content: center;
align-items: center; 
z-index:22;
top:0;
box-sizing:border-box;
color:#fff;
padding:0 50px;
text-align:Center;
font-weight:600;
text-shadow: 1px 1px 15px rgba(0,0,0,0.8);
font-size:28px;
}
.s12-top p strong{

}


.s12{
display:flex;
flex-wrap:wrap;
border-top:2px #222 solid;
margin-top:20px;
}

.s12 dl{
flex:1 1 50%;
display:flex;
align-items: center; 
align-items: stretch;
}
.s12 dl dt{
  flex-shrink: 0;
width:200px;
text-align:center;
padding:15px;
box-sizing:border-box;
background:#1c4ea2;
color:#fff;
border-bottom:1px rgba(255,255,255,0.4) solid;
}
.s12 dl dd{
flex-grow: 1;
border-bottom:1px #ddd solid;
padding:15px;
}

.sub-table1{
width:100%;
table-layout:fixed;
}
.sub-table1 thead th{
color:#fff;
background:#363846;
padding:15px;
border-left:1px rgba(255,255,255,0.2) solid;
font-weight:600;
}
.sub-table1 tbody td{
border:1px #ddd solid;
padding:10px;
}
.sub-table1 tbody tr:first-child td{
border-top-width:0;
}

.tb-center tbody td{
text-align:center;
}


.s14{
display:flex;
gap:2%;
flex-wrap:wrap;
}
.s14 li{
width:23.5%;
box-sizing:border-box;
border:1px #ddd solid;
padding:10px;
text-align:center;
margin-bottom:25px;
}
.s14 li img{
width:100%;
}
.s14-txt{
padding-top:20px;
font-weight:500;
}

.sub-tab{
text-align:center;
margin-bottom:50px;
display:flex;
justify-content: center;
}
.sub-tab li{
font-size:1.125em;
color:#777;
padding:10px 50px;
cursor:pointer;
line-height:50px;
border:1px #ddd solid;
border-left-width:0;
    transition: .3s;
}
.sub-tab li:hover{
color:#273890;
background:#eee;
font-weight:600;
}
.sub-tab li:first-child{
border-left-width:1px;
}

.sub-tab li.current{
background:#273890;
font-weight:700;
color:#fff;
border-color:#273890;
}

.sub-tab-box{
display:none;
    transition: .3s;
}
.sub-tab-box.current{
display:block;
}
.sub-img1{
text-align:center;
}
.sub-img1 img{
width:100%;
max-width:1000px;
}

.si1-1{
border:1px #ddd solid;
border-radius:10px;
padding:20px;
}


.info {position:relative; margin:40px 0 0; display:flex;align-items: center; margin-bottom:50px;}
.info p{font-size:1.125em; color:#222; font-weight:600; line-height:1.8;}
.info > span {display:inline-block; color:#666; margin-left:30px; line-height:1.8; font-size:1.05em;}
.info > span i{
margin-right:3px;
}
.s21-ul1{

}
.s21-ul1 li{
border:1px #ddd solid;
border-left:5px #273890 solid;
padding:25px;
box-sizing:border-box;
word-break:keep-all;
font-size:1.125em;
margin-bottom:10px;
}
.s21-ul1 li:nth-child(even){
background:#eee;
}
.s21-ul1 li span{
display:block;
font-size:0.85em;
color:#666;
}

.s21-box1{
background:#273890;
padding:35px;

text-align:center;
color:#fff;
}
.s21-box1 dl{
display:flex;
justify-content: center;
align-items: center;
}

.s21-box1 dl dt{
font-weight:700;
font-size:1.125em;
margin-right:20px;
}

.s21-box1 dl dd span{
display:inline-block;
background:#fff;
border-radius:999px;
color:#273890;
padding:5px 30px;
}
.ma70{
margin-top:70px;
}
.su-border-top{
border-top:1px #ddd dashed;
padding-top:50px;
}
.sc-tit1{
font-weight:700;
font-size:30px;
}
.su2-v {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 50%;
}
 
.su2-v iframe {
  z-index: 1;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.s21-ul2{
display:flex;
gap:2%;
margin-top:20px;
}
.s21-ul2 li{
width:49%;
box-sizing:border-box;
border:1px #ddd solid;
}
.su2-txt{
background:#eee;
padding:15px;
}
.su2-t1{
font-weight:600;
font-size:1.125em;
}
.s21-p1{
text-align:center;
margin-top:30px;
font-weight:600;
font-size:1.25em;
color:#273890;
}

.s21-ul3{
display:flex;
gap:2%;
margin-top:20px;
flex-wrap:wrap;
}

.s21-ul3 li{
width:23.5%;
box-sizing:border-box;

}

.su3-img img{
width:100%;
}

.su3-txt{
padding:10px;
box-sizing: border-box;
color:#666;
text-align:center;
}





