/*
 * Copyright inpleworks, Co.
 * default is Mobile
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;700&display=swap');
/* ------------------------------------------------------------------------------------------------------------------ */
/* reset
/* ------------------------------------------------------------------------------------------------------------------ */
*, 
*:before, 
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html, 
body { 
	height:100%;
	font-size: 14px;
	line-height: 1.42857143;
    -webkit-text-size-adjust: none; 
	-moz-text-size-adjust: none; 
	-ms-text-size-adjust: none; 
}
body { 
	margin: 0; 
	padding: 0; 
	background: #f9f9f9; 
	color: #221c24; 
}
hmtl, body, table, th, td, button, input { font-family: 'Noto Sans KR', 'Apple SD Gothic Neo', 'Nanum Gothic', 'Malgun Gothic', '돋움', Dotum, 'Lucida Sans', 'Trebuchet MS', Arial, Tahoma, sans-serif; }
div,h1,h2,h3,h4,h5,h6,form,input,textarea,p,figure,fieldset { margin:0; padding:0; }
fieldset, img { border:0 none; }
a, a:visited, a:hover, a:active, a:focus { text-decoration:none; }
a[href^=tel]{
    color:inherit;
    text-decoration:none;
}
a, input { outline:none; }
:focus { outline: 0; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
section h3{
	font-size:35px;	
}
section h6{
	font-size:20px;
	line-height:1.5;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
embed,
object,
video {
	max-width: 100%;
}
.xet-layout-body {
	overflow: hidden;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Typography
/* ------------------------------------------------------------------------------------------------------------------ */
h1 {
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-size:75px;
}
h1 .thin {
	font-weight: 400;
}
h2 {
	font-weight: 500;
	font-size:45px;
}
h2 .thin {
	font-weight: 300;
}
h3 {
	font-weight: 400;
}
h3 .thin {
	font-weight: 200;
}
h4 {
	font-weight: 400;
}
h5 {
	font-weight: 400;
	font-size:25px;
}
h6 {
  	font-weight: 400;
	font-size:22px;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* HEADER
/* ------------------------------------------------------------------------------------------------------------------ */
#xet-header {
	z-index: 100;
	position: relative;
	height: 60px;
}
#xet-header>div {
	transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;	
	background: rgba(255, 255, 255, 0.99);
	border-bottom: 1px  solid rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.2);
}

/* scroll to fixed */
#xet-header>.scroll-fixed { 
	height: 60px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;		
	background: rgba(255, 255, 255, 0.99) !important;
	border-bottom: 1px  solid rgba(0, 0, 0, 0.1) !important;
	-moz-box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.2);
	-webkit-animation-name: animationFade;
    -moz-animation-name: animationFade;
    -o-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-moz-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
}
@-o-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}
@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        transform: none;
    }
}
#xet-header>.scroll-fixed .xet-logo a,
#xet-header>.scroll-fixed .xet-nav-ul > li > a,
#xet-header>.scroll-fixed .xet-nav-ul > li > button { 
	color: #111 !important
}
#xet-header>.scroll-fixed .xet-logo a .logo-img-w {
	display: none !important;
}
#xet-header>.scroll-fixed .xet-logo a .logo-img-b {
	display: block !important;
}
/* dark */
#xet-header.dark>.scroll-fixed {
	background: #1E1E1E !important;
	border-bottom: 0 !important
}
#xet-header.dark>.scroll-fixed .xet-logo a,
#xet-header.dark>.scroll-fixed .xet-nav-ul > li > a,
#xet-header.dark>.scroll-fixed .xet-nav-ul > li > button {
	color: #fff !important
}
#xet-header.dark>.scroll-fixed .xet-logo a .logo-img-w {
	display: block !important
}
#xet-header.dark>.scroll-fixed .xet-logo a .logo-img-b {
	display: none !important
}

/* Logo
----------------------------------------------------------- */
.xet-logo {
	width: 50%;
	margin: 0 auto;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
.xet-logo a {
	position: relative;
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin-top: 10px;
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	color: #111;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;	
}
.xet-logo a img {		
	position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: auto;
    transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
}	
#xet-header .xet-logo a .logo-img-b,
#xet-header.dark .xet-logo a .logo-img-w {
	display: block;
}
#xet-header .xet-logo a .logo-img-w,
#xet-header.dark .xet-logo a .logo-img-b {
	display: none;
}



/* NAV - Dropdown
----------------------------------------------------------- */	
.xet-nav-ul { 
	margin: 0;
	padding: 0;
	list-style: none;
}
.xet-nav-ul > li { 
	position:relative; 
	float: left;
	margin: 0 30px;
	padding: 0; 	
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.xet-nav-ul > li > a .child {
	display: none;
	padding-left: 5px;
	color: #777;
}
.xet-nav-ul > li > a,
.xet-nav-ul > li > button { 
	position: relative;
	display: inline-block;
	font-size: 18px; 
	height: 60px;
	line-height: 60px;
	white-space: nowrap;
	text-decoration:none;
	cursor:pointer;
	border: 0;
	margin: 0;
	padding: 0; 
	background: none;
	color: #111;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.xet-nav-ul > li.li-btn {
	margin: 0;
}
.xet-nav-ul > li.li-btn:first-child {
}
.xet-nav-ul > li.li-btn > a,
.xet-nav-ul > li.li-btn > button { 
	width: 60px;
	font-size: 16px; 
	text-align: center;
	color: #111;
}

/* Hover color NAV 1차 */
.xet-nav-ul > li > a.current {}

/* 2차 메뉴 */
.xet-nav-ul ul { 
	z-index: 99; 
	opacity: 0;
	visibility: hidden;
	position: absolute; 
	left: -15px; 
	top: 99%;	
	width: 200px;
	list-style: none;
	margin: 0; 
	padding: 1px 0;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(0, 0, 0, .1);
	border-top: 0;
	box-shadow:0 4px 5px -3px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,.1);
	transform: translateY(30px);
	transition: all 0.33s ease-out;
	-moz-transition: all 0.33s ease-out;
	-webkit-transition: all 0.33s ease-out;	
}
/* 언어선택 리스트 */
.xet-nav-ul ul.lang-list {
	left: auto;
	right: -15px;
	width: 140px;
}
.xet-nav-ul ul.lang-list li {
	border-top: 1px solid rgba(0, 0, 0, .1);
}
.xet-nav-ul ul.lang-list li button {
	display: block; 
	width: 100%;
	text-align: left;
	font-size: 12px; 
	cursor: pointer;
	font-weight: normal; 
	padding: 10px 12px;
	border: 0;
	background: none;
	color: #555;
	border-left: solid 6px transparent;
	-o-transition: border .2s linear;
	-moz-transition: border .2s linear;
	-webkit-transition: border .2s linear;
	transition: border .2s linear;
}

.xet-nav-ul ul li { 
	position: relative;
	float: none; 	
	height: auto;
	line-height: 1.42857143;
}
.xet-nav-ul ul li:first-child { 
	border-top: 0; 
}
.xet-nav-ul ul li a { 
	position: relative;
	display: block; 
	font-size: 13px; 
	cursor: pointer;
	white-space: normal;
	font-weight: normal; 
	padding: 14px 22px 14px 12px;
	margin: 0;
	color: #333; 
	border-left: solid 6px transparent;
	-o-transition: border .2s linear;
	-moz-transition: border .2s linear;
	-webkit-transition: border .2s linear;
	transition: border .2s linear;
}
.xet-nav-ul ul li span.child {
	position: absolute;
	right: 12px;
	top: 14px;
	font-size: 11px; 
	font-weight: normal; 
	text-align: center;
	padding: 0;
	width: 12px;
	transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;	
	color: #111;
}

.xet-nav-ul ul li:hover > a,
.xet-nav-ul ul li:hover > button {
	border-left-color: #58c4a7;
}
.xet-nav-ul ul li:hover span.child {
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

/* 3차 메뉴 */
.xet-nav-ul ul ul { 
	top: 0; 
	left: 100%; 
}

/* Show NAV 2차, 3차 */
.xet-nav-ul li.hovered > ul,
.xet-nav-ul ul li:hover > ul {
	opacity: 1;
	visibility: visible;
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transition: all 0.33s ease-out;
	-moz-transition: all 0.33s ease-out;
	-webkit-transition: all 0.33s ease-out;	
}

/* Hover NAV 2차, 3차 */
.xet-nav-ul ul li:hover > a::after {
	width: 100%;
}
.xet-nav-ul ul li.current::after {
	height: 1px;
     background-color: #58c4a7;
}
.xet-nav-ul ul li.current > a {}


/* Mobile Login icon 
----------------------------------------------------------- */	
#xet-xs-login {
	z-index: 3;
	position: absolute;
	right: 0;
	top: 0;
}
#xet-xs-login.toggle-btn-right {
	left: 0;
	right: auto;
}

/* Mobile hamburger icon 
----------------------------------------------------------- */	
#xet-toggle-btn {
	z-index: 3;
	position: absolute;
	left: 0;
	top: 0;
}
#xet-toggle-btn.toggle-btn-right {
	left: auto;
	right: 0;
}
.xet-toggle-menu {
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	padding: 0;
	font-size: 0 !important;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	color: transparent;
	border: 0;
	background: none;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.xet-toggle-menu span,
.xet-toggle-menu span::before,
.xet-toggle-menu span::after {
  /* hamburger icon in CSS */
	position: absolute;
	display: inline-block;
	height: 2px;
	width: 24px;
	background: #333;
}
.xet-toggle-menu span {
	/* line in the center */
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -2px;
	margin-left: -12px;
	-webkit-transition: background 0.2s;
	-moz-transition: background 0.2s;
	transition: background 0.2s;
	background: #333;
}
.xet-toggle-menu span::before, 
.xet-toggle-menu span::after {
	/* other 2 lines */
	content: '';
	right: 0;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 0% 50%;
	-moz-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;
	-o-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transition: -webkit-transform 0.2s;
	-moz-transition: -moz-transform 0.2s;
	transition: transform 0.2s;
}
.xet-toggle-menu span::before {
	/* menu icon top line */
	top: -6px;
}
.xet-toggle-menu span::after {
	/* menu icon bottom line */
	top: 6px;
}
.xet-toggle-menu.push-active span {
	/* hide line in the center */
	background: none;
}
.xet-toggle-menu.push-active span::before, 
.xet-toggle-menu.push-active span::after {
	/* keep visible other 2 lines */
	background: #333;
}
.xet-toggle-menu.push-active span::before {
	-webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
	-moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
	-ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
	-o-transform: translateX(4px) translateY(-3px) rotate(45deg);
	transform: translateX(4px) translateY(-3px) rotate(45deg);
}
.xet-toggle-menu.push-active span::after {
	-webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
	-moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
	-ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
	-o-transform: translateX(4px) translateY(2px) rotate(-45deg);
	transform: translateX(4px) translateY(2px) rotate(-45deg);
}



/* Header Dark Color
----------------------------------------------------------- */	
#xet-header.dark>div {
	background: #1E1E1E;
}
#xet-header.dark .xet-logo a {
	color: #fff;
}
#xet-header.dark .xet-nav-ul > li > a,
#xet-header.dark .xet-nav-ul > li > button {
	color: #fff;
}
#xet-header.dark .xet-nav-ul ul { 
	background: #3b3b3b;
	border: 0;
}
#xet-header.dark .xet-nav-ul ul li a { 
	color: #ccc; 
}
#xet-header.dark .xet-nav-ul ul li span.child {
	color: #ccc;
}
#xet-header.dark .xet-nav-ul ul.lang-list li button {
	color: #ccc;
}
#xet-header.dark .xet-toggle-menu.push-active span {
	background: none;
}
#xet-header.dark .xet-toggle-menu span,
#xet-header.dark .xet-toggle-menu span::before,
#xet-header.dark .xet-toggle-menu span::after {
	background: #fff;
}

.side-panel-top .xet-toggle-menu.push-active span::before,
.side-panel-top .xet-toggle-menu.push-active span::after,
#xet-header.dark .xet-toggle-menu.push-active span::before, 
#xet-header.dark .xet-toggle-menu.push-active span::after {
	background: #fff;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* MAIN - SECTIONS
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-main-sections {
	background: #f5f5f5;
}
.xet-section {
	position: relative;
}
.xet-section img { 
	vertical-align: top;
	max-width: 100%;
}

.xet-feature .feature_text {
    width: 100%;
    background: #6b33eb;
    padding: 35px 0;
    color: #fff;
    font-size: 18px;
    line-height: 1.5;	
}

.xet-section .subTitle {
	color: #111;
}
.xet-section .subContent,
.xet-section .subContent a {
	color: #555;
}

/* BG parallax scroll */
.xet-parallax-scroll {
	background-color: #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    background-repeat:no-repeat;
    background-position:50% 50%;
    /* ie8- graceful degradation */
    background-position:50% 50%\9 !important;
}

/* 섹션 구분선 */
.xet-dash-icon-wrp{
	position: relative;
	text-align: center;
}
.xet-with-icon {
    display: none;
    vertical-align: middle;
    width: 150px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}
.xet-diamond-icon {
    width: 75px;
    height: 40px;
    background-image:url('/img/title_icon.png');
	background-repeat:no-repeat;
	background-size:100%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
    
}


/* Box */
.xet-icon-box {
    cursor: default;
    padding: 35px 30px;
    position: relative;
    text-align: center;
}
.xet-icon-box::before, 
.xet-icon-box::after {
    border: 1px solid rgba(0, 0, 0, 0.1);
    content: "";
    height: calc(50% - 40px);
    pointer-events: none;
    position: absolute;
    transition: all 0.33s ease 0s;
    width: calc(100%);
}
.xet-icon-box::before {
    border-width: 1px 1px 0 1px;
    left: 0;
    top: 0;
}
.xet-icon-box::after {
    border-width: 0 1px 1px 1px;
    bottom: 0;
    right: 0;
}
.xet-icon-box:hover::before, 
.xet-icon-box:hover::after {
    border-color: #58c4a7;
    height: calc(50% - 5px);
    width: 100%;
}
.xet-icon-box:hover {
	background-color: #fff;
	 transition: all 0.33s ease-out;
	-moz-transition: all 0.33s ease-out;
	-webkit-transition: all 0.33s ease-out;	
}
.xet-icon-box .moreLink {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.xet-service { 
	
}
.xet-service .subTitle p{
	font-size:25px;
	font-weight:900;
	letter-spacing:-1px; 
}
.xet-service .subTitle span{
	font-size:20px;	
}

.xet-add-logo ul{
	width:90%;
	margin:0 auto;
	list-style:none;
	overflow:hidden;
	padding:40px 0 60px 0;
	text-align:center; 
}
.xet-add-logo ul li{
	text-align:center;
	width:10%;
	display:inline-block;
	padding:10px;
	margin:0.4%;
	background:#fff;
}
.xet-add-logo ul li img{
	width:90%;
}
/* ------------------------------------------------------------------------------------------------------------------ */
/* SLIDER 
/* ------------------------------------------------------------------------------------------------------------------ */

/* 슬라이드 고정 텍스트 추가 */
.slider_text {
	position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
	z-index: 999999;
	color:#fff;
	text-align:center;
	width:100%;
}
.slider_text h2{
	font-weight:600; 
	font-size:65px;
	margin-bottom:20px; 
}
.slider_text h2 br {
	display:none; 
}
.slider_text p{
	font-size:24px;
	font-weight:300;
}

.xet-slider {
	overflow: hidden;
	position: relative;
	background: #000;	
}

.xet-slider h1,
.xet-slider h5,
.xet-slider .xet-more {
	opacity: 0;
}

.xet-slider .xet-slider-container {
	position: relative;
	width: 100%;
    height: calc(70vh - 60px);
}
.xet-slider .xet-slider-container .swiper-slide {
    color: #fff;
    text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.6);
}
.xet-slider .xet-slider-container .vertical-align {
	background-color: rgba(0,0,0,.3);
}
.xet-slider .xet-slider-next, 
.xet-slider .xet-slider-prev {
	position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    height: 100px;
    margin-top: -50px;
    width: 60px;
    background-size: 40px;
    opacity: 0;
    background-color: rgba(0,0,0,.1);
    background-position: center center;
    background-repeat: no-repeat;
    transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;	
}
.xet-slider .xet-slider-next {
	 transform: translateX(60px);
    -moz-transform: translateX(60px);
    -webkit-transform: translateX(60px);
	right: 0;
    background-image: url('../img/next.png');
}
.xet-slider .xet-slider-prev {
	transform: translateX(-60px);
    -moz-transform: translateX(-60px);
    -webkit-transform: translateX(-60px);
	left: 0;
    background-image: url('../img/prev.png');
}
.xet-slider:hover .xet-slider-next, 
.xet-slider:hover .xet-slider-prev {
	 transform: translateX(0px);
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
	opacity: 1;
}
.xet-slider-next.swiper-button-disabled, 
.xet-slider-prev.swiper-button-disabled {
    cursor: auto;
    opacity: 0.35;
    pointer-events: none;
}
.xet-slider-pagination {
	z-index: 10;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15px;
	color: #ccc;
	text-align: center;
}
.xet-slider-pagination.swiper-pagination-progress {
	top: auto !important;
	bottom: 0 !important;
}

/* OIE */
.xet-slider-pagination .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #fff;
  margin: 0 3px;
  cursor: pointer;
}
.xet-slider-pagination .swiper-active-switch {
  background-color: #58c4a7;
}
/* */

.xet-slider-pagination .swiper-pagination-current {
	font-size: 200%;
	color: #fff;
}
.xet-slider-pagination .swiper-pagination-bullet {
	opacity: 0.4;
	width: 40px;
	height: 2px;
	border-radius: 0;
    background-color: #fff;
}
.xet-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1.0;
	background-color: #58c4a7;
}
.xet-slider .swiper-pagination-progress {
	z-index: 10;
}
.xet-slider .swiper-pagination-progress .swiper-pagination-progressbar {
	background: #58c4a7;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Section - About 
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-about img { max-width:70%;}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Section - Service 
/* ------------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------------ */
/* Section - Video 
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-video {
	position: relative;
	background-color: #000;
	color: #fff;
	margin-bottom:120px;
}
.xet-video h3,
.xet-video h6 {
	position: relative; //ie9에서 텍스트 보이도록
}
.xet-video:before {
	z-index: 0;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0,0,0,.8);
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Section - Feature 
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-feature a.xet-icon-box {
	display: block;
	cursor: pointer;
    align-items: center;
    padding: 35px 30px;
    position: relative;
    text-align: center;
    color: #111;
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* Section - Work 
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-work {}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Section - Chain 
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-chain-item {
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: transparent;
    text-align: center;
}
.xet-chain-item .chain-img {
    position: relative;
    overflow: hidden;
    background-color: #000;
}
.xet-chain-item .chain-img img {
    pointer-events: auto;
    transition: opacity 300ms ease-out, transform 300ms ease-out, filter 300ms ease-out; 
	-webkit-transition: opacity 300ms ease-out, -webkit-transform 300ms ease-out, -webkit-filter 300ms ease-out;	
}
.xet-chain-item .chain-img-inner {
	position: absolute;
    right: 1px;
    left: 1px;
    top: 0;   
    bottom: 0;
    text-align: center;    
    padding: 10px;    
    z-index: 2;
    opacity: 0;
	visibility: hidden;
    background-color: rgba(0, 0, 0, 0.4);
	transition: all 0.33s ease-out;
	-moz-transition: all 0.33s ease-out;
	-webkit-transition: all 0.33s ease-out;	
}
.xet-chain-item .chain-img:hover .chain-img-inner {
    opacity: 1;
    visibility: visible;
}
.xet-chain-item .chain-img:hover img {
	-webkit-transform: scale(1.1); 
	-moz-transform: scale(1.1); 
	transform: scale(1.1);	
}
.xet-chain-item .chain-img-inner a {
	z-index: 3;
	display: inline-block;
	margin: 0 10px;
	font-size: 24px;
	color: #fff;
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* Section - Partner 
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-partner .more-link {
	text-decoration: underline;
	color: #555;
}
#xet-partner-owl .item a {
	display: block;
	padding: 30px;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Section - Blog 
/* ------------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------------ */
/* Section - Contact 
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-contact p {
	color: #555;
}
.xet-contact .contact-tel {
	display: block;
	color: #111;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* BODY - CONTENT - PAGE
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-content-body {
	background-color: #fff;
}

/* page top */
.xet-page-top {
	background-color: rgba(53, 53, 53, 0.9);
	color: #fff;
}
.xet-page-top > div {
	position: relative;
	height: auto;
}
.xet-page-top a {
	color: #fff;
}
.xet-page-top .page-title-inner {
	line-height: 36px;
}
.xet-page-top .page-title-inner ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.xet-page-top .page-title-inner ul li {
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
	vertical-align: baseline;
}
.xet-page-top .page-title-inner ul li:after {
	content: " -";
	margin: 0 0 0 5px;
	opacity: 0.6;
}
.xet-page-top .page-title-inner ul li:last-child:after {
	content: "";
	margin: 0;
}
.xet-page-top .page-title-inner ul li a {
	font-size: 13px;
}

/* LNB */
.xet-lnb {
	background-color: #fff;
}
.xet-lnb ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.xet-lnb ul > li {
	position: relative;
	display: inline-block;
	margin: 0 15px;
	padding: 0;
}
.xet-lnb > ul > li > a {
	display: inline-block;
	white-space: nowrap;
	height: 60px;
	line-height: 60px;
	padding: 0;
	margin-bottom: -1px;
	color: #111;
}
.xet-lnb > ul > li > .child {
	display: inline-block;
	padding-left: 5px;
	color: #777;
}
.xet-lnb a img {
	vertical-align: middle;
}
.xet-lnb ul > li > a.current {
	border-bottom: 1px solid #58c4a7;
	color: #58c4a7;
}
.xet-lnb ul ul {
	z-index: 99; 
	opacity: 0;
	visibility: hidden;
	position: absolute; 
	left: -30px; 
	top: 99%;	
	width: 200px;
	list-style: none;
	margin: 0; 
	padding: 10px 0;
	background: #fff;
	border: 1px solid #e1e1e1;
	box-shadow:0 4px 5px -3px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,.1);
	transform: translateY(30px);
	transition: all 0.33s ease-out;
	-moz-transition: all 0.33s ease-out;
	-webkit-transition: all 0.33s ease-out;	
}
.xet-lnb ul> li.hovered ul {
	opacity: 1;
	visibility: visible;
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transition: all 0.33s ease-out;
	-moz-transition: all 0.33s ease-out;
	-webkit-transition: all 0.33s ease-out;	
}
.xet-lnb ul ul>li {
	display: block;
}
.xet-lnb ul ul>li>a {
	display: block;
	text-align: left;
	padding: 8px 15px;
	color: #111;
}
.xet-lnb ul ul>li:hover a,
.xet-lnb ul ul>li.current>a {
	color: #58c4a7;
}

/* content */
.xet-content { 
	background-color: #fff;
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* FOOTER
/* ------------------------------------------------------------------------------------------------------------------ */
#xet-footer .text-md-left{
	width:100%;
	text-align:center !important;
}
#xet-footer .text-center{
	width:100%;
	text-align:center;
}
#xet-footer {
	position: relative;
	color: #7b7b7b;
	background-color: #f1f1f1;
}
#xet-footer p > a {
	color: #7b7b7b;
}
#xet-footer h5 {
	color: #111;
}

/* Footer Nav */
.xet-footer-nav { 
	margin: 0; 
	padding: 0; 
	list-style:none; 
}
.xet-footer-nav > li { 
	display: inline-block; 
	margin: 0 7px 14px;
	padding: 0;	
}
.xet-footer-nav > li a { 
	display: inline-block;
	font-weight:normal; 
	cursor: pointer;
	color: #7b7b7b;
}
.xet-footer-nav > li a:hover { 
	text-decoration: underline;
}


/* SNS */
.xet-footer-ul { 
	margin: 0; 
	padding: 0; 
	list-style:none; 
}
.xet-footer-ul > li { 
	display: inline; 
	margin: 0 5px 10px;
	padding: 0;	
}
.xet-footer-ul > li a { 
	font-size: 16px;
	display:inline-block;
	font-weight:normal; 
	cursor: pointer;
	color: #111;
}
.xet-footer-ul > li a:hover { 
	text-decoration: underline;
}

/* Dark */
#xet-footer.dark {
	background-color: rgba(53, 53, 53, 0.9);
	color: #bcbcbc;
}
#xet-footer.dark p > a {
	color: #bcbcbc;
}
#xet-footer.dark h5 {
	color: #fff;
}
#xet-footer.dark .xet-footer-ul > li a { 
	color: #fff;
}
#xet-footer.dark .xet-footer-nav > li a { 
	color: #bcbcbc;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Mobile Side Panel
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-side-panel {
	z-index: 999999;
	position: fixed;
	background: #16181a;
	color: #ccc;
}
.xet-side-panel .side-panel-top {
	position: relative;
	height: 60px;
	padding: 0 15px;
	background: #fff;
}
.xet-side-panel .side-panel-top .xet-nav-ul > li.li-btn > button {
	width: 45px;
	font-size: 18px;
}
.xet-side-panel .side-panel-top button.xet-toggle-menu {
	position: absolute;
	right: 6px;
	top: 0;
	margin: 0;
	border: 0;
}
.xet-side-panel .side-panel-top .xet-toggle-menu.push-active span::before, 
.xet-side-panel .side-panel-top .xet-toggle-menu.push-active span::after {
	background: #333;
}

.xet-side-panel .side-panel-body {
	position: relative;
}	

/* Push */
.xet-push-left,
.xet-push-right {
	height: 100%;
    top: 0;
}
.xet-push-left {
	width: 100%;
    left: -100%;
}
.xet-push-right {
	width: 100%;
    right: -100%;
}
.xet-push-left.push-open {
    left: 0;
     -webkit-box-shadow: 2px 0px 6px rgba(0,0,0,.3);
    box-shadow: 2px 0px 6px rgba(0,0,0,.3);
}
.xet-push-right.push-open {
    right: 0;
     -webkit-box-shadow: -2px 0px 6px rgba(0,0,0,.3);
    box-shadow: -2px 0px 6px rgba(0,0,0,.3);
}
.push {
    left: 0;
    position: relative;
}
.push-toright {
    left: 100% !important;
}
.push-toleft {
    left: -100% !important;
}

body,
.xet-side-panel, 
.push {
    transition:all 0.6s cubic-bezier(0.7, 0, 0.3, 1);
	-moz-transition:all 0.6s cubic-bezier(0.7, 0, 0.3, 1);
	-webkit-transition:all 0.6s cubic-bezier(0.7, 0, 0.3, 1);
}
/* push nav */

#xet-shadow-layer {
	display: none;
	z-index: 1000;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right:0;
    cursor: pointer;   
    background-color: rgba(0, 0, 0, 0.6);
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* TOP SCROLL BUTTON
/* ------------------------------------------------------------------------------------------------------------------ */
#xet-top-scroll { 
	z-index:999;
	display: none;
	position:fixed; 
	bottom: 15px;
	right: 15px;
	overflow:hidden; 
	width: 40px; 
	height: 40px; 
	line-height: 40px;
	text-align: center;
}
#xet-top-scroll a { 
	display: block;
	text-decoration:none;
	font-size: 0;
	opacity: 0.5;
	color: #fff;
	background: url(../img/up.png) center no-repeat rgba(0,0,0,.5);; 
	background-size: 16px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
#xet-top-scroll a:hover { 
	opacity: 1;
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* waypoint - scroll animate
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-animate {
    opacity: 0;
}

/* delay time
---------------------------------*/
.delay-01s { 
	animation-delay: 0.1s; 
	-webkit-animation-delay: 0.1s; 
}
.delay-02s { 
	animation-delay: 0.2s; 
	-webkit-animation-delay: 0.2s; 
}
.delay-03s { 
	animation-delay: 0.3s; 
	-webkit-animation-delay: 0.3s; 
}
.delay-04s { 
	animation-delay: 0.4s; 
	-webkit-animation-delay: 0.4s; 
}
.delay-05s { 
	animation-delay: 0.5s; 
	-webkit-animation-delay: 0.5s; 
}
.delay-06s { 
	animation-delay: 0.6s; 
	-webkit-animation-delay: 0.6s; 
}
.delay-07s { 
	animation-delay: 0.7s; 
	-webkit-animation-delay: 0.7s; 
}
.delay-08s { 
	animation-delay: 0.8s; 
	-webkit-animation-delay: 0.8s; 
}
.delay-09s { 
	animation-delay: 0.9s; 
	-webkit-animation-delay: 0.9s; 
}
.delay-10s { 
	animation-delay: 1s; 
	-webkit-animation-delay: 1s; 
}
.delay-12s { 
	animation-delay: 1.2s; 
	-webkit-animation-delay: 1.2s; 
}
.delay-15s { 
	animation-delay: 1.5s; 
	-webkit-animation-delay: 1.5s; 
}
.delay-18s { 
	animation-delay: 1.8s; 
	-webkit-animation-delay: 1.8s; 
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* Preloader
/* ------------------------------------------------------------------------------------------------------------------ */
#xet-preloader-wrp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: #000;
}
.xet-preloader {
    display: block;
    position: relative;
    text-align: center;
    left: 0;
    top: 50%;
    width: 100%;
    height: 20px;
    margin: -10px 0 0 0;
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  45% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.7; }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  45% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.7; }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } 
 }

.ball-pulse > div:nth-child(1) {
	-webkit-animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
	animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); 
}
.ball-pulse > div:nth-child(2) {
	-webkit-animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
	animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); 
}
.ball-pulse > div:nth-child(3) {
	-webkit-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
	animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); 
}
.ball-pulse > div {
	background-color: #fff;
	width: 15px;
	height: 15px;
	border-radius: 0;
	margin: 2px;
	-webkit-animation-fill-mode: both;
	 animation-fill-mode: both;
	display: inline-block; 
}



/* ------------------------------------------------------------------------------------------------------------------ */
/* Custom buttons
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-btn-theme {
    padding: 10px 40px;
    position: relative;
    text-align: center;
    color: #111;
}
.xet-btn-theme::before, 
.xet-btn-theme::after {
    border: 1px solid rgba(0, 0, 0, 0.9);
    content: "";
    height: calc(50% - 10px);
    pointer-events: none;
    position: absolute;
    transition: all 0.33s ease 0s;
    width: calc(100%);
}
.xet-btn-theme.invert {
	color: #fff;
}
.xet-btn-theme.invert::before, 
.xet-btn-theme.invert::after {
    border-color: rgba(255, 255, 255, 0.9);
}
.xet-btn-theme::before {
    border-width: 1px 1px 0 1px;
    left: 0;
    top: 0;
}
.xet-btn-theme::after {
    border-width: 0 1px 1px 1px;
    bottom: 0;
    right: 0;
}
.xet-btn-theme:hover::before, 
.xet-btn-theme:hover::after {
    border-color: #58c4a7;
    height: calc(50% - 0px);
    width: 100%;
}
.xet-btn-theme:hover {
	 transition: all 0.33s ease-out;
	-moz-transition: all 0.33s ease-out;
	-webkit-transition: all 0.33s ease-out;	
}

.xet-btn-default {
	border: 2px solid #111;
}

.xet-btn-bg-theme { 	
	padding: 10px 30px;
	background-color: #58c4a7 !important;
	color: #fff !important;
}

/* hover */
.xet-btn:hover {}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Theme
/* ------------------------------------------------------------------------------------------------------------------ */
.theme-color {
	color: #58c4a7;
}


/* 추가 */
.sec1_conunt_wrap { width:1200px; margin:0 auto; padding:100px 0 0 0; }
.sec1_tit { text-align:center; width:46%; margin:2% 2%; float:left; /* background:#fff; box-shadow: 5px 10px 15px rgb(0 0 0 / 10%); */ padding:3% 0; }
.sec1_tit:first-child { border-right:1px solid #eaeaea; }
.sec1_tit .count { letter-spacing:-1px; color:#e72818; font-size:30px; font-weight:bold; }
.sec1_tit .count .counter { font-size:80px;  font-weight:bold; }
.sec1_tit h2 { font-size:30px; letter-spacing:-1px; }

.xet-debut-effect figure figcaption p.icon > a { display:none !important; }
.xet-debut-effect figure figcaption p.subject { font-size:18px; }

.xet-debut-container p span{display:none !important;}
.xet-debut-container a.title{pointer-events:none;}

.xet-vlist { background:url('/img/main_vlist_bg.jpg')no-repeat 50% 50%; background-size:cover; padding:120px 0; margin-bottom:120px; }
.xet-vlist h2 { color:#fff; }
.xet-vlist ul { width:100%; padding:0; margin:30px 0 0 0; list-style:none; }
.xet-vlist ul li { width:31.3%; float:left; margin:1%; }
.xet-vlist ul li iframe { height:200px;}
.xet-vlist ul li p { color:#fff; font-size:20px; font-weight:bold; padding: 10px 0 15px 0; }
.xet-vlist ul li p span { font-size:14px; display:block; font-weight:300; color:#fffc8f; margin-top:3px; }
.xet-vlist .mvideo_bt {
	background: #6a32eb;
    padding: 15px 35px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-top: 60px;
    display: inline-block;
}

.main_studio ul { list-style:none; padding:0; }
.main_studio ul li { width:50%; float:left; }
.main_studio ul li:first-child { width:100%; }

section h6 span { box-shadow:inset 0 -0.65em 0 0 #fff373; color:#eb1000; font-weight:bold; }

.swiper-container {
	width: 500px;
	height: 300px;
	margin: 20px auto;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.wrapper {
	margin-top:80px; 
	margin-right: auto;
	margin-left: auto;
  }

  .wrapper h1 {
	  display:none;
  }
  /* tabs */
  .tabs {
  }
  .tabs:after {
	content: "";
	display: table;
	clear: both;
  }
  .tabs input[type=radio] {
	display: none;
  }
  .tabs label {
	display: inline-block;
	padding: 1em 2.2em;
	text-align: center;
	font-weight: 700;
	color: rgba(255,255,255,0.5);
	cursor: pointer;
	-webkit-transition: background-color 150ms ease-in-out;
	transition: background-color 150ms ease-in-out;
  }
  .tabs [id^="tab"]:checked + label {
    border-bottom-color: #6a32eb;
    background: #6a32eb;
    color: #fff;
    border-radius: 100px;
  }
  
  .tab-content {
	display: none;
	float: left;
	width: 100%;
	padding: 0;
  }
  
  #tab1:checked ~ #tab-content1,
  #tab2:checked ~ #tab-content2,
  #tab3:checked ~ #tab-content3 {
	display: block;
  }
  
  .other-content {
	color: white;
  }
  
  .mvideo ul { list-style:none; padding:0 0 30px 0; width:100%; overflow:hidden; }
  .mvideo ul li { width:50%; float:left;  box-sizing:border-box; }
  .mvideo ul li p {
	display:inline-block; color:#fff; background:#111; font-weight:bold; margin-top:20px;
	font-size: 17px;
    padding: 10px 30px;
    border-radius: 30px;
  }
  .mvideo ul li p.cine {
	  background:#e72818; 
  }
  .mvideo ul li video { max-width:90%; border-radius:20px; }
  .mvideo ul li:nth-child(2) img { border: 5px solid #eb1000; box-sizing: border-box; border-radius: 20px; }

  p.stitle span
  {
	box-shadow: inset 0 -0.65em 0 0 #fff373;
    color: #eb1000;
    font-weight: bold;
	font-size:30px;
	}

  @media only screen and (max-width: 768px) {
	body, html {
	  font-size: 18px;
	}
	.mvideo ul { padding:0; }
	.mvideo ul li { width:100%; float:left; margin-bottom:60px; }
	p.stitle span { font-size:22px; }
  }
  @media only screen and (max-width: 645px) {
	.tabs label { padding:12px 15px; font-size:12px; }
	.wrapper { margin-top:30px; }
	.xet-vlist .mvideo_bt { margin-top:30px; }

  }
  @media only screen and (max-width: 480px) {
	body, html {
	  font-size: 16px;
	}
  }


/* 서브-참고영상 */
.sub_video { width:30.3%; margin:1.5%; float:left; text-align:center; margin-bottom:35px; min-height:340px; }
.sub_video iframe { height:250px; }
.sub_video p { font-size:18px; font-weight:bold; padding:10px 0 2px 0; }
.sub_video span { color:#6a32eb; }

/* 서브 - 라이브커머스 */
.lc_video { height:100vh; }
.lc_video .block-container {
	position: relative;
	top: 45%;
	transform: translateY(-50%);
}
.lc_video .block-container > .block {
	margin: 0 auto;
	max-width: 1200px;
}
.lc_video .block-container > .block > h1 {
	font-size: 67px;
	color: #fff;
	border-bottom: 0;
	margin: 0 0 45px;
	letter-spacing:-2px;
	font-weight:100;
}
.lc_video .block-container > .block > h1 b{
	font-weight:bold;
}
.lc_video .block-container > .block > h1 b span {
	display:inline-block;
	border:6px solid #6a32eb;
	padding:0 14px 7px 14px; 
	margin-right:5px; 
}
.lc_video .block-container > .block > p{
	color:#fff;
	font-size:30px; 
	font-weight:300; 
}
.vidbg-overlay { background:none !important; }

#sub_livecommerce { padding:0 0 160px 0; }
#sub_livecommerce .sec_inner { width:90%; margin:0 auto; }
#sub_livecommerce .tit h2 { font-size:30px; font-family: 'Montserrat', sans-serif; font-weight:800; box-shadow: inset 0 -0.75em 0 0 #fff373; display:inline-block; margin-bottom:30px; }
#sub_livecommerce .tit h1 { font-size:50px; font-weight:300; }
#sub_livecommerce .tit h1 b { font-weight:bold; }
#sub_livecommerce .tit p { font-size:20px; line-height:1.5; padding-top:80px; }
#sub_livecommerce .con { width:1200px; margin:0 auto; overflow:hidden; padding:200px 0 100px 0; }
#sub_livecommerce .con .left, .right { float:left; }
#sub_livecommerce .con .left { width:55%; }
#sub_livecommerce .con .right { width:45%; }

#sub_livecommerce .sec01 .img ul { padding:0; overflow:hidden; width:100%; }
#sub_livecommerce .sec01 .img ul li { width:33.3%; float:left; }
#sub_livecommerce .sec01 .img ul li img { width:100%; }

#sub_livecommerce .sec02 .camera ul { list-style:none;  overflow:hidden; padding:0; }
#sub_livecommerce .sec02 .camera ul li { width:20%; float:left;  text-align:center; padding:20px 0; background:rgba(255,255,255,0.5); }
#sub_livecommerce .sec02 .camera ul li:nth-child(2) { background:#fff; filter:drop-shadow(11px 15px 7px #eaeaea); }
#sub_livecommerce .sec02 .camera ul li:nth-child(4) { background:#fff; filter:drop-shadow(11px 15px 7px #eaeaea); }
#sub_livecommerce .sec02 .camera ul li img { width:70%; }

#sub_livecommerce .sec03 .tit p { padding-top:40px; }
#sub_livecommerce .sec03 { background:url('/img/sub/sub_lc_bg.png') 50% 120% no-repeat; padding:0 0 50% 0;  position:relative;}
#sub_livecommerce .sec03 .phones { position:absolute; top:13%; right:-5%; }

#sub_livecommerce .sec04 .studio ul { list-style:none; overflow:hidden; padding:0; }
#sub_livecommerce .sec04 .studio ul li { width:50%; float:left; line-height:0; }
#sub_livecommerce .sec04 .studio ul li img { width:100%; }

.typo_wrap { background:#fee101; width:100%; }
.typo_wrap .hidden {
opacity:0;
}
.typo_wrap .console-container {

font-size:30px;
text-align:center;
height:150px;
line-height:150px; 
width:1200px;
display:block;
color:#111;
margin:0 auto;
font-weight:bold; 
}
.typo_wrap .console-underscore {
display:inline-block;
position:relative;
top:-0.14em;
left:10px;
}

.mk_video { line-height:0; }
.mk_video video { background:#000; height:90vh; }

#sub_making .sec_inner { width:1200px; margin:0 auto; text-align:center; padding:160px 0 0 0; }
#sub_making .sec_inner p { font-size:30px; padding:30px 0; }
#sub_making .sec_inner p span { box-shadow:inset 0 -0.75em 0 0 #fff373; }
#sub_making .sec_inner p span.purple { box-shadow:inset 0 -0.75em 0 0 #6a32ea; }
#sub_making .sec_inner p span.red { box-shadow:none; background:url('/img/sub/underline.png') 0 100% no-repeat; background-size:100%; }

#sub_making .sec01 .con { margin-top:20px; }
#sub_making .sec01 .con img { filter:drop-shadow(11px 15px 7px #eaeaea); margin:20px 30px; } 

#sub_making .sec03 .tit { margin-bottom:30px; }

#sub_making .sec04 { background:url('/img/sub/mk_bg.jpg') 50% 50% no-repeat; margin:60px 0 30px 0; }
#sub_making .sec04 .tit p { color:#fff; }
#sub_making .sec04 .video { padding:30px 0 160px 0; }

#sub_making .sec05 { padding:0 0 120px 0; }
#sub_making .sec05 .photo { margin:50px 0 0 0; }
#sub_making .sec05 .photo ul{ list-style:none; width:100%; overflow:hidden; padding:0; }
#sub_making .sec05 .photo ul li { width:50%; float:left; line-height:0; }
#sub_making .sec05 .photo ul li img { width:100%; }

.mk_logo { width:100%; padding:30px 0 150px 0; }
.mk_logo ul { padding:0; width:1200px; margin:0 auto; list-style:none; overflow:hidden; }
.mk_logo ul li { width:18%; float:left; background:#fff; margin:1% 1%; text-align:center; }
.mk_logo ul li img { width:80%; }

.sec_talk .sec_inner .talk { overflow:hidden; margin:60px 0 0 0; }
.sec_talk .sec_inner .talk .question {
	float: left;
    width: 50%;
    background: #e6e6e6;
    padding: 3% 3%;
    box-sizing: border-box;
    margin: 0 50% 5% 0;
    border-radius: 20px;
	position:relative; 
}
.sec_talk .sec_inner .talk .answer {
	float: right;
    width: 70%;
    background: #6a32ea;
    padding: 3% 3%;
    box-sizing: border-box;
    margin: 0 0 5% 30%;
    border-radius: 20px;
}
.sec_talk .sec_inner .talk span{
    display: inline-block;
    float: left;
    background: #333;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-size: 20px;
    border-radius: 40px;
	font-weight:bold; 
}
.sec_talk .sec_inner .talk .answer span{
	background:#fff;
	color:#111;
}
.sec_talk .sec_inner .talk p {
	display: inline-block;
    padding: 0 !important;
	text-align:left; 
	float:left; 
	margin-left:20px; 
	font-size:27px !important;
}
.sec_talk .sec_inner .talk .answer p {
	color:#fff; 
}
@media (max-width: 767px) {

.sec1_conunt_wrap { width:100%; padding:50px 0 0 0; }
.sec1_tit { width:96%; }
.sec1_tit:first-child { border-right:none; }
.sec1_tit .count .counter { font-size:50px; }
.sec1_tit h2 { font-size:25px; }

.xet-add-logo ul { width:90%; margin:0 5%; padding:5% 0; }
.xet-add-logo ul li { width:14%; padding:5px 0; }
.xet-feature .feature_text { padding:5%; box-sizing:border-box; font-size:14px; }

.xet-vlist { padding:60px 0; }
.xet-vlist ul li { width:98%; float:left; margin:1%; min-height:250px; }
.xet-vlist ul li p { padding:10px 0 20px 0; }
.xet-vlist ul li p span { clear:both; display:inline-block; }
.xet-vlist ul li iframe { height:150px; }

section h6 { font-size:16px; }

.slider_text{ width:90%; }
.slider_text h2 { font-size:35px; }
.slider_text h2 br { display:block; }
.slider_text p{ font-size:17px; }

.sub_video { width:97%; border-bottom:1px solid #eaeaea; text-align:left; min-height:auto; padding:5% 0; margin-bottom:0; }
.sub_video iframe { width:33%; float:left; height:90px; margin-right:3%; }
.sub_video p { font-size:15px; line-height:1.3; }
.sub_video span { font-size:12px; }

#sub_livecommerce .con { width:100%; }
.lc_video { height:78vh; }
.lc_video .block-container > .block { text-align:center; }
.lc_video .block-container > .block > h1 { font-size:30px; }
.lc_video .block-container > .block > p { font-size:18px; }

.mk_video video { height:auto; }

#sub_livecommerce { padding:0 0 100px 0; }

#sub_livecommerce .con { padding:60px 0 30px 0; }
#sub_livecommerce .con .left { width:100%; }
#sub_livecommerce .con .right { width:100%; }

#sub_livecommerce .tit h2 { font-size:18px; margin-bottom:10px; }
#sub_livecommerce .tit h1 { font-size:26px; }
#sub_livecommerce .tit p { font-size:13px; padding-top:30px; }
#sub_livecommerce .sec01 .img ul li { width:100%; }

#sub_livecommerce .sec02 .left h1 img { max-height:20px; }
#sub_livecommerce .sec02 .camera ul { margin-bottom:100px; }
#sub_livecommerce .sec02 .camera ul li { width:33.3%; }
#sub_livecommerce .sec02 .camera ul li:last-child { display:none; }

#sub_livecommerce .sec03 { padding:0 0 10% 0; background-size:200%; }
#sub_livecommerce .sec03 .phones { position:relative; }
#sub_livecommerce .sec03 .phones img { width:130%; } 
#sub_livecommerce .sec03 .tit p { padding-top:20px; }

.typo_wrap .console-container { width:100%; font-size:18px; height:100px; line-height:100px; }

#sub_making .sec_inner { width:100%; padding:60px 0 0 0; }
#sub_making .tit img { width:90%; }
#sub_making .sec_inner p { font-size:15px; padding:10px 0; }
#sub_making .sec01 .con img { width:50%; margin:10px 25%; clear:both;  }

#sub_making .sec02 .con img { width:80%; margin-top:10px; }

#sub_making .sec04 { margin:0 0 60px 0; }
#sub_making .sec04 .tit p { padding:0 5%; }
#sub_making .sec04 .tit p br { display:none; }
#sub_making .sec04 .video { padding:30px 0 100px 0; }
#sub_making .sec04 .video iframe { width:90%; height:300px; }

.baord_gallery .item { width:90% !important; left:5% !important; }

.mk_logo { padding:0 0 100px 0; width:90%; margin:0 auto; }
.mk_logo ul { width:100%; padding:0; }
.mk_logo ul li { width:31.3%; }

.sec_talk .sec_inner .talk { width:90%; margin:0 auto 20px; }
.sec_talk .sec_inner .talk .question { width:80%; margin:5% 20% 3% 0;  padding:5% 5%; }
.sec_talk .sec_inner .talk .answer { width:90%; margin:0 0 0 10%;  padding:5% 5%; }
.sec_talk .sec_inner .talk p { font-size:16px !important; font-weight:bold; margin:5px 0 0 0; display:block; float:none;  }
.sec_talk .sec_inner .talk span { font-size:15px; width:30px; height:30px; line-height:28px; display:block; float:none; }


}