@charset "UTF-8";

body {
	overflow-x: hidden;
}

#wrepper {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}

.nemoBg {
    height: 70vw;
    background: transparent;
    background-size: cover;
}

.nemoBg.nemoBg1 {
    background: #f2f4f4 url("../../images/nemo_bg1.jpg") no-repeat center;
    background-size: cover;
}

.nemoBg.nemoBg2 {
    background: #f2f4f4 url("../../images/nemo_bg2.jpg") no-repeat center;
    background-size: cover;
}

.nemoBg.nemoBg3 {
    background: #f2f4f4 url("../../images/nemo_bg3.jpg") no-repeat center;
    background-size: cover;
}

.nemoBg.nemoBg4 {
    background: #f2f4f4 url("../../images/nemo_bg4.jpg") no-repeat center;
    background-size: cover;
}

.nemoBg.nemoBg5 {
    background: #f2f4f4 url("../../images/nemo_bg5.jpg") no-repeat center;
    background-size: cover;
}

.nemoBg.nemoBg6 {
    background: #f2f4f4 url("../../images/nemo_bg6.jpg") no-repeat center;
    background-size: cover;
}

.nemoBg.nemoBg7 {
    background: #f2f4f4 url("../../images/nemo_bg7.jpg") no-repeat center;
    background-size: cover;
}

.h2_tit {
    text-align: center;
    margin-bottom: 4vw;
    font-family: 'Open Sans';
    font-weight: 700;
}

@media screen and (min-width:767px) {
    .nemoBg {
        width: 50%;
        height: 60vw;
    }
}

@media screen and (min-width:1240px) {
    .nemoBg {
        height: 48vw;
    }
    
    .h2_tit {
        margin-bottom: 40px;
        font-size: 60px;
    }
}

@media screen and (min-width:1600px) {
    .nemoBg {
    }
}


/* 상단 헤더 */
#header {
    position: relative;
}

#header .topTit {
    padding: 3vw 2vw;
    text-align: center;
}

#header .topTit p {
    font-family: 'Open Sans';
    font-size: 5vw;
    font-weight: 300;
}

#header .topTit h1 {
    width: 60%;
    margin: 2vw auto 0;
}

#header .frontview {
    position: relative;
    margin-top: -50vw;
}

#header .frontview .embed-container {
    position: absolute;
    top: 30vw;
    left: 17vw;
    width: 65vw;
    height: 39vw;
}

#header .wadiz_area {
    position: relative;
    padding: 4vw 2vw;
    background: url("../../images/top_conbg.jpg") no-repeat center;
    background-size: cover;
}

#header .wadiz_area .eng_txt {
    margin: 2vw 0 4vw;
    font-family: 'Open Sans';
    font-size: 3.5vw;
    color: #666;
}

#header .wadiz_area a.wadizgo {
    display: inline-block;
    width: 40vw;
    padding: 2vw 8vw;
    background-color: #1D212A;
    border-radius: 15vw;
}

#header .wadiz_area a.wadizgo.vuemallgo {
	background-color: #42AFFF;
	text-align: center;
    font-family: 'Open Sans';
	font-weight: 700;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

@media screen and (min-width:767px) {
    #header {
        height: 60vw;
    }
    
    #header .topTit {
        width: 50%;
        padding: 6vw 2vw 0;
        text-align: left;
    }

    #header .topTit p {
        font-size: 2.5vw;
    }

    #header .topTit h1 {
        width: 60%;
        margin: 2vw 0 0;
    }
    
    #header .nemo_right {
        position: absolute;
        top: 0;
        right: 0;
    }
    
    #header .frontview {
        position: absolute;
        margin: 0;
        top: 13vw;
        right: -4vw;
        width: 65vw;
        z-index: 1000;
    }
    
    #header .frontview .embed-container {
        top: 20vw;
        left: 12.2vw;
        width: 40.8vw;
        height: 25.5vw;
    }

    #header .wadiz_area {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 50%;
        padding: 3vw 2vw;
        font-size: 2vw;
    }

    #header .wadiz_area .eng_txt {
        margin: 1vw 0 2vw;
        font-size: 1.8vw;
    }
    
    #header .wadiz_area a.wadizgo {
        width: 25vw;
        padding: 1.5vw 5vw;
    }
}

@media screen and (min-width:1240px) {
    #header {
        height: 48vw;
    }
    
    #header .topTit {
        width: 1200px;
        padding: 5vw 650px 0 0;
        margin: 0 auto;
    }

    #header .topTit p {
        font-size: 34px;
    }

    #header .topTit h1 {
        width: 350px;
        margin: 20px 0 0;
        font-size: 0;
    }
    
    #header .frontview {
        top: 3vw;
        right: 3vw;
    }
    
    #header .wadiz_area {
        padding: 30px 0;
        padding-left: calc(50% - 600px);
        font-size: 20px;
    }
    
    #header .wadiz_area .eng_txt {
        font-size: 16px;
    }
    
    #header .wadiz_area a.wadizgo {
        width: 300px;
        height: 70px;
        padding: 18px 85px;
    }
    
    #header .wadiz_area a.wadizgo img {
        height: 34px;
        margin: 0 auto;
    }

	#header .wadiz_area a.wadizgo.vuemallgo {
		line-height: 70px;
		padding: 0;
		font-size: 24px;
	}
}

@media screen and (min-width:1600px) {
    #header .topTit {
        padding-top:10vw;
    }
    
    #header .frontview {
        top: 10vw;
        left: calc(50% - 250px);
        right: auto;
        width: 940px;
    }
    
    #header .frontview .embed-container {
        top: 290px;
        left: 175px;
        width: 590px;
        height: 370px;
    }
}

@media screen and (min-width:1800px) {
    #header .frontview {
        top: 15vw;
    }
}


/* 뷰아이 콘텐츠 */
#vueeyeCon article {
    position: relative;
}

#vueeyeCon .nemo_con {
    position: relative;
    padding: 4vw 2vw 10vw;
    font-size: 3.5vw;
}

#vueeyeCon .nemo_con br {
    display: none;
}

#vueeyeCon .nemo_con h2 {
    margin-bottom: 2vw;
}

#vueeyeCon .nemo_con p {
    line-height: 5vw;
}

#vueeyeCon .nemo_con ul {
    max-width: 400px;
    margin: 4vw auto 0;
}

#vueeyeCon .nemo_con ul li {
    width: 25%;
    margin-bottom: 1.5vw;
    text-align: center;
}

#vueeyeCon .nemo_con ul li em {
    display: block;
}

#vueeyeCon .nemo_con ul li span {
    display: block;
    margin-top: 1vw;
    font-size: 3vw;
}

@media screen and (min-width:767px) {
    #vueeyeCon article {
        height: 60vw;
    }
    
    #vueeyeCon .nemoBg {
        position: absolute;
        top: 0;
    }
    
    #vueeyeCon .vueeye_left .nemoBg {
        left: 0;
    }
    
    #vueeyeCon .vueeye_right .nemoBg {
        right: 0;
    }
    
    #vueeyeCon .nemo_con {
        position: absolute;
        bottom: 0;
        width: 50%;
        font-size: 2vw;
    }
    
    #vueeyeCon .vueeye_left .nemo_con {
        left: 50%;
        text-align: right;
    }
    
    #vueeyeCon .nemo_con h2 {
        margin-bottom: 10px;
    }
    
    #vueeyeCon .nemo_con p {
        line-height: 3vw;
    }
    
    #vueeyeCon .nemo_con h2 br {
        display: block;
    }

    #vueeyeCon .nemo_con ul {
        max-width: 400px;
        margin-top: 2vw;
    }
    
    #vueeyeCon .nemo_con ul li {
        margin-bottom: 5px;
    }
    
    #vueeyeCon .nemo_con ul li em img {
        width: 6vw;
    }
    
    #vueeyeCon .nemo_con ul li span {
        margin-top: 5px;
        font-size: 1.7vw;
    }
}

@media screen and (min-width:1240px) {
    #vueeyeCon article {
        height: 48vw;
    }
    
    #vueeyeCon .vueeye_right .nemo_con {
        padding-left: calc(50% - 600px);
    }
    
    #vueeyeCon .vueeye_left .nemo_con {
        width: 600px;
    }
    
    #vueeyeCon .nemo_con {
        padding: 0 0 5vw;;
    }
    
    #vueeyeCon .nemo_con h2 {
        font-size: 30px;
    }
    
    #vueeyeCon .nemo_con p {
        line-height: 26px;
        font-size: 18px;
        letter-spacing:-.25pt;
    }
    
    #vueeyeCon .nemo_con p br {
        display: block;
    }
    
    #vueeyeCon .nemo_con ul {
        margin-left: 220px;
    }
    
    #vueeyeCon .nemo_con ul li em img {
        width: auto;
    }
    
    #vueeyeCon .nemo_con ul li span {
        font-size: 16px;
    }
}

@media screen and (min-width:1600px) {
    #vueeyeCon article {
        height: 45vw;
    }
    
    #vueeyeCon .nemo_con h2 {
        font-size: 40px;
    }
}


/* 뷰아이 콘텐츠 2 */
#vueeyeCon2 {
    position: relative;
    background-color: #f2f4f4;
}

#vueeyeCon2 article {
    position: relative;
    background-color: #fff;
}

#vueeyeCon2 .nemo_con {
    position: relative;
    padding: 4vw 2vw 10vw;
    font-size: 3.5vw;
}

#vueeyeCon2 .nemo_con br {
    display: none;
}

#vueeyeCon2 .nemo_con h2 {
    margin-bottom: 2vw;
}

#vueeyeCon2 .nemo_con p {
    line-height: 5vw;
}

#vueeyeCon2 .nemo_con ul {
    max-width: 400px;
    margin: 4vw auto 0;
}

#vueeyeCon2 .nemo_con ul li {
    width: 25%;
    margin-bottom: 1.5vw;
    text-align: center;
}

#vueeyeCon2 .nemo_con ul li em {
    display: block;
}

#vueeyeCon2 .nemo_con ul li span {
    display: block;
    margin-top: 1vw;
    font-size: 3vw;
}

@media screen and (min-width:767px) {
    #vueeyeCon2:before {
        position: absolute;
        bottom: 40vw;;
        left: 50%;
        width: 50%;
        height: 119px;
        background: url("../../images/logo.png") no-repeat center;
        background-size: auto 100px;
        content: '';
        z-index:1000;
    }
    #vueeyeCon2 .vueeye_con {
        position: relative;
        float: left;
        width: 50%;
    }
    
    #vueeyeCon2 .vueeye_con .nemoBg {
        width: 100%;
        height: 40vw;
    }
    
    #vueeyeCon2 .vueeye_con .nemo_con {
        font-size: 1.8vw;
    }
    
    #vueeyeCon2 .nemo_con h2 {
        margin-bottom: 20px;
        font-size: 2.8vw;
    }
    
    #vueeyeCon2 .nemo_con p {
        line-height: 2.6vw;
    }
}

@media screen and (min-width:1240px) {
    #vueeyeCon2:before {
        left: 66.6%;
        bottom: 14vw;
        width: 33.3%
    }
    #vueeyeCon2 .vueeye_con {
        float: left;
        width: 33.3%;
    }
    
    #vueeyeCon2 .nemo_con {
        padding: 1vw 1.5vw 0.5vw;
    }
    
    #vueeyeCon2 .vueeye_con .nemoBg {
        height: 28vw;
    }
    
    #vueeyeCon2 .nemo_con {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: rgba(0,0,0,0.7);
        color: #fff;
    }
    
    #vueeyeCon2 .nemo_con h2 {
        margin-bottom: 10px;
        font-size: 24px;
        text-shadow: 2px 2px 2px rgba(0,0,0,0.2)
    }
    
    #vueeyeCon2 .nemo_con p {
        height: 100px;
        line-height: 24px;
        font-size: 14px;
        letter-spacing:-.25pt;
    }
}

@media screen and (min-width:1600px) {
    #vueeyeCon2 .nemo_con {
        padding: 1vw 1.5vw;
    }
    
    #vueeyeCon2 .vueeye_con .nemoBg {
        height: 32vw;
    }
    
    #vueeyeCon2 .nemo_con h2 {
        font-size: 32px;
    }
    
    #vueeyeCon2 .nemo_con p {
        height: 80px;
        font-size: 16px;
    }
}


/* DESIGN */
#vueeyeDesign {
    padding: 4vw 2vw 0;
    border-top: 1px solid #dcdcdc;
}

#vueeyeDesign ul li {
    position: relative;
    width: 100%;
    margin-bottom: 4vw;
    text-align: center;
    font-weight: 700;
}

#vueeyeDesign ul li span {
    position: absolute;
    bottom: -1vw;
    left: 0;
    display: block;
    width: 100%;
}

#vueeyeDesign ul li span.eng {
    font-family: 'Open Sans';
}

@media screen and (min-width:767px) {
    #vueeyeDesign ul li {
        width: 50%;
    }
    
    #vueeyeDesign ul li span {
        font-size: 2.5vw;
    }
}

@media screen and (min-width:1240px) {
    #vueeyeDesign {
        padding: 70px 0;
    }
    
    #vueeyeDesign ul {
        width: 1200px;
        margin: 0 auto;
    }
    
    #vueeyeDesign ul li {
        margin-bottom: 40px;
    }
    
    #vueeyeDesign ul li span {
        bottom: 0;
        font-size: 20px;
    }
}

@media screen and (min-width:1600px) {
    #vueeyeDesign ul {
        width: 1400px;
    }
    
    #vueeyeDesign ul li {
        margin-bottom: 50px;
    }
}


/* TECH SPECS */
#vueeyeSpecs {
    padding: 4vw 2vw 4vw;
    background-color: #F2F4F4;
}

#vueeyeSpecs h3 {
    position: relative;
    padding-left: 10px;
    margin-bottom: 3vw;
    border-left: 5px solid #0099DB;
    font-size: 4.5vw;
}

#vueeyeSpecs .product_specs {
    margin-top: 6vw;
}

#vueeyeSpecs th,
#vueeyeSpecs td {
    font-size: 3vw;
    padding: 7px;
}

#vueeyeSpecs .di_tbl tr:nth-child(2n) th,
#vueeyeSpecs .di_tbl tr:nth-child(2n) td {
    background-color: rgba(255,255,255,0.6)
}

#vueeyeSpecs .di_tbl th {
    
}

#vueeyeSpecs .di_tbl th em {
    display: inline-block;
    width: 5vw;
    height: 5vw;
    line-height: 5vw;
    background-color: #25376D;
    color: #fff;
    border-radius: 50%;
    font-size: 2.7vw;
    text-align: center;
}

#vueeyeSpecs .ps_tbl {
    border-top: 1px solid #666;
}

#vueeyeSpecs .ps_tbl th,
#vueeyeSpecs .ps_tbl td {
    border-bottom: 1px solid #ccc;
}

#vueeyeSpecs .ps_tbl th {
    background-color: rgba(255,255,255,0.6)
}

@media screen and (min-width:767px) {
    #vueeyeSpecs .detail_image {
        float: left;
        width: 49%;
    }
    
    #vueeyeSpecs .product_specs {
        float: right;
        width: 49%;
        margin-top: 0;
    }
    
    #vueeyeSpecs h3 {
        font-size: 2.8vw;
    }
    
    #vueeyeSpecs th,
    #vueeyeSpecs td {
        font-size: 14px;
    }
    
    #vueeyeSpecs .di_tbl {
        margin-top: 2vw;
    }

    #vueeyeSpecs .di_tbl th {
        width: 40px;
    }

    #vueeyeSpecs .di_tbl th em {
        width: 24px;
        height: 24px;
        line-height: 24px;
        font-size: 12px;
    }
    
    #vueeyeSpecs .ps_tbl th,
    #vueeyeSpecs .ps_tbl td {
        padding: 5px;
    }
    
    #vueeyeSpecs .ps_tbl th {
        width: 40%;
    }
}

@media screen and (min-width:1240px) {
    #vueeyeSpecs {
        padding: 70px 0;
    }
    
    #vueeyeSpecs h3 {
        font-size: 26px;
        margin-bottom: 20px;
    }
    
    #vueeyeSpecs .floats {
        width: 1200px;
        margin: 0 auto;
    }
    
    #vueeyeSpecs .di_tbl {
        margin-top: 10px;
    }
}


/* Partners */
#partners {
    padding: 4vw 2vw;
}

#partners .partners_list {
    text-align: center;
    font-size: 0;
}

#partners .partners_list span {
    display: inline-block;
    margin: 0 1vw;
}

#partners .partners_list span img {
    height: 12vw;
}

@media screen and (min-width:767px) {
    #partners .partners_list span img {
        height: 113px;
    }
}

@media screen and (min-width:1240px) {
    #partners {
        padding: 70px 0;
    }

    #partners .partners_list span {
        margin: 0 30px;
    }
}


/* team */
#team {
    padding: 4vw 2vw 0;
    background-color: #f2f4f4;
}

#team .team_list ul li {
    width: 50%;
    padding: 0 2vw 4vw;
    text-align: center;
}

#team .team_list ul li em {
    display: block;
    font-size: 0;
}

#team .team_list ul li span {
    display: block;
    margin-top: 1vw;
    font-size: 3.5vw;
}

@media screen and (min-width:767px) {
    #team .team_list ul li span {
        font-size: 2.5vw;
    }
}

@media screen and (min-width:1240px) {
    #team {
        padding: 70px 0;
    }
    
    #team .team_list {
        width: 1200px;
        margin: 0 auto;
    }
    
    #team .team_list ul li {
        width: 20%;
        padding: 0 0 30px;
    }
    
    #team .team_list ul li span {
        font-size: 16px;
    }
}

@media screen and (min-width:1600px) {
    #team .team_list {
        width: 1500px;
    }
    
    #team .team_list ul li span {
        font-size: 18px;
    }
}


/* MAP Area */
#mapArea {
    position: relative;
    font-size: 0;
}

#mapArea iframe {
    width: 100%;
    height: 50vw;
}

@media screen and (min-width:1240px) {
    #mapArea iframe {
        height: 500px;
    }
}


/* 하단 푸터 */
#footer {
    padding: 4vw 2vw;
    background-color: #363636;
    color: #fff;
    font-size: 3.5vw;
    text-align: center;
}

#footer .marklogo {
    margin-bottom: 1.5vw;
}

#footer .social_link {
	margin-bottom: 1.5vw;
	font-size: 0;
}

#footer .social_link li {
	display: inline-block;
	margin:0 4px;
}

#footer .social_link li a {
	display: block;
	overflow: hidden;
	width: 10vw;
	height: 10vw;
	border-radius: 2vw;
}

#footer .corp_info li {
    display: inline-block;
    margin-right: 3vw;
}

#footer .copyright {
    margin-top: 2vw;
    color: #888;
}

@media screen and (min-width:767px) {
    #footer {
        font-size: 16px;
    }

	#footer .social_link li a {
		width: 60px;
		height: 60px;
		border-radius: 5px;
	}
    
    #footer .corp_info {
        width: 700px;
        margin: 0 auto;
    }
    
    #footer .corp_info li {
        margin: 0 15px;
    }
}

@media screen and (min-width:1240px) {
    #footer {
        padding: 30px 0;
    }
    
    #footer .marklogo {
        margin-bottom: 20px;
    }
    
    #footer .copyright {
        margin-top: 20px;
    }
}


/* 와디즈 바로가기 */
#wadiz_direct {
    position: fixed;
    bottom: -70px;
    right: 2%;
	z-index: 8000;
    -webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
    
#wadiz_direct.open {
    bottom: 2vw;
}

#wadiz_direct a {
    display: block;
    width: 60px;
    padding: 5px;
    background-color: #fff;
    border-radius: 30px;
    font-size: 0;
    -moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
}

#wadiz_direct a em {
    display: inline-block;
    overflow: hidden;
    width: 50px;
    height: 50px;
    background-color: #00cbcc;
    border-radius: 50%;
    vertical-align: middle;
}

#wadiz_direct a span {
    display: none;
    width: 180px;
    margin-left: 10px;
    color: #fff;
    vertical-align: middle;
    font-size: 0;
}

#wadiz_direct a:hover {
    width: 250px;
    background-color: #1D212A;
}

#wadiz_direct a:hover span {
    display: inline-block;
    font-size: 16px;
}

#wadiz_direct a.vuemallgo {
	width: 230px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	background-color: #42AFFF;
	font-size: 16px;
	text-align: center;
    color: #fff;
	border-radius: 20px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

@media screen and (min-width:1240px) {
    #wadiz_direct {
        bottom: -100px;
    }
    
    #wadiz_direct.open {
        bottom: 3%;
    }
    
    #wadiz_direct a,
	#wadiz_direct a:hover {
        width: 280px;
        border-radius: 40px;
        background-color: #1D212A;
    }
    
    #wadiz_direct a em {
        width: 70px;
        height: 70px;
    }
    
	#wadiz_direct a span,
	#wadiz_direct a:hover span {
        display: inline-block;
        font-size: 18px;
    }

	#wadiz_direct a.vuemallgo {
		width: 230px;
		height: 60px;
		line-height: 60px;
		font-size: 16px;
		border-radius: 30px;
	}
}


/* 모달 팝업 */
.modal {
	z-index: 9999;
}

.modal .modal-content {
	border: 1px solid #f27a6f;
	border-top: 1px solid #002e6e;
	border-left: 1px solid #002e6e;
	border-radius: 0;
}

.modal .modal-header {
	text-align: right;
}

.modal .modal-header .closebtn {
	border: none;
	background-color: rgba(255, 255, 255, 0);
	color: #f27a6f;
	font-size: 16px;
}

.modal .modal-body {
	padding: 0 2rem 2rem;
}