
*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
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;
}
a,
a:hover {
	text-decoration: none;
	color: #333;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	cursor: pointer;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    margin:0;
    padding:0;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}
html {
	font-size: 87.5%;
	-webkit-font-smoothing: subpixel-antialiased;
}
body {
	text-align: center;
	line-height:1;
	font-family: 'Jeju Gothic';
	overflow-y:hidden;
}
img {
	
	width /***/: auto; /*only IE8*/
	vertical-align: bottom;
	height: auto;
}
span {font-weight: bold;}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

/*********************************************************************************************************************/
/** 상단DB **/
/*********************************************************************************************************************/
#header_wrap {
	width: 100%;
	height: 150px;
	margin: 0 auto;
	background: #000000;
	position: fixed;
	z-index: 1000;
	opacity: 1;
}
#event {width:1200px;margin:0 auto}
#event .top {width:1200px;height:900px}
#event .input {width:1200px;height:150px;margin:0 auto;position:relative; text-align: left; }
#event .input .logo {position:relative;top:30px;left:0px;width:142px;height:94px;}
#event .input .logo a{display:block;width:100%;height:100%;}
#event .input .btn_go {position:absolute;top:30px; right:5px;width: 270px;height:46px;}
#event .input .btn_go a {display: block;width: 100%; height: 46px; background-color:#ff4985; color: #ffffff; text-align: center; font-size: 24px; font-family: 'Jeju Gothic'; font-weight: 500; line-height: 46px ;}/*상담신청버튼*/
#event .input .callNum {position:absolute;top:90px; right:5px; font-family: 'Jeju Gothic'; font-size: 34px; color:#ffffff; font-weight: 700; text-align: center; width: 272px; letter-spacing: 1px;}/*전화번호*/
#event .input .name {position:absolute;top:40px;left:202px;color:#fff;width: 290px;}
#event .input .time {position:absolute;top:10px;left:480px;width: 100px;display:none;}
#event .input .no {position:absolute;top:80px;left:202px;color:#fff;width: 320px;}
#event .input .chk {position:absolute;top:95px;left:502px;margin: 0; color: #999; }
#event .input .chk a {color: #fff; font-family: 'Jeju Gothic';  font-size: 12px; letter-spacing:-1px;position:relative;top:-3px;}
#event .input span { width: 60px; display: block;  line-height: 26px; font-weight: 300; float: left;}
#event .input .chk a .c-point {display: inline-block; margin-left: 3px;color:#ff4985; }/*자세히보기*/
#event .input .consultText {position:absolute;top:40px;left:502px;height:29px}
#event .input .consultText input { width: 199px;}
#event .input .consultText span { width: 60px; display: block; line-height: 26px; float: left; color: #fff; margin-right: 10px;}
#event .input_style {width:199px;border:none;background:#fff;color:#000;font-size:14px;font-weight:bold;padding:4px 2px;text-align:center;}
#event .input_style2 {width:55px;border:none;background:#fff;color:#000;font-size:14px;font-weight:bold;padding:4px 2px;text-align:center;}

/*********************************************************************************************************************/
/** 경고문 **/
/*********************************************************************************************************************/
.warning {
	bottom: 10px;
	width: 100%;
	text-align: left;
	position: fixed;
	z-index: 9980;
	left:0px;
	z-index: 10000;
}
.warning span{
	background: #333;
	opacity: 0.35;
	color: #fff;
	/*padding: 8px 10px;*/
	font-size: 13px;
	letter-spacing: 1px;
	padding: 5px 5px 3px;
}
/*********************************************************************************************************************/
/** 위로이동 **/
/*********************************************************************************************************************/
.top {
	display: inline-block;
	position: fixed;
	bottom: 40px;
	right: 30px;
	width: 40px;
	height: 40px;
	background: #333 url('cd-top-arrow.png') no-repeat center 50%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	opacity: .5;
	text-indent: 100%;
	white-space: nowrap;
	z-index: 1000;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.top:hover {
  background-color: #333;
  opacity: 1;
}

/*********************************************************************************************************************/
/** footer **/
/*********************************************************************************************************************/
.footer {
	background-color: #111;
	padding: 50px 0;
	line-height: 22px;
	color: #999;
	font-size: 12px;
	text-align: center;
	margin-bottom: -20px;
}
.footer li {
	display: inline-block;
}

/*********************************************************************************************************************/
/** 개인정보 수집활용 약관-레이어팝업 **/
/*********************************************************************************************************************/


/*input[type="checkbox"] {
    display:none;
}*/

input[type="checkbox"] + label {
    color:#333;
}

input[type="checkbox"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-2px 10px 0 0;
    vertical-align:middle;
    background:url(check_radio_sheet.png) left top no-repeat;
    cursor:pointer;
}

input[type="checkbox"]:checked + label span {
    background:url(check_radio_sheet.png) -19px top no-repeat;
}

input[type="radio"] {
    display:none;
}

input[type="radio"] + label {
    color:#333;
    font-family:Arial, sans-serif;
}

input[type="radio"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-2px 10px 0 0;
    vertical-align:middle;
    background:url(check_radio_sheet.png) -38px top no-repeat;
    cursor:pointer;
}

input[type="radio"]:checked + label span {
    background:url(check_radio_sheet.png) -57px top no-repeat;
}

/*********************************************************************************************************************/
/** 컨텐츠 **/
/*********************************************************************************************************************/
.main {

	height: 600px;
	background: url('pemanent_01.jpg') center center no-repeat;
}
.section-1 {
	background-color: #feeaea;
}
.section-2 {
	
}
.section-3 {
	background-color: #000;
}
.section-4 {
	background-color: #fff1f2;
}
.section-5 {
	background: url('pemanent_21_bg.jpg') center center repeat-y;
}



.location {
	background-color: #f4f4f4;
}


.swiper-container {
      width: 100%;
      height: 100%;
}