/* Lamap App Landing Page Light version Stylesheet
====================================================== */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap');

/* HTML 5 reset & Bootstrap fixes */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

html {
    font-size: 100%;
}

body {
    background-color: #fff;
    font-family: 'Noto Sans KR', 'NanumGothic', 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.03em;
    overflow-x: hidden;
    position: relative;
}

:lang(ja){
  font-family: 'M PLUS Rounded 1c', 'Noto Sans JP', Meiryo, sans-serif, Arial;
}


.fa {
	font-family: FontAwesome !important;
}


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

ul,
ol {
    padding-left: 0px;
}

ul li {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    color: #282828;
    background:transparent;
    -webkit-transition: all .15s linear;
       -moz-transition: all .15s linear;
        -ms-transition: all .15s linear;
         -o-transition: all .15s linear;
            transition: all .15s linear;
}

a:hover {
    text-decoration: none;
}

p {
    font-size: 16px;
    font-weight: 300;
    /*line-height: 2em;*/
    margin-bottom: 10px;
    word-break: keep-all;
}

p:lang(ja){
	word-break:break-all;
	transform:skew(0.03deg);
}

button {
    -webkit-transition: all .15s linear;
       -moz-transition: all .15s linear;
        -ms-transition: all .15s linear;
         -o-transition: all .15s linear;
            transition: all .15s linear;
}

input:focus,
textarea:focus,
select:focus {
    border: none;
    outline: none;
}

*::-webkit-input-placeholder { color: white; }
          *:-moz-placeholder { color: white; }
         *::-moz-placeholder { color: white; }
     *:-ms-input-placeholder { color: white; }

.btn:focus,
.btn:active {
    outline: none;
}

*,
*:before,
*:after {
    -webkit-border-sizing: border-box;
       -moz-border-sizing: border-box;
            border-sizing: border-box;
}

figure img {
    display: block;
    margin: 0 auto;
}

.nopadding {
    padding-left: 0!important;
    padding-right: 0!important;
}

.animated {
  visibility: visible\9 !important;
}

/* Bootstrap Nav Tab Customize */
.nav-tabs {
    border: none;
    display: table;
    margin: 0 auto;
}
.nav-tabs>li {
    margin-left: -3px;
}
.nav-tabs>li>a {
    border: 1px solid #ef6e35;
    border-radius: 0px;
    padding: 18px 0;
    width: 208px;
    text-align: center;
    font-weight: bold;
    color: #ef6e35;
}

.nav-tabs>li>a:lang(ja) {
    transform: skew(0.03deg);
}

.nav-tabs>li>a:hover {
    color: #fff;
}
    .nav-tabs>li:first-child>a {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }
    .nav-tabs>li:last-child>a {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:hover, 
.nav-tabs>li.active>a:focus {
    z-index: 100;
    color: #fff;
}

.nav-tabs>li.active>a {
    color: #fff;
}

/* Heading Sizes */

h1 {
    font-size: 42px;
    font-weight: 300;
}

h2 {
    font-size: 38px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

/* Button Styles */

.btn {
    /*border: 1px solid;*/
    background: #fff;
    color: #572973;
    font-weight:500;
    font-size: 19px;
    padding: 18px 45px;
    -webkit-border-radius: 50px;
            border-radius: 50px;    
   /* font-family: 'Noto Sans KR Medium', sans-serif; */
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.3);

}
.btn:lang(ja) {
	font-size:21px;
    transform:skew(0.03deg);
    background: #572973;
    color: #fff;
    font-weight: 600;
    font-size: 19px;
    padding: 18px 45px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.2);
}

.btn:hover, 
.btn:focus {
    color: #fff;
    background:#572973 !important;
	border-color:#572973 !important;
}

.btn-custom-border {
    background: transparent;
    color: #282828;
    
}

.btn-custom-border:hover,
.btn-custom-border:focus{
	color:#7b41c9 !important;
	background:#fff !important;
	border-color:#fff !important;
	/* font-family: 'Noto Sans KR Medium', sans-serif; */
	
}


.btn-custom:lang(ja) {
	background-color:#ff8600 !important;
}



.btn-send {
    height: 62px;
    margin: 0 0 0 5px;
    vertical-align: top;
}

.btn i {
    padding-right: 5px;
}

.btn-slide {
    width: 55px;
    height: 55px;
    line-height: 53px;
    border-radius: 4px;
    color: #fff;
    font-size: 42px;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: all .15s linear;
       -moz-transition: all .15s linear;
        -ms-transition: all .15s linear;
         -o-transition: all .15s linear;
            transition: all .15s linear;
}

/* 웹폰트 CSS */

@font-face {
  font-family: 'HGGGothicssi 80g';
  font-style: normal;
  font-weight: 800;
  src: url('../font/HGGGothicssi 80g.eot');
  src: url('../font/HGGGothicssi 80g.eot?#iefix') format('embedded-opentype'),
       url('../font/HGGGothicssi 80g.woff') format('woff'),
       url('../font/HGGGothicssi 80g.ttf') format('truetype');
}


/* Strokes */

.underline {
    display: inline-block;
    width: 40px;
    height: 1px;
    margin-top: 21px;
}

.underline-small {
    display: inline-block;
    width: 40px;
    margin: 0 auto;
    height: 1px;
}

.divider {
    width: 100%;
    height: 1px;
    border-top: 1px solid #e1e1e1;
}

/* Sections */

section {
    padding: 60px 0;
    overflow-x:hidden;
}

/*
section:lang(ja){
	overflow-x:visible;
}*/

.section-head {
    font-size: 18px;
    text-align: center;
    margin-bottom: 43px;
}

.section-head p {
    margin-bottom: 0px;
}

/* Start of the Stylesheet */

/* preloader */

.preloader {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background-color: #ffffff;
    top: 0;
    left: 0;
    color: #e1e1e1;
}
.preloader .preloader-content-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}
.preloader .preloader-content {
    display: table-cell;
    vertical-align: middle;
}

/* Fixed Navbar */
.navbar {
    min-height: 80px;
    height: 80px;
    background-color: #fff;
    border: none;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    animation-name: slideUp;
    -webkit-animation-name: slideUp;
     animation-duration: 0.2s;
    -webkit-animation-duration: 0.2s;
    opacity: 0;
    margin-top: -80px;
    margin-bottom: 0px;
}

.navbar.fixednav {
    animation-name: slideDown;
    -webkit-animation-name: slideDown;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    opacity: 1!important;
    z-index: 9999;
    margin-top: 0px;
}


.pin{
	width: 110px;
	height: 38px;
	top:20px;
}

.pin_btn{
border-radius: 5px;
    background-image: -webkit-linear-gradient(bottom, rgb(61,134,255) 0%, rgb(56,109,202) 100%);
    background-image: -o-linear-gradient(bottom, rgb(61,134,255) 0%, rgb(56,109,202) 100%);
    background-image: linear-gradient(to top, rgb(61,134,255) 0%, rgb(56,109,202) 100%);
    box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.2);
    color: #fff !important;
    position: absolute !important;
    padding: 10px 20px !important;
}

.home_btn:lang(ja){
border-radius: 5px;
    background-image: -webkit-linear-gradient(to top, rgba(255, 134, 0, 1), #ff5400);
    background-image: -o-linear-gradient(to top, rgba(255, 134, 0, 1), #ff5400);
    background-image: linear-gradient(to top, rgba(255, 134, 0, 1), #fe6001);
    box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.2);
    color: #fff !important;
    position: absolute !important;
    padding: 10px 17px !important;
    right:16px; /*quizn.live 홈 버튼 위치 설정 */
}

.home_btn_ja{
border-radius: 5px;
    background-image: -webkit-linear-gradient(to top, rgba(255, 134, 0, 1), #ff5400);
    background-image: -o-linear-gradient(to top, rgba(255, 134, 0, 1), #ff5400);
    background-image: linear-gradient(to top, rgba(255, 134, 0, 1), #fe6001);
    box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.2);
    color: #fff !important;
    position: absolute !important;
    padding: 10px 17px !important;
    right:16px; /*quizn.live 홈 버튼 위치 설정 */
}

.pin_btn:hover{
    color:#fff !important;
}

.navbar-nav{
	padding-left:2em;
}

.navbar-default .navbar-nav>li>a {
    font-size: 16px;
    font-weight: 600;
    color: #555;   
    transform:skew(0.03deg);
    display: inline-block;
    padding: 30px 14px;
}

.nav.navbar-nav.right{
    float: right;
    position: absolute;
    right: 0;
    top:0;
    
}

.navbar-default .navbar-nav.right>li>a {
    font-size: 15px;
    font-weight: 600;
    color: #555;
    padding-top: 30px;
    padding-bottom: 30px;
}


/* Intro Section */


.intro {
    margin-top:80px;
    overflow: hidden;
    display:flex;
    flex-direction: column;
    justify-content: center;
    background-color:#f5904b;
	background-image:url('/webdata/images/new-main-img.png');
	background-position: right;
    background-repeat: no-repeat;
	background-size: contain;
	height:calc(100vh - 80px);
}

.intro:lang(ja){
  	background: url('/webdata/images/japan/main_visual_JP02.jpg') center no-repeat;
  	-webkit-background-size: cover;
            background-size: cover;
    height:100%;
}

.intro:lang(zh){
	background-image: url('/webdata/images/taiwan/new-main-img(tw).png');
	background-color:#f5904b;
	background-position: right;
    background-repeat: no-repeat;
	background-size: contain;
}


@media (max-width: 1919px) {
	.intro{
		height:100%;
	}
}


.intro .intro-section {
    /*max-width: 675px;*/
	margin: 0 auto;
	padding:45px 0;
	text-align: center;
}



.intro .intro-section:lang(ja) {
	padding: 70px 0;
}

/*
.intro .intro-section:lang(en){
	padding:138px 0;
}
 */
.intro .intro-section h1 {
	color:#fff;
	line-height:1.2em;
	text-align:left;
	font-family:'Noto sans KR lighter';
	font-size:79px;
	letter-spacing:-4.74px;	
	padding-bottom:25px;
}        

.intro .intro-section h1:lang(en) {	
	font-family: 'Montserrat', sans-serif;	
	letter-spacing:-0.8px;
	font-size:60px;
	font-weight:700;
} 

.intro .intro-section h1:lang(ja) {
	color:#000;
	font-family:'M PLUS Rounded 1c', 'Noto Sans JP', Meiryo, sans-serif, Arial;	
	font-size:3.2em;
}

.intro .intro-section h1:lang(zh){
	font-size:56px;
	font-weight:500;
	letter-spacing:-2px;
    width: 62%;
}

      
.intro_t{
	font-size: 70px;
}

.intro_t b{
	display:inline-block;
}
        
.intro_t:lang(ja){
	font-weight:400;
}

.intro_t:lang(en) {
   font-size: 60px;
}

.intro_t img{
	display:inline-block;
	vertical-align:middle;
}

.underline_w{
	width: 30px;
	display: block;
	position: relative;
	top: 20px;
	border-bottom: 2px #fff solid;
}
/*.intro .intro-section p {
    color: #fff;
    padding: 50px 0;
    line-height: 1.3em;
    text-align: left;
}*/

.intro .intro-section .btn-custom-border {
	color: #fff;
}

.intro .intro-section .m_s_title{
	color: rgba(255, 255, 255, 0.9);           
	text-align: left;
    position: relative;
	font-size: 24px;
	font-weight: 400;
	letter-spacing:-0.19px;
	margin-bottom:40px;
}

.intro .intro-section .m_s_title:lang(ja){
	color:#000;
	width:47%;
	font-size:23px;
	font-family:'M PLUS Rounded 1c', 'Noto Sans JP', Meiryo, Arial, sans-serif;
}
        
        
        
.link-section{
	padding:0 !important;	
}

.link-section .list-inline li{
	margin-bottom:17px;
}
.mBtn{
	text-align: left;
	position: relative;
}

a.mouse {
	background-image: url(/webdata/images/mouse.png);
	background-repeat: no-repeat;
	width: 25px;
	height: 38px;
	display: block;
	position: absolute;
	bottom: -100px;
	left: 50%;
}
a.mouse i {
	position: relative;
	color: #fff;
}

/* 230215 메인 리뉴얼  */

/* 카운트 부분 css */
.countWrap{margin-bottom:40px;}
.countList {overflow:hidden;}
.countList li{float:left;margin-right:37px;text-align:left;color:#fff;font-family:'Spoqa Han Sans Neo';}
.countList li:nth-child(2){float:none;}
.countList .countTitle{font-size:18px; font-weight:300;}
.countList .countNum{font-size:30px; font-weight:bold;letter-spacing:0.01em;}


.m-intro {
	display:none;
}


	
.btn:lang(ja){
		font-family: 'M PLUS Rounded 1c', 'Noto Sans JP', Meiryo, Arial, sans-serif !important;
		transform:skew(0.03deg);
}


.list_paging{
	position: relative;
	text-align: center;
	margin-top:20px;
}

.list_paging ul{
	display: inline-block;
}

.list_paging ul li{
	float: left;
	padding-right:15px;
}

.list_paging ul li a{
	color:#666;
}

.list_paging .first{
	background: url('/webdata/images/list_paging_first.png') no-repeat;
	width: 10px;
	height: 13px;
	margin: 2px;
}

.list_paging .prev{
	background: url('/webdata/images/list_paging_prev.png') no-repeat;
	width: 10px;
	height: 13px;
	margin: 2px;
}

.list_paging .next{
	background: url('/webdata/images/list_paging_next.png') no-repeat;
	width: 10px;
	height: 13px;
	margin: 2px;
}

.list_paging .last{
	background: url('/webdata/images/list_paging_last.png') no-repeat;
	width: 10px;
	height: 13px;
	margin: 2px;
}

.list_paging .on{
	color:#000;
}




/* 메인 리뉴얼 반응형 css */

@media all and (max-width:320px){
	
	.intro {
		display:none !important;
	}
	
	.intro:lang(ja) { 
		display:block !important;
		margin-top:1em;
		padding:0;
		
	}
	
	.intro .intro-section .m_s_title:lang(ja) {
		font-size:1em;
		width:75%;
		font-weight:400;
	}
	
	.m-intro {
		display:block;
		position:relative;
	}
	
	.m-intro .swiper {
      width: 100%;
      height: 100%;
    }

	.m-intro .mSwiper{
	    height: calc(100vh - 60px) !important;
	}

    .m-intro .mSwiper {
      text-align: center;
      font-size: 18px;
      /* background: #fff; */
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .m-intro .mSwiper img {
      display: block;
      width: 100%;
      position:absolute;
      bottom:0;      
      object-fit: contain;
      
    }
	
	.m-intro .m-intro-cont{
		position:relative;
		width:100%;
	}
	
	.m-intro .m-intro-txt{
		position:absolute;
		top: 42%;
	    left: 6%;	    
	    transform: translate(0, -50%);
	    z-index: 9990;
	}
	
	.m-intro .m-intro-txt .title {
		color:#fff;
		font-size:2.5em;
		font-weight:300;
		letter-spacing:-2.25px;
		line-height:1.1em;
		font-family:'Noto sans KR';	
	}
	
	.m-intro .m-intro-txt .title:lang(zh) {
		font-size:1.5em;
	}
	
	.m-intro .m-intro-txt .subTitle{
		color:#fff;
		font-size:1em;
		font-weight:300;
		font-family:'Noto sans KR';
	}
	
	
	.m-intro .mBtn{
	    text-align: left; 
	    margin-top:30px;
	    position: relative;
	}
	
	
	.m-bg01{
		width:100%; 
		height:100vh;
		background:#ffc91b;
	}
	
	.m-bg02{
		width:100%; 
		height:100vh;
		background:#02d7c5;
	}
	
	.m-bg03{
		width:100%; 
		height:100vh;
		background:#ac8ef8;
	}
	
	.m-intro .swiper-pagination{
		left:50%;
		bottom:10%; 
		transform:translate(-50%, 0);
	}
	
	.m-intro .swiper-pagination-bullet {
	    width: 12px;
		height: 12px;
		display: inline-block;
		border-radius: 100%;
		background: #fff;
		margin:0 3px;
		opacity:1;
	}
	
	.m-intro .swiper-pagination-bullet-active {
	    background: #572973;
	}
	
	.m-intro .mBtn .btn {
		font-size: 1em !important;
  		padding: 15px 40px !important;
	} 
	
	.list-inline>li{
		display:block !important;
	}
	
}

@media all and (min-width: 321px) and (max-width: 768px){
	
	.intro {
		display:none !important;
	}
	
	.intro:lang(ja) {
		display:block !important;
		margin:0;
		padding:0;
	}
	
	.intro .intro-section .m_s_title:lang(ja) {
		font-size:1.2em;
        width: 79%;
        font-weight: 400;
	}
	
	.m-intro {
		display:block;
		position:relative;
	}
	
	.m-intro .swiper {
      width: 100%;
      height: 100%;
    }

	.m-intro .mSwiper{
	    height: calc(100vh - 60px) !important;
	}

    .m-intro .mSwiper {
      text-align: center;
      font-size: 18px;
      /* background: #fff; */
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .m-intro .mSwiper img {
      display: block;
      width: 90%;
      position:absolute;
      bottom:0;      
      object-fit: contain;
      
    }
	
	.m-intro .m-intro-cont{
		position:relative;
		width:100%;
	}
	
	.m-intro .m-intro-txt{
		position:absolute;
		top: 38%;
	    left: 6%;	    
	    transform: translate(0, -50%);
	    z-index: 9990;
	}
	
	.m-intro .m-intro-txt .title {
		color:#fff;
		font-size:55px;
		font-weight:300;
		letter-spacing:-2.25px;
		line-height:1.1em;
		font-family:'Noto sans KR';	
	}
	
	.m-intro .m-intro-txt .title:lang(zh) {
		font-size:1.8em;
	}
	
	.m-intro .m-intro-txt .subTitle{
		color:#fff;
		font-size:20px;
		font-weight:300;
		font-family:'Noto sans KR';	
	}
	
	
	.m-intro .mBtn{
	    text-align: left; 
	    margin-top:30px;
	    position: relative;
	}
	
	
	.m-bg01{
		width:100%; 
		height:100vh;
		background:#ffc91b;
	}
	
	.m-bg02{
		width:100%; 
		height:100vh;
		background:#02d7c5;
	}
	
	.m-bg03{
		width:100%; 
		height:100vh;
		background:#ac8ef8;
	}
	
	.swiper-pagination{
		left:50%;
		bottom:10%; 
		transform:translate(-50%, 0);
	}
	
	.swiper-pagination-bullet {
	    width: 12px;
		height: 12px;
		display: inline-block;
		border-radius: 100%;
		background: #fff;
		margin:0 3px;
		opacity:1;
	}
	
	.swiper-pagination-bullet-active {
	    background: #572973;
	}
	
	.m-intro .mBtn .btn {
		font-size: 16px !important;
  		padding: 15px 40px !important;
	} 
	
	.nav-tabs>li>a{
		width:176px;
	}
	
}

@media all and (min-width: 769px) and (max-width: 990px){
	
	.intro {
		display:none !important;
	}
	
	.intro:lang(ja) { display:block !important;}
	
	.intro .intro-section h1:lang(ja) {
		font-family:'M PLUS Rounded 1c', 'Noto Sans JP', Meiryo, sans-serif, Arial;	
		padding-bottom:60px;
		font-size:55px;
	}   
	
	
	.c_info_t:lang(ja){
		font-size: 30px;
	}
	
	.m-intro {
		display:block;
		position:relative;
	}
	
	.m-intro .swiper {
      width: 100%;
      height: 100%;
    }

	.m-intro .mSwiper{
	    height: calc(100vh - 60px) !important;
	}

    .m-intro .mSwiper {
      text-align: center;
      font-size: 18px;
     /*  background: #fff; */
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .m-intro .mSwiper img {
      display: block;
      width:73%;
      position:absolute;
      bottom:0;      
      object-fit: contain;
      
    }
	
	.m-intro .m-intro-cont{
		position:relative;
		width:100%;
	}
	
	.m-intro .m-intro-txt{
		position:absolute;
		top: 38%;
	    left: 6%;	    
	    transform: translate(0, -50%);
	    z-index: 9990;
	}
	
	.m-intro .m-intro-txt .title {
		color:#fff;
		font-size:65px;
		font-weight:300;
		letter-spacing:-2.25px;
		line-height:1.1em;
		font-family:'Noto sans KR';	
	}
	
	
	.m-intro .m-intro-txt .title:lang(zh) {
		font-size:50px;
	}
	
	
	
	.m-intro .m-intro-txt .subTitle{
		color:#fff;
		font-size:22px;
		font-weight:300;
		font-family:'Noto sans KR';	
	}
	
	
	.m-intro .mBtn{
	    text-align: left; 
	    margin-top:30px;
	    position: relative;
	}
	
	
	.m-bg01{
		width:100%; 
		height:100vh;
		background:#ffc91b;
	}
	
	.m-bg02{
		width:100%; 
		height:100vh;
		background:#02d7c5;
	}
	
	.m-bg03{
		width:100%; 
		height:100vh;
		background:#ac8ef8;
	}
	
	.swiper-pagination{
		left:50%;
		bottom:10%; 
		transform:translate(-50%, 0);
	}
	
	.swiper-pagination-bullet {
	    width: 12px;
		height: 12px;
		display: inline-block;
		border-radius: 100%;
		background: #fff;
		margin:0 3px;
		opacity:1;
	}
	
	.swiper-pagination-bullet-active {
	    background: #572973;
	}
	
	
}

@media all and (min-width: 768px) and (max-width: 991px){
	
	.nav-tabs>li>a {
		width:176px !important;
	}
	
}

@media all and (min-width: 991px) and (max-width: 1199px){
	
	.intro {
		display:none !important;
	}
	
	.intro:lang(ja) { display:block !important;}
	
	.intro .intro-section h1:lang(ja) {
		font-family:'M PLUS Rounded 1c', 'Noto Sans JP', Meiryo, sans-serif, Arial;	
		padding-bottom:60px;
		font-size:55px;
	}   
	
	.c_info_t:lang(ja){
		font-size: 36px;
		width:100%;
		margin:0 auto;
	}
	
	.m-intro {
		display:block;
		position:relative;
	}
	
	 .swiper {
      width: 100%;
      height: 100%;
    }

	.mSwiper{
	    height: calc(100vh - 60px) !important;
	}

    .mSwiper {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .mSwiper img {
      display: block;
      width: 57%;
      position:absolute;
      bottom:0;      
      object-fit: contain;
      
    }
	
	.m-intro-cont{
		position:relative;
		width:100%;
	}
	
	.m-intro-txt{
		position:absolute;
		top: 38%;
	    left: 6%;	    
	    transform: translate(0, -50%);
	    z-index: 9990;
	}
	
	.m-intro-txt .title {
		color:#fff;
		font-size:70px;
		font-weight:300;
		letter-spacing:-2.25px;
		line-height:1.1em;
		font-family:'Noto sans KR';	
	}
	
	.m-intro-txt .subTitle{
		color:#fff;
		font-size:28px;
		font-weight:300;
		font-family:'Noto sans KR';	
	}
	
	
	.m-intro .mBtn{
	    text-align: left; 
	    margin-top:30px;
	    position: relative;
	}
	
	
	.m-bg01{
		width:100%; 
		height:100vh;
		background:#ffc91b !important;
	}
	
	.m-bg02{
		width:100%; 
		height:100vh;
		background:#02d7c5;
	}
	
	.m-bg03{
		width:100%; 
		height:100vh;
		background:#ac8ef8;
	}
	
	.swiper-pagination{
		left:50%;
		bottom:10%; 
		transform:translate(-50%, 0);
	}
	
	.swiper-pagination-bullet {
	    width: 12px;
		height: 12px;
		display: inline-block;
		border-radius: 100%;
		background: #fff;
		margin:0 3px;
		opacity:1;
	}
	
	.swiper-pagination-bullet-active {
	    background: #572973;
	}
	
}

@media all and (min-width: 1200px) and (max-width: 1439px){
	.intro .col-md-12{
		width:70%;
	}
	
	.intro .intro-section h1 {
		font-size:65px;
	}
	
	.intro .intro-section h1:lang(ja){
		font-size:60px;
	}
	
	.intro .intro-section{
		padding:0;
	}
}



/* Features Section */

.features {
    background: #f9f9f9;
}

.features .features-left {
    text-align: right;
    margin-top: 112px;
}

.features .features-left:lang(ja) {
    margin-top: 62px;
}

.features .features-left .icon-container {
    float: right;
    margin-left: 40px;
}

.features .features-right {
    text-align: left;
    margin-top: 112px;
}
.features .features-right:lang(ja) {
    margin-top: 62px;
}

.features .features-right .icon-container {
    float: left;
    margin-right: 40px;
}

.features .feature {
    margin-bottom: 23px;
    min-height: 135px;
}

.features .feature:lang(ja){
    min-height: 150px;
}

.features .feature:hover .icon-container .icon {
    color: #fff;
}
.features .feature h4 {
    margin-bottom: 20px;    
    color: #222;
    font-size: 21px;
}

.features .feature .icon-container {
    display: block;
    min-height: 150px;
    top: 10px;
    position: relative;
}

.features .feature .icon-container:lang(ja){
    min-height:155px;
}

.features .feature .icon-container .icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    line-height: 80px;
    font-size: 32px;
    text-align: center;
    -webkit-transition: all .15s linear;
       -moz-transition: all .15s linear;
        -ms-transition: all .15s linear;
         -o-transition: all .15s linear;
            transition: all .15s linear;
}

.fetaure-details p{
    color:#777;
    font-family: 'Noto Sans KR Light', sans-serif;
}

.fetaure-details p:lang(ja){
    font-weight:400;
    color:#555;
   font-family: 'M PLUS Rounded 1c', 'Noto Sans JP', Meiryo, Arial, sans-serif;
   word-break: break-word;
}

.fetaure-details p:lang(zh){
    font-weight:400;
    color:#555;
   font-family: 'M PLUS Rounded 1c', 'Noto Sans JP', Meiryo, Arial, sans-serif;
   transform:skew(0.03deg);
   word-break: break-word;
}

.features figure img {
    margin: 0 auto;
    display: block;
}


/* Reviews Section */
.client-data {
    border-right: 1px solid #e1e1e1;
}

.client-image {
    float: left;
}
.client-image img {
	border: 7px solid #f2f2f2;
	border-radius: 50%;
}

.client-name {
    float: left;
    padding: 60px 0 0 20px;
}
.client-name h4 {
    margin-bottom: 0px;
}

.client-quote {
    padding: 40px 0 0 20px;
}


/* Service Section */
.service {
    text-align: center;
    margin: 0;
    -webkit-transition: all .15s linear;
       -moz-transition: all .15s linear;
        -ms-transition: all .15s linear;
         -o-transition: all .15s linear;
            transition: all .15s linear;
}
.service:hover {
	margin-top: -10px;
}
 
/* .service i {
    font-size: 42px;
    margin-bottom: 10px;
}
 */

.ser-icon{
	display:inline-block;
	vertical-align:middle;
	height:65px;
}

/* Newsletter Section */
.newsletter {
    background-image: url(/webdata/images/newsletter_bg.jpg);
    -webkit-background-size: cover;
            background-size: cover;
}

.newsletter .section-head {
    color: #fff;
}

.newsletter .form {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.newsletter input {
    height: 62px;
    width: 500px;
    padding: 20px;
    background: none;
    color: #fff;
    border-radius: 3px;
}

.newsletter #success_page p,
.newsletter #message {
    color: #ffffff;
    font-size: 18px;
}

.screens .owl-prev {
    position: absolute;
    left: -27px;
    top: 50%;
    margin-top: -26px;
}
.screens .owl-next {
    position: absolute;
    right: -22px;
    top: 50%;
    margin-top: -26px;
}

/* Screenshot Section */
.small-slider .owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -26px;
}
.small-slider .owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -26px;
}

.screens .screen a {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 100%;
}
.screens .screen img {
    border-radius: 4px;
    width:100%; 
}

.hover-screen {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    left: 50%;
    margin-left: -40px;
    opacity: 0;
    transition: all 100ms ease-out;
}
.hover-screen .fa {
    height: 80px;
    width: 80px;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.screen a:hover .hover-screen {
	opacity: 1;
}
.screen a:hover .hover-screen .fa {
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 80px;
    -webkit-transition: all .15s linear;
       -moz-transition: all .15s linear;
        -ms-transition: all .15s linear;
         -o-transition: all .15s linear;
            transition: all .15s linear;
}
.screens .screen .hover-screen i:hover {
    background-color: #fff;
}

/* Brief Section */

.brief-content {
    max-width: 550px;
}

.brief-content h1 {
    line-height: 1.3em;
}

.brief-content .tap_title{
    font-size:41px;
    font-weight: bold;
    color: #000;
    letter-spacing: -.04em;
}

.brief-content .tap_subtitle{
    color:#777;
    font-size: 19px;
    font-family: 'Noto Sans KR', sans-serif;
    letter-spacing: -0.04em;
    padding-top:35px;
}

.brief-content .tap_subtitle:lang(ja){
    color:#555;
    font-size:20px;
    font-weight:400;    
	font-family: 'M PLUS Rounded 1c', 'Noto Sans JP', Meiryo, Arial, sans-serif;
}
.brief-content .tap_subtitle:lang(en){
   padding-top:0;
}

 .brief-content .tap_subtitle:lang(zh){
 	 color:#555;
    font-size:20px;
    font-weight:400;    
	font-family: 'M PLUS Rounded 1c', 'Noto Sans JP', Meiryo, Arial, sans-serif;
	transform: skew(0.03deg);	
}
 

.numlist{
    margin-top:-20px;
}


.brief-content .underline {
    margin-top: 30px;
    margin-bottom: 20px;
}

.brief-content .btn {
    margin-top: 25px;
}

.brief figure img {
    max-height: 525px;
}


/* Packages Section */

.packages {
    background: #f9f9f9;
    text-align: center;
}

.packages:lang(ja){
	margin-top:50px;
}

.packages .package {
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    padding: 30px 0;
    background:#fff;
	margin-bottom:20px;
}

.package .package-name h4{
	margin-top:32px;
}

.packages .package.featured {
    padding: 45px 0;
    margin-top: -15px;
}

.packages .package .package-price {
    font-size: 28px;
    font-weight: 300;
    display: block;
}

.packages .package .package-features ul li {
    margin-top:8px;
    margin-bottom:15px;
    margin-left:10px;
    margin-right:10px;    
	font-size:14px;
	vertical-align:middle;
	height:35px;
	display:inline-block;
	line-height:17px;
}

.wallColor {
    color:#0c7264;
}

.groupColor {
    color:#da7127;
}

.escapeColor{
	color:#191919;
}

.challengeColor{
	color:#7249b7;
}

.collectionColor{
	color:#ba202b;
}

.timelineColor{
	color:#1e3c73;
}

.wordcloudColor{
	color:#00aeff;
}

.pollColor{
	color:#f9b219;
}	

.whiteboardColor{
	color:#ec2fa6;
}

.packages .package .btn {
    margin-top: 10px;
    width: 208px;
}


.features-badge{position:absolute;top:14px;left:29px;background:#8d8d8d; color:#fff; border-radius:50px; font-size: 12px; padding:5px 11px; font-family:'Montserrat Semibold', sans-serif ; }



/* Extra Section */

ul.extra-features {
    max-width: 470px;
    margin-top: 50px;
}

ul.extra-features:lang(ja) {
    max-width: none;
}


ul.extra-features li {
    display: inline-block;
    margin-bottom: 20px;
    color: #555;
    font-size: 20px;
    margin-right:20px;
    min-width:205px;
}

ul.extra-features li:lang(ja){
	color:#777;
   	font-weight:400;
    transform:skew(0.03deg);
    min-width: 180px;
}

ul.extra-features li:lang(en) {
    color:#777;
   	font-weight:400;
    transform:skew(0.03deg);
    min-width: 36%;
    font-size:18px;
}

ul.extra-features .icon {
    /*width: 55px;
    height: 55px;*/
    margin-right: 10px;
    float: left;
    text-align: center;
     font-size: 43px;
     font-family:'cwtexhei','HGGGothicssi 80g',Sans-serif;
     color:#e4e4e4;
     top: -20px;
    position: relative;
}
ul.extra-features .icon:lang(ja){
	font-family:'M PLUS Rounded 1c', 'Noto Sans JP', Meiryo, Arial, sans-serif;
}


ul.extra-features i {
    font-size: 38px;
}

.tabs {
    margin-bottom   : 50px;
}


/* Video Section */

.video {
    /*background-image: url(/webdata/images/video_bg.jpg);*/
    background: #fff;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
}

.video .brief-content {
    color: #000;
}

/* Customer Section */
.customers {
    padding: 20px 0px;
    background: #d0d0d0;
}

.customers .customer-slider .item img {
    display: block;
    margin: 0 auto;

}

.customers .customer-slider .item:hover img {
    opacity: 1;
} 

/* Download Section */

.download .btn {
    width: 208px;
    padding: 17px 0;
}

.download .list-inline {
    display: table;
    margin: 0 auto;
}



/* Footer Section */

.footer {
    padding: 20px 0 20px 0;
    background-color: #515151;
    text-align:center;
}

.footer .underline-small {
    margin: 20px auto;
}

.footer span.jobs {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 8px;
    color: #fff;
    border-radius: 4px;
    padding: 3px 8px;
    position: relative;
}
.footer span.jobs:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 5px;
    margin-top: -5px;
}

.footer small {
    font-size: 13px;
    color:#d3d3d3;
    letter-spacing: 0;
}

.footer img {
    margin-bottom: 30px;   
    padding: 0 25px;
}


.footer img:lang(ja){
	display:block;
	margin: 0 auto 30px auto;
}


.footer ul {
    margin-bottom: 40px;
}

.footer ul li {
   /* margin-bottom: 10px;
    font-size: 14px;*/
}

.footer a,
.footer p {
    font-size: 13px;
    color:#d3d3d3;
    margin-bottom: 0;
    text-align: center;
}


.f_sns{
	position: relative;
    margin: 0 auto;
    display: inline-block;
}

.f_sns ul li{
	float:left;
	width:20%;
}

.footer i {
    font-size: 16px;
}

.footer h4 {
    margin-bottom: 5px;
}



/*추가 css*/
.contents_title{
    font-size: 42px;
    color:#000;
    font-weight: 500;
    letter-spacing: -0.04em;
}

.contents_subtitle{
    font-size: 16px;
    color:#999;
    font-weight: 600;
}

.contents_subtitle:lang(ja){
    transform:skeW(0.03deg);
}




.mon{
    font-family: 'Montserrat', sans-serif;
    font-weight:800;
}

.mon:lang(ja){
	font-weight:700;
	transform:skew(0.03deg);
}

.mon:lang(en){
	font-family: 'Montserrat', sans-serif;
	font-weight:normal;
}

.monSemiBold{
    font-family: 'Montserrat Semibold', sans-serif;
}

.monBold{
    font-family: 'Montserrat Extrabold', sans-serif;
}

.ov_p{
    font-size: 27px;
    background: url('/webdata/images/ov_p_bg.png') no-repeat left center;
    padding-left:40px;
}

.sub_span{
    font-size: 17px;
    color:#333;
    padding-left:20px;
    font-family:'Noto Sans KR', sans-serif;
}

.overview-txt{
	color:#777;
	font-weight:lighter;
}
.overview-txt:lang(ja){
	font-weight:normal;
}

.screenshots{
    background: #f9f9f9;
}

.s_title{
    color:#222;
    font-size: 21px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.s_title:lang(ja){
    color:#222;
    font-size: 21px;    
	font-family: 'M PLUS Rounded 1c', 'Noto Sans JP', Meiryo, Arial, sans-serif;
    font-weight: 700;
    transform:skew(0.03deg);
}

.s_subp{
    color:#777;
    font-family: 'Noto Sans KR Light', sans-serif;
}

.s_subp:lang(ja){
   	font-family: 'M PLUS Rounded 1c', 'Noto Sans JP', Meiryo, Arial, sans-serif;
	transform:skew(0.03deg);
	font-weight:400;
}

.s_subp:lang(zh){
   	font-family: 'Noto Sans CJK', Arial, sans-serif;
	transform:skew(0.03deg);
	font-weight:400;
}


.navbar-nav.pleft>li.current a{
    border-bottom: 3px #000 solid !important;
    color:#000 !important;
}

.navbar-nav.pleft>li.current a:lang(ja){
	transform:skew(0.03deg);
	display:inline-block;
}




.f_bg_wrap{
    width: 313px;
    height: 650px;
    position: relative;
    z-index: 99;
    margin: 0 auto;
    
}

.features .swiper-container {
	width: 264px;
	height: 568px;
	position: absolute;
	overflow: hidden;
	z-index: -1;
	left: 18px;
	top: 18px;
	border-radius: 28px;
	background: #fff;
}

.features .swiper-container ul li{
    float: left;
}

.features .swiper-wrapper{
	padding-left: initial;
	margin: 0;
	height: 100%;
}
    
.features .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: 100%;
    height: 568px;
    /* 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;
    position: relative;
}
    
  .footer_logo{
    position: relative;
}

.footer_copy{
    display: inline-block;
    position: relative;
}  


.contact {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/webdata/images/contact_img.png') no-repeat;
}

.contents_title02 {
    font-size: 42px;
    color: #fff;
    font-weight: 800;
    font-family: 'Noto Sans KR', sans-serif;
}

.contents_title02:lang(ja){
   font-family: 'M PLUS Rounded 1c', 'Noto Sans JP', Meiryo, Arial, sans-serif;
}

.c_aera{
   position: relative;
   left: 50px;
    top: 20px;
}

.c_aera02{
   position: relative;
    left: -50px;
    top: 20px;
}

.contents_p {
    font-size: 22px;
    color: #e2e2e2;
    font-family: 'Noto Sans KR Light', sans-serif;
    letter-spacing: -0.04em;
    padding-top: 15px;
    bottom: 10px;
    position: relative;
}

.contents_p {
    font-family: 'M PLUS Rounded 1c', 'Noto Sans JP', Meiryo, Arial, sans-serif;
	font-weight:400;

}

.contact_info{
    color:#fff;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.info_t{
     color:#ef6e35;
    font-size: 16px;
    padding:4px 20px;
    border:1px #ef6e35 solid;
    border-radius: 25px;
    font-weight: bold;
    line-height: 26px;
    display: inline-block;
}

.info_c{
    font-size: 26px;
    top: 2px;
    position: relative;
    font-weight:500;
    line-height:24px;
}
.info_d{
    font-size:16px;
    font-weight:400;
}


/*contact추가*/


.counting{
    padding:40px 0 !important;
    background:#f9f9f9;
}


.counting:lang(ja){
	background:#faf5eb;
}

.counting_info{
    color:#ef6e35;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.c_info_t{
    font-size: 40px;
    font-weight: 800;
}

.c_info_c{
    font-size: 22px;
    color:#555;
    font-weight: 500;
}


.ja_tip{
	font-size:16px; 
	font-weight:400;
	color:#d9c5a0;
	vertical-align:middle;
}


.c_line{
    border-right:1px #d0d0d0 solid;
}

/*counting추가*/




@media all and (min-width:320px) and (max-width:768px){
	
	.intro .intro-section h1{
		font-size:42px;
		margin-top: 2em;
	}
	
	
	.intro:lang(ja){
	    background: url(/webdata/images/japan/m_main_visual_JP02.png) 57% center no-repeat;
	}
	
	
	.btn:lang(ja){
		font-size:17px;
	}
	
	.c_info_t{
		font-size:25px;
	}
	
	.demo-content .demotxt{
		font-size:1em;
		text-align:center;
	}
	.about-content h1:lang(ja){
		font-size:2em;	
	}
	
	.contents_title:lang(ja){
	    font-size: 1.5em;
	}
	
	.contents_subtitle:lang(ja){
	    transform:skeW(0.03deg);
	    font-size:1em;
	}
		
	
	.screens .owl-prev{
		left:-9px !important;
	}
	
	.screens .owl-next{
		right:-9px !important;
	}
	
	.owl-theme .owl-controls {
		 position:static !important;
	}
	
	.btn-slide {
	    width: 40px;
	    height:40px;
	    line-height: 39px;
	    border-radius: 4px;
	    color: #fff;
	    font-size: 26px;
	    text-align: center;
	    vertical-align: middle;
	    -webkit-transition: all .15s linear;
	       -moz-transition: all .15s linear;
	        -ms-transition: all .15s linear;
	         -o-transition: all .15s linear;
	            transition: all .15s linear;
	}
		
	.features .feature .icon-container:lang(ja){
	    min-height:116px;
	}
		
		
		
	.fetaure-details p{
		width: 85%;
	    position: relative;
	    margin: 0 auto;
	}
		
	
		
		
	.f_bg_wrap {
	    position: relative;
	    z-index: 99;
	    margin: 0 auto;
	    left: 10px;
	}	
		
	.swiper-container {
	    width: 264px;
	    height: 568px;
	    position: absolute;
	    overflow: hidden;
	    z-index: -1;
	    left: 18px;
	    top: 18px;
	    border-radius: 28px;
	    background: #fff;
	}	
	
	
	.howto-data:lang(ja){
		padding: 0 7%;
	}
	
	.footer_copy{
		text-align:center;
		padding-left:0;
	}
	
	.footer_copy:lang(ja){
		text-align:center;
	    padding: 0 5%;
	}
	
	.footer img{
		margin: 0 auto 10px auto !important;
		
	}
	

	.accrdion-title:lang(ja){
		padding:14px;			
	}

	
	
	/* QA아코디언 메뉴  */

	#Accordion_wrap{
		background:#fff;
		border-top: 1px solid #dddddd;
	}
	.accrdion-title{
		background:#7e6b5a;
		color:#fff;
		font-size:24px;
		padding:25px;
		text-align:left;
		font-weight:600;
		border-radius:8px 8px 0 0;
	}
	
	.que{
		position: relative;
		padding: 18px 60px;
		cursor: pointer;
		border-bottom: 1px solid #dddddd;
		color: #000;
	    font-size: 20px;
	    line-height: 1.2;
	    text-align: left;
		padding-left:30px;
	}
	
	.que > span {
		font-weight: 400;
        font-size: 18px;
        transform: skew(0.03deg);
        display: block;
	}
	
	.que .date{
		font-size: 16px;
		text-align:center;
		color:#777;
	    font-weight: 400;
		margin-bottom: 4px;
	    transform: skew(0.03deg);
		display:inline-block; 
		vertical-align: middle;
	}
	
	.que .title {
		display:block;
		margin-top: 4px;
		/* float:left; */
		max-width:95%;
		white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
		vertical-align: middle;
	}
	
	
	
	.que .newIcon{
		margin-left:7px;
	}
		
	.que.on > span{
		font-weight: 400;
        font-size: 18px;
        transform: skew(0.03deg);
        display: block;
	}
		
	.anw {
		display: none;
	    overflow: hidden;
		font-size: 17px;
		background-color: #f4f4f2;
		padding: 27px 50px;
		text-align:left;
		font-weight:400;
		transform:skew(0.03deg);
		color:#000;
		border-bottom:1px solid #ddd;
	}
	
	.anw > span > p {
		display: inline-block;
        font-size: 15px;
        font-weight: 400;
	} 
	
	.arrow-wrap {
	  position: absolute;
	  top:50%; right: 25px;
	  transform: translate(0, -50%);
	}
	
	.que .arrow-top {
	  display: none;
	}
	.que .arrow-bottom {
	  display: block;
	}
	.que.on .arrow-bottom {
	  display: none;
	}
	.que.on .arrow-top {
	  display: block; 
	}

	

	/* 이용방법 추가 */
	
	.seq-conetnt{
		width:80%; 
	}
	
	.seqBox{
		width:100%;
		font-size: 20px;
		font-weight:400;
		background:#e6e6e6;
		border-radius:50px;
		margin-bottom: 11px;
	}
	
	.seqBox .seqNum {
		display:inline-block;
		color:#fff;
		border-radius:90px;
		padding:13px 22px;
		background:#000;
		margin-right:20px;
		font-weight:600;
		
	}
	
	.seq-content .tap_subtitle{
		font-size:18px;
        padding-left: 40px;
		display: flex;
	    align-items: center;
	}
	
		
	

	
	/* how to Section */
	
	.howto-data {  	
		padding:1%;
		margin-bottom:20px;
		text-align:left;
	}
	
	
		
	.howto-data {  	
		padding:1%;
		margin-bottom:20px;
		text-align:left;
	}
	
	
	.howto-data .howto01{
		background:url(../images/howto-bg-01.png) 100% 100% no-repeat;
		border-radius:8px;
		border:1px solid #ccc;	
		background-color: #fff;
		padding-bottom:40px;
		
		
	}
	
	.howto-data .howto02{
		background:url(../images/howto-bg-02.png) 100% 100% no-repeat;
		padding-bottom:40px;
		border-radius:8px;
		border:1px solid #ccc;
		background-color: #fff;
	}
	
	.howto-data .howto03{
		background:url(../images/howto-bg-03.png) 100% 100% no-repeat;
		padding-bottom:40px;
		border-radius:8px;
		border:1px solid #ccc;
		background-color: #fff;
	}
	
	.howto-data:last-child{
		margin-right:0;
	}
	
	.howto-image {
	    width:100%;
	}
	    .howto-image img {
			width:100%;
	        border-radius:6px 6px 0 0 ;
	    }
	
	.howto-name {
		padding-top:50px;
		padding-left:23px;
		padding-right:23px;
		transform:skew(0.03deg);
		
	}
	.howto-name h4 {
		color:#ffa313;
		font-size:30px;
	    margin-bottom: 20px;
		transform:skew(0.03deg);
		
	}
	
	.howto-name p{
		color:#666666;
		font-size:18px;
		font-weight:400;
		text-align:left;
	}

	
}


@media all and (max-width: 767px){
	
	.btn{
		width: auto !important;
	}
	
	.navbar-brand{
		padding:15px;
	}
		
		
	.navbar-default .navbar-nav.right>li>a {    
	    padding-left:10px;
	    padding-right:10px;
	}
	
	
	
	.nav.navbar-nav.right {
	    float: right;
	    position: absolute;
	    top: -2px;
	    right: 45px;
	    margin:0;
	}
	

	
	.nav.right>li{
	    float: left !important;
	}
	
	
	
	.navbar {
	    height: auto !important;
	}
	
	
	
	.brief-content .tap_title {
	       font-size: 26px;
	       font-weight: bold;
	       width: auto;
	       color: #000;
	       letter-spacing: -.04em;
	       text-align: center;
	       display: inline-block;
	}
	
	.brief-content .tap_subtitle {
	    color: #777;
	    font-size: 16px;
	    font-family: 'Noto Sans KR', sans-serif;
	    letter-spacing: -0.04em;
	    padding-top: 0px;
	    margin-bottom: 60px;
	    line-height: 1.5;
	}
	
	.brief-content .tap_subtitle:lang(ja) {
	   font-weight:500;
	}
	
	
	.intro_t {
	   font-size: 42px;

	}
	
	.intro_t:lang(en) {
	   font-size: 2.6em;
	}
	
	.intro_t img{
		width:22%;
		
	}
	
	.intro{
	    background: url(/webdata/images/main_visual_KR.png) 43% center no-repeat;
	}
	
	.intro:lang(ja){
	    background: url(/webdata/images/japan/m_main_visual_JP02.png) 57% center no-repeat;
	}
	
	.intro .intro-section h1 {
	    color: #fff;
	    line-height: 1.1em;
	    text-align: left;
	    padding: 5px 0 50px 0; 
	    font-size:3em;
	    letter-spacing:-4px;
	}
	
	.intro .intro-section h1:lang(en) {	
		font-family: 'Montserrat', sans-serif;	
		letter-spacing:-0.8px;
		font-size:2.5em;
		font-weight:700;
	}
	
	.intro .intro-section h1:lang(ja) {	
		letter-spacing:-2px;
		font-size:2em;
		line-height:1.5em;
	}
	
	.intro .intro-section .m_s_title {
	    font-size: 0.85em;  
	    color: #fff;
	    font-weight: 500;
	    text-align: left;
	    top: -35px;
	    position: relative;
	}
	
	
	ul.extra-features {
	    max-width: 470px;
	    margin-top: 0;
	}
	
	
	ul.extra-features .icon {
	    margin-right: 10px;
	    float: left;
	    text-align: center;
	    font-size: 36px;
	    font-family: 'cwtexhei','HGGGothicssi 80g',Sans-serif;
	    color: #e4e4e4;
	    top: -20px;
	    position: relative;
	    padding-left: 20px;
	    width:55px;
	}
	
	.tap2{
	    padding-top:0 !important;
	}
	
	.tap3{
	    left:0 !important;
	}
	
	
	
	.nav{
	    padding-left:0 !important;
	}
	
	
	.navbar-nav>li.current a {
	    border-bottom: none !important;
	    color: #eb7d1c !important;
	}
	
	.pleft {
	    margin-left: 0px !important;
	}
	
	
	.navbar-nav>li.current a {
	    border-bottom: none !important;
	    color: #fff !important;
	}
	
	.ov_p {
	    font-size: 18px;
	    background: url('/webdata/images/ov_p_bg.png') no-repeat left center;
	    padding-left: 30px;
	}
	
	
	.sub_span {
	    font-size: 15px;
	    color: #333;
	    padding-left: 15px;
	    font-family: 'Noto Sans KR', sans-serif;
	}
	
	.ap_tap{
	    left: -10px !important;
	    position: relative !important;
	}
	
	ul.extra-features li {
	    display: inline-block;
	    margin-bottom: 20px;
	    color: #555;
	    font-size: 16px;
	    min-width:180px;
	}
	
	/* ul.extra-features li:lang(ja) {
	    min-width:0 !important;
	} */
	
	.tap_subtitle > br{
		display:none;
	}
	
	.tap_subtitle{
		width:auto !important;
	}
	
	.footer_logo, .footer_copy {
	    position: relative;
	    display: inline-block;
	}
	
	
	.navbar-mbtn {
	    position: absolute;
	    float: right;
	    padding: 9px 10px;
	    /* margin-right: 5px; */
	    background-color: transparent;
	    border: 1px solid transparent;
	    margin-top: 15px;
	    display: block !important;
	    right: 0;
	}
	
	/* .navbar-mbtn:lang(ja){
	    position: absolute;
	    float: right;
	    padding: 9px 10px;
	    margin-right: 5px;
	    background-color: transparent;
	    border: 1px solid transparent;
	    margin-top: 15px;
	    display: block !important;
	    right: 0;
	}
	 */
	
	.pin_btn{
		left:5px;
	}
	
	.footer img {
	    margin-bottom: 20px;
	    float: none !important;
	    padding: 0 25px;
	}
	
	.navbar-nav.pleft>li.current a{
		border-bottom: none !important;
	    color: #ef6e35 !important;
	}	
	
	
	/*contact추가*/
	.contact {
	    background: url('/webdata/images/contact_img.png') no-repeat -650px;
	    background-size: cover; 
	}
	
	.contents_title02 {
	    font-size: 42px;
	    color: #fff;
	    font-weight: 800;
	    font-family: 'Noto Sans KR', sans-serif;
	}
	
	.c_aera{
	   position: relative;
	   left: 0 !important;
	}
	
	.c_aera02{
	   position: relative;
	    margin-top: 10px;
	    left: 0 !important;
	}
	
	.contents_p {
	    font-size: 20px;
	    color: #e2e2e2;
	    font-family: 'Noto Sans KR Light', sans-serif;
	    letter-spacing: -0.04em;
	    padding-top: 25px;
	    bottom: 10px;
	    position: relative;
	}
	
	.contact_info{
	    color:#fff;
	    text-align: center;
	    font-family: 'Montserrat', sans-serif;
	    font-weight: 600;
	}
	
	.info_t{
	    color:#ef6e35;
	    font-size: 16px;
	    padding:4px 20px;
	    border:1px #ef6e35 solid;
	    border-radius: 25px;
	    font-weight: 600;
	    line-height: 26px;
	    display: inline-block;
	}
	
	.info_c{
	    font-size: 22px;
	}
	/*contact추가*/
	
	
	/*counting추가*/
	.counting{
	    padding:40px 0 !important;
	    background:#f9f9f9;
	}
	
	.counting_info{
	    color:#ef6e35;
	    text-align: center;
	    font-family: 'Montserrat', sans-serif;
	    font-weight: 600;
	}
	.c_info_t{
	    font-size: 28px;
	    font-weight: 800;
	    margin-bottom: 5px !important;
	    width: 53%;
        margin: 0 auto;
	}
	
	.c_info_c{
	    font-size: 18px;
	    color:#555;
	    font-weight: 500;
	    margin-bottom: 30px;
	}
	
	.c_line{
	    border-right:0;
	}
	
	/* 로그인,로그아웃,다국어 버튼 생성 */
	
	.bx_setting {
		display:block !important;
		overflow:hidden;
		padding-top:20px;
	}
	
	.btnSet{
		display:none !important;
	}
	
	.bx_setting .bx_login {
		width: 48%;
	    border: 1px solid #c9c9c9;
	    background: #f7f7f7;
	    text-align: center;
	    font-size: 14px;
	    margin: 0 1%;
	    border-radius: 30px;
	    padding: 5px 0;
	}
	
	.bx_setting .bx_login li a{
		display:block;
	}
	
	.bx_setting .bx_login li a:hover{
		color:#000;
	}
	
	.bx_setting .bx_lang{
		width:48%;
		margin:0 1%;
		text-align:center;
	}
	.bx_setting > div{
		float:left;
	}
	
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
		max-height:360px !important;
	}
	
}


@media all and (min-width:768px){
	
	.navbar-brand {
		padding:15px 4px !important;
	}
	
	
	
	/* 이용방법 추가 */
	
	.seq-conetnt{
		width:80%; 
	}
	
	.seqBox{
		width:100%;
		font-size: 24px;
		font-weight:400;
		background:#e6e6e6;
		border-radius:50px;
	}
	
	.seqBox .seqNum {
		display:inline-block;
		color:#fff;
		border-radius:90px;
		padding:20px 30px;
		background:#000;
		margin-right:20px;
		font-weight:600;
		
	}
	
	.seq-content .tap_subtitle{
		font-size:19px;
		margin-top:5px;
		height: 61px;
	    margin-bottom: 10px;
		display: flex;
	    align-items: center;
	}
	
	
	
	/* how to Section */
	
	.howto-data {  	
		padding:1%;
		margin-bottom:20px;
		text-align:left;
	}
	
	
		
	.howto-data {  	
		padding:1%;
		margin-bottom:20px;
		text-align:left;
	}
	
	
	.howto-data .howto01{
		background:url(../images/howto-bg-01.png) 100% 100% no-repeat;
		border-radius:8px;
		border:1px solid #ccc;	
		background-color: #fff;
		padding-bottom:40px;
		
		
	}
	
	.howto-data .howto02{
		background:url(../images/howto-bg-02.png) 100% 100% no-repeat;
		padding-bottom:40px;
		border-radius:8px;
		border:1px solid #ccc;
		background-color: #fff;
	}
	
	.howto-data .howto03{
		background:url(../images/howto-bg-03.png) 100% 100% no-repeat;
		padding-bottom:40px;
		border-radius:8px;
		border:1px solid #ccc;
		background-color: #fff;
	}
	
	.howto-data:last-child{
		margin-right:0;
	}
	
	.howto-image {
	    width:100%;
	}
	    .howto-image img {
			width:100%;
	        border-radius:6px 6px 0 0 ;
	    }
	
	.howto-name {
		padding-top:50px;
		padding-left:23px;
		padding-right:23px;
		transform:skew(0.03deg);
		
	}
	.howto-name h4 {
		color:#ffa313;
		font-size:30px;
	    margin-bottom: 20px;
		transform:skew(0.03deg);
		
	}
	
	.howto-name p{
		color:#666666;
		font-size:18px;
		font-weight:400;
		text-align:left;
	}

 
	
		
	/* QA아코디언 메뉴  */
	
	.extra {background:#fff;}
	
	#Accordion_wrap{
		background:#fff;
		border-top: 1px solid #dddddd;
	}
	.accrdion-title{
		background:#7e6b5a;
		color:#fff;
		font-size:24px;
		padding:17px 17px 17px 25px;
		text-align:left;
		font-weight:600;
		border-radius:8px 8px 0 0;
		
	}
	
		
	.que{
		position: relative;
		padding: 18px 19px;
		cursor: pointer;
		border-bottom: 1px solid #dddddd;
		color: #000;
	    font-size: 20px;
	    line-height: 1.2;
	    text-align: left;
		padding-left:30px;
	}
	
	.que > span {
		font-weight: 400;
        font-size: 18px;
        transform: skew(0.03deg);
        display: block;
	}
	
	.que .date{
		font-size: 17px;
		text-align:center;
		color:#777;
	    font-weight: 400;
		margin-bottom:0;
	    transform: skew(0.03deg);
		display:inline-block; 
		vertical-align: middle;
	}
	
	.que .title {
		margin-left:25px;
		max-width:70%;
		display:inline-block;
		white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
		vertical-align: middle;
	}
	
	
	/* @media all and (max-width:991px){
		.que .title {max-width:40%;}
	}*/
	
	.que .newIcon{
		margin-left:7px;
	}
		
	.que.on>span{
		font-weight: 400;
        font-size: 18px;
        transform: skew(0.03deg);
        display: block;
	}
		
	.anw {
		display: none;
	    overflow: hidden;
		background-color: #f4f4f2;
		padding: 27px 80px;
		text-align:left;
		color:#000;
		border-bottom:1px solid #ddd;
	}
	
	.anw > span > p {
		display: inline-block;
	    font-size: 15px;
	    font-weight:400;
	}
	
	.arrow-wrap {
	  position: absolute;
	  top:50%; right: 25px;
	  transform: translate(0, -50%);
	}
	
	.que .arrow-top {
	  display: none;
	}
	.que .arrow-bottom {
	  display: block;
	}
	.que.on .arrow-bottom {
	  display: none;
	}
	.que.on .arrow-top {
	  display: block; 
	}

	
	
	.navbar-nav{
		padding-left:0em;
	}

		
	.features .feature .icon-container:lang(ja){
	   min-height:116px;
	}
	
	/* Buzz */
	@-webkit-keyframes hvr-buzz {
	  50% {
	    -webkit-transform: translateX(3px) rotate(2deg);
	    transform: translateX(3px) rotate(2deg);
	  }
	  100% {
	    -webkit-transform: translateX(-3px) rotate(-2deg);
	    transform: translateX(-3px) rotate(-2deg);
	  }
	}
	@keyframes hvr-buzz {
	  50% {
	    -webkit-transform: translateX(3px) rotate(2deg);
	    transform: translateX(3px) rotate(2deg);
	  }
	  100% {
	    -webkit-transform: translateX(-3px) rotate(-2deg);
	    transform: translateX(-3px) rotate(-2deg);
	  }
	}
	.hvr-buzz {
	  display: inline-block;
	  vertical-align: middle;
	  -webkit-transform: perspective(1px) translateZ(0);
	  transform: perspective(1px) translateZ(0);
	  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	}
	.hvr-buzz:hover, .hvr-buzz:focus, .hvr-buzz:active {
	  -webkit-animation-name: hvr-buzz;
	  animation-name: hvr-buzz;
	  -webkit-animation-duration: 0.15s;
	  animation-duration: 0.15s;
	  -webkit-animation-timing-function: linear;
	  animation-timing-function: linear;
	  -webkit-animation-iteration-count: infinite;
	  animation-iteration-count: infinite;
	}
	
	/* Buzz Out */
	@-webkit-keyframes hvr-buzz-out {
	  10% {
	    -webkit-transform: translateX(3px) rotate(2deg);
	    transform: translateX(3px) rotate(2deg);
	  }
	  20% {
	    -webkit-transform: translateX(-3px) rotate(-2deg);
	    transform: translateX(-3px) rotate(-2deg);
	  }
	  30% {
	    -webkit-transform: translateX(3px) rotate(2deg);
	    transform: translateX(3px) rotate(2deg);
	  }
	  40% {
	    -webkit-transform: translateX(-3px) rotate(-2deg);
	    transform: translateX(-3px) rotate(-2deg);
	  }
	  50% {
	    -webkit-transform: translateX(2px) rotate(1deg);
	    transform: translateX(2px) rotate(1deg);
	  }
	  60% {
	    -webkit-transform: translateX(-2px) rotate(-1deg);
	    transform: translateX(-2px) rotate(-1deg);
	  }
	  70% {
	    -webkit-transform: translateX(2px) rotate(1deg);
	    transform: translateX(2px) rotate(1deg);
	  }
	  80% {
	    -webkit-transform: translateX(-2px) rotate(-1deg);
	    transform: translateX(-2px) rotate(-1deg);
	  }
	  90% {
	    -webkit-transform: translateX(1px) rotate(0);
	    transform: translateX(1px) rotate(0);
	  }
	  100% {
	    -webkit-transform: translateX(-1px) rotate(0);
	    transform: translateX(-1px) rotate(0);
	  }
	}
	@keyframes hvr-buzz-out {
	  10% {
	    -webkit-transform: translateX(3px) rotate(2deg);
	    transform: translateX(3px) rotate(2deg);
	  }
	  20% {
	    -webkit-transform: translateX(-3px) rotate(-2deg);
	    transform: translateX(-3px) rotate(-2deg);
	  }
	  30% {
	    -webkit-transform: translateX(3px) rotate(2deg);
	    transform: translateX(3px) rotate(2deg);
	  }
	  40% {
	    -webkit-transform: translateX(-3px) rotate(-2deg);
	    transform: translateX(-3px) rotate(-2deg);
	  }
	  50% {
	    -webkit-transform: translateX(2px) rotate(1deg);
	    transform: translateX(2px) rotate(1deg);
	  }
	  60% {
	    -webkit-transform: translateX(-2px) rotate(-1deg);
	    transform: translateX(-2px) rotate(-1deg);
	  }
	  70% {
	    -webkit-transform: translateX(2px) rotate(1deg);
	    transform: translateX(2px) rotate(1deg);
	  }
	  80% {
	    -webkit-transform: translateX(-2px) rotate(-1deg);
	    transform: translateX(-2px) rotate(-1deg);
	  }
	  90% {
	    -webkit-transform: translateX(1px) rotate(0);
	    transform: translateX(1px) rotate(0);
	  }
	  100% {
	    -webkit-transform: translateX(-1px) rotate(0);
	    transform: translateX(-1px) rotate(0);
	  }
	}
	.hvr-buzz-out {
	  display: inline-block;
	  vertical-align: middle;
	  -webkit-transform: perspective(1px) translateZ(0);
	  transform: perspective(1px) translateZ(0);
	  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	}
	.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
	  -webkit-animation-name: hvr-buzz-out;
	  animation-name: hvr-buzz-out;
	  -webkit-animation-duration: 0.75s;
	  animation-duration: 0.75s;
	  -webkit-animation-timing-function: linear;
	  animation-timing-function: linear;
	  -webkit-animation-iteration-count: 1;
	  animation-iteration-count: 1;
	}

}



@media all and (max-width:991px){
	
	.navbar .nav>li>a {
		padding:30px 6px;
	}
			
	.pin {
		width:100px;
	}
	
	/* section:lang(ja) {
		padding:30px 0;
		overflow-x: visible;
	} */
	
	.about-wrap {display:block !important;}
	.about-wrap-2 {display:none !important;}
	
	.demo-content .demotxt{
		font-size:1em;
		text-align:center;
	}

	
	.btn{
		margin-bottom:10px !important;
	}	
	
	.navbar-nav{
		padding-left:0;
	}
	
	.navbar-default .navbar-nav>li>a{
		font-size:13px !important;
	}
	
	.video-item {
	    width:auto !important;
	}
	
	.navbar-brand>img {
	    display: block;
	    width: 112px;
	    margin-top:5px;
	}
	
	.navbar-brand>img:lang(ja) {
	    display: block;
	    width:76px;
	    margin-top:5px;
	    margin-left:8px;    
	}
	
	.navbar-brand>img:lang(en) {
	    display: block;
	    width:106px;
	    margin-left:2px;    
	}
	
	.navbar-header{
	    margin-left: -20px !important;
	}
	
	
	
	.navbar-default .navbar-nav.right>li>a {
	    font-size: 14px;
	    font-weight: 600;
	    color: #555;
	    padding-top: 30px;
	    padding-bottom: 30px;
	    letter-spacing:-0.09em;
	    /*right: -20px;*/
	    width: 100%;
  		  text-align: center;
	}
	
	.navbar {
	    min-height: 80px;
	}
	

}

@media all and (min-width: 992px) and (max-width: 1199px){
	
		.navbar-default .navbar-nav>li>a {
		 	font-size:14px;
		 	padding:30px 12px;
		}
	
}

/* 권장사양 팝업 */
#specification_wrap .specification_window{
	width: 500px;
    height: 410px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    position: absolute;
    margin: 0 auto;
    top: 5rem;
    left:50%;
    transform: translate(-50%);
}

.specification_mask {
	width:100%;
	height:100%;
    position:absolute;  
    z-index:9000;  
    background-color:#000;  
    display:none;  
    left:0;
} 

.specification_window{
    display: none;
    position:absolute;  
    background-color:#FFF;
    z-index:10000;   
}

.specification_window .div_pop_close{
	position: absolute;
	right: 0;
	background: url(/webdata/images/close_btn.png) no-repeat center center; 
	margin:10px;
	width: 18px;
	height: 18px;
}

.specification_window .pop_close{
	width: 18px;
	height: 18px;
	position: absolute;
}


/* 권장사양 팝업 */

/* 서버점검 팝업 */
#server_wrap .server_window{
/* 	width: 500px; */
    height: 0px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    position: absolute;
    margin: 0 auto;
    top: 5rem;
    left:50%;
    transform: translate(-50%);
}

.server_mask {
	width:100%;
	height:100%;
    position:absolute;  
    z-index:9000;  
    background-color:#000;  
    display:none;  
    left:0;
} 

.server_window{
    display: none;
    position:absolute;  
    background-color:#FFF;
    z-index:10000;   
}

.server_window .div_pop_close{
	position: absolute;
	right: 0;
	background: url(/webdata/images/close_btn.png) no-repeat center center; 
	margin:10px;
	width: 18px;
	height: 18px;
}

.server_window .pop_close{
	width: 18px;
	height: 18px;
	position: absolute;
}
/* 서버점검 팝업 */




.material-icons:lang(ja){
	font-family: 'Material Icons';
}


@media all and (max-width:320px){
	
	.intro .intro-section h1:lang(ja) {	
		letter-spacing:-3px;
		font-size:1.65em;
		line-height:1.2em;
	}
	
	
	.navbar-brand>img {
	    display: block;
	    width: 95px;
	    margin-top:8%;
	    
	}
	
	.navbar-brand>img:lang(ja){
	    display: block;
	    width: 62px;
	    margin-top:8%;
	    margin-left:3px;
	}
	
	.navbar-brand>img:lang(en){
	    display: block;
	    width: 83px;
	    margin-top:5%;
	}
	
}

@media all and (min-width:1200px){
	
	.fetaure-details .ja_line:lang(ja){
		margin-right:110px;
	}
}


/* 22-08-12 추가 */


.contents_subcontent{
	 font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.41;
  letter-spacing: -0.43px;
  text-align: center;
  color: #666;
  transform:skew(0.03deg);  
  width:80%; 
  margin:15px auto;
  
}


.about figure img {
	width:100%;
    max-height: 525px;
}

.about-content h1{
	text-align:left;
	margin-bottom:10px;
	font-weight:600;
	color:#ffa313;
}

.about-content p{
	text-align:left;
	font-weight:400;
	transform:skew(0.03deg);
}



@media all and (min-width:991px){
	
	.alignCenter {
			position:absolute;
			top:50%;
			right:0;
			transform: translateY(-50%);
	}
	
/* how to Section */
	
	.howto-data {  	
		padding:1%;
		margin-bottom:20px;
		text-align:left;
	}
	
	
	.howto-data .howto01{
		background:url(../images/howto-bg-01.png) 100% 50% no-repeat;
		height:390px;	
		border-radius:8px;
		border:1px solid #ccc;	
		background-color: #fff;
		
		
	}
	
	.howto-data .howto02{
		background:url(../images/howto-bg-02.png) 100% 50% no-repeat;
		height:390px;	
		border-radius:8px;
		border:1px solid #ccc;
		background-color: #fff;
	}
	
	.howto-data .howto03{
		background:url(../images/howto-bg-03.png) 100% 50% no-repeat;
		height:390px;	
		border-radius:8px;
		border:1px solid #ccc;
		background-color: #fff;
	}
	
	.howto-data:last-child{
		margin-right:0;
	}
	
	.howto-image {
	    width:100%;
	}
	    .howto-image img {
			width:100%;
	        border-radius:6px 6px 0 0 ;
	    }
	
	.howto-name {
		padding-top:72px;
		padding-left:23px;
		padding-right:23px;
		transform:skew(0.03deg);
		
	}
	.howto-name h4 {
		color:#ffa313;
		font-size:30px;
	    margin-bottom: 20px;
		transform:skew(0.03deg);
		
	}
	
	.howto-name p{
		color:#666666;
		font-size:18px;
		font-weight:400;
		text-align:left;
	}
	
	
	
	
	
	.about .row {
		display:flex;
		margin-left: 0;
    margin-right: 0;
	}
	.about .row .about-content{
		padding:0 20px;
		height:100%;
		display:flex;
		flex-direction: column;
		justify-content:center;
	}
	
}

.about .small-slider .owl-prev {
    position: absolute;
    left: 2%;
    top: 50%;
    margin-top: -26px;
}
.about .small-slider .owl-next {
    position: absolute;
    right: 2%;
    top: 50%;
    margin-top: -26px;
}



/* Tips Section */

.note-data {  		
	margin-bottom:20px;
}

.note-data a{
	display:block;
	background:#f7f7f7;
}
.note-data a:hover{
	color:#c8c8c8;
}
.note-data:last-child{
	margin-right:0;
}

.note-image {
    width:100%;
}
    .note-image img {
		width:100%;
        border-radius:6px 6px 0 0 ;
    }

.note-name {
	padding-left:23px;
	padding-right:23px;
	transform:skew(0.03deg);
	height:150px;
}
.note-name h4 {
	font-size:22px;
    margin-bottom: 0px;
	transform:skew(0.03deg);
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.note-con{
	font-size:17px;
	padding-top:5px;
    width: 85%;
	transform:skew(0.03deg);
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.note-url{
	padding-bottom:15px;
	transform:skew(0.03deg);
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}



/* how to Section

.howto-data {  	
	padding:1%;
	margin-bottom:20px;
	text-align:left;
}


.howto-data .howto01{
	background:url(../images/howto-bg-01.png) 100% 50% no-repeat;
	height:390px;	
	border-radius:8px;
	border:1px solid #ccc;	
	background-color: #fff;
	
	
}

.howto-data .howto02{
	background:url(../images/howto-bg-02.png) 100% 50% no-repeat;
	height:390px;	
	border-radius:8px;
	border:1px solid #ccc;
	background-color: #fff;
}

.howto-data .howto03{
	background:url(../images/howto-bg-03.png) 100% 50% no-repeat;
	height:390px;	
	border-radius:8px;
	border:1px solid #ccc;
	background-color: #fff;
}

.howto-data:last-child{
	margin-right:0;
}

.howto-image {
    width:100%;
}
    .howto-image img {
		width:100%;
        border-radius:6px 6px 0 0 ;
    }

.howto-name {
	padding-top:72px;
	padding-left:23px;
	padding-right:23px;
	transform:skew(0.03deg);
	
}
.howto-name h4 {
	color:#ffa313;
	font-size:30px;
    margin-bottom: 20px;
	transform:skew(0.03deg);
	
}

.howto-name p{
	color:#666666;
	font-size:18px;
	font-weight:400;
	text-align:left;
}




 */

.footer_copy:lang(ja){
	transform:skew(0.03deg);
    display: block;
    position: relative;
    text-align:center;
}


.footer_copy .privacy{margin-bottom:20px;}
.footer_copy .line{display:inline-block;margin:0 10px;width:1px; background:#838383; height:10px;}


/* demo */

.demo {
	background:#f4f3f5;
}


.demo .row .about-content{
	height:100%;
	display:flex;
	flex-direction: column;
	justify-content:center;
}
	
.demo-content{
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.demo-content .demotxt{
	font-size:40px;
	color:#000;
	font-weight:bold;
	line-height:1em;
	letter-spacing:-.04em;
}


.demo-content .btn-custom{
	margin-top:20px;
	font-size:1.25em
}


/* 23-05-31 quizn live 메인  */


/* intro(renewal) Section */

.intro-ja{
	display:block;
	position:relative;
	padding-top: 125px;
	background:#fffcf7;
}

.m-intro-ja{
	display:none;
}


.svc-data {  		
	margin-bottom:20px;
}

.svc-data:last-child{
	margin-right:0;
}

.svc-image { 
    width:100%;
}

.svc-image img {
	width:100%;
}

.svc-name {
	padding-top:20px;
	padding-left:20px;
	transform:skew(0.03deg);
	
}
.svc-name .mon {
	font-size:25px;
    margin-bottom: 0px;
	transform:skew(0.03deg);
	color:#000;
	font-family: Montserrat;
	font-weight:900;
}

.svc-name .mround {
	font-size:25px;
    margin-bottom: 0px;
	transform:skew(0.03deg);
	color:#000;
	font-family:'m-plus-rounded-1c', 'Noto Sans JP', Meiryo, sans-serif, Arial;
	font-weight:700;
}

.svc-name .mround.font20{
	font-size:20px;
}


.svc-con{
	font-size: 16px;
    font-weight: 400;
    line-height: 1.52;
    padding-top: 5px;
    width: 100%;
    color: #000;
    transform: skew(0.03deg);
    text-overflow: ellipsis;
    white-space: pre-line;
    overflow: hidden;
    word-break:break-word;
}


.qGroupBox{
	position:relative;
	background:#9d72d7;
	 float: left;
    border-radius: 20px;
}
.qGroup-image {
	text-align:center;
}

.qGroup-image img {
	width:80%;
	text-align:center;
}

.section03{
	background:#f9f9f9;
}

.section04 {
	background:#f9f9f9;
	margin-top:50px;
}

.fmon {font-family:'Montserrat', sans-serif !important;}
.cfff {color:#FFFFFF !important;}




.client-quote {
    padding: 40px 0 0 20px;
}


/* note 링크  */


.noteLinkWrap{
	background:#fff;
}

	
.page{
	position: relative;
	cursor: pointer;
	font-size: 14px;
	border-bottom: 1px solid #dddddd;
	color: #000;
    font-size: 20px;
    line-height: 1.2;
    text-align: left;
	transform:skew(0.03deg);
	overflow:hidden;
	display: flex;
    align-content: center;
    flex-direction: row;
    align-items: center;
}

.page:first-child{
	border-top:1px solid #ddd;
}

.page .thumb-note{
	display:inline-block;
	width:17%;
	background:#fff;
	clip-path: polygon(2% 2%, 98% 2%, 98% 98%, 2% 98%);	/* 이미지 테두리 자름 */
}

.page > a{
	width:100%;
	display:flex;
    align-items: center;
    text-decoration:none;
    
}

.page > a:hover{
	color:#000;
	cursor:pointer;
	text-decoration:none;
	
}

.page .con{
	display:flex; 
	flex-direction: column;
	width:70%;
	margin-top:7px;
}


.page .title{
	width: 92%;
    font-size: 18px;
    font-weight: 400;
    transform: skew(0.03deg);
    margin: 0 3%;
    color:#000;
}


.page .writer{
	width: 92%;
    font-size: 18px;
	color:#777;
    font-weight: 500;
    transform: skew(0.03deg);
    margin: 1% 3%;
}

.page .writer span {
	padding-left:25px;
}


/* 체험하기 버튼 */
.btn-bottom{
	
    padding: 30px 0;
    margin-top: -58px;
    z-index: 999;
}

.btn-bottom .btn-trial{
	padding:15px 0;
	text-align:center;
	font-weight:bold;
	font-size:24px;
	background:#ff8600;
	display:block;
	color:#fff;
	width: 26%;
    margin: 0 auto;
    border-radius: 7px;
}

/* note 글 더 보기 버튼  */

.noteJp-btn-more button:lang(ja){
	margin-top:15px;
	font-size:18px;
	font-weight:bold;
	font-family:'m-plus-rounded-1c', 'Noto Sans JP', Meiryo, sans-serif, Arial !important;
}


@media (max-width: 480px) {
	.home_btn:lang(ja){
		display:none !important;
	}
	
	.home_btn_ja{
		display:none !important;
	}	
}

@media all and (min-width: 320px) and (max-width: 991px){
	
	.home_btn:lang(ja){
		right:-20px;
	}
	
	.home_btn_ja{
		right:-20px;
	}
	
	.login:lang(ja), .logout:lang(ja){
		display:none;
	}
	
	.section-head:lang(ja){
		margin-bottom:30px; 
		margin-top:46px;
	}
	
	.navbar-mbtn:lang(ja){
		display:none !important;
	}
	
	.intro-ja, .intro02-ja{
		display:none;
	}
	
	.m-intro-ja {
		display: none;
		position:relative;
		background:#f9f9f9;
	}
	
	.m-intro02-ja{
		display:block !important;
	}
	
	.m-intro-ja.m-intro02-ja{
		padding-top:7%;
		background:#f9f9f9;
	}
	
	.m-intro-ja .swiper {
      width: 100%;
      height: 100%;
    }

	.m-intro-ja .mSwiper{
	    height: 100% !important;
	}

    .m-intro-ja .mSwiper {
      text-align: left;
      font-size: 18px;
    }

    .m-intro-ja .mSwiper img {
      display: block;
      width: 95%;
      margin:0 auto;     
      
    }
    
    .m-intro-ja .swiper-pagination{
		left:50%;
		bottom:4%; 
		transform:translate(-50%, 0);
	}
	
	.m-intro-ja .swiper-pagination-bullet {
	    width: 12px;
		height: 12px;
		display: inline-block;
		border-radius: 100%;
		background: #bababa;;
		margin:0 3px;
		opacity:1;
	}
	
	.m-intro-ja .swiper-pagination-bullet-active {
	    background: #4b4b4b;
	}
	
	.page .title{
		font-size:18px;
		padding-top: 2%;
	}
	
	.page .thumb-note{
	    display:none;
	}
	
	.page .con {
		width:100%;
		margin:20px 10px;
	}
	
	.page .writer{
		margin : 2%; 
		font-size:16px;
	}
	
	/* 체험하기 버튼 */
	.btn-bottom{
		position: sticky;
	    height: auto;
	    bottom: 0;
		padding:1% 0;
		margin:0;
	    z-index: 999;
	}
	
	.btn-bottom .btn-trial{
		padding:15px 0;
		text-align:center;
		font-weight:bold;
		font-size:24px;
		background:#ff8600;
		display:block;
		color:#fff;
		width: 70%;
	    border-radius: 7px;
	}
	
	
	.pin_btn:lang(ja){
		left:33px;
		
	}
		
	.lpjpmobile:lang(ja){
		display:none !important;
	}
	
	.lpjpprice:lang(ja){
		left:33px;
	}	
}
/* 일본 price 화면 추가 css */
.svProductWrap {font-weight:400;}
.svProductWrap .svTitle{font-size:32px; margin-top:50px;}
.svProductWrap .svPrice{margin-top:25px; font-size:1.5em;line-height: 1.5em;}
.svProductWrap .svPrice .payUnit{font-size:26px;display:inline-block; vertical-align:top;}
.svProductWrap .svPrice .payTxt{font-size:15px; display:inline-block; vertical-align:bottom;font-weight:normal;}
.svProductWrap .svPrice > a{color:#a33d91; cursor:pointer;}
.svProductWrap .svPrice > a:hover {text-decoration:underline; }
.svProductWrap .svCont{height:120px; margin-top:28px; color:#595959; font-size:14px; letter-spacing:-0.21px; line-height:1.29;margin-bottom:20px; }
.svProductWrap .svCont2{margin-top:25px; color:#595959; font-size:14px; letter-spacing:-0.21px; line-height:1.29; }
.svProductWrap .svPoint{margin-top: 31px; height: 197px;}
.svProductWrap .svPoint li {position:relative;padding-left:25px; font-size:15px; line-height:1.8; letter-spacing: -0.56px; transform:skew(0.03deg);}
.svProductWrap .svPoint img {position:absolute; top:5px; left:0;}
.svProductWrap .btnWrapBlock {margin-top:50px; margin-bottom:33px; }
.svProductWrap .svBtn {position: absolute; bottom: 0; width: calc(100% - 80px);}
.price-box{background:#fff; border-radius:30px; border: 6px solid #f9f9f9;}
.price-box:last-child{margin-right:0;}
.c_show{color:#ff8600;}
.c_spot {color:#2fbb20;}
.c_school {color:#0088cc;}
.c_expire {color:#de432f;}

.priceTable {font-size:14px; }
.tbl-01{background:#e3e3e3; color:#4a4a4a; text-align: center;  vertical-align: middle;  border-bottom: 1px solid #fff;}
td {padding-left:5px; line-height:2em; border-top:1px solid #e3e3e3; border-bottom:1px solid #e3e3e3;}
.tbl-rgt-line {background:#f5f5f5; border-right:1px solid #e3e3e3;}

/* 가격 페이지 수정 리스트형 */
.price-list-wrap li {	list-style:inherit; transform:skew(0.03deg);}
.price-list-wrap p {margin:7px 0;}
.price-list-wrap {display: flex; justify-content: center; flex-direction: column; margin: 0 7%;}
.price-list-wrap ul li{margin-left:20px;line-height:32px;}
.price-list-wrap .lst-type-01 {list-style-type: none;margin-top:5px;color:#222;font-size:16px; font-weight:400;}
.price-list-wrap .lst-type-01 b{display:inline-block;font-weight:500;padding:5px 0;color:#000; font-size:28px;}
.price-list-wrap .lst-type-01 .lst-type-02 li{color:#595959;list-style:none;margin-left:-5px;}
.price-list-wrap .lst-type-01 .bold{font-weight:500;}
.price-list-wrap .lst-type-03{border: 1px solid #dddddd; border-radius: 10px; padding: 20px; background: #ffffff;}

@media all and (max-width:767px) {
	.section04 {display:none;}
	.svProductWrap .svCont{height:100px; margin-top:10px; color:#595959; font-size:14px; letter-spacing:-0.21px; line-height:1.29;margin-bottom:10px; }
	.svProductWrap .svPrice{margin-top:10px; font-size:2em;line-height: 2em;}
	.svProductWrap .svPrice .payTxt{vertical-align:inherit;}
}

@media all and (min-width:768px) {
	.reviews_m{display:none;}
}


.seqNum.one-c {background:#fc664d;}
.seqNum.two-c {background:#fb6c47;}
.seqNum.thre-c {background:#f8783b;}
.seqNum.four-c {background:#f58331;}
.seqNum.five-c {background:#f38b29;}


