@charset "utf-8";
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,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}
/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
    display: none;
}
body {
    line-height: 1;
}
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;
}
html, body {
    height: 100%;
}
body {
    font-family: 'Noto Sans KR','돋음', sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #333;
}
#wrap {
    width: 100%;
    min-width: 1080px;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}
.content {
	width: 1080px;
    max-width: 1080px;
    margin: 0 auto;
}
.laser_cont_box {
	width: 984px;
	margin: 0 auto;
	position: relative;
}
.laser_tab_cont {
	display: none;
	float: left;
	width: 100%;
	overflow: hidden;
	background: #fff;
}
.laser_tab_cont.active {
	display: block;
}
.laser_tab_cont li {
	position: relative;
    width: 900px;
    margin: 0 auto;
	font-size: 35px;
	font-weight: 300;
	letter-spacing: -3px;
	color: #040d17;
	border-bottom: 1px solid #c5c5c5;
	padding: 54px 0 54px 57px;
	cursor: pointer;
	box-sizing: border-box;
	overflow: hidden;
}
.laser_tab_cont li:last-child {
	border-bottom: 0;
	padding-bottom: 46px;
}
.laser_tab_cont li::before {
    content: '';
    position: absolute;
	top: 60px;
    left: 0;
    width: 43px;
    height: 43px;
    background: #fff;
    border: 4px solid #c5c5c5;
	box-sizing: border-box;
}
.laser_tab_cont li::after {
    content: '';
    position: absolute;
	left: 10px;
	top: 70px;
    width: 23px;
    height: 23px;
    background: #36dc6e;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	transition: all ease 0.2s;
}
.laser_tab_cont li.selected::after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}
.laser_tab_cont li > p em {
    display: inline-block;
    font-size: 32px;
    font-weight: 400;
    color: #999;
    position: relative;
    width: auto;
	padding-right: 3px;
}
.laser_tab_cont li > p em::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 2px;
	background: #999;
}
.laser_cont_box .noti {
	font-size: 28px;
	color: #959799;
	text-align: center;
	background: #fff;
	padding-bottom: 47px;
	letter-spacing: -1px;
	margin-top: -1px;
}
.ppeum_box {
	display: none;
}
.ppeum_box.active {
	display: block;
}

/* 완료 팝업 */
.pop_info {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	border: 0;
	margin: 0 auto;
	background: rgba(0,0,0,0.7);
	z-index: 100;
}
.pop_info_cont {
	width: 810px;
	height: 890px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	box-sizing: border-box;
	font-size: 42px;
	font-weight: 400;
	color: #000;
	letter-spacing: -2px;
	line-height: 1.5;
}
.pop_info_cont p {
	font-size: 60px;
	font-weight: 400;
	color: #000;
	letter-spacing: -3px;
	line-height: 1.5;
	margin-top: 100px;
	margin-bottom: 90px;
}
.pop_info_cont p em {
	color: #ea4da4;
}
.pop_info_cont .ok-btn {
	width: 480px;
	height: 150px;
	background: #ea4da4;
	color: #fff;
	font-size: 60px;
	font-weight: 400;
	letter-spacing: -6px;
	border: 0;
	border-radius: 75px;
	margin-top: 70px;
	outline: 0;
}
.pc .pop_info_cont {
	width: 600px;
	height: 650px;
	font-size: 30px;
}
.pc .pop_info_cont p {
	font-size: 40px;
	margin-top: 72px;
	margin-bottom: 50px;
}
.pc .pop_info_cont .ok-btn {
	width: 380px;
	height: 100px;
	font-size: 40px;
}

/*툴팁*/
.tooltip,
.tooltip2 {
  display: none;
  position: fixed;
  width: auto;
  height: auto;
  line-height: 1.4;
  background: rgba(0, 0, 0, 0.7);
  top: 50%;
  left: 50%;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  transform: translate(-50%, -50%);
  font-size: 46px;
  font-weight: 400;
  letter-spacing: -3px;
  z-index: 27;
  box-sizing: border-box;
  padding: 24px;
  word-break: keep-all;
}
.tooltip.mo,
.tooltip2.mo {
  min-width: 800px;
}
.tooltip.pc,
.tooltip2.pc {
  width: auto;
  max-width: 400px;
  height: auto;
  line-height: 1.6;
  font-size: 20px;
  letter-spacing: -1px;
  padding: 15px 20px;
}
.tooltip2 {
  background: rgba(255, 255, 255, 0.7);
  color: #000;
}
.tooltip2.pc {
  width: 280px;
}