@charset "euc-kr";
@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 {
  overflow:hidden;
  width:720px;
}
#header {
  width: 100%;
  max-width: 720px;
  height: 92px;
  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: 720px;
  margin: 0 auto;
}
#gnb .logo {
  display: inline-block;
  width: 145px;
  height: 52px;
  background-image: url('../../img/logo.png');
  background-repeat: no-repeat;
  background-position: 50%;
  text-indent: -9999px;
  margin-top: 21px;
  margin-left: 30px;
}
#header.fixed #gnb .logo {
  background-image: url('../../img/logo_fixed.png');
}

#gnb .top_menu {
  float: right;
  margin-right: 30px;
}
#gnb .top_menu li {
  display: inline-block;
  margin-left:36px;
}
#gnb .top_menu li a {
  display: inline-block;
  line-height: 92px;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  letter-spacing: -1px;
}
#header.fixed #gnb .top_menu li a {
  color: #424242;
}

img {
  vertical-align:top;
}
#section01 {
    width: 100%;
    background: url('http://www.ppeum1.com/promotion/img/20191010_pl_01.jpg');
    background-repeat: no-repeat;
    background-position: 50% 0;
    padding-top: 270px;
	padding-bottom: 0px;
}
.formbox {
    width: 710px;
    padding: 288px 42px 88px 60px;
	box-sizing: border-box;
}
#section01 select,
#section01 input[type='text'] {
	width: 100%;
	height: 70px;
	border: 0;
	font-size: 32px;
	font-weight: 400;
	color: #424242;
	padding-left: 25px;
	box-sizing: border-box;
	vertical-align: top;
	margin-bottom: 10px;
	letter-spacing: -1px;
}
#section01 input[type='number'] {
	width: 100%;
	height: 72px;
	border: 0;
	font-size: 34px;
	font-weight: 400;
	color: #424242;
	padding-left: 25px;
	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: 80px;
	line-height: 80px;
	border: 0;
	font-size: 38px;
	font-weight: 600;
	letter-spacing: -2px;
	color: #fff;
	text-align: center;
	background: #5fbce9;
	margin-top: 20px;
	cursor: pointer;
}

#section01 .agree_box {
    margin-top: 34px;
    text-align: center;		
}
#section01 .agree_box label {
    font-size: 18px;
    letter-spacing: -2px;
    color: #fff;
	height:20px;
	vertical-align:text-top;
}
#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;
    margin-left: 3px;	
	width:23px;
	height:23px;
}

 #section01 .agree_box a {
     display: inline-block;
     width: 136px;
     height: 34px;
     line-height: 34px;
     font-size: 16px;
     text-decoration: none;
     border: 1px solid #fff;
     text-align: center;
     color: #fff;
     margin-top: 12px;
}

#section03 a {
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50% 0;
}

#section04 {
    padding: 106px 0 90px;
	background: #f1f1f1;
}
/* @media screen and (min-width: 1800px) {
	.img02_area {
		background-size: contain;
		padding-bottom: 101px;
	}
} */

#section04 h3 {
    font-size: 44px;
    font-weight: 600;
    color: #000;
    letter-spacing: -3px;
    text-align: center;
	line-height: 1.0;
}
#section04 p {
	font-size: 24px;
	font-weight: 300;
	color: #979797;
	letter-spacing: -1px;
	text-align: center;
	margin-top: 20px;
}

#section04 ul {
	width: 592px;
	margin: 50px auto 0;
	font-size: 0;
}
#section04 li {
    cursor: pointer;
    display: inline-block;
    position: relative;
	margin-left: 14px;
	margin-bottom: 14px;
	width: 289px;
	height: 156px;
	height: 167px;
	line-height: 1.0;
	box-sizing: border-box;
	border:1px solid #d4d4d4;
	background: #fff;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: -1px;
	color: #535353;
	text-align: center;
	padding-top: 28px;
	vertical-align: top;
}
#section04 li:nth-child(2n+1) {
	margin-left: 0
}
#section04 li strong {
	display: inline-block;
    font-size: 30px;
    font-weight: 700;
    color: #000;
    letter-spacing: -2px;
	margin-bottom: 12px;
}
#section04 li span {
	display: inline-block;
	width: 122px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	background: #b3b3b3;
	border-radius: 20px;
	margin-top: 12px;
}
#section04 .chunho {
	width: 100%;
    max-width: 720px;
    height: 886px;
    position: relative;
    top: 83px;
}


#section05 a {
    bottom: 60px;
}

#section06 {
	position: relative;
}
#section06 .sns {
	position: absolute;
	top: 109px;
    left: 26.4%;
    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%;
}

address {
    padding-bottom: 50px;
    font-size: 16px;
    color: #878787;
    text-align: center;
    line-height: 22px;
    font-style: normal;
	border-top: 1px solid #c1c1c1;
    padding-top: 20px;
}
address .space {
    display: inline-block;
    width: 15px;
}
.copyright {
    padding-top: 10px;
}