﻿@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

body, html {
    font-family: 'Malgun Gothic';
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: #4b4b4b;
    width: 100%;
    height: 100%;
    font-size:0.95em;
}

a {
    text-decoration: none;
    color: #4b4b4b;
}

li {
    list-style: none;
}
/*****************************header*****************************/
.header {
    width: 100%;
    position: absolute;
    height: 6vw;
    z-index: 999999;
}
.header .tx a {font-size:1.0vw;color:#1e1e1e;}
.header .tx li a {font-size:0.9vw;}
.header2 .tx a {font-size:1.0vw;color:#1e1e1e;}
.header2 .tx li a {font-size:0.9vw;}
.navigation {
    display:none;
}

    .header h1 {
        float: left;
        width: 17vw;
        margin-left: 10%;
        margin-top:1vw;
    }
        .header h1 img {
            width:90%;
        }

    .header > ul {
        height: 86px;
        margin-left: 28%;
        margin-top: 1vw;
    }

        .header > ul li {
            float: left;
            margin-left: 5%;
            margin-top:1.5vw;
        }
        

.headerfx {
    position: fixed;
    background-color: white;
    transition: 0.4s;
    border-bottom: 3px solid #3581bc;
    box-sizing: border-box;
    z-index: 9999999;
}

.header > ul li a {
    position: relative;
    overflow: hidden;
    display: inline-block;
    font-size: 0.9vw;
    font-weight:900;
}


    .header > ul li a:hover, .header ul li a:focus {
        color: #3581bc;
    }
.header ul ul li {
    float:left;
    z-index:9999999;
    margin:0;
    padding:0;
    margin-right:1em;
    margin-left:0;
    
}
.header ul ul {
    position:absolute;
    top:4vw;
    padding:0;
}
    .header ul ul li a {
        font-size:0.8vw;
        font-weight:100;
    }
.header ul ul {
    margin-top:0;
    opacity:0;
    visibility:hidden;
    transition : .2s ease-in-out;
transform : translateY (-20px);
}
.header ul li a:hover > ul {
    visibility:visible;
    opacity:1;
    transform : translateY (0);
}
    .header ul li:nth-child(3) ul {
        margin-left:-15em;
    }
    .header ul ul {
	visibility: hidden;
	opacity: 0;
	transition: .2s ease-in-out;
	transform: translateY(-20px);
}
.header ul li:hover > ul {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}
/******************************header***********************************/
.header2 {
    width: 100%;
    background-color: white;
     height: 6vw;
    overflow: hidden;
    border-bottom: 3px solid #3581bc;
    box-sizing: border-box;
    position: fixed;
    z-index:999;
}

      .header2 h1 {
        float: left;
        width: 17vw;
        margin-left: 10%;
        margin-top:1vw;
    }
        .header2 h1 img {
            width:90%;
        }

    .header2 > ul {
        height: 86px;
        margin-left: 28%;
        margin-top: 1vw;
    }

        .header2 > ul li {
            float: left;
            margin-left: 5%;
            margin-top:1.5vw;
        }
        

.headerfx {
    position: fixed;
    background-color: white;
    transition: 0.4s;
    border-bottom: 3px solid #3581bc;
    box-sizing: border-box;
    z-index: 9999999;
}

.header2 > ul li a {
    position: relative;
    overflow: hidden;
    display: inline-block;
    font-size: 0.9vw;
    font-weight:900;
}


    .header2 > ul li a:hover, .header2 ul li a:focus {
        color: #3581bc;
    }
.header2 ul ul li {
    float:left;
    z-index:9999999;
    margin:0;
    padding:0;
    margin-right:1em;
    margin-left:0;
    
}
.header2 ul ul {
    position:absolute;
    top:4vw;
    padding:0;
}
    .header2 ul ul li a {
        font-size:0.8vw;
        font-weight:100;
    }
.header2 ul ul {
    margin-top:0;
    opacity:0;
    visibility:hidden;
    transition : .2s ease-in-out;
transform : translateY (-20px);
}
.header2 ul li a:hover > ul {
    visibility:visible;
    opacity:1;
    transform : translateY (0);
}
    .header2 ul li:nth-child(3) ul {
        margin-left:-15em;
    }
    .header2 ul ul {
	visibility: hidden;
	opacity: 0;
	transition: .2s ease-in-out;
	transform: translateY(-20px);
}
.header2 ul li:hover > ul {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}
/********************************footer*********************************/
#footer div:first-child {
    width: 55px;
    height: 43px;
    margin: 0 auto;
}

#footer {
    width: 100%;
    height: 210px;
}

#footer1 {
    width: 100%;
    height: 7px;
    background-color: #3983bd;
}

#footer2 {
    width: 16vw;
    height: 64px;
    margin: 0 auto;
    margin-top: 40px;
}
    #footer2 img {
        width:80%;
    }

#footer p {
    color: #787878;
    text-align: center;
    font-size:0.8vw;
}
/****************************main*********************************/
#main {
    width: 100%;
    overflow: hidden;
}

#com {
    width: 100%;
    overflow: hidden;
}

#pro {
    width: 100%;
    overflow: hidden;
}

/*******************************슬라이드**********************************/
#main {
    width: 100%;
    height: 45vw;
    position: relative;
}

.cycle-slideshow {
    width: 100%;
    margin: 10px auto;
    padding: 0;
    position: absolute;
    background: url(http://malsup.github.com/images/spinner.gif) 50% 50% no-repeat;
    margin-top: 0;
    margin-bottom: 0;
    
}

    .cycle-slideshow div {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 0;
        display: block;
    }

        .cycle-slideshow div img {
            position: absolute;
            top: 0;
            width:100%;
        }

        .cycle-slideshow div h2 {
            font-size: 2.5vw;
            color: #3581bc;
            margin-top:7em;
            position: absolute;
            z-index: 900;
            margin-left: 10%;
            font-weight: 400;
        }

        .cycle-slideshow div p {
            font-size: 1vw;
            margin-top: 22em;
            position: absolute;
            z-index: 900;
            margin-left: 10%;
            font-weight: 100;
        }

    .cycle-slideshow img:first-child {
        position: static;
        z-index: 100;
    }

/* pager */
.cycle-pager {
    text-align: center;
    z-index: 999;
    position: absolute;
    top: 22vw;
    overflow: hidden;
    margin-left:10%;
  
}

    .cycle-pager span {
        font-family: arial;
        font-size: 50px;
        width: 16px;
        height: 16px;
        display: inline-block;
        color: #aaaaaa;
        cursor: pointer;
        margin-left: 5px;
    }

        .cycle-pager span.cycle-pager-active {
            color: #3581bc;
        }

    .cycle-pager > * {
        cursor: pointer;
        margin-top: 70%;
    }


/* caption */
.cycle-caption {
    position: absolute;
    color: white;
    bottom: 15px;
    right: 15px;
    z-index: 700;
}


/* overlay */
.cycle-overlay {
    font-family: tahoma, arial;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 600;
    background: black;
    color: white;
    padding: 15px;
    opacity: .5;
}


/* prev / next links */
.cycle-prev, .cycle-next {
    position: absolute;
    top: 0;
    width: 30%;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 800;
    height: 100%;
    cursor: pointer;
}

.cycle-prev {
    left: 0;
    background: url(http://malsup.github.com/images/left.png) 50% 50% no-repeat;
}

.cycle-next {
    right: 0;
    background: url(http://malsup.github.com/images/right.png) 50% 50% no-repeat;
}

    .cycle-prev:hover, .cycle-next:hover {
        opacity: .7;
        filter: alpha(opacity=70);
    }

.disabled {
    opacity: .5;
    filter: alpha(opacity=50);
}


/* display paused text on top of paused slideshow */
.cycle-paused:after {
    content: 'Paused';
    color: white;
    background: black;
    padding: 10px;
    z-index: 500;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 10px;
    opacity: .5;
    filter: alpha(opacity=50);
}

.slider_bt {
    position: absolute;
    z-index: 1000;
    bottom: 1vw;
    width:2.5vw;
    height: 5vw;
    left: 49%;
}
    .slider_bt img {
        width:100%;
    }

    .slider_bt:hover {
        opacity: 0.8;
    }

/* 
    media queries 
    some style overrides to make things more pleasant on mobile devices
*/
/**********************************main2**************************************/
#main2 {
    width: 100%;
    background-image: url(../image/bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 40vw;
    margin-bottom:20px;
}

    #main2 h2 {
        text-align: center;
        font-weight: 600;
        margin: 0 auto;
        margin-top: 5em;
        font-size: 1.8vw;
        letter-spacing: 8px;
        opacity: 0;
    }

        #main2 h2 a {
            color: #3581bc;
        }

    #main2 > p {
        text-align: center;
        font-size: 1.1vw;
        color: #616161;
        margin-top: 70px;
        opacity: 0;
    }

    #main2 ul li {
        float: left;
        width: 50%;
    }

        #main2 ul li:nth-child(1) {
            margin-top: 30px;
            opacity: 0;
        }
            #main2 ul li:nth-child(1) img {
                width:90%;
            }
    #main2 ul {
        width: 60%;
        margin: 0 auto;
        margin-top: 2vw;
    }

        #main2 ul li p {
            margin-top:0;
            margin-left: 5%;
            opacity: 0;
            font-size:1vw;
        }

        #main2 ul li a {
            font-size: 4vw;
            font-weight: 900;
            color: #3581bc;
            margin-left: 80%;
            z-index: 100;
            text-shadow: 1px 50px 10px #b9cedf;
            
        }

            #main2 ul li a:hover {
                margin-left: 82%;
                transition: 0.6s;
            }
/************************main3****************************/
#main3 {
    width: 100%;
    height: 705px;
    background-image: url(../image/main3bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
}

    #main3 h2 {
        text-align: center;
        font-weight: 600;
        margin: 0 auto;
        padding-top: 95px;
        font-size: 1.8vw;
    }

        #main3 h2 a {
            color: #3581bc;
        }

    #main3 > p {
        text-align: center;
        font-size: 1.1vw;
        color: #616161;
        margin-top: 45px;
    }

#main3_1 {
    width: 60%;
    margin: 0 auto;
    margin-top: 65px;
}
/***************************event*************************/
figure.snip1283 {
    color: #fff;
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    width: 45%;
    color: white;
    text-align: left;
    background-color: #4aafff;
    font-size: 1vw;
    -webkit-perspective: 50em;
    perspective: 50em;
    display: flex;
}

.snip1283 {
    -webkit-box-shadow: 1px 1px 8px 1px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 8px 1px rgba(0,0,0,0.3);
}

figure.snip1283 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

figure.snip1283 img {
    opacity: 1;
    width: 100%;
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    height: 100%;
}

figure.snip1283 figcaption {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    z-index: 1;
    opacity: 0;
    padding: 20px 30px;
}

figure.snip1283 h3,
figure.snip1283 p {
    line-height: 1.5em;
}

figure.snip1283 h3 {
    margin: 0;
    font-weight: 800;
    text-transform: uppercase;
}

figure.snip1283 p {
    font-size: 0.8em;
    font-weight: 500;
    margin: 0 0 15px;
}

figure.snip1283 .read-more {
    border: 2px solid #ffffff;
    padding: 0.5em 1em;
    font-size: 0.8em;
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
}

    figure.snip1283 .read-more:hover {
        background-color: #ffffff;
        color: #000000;
    }

figure.snip1283:hover img,
figure.snip1283.hover img {
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    opacity: 0;
}

figure.snip1283:hover figcaption,
figure.snip1283.hover figcaption {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

figcaption ul li a {
    color: white;
}

    figcaption ul li a:hover {
        border-bottom: 1px solid white;
    }

figcaption ul {
    margin-top: 20px;
}

figcaption {
    margin-top: 10px;
}
/**********************************반응형 메뉴***********************************/

hr {
    display: block;
    -webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.5em;
    -webkit-margin-start: auto;
    -webkit-margin-end: auto;
    border-style: inset;
    border-width: 1px;
    width: 80px;
}

/*Burger-Menu*/
.menu span:before, .menu span:after {
    position: absolute;
    content: '';
}

.menu span, .menu span:before, .menu span:after {
    width: 30px;
    height: 6px;
    background-color: #3581bc;
    display: block;
}

    .menu span:before {
        margin-top: -12px;
    }

    .menu span:after {
        margin-top: 12px;
    }

/*Fake-Trigger*/
#sized {
    width: 60px;
    height: 50px;
    color: transparent;
    background-color: transparent;
    border: transparent;
    position: absolute;
    right: 0;
    margin-top: 30px;
    cursor: pointer;
}

/*Modal-Box*/
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding: 0.5%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    width: 100%;
    height: 98vh;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    background-color: #3581bc;
}

.modal-header {
    padding: 2px 16px;
    background-color: #3581bc;
    border-bottom: none;
    height: 35vh;
}

.modal-footer hr {
    margin-top: 20vh;
}

.modal-footer > p {
    color: #8cb8d9;
    text-align: center;
    margin-top: 10px;
}

.close {
    color: #a8d9ff;
    float: left;
    font-size: 5em;
    font-weight: bold;
    opacity: 1;
    margin-top: 10px;
    right: 2%;
    position: absolute;
}

    .close:hover,
    .close:focus {
        color: white;
        text-decoration: none;
        cursor: pointer;
    }

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.animated {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


/*Navigation Inner Styling*/

.nav ul li a:hover {
    text-decoration: none;
    color: #d0e1ef;
}

.nav ul:nth-child(2) li a {
    font-size: 1em;
}

.nav ul:nth-child(2) li {
    font-size: 1em;
}

.nav ul:nth-child(2) {
    margin-top: 20px;
}

.nav ul li a {
    padding: 1em;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 3vw;
    letter-spacing: -0.05em;
}

.nav ul li {
    display: inline-block;
    font-size: 3em;
}

.nav ul {
    clear: both;
    width: 100%;
    text-align: center;
}
/*Landscape-Phone Downwards*/
@media (max-width: 480px) {

    .nav ul li {
        display: block;
        height: 38px;
    }

    .nav ul {
        clear: both;
        width: 100%;
        text-align: center;
        padding: 0;
    }

        .nav ul li a {
            padding: 0;
            text-transform: uppercase;
            font-weight: 700;
            font-size: 10vw;
            letter-spacing: -0.05em;
        }
}
/***********************************company*******************************************/
#sub {
    width:80%;
    margin:0 auto;
    margin-top:4vw;
}
#title {
    width:100%;
    height:18vw;
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    position:relative;
}
    #title h2 {
        text-align:center;
        color:white;
        padding-top:10em;
        font-weight:200;
        font-size:1vw;
    }
    #title > div {
        width:100%;
        height:3vw;
        background-color:rgba(255,255,255,0.6);
        position:absolute;
        bottom:0;
    }
        #title > div ul li {
            float:left;
            margin-left:1.5em;
            line-height:3vw;
            font-size:0.8vw;
            text-transform:uppercase;
        }
        #title > div ul {
            right:8%;
            position:absolute;
        }
.snb {
    width:22%;
    background-color:white;
    border-radius:10px;
    border:2px solid #4289c0;
float:left;
padding:2%;
position:relative;
 box-sizing:border-box;
}
    .snb ul li a {
        font-size:0.95vw;
        font-weight:400;
        text-transform:uppercase;
    }
    .snb ul li {
        width:95%;
        margin:0 auto;
        line-height:3vw;
        padding:1%;
        border-bottom:1px dotted gray;
        float:none;
    }
    .snb ul ul ul li a {
        font-size:0.95em;
    }
    .snb2 ul ul ul li a {
        font-size:0.95em;
    }
    .snb ul ul li a {
        font-size:1.0em;
    }
    .snb ul ul {display:none;
    }
        .snb ul ul ul {
            display:none;
        }
    .snb_title{
        font-size:1.2vw;
        padding:1%;
        height:60px;
        margin:0 auto;
        padding-top:30px;
    }
    .snb > li b{
        color:#3581bc;
    }
.snb ul li:first-child {
    margin-top:1vw;
}
#contents{
    width:67%;
    margin-left:28%;
}
#contents > h2 {
        font-size:1.5vw;
        font-weight:200;
        margin-top:10px;
        text-transform:uppercase;
    }
#contents nav {
    width:4vw;
    height:2px;
    background-color:#3581bc;
}
    #contents h3 {
        font-size:1vw;
        margin-top:1em;
        font-weight:100;
      
    }
.contents {
    width:100%;
    margin-bottom:100px;
}
#about {
    width:100%;
    height:auto;
    margin-bottom:10vw;
}
#about > h3 {
    font-size:1.4vw;
    color:#3581bc;
    font-weight:100;
    margin-top:2vw;
    position:relative;
}
#about > div {
    width:100%;
    height:auto;
    margin:0 auto;
    margin-top:2vw;
}
    #about img {
        width:100%;
    }
    #about > p {
        width:86%;
        margin:0 auto;
        margin-top:3vw;
        font-size:1vw;
    }
        #about > p a {
            color:#3581bc;
        }
#about > .sn {width:14vw;position:absolute;right:20%;}
        /**************snb2************************/
        .snb2 {
   width:22%;
    background-color:white;
    border-radius:10px;
    border:2px solid #4289c0;
float:left;
padding:2%;
position:relative;
 box-sizing:border-box;
}
    .snb2 ul li a {
        font-size:1.0vw;
        font-weight:400;
        text-transform:uppercase;
    }
    .snb2 ul li {
        width:90%;
        margin:0 auto;
        line-height:4vw;
        border-bottom:1px dotted gray;
        padding-bottom:1%;
    }
        .snb2 ul li a:hover > b {
           transform: rotate(40deg);
            transition:0.2s;
        }
            .snb2 li ul li ul li {
                border:none;
            }
    .snb2 ul ul ul li a {
        font-size:0.9vw;
        text-transform:capitalize;
    }
    .snb2 ul ul li a {
        font-size:0.95vw;
    }
    .snb2 ul ul {display:none;
    }
        .snb2 > li b{
        color:#3581bc;
    }
.snb2 ul li:first-child {
    margin-top:1vw;
}
.snb li a:hover {
    color:#3581bc;
}
.snb2 li a:hover {
    color:#3581bc;
}
.snb2 li ul li {
    line-height:2vw;
}

/************************SUBBT***********************************/

.subbt {
    width:50px;
    height:50px;
    position:absolute;
    right:20px;top:30px;
    display:none;
}
         .line{
  width: 40px;
  height: 5px;
  background-color: #3581bc;
  display: block;
  margin: 7px auto;  
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.subbt:hover{
  cursor: pointer;
}

/* ONE */

#subbt-1.is-active .line:nth-child(2){
  opacity: 0;
}

#subbt-1.is-active .line:nth-child(1){
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}

#subbt-1.is-active .line:nth-child(3){
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}

/*end*/

@media only screen and (max-width: 1200px), only screen and (max-device-width: 1200px) {
    #sub {
        width:100%;
        margin-top:0;
        z-index:900;
    }
    .snb {
        width:100%;
        top:0;
        box-shadow:none;
        padding:0;
        padding-top:30px;
        height:90px;
        float:none;
    }
        .snb ul {
            display:none;
            position:relative;
    background-color:white;
    z-index:900;
            padding:0;
        }
.snb ul li {
    width:100%;
    border-bottom:1px dotted #4b4b4b;
    padding:0;
    height:90px;
    line-height:90px;
    text-align:center;
}
    .snb ul li:nth-child(1) {
        border-top:2px solid #3581bc;
    }
            .snb ul li a {
                font-size:1.5em;
            }
        
    .subbt {
        display:block;
        right:2%;
    }
    .snb_title {
        font-size:2em;
    }
    #contents {
        width:100%;
        margin-left:0;
        text-align:center;
        margin-top:100px;
    }
        #contents nav {
            margin:0 auto;
        }
    #about {
        width:100%;
    }
    .snb2 {
        width:100%;
        top:0;
        box-shadow:none;
        padding:0;
        padding-top:30px;
        height:90px;
        float:none;
    }
        .snb2 ul {
            display:none;
            position:relative;
    background-color:white;
    z-index:900;
            padding:0;
        }
            .snb2 ul ul{
                display:block;
            }
.snb2 ul li {
    width:100%;
    padding:0;
    line-height:90px;
    text-align:center;
}
    .snb2 > li:nth-child(1) {
        border-bottom:2px solid #3581bc;
        height:60px;
    }
            .snb2 ul li a {
                font-size:1.5em;
            }
    #contents h3 {
        font-size:0.95em;
    }
    #about > .sn {width:20vw;position:absolute;right:10%;}
}
@media only screen and (max-width:640px), only screen and (max-device-width:640px) {
    #about > div {
        width:100%;
        height:auto
    }
        #about img {
            width:100%;
        }
        .snb ul li {
    width:100%;
    border-bottom:1px dotted #4b4b4b;
    padding:0;
    height:100px;
    line-height:100px;
    font-size:2em;
    text-align:center;
}
        .snb2 ul li {
    width:100%;
    padding:0;
    font-size:1.5em;
    text-align:center;
}
        .snb2 li ul > li {
    width:100%;
    padding:0;
    line-height:2em;
    font-size:2em;
    text-align:center;
}
    .snb2 li ul ul li {
        font-size:1em;
        line-height:normal;
    }
}  
/******************************************************************************/
/********CI*********************/
#ci { 
    width:65%;
    height:auto;
    margin:0 auto;
    margin-top:2em;
    margin-bottom:10em;
}
    #ci img {
        width:100%;
    }
@media only screen and (max-width:640px), only screen and (max-device-width:640px) {
    #ci {width:100%;  
         height:auto;     
    }
        #ci img {
            width:100%;
            height:auto;
        }
}
/*********************contact******************************/
#contact {
    width:100%;
    margin-top:40px;
}

 *, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.blob-btn {
  z-index: 1;
  position: relative;
  padding: 1em 2em;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #3a85bf;
  font-size: 1vw;
  background-color: transparent;
  outline: none;
  border: none;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  cursor: pointer;
  border-radius:5px;
  font-family:'Malgun Gothic';
}
.blob-btn:before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #3a85bf;
}
.blob-btn:hover {
  color: white;
}
.blob-btn__inner {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.blob-btn__blob {
  position: absolute;
  top: 6px;
  width: 25%;
  height: 100%;
  background: #3a85bf;
  border-radius: 100%;
  -webkit-transform: translate3d(0, 150%, 0) scale(1.7);
          transform: translate3d(0, 150%, 0) scale(1.7);
  -webkit-transition: -webkit-transform 0.45s;
  transition: -webkit-transform 0.45s;
  transition: transform 0.45s;
  transition: transform 0.45s, -webkit-transform 0.45s;
}
.blob-btn__blob:nth-child(1) {
  left: 0%;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.blob-btn__blob:nth-child(2) {
  left: 30%;
  -webkit-transition-delay: 0.08s;
          transition-delay: 0.08s;
}
.blob-btn__blob:nth-child(3) {
  left: 60%;
  -webkit-transition-delay: 0.16s;
          transition-delay: 0.16s;
}
.blob-btn__blob:nth-child(4) {
  left: 90%;
  -webkit-transition-delay: 0.24s;
          transition-delay: 0.24s;
}
.blob-btn:hover .blob-btn__blob {
  -webkit-transform: translateZ(0) scale(1.7);
          transform: translateZ(0) scale(1.7);
}
/*********3**********/
.blob-btn3 {
  z-index: 1;
  position: relative;
  padding: 10px 46px;
  margin-bottom: 30px;
  text-align: center;
  color: #4b4b4b;
  font-size: 0.95em;
  background-color: transparent;
  outline: none;
  border: none;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  cursor: pointer;
  border-radius:5px;
  font-family:'Malgun Gothic';
  margin-left:85%;
}
.blob-btn3:before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #4b4b4b;
}
.blob-btn3:hover {
  color: white;
}
.blob-btn3:hover .blob-btn__blob {
  -webkit-transform: translateZ(0) scale(1.7);
          transform: translateZ(0) scale(1.7);
}
.conbt {
    width:60%;
    height:200px;
    text-align:right;
    margin-left:40%;
    margin-top:20px;
}
    .conbt li div {
       float:right;
    }
    .conbt li {
        font-size:0.9vw;
    }
#contact2, #contact3 {
    display:none;
}
@media only screen and (max-width: 1200px), only screen and (max-device-width: 1200px) {
    #contact1 iframe , #contact2 iframe , #contact3 iframe {
        height:800px;
    }
      .conbt li {
        font-size:1.3em;
    }
    .snb2 ul ul li a {
        font-size:2em;
    }
    .navigation {
    display:block;
}

}
@media only screen and (max-width:640px), only screen and (max-device-width:640px) {
    .conbt li {
        text-align:center;
        font-size:1.5em;
        margin-top:10px;
    }
        .conbt li div {
            float:none;
        }
        .conbt li img {
            width:6%;
        }
    .conbt {
        width:100%;
        margin:0 auto;
        margin-bottom:100px;
    }
}


/*----------------- contact us 작업(21.05.13) ------------------*/

.road{overflow:hidden; text-align:right; margin:20px 0 90px;}
.road li{width:100%; float:left; font-size:1.17em !important; line-height:210%;}
.road li span.road_icon01{background:url("../company/image/icon1.png") 0 2px no-repeat; padding-left:25px; display:inline-block;}
.road li span.road_icon02{background:url("../company/image/icon2.png") 0 2px no-repeat; padding-left:35px; display:inline-block;}
.road li span.road_icon03{background:url("../company/image/icon3.png") 0 2px no-repeat; padding-left:32px; display:inline-block;}

@media (max-width:991px){
.road{text-align:center;}
.road li{height:75px;}
.road li span.road_icon01{background:url("../company/image/icon1.png") center 0 no-repeat; padding:25px 0 20px 0;}
.road li span.road_icon02{background:url("../company/image/icon2.png") center 0 no-repeat; padding:27px 0 25px 0;}
.road li span.road_icon03{background:url("../company/image/icon3.png") center 0 no-repeat; padding:28px 0 25px 0;}
}

@media (max-width:767px){
.road{margin:20px 0 50px;}
.road li{line-height:150%;}
.road li span.road_icon01,.road li span.road_icon02,.road li span.road_icon03{padding:30px 0 20px 0;}
}

@media (max-width:575px){
.road{margin:20px 0 30px;}
}

/*-----------------// contact us ------------------*/


/***********R&D*******************/
#rd {
    margin:0 auto;    
    margin-top:2em;
    margin-bottom:1em;
}
    #rd > img {
        width:100%;
    }
    #rd > h2 {
        font-size:1.4vw;
        font-weight:100;
        margin-bottom:2em;
    }
    #rd > p {
        width:88%;
        margin-top:1em;
        font-size:1vw;
    }
        #rd > p b {
            color:#3581bc;
        }
#rdsub {
    font-size:1vw;
    margin-top:3em;
    height:1000px;
    margin-bottom:3em;
}
    #rdsub p b {
        color:#3581bc;
    }
    /***************R&D 버튼******************/
#rdsub1 {
    width:100%;
    height:700px;
    margin-bottom:100px;
}
.rdsub_1 {
    width:29%;
    max-height:300px;
    min-height:initial;
    overflow:hidden;
    float:left;
    margin-left:20px;
    margin-top:20px;
    -webkit-box-shadow: 1px 1px 8px 1px rgba(0,0,0,0.3);
box-shadow: 1px 1px 8px 1px rgba(0,0,0,0.3);
}
            .snip1361 {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  width: 100%;
  color: #141414;
  text-align: left;
  line-height: 1.4em;
  font-size: 1vw;
}
.snip1361 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1361 img {
  max-width: 100%;
  vertical-align: top;
}
.snip1361 figcaption {
  position: absolute;
  top: calc(83%);
  width: 100%;
  background-color: #ffffff;
  padding: 15px 25px 65px;
  text-align:center;
}
.snip1361 figcaption:before {
  position: absolute;
  content: '';
  z-index: 2;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: -webkit-linear-gradient(top, transparent 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
}
                .snip1361 h3 {
                    text-align:center;
                    margin-bottom:10px;
                }
.snip1361 p {
  margin: 0 0 10px;
}
.snip1361 p {
  font-size: 0.8vw;
  letter-spacing: 1px;
  opacity: 0.9;
}
.snip1361 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.snip1361:hover figcaption,
.snip1361.hover figcaption {
  top:6vw;
}
#rdsub1 {
    width:100%;
    margin-top:40px;
}
/****end*************/

/*********************************************************************/
@media only screen and (max-width: 1200px), only screen and (max-device-width: 1200px) {
    #rd > img {
        width:100%;
    }
    .rdsub_1 {
        width:30%;
       max-height:400px;
    min-height:initial;
    }
    #rdsub1 {
        width:93%;
        margin:0 auto;
    }
        .snip1361 > img {
            width:100%;
        }
    #rdsub {
        height:1200px;
        margin-bottom:300px;
    }
    #main2 h2 {
        font-size:3vw;
    }
    #main2 > p {
        font-size:2vw;
    }
    #main3 h2 {
        font-size:3vw;
    }
    #main3 > p {
        font-size:2vw;
    }
    #main2 ul li p {
        font-size:1.5vw;
    }
    .snip1361 p {
  font-size: 1.5em;
  letter-spacing: 1px;
  opacity: 0.9;
}
.snip1361:hover figcaption,
.snip1361.hover figcaption {
  top:63%;
}
}
@media only screen and (max-width:1024px), only screen and (max-device-width:1024px) {
     .rdsub_1 {
        width:45%;
        height:auto;
    }
    #rdsub1 {
        width:93%;
        margin:0 auto;
    }
        .snip1361 > img {
            width:100%;
        }


}
@media only screen and (max-width:640px), only screen and (max-device-width:640px) {
     .rdsub_1 {
        width:45%;
       max-height:300px;
    min-height:initial;
       
    }
    #rdsub1 {
        width:100%;
        margin:0 auto;
    }
        .snip1361 > img {
            width:100%;
        }
        .snip1361 figcaption {
  position: absolute;
  top:auto;
  bottom:0; 
  width: 100%;
  background-color: #ffffff;
  padding: 15px 25px 65px;
  text-align:center;
}
        .snip1361:hover figcaption,
.snip1361.hover figcaption {
  bottom:0;
  top:auto;
}

}
/**********************PRODUCT**************************************/
#product > p {margin-top:1vw;
              font-size:1.1vw;
              color:#747474;
}
#product1 {
    width:100%;
    position:relative;
}
.product1_1 {
    width:100%;
    margin-top:5vw;
    margin-bottom:5vw;
}
.product1_1 p {
    padding-left:15vw;
    font-size:1vw;
}
/**********2***************/
.blob-btn2 {
  z-index: 1;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #3a85bf;
  font-size: 0.9vw;
  background-color: transparent;
  outline: none;
  border: none;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  cursor: pointer;
  border-radius:5px;
  font-family:'Malgun Gothic';
  width:15em;
  height:4em;
  line-height:1em;
  text-align:center;
  float:left;
   padding: 1em;
}
.blob-btn2:before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #3a85bf;
}
.blob-btn2:hover {
  color: white;
}
.blob-btn2:hover .blob-btn__blob {
  -webkit-transform: translateZ(0) scale(1.7);
          transform: translateZ(0) scale(1.7);
}

@media only screen and (max-width: 1200px), only screen and (max-device-width: 1200px) {
    .blob-btn2 {
        font-size:1em;
    }
}
/*************PRODUCT SLIDER****************/
            #slide { position:relative; width:95%; height:17vw; overflow:hidden;margin-top:3em; }
		#slide img{ position:absolute; top:0; left:0;width:100%;}
              
@media only screen and (max-width: 1200px), only screen and (max-device-width: 1200px) {
           
    #product {
        width:100%;
    }
    .blob-btn2 {
        float:none;
        margin:0;
        padding:0;
    }
    .product1_1 p{
        width:100%;
        margin:0;
        padding:0;
        margin-top:10px;
    }
    #product > p {
        font-size:1em;
    }
    .product1_1 p {
        font-size:1.2em;
    }
    #slide {
        height:30vw;
        margin:0 auto;
        margin-top:5em;
    }

}
@media only screen and (max-width:640px), only screen and (max-device-width:640px) {
    .rolling_panel {
        width:100%;
    }

}

/***************PRODUCT2*********************************/
#product2 {
    margin-top:4vw;
}
#product2 p {
    font-size:1.1vw;
}
    #product2 ul li {
        font-size:1vw;
    }
    #product2 p a {
        color:#4289c0;
    }
    #product2 ul {
        margin-top:2vw;
        margin-left:1vw;
    }
    #product2 div {
        width:100%;
        height:auto;
        margin-bottom:10vw;
        margin-top:4vw;
    }
    #product2 div img {
        width:100%;
        height:auto;
    }
    #product2 h2 {
        font-weight:100;
        color:#3581bc;
        font-size:1.25vw;
    }
    /**************PRODUCT3**********************/
#product3 {
    margin-bottom:20%;
}
#new {
    margin-top:10%;
    margin-bottom:3%;    
    border-bottom:1px solid #4b4b4b;
    width:100%;   
    height:auto
}
    #new ul {
        width:100%;
        height:17em;
    }
    #new ul li {
        width:30%;
        float:left;
        margin-left:1em;
    }
        #new ul li div {
            width:100%;
            height:12em;
            border:1px solid gray;
            box-sizing:border-box;
            text-align:center;
            line-height:12em;
        }
        #new ul li p {
            text-align:center;
            margin-top:1em;
        }
.new_write {
    width:100%;
    height:auto;
    margin-bottom:1em;
}
    .new_write button {
        width:6em;
        border:1px solid gray;
        border-radius:5px;
        height:2em;
        background-color:white;
        margin-left:0.5em;
        cursor:pointer;
    }
        .new_write button:hover {
            background-color:#3581bc;
            transition:0.5s;
            color:white;
        }
.new_write ul li {
    float:left;
    height:2em;
    font-size:1em;
    margin-top:1em;
}
    .new_write ul li input {
        width:12em;
        height:2em;
        border:1px solid gray;
    }
    .new_write ul:nth-child(1) li input, .new_write ul:nth-child(2) li input {
        width:30em;
    }
    .new_write ul li:nth-child(1) {
        width:10em;
    }
.new_write ul {
    width:100%;
    display:inline-block;
    
}
    .new_write textarea {width:42em; margin-top:2em;
    }
.blob-btn3 {
    margin-top: 2em;
    margin-left: 35em;
}
#new_main ul li {
    float:left;
    font-size:0.9vw;
    margin-right:19em;
    line-height:2em;
    margin-left:1em;
}
    #new_main ul li:last-child {
        margin-right:0;
        margin-left:5em;
    }
#new_main ul {
    width:90%;
    height:3em;
    background-color:#e6e6e6;
    border-top:1px solid #4b4b4b;
    border-bottom:1px solid #4b4b4b;
    margin:0 auto;
    margin-top:3em;
}
#new_main div {
    width:90%;
    height:auto;
    border-bottom:2px solid gray;
    padding:1em;
    margin:0 auto;
}
#new_main div img {
    width:100%;
    margin:0 auto;
    height:auto;
}
#new_main button {
    border:1px solid #4b4b4b;
    border-radius:3px;
    cursor:pointer;
    padding:0.5em;
    margin-top:1em;
    background-color:white;
}
#new_main span {
    margin-left:76%;
}

    #new_main button:hover {
        background-color:#3581bc;
        color:white;
        border:none;
        transition:0.5s;
    }
/***********************TECHNOLOGY**********************/
#technology {
    margin-top:4vw;
    position:relative;
}
#technology p a {
        color:#4289c0;
    }
#technology ul {
        margin-top:2vw;
        margin-left:1vw;
        margin-bottom:3vw;
    }
    #technology ul li a {
        color:#3581bc;
    }
    #technology ul li {
        margin-left:1em;
        font-size:1vw;
    }
    #technology ul li:nth-child(1) {
        font-size:1vw;
        margin-bottom:1vw;
        font-weight:900;
        margin-left:0;
    } 
#technology div {
        width:85%;
        height:auto;
        margin-bottom:5vw;
        margin:0 auto;
        margin-top:4vw;
    }
#technology div img {
        width:100%;
        height:auto;
    }
#technology h2 {
        font-weight:100;
        color:#3581bc;
        font-size:1.5em;
    }
    #technology span {
        position:absolute;
        right:0;
        bottom:0;
    }
        #technology span img {
            width:100%;
        }
.tech1 {
    width:40%;
}

    .tech2 {
    width:25%;
}

       .tech3{
    width:45%;
}

      .tech4{
    width:50%;
}

/************************************************************************************/

@media only screen and (max-width: 1200px), only screen and (max-device-width: 1200px) {
    
    #product2 h2 {
        font-size:1.5em;
    }
    .header {
        background-color: white;
        position: fixed;
       height:8em;
    }
    .header2 {
        height:8em;
    }
      .header h1 {
        float: left;
        width: 25vw;
        margin-left: 7%;
        margin-top:1vw;
    }
        .header h1 img {
            width:90%;
        }

         .header2 h1 {
        float: left;
        width: 25vw;
        margin-left: 7%;
        margin-top:1vw;
    }
        .header2 h1 img {
            width:90%;
        }
    #footer2 {
        width:20em;
    }
    #footer p {
        font-size:1em;
    }
     #contents > h2 {
        font-size:2em;
        font-weight:200;
        margin-top:10px;
        text-transform:uppercase;
    }
#about > h3 {
    font-size:1.5em;
    color:#3581bc;
    font-weight:100;
    margin-top:60px;
}
    #about > p {
        width:86%;
        margin:0 auto;
        margin-top:80px;
        font-size:1em;
    }
      #rd > h2 {
        font-size:1.5em;
        font-weight:100;
        margin-bottom:50px;
    }
    #rd > p {
        font-size:1.1em;
    }

    #main2 ul {
        width: 100%;
        margin: 0 auto;
        margin-top: 70px;
    }

        #main2 ul li {
            float: none;
            width: 100%;
        }

            #main2 ul li:nth-child(1) {
                margin-top: 30px;
                width: 50%;
                margin: 0 auto;
                overflow: hidden;
                opacity: 0;
            }

    #main2 {
        height: 1300px;
    }

        #main2 ul li p {
            width: 50%;
            margin: 0 auto;
            opacity: 0;
            margin-top: 0;
        }
    .blob-btn {
        font-size:2vw;
    }
        #main2 ul li a {
            font-size: 5em;
            font-weight: 900;
            color: #3581bc;
            margin-left: 45%;
            z-index: 100;
            text-shadow: 1px 50px 10px #b9cedf;
        }

            #main2 ul li a:hover {
                margin-left: 47%;
            }

    .header > ul , .header2 > ul {
        display: none;
    }

    #main3_1 {
        width: 100%;
    }

    .cycle-pager {
        top:18em;
    }

    .cycle-slideshow div img {
        width: 100%;
    }

    #main {
        width: 100%;
        height: 650px;
    }

    .cycle-slideshow div h2 {
        margin-top:5em;
        font-size:3em;
    }

    .cycle-slideshow div p {
                margin-top: 12em;
                font-size:1.5em;
    }
    
.slider_bt {
    width:3em;
    height:auto;
    left: 49%;
}
    .slider_bt img {
        width:100%;
    }
    #technology span {
        position:relative;
    }
        #technology span img {
            width:50%;
        }

    figure.snip1283 {
    color: #fff;
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    max-width: none;
    width: 45%;
}
    #new_main ul li {
        font-size:1.7vw;
    }
    .new_write {
        width:70%;
        margin:0 auto;
        margin-bottom:3em;
        margin-top:2em;
    }
        .new_write ul li {
            float:none;
            width:100%;
            height:auto;
            margin:0 auto;
            margin-bottom:0.5em;
        }
        .new_write ul {
            width:100%;
            height:auto;
                   }
            .new_write ul li input {
                width:40vw;
                height:3em;
            }
            .new_write ul:nth-child(1) li input, .new_write ul:nth-child(2) li input {
                width:40vw;
            }
    .new_write textarea {
        width:50vw;
         margin-top:2em;
    }
        .new_write > .blob-btn3 {
            margin:0 auto;
        }
        #product2 p {
    font-size:1.5em;
}
    #product2 ul li {
        font-size:1.2em;
    }
      #technology ul li {
        font-size:1.3em;
    }
        #technology ul li:nth-child(1) {
            font-size:1.8em;
        }
    #contents nav {
        width:5em;
    }
    #product > p {
        font-size:1.3em;
    }
   .snb2 ul ul li a {
        font-size:1.5em;
    }
    .snb2 ul li a {
        font-size:2em;
    }
    .snb2 ul li {
        margin-top:2em;
        margin-bottom:2em;
    }
    .snb {
        border:none;
        border-radius:0;
        border-bottom:2px solid #3983bd;
    }
    .snb2 {
        border:none;
        border-radius:0;
        border-bottom:2px solid #3983bd;
    }
}

@media only screen and (max-width:1024px), only screen and (max-device-width:1024px) {
      .header h1 {
        float: left;
        width: 30vw;
        margin-left: 7%;
        margin-top:1vw;
    }
        .header h1 img {
            width:90%;
        }
         .header2 h1 {
        float: left;
        width: 30vw;
        margin-left: 7%;
        margin-top:1vw;
    }
        .header2 h1 img {
            width:90%;
        }
    .nav ul li {
        display: block;
        height: 45px;
        margin-top:20px;
    }
    .nav ul:nth-child(2) {
        width:160px;
        margin:0 auto;
    }
    .nav ul:nth-child(2) li {
        float:left;
        margin-left:10px;
    }

    .nav ul {
        clear: both;
        width: 100%;
        text-align: center;
        padding: 0;
    }

        .nav ul li a {
            padding: 0;
            text-transform: uppercase;
            font-weight: 700;
            font-size: 6vw;
            letter-spacing: -0.05em;
        }

    #main2 ul li:nth-child(1) {
        width: 60%;
        margin: 0 auto;
    }
     #main2 ul li img {
        width: 100%;
        margin: 0 auto;
    }

    .cycle-slideshow div h2 {
    font-size:5vw;
    margin-top:4em;    
    }
    .cycle-slideshow div p {
        margin-top:13em;
        font-size:2vw;
    }
    .cycle-slideshow div img {
        width:100%;
    }
    .cycle-slideshow div {
        width:100%;
        height:auto;
    }
    #main {
    width: 100%;
    height:450px;
    position:relative;
 }
        .cycle-pager {
        top:26vw;
    }
     figure.snip1283 {
    color: #fff;
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    max-width: none;
    width: 95%;
}
        figure.snip1283 img {
            height:300px;
        }
    #main3 {
       height:2500px;
    }
    .slider_bt {
        bottom:2%;
    }
    #main2 {
        height:1400px;
    }
    figure.snip1283 h3,
    figure.snip1283 li a {
        font-size:3vw;
        line-height:1.2em;
    }
      #new_main ul li {
        font-size:1.7vw;
    }
    #new_main span {
        margin:0 auto;
    }
    
}
@media only screen and (max-width:640px), only screen and (max-device-width:640px) {
     #main2 ul li:nth-child(1) {
        width: 100%;
        margin: 0 auto;
    }
       #main3 {
        height:2000px;
    }
    #main2 h2 {
        font-size:3em;
    }
    #main2 > p {
        font-size:1.5em;
    }
     #main3 h2 {
        font-size:3em;
    }
    #main3 > p {
        font-size:1.5em;
    }
         .header h1 {
        float: left;
        width: 50vw;
        margin-left: 7%;
        margin-top:1vw;
    }
        .header h1 img {
            width:90%;
        }
          .header2 h1 {
        float: left;
        width: 50vw;
        margin-left: 7%;
        margin-top:1vw;
    }
        .header2 h1 img {
            width:90%;
        }
    #main2 {
        height:2000px;
    }
        #main2 ul li p {
            width:100%;
            text-align:center;
            font-size:2em;
            line-height:30px;
        }
        .cycle-slideshow div h2 {
            font-size:3em;
            margin-top:6em;
    }
         .cycle-pager {
        top:24em;
    }
    #main {
        height:800px;
    }
    .cycle-slideshow div p {
        font-size:1.5em;
        margin-top:14em;
    }
    .cycle-slideshow div img {
        height:800px;
        width:200%;
        padding-right:100%;
    }
    .cycle-slideshow div {
        width:100%;
        height:800px;
    }
    

    .nav ul li {
        display: block;
        height: 38px;
    }
     .blob-btn {
        font-size:2vw;
        
    }

    .nav ul {
        clear: both;
        width: 100%;
        text-align: center;
        padding: 0;
    }

        .nav ul li a {
            padding: 0;
            text-transform: uppercase;
            font-weight: 700;
            font-size: 6vw;
            letter-spacing: -0.05em;
        }
         figure.snip1283 h3,
    figure.snip1283 li a {
        font-size:3vw;
        line-height:1.2em;
    }
           figure.snip1283 {
    color: #fff;
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    max-width: none;
    width: 95%;
   min-height:90px;
   height:300px;
}
             figure.snip1283 img {
            height:300px;
        }
                #new_main ul li {
        font-size:3.4vw;
       margin-right:5em;
    }
 #about > .sn {width:25vw;}
}
