@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&family=Noto+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');
*{padding:0; margin:0}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Noto Sans KR', sans-serif;;
	color:#101010;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {line-height: 1; height: 100vh;}
html{scroll-behavior: smooth;}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/*main*/
.wrap_main{text-align:center}
.hip-item{max-width:850px; text-align:center; margin:0 auto}
.hip-item img{width:50%; box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-shadow: 3px 3px 3px 0px rgb(0 0 0 / 20%);
    box-shadow: 3px 3px 3px 0px rgb(0 0 0 / 20%);}
    
.wrap_main header{ background: linear-gradient(to right, rgba(0,0,0,0.5) 60%,
              rgba(0,0,0,0.5)), url(/img/bg_stemtrial.png) repeat-x center;background-size: cover;}    
    
.wrap_main .downarea a{animation: up-down 1s infinite ease-in-out alternate;}
.wrap_main .container{margin-top:1em}


/*install*/
.wrap_install{text-align:center}
header{ width:100%; min-height:355px; vertical-align:top;background: linear-gradient(to right, rgba(0,0,0,0.5) 60%,
              rgba(0,0,0,0.5)), url(/img/bg_stemtrial.png) repeat-x center;background-size: cover;}
              
header h1 img{margin: 4.625em 0 3em 0;  animation-name: fade-in;
  animation-duration: 2s;}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.container{text-align:center}

.downarea a{display:inline-block; background:#933bff; /*min-width:750px;*/ color:#fff; font-size:3em; border-radius:.75em; border:4px #482683 solid; padding:.3em .2em;text-decoration:none;  box-shadow: 0 9px #482683;animation: up-down 1s infinite ease-in-out alternate;}
.downarea a:hover{background-color: #7403ff}
.downarea a:active {background-color: #7403ff;box-shadow: 0 9px #482683; transform: translateY(24px);}
@keyframes up-down{
  from{
    transform: translatey(0px);
  }
  to{
    transform: translatey(-10px);
  }
}
.downarea a img{vertical-align:middle}
.downarea .device{width:30%; background:#fff;border-radius:2em; display: table-cell; vertical-align: middle;font-weight: bold;font-size: .5em;}
.downarea .device img{ margin-right:.5em}
.downarea .down{width:50%; display: table-cell; vertical-align: middle}
.downarea .downtxt{color:#fff; font-weight:bold; margin-right:5%; background: linear-gradient(120deg, hsl(50, 100%, 50%) 0, hsl(0, 100%, 100%) 10%, hsl(50, 100%, 50%) 80%);  -webkit-background-clip: text;  -webkit-text-fill-color: transparent;  animation: shine 6s infinite linear;}
@keyframes shine {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 700px;
  }
}
.specarea{background:#e8e8e8; width:100%; padding:2em 0; display:inline-block;text-align:center}
.specarea dl{width:60%; max-width:850px; margin:.375em auto; text-align: left; }
.specarea dl:last-child{margin-top:1em}
.specarea dt{text-align:center; background:#fff; padding:.5em 1em; display:inline-block; color:#444;font-size: 1.313em; font-weight:bold; border-radius:.3em}
.specarea dd{text-align:left;line-height: 2; font-size: 1.25em;text-indent: 0.5em;word-break: keep-all; line-height: 1.8;}

.infotxt{text-align: center; font-size: 1.5em;  width:48%; max-width:850px; line-height: 1.5; word-wrap: break-word; display: inline-block; margin: 1em 0; color:#373737;word-break: keep-all;}
.infotxt .point{color:#933bff; font-weight:bold}
.infotxt img{display:block; text-align:center;margin: 0.5em auto;margin-bottom: 0;}
.infotxt .solution{margin-top:1em; }
.infotxt .solution .tit{margin:.2em 0; width:100%; display: inline-block; color: #444; border-top:1px #ccc solid; border-bottom:1px #ccc solid; font-weight: bold;background: #f5f5f5;}
.infotxt .solution p{word-break: keep-all;}
.infotxt .solution b{font-weight:bold}
.infotxt .solution svg{vertical-align:middle}

/*windowpc spec*/
.infotxt-pc{width:60%; max-width:850px; margin: 1em auto;display: table}
.infotxt-pc .area-l{width:45%;display: table-cell;vertical-align: middle;}
.infotxt-pc .area-l h2{color: #933bff; text-align: left; font-weight: bold; font-size: 1.5em;margin-bottom: 1em;}
.infotxt-pc .area-l{line-height: 1.5; font-size: 1.25em; font-weight: bold; text-align: left;}
.infotxt-pc .area-r{width:30%;display: table-cell;vertical-align: middle;}
.infotxt-pc .area-r img{display: inline-block; border: 3px #ccc solid; padding:.5em; width:140px}

.mobilespec{max-width:850px; text-align:center;margin: 0 auto;}
.mobilespec h3{ background:#eee; color:#444; font-size:1.2em; padding:.5em 0; border-radius:2em; margin:1em auto; width:80%; font-weight:500}
.mobilespec h4{font-weight:bold; color:#121212; margin: .12em 0;font-size: 1.5em;text-align: left; height:55px; display: table-cell;vertical-align: middle;}
.mobilespec h4 img{margin-right:1em; vertical-align:middle}

.con-specbox{width: 80%; margin: 0 auto;}
.con-spec01{width:37%; display:inline-block; position: relative;vertical-align: top;}
.con-spec01:after{content: ""; display: block; width: 1px; height: 100%; border-right: 2px #e9e9e9 solid; position: absolute; top: 0; right:0;}
.con-spec02{width:45%;display:inline-block;margin-left: 8%;}
.mobilespec li{text-align: left; color: #696969; line-height: 1.8; font-size:1.2em}

/*영문통합*/
.wrap_install_all{text-align:center}
.wrap_install_all header{min-height: 155px; background: url(/img/bg_diagram.png) repeat;display: flex; justify-content: center; align-items: center;}
.wrap_install_all header::before{content: "";opacity: 0.6;background-color: #000;position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px;}
.wrap_install_all header h1{position: relative;animation-name: fade-in;  animation-duration: 2s;}
.wrap_install_all header h1 div{ font-size:3em;font-weight: 900}
.wrap_install_all header h1 img{margin:0;max-height: 22px; margin-right: 3px;/*animation: bounce 2s ease infinite;*/ width: auto}

.wrap_install_all header .txt-down{display:inline-block;color: #fff; font-size:1.75em;background: #4c15ac; border-radius: 1.5rem 0 0 1.5rem; padding: 5px 20px;font-weight: 500;}
.wrap_install_all header .logo{display:inline-block; margin-left:.25em; color:#4c15ac;/*text-shadow: 0px 0px 13px rgba(255, 255, 255, .4);*/  -webkit-background-clip: text; -webkit-text-fill-color: transparent;padding-right: 8px;animation: textShine 5s ease-in-out infinite alternate;background: linear-gradient(
        to right,
        #a46dff 20%,
        #00affa 30%,
        #ffca1a 70%,
        #ff5520 80%
    );
    -webkit-background-clip: text; background-clip: text;  -webkit-text-fill-color: transparent; text-fill-color: transparent; background-size: 500% auto;-webkit-text-stroke: 1px #fff;}
.wrap_install_all header .logo span{font-style: italic;color:#4c15ac;}



.wrap_install_all .container{position: relative;background: #fff;}

.contents{max-width:1000px; margin:0 auto; padding:1.5em 0;width: 92%;}
.contents .spec{color: #444; font-size: 1.2em; padding: 0.5em 0; border-radius: 2em; margin: 1em auto;}
.contents .spec h3{background:#fff; color:#444; font-size:1em; padding:.5em 2em; border-radius:0 2em 2em 0; margin:1em auto; font-weight:600;display: inline-block;border: 4px #c1cdff solid; float:left}

.contents .infotit{ margin: 1em 0; }
.contents .infotit h2{text-align:left; font-size: 1.75em;  line-height: 1.5; word-wrap: break-word; word-break: keep-all; font-weight:bold}
.contents .infotit h2 span{font-size: .65em; margin-left:1em; font-weight: normal;}
.contents .infotit h2 span b{font-weight:bold;color:#ff4e4e;}
.contents .infotit .subtxt{text-align:left;font-size: 1.125em; margin-top: 0.4em; padding-left: 10px; text-indent: -10px; line-height: 1.3;}
.contents .infotit .subtxt .txtcolor{color:#4f6eea;font-weight:900; background-image: linear-gradient(90deg, #ffced2, #ffefbf); background-position: bottom; background-size: 100% 20%; background-repeat: no-repeat;}
.contents .infotit .subtxt b{font-weight:bold}

.con-pcarea{background:#e1f3ff;}
.con-pcarea .infotit h2{color:#4f6eea;}
.con-pcarea .specbox{width:auto}
.con-pcarea table{width:100%; border-bottom:1px #ccc solid}
.con-pcarea th, .con-pcarea td{vertical-align: middle;padding: 0.75rem 0; font-size:.938em}
.con-pcarea th{background:#4f6eea; color:#fff;border-bottom: 1px #fff solid;}
.con-pcarea tr:nth-child(1) th{border-top: 1px #4f6eea solid;}
.con-pcarea tr:nth-child(2) th{border-bottom: 1px #4f6eea solid;}
.con-pcarea td{border-bottom: 1px #c3ced5 solid; border-top: 1px #c3ced5 solid;}
.method{width:100%;margin:0 auto}
.method ul{overflow:hidden;}
.method ul li{position:relative;float:left;width:32.666%;min-height:260px;margin-left:1%;background:#fff;border:1px solid #cdd1de;border-radius:10px;box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;-webkit-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px;text-align:center}
.method ul li:first-child{margin-left:0;}
.method ul li .arrow{position:absolute; right:-26px; top:50%; margin-top:-20px; z-index:10;filter: grayscale(100%); opacity:.8;}
.method ul li img{ display:inline-block;text-align:center}
.method ul li .btn_down img{transform: scale(0.9);	animation: pulse 1.5s infinite; max-width: 150px;border-radius: 1rem;}
.method ul li .btn_down img:hover{opacity:0.8;filter:alpha(opacity='0.8')}
.method ul li .btn_down .infotxt{line-height:2}

.method ul li .infotxt{font-size:.9em; text-align: center; color:#333; line-height:1.3; margin-top:10px; display:inline-block; width:100%;max-width: inherit; width:95%}
.method ul li .infotxt .ic-click{background:#FF5722 ; color:#fff; font-weight:bold;display: inline-block;  padding: 2px 15px;  border-radius: 20px;font-size: 1.2em;text-decoration: inherit;animation: pulse 1.5s infinite;}
.method ul li .infotxt .ic-click:hover{opacity:0.8;filter:alpha(opacity='0.8')}
.method ul li .steptit{font-size:1.2em;font-weight:600;margin:20px 0 15px 0}
.method ul li .no{position:absolute; top:0; left:0; background:#6f4fea; color:#fff; text-align:center;border-radius: 10px 0 25px 0; font-weight: bold; font-size: 1.15em; width: 40px; height: 40px;line-height: 40px;}

.con-mobilearea .infotit h2{color:#ff662f;}
.con-mobilearea .contents .spec h3{border-color:#ffdace}

.con-mobilearea .specbox{width:100%; display:inline-block}
.con-mobilearea .specbox h4{font-weight:bold; color:#121212; font-size: 1.125em;text-align: left; height:40px; display: table-cell;vertical-align: middle;}
.con-mobilearea .specbox h4 img{margin-right:.75em; vertical-align:middle}
.con-mobilearea .specbox ul{width: 70%;float:left; margin-top:10px}
.con-mobilearea .specbox li{text-align: left; color: #696969; line-height: 1.8; font-size:.938em;padding-left: 10px; text-indent: -10px;}

.con-mobilearea .specbox .qr{width:30%; float:left}
.con-mobilearea .specbox .qr img{display: inline-block; border: 3px #e4e4e4 solid; padding:6px; max-width:70%; height:auto}

.con-mobilearea .specbx1{width:48%; display:inline-block;;vertical-align: top; float:left; padding-right: 2%;}
.con-mobilearea .specbx1 .speccon{}
.con-mobilearea .specbx2{width:48%;display:inline-block; float:left; padding-left:2%; position: relative}
.con-mobilearea .specbx2::after{content: ""; display: block; width: 1px; height: 100%; border-left: 2px #e9e9e9 solid; position: absolute; top: 0; left:0;}



@keyframes pulse {
	0% {
		transform: scale(0.95);
	}

	70% {
		transform: scale(1);
	}

	100% {
		transform: scale(0.95);
	}
}
@keyframes textShine {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}


@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}	
	40% {-webkit-transform: translateY(-5px);}
	60% {-webkit-transform: translateY(-5px);}
}



/* 데스크탑 ( 해상도가 1200px 보다 작은 화면 ) */
@media (max-width: 1199px) {
	.infotxt-pc .area-l{width:58%;}
	.infotxt-pc .area-r{width:26%;}

	}
/* 태블릿 디바이스 ( 해상도가 992px 보다 작은 화면 ) */
@media (max-width: 991px) {
	body{font-size:1em}
	img{max-width: 100%;}
	header{min-height: 345px;}
	.downarea a{max-width:90%}	
	.specarea dl{width:80%}
	.infotxt{width:80%; margin: 0.5em 0;}
	.infotxt img{width:7%}
	
	.infotxt-pc { width: 80%;}
	.con-specbox{width:90%}
	}

/* 가로모드 모바일 디바이스 ( 해상도가 768px 보다 작은 화면 ) */
@media (max-width: 767px) {
	body{font-size:.85em}
	header{min-height: 280px;}
	header h1 img{width:70%; margin: 3.625em 0 2em 0;}
	.specarea dl{width:90%}
	.infotxt{width:95%; margin: 0.5em 0;font-size: 1.2em;}
	.infotxt img{width:5%}
	.infotxt-pc .area-r img{width:100px;}
	
	
	/*영문통합*/
	.wrap_install_all header h1 img	{max-height: 15px; width: auto; margin-right: 8px;}
	.wrap_install_all header .logo{margin: 10px 0 0 0;}
	.wrap_install_all header .txt-down{display:block}	
	.method ul li{min-height:240px}	
	.method ul li .btn_down img{max-width: 130px;}	
	.method ul li .no{width: 28px; height: 28px; line-height: 28px;border-radius: 10px 0 20px 0;}	
	.method ul li .arrow{zoom:.7}
	.method ul li .infotxt{margin-top:5px}


	}


/* 세로모드 모바일 디바이스 ( 해상도가 576px 보다 작은 화면 ) */
@media (max-width:575px) {
	body{font-size:.65em}
	header{min-height: 170px;}
	.downarea a{max-width:92%; font-size: 2.2em;}
	.downarea a img{width:15%}
	header h1 img{width:70% ;margin: 3.2em 0 2.2em 0;}
	.wrap_main header h1 img{width:45%}
	.wrap_main .downarea a img{width: 10%;}
	
	.specarea{padding: 1.2em 0;letter-spacing: -.01em;}
	
	.infotxt-pc{width:90%}
	.infotxt-pc .area-l{width:40%}
	.infotxt-pc .area-l h2{margin-bottom: 0.45em;}
	.infotxt-pc .area-r{width:13%}
	.infotxt-pc .area-r img{width: 80px;}
	.con-specbox{width:95%}
	.con-spec01{width:39%}
	.con-spec02{width:50%;margin-left: 5%;}
	.mobilespec h4{height:70px;}
	
	/*영문통합*/
	.wrap_install_all header h1 img	{max-height: 15px; width: auto; margin-right: 8px;}
	.wrap_install_all header .logo{margin: 10px 0 0 0;}
	.wrap_install_all header .txt-down{display:block}
	.contents{width:97%}
	.method ul li{min-height:200px}	
	.method ul li .steptit{font-size: 1em;}
	.method ul li .btn_down img{max-width: 80px;}	
	.method ul li .no{width: 20px; height: 20px; line-height: 20px;border-radius: 10px 0 15px 0;}	
	.method ul li .arrow{zoom:.7}
	.method ul li .infotxt{margin-top:5px}
	.contents .spec{margin: 0.5em auto;}
	.contents .spec h3{border-width:3px}	
	.con-pcarea th, .con-pcarea td{padding: 0.5rem 0;font-size: .75em;}
	.con-mobilearea .specbox h4 img{max-width: 34px; max-height: 25px;}
	.con-mobilearea .specbx1{width:85%;padding:0;float: inherit;}
	.con-mobilearea .specbx2{width:85%;padding-left:0;float: inherit;}	
	.con-mobilearea .specbx2:after{display:none}		
	.con-mobilearea .specbox .qr img{padding:5px;max-width: 60%;}
	.contents .spec h3{margin: 0.5em auto;}

}




/* 영상 css */
.fourWay_area{text-align:center;position:relative;margin-bottom:20px; position: relative; width: 100%; height: auto; padding-top: 50%; margin-bottom: 5%;}

.fourWay_area iframe{position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

/*.fourWay_area {position:fixed;top:135px;right:109px;z-index:1}*/

@media screen and (min-width: 371px) and (max-width: 480px) {
.container_v {
    padding: 14px;
}
.container_v {
    padding: 5px 10px 10px 10px;
    background-color: #fff;
    overflow: hidden;
}
}
/* //영상 css */




/* ======================================================================== */
/* 74. sectionVideo 내부 영상 */
/* ======================================================================== */
/*
.section-video__link {
  display: block;
  margin: auto;
  width: calc(1 * (80 * 1px));
  height: calc(1 * (80 * 1px));
  border-radius: 100%;
  will-change: transform;
  font-size: calc(10 * 1px);
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #fff;
  z-index: 60;
}

@media screen and (min-width: 320px) {

}

@media screen and (min-width: 2560px) {
  .section-video__link {
    width: calc(1 * (160 * 1px));
  }
}

@media screen and (min-width: 320px) {
  .section-video__link {
    height: calc(1 * (80 * 1px + (160 - 80) * ((100vw - 320px) / 2240)));
  }
}

@media screen and (min-width: 2560px) {
  .section-video__link {
    height: calc(1 * (160 * 1px));
  }
}

@media screen and (min-width: 320px) {
  .section-video__link {
    font-size: calc(10 * 1px + (13 - 10) * ((100vw - 320px) / 2240));
  }
}

@media screen and (min-width: 2560px) {
  .section-video__link {
    font-size: calc(13 * 1px);
  }
}
*/


      

