@charset "utf-8";
/* CSS Document */
@import url("../../../css/font/font.css");

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;
}

body {
    font-family: 'Noto Sans KR','돋음', sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #333;
}

#wrap {
    width: 100%;
    min-width: 1290px;
	max-width: 1917px;
	margin: 0 auto;
    overflow: hidden;
}
#header {
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#header.fixed {
    background: rgba(255, 255, 255, 0.9);
}

#gnb {
	width: 100%;
	min-width: 1000px;
    max-width: 1773px;
    margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
}
#gnb .logo {
    display: inline-block;
    width: 262px;
    height: 25px;
    background-image: url('../../img/logo.png');
    background-repeat: no-repeat;
    background-position: 50%;
    text-indent: -9999px;
    margin-top: 38px;
}
#gnb .logo:hover {
	cursor: pointer;
}
#header.fixed #gnb .logo {
    background-image: url('../../img/logo_fixed.png');
}

#gnb .top_menu {
    float: right;
}
#gnb .top_menu li {
    display: inline-block;
    margin-left: 77px;
}
#gnb .top_menu li a {
    display: inline-block;
    line-height: 100px;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    letter-spacing: -1px;
}
#header.fixed #gnb .top_menu li a {
    color: #424242;
}

.content {
    width: 100%;
    max-width: 1290px;
    margin: 0 auto 0;
}
.center_inner {
    position: relative;
    padding-left: 50%;
    text-align: center;
}
.center_inner .center_img {
    margin-left: -958.5px;
    vertical-align: top;
}
#section01 {
    width: 100%;
    background: url('../img/morning_waxing_01.jpg');
    background-repeat: no-repeat;
    background-position: 50% 0;
    padding-top: 1037px;
	padding-bottom: 171px;
}
.formbox {
    width: 650px;
    margin-left: 9px;
    padding: 285px 88px 76px;
	box-sizing: border-box;
}
#section01 select,
#section01 input[type='text'] {
	width: 100%;
	height: 64px;
	border: 0;
	font-size: 18px;
	font-weight: 400;
	color: #424242;
	padding-left: 35px;
	box-sizing: border-box;
	vertical-align: top;
	margin-bottom: 10px;
	letter-spacing: -1px;
}
#section01 select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff url('../img/select_arrow.png') no-repeat 95% 50%;
}
#section01 select::-ms-expand {
	display: none;
}
#section01 select *
{
	font-size: 18px;
	font-weight: 400;
	color: #424242;
	line-height: 30px;
}
#section01 input[type='text']::-webkit-input-placeholder {
	color: #424242;
}
#section01 input[type='text']::-moz-placeholder {
	color: #424242;
}
#section01 input[type='text']:-ms-input-placeholder {
	color: #424242;
}
#section01 input[type='text']:-moz-placeholder {
	color: #424242;
}

#section01 .submit_btn {
	width: 100%;
	height: 64px;
	line-height: 64px;
	border: 0;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: -2px;
	color: #fff;
	text-align: center;
	background: #5fbce9;
	margin-top: 15px;
	cursor: pointer;
}

#section01 .agree_box {
    margin-top: 24px;
}
#section01 .agree_box label {
    font-size: 15px;
    letter-spacing: -1px;
    color: #fff;
}
#section01 .agree_box label span {
	margin-left: 14px;
}
#section01 .agree_box input[type=checkbox]
{
	-ms-transform: scale(1.8);
	-moz-transform: scale(1.8);
	-webkit-transform: scale(1.8);
	padding: 8px;
	margin-right: 10px;
}

 #section01 .agree_box a {
     display: inline-block;
     width: 136px;
     height: 34px;
     line-height: 34px;
     font-size: 15px;
     text-decoration: none;
     border: 1px solid #fff;
     text-align: center;
     color: #fff;
	 margin-left: 27px;
     margin-top: 12px;
}

#section02 {
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50% 0;
	padding: 293px 0 179px;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
#section02.item00 {
	background-image: url('../img/morning_waxing_02_01.jpg');
}
#section02.item01 {
	background-image: url('../img/morning_waxing_02_02.jpg');
}
#section02.item02 {
	background-image: url('../img/morning_waxing_02_03.jpg');
}
#section02.item03 {
	background-image: url('../img/morning_waxing_02_04.jpg');
}
#section02 .rolling_wrapper{
	width: 941px;
	margin: 0 auto;
}
#section02 .bx-wrapper .bx-controls-direction a {
    z-index: 1;
}
#section02 .bx-wrapper .bx-prev {
	margin-left: -34px;
    margin-top: -28px;
    background: url(../img/arrow.png) no-repeat;
}

#section02 .bx-wrapper .bx-prev,
#section02 .bx-wrapper .bx-next {
    width: 53px;
    height: 53px;
}
#section02 .bx-wrapper .bx-next {
    margin-right: -37px;
    margin-top: -28px;
    background: url(../img/arrow.png) no-repeat;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

#section02 .bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    width: 14px;
    height: 14px;
    margin: 0 9px;
	border: 2px solid #fff;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

#section02 .bx-wrapper .bx-pager.bx-default-pager a:hover,
#section02 .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: transparent;
}

#section02 .bx-wrapper .bx-pager,
#section02 .bx-wrapper .bx-controls-auto {
    bottom: -64px;
}
#section04 a,
#section05 a {
	position: absolute;
    left: 178px;
	bottom: 51px;
	display: block;
	width: 324px;
    height: 58px;
    z-index: 1;
	color: transparent;
}
#section04 a {
    left: 486px;
}
#section05 a {
    bottom: 41px;
    left: 487px;
}

#section06 .sns {
	position: absolute;
	top: 87px;
	left: 36.8%;
    text-align: center;
}
#section06 .sns li {
	display: inline-block;
    margin: 0 0 0 33px;
    width: 40px;
    height: 40px;
    vertical-align: top;
}
#section06 .sns li a {
    display: block;
    color: transparent;
    font-size: 0;
    width: 100%;
    height: 100%;
}

#footer {
    position: relative;
}
#footer address {
    border-top: 1px solid #c1c1c1;
}
#footer address > div {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0 30px;
    font-size: 14px;
    color: #878787;
    line-height: 29px;
    font-style: normal;
    letter-spacing: 0;
}
#footer address .space {
    display: inline-block;
    width: 20px;
}