﻿@charset "utf-8";
/* CSS Document */
* {margin:0;padding:0;border:0;outline:0;vertical-align:top;}
html,body {width:100%;background:#fff;}
body {font-family:'Noto Sans KR','맑은고딕',helvetica,sans-serif,verdana;font-size:1em;color:#000;line-height:1;text-align:center;*word-break:break-all;-ms-word-break:break-all;}
ul, ol, dl {list-style:none;}
img, video {width:100%;border:0;margin:0;padding:0;}
a {text-decoration:none;}
a:visited, a:link, a:link {color:none;}
table {border-collapse:collapse;border-spacing:0;}
input,select {vertical-align:middle; border-radius: 5px; }
label,button {cursor:pointer;}
.bline, legend, caption {display:block;overflow:hidden;position:absolute;top:0;left:-1000em;}
i, em, address {font-style:normal;font-weight:normal;}
button *{position:relative;}
button img{left:-3px;*left:auto;}
a:visited, a:link { color:#fff; }

html{-webkit-overflow-scrolling : touch;}

td,th{vertical-align: middle;}

#layer_fixed {display:none;max-width:500px;margin:0 auto;padding:0;color:#000; background:#fff; position:fixed;top:0;  z-index: 9999;line-height:0px;text-align:center;}
#layer_fixed img {width:100%;border:0;margin:0;padding:0;text-align:center;}

#vidwrap {
/* Your thumbnail image */
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
overflow:hidden;
background-repeat: no-repeat;
width:480px;
height:360px;
cursor:pointer;
}

.new_pop{border:5px solid #dc2e53;}

.new_pop ul {margin-top: 10px; display:table; padding:10px 0 0 15px}
.new_pop ul li:first-child{width:100%; font-weight:bold; text-align:left; margin-bottom:8px;}
.new_pop ul li:last-child{width:100%; padding:0 0;}
.new_pop ul li {float:left; width:auto; padding-right:10px;}
.new_pop ul li > span{font-size:11px; color:#C05658; line-height:14px;}
.new_pop ul li:after {display:block; clear:both; content:"";}
.new_pop ul li textarea{border:1px solid #ccc; width:95%; float:left; padding:2px;}
.new_pop ul li input[type="text"]{border:1px solid #ccc; width:95%; float:left;}
.new_pop ul li input[type="checkbox"] {float:left;margin-right:5px;}
.new_pop ul li input[type="checkbox"] + label { cursor: pointer; font-size:13px; line-height:13px; float:left; height:25px;}
.new_pop ul li input[type="checkbox"] + label span {display: block; }
.big_btn { width:100%; font-size:16px; padding:10px 0; font-weight:bold; background-color:#11cbd0; border:0px; color:#fff; border-radius:100px; }
.big_btn:hover{ background-color:#1d1d1d; }
.x_btn{margin:10px 0; background:#dc2e53; font-size:20px;padding:10px 15px; border-radius:100%; color:#fff}
/*top*/

#wrap {overflow:hidden;max-width:640px;margin:0 auto;padding:0;color:#000; }

/*top*/
.fix_header{ background:rgba(224, 40, 40, 0.78); width:100%; max-width:640px; margin:0 auto; position:fixed; top:0; z-index:999; padding:10px 0 0;}
.fix_header > h1{width:37%; float:left; height:40px; padding:0 0 0 0;}
.fix_header img{height:70%; width:auto}

.fix_header .center{width:20%; float:left; height:40px;}
.fix_header .right{width:43%; float:right; height:40px;}

/*픽스된 상담창*/
.formcontent{}
#formbox .formGroup {
	float: left;
	display: inline-block;
}
.form_section.ver2 {
    background:#cf2a34;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 100;
}
.form_section.ver2 #formbox {
	width: 100%;
	height: auto;
	background: transparent;
	padding:1% 2%;
	text-align: center;
	overflow: hidden;
}
.form_section.ver2 #formbox form {
	clear: both;
	width: 100%;
	max-width:640px;
}
.form_section.ver2 #formbox > h3 {
    font-weight: 400;
    font-size: 22px;
    color: #fff;
    letter-spacing: -3px;
    display: inline-block;
	margin: 5px 0;
}
.form_section.ver2 #formbox > h3 > div{color:#fff700; font-weight:800; text-transform: uppercase; display:inline-block}
.form_section.ver2 #formbox .formGroup {
    width:100%;
    border: 0;
	margin-right: 2px;
}
.form_section.ver2 #formbox .formGroup label {
	display: none;
}

.form_section.ver2 #formbox .submit_btn {
    width: 100%;
	font-size: 12px;  border:0;
    font-weight: 600;
    background: #000000;
    color: #fff;
    letter-spacing: -1px;
	transition:all 0.7s; 
}
.form_section.ver2 #formbox .submit_btn:hover {
	color:#FFDD00;
	box-shadow: 155px 0 0 0 rgba(0,0,0) inset,
				-155px 0 0 0 rgba(0,0,0) inset;
}
.form_section.ver2 #formbox .agree_box {
    font-size: 14px;
    color: #dadada;
    margin-top: 12px;
	vertical-align:middle;
}

.animated {
  animation-duration: 2.5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
  40% {transform: translateY(-30px);}
  60% {transform: translateY(-15px);}
}
.bounce {
  animation-name: bounce;
}

/*섹션공통*/
section>span{padding:45px 0 0; display: block;}
section>h1{margin:30px 0;}
section>h3{margin:35px 0 30px;}
section>p{padding:30px 0 60px;}

.pb-50{padding-bottom:50px;}
.pb-20{padding:0 0 20px;}
.mb-30{margin:0 0 30px;}
.pp-15{padding:0 15px;}
.pt40{padding-top:40px;}

.new_form{width:100%; margin:0 auto; }
.new_form .formGroup {
    width:100%;
	border-radius: 0px;
    line-height: 35px;
    border: 0;
	margin-bottom:10px;
    display: inline-block;
 
}
.new_form .formGroup label {
    display: none;
}

.new_form .submit_btn:hover {
    color: #FFDD00;
    box-shadow: 900px 0 0 0 rgba(0,0,0) inset, -900px 0 0 0 rgba(0,0,0) inset;
}
.new_form .agree_box {
    font-size: 11px;
    color: #fff;
    margin-top:5px;
	width:80%;
	text-align:left;
}
.new_form .agree_box input[type=checkbox] {
   
}
/*섹션별정리*/
.section1{position: relative}

.section2{background:#f3f3f3;}
.section5,.section8{position:relative; width:100%;}
.section5 .youtube{position: absolute; bottom:65px; width: 100%;}

.section6{background:#f7f7f7; padding:0 0 30px;}

.section8 .swiper-container{position:absolute; bottom:50px; height:auto;}

.p-back{background:/*#b280f9*/#f7f7f7; padding:45px 0;margin:10px 0 40px;}

.section11{
	padding:0 0 20px;
	background:#df2828;
}
.section11 > h1{margin: 0 0 0;}
.mbYTP_wrapper iframe{
-ms-zoom: 0.5;

-moz-transform: scale(1.3);
-moz-transform-origin: 0 0;

-o-transform: scale(1.3);
-o-transform-origin: 0 0;

-webkit-transform: scale(1.3);
-webkit-transform-origin: 0 0;

transform: scale(1.3);
transform-origin: 0 0;
}
#home-slider {
  height: 100vh;
  position: relative;
  background-color: #1f1f1f;
}
.slide-wrap {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 31, 31, 0.55);
  color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}
.slide-item {
  height: 100vh;
  position: relative;
}

.slide-content .container{width:640px; margin:0 auto; text-align:center;}
.slide-content {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  position: relative;
  height: 100%;
}
.slide-content h1 {
	margin:20px 0 50px;
  font-size: 45px;
  letter-spacing: -3px;
  line-height: 1.25;
}
.slide-content h1.upper {
  font-size: 72px;
  letter-spacing: 2px;
}


.video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}


.bottom_form{background:none !important;}
.footer > p{background:#ececec; color:#666; font-size:11px; line-height:17px; padding:10px 20px;}

/*form*/
.dbwrap {width:100%; display:block; margin:0 auto; }
.dbwrap .dbinner {width:97%;
background: #FF416C;  /* fallback for old browsers */
background: -webkit-linear-gradient(to top, #FF4B2B, #FF416C);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to top, #FF4B2B, #FF416C); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
padding:20px 0 20px 15px;}


.footer{margin-bottom:150px;}
/*슬라이드*/
.swiper-container1,
.swiper-container {
	position:relative;
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      /* 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;
    }


/*팝업*/
.pop_up_bt{position:relative; margin:10px 0 30px;}
.modal {
  opacity: 0;
  z-index:22;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: left;
  background: rgba(0,0,0, .6);
  transition: opacity .25s ease;
}
.modal_bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}
.modal-state {
  display: none;
}
.modal-state:checked + .modal {
  opacity: 1;
  visibility: visible;
}

.modal-state:checked + .modal .modal__inner {
  top: 0;
}

.modal_inner {
  transition: top .25s ease;
  position: absolute;
 text-align: center;
  margin: auto;
  overflow: auto;
  height: 50%;
	width:100%;
	top:30%
}

.modal_close {
  position: absolute;
  right: 1em;
  bottom: 1em;
	font-size: 2em;
  width: 1.1em;
  height: 1.1em;
  cursor: pointer;
}

.modal_close:after,
.modal_close:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 1.5em;
  background: #ccc;
  display: block;
  transform: rotate(45deg);
  left: 50%;
  margin: -3px 0 0 -1px;
  top: 0;
}

.modal_close:hover:after,
.modal_close:hover:before {
  background: #aaa;
}

.modal_close:before {
  transform: rotate(-45deg);
}
.btn {
  cursor: pointer;
 border:1px solid #fff;
  display: inline-block;
  padding: .6em 2em;
  color: #fff;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
	
  .modal_inner {
    width: 90%;
    height: 90%;
    box-sizing: border-box;
  }
}

.modal_btn {
  cursor: pointer;
  background:url(img/m2_bt.png) no-repeat top center;
  background-size:40%;
  margin:0 auto;
  height:50px;
  display: inline-block;
  width:100%;
  text-indent:-99999px;
}

.modal_btn:hover,
.modal_btn:focus {
}



#vidwrap {
/* Your thumbnail image */
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
overflow:hidden;
background-repeat: no-repeat;
width:480px;
height:360px;
cursor:pointer;
}


