@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

* {
	font-family: 'Noto Sans KR', sans-serif;
	word-break: keep-all;
	padding: 0;
	margin: 0;
}

html,
body {
	margin: 0;
	padding: 0;
}
/*html {margin: 0; padding: 0; height: 100%;}*/
body {
	font-size: 16px;
	overflow-x: hidden;
	color: #333;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
li {
	list-style: none;
}
a {
	transition: 0.2s ease;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
	cursor: pointer;
}

input {
	border: none;
	font-size: 1em;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	/*  -webkit-text-fill-color: #333;*/
	transition: background-color 5000s ease-in-out 0s;
}
input[type='button'],
input[type='submit'],
input[type='radio'] {
	-webkit-appearance: none;
}
button {
	border: none;
	font-size: 1em;
	font-weight: 400;
}
textarea {
	vertical-align: top;
	border: none;
	font-size: 1em;
	resize: none;
}
::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #666;
}
::-moz-placeholder {
	/* Firefox 19+ */
	color: #666;
}
:-ms-input-placeholder {
	/* IE 10+ */
	color: #666;
}
:-moz-placeholder {
	/* Firefox 18- */
	color: #666;
}
input[type='file'] {
	background-color: transparent;
}

.wrap {
	width: 100%;
	float: left;
}
.wrapB {
	width: 1100px;
	margin: 0 auto;
}
.wrapC {
	width: 800px;
	margin: 0 auto;
}
.middle {
	display: table-cell;
	vertical-align: middle;
}
.left {
	float: left;
}
.right {
	float: right;
}
.pcView {
	display: block;
}
.moView {
	display: none;
}

/*GAP*/
.div {
	width: 100%;
	float: left;
	height: 1px;
}

.ud1 {
	margin: 1% 0;
}
.ud2 {
	margin: 2% 0;
}
.ud3 {
	margin: 3% 0;
}
.ud4 {
	margin: 4% 0;
}
.ud5 {
	margin: 5% 0;
}
.ud6 {
	margin: 6% 0;
}
.ud7 {
	margin: 7% 0;
}
.ud8 {
	margin: 8% 0;
}
.ud9 {
	margin: 9% 0;
}
.ud10 {
	margin: 10% 0;
}

.lr1 {
	margin: 0 1%;
}
.lr2 {
	margin: 0 2%;
}
.lr3 {
	margin: 0 3%;
}
.lr4 {
	margin: 0 4%;
}
.lr5 {
	margin: 0 5%;
}
.lr20 {
	margin: 0 20%;
}
.lr15 {
	margin: 0 15%;
}
.lr10 {
	margin: 0 10%;
}

.ma1 {
	margin: 1%;
}
.ma2 {
	margin: 2%;
}
.ma3 {
	margin: 3%;
}
.ma4 {
	margin: 4%;
}
.ma5 {
	margin: 5%;
}

.pa1 {
	padding: 1%;
}
.pa2 {
	padding: 2%;
}
.pa3 {
	padding: 3%;
}
.pa4 {
	padding: 4%;
}
.pa5 {
	padding: 5%;
}
.pa6 {
	padding: 6%;
}
.pa7 {
	padding: 7%;
}
.pa8 {
	padding: 8%;
}
.pa9 {
	padding: 9%;
}
.pa10 {
	padding: 10%;
}

/*FONT*/
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: 400;
	line-height: 1.5em;
}
h1 {
	font-size: 2.5em;
	line-height: 1.3em;
	font-weight: 500;
} /*40px*/
h2 {
	font-size: 1.875em;
} /*30px*/
h3 {
	font-size: 1.625em;
} /*26px*/
h4 {
	font-size: 1.25em;
} /*20px*/
p {
	font-weight: 400;
	line-height: 1.7em;
	padding: 0;
	margin: 0;
}
.font-s {
	font-size: 0.9em;
} /*14px*/
.font-l {
	font-size: 1.25em;
}

.f100 {
	font-weight: 100;
}
.f200 {
	font-weight: 200;
}
.f300 {
	font-weight: 300;
}
.f400 {
	font-weight: 400;
}
.f500 {
	font-weight: 500;
}
.f600 {
	font-weight: 600;
}
.f900 {
	font-weight: 900;
}
.t_center {
	text-align: center;
}
.t_left {
	text-align: left;
}
.t_right {
	text-align: right;
}
.italic {
	font-style: italic;
}

/* COL */
.c10 {
	width: 10%;
}
.c13 {
	width: 13%;
}
.c15 {
	width: 15%;
}
.c20 {
	width: 20%;
}
.c24 {
	width: 24%;
}
.c25 {
	width: 25%;
}
.c30 {
	width: 30%;
}
.c33 {
	width: 33.3%;
}
.c40 {
	width: 40%;
}
.c45 {
	width: 45%;
}
.c48 {
	width: 48%;
}
.c49 {
	width: 49%;
}
.c49_6 {
	width: 49.6%;
}
.c49_8 {
	width: 49.8%;
}
.c50 {
	width: 50%;
}
.c55 {
	width: 55%;
}
.c60 {
	width: 60%;
}
.c65 {
	width: 65%;
}
.c70 {
	width: 70%;
}
.c75 {
	width: 75%;
}
.c80 {
	width: 80%;
}
.c90 {
	width: 90%;
}
.c100 {
	width: 100%;
}
.c_center {
	margin: 0 auto;
}
.c_middle {
	display: table-cell;
	vertical-align: middle;
}

.h100 {
	height: 100%;
	overflow: hidden;
}

/* FONT COLOR*/
.cWhite {
	color: #fff;
}
.cBlack {
	color: #000;
}
.cBlack--light1 {
	color: #333;
}
.cBlack--light2 {
	color: #666;
}
.cBlue {
	color: #172d53;
}
.cGreen {
	color: #068944;
}

/* BG COLOR */
.bBlack {
	background-color: #000;
}
.bGray {
	background-color: #fafafa;
}
.bWhite {
	background-color: #fff;
}
.bWhite--light1 {
	background-color: #fafafa;
}
.bBlue {
	background-color: #172d53;
}
.bGreen {
	background-color: #068944;
}

/*position*/
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.static {
	position: static;
}
.position_top {
	top: 0;
}
.position_left {
	left: 0;
}
.position_bottom {
	bottom: 0;
}
.position_right {
	right: 0;
}

/************/
/***button***/
/************/
/*button default*/
.btn:not([disabled]):hover,
.btn:not([disabled]):focus,
.btn:not([disabled]).active {
	box-shadow: none;
	-webkit-box-shadow: none;
}
.btn {
	font-weight: 500;
	font-size: 1em;
	color: #fff;
	text-align: center;
	cursor: pointer;
	height: 60px;
	line-height: 60px;
	border-radius: 50px;
}
.btn p {
	line-height: 60px;
}
.btn--back-round--blue {
	background-color: #172d53;
}
.btn--back-round--blue:hover {
	background-color: #068944;
}
.btn--line-round--blue {
	box-shadow: 0 0 0px 2px #172d53;
	color: #172d53;
	background-color: #fff;
}
.btn.btn--line-round--blue:hover {
	-webkit-box-shadow: 0 0 0px 2px #068944;
	box-shadow: 0 0 0px 2px #068944;
	color: #068944;
}
.btnList {
	margin-top: 60px;
}
.btnList-2 .cancel-btn,
.btnList-2 .write-btn {
	display: inline-block;
	transition: 0.2s;
}

/*button size*/
.btn--large {
	width: 471px;
}
.btn--medium {
	width: 200px;
}
.btn--small {
	width: 93px;
}
.btn--mini {
	font-size: 0.875em;
	height: 36px;
	line-height: 36px;
	padding: 0 20px;
	display: inline-block;
}

/*button animation*/

/*header*/
header {
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	border-bottom: 1px solid #eee;
}
header #logo {
	margin-top: 17px;
}
header #logo img {
	height: 45px;
}
header #menu {
	line-height: 80px;
}
header #menu > ul {
	display: inline-block;
}
header #menu > ul > li > a:hover {
	border-bottom: 2px solid #068944;
	padding-bottom: 4px;
}
header #menu .sub {
	display: none;
	position: absolute;
	text-align: center; /* background-color: #fafafa; */
	margin-left: -52px;
}
header #menu .sub li {
	display: block;
	font-size: 0.9em;
	padding-left: 0;
	padding: 20px 0;
	transition: 0.2s;
	background-color: #fafafa;
	line-height: 1em;
}
header #menu .cate1 .sub li > a {
	font-weight: 400;
	color: #666;
}
header #menu .sub li:hover {
	background-color: #eee;
}
header #menu ul > li {
	display: inline-block;
	padding-left: 47px;
}
header #menu ul.cate1 > li:last-child {
	border-right: 1px solid #c3c3c3;
	padding-right: 47px;
}
header #menu .cate1 li > a {
	color: #333;
	font-weight: 600;
}
header #menu .cate2 li > a {
	color: #068944;
	font-weight: 600;
}
header #menu .cate1 li.introduce-menu:hover .sub {
	display: block;
}
header #menu .cate2 li:nth-of-type(2):hover .sub {
	display: block;
	padding-top: 0;
	margin-left: -33px;
}
header #menu .cate2 li:nth-of-type(2):hover .sub li {
	line-height: 1em;
}
header #menu .cate2 li:nth-of-type(2):hover .sub li a {
	color: #666;
	font-weight: 400;
	padding: 15px 23px;
}
header #menu .cate1 li:nth-of-type(2) {
	line-height: 1em;
}
header #menu .introduce-menu .sub a {
	padding: 15px 23px;
}
header #menu .introduce-menu:hover .sub {
	display: block;
}
header #menu .cate2 .logout-btn a {
	background-color: #068944;
	color: #fff;
	font-size: 0.875em;
	border-radius: 100px;
	padding: 5px 15px;
}
header #menu .cate2 .logout-btn > a:hover {
	border-bottom: none;
	padding-bottom: 5px;
	background-color: #172d53;
}

/*footer*/
footer {
	font-size: 0.813em;
	width: 100%;
	float: left;
	background-color: #171717;
	padding: 88px 0;
	color: #fff;
	margin-top: 150px;
}
footer .left {
	width: 40%;
}
footer .left img.footer-logo {
	height: 50px;
}
footer .left ul {
	width: 100%;
	float: left;
	margin-top: 15px;
}
footer .left ul li {
	float: left;
	border-right: 1px solid #fff;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 1em;
}
footer .left ul li a {
	color: #fff;
	transition: 0.2s;
}
footer .left ul li a:hover {
	font-weight: 600;
}
footer .left ul li:first-child {
	padding-left: 0;
}
footer .left ul li:last-child {
	padding: 0;
	border-right: none;
	padding-left: 15px;
}
footer .left ul.shortcut {
	margin: 12px 0 15px;
}
footer .left ul.shortcut li a,
footer ul.shortcut li a {
	color: #068944;
}

footer .left .copy {
	width: 100%;
	float: left;
	margin-top: 5px;
}
footer .left .sns {
	width: 100%;
	float: left;
	margin-top: 47px;
}
footer .left .sns img {
	width: 20px;
}
footer .right {
	width: 545px;
}
footer .right li.c33 {
	width: auto;
	margin-right: 20px;
}
footer .right ul li.c33:nth-of-type(5) {
	margin-right: 0;
}
footer .right li.c50 {
	width: auto;
	margin-right: 20px;
}
footer .right h3 {
	font-size: 1em;
	margin-bottom: 16px;
}
footer .right ul {
}
footer .right ul li {
	margin-bottom: 3px;
}
footer .right ul li:first-child {
}
footer .right ul li:last-child {
}
footer .right ul li .title {
}
footer .right ul li .desc {
}
footer .right .copy2 {
	font-weight: 600;
	margin-top: 28px;
}

/*서브페이지 상단 헤드*/
.top-head {
	width: 100%;
	height: 400px;
	overflow: hidden;
}
.top-head .top-head__bg {
	background-image: url(/assets/img/top-img.png);
	height: 400px;
	width: 100%;
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
	position: relative;
	text-align: center;
	-webkit-animation: zoomin 1s ease-in;
	animation: zoomin 1s ease-in;
	transition: all 0.5s ease-in;
	overflow: hidden;
	transform: scale(1.05);
}
.top-head .top-head__text {
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 400px;
}
.top-head h2 {
	text-align: center;
	padding-top: 160px;
}
.top-head .page-title {
	position: absolute;
	bottom: 40px;
	width: 100%;
	text-align: center;
}
@-webkit-keyframes zoomin {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.05);
	}
}
@keyframes zoomin {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.05);
	}
}
/*서브페이지 타이틀*/
.top-title {
	width: 100%;
	float: left;
	margin-top: 100px;
	margin-bottom: 60px;
}
.top-title h3 {
	color: #333;
	font-weight: 600;
}
.top-title p {
	color: #666;
	margin-top: 10px;
}

/*input*/
.input {
	border-bottom: 2px solid #333;
	padding-bottom: 10px;
	color: #333;
}
.input-margin {
	margin-bottom: 25px;
}
/*input size*/
.input-100 {
	width: 100%;
	float: left;
}
.input-50 {
	width: 48.7%;
}
.input-50-right {
	margin-left: 2.5%;
}
.input-33 {
	width: 32%;
	margin-left: 1%;
}
.input-33-right {
	margin-left: 0;
}
.input-25 {
	width: 30%;
	margin-right: 2.5%;
}
.input-25-right {
	margin-left: 0;
}
.input-66 {
	width: 67%;
	float: right;
}

/*select*/
select {
	-webkit-appearance: none;
	font-size: 1em;
	border-radius: 0;
	border-top: none;
	border-left: none;
	border-right: none;
	background-color: transparent;
	background-image: url(/assets/img/arrow/select-arrow.png);
	background-position: right;
	background-size: 10px;
	background-repeat: no-repeat;
	cursor: pointer;
}

/*editor*/
#cke_content {
	width: 100%;
	float: left;
}

/*글쓰기 공통*/
.write-wrap .title {
	width: 100%;
	float: left;
	font-weight: 600;
	margin-bottom: 5px;
	font-size: 1em;
}

/*mousehover animation*/
/*마우스오버시 줌인*/
.zoom-in {
	background-size: 100%;
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
}
.zoom-in:hover {
	background-size: 110%;
}

.back-logo {
	width: 263px;
	position: absolute;
	right: 0;
	top: -120px;
}
.text-red {
	width: 100%;
	float: left;
	font-size: 0.825em;
	color: #ee4b55;
	margin-top: 2px;
}

/*파일첨부*/
.file-custom-wrap .title {
}
/*
.file-custom {width: 67px; height: 24px; box-shadow: 0 0 0 1px #CECECE; display: block; cursor: pointer; border-radius: 10px; font-size: 0.75em; background-color: #fff; position: relative;}
.file-custom::before {content: '파일 선택'; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
*/
.file-custom {
	overflow: hidden;
	cursor: pointer;
}
.file-custom input[type='file'] {
	cursor: pointer;
	display: block;
	/* font-size: 0.857em; */
	filter: alpha(opacity=0);
	min-height: 24px;
	min-width: 67px;
	opacity: 0;
	position: absolute;
	left: 0;
	text-align: right;
	top: 0;
}
.file-custom .file-btn {
	width: 67px;
	height: 24px;
	border-radius: 10px;
	box-shadow: 0 0 0 1px #cecece;
	font-size: 0.75em;
	text-align: center;
	float: left;
	line-height: 24px;
	margin: 1px 0 0 1px;
}
.file-custom .file-name {
	float: left;
	font-size: 0.875em;
	margin-left: 10px;
}

/*페이징*/
.pagination {
	margin-top: 30px;
}
.pagination a {
	color: #444;
	margin-right: 15px;
}
.pagination a:last-child {
	margin-right: 0;
}
.pagination strong {
	color: #172d53;
	margin-right: 15px;
}
.pagination a:hover {
	color: #172d53;
}

/*약관*/
.mask {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
	display: none;
	z-index: 100;
}
.mask .table {
	width: 100%;
	height: 100%;
	display: table;
}
.policy .box {
	background-color: #fff;
	width: 500px;
	padding: 40px;
	margin: 0 auto;
}
.policy .box h2 {
	font-size: 1.3em;
	margin-bottom: 20px;
	border-bottom: 2px solid #333;
	padding-bottom: 6px;
	font-weight: 600;
}
.policy .box pre {
	white-space: pre-wrap;
}

/* 슬라이더 */
.bx-wrapper .bx-controls-direction a {
	text-indent: 0 !important;
	color: transparent;
	cursor: pointer;
}
.bx-wrapper .bx-controls .bx-controls-direction a {
	background-image: url('../img/arrow/arrow--slider.png');
	width: 40px;
	height: 40px;
	background-size: cover;
	margin-top: 0;
	cursor: pointer;
	background-position: center;
}
.bx-wrapper .bx-controls .bx-controls-direction a.bx-next {
	transform: rotate(180deg);
}
.bx-wrapper .bx-controls a:hover,
.bx-wrapper a:focus {
	background-position: initial;
}
.bx-wrapper .bx-controls .bx-pager {
	color: #fff;
	width: auto;
	padding: 0;
	font-size: 1em;
	letter-spacing: -0.1em;
	font-weight: 400;
}

@media (max-width: 960px) {
	body {
		font-size: 14px;
	}
	.pcView {
		display: none;
	}
	.moView {
		display: block;
	}
	.wrapB,
	.wrapC {
		width: 85%;
	}

	.mobile-menu {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99999;
		background-color: #fff;
		border-bottom: 1px solid #e7e7e7;
		padding: 7px 0;
	}
	.mobile-menu #logo {
		padding-left: 5%;
	}
	.mobile-menu #logo img {
		height: 38px;
	}
	.button_container {
		position: absolute;
		top: 20px;
		right: 5%;
		height: 19px;
		width: 24px;
		z-index: 100;
		transition: opacity 0.25s ease;
	}
	.button_container.active .top {
		-webkit-transform: translateY(5px) translateX(0) rotate(45deg);
		transform: translateY(5px) translateX(0) rotate(45deg);
		background: #fff;
	}
	.button_container.active .middle {
		opacity: 0;
		background: #fff;
	}
	.button_container.active .bottom {
		-webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
		transform: translateY(-11px) translateX(0) rotate(-45deg);
		background: #fff;
	}
	.button_container span {
		background-color: #333;
		border: none;
		height: 3px;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		transition: all 0.35s ease;
	}
	.button_container span:nth-of-type(2) {
		top: 8px;
	}
	.button_container span:nth-of-type(3) {
		top: 16px;
	}

	.overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 0%;
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.35s, visibility 0.35s, height 0.35s;
		overflow: hidden;
		transition: 0.2s;
		background-color: rgba(0, 0, 0, 0.6);
	}
	.overlay.open {
		visibility: visible;
		height: 100%;
		opacity: 1;
	}
	.overlay nav {
		position: relative;
		height: 100%;
		top: 50%;
		width: 70%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		text-align: center;
		background-color: #172d53;
	}
	.overlay ul {
		list-style: none;
		padding: 0;
		margin: 0 auto;
		display: inline-block;
		position: relative;
		height: 100%;
		width: 85%;
		text-align: left;
		margin-top: 6%;
	}
	.overlay ul li {
		display: block;
		position: relative;
		margin-bottom: 30px;
	}
	.overlay ul li a {
		display: block;
		position: relative;
		color: #fff;
		text-decoration: none;
		overflow: hidden;
		font-size: 1.5em;
		margin-bottom: 10px;
	}
	.overlay ul .sub {
		margin-top: 0;
	}
	.overlay ul .sub li {
		margin-bottom: 10px;
	}
	.overlay ul .sub li:last-child a {
		margin-bottom: 0;
	}
	.overlay ul .sub a {
		font-size: 1.2em;
		color: rgba(255, 255, 255, 0.8);
	}

	/*footer*/
	footer {
		padding: 60px 0;
	}
	footer .footer-logo {
		height: 50px;
		margin-bottom: 20px;
	}
	footer ul {
		width: 100%;
		float: left;
		margin-bottom: 20px;
	}
	footer ul.policy li {
		width: auto;
		margin-right: 10px;
		float: left;
	}
	footer li {
		line-height: 1.8em;
	}
	footer li div.left {
		width: auto;
		margin-right: 10px;
	}
	footer .left {
		width: 100%;
	}
	footer li a {
		color: #fff;
	}
	footer p {
		width: 100%;
		float: left;
		margin-bottom: 5px;
	}
	footer .sns {
		width: 100%;
		float: left;
		margin-top: 10px;
	}
	footer .sns img {
		width: 20px;
	}
	footer .head-copy {
		width: 100%;
		float: left;
		margin-top: 20px;
	}

	/*font size*/
	h1 {
		font-size: 2.3em;
	}
	h2 {
		font-size: 1.575em;
	} /*30px*/
	h3 {
		font-size: 1.325em;
	} /*26px*/
	h4 {
		font-size: 1.1em;
	} /*20px*/

	/*btn*/
	.btn--large {
		width: 100%;
	}

	/*input*/
	.input,
	textarea {
		border-radius: 0;
	}

	/*상단 배너*/
	.top-head {
		margin-top: 57px;
		height: 200px;
	}
	.top-head .top-head__bg,
	.top-head .top-head__text {
		height: 200px;
	}
	.top-head .top-head__text {
		top: 57px;
	}
	.top-head h2 {
		padding-top: 50px;
	}
	.top-title {
		margin-top: 50px;
	}

	/*슬라이더 버튼*/
	div.bx-wrapper .bx-pager.bx-default-pager a:hover,
	div.bx-wrapper .bx-pager.bx-default-pager a.active,
	div.bx-wrapper .bx-pager.bx-default-pager a:focus {
		height: 40px;
	}
	div.bx-wrapper .bx-pager.bx-default-pager a {
		width: 10px;
		height: 10px;
	}
	div.bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:first-child a {
		margin-top: 0;
	}

	/*파일첨부*/
	.file-custom .file-name {
		margin-top: 3px;
	}

	/* 슬라이더 */
	.bx-wrapper .bx-controls .bx-controls-direction a {
		width: 30px;
		height: 30px;
		background-size: 30px;
		text-indent: 0;
		color: transparent;
	}
	.bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
		left: 3.5%;
	}
	.bx-wrapper .bx-controls .bx-controls-direction a.bx-next {
		right: 3.5%;
		left: auto;
	}
	.bx-wrapper div.bx-pager {
		left: 0;
	}
}

@media (max-width: 680px) {
	/*width*/
	.c50 {
		width: 100%;
	}
	.input-50 {
		width: 100%;
	}

	/*button*/
	.btn {
		height: 45px;
		line-height: 45px;
	}
	.btnList-2 .btn {
		width: 47%;
	}

	/*상단 배너*/
	.top-head h2 {
		padding-top: 50px;
		font-size: 1.3em;
	}

	/*약관*/
	.policy .box {
		width: 70%;
		padding: 30px;
	}
	.policy pre {
		height: 300px;
		overflow-y: scroll;
	}
}
