@charset "utf-8";

/* 모바일용 CSS */
/* 기본 CSS */
.container {
	width: 100%;
	max-width: 1132px;	
	margin: 0 auto;
	word-break: keep-all;
}
.cfixed:after, .container:after {
	display: block;
	content: "";
	clear: both;
}
.blind {
	position: absolute;
	width: 0;
	height: 0;
	line-height: 0;
	text-indent: -9999px;
	overflow: hidden;
}
.title {
	font-size: 8vw;
	color: #32383D;
}


/* 헤더 영역 CSS */
.header {
	position: relative;
	padding: 18px 5%;
    z-index: 2;
}
.header .logo {
	float: left;	
}
.header .menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #fff;
}
.header .menu li {
	border-bottom: 1px solid #eee;
}
.header .menu li a {
	display: block;
	padding: 14px 0 14px 5%;
	font-size: 14px;
	color: #32383D;
	font-weight: bold;
}
.header .menu-toggle-btn {
	float: right;
	width: 20px;
	margin-top: 20px;
	cursor: pointer;
	z-index: 1;
}
.header .menu-toggle-btn span {
	display: block;
	width: 100%;
	height: 2px;
	background: #95A0A7;
}
.header .menu-toggle-btn span:nth-child(2) {
	margin: 5px 0;
}

/* 개인정보 처리방침 영역 */
#privacy{
	width: 80%;
	max-width: 80%;
	margin: 0 auto;
	color: #32383D;
}
.privacy .privacy_title{
	font-size: 3.2vw;
	font-weight: bold;
	margin-bottom: 25px;
}
.privacy .date{
	font-size: 2vw;
	line-height: 2.5vw;
	margin-bottom: 15px;
	text-align: right;
}
.privacy .pt20{
	font-size: 2vw;
	line-height: 2.5vw;
}
.privacy .sub-title{
	font-size: 2.5vw;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
.privacy .pl20{
	font-size: 2vw;
	line-height: 2.5vw;
	margin-left: 10px;
}
.privacy .pl40{
	font-size: 2vw;
	line-height: 2.5vw;
	margin-left: 20px;
}
.privacy p{
	font-size: 2vw;
	line-height: 2.5vw;
}

/* top 영역 */
#top {
	width: 40px;
	height: 40px;
	position: fixed;
	right: 5px;
	bottom: 30px;
}
#top a {
	font-size: 3vw;
	text-align: center;
	color: #32383D;
	font-weight: bold;
}

/* footer 영역 CSS */
.footer {
	margin-top: 30px;
	margin-bottom: 90px;
}
.footer p {
	font-size: 2vw;
	margin: 0 50px 0;
	color: #566069;
	text-align: center;
	font-weight: bold;
}
.footer a {
	color: #566069;
}
.footer a:visited {
	color: #566069;
}
a:hover {
  text-decoration: underline;
}
/* ------------------------------------------------------------------------------------*/
/* ------------------------------------------------------------------------------------*/
/* 태블릿용 CSS */
@media all and (min-width:768px) {
/* 기본 CSS */
.title {
	font-size: 5vw;
}
.divider {
	margin-top: 125px;
}
.m-divider {
	margin-top: 125px;
}
.divider {
	margin-top: 50px;
}

/* 헤더 영역 CSS */
.header {
	max-width: 90%;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 3vw 5vw;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background-color: #fff;
	z-index: 2;
	transition: transform 0.3s ease;
}
.header .logo {
	margin-right: auto;
}
.header .menu {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
	position: static;
	width: auto;
	background: none;
	margin-left: 2vw;
}
.header .menu li {
	margin-left: 2vw;
	border-bottom: none;
}
.header .menu li:first-child {
	margin-left: 0;
}
.header .menu li a {
	text-decoration: none;
	padding: 14px 0 14px 0;
	font-size: 16px;
	color: #32383D;
}
.header .menu-toggle-btn {
	display: none !important;
}

/* 개인정보 처리방침 영역 */
#privacy{
	width: 70%;
	max-width: 70%;
	height: auto;
	margin-top: 15vh;
}
.privacy .privacy_title{
	font-size: 2.3vw;
	font-weight: bold;
	margin-bottom: 25px;
}
.privacy .date{
	font-size: 1.7vw;
	line-height: 3vw;
	margin-bottom: 20px;
}
.privacy .pt20{
	font-size: 1.5vw;
	line-height: 2vw;
}
.privacy .sub-title{
	font-size: 1.8vw;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
.privacy .pl20{
	font-size: 1.5vw;
	line-height: 2vw;
	margin-left: 10px;
}
.privacy .pl40{
	font-size: 1.5vw;
	line-height: 2vw;
	margin-left: 20px;
}
.privacy p{
	font-size: 1.5vw;
	line-height: 2vw;
}


/* top 영역 */
#top{
	bottom: 30px;
	right: 15px;
}	
#top a{
	font-size: 1.6vw;
	text-align: center;
	color: #32383D;
	font-weight: bold;	
}

/* footer 영역 CSS */
.footer p {
	font-size: 1.3vw;
}

/* ------------------------------------------------------------------------------------*/
/* ------------------------------------------------------------------------------------*/
/* PC용 CSS */
@media all and (min-width:1132px) {
#wrap {
	margin-left: 6vw;
	margin-right: 6vw;
}
.logo {
	margin-left: 2vw;
}
.menu {
	margin-right: 2vw;
}
.title {
	font-size: 3vw;
	padding-bottom : 50px;
}
.container {
	max-width: 1500px;	
}

/* 헤더 영역 CSS  */
.header .menu {
	margin-left: auto;
}

/* 개인정보 처리방침 영역 */
#privacy{
	width: 65%;
	max-width: 65%;
	height: auto;
	margin-top: 25vh;
}
.privacy .privacy_title{
	font-size: 1.5vw;
	font-weight: bold;
	margin-bottom: 30px;
}
.privacy .date{
	font-size: 1vw;
	line-height: 3.5vw;
	margin-bottom: 30px;
}
.privacy .pt20{
	font-size: 0.8vw;
	line-height: 1.5vw;
}
.privacy .sub-title{
	font-size: 1vw;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 15px;
}
.privacy .pl20{
	font-size: 0.8vw;
	line-height: 1.5vw;
	margin-left: 25px;
}
.privacy .pl40{
	font-size: 0.8vw;
	line-height: 1.5vw;
	margin-left: 50px;
}
.privacy p{
	font-size: 0.8vw;
	line-height: 1.5vw;
}


/* top 영역 */	
#top{
	bottom: 50px;
	right: 6vw;
}
#top a{
	font-size: 1vw;
	text-align: center;
	color: #32383D;
	font-weight: bold;	
}

/* footer 영역 CSS */
.footer {
	margin-top: 200px;
	margin-bottom: 280px;
}
.footer p {
	font-size: 15px;
}