@charset "utf-8";
@font-face {
	font-family: 'MyriadPro-Regular';
	src: url('MyriadPro-Regular.svg#MyriadPro-Regular') format('svg'),
	url('MyriadPro-Regular.ttf') format('truetype'),
	url('MyriadPro-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'NanumBarunGothic';
	font-style: normal;
	font-weight: 700;
	src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.eot');
	src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.eot?#iefix') format('embedded-opentype'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.woff') format('woff'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.ttf') format('truetype')
}


.nanumbarungothic * {
	font-family: 'NanumBarunGothic', sans-serif;
}

body {
	overflow: hidden;
}
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
ol,
ul {
	list-style: none;
}
a {
	text-decoration: none;
}
img {
	vertical-align: middle;
}
button {
	border: none;
}

.cb:after {
	content: "";
	display: block;
	clear: both;
}
.btn_center {
	text-align: center;
}

* {
	font-family: "NanumGothic", sans-serif;
}
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
/* font-family: 'Karla', sans-serif;  font-family: 'Noto Sans KR', sans-serif; */

header.hd_idx {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
	transition: all 0.5s;
}
header.hd_idx > div {
	width: 1600px;
	margin: 0 auto;
	height: 100px;
	padding: 0 20px;
}
header.hd_idx h1 {
	float: left;
	position: relative;
	top: 35px;
}
header.hd_idx h1 a {
	display: block;
	font-size: 0;
	background: url(../img/logo1.png) no-repeat;
	width: 161px;
	height: 33px;
}
header.hd_idx nav {
	float: right;
}
header.hd_idx nav ul li {
	float: left;
	padding: 0 30px;
	line-height: 100px;
	font-size: 16px;
	color: #a6a6a6;
	cursor: pointer;
	transition: all 0.4s;
	font-family: "Arial", sans-serif;
	letter-spacing: 0.02em;
}
header.hd_idx nav ul li a {
	display: block;
	color: #a6a6a6;
	font-family: "Arial", sans-serif;

}

header.hd_idx nav ul li.menu_5 a {
	font-size: 0;
	background: url(../img/ico_instagram.png) no-repeat;
	width: 40px;
	height: 40px;
	background-size: 100% 100%;
	position: relative;
	top: 30px;
}
header.hd_idx nav ul li.menu_6 a {
    color: #a6a6a6;
}
header.hd_idx nav ul li.on {
	color: #fff;
}
header.hd_idx nav ul li:hover,
header.hd_idx nav ul li:hover a {
	color: #fff;
}
header.hd_idx.fix {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 101;
	width: 100%;
	height: 100px;
	background: rgba(0, 0, 0, 0.5);
}
header.hd_idx.fix > div {
	height: 100px;
}
header.hd_idx.fix > div h1 {
	top: 35px;
}
header.hd_idx.fix > div nav ul li {
	line-height: 100px;
}

header.hd_idx.fix.hide { top: -100px; }






footer {
	background: #333;
}
footer > div {
	width: 1200px;
	margin: 0 auto;
	padding: 50px 70px 60px;
}
footer > div h1 {
	display: block;
	margin-right: 30px;
	font-size: 0;
	background: url(../img/logo2.png) no-repeat;
	width: 160px;
	height: 32px;
	margin-bottom: 5px;
	float: left;
	position: relative;
	top: 3px;
}
footer > div .right {
	float: left;
	width: 870px;
}
footer > div .etc {
	float: left;
	margin-bottom: 10px;
}
footer > div .etc li {
	float: left;
	margin-top: 5px;
}
footer > div .etc li:after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 12px;
	background: #fff;
	opacity: 0.5;
	margin: 0 7px;
	position: relative;
	top: 3px;
}
footer > div .etc li.noafter:after {
	display: none;
}
footer > div .etc li h2 {
	float: left;
	font-size: 14px;
	color: #fff;
	opacity: 0.5;
	font-weight: normal;
}
footer > div .etc li p {
	float: left;
	font-size: 14px;
	color: #fff;
	opacity: 0.5;
}
footer > div .copyr {
	display: block;
	font-size: 14px;
	color: #fff;
	opacity: 0.5;
}

.conti1 .slide1 {
	height: 100vh;
}
.conti1 .slide1 img {
	width: 100%;
	height: 100%;
}
.conti1 .slide1 .slide_paging {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 25%;
	z-index: 50;
}
.conti1 .slide1 .slide_paging span {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #fff;
	margin: 0 8px;
	cursor: pointer;
}
.conti1 .slide1 .slide_paging span.swiper-pagination-bullet-active {
	background: #e99324;
}
.conti1 .slide_txt {
	position: absolute;
	left: 50%;
	top: 47%;
	transform: translate(-50%, -50%);
	z-index: 100;
	text-align: center;
}
.conti1 .slide_txt p span {
	display: block;
	font-size: 13px;
	color: #fff;
	opacity: 0.4;
	letter-spacing: 7px;
	margin-bottom: 45px;
	font-family: "Karla", sans-serif;
}
.conti1 .slide_txt p span:before {
	content: "";
	display: inline-block;
	width: 3px;
	height: 3px;
	border-radius: 3px;
	background: #fff;
	opacity: 0.5;
	margin-right: 10px;
	position: relative;
	top: -2px;
}
.conti1 .slide_txt p span:after {
	content: "";
	display: inline-block;
	width: 3px;
	height: 3px;
	border-radius: 3px;
	background: #fff;
	opacity: 0.5;
	margin-left: 3px;
	position: relative;
	top: -2px;
}
.conti1 .slide_txt strong {
	font-size: 60px;
	color: #fefeff;
	font-weight: normal;
	display: block;
}
.conti1 .slide_txt strong em {
	font-style: normal;
	display: block;
	color: #e99324;
	margin-top: 10px;
}
.conti1 .slide_txt .centerBtn {
    margin-top: 20px;
}
.conti1 .slide_txt .centerBtn > * {
	display: inline-block;
	margin-top: 30px;
	position: relative;
	width: 160px;
	height: 50px;
	background: #e99324;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    margin: 0 10px;
    vertical-align: middle;
    cursor: pointer;
}
.conti1 .slide_txt .centerBtn .goInstagram {
    width:270px; 
    background: #fff;
    color:#f85711;
}

.conti1 .slide_txt .centerBtn .goInstagram .btn_txt .pdf {
    color:#f85711;
}
.conti1 .slide_txt .centerBtn .goInstagram:hover .btn_txt .pdf {
    color:#fff;
}
.conti1 .slide_txt .centerBtn .goInstagram p:before {
    content: "";
    display: inline-block;
    background: url(../img/ico_goinstagram.png) no-repeat;
    width:34px; 
    height:34px;
    vertical-align: middle;
    margin-right: 10px;
}
.conti1 .slide_txt .centerBtn .goInstagram:hover p:before {
    background: url(../img/ico_goinstagram_on.png) no-repeat;
}
.conti1 .slide_txt .centerBtn > *:hover {
	color: #fff;
	background: #f85711;
}
.conti1 .slide_txt .centerBtn > * .ani {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 40px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    display: none;
}

.conti1 .slide_txt .centerBtn > * .ani p {
	font-size: 17px;
	color: #fff;
	opacity: 0;
	/* position: absolute;
  right: -15px; */
	/* z-index: 50;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%); */
	display: inline-block;
	width: 100%;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
}
/* .conti1 .slide_txt .down_pdf:hover .ani p {
  animation-name: ani1;
  animation-duration: .3s;
  animation-iteration-count: alternate;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-delay: 0s;
} */
.conti1 .slide_txt .centerBtn > *:hover .ani p {
	color: #fff;
}

.conti1 .slide_txt .centerBtn >* .btn_txt .pdf {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 10;
	color: #3d2506;
	font-size: 17px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
    -o-transition: all .3s;
    padding-top: 3px;
}
@keyframes ani1 {
	0% {
		right: -15px;
		opacity: 0;
	}
	100% {
		opacity: 1;
		right: 0;
	}
}
@keyframes ani2 {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

/* .conti1 .slide_txt .down_pdf:hover .btn_txt p {
    animation-name: ani2;
    animation-duration: .1s;
    animation-iteration-count: alternate;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-delay: 0s;
  } */
.conti1 .slide_txt .centerBtn > *:hover .btn_txt p {
	color: #fff;
}

.conti1 { position: relative; height: 100vh; overflow: hidden; }
.conti1 video { width: 100%; position: fixed; z-index: -1; }
.conti1 .video::after { content:""; width: 100%; height: 100vh; background-color: rgba(0,0,0,0.7); display: block; position: fixed; top: 0; left: 0; z-index: -1; }
.conti1 .ct1_txt { width: 820px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); color: #fff; }
.conti1 .ct1_txt h2 { font-size:40pt; font-weight: 200; margin-bottom: 48px; color: #ffffff;font-family: 'MyriadPro-Regular'; }
.conti1 .ct1_txt .link { text-align: center; font-size: 0; }
.conti1 .ct1_txt a { display: inline-block; width: calc((100% - 20px)/2); height: 65px; line-height: 65px; text-align: center; border: 1px solid #fff; font-size: 20px; color: #fff; cursor: pointer; }
.conti1 .ct1_txt a:nth-child(1) { margin-right: 20px; }
.conti1 .info { font-size: 19px; color: #d7d7d7; font-family: 'NanumBarunGothic'; position: absolute; bottom: 32px; right: 60px; line-height: 30px; }
.conti1 .info span { margin: 0 10px; display: inline-block; }

.conti2 {
	height: 100vh;
	position: relative;
	background: url(../img/bg_ct2.jpg) center center no-repeat;
	background-attachment: fixed;
}
.conti2 img {
	width: 100%;
	height: 100%;
}
.conti2 .ct2_txt {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 100;
	text-align: center;
	width: 100%;
}
.conti2 .ct2_txt strong {
	display: block;
	font-size: 70px;
	font-weight: normal;
	color: #fff;
}
.conti2 .ct2_txt strong em {
	display: inline-block;
	font-style: normal;
	color: #e99324;
}
.conti2 .ct2_txt strong + p {
	font-size: 14px;
	color: #fff;
	opacity: 0.5;
	line-height: 26px;
	margin: 20px 0 50px;
}
.conti2 .ct2_txt .btns li {
	display: inline-block;
	padding: 0 15px;
}
.conti2 .ct2_txt .btns li a {
	display: block;
	width: 250px;
	height: 50px;
	border-radius: 40px;
	line-height: 50px;
	margin-top: 20px;
	position: relative;
	background: #e99324;
}
.conti2 .ct2_txt .btns li a.gocall {
	background: #fff;
}
.conti2 .ct2_txt .btns li a:hover {
	background: #f85711;
	color: #fff;
}

.conti2 .ct2_txt .btns li a .ani {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 40px;
	transition: all 0.4s;
}
.conti2 .ct2_txt .btns li a .ani p {
	font-size: 16px;
	color: #fff;
	opacity: 0;
	position: absolute;
	right: -15px;
	z-index: 50;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	width: 100%;
}
.conti2 .ct2_txt .btns li a.gocall .ani p:before {
	content: "";
	display: inline-block;
	background: url(../img/ico_ct2_call_hover.png) no-repeat;
	width: 26px;
	height: 21px;
	margin-right: 3px;
	position: relative;
	top: 4px;
}
/* .conti2 .ct2_txt .btns li a:hover .ani p {
    animation-name: ani1;
    animation-duration: .4s;
    animation-iteration-count: alternate;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-delay: 0s;
} */

.conti2 .ct2_txt .btns li a .btn_txt p {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 10;
	color: #000;
	font-size: 16px;
	transition: all .4s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

.conti2 .ct2_txt .btns li a:hover .btn_txt p {
	color: #fff;
}
.conti2 .ct2_txt .btns li a.gocall:hover .btn_txt p:before {
	background-image: url(../img/ico_ct2_call_hover.png);
}
/* .conti1 .slide_txt .down_pdf:hover .btn_txt p {
   color: #fff;
  } */

.conti2 .ct2_txt .btns li a .btn_txt p span {
}

/* .conti2 .ct2_txt .btns li a:hover .btn_txt p {
  opacity: 0;
} */
.conti2 .ct2_txt .btns li a.gocall .btn_txt p:before {
	content: "";
	display: inline-block;
	background: url(../img/ico_ct2_call.png) no-repeat;
	width: 26px;
	height: 21px;
	margin-right: 3px;
	position: relative;
	top: 4px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}
/* .conti2 .ct2_txt .btns li a.gocall:hover .btn_txt p {
  color: #e99324;

} */
/* .conti2 .ct2_txt .btns li a.gocall:hover .btn_txt p span {
  color: #fff;
  animation-name: ani1;
  animation-duration: .3s;
  animation-iteration-count: alternate;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-delay: 0s;
}
.conti2 .ct2_txt .btns li a.gocall:hover .btn_txt p:before {
  background-image: url(../img/ico_ct2_call_hover.png);
  animation-name: ani1;
  animation-duration: .3s;
  animation-iteration-count: alternate;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-delay: 0s;
} */






/* 20190904 */

/*포트폴리오*/
.conti3 {
	background: rgba(0, 0, 0, 0.8);
}
.conti3 > div {
	width: 1200px;
	margin: 0 auto;
	padding: 170px 0;
	text-align: center;
}
.conti3 > div h2 {
	display: inline-block;
	font-size: 70px;
	color: #e99324;
	margin-bottom: 60px;
	font-weight: normal;
}
.conti3 > div .tab_type1 {
    margin-bottom: 55px;
}
.conti3 > div .tab_type1:after {
    content: "";
    display: block;
    clear: both;
}
.conti3 > div .tab_type1 button {
	font-family: 'Karla', sans-serif;
    /* display: inline-block; */
    float: left;
	width: 200px;
	height: 40px;
	border-radius: 40px;
	margin: 0 5px;
	font-size: 16px;
	color: #656565;
	background: #ccc;
	line-height: 40px;
	cursor: pointer;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	letter-spacing: -1px;
}
.conti3 > div .tab_type1 button.btn5 {
    float: right;
}
.conti3 > div .tab_type1 button.on {
	background: #e99324;
	color: #fff;
}

/* .conti3 .p_list > div.show_all {display: block;} */
/*.conti3 > div .p_list {height: 1000px !important; overflow: hidden; transition: all .4s;}
.conti3 > div .p_list.on {height: 1600px !important; overflow: visible;}*/
.conti3 > div .p_list {
	height: 740px;
	overflow: hidden;
}
.conti3 > div .p_list .grid-sizer {
	float: left;
}
.hidden {
	/* display: none; */
}
/* .hiddenadd {
	left: 0 !important;
	top: 0 !important;
} */
.show_other {
	display: none;
}
.show_all {
	display: none;
}
.show_all.on {
	display: block;
}
.show_other.on {
	display: block;
}

.conti3 > div .p_list .element-item {
    float: left;
	padding: 0 10px 30px;
	width: 25%;
}
.conti3 > div .p_list .element-item > div {
	width: 100%;
	height: 230px;
	overflow: hidden;
	text-align: center;
}
.conti3 > div .p_list .element-item > div .img {
	width: 100%;
	height: 180px;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
	cursor: pointer;
}

.conti3 > div .p_list .show_other4 .element-item {
    width:20%;
}
.conti3 > div .p_list .show_other4 .element-item > div {
    height:auto;
}
.conti3 > div .p_list .show_other4 .element-item > div .img {
    width:215px; 
    height:215px; 
}

/* .conti3 > div .p_list .element-item > div .img:hover .hover {
  opacity: 1;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
} */
.conti3 > div .p_list .element-item > div .img img {
	width: 100%;
	height: 100%;
}
.conti3 > div .p_list .element-item > div .img .hover {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 101%;
	height: 101%;
	background: rgba(0, 0, 0, 0.65);
	border: 7px solid #f69804;
	/* opacity: 0; */
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	display: none;
}
.conti3 > div .p_list .element-item > div .img .hover em {
	font-weight: 900;
	color: #f69804;
	font-size: 100px;
	font-style: normal;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.conti3 > div .p_list .element-item > div .txt {
	text-align: left;
}
.conti3 > div .p_list .element-item > div .txt p {
	font-size: 14px;
	color: #979797;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	/* display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical; */
	word-wrap: break-word;
}
.conti3 > div .load-more {
	display: inline-block;
	width: 125px;
	height: 40px;
	border-radius: 30px;
	background: #e99324;
	color: #fff;
	font-size: 15px;
	line-height: 43px;
	margin-top: 30px;
	cursor: pointer;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	font-weight: 100;
}

.conti3 > div .load-more:hover { background: #111;}

.conti3 > div.load_btn { margin-top: 30px;}

.conti3 > div .p_list .element-item2 {
	padding: 0 10px 30px;
	width: 25%;
}
.conti3 > div .p_list .element-item2 > div {
	width: 100%;
	height: 230px;
	overflow: hidden;
	text-align: center;
}
.conti3 > div .p_list .element-item2 > div .img {
	width: 100%;
	height: 180px;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
	cursor: pointer;
}
.conti3 > div .p_list .element-item2 > div .img:hover .hover {
	opacity: 1;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
}
.conti3 > div .p_list .element-item2 > div .img img {
	width: 100%;
	height: 100%;
}
.conti3 > div .p_list .element-item2 > div .img .hover {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 101%;
	height: 101%;
	background: rgba(0, 0, 0, 0.65);
	border: 7px solid #f69804;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.conti3 > div .p_list .element-item2 > div .img .hover em {
	font-weight: 900;
	color: #f69804;
	font-size: 100px;
	font-style: normal;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.conti3 > div .p_list .element-item2 > div .txt {
	text-align: left;
}
.conti3 > div .p_list .element-item2 > div .txt p {
	font-size: 14px;
	color: #979797;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
}

.conti3 > div .load-more:hover {
	background: #111;
}
#ct3_popup {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 800px;
	height: 630px;
	background: #000;
	z-index: 300;
	padding: 30px 2px 0 2px;
	display: none;
}
#ct3_popup .close {
	position: absolute;
	right: 5px;
	top: 5px;
	font-size: 0;
	background: url(../img/ico_ct3_popup_close.png) no-repeat;
	width: 15px;
	height: 15px;
	cursor: pointer;
}
#ct3_popup .video {
	width: 100%;
	height: 450px;
	margin-bottom: 30px;
}
/* #ct3_popup .video video {width: 100%; height: auto;} */
#ct3_popup .video video {
	width: 100%;
	height: 100%;
}
#ct3_popup ul li {
	margin-bottom: 5px;
	text-align: left;
	padding: 0 10px;
}
#ct3_popup ul li h3 {
	display: inline-block;
	font-size: 13px;
	color: #999;
	font-family: "Noto Sans KR", sans-serif;
	font-weight: normal;
}
#ct3_popup ul li p {
	display: inline-block;
	font-size: 13px;
	color: #999;
	font-family: "Noto Sans KR", sans-serif;
	margin-left: 5px;
}
#ct3_popup ul li.li_1 p {
	color: #fff;
}

/*0820 이미지용 팝업 추가*/
#ct3_popup2 {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 800px;
	height: 630px;
	background: #000;
	z-index: 300;
	padding: 30px 2px 0 2px;
	display: none;
}

#ct3_popup2 .close {
	position: absolute;
	right: 5px;
	top: 5px;
	font-size: 0;
	background: url(../img/ico_ct3_popup_close.png) no-repeat;
	width: 15px;
	height: 15px;
	cursor: pointer;
}

#ct3_popup2 .img_wrap {
	width: 100%;
	height: 100%;
}

#ct3_popup2 .img_wrap img {
	width: 100%;
	height: auto;
}

.dim {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.7);
	z-index: 200;
	display: none;
}

/* 0905 */
.conti3 .p_list > div { display: none;}
.conti3 .p_list > div.active { display: block;}
.conti3 .p_list.show {height: auto; overflow: visible;}
.conti3 > div .p_list.on { height: 800px; overflow: hidden;}

.conti3 > div .p_list .show.an1{
    animation-name: an1; animation-duration: 0.6s; animation-iteration-count: alternate; animation-fill-mode:forwards; animation-timing-function: ease-out; animation-delay: 0s}
@-webkit-keyframes an1{
    0%{opacity: 0; transform: translateY(50px)}
    100%{opacity: 1; transform: translateY(0px)}
}
@keyframes an1{
	0%{opacity: 0; transform: translateY(50px)}
    100%{opacity: 1; transform: translateY(0px)}
}

/* 영생 추가 */
.conti3 > div .p_list .an1{
    animation-name: an1; animation-duration: 0.6s; animation-iteration-count: alternate; animation-fill-mode:forwards; animation-timing-function: ease-out; animation-delay: 0s}
/* 영생 추가 끝 */


.conti4 {
	background: #f5f5f5;
}
.conti4 > div {
	width: 1200px;
	margin: 0 auto;
	padding: 180px 0 30px;
	text-align: center;
}
.conti4 > div .ct4_list li {
	float: left;
	padding: 0 10px 20px;
}
.conti4 > div .ct4_list li.wid30 {
	width: 33.3%;
}
.conti4 > div .ct4_list li.wid50 {
	width: 50%;
}
.conti4 > div .ct4_list li > div {
	cursor: pointer;
	position: relative;
	min-height: 260px;
}
.conti4 > div .ct4_list li > div .img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 185px;
	overflow: hidden;
	transition: all 0.5s;
	box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.13);
}
.conti4 > div .ct4_list li > div:hover .img {
	top: -90px;
}
.conti4 > div .ct4_list li > div .img img {
	width: 100%;
	height: 100%;
}
.conti4 > div .ct4_list li > div .img .hover_txt {
	font-size: 17px;
	color: #e99324;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.7s;
	font-family: "Karla", sans-serif;
}
.conti4 > div .ct4_list li > div .img .hover_txt.on {
	color: #fff;
	left: 10px;
	top: 10px;
	transform: translate(0, 0);
}
.conti4 > div .ct4_list li > div .img .hover_txt:after {
	content: "";
	display: block;
	width: 50px;
	height: 4px;
	background: #e99324;
	margin-top: 3px;
	position: absolute;
	bottom: -7px;
	left: 50%;
	transform: translateX(-50%);
}
.conti4 > div .ct4_list li > div .img .hover_txt.on:after {
	left: 0;
	transform: translateX(0);
}
.conti4 > div .ct4_list li > div .img .hover_bg {
	width: 125px;
	height: 125px;
	border-radius: 125px;
	background: rgba(255, 255, 255, 0.8);
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.6s;
}
.conti4 > div .ct4_list li > div .img .hover_bg.on {
	width: 100%;
	height: 100%;
	border-radius: 0;
	background: #dd4f63;
	opacity: 0.7;
}
.conti4 > div .ct4_list li > div .txt {
	padding: 30px 20px;
	text-align: left;
	height: 165px;
	background: #fff;
	box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.13);
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	transition: all 0.4s;
	z-index: -1;
	opacity: 0;
}
.conti4 > div .ct4_list li > div .txt.on {
	top: 90px;
	z-index: 1;
	opacity: 1;
}
.conti4 > div .ct4_list li > div .txt strong {
	font-size: 15px;
	color: #353535;
	font-weight: normal;
	margin-bottom: 10px;
	display: block;
	font-family: "Nanum Gothic", sans-serif;
}
.conti4 > div .ct4_list li > div .txt p {
	font-size: 13px;
	color: #999;
	line-height: 20px;
	font-family: "Nanum Gothic", sans-serif;
}

.conti5 {
	background: url(../img/bg_ct5.jpg) center center no-repeat;
	height: 650px;
	background-attachment: fixed;
	background-size: 100% 100%;
}
.conti5 > div {
	width: 1200px;
	margin: 0 auto;
	padding: 111px 0;
	text-align: center;
}
.conti5 > div h2 {
	display: inline-block;
	font-size: 50px;
	font-weight: normal;
	margin-bottom: 70px;
	color: #e99324;
}
.conti5 > div h2 span {
	display: inline-block;
	color: #fdfeff;
	font-weight: normal;
	position: relative;
	padding-top: 20px;
	margin-left: 20px;
}
/* .conti5 > div h2 span:before {content: ""; display: block; width: 60px; height: 3px; background: #e99324; position: absolute; left: 50%; top: 5px; transform: translateX(-50%);} */
.conti5 > div .slide2 {
	text-align: center;
	padding-bottom: 50px;
}
.conti5 > div .slide2 > div > div {
	position: relative;
}
.conti5 > div .slide2 > div > div:after {
	content: "";
	display: block;
	background: url(../img/ico_ct5_next.png) no-repeat;
	width: 20px;
	height: 31px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.conti5 > div .slide2 > div > div:last-child:after {
	display: none;
}
.conti5 > div .slide2 strong {
	font-size: 26px;
	color: #e99324;
	display: block;
	margin-bottom: 40px;
}
.conti5 > div .slide2 p {
	font-size: 18px;
	color: #a6a4a7;
	line-height: 20px;
	position: relative;
	padding-top: 120px;
	transition: all 0.4s;
	cursor: pointer;
}
.conti5 > div .slide2 p:hover {
	font-size: 20px;
	color: #fff;
}
.conti5 > div .slide2 p:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	transition: all 0.4s;
	width: 100%;
	height: 100%;
}
.conti5 > div .slide2 p:hover:before {
	transform: translateX(-50%) scale(1.13);
	-webkit-transform: translateX(-50%) scale(1.13);
	-moz-transform: translateX(-50%) scale(1.13);
	-ms-transform: translateX(-50%) scale(1.13);
	-o-transform: translateX(-50%) scale(1.13);
}

.conti5 > div .slide2 p.p_1:before {
	background: url(../img/ico_ct5_li1.png) center top 5px no-repeat;
}
.conti5 > div .slide2 p.p_1:hover:before {
	background: url(../img/ico_ct5_li1_on2.png) center top 0px no-repeat;
}
.conti5 > div .slide2 p.p_2:before {
	background: url(../img/ico_ct5_li2.png) center top 5px no-repeat;
}
.conti5 > div .slide2 p.p_2:hover:before {
	background: url(../img/ico_ct5_li2_on.png) center top 0px no-repeat;
}
.conti5 > div .slide2 p.p_3:before {
	background: url(../img/ico_ct5_li3.png) center top 5px no-repeat;
}
.conti5 > div .slide2 p.p_3:hover:before {
	background: url(../img/ico_ct5_li3_on.png) center top 0px no-repeat;
}
.conti5 > div .slide2 p.p_4:before {
	background: url(../img/ico_ct5_li4.png) center top 5px no-repeat;
}
.conti5 > div .slide2 p.p_4:hover:before {
	background: url(../img/ico_ct5_li4_on.png) center top 0px no-repeat;
}
.conti5 > div .slide2 p.p_5:before {
	background: url(../img/ico_ct5_li5.png) center top 5px no-repeat;
}
.conti5 > div .slide2 p.p_5:hover:before {
	background: url(../img/ico_ct5_li5_on.png) center top 0px no-repeat;
}

.conti5 > div .slide2 p.p_6:before {
	background: url(../img/ico_ct5_li6.png) center top 5px no-repeat;
}
.conti5 > div .slide2 p.p_6:hover:before {
	background: url(../img/ico_ct5_li6_on.png) center top 0px no-repeat;
}
.conti5 > div .slide2 p.p_7:before {
	background: url(../img/ico_ct5_li7.png) center top 5px no-repeat;
}
.conti5 > div .slide2 p.p_7:hover:before {
	background: url(../img/ico_ct5_li7_on.png) center top 0px no-repeat;
}
.conti5 > div .slide2 p.p_8:before {
	background: url(../img/ico_ct5_li8.png) center top 5px no-repeat;
}
.conti5 > div .slide2 p.p_8:hover:before {
	background: url(../img/ico_ct5_li8_on.png) center top 0px no-repeat;
}
.conti5 > div .slide2 p.p_9:before {
	background: url(../img/ico_ct5_li9.png) center top 5px no-repeat;
}
.conti5 > div .slide2 p.p_9:hover:before {
	background: url(../img/ico_ct5_li9_on.png) center top 0px no-repeat;
}

.conti5 > div .slide2 p.p_10:before {
	background: url(../img/ico_ct5_li10.png) center top 5px no-repeat;
}
.conti5 > div .slide2 p.p_10:hover:before {
	background: url(../img/ico_ct5_li10_on.png) center top 0px no-repeat;
}
.conti5 > div .slide2 p.p_11:before {
	background: url(../img/ico_ct5_li11.png) center top 5px no-repeat;
}
.conti5 > div .slide2 p.p_11:hover:before {
	background: url(../img/ico_ct5_li11_on.png) center top 0px no-repeat;
}
.conti5 > div .slide2 p.p_12:before {
	background: url(../img/ico_ct5_li12.png) center top 5px no-repeat;
}
.conti5 > div .slide2 p.p_12:hover:before {
	background: url(../img/ico_ct5_li12_on.png) center top 0px no-repeat;
}
.conti5 > div .slide2 p.p_13:before {
	background: url(../img/ico_ct5_li11.png) center top 5px no-repeat;
}
.conti5 > div .slide2 p.p_13:hover:before {
	background: url(../img/ico_ct5_li11_on.png) center top 0px no-repeat;
}
.conti5 > div .slide2 p.p_14:before {
	background: url(../img/ico_ct5_li14.png) center top 5px no-repeat;
}
.conti5 > div .slide2 p.p_14:hover:before {
	background: url(../img/ico_ct5_li14_on.png) center top 0px no-repeat;
}

.conti5 > div .slide2 .slide_paging {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0px;
	z-index: 100;
}
.conti5 > div .slide2 .slide_paging span {
	display: inline-block;
	margin: 0 5px;
	width: 15px;
	height: 15px;
	border-radius: 15px;
	border: 2px solid #fff;
	cursor: pointer;
}
.conti5 > div .slide2 .slide_paging span.swiper-pagination-bullet-active {
	background: #e99324;
	border: none;
}

.conti6 {
	background: #fff;
}
.conti6 > div {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	padding: 70px 0;
}
.conti6 > div h2 {
	font-size: 65px;
	color: #343434;
	margin-bottom: 50px;
	font-weight: normal;
}
.conti6 > div h2 span {
	color: #e99324;
}
.conti6 > div .sub_txt {
	font-size: 14px;
	color: #999;
	line-height: 22px;
	margin-bottom: 50px;
}
.conti6 > div .ct6_list li {
	float: left;
	padding: 0 10px 30px;
}
.conti6 > div .ct6_list li.wid30 {
	width: 33.3%;
}
.conti6 > div .ct6_list li.wid50 {
	width: 50%;
}
.conti6 > div .ct6_list li .img {
	height: 280px;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
	cursor: pointer;
}
.conti6 > div .ct6_list li .img > img {
	width: 100%;
}
.conti6 > div .ct6_list li .img .hover {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.4s;
}
.conti6 > div .ct6_list li .img .hover .img_wrap {
	width: 85px;
	height: 85px;
	background: rgba(233, 147, 36, 0.8);
	border-radius: 85px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.4s;
}
.conti6 > div .ct6_list li .img .hover img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.4s;
}
.conti6 > div .ct6_list li .img .hover p {
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	opacity: 0;
	text-align: center;
	padding-top: 120px;
	transition: all 0.5s;
	position: relative;
	right: -50px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.conti6 > div .ct6_list li .img:hover .hover {
	width: 100%;
	height: 100%;
	border-radius: 0;
}
.conti6 > div .ct6_list li .img:hover .hover .img_wrap {
	width: 100%;
	height: 100%;
	border-radius: 0;
}
.conti6 > div .ct6_list li .img:hover .hover img {
	top: 30%;
}
.conti6 > div .ct6_list li .img:hover .hover p {
	opacity: 1;
	right: 0;
}
.conti6 > div .ct6_list li p.title {
	text-align: left;
	font-size: 16px;
	color: #333;
}
.conti6 > div .ct6_list li p.title:before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background: #e99324;
	margin-right: 5px;
	position: relative;
	top: -3px;
}

.conti7 {
	background: #fff;
	padding-bottom: 100px;
}
.conti7 .map {
	width: 100%;
	height: 570px;
	margin-bottom: 30px;
}
.conti7 .map iframe {
	width: 100%;
	height: 100%;
}
.conti7 .txt {
	width: 1200px;
	margin: 0 auto;
}
.conti7 .txt li {
	float: left;
	width: 25%;
	padding: 0 40px;
	font-size: 13px;
	color: #333;
	line-height: 20px;
	text-align: center;
	padding-top: 45px;
	position: relative;
}
.conti7 .txt li:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}
.conti7 .txt li.li_1:before {
	background: url(../img/ico_ct7_li1.png) no-repeat;
	width: 16px;
	height: 27px;
}
.conti7 .txt li.li_2:before {
	background: url(../img/ico_ct7_li1.png) no-repeat;
	width: 20px;
	height: 27px;
}
.conti7 .txt li.li_3:before {
	background: url(../img/ico_ct7_li3.png) no-repeat;
	width: 28px;
	height: 18px;
	top: 5px;
}
.conti7 .txt li.li_4:before {
	background: url(../img/ico_ct7_li4.png) no-repeat;
	width: 24px;
	height: 30px;
}
.conti7 .txt li.li_4 a {
	color: #333;
}

.conti8 {
	background: #fff;
}
.conti8 > div {
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0;
	text-align: center;
}
.conti8 > div h2 {
	font-size: 65px;
	color: #343434;
	font-weight: normal;
	margin-bottom: 30px;
}
.conti8 > div .sub_txt {
	font-size: 13px;
	color: #999;
	line-height: 18px;
	margin-bottom: 30px;
	text-align: left;
}
.conti8 > div .form_wrap {
	border-top: 1px solid #eee;
}
.conti8 > div .form_wrap .radiobx {
	text-align: left;
	padding: 25px 20px;
}
.conti8 > div .form_wrap .radiobx li {
	display: inline-block;
	margin-right: 30px;
}
.conti8 > div .form_wrap .radiobx li label {
	font-size: 14px;
	color: #444;
	margin-left: 5px;
}
.conti8 > div .form_wrap .form .row {
	border-bottom: 1px solid #eee;
	padding: 15px 0;
}
.conti8 > div .form_wrap .form .row:first-child {
	padding-top: 0;
}
.conti8 > div .form_wrap .form .row.wid30 > div {
	float: left;
	width: 33.3%;
	padding: 0 10px;
}
.conti8 > div .form_wrap .form .row.wid30 > div:first-child {
	padding-left: 0;
}
.conti8 > div .form_wrap .form .row.wid30 > div:last-child {
	padding-right: 0;
}
.conti8 > div .form_wrap .form .row > div input,
.conti8 > div .form_wrap .form .row > div select {
	width: 100%;
	height: 35px;
	border: 1px solid #eee;
	padding: 0 10px;
	background: #fff;
}
.conti8 > div .form_wrap .form .row > div input::placeholder,
.conti8 > div .form_wrap .form .row > div select,
.conti8 > div .form_wrap .form .row > div textarea::placeholder {
	font-size: 13px;
	color: #999;
}
.conti8 > div .form_wrap .form .row > div textarea {
	width: 100%;
	height: 280px;
	border: 1px solid #eee;
	padding: 10px;
}
.conti8 > div .form_wrap .send {
	display: inline-block;
	width: 370px;
	height: 55px;
	background: #000;
	font-size: 14px;
	color: #fff;
	line-height: 55px;
	margin-top: 30px;
	cursor: pointer;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
}
.conti8 > div .form_wrap .send:hover {
	background: #e99324;
}

/* 팝업 0910 */
.popup.bb { display: none;}
.popup { position: fixed; width: 100%; height: 100%; left: 0; top: 0; z-index: 99999;}
.popup_bg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,.7);}
.popup .imgg { position: absolute; left: 30%; top: 25%;}
.popup .xx { position: absolute; font-size: 16px; bottom: -44px; left: 50%; background: transparent; color: #fff; font-weight: bold;}

/* 영생 0910 */
.conti3 > div .p_list .element-item{display: none;}
.conti3 > div .p_list .element-item:nth-of-type(1){}
.conti3 > div .p_list .element-item:nth-of-type(2){}
.conti3 > div .p_list .element-item:nth-of-type(3){}
.conti3 > div .p_list .element-item:nth-of-type(4){}
.conti3 > div .p_list .element-item:nth-of-type(5){}
.conti3 > div .p_list .element-item:nth-of-type(6){}
.conti3 > div .p_list .element-item:nth-of-type(7){}
.conti3 > div .p_list .element-item:nth-of-type(8){}
.conti3 > div .p_list .element-item:nth-of-type(9){}
.conti3 > div .p_list .element-item:nth-of-type(10){}
.conti3 > div .p_list .element-item:nth-of-type(11){}
.conti3 > div .p_list .element-item:nth-of-type(12){}

/*200717 카드결제 추가 */
@font-face{font-family:'nanumbarunRegular'; src:url('./nanumbarun_Regular.ttf') format('truetype');}


.sub .payment {background: #333; min-height: 900px; padding-bottom: 150px; }
.sub .payment > div {width: 1200px; margin: 0 auto; text-align: center; padding-top: 200px; }
.sub .payment > div h2 {font-size: 56px; color: #ea9320; font-weight: normal; margin-bottom: 30px; font-family:'nanumbarunRegular'; }
.sub .payment > div .searchForm {font-size: 0; margin-bottom: 100px; }
.sub .payment > div .searchForm select {display: inline-block; vertical-align: middle; font-size: 20px; color: #333; padding: 0 10px; width: 160px; height: 40px; font-family:'nanumbarunRegular'; border: none; margin-right: 3px; }
.sub .payment > div .searchForm .input {display: inline-block; vertical-align: middle;width: 320px; height: 40px; position: relative; }
.sub .payment > div .searchForm .input input {width: 100%; height: 40px; background: #fff; padding: 0  0px 0 10px; font-family:'nanumbarunRegular'; border: none; font-size: 20px; color: #333; }
.sub .payment > div .searchForm .input button {display: block; width: 27px; height: 28px; position: absolute; right: 15px; top: 50%; transform: translateY(-50%); font-size: 0; background: url(../img/ico_btnsearch.png) no-repeat; }
.sub .payment .payListWrap ul li {float: left; width: 25%; padding: 0 20px; margin-bottom: 40px; }
.sub .payment .payListWrap ul li > a {display: block; background: url(../img/bg_paylist_li.png) no-repeat; width: 265px; height: 172px; text-align: left; padding: 45px 0 0 30px;}
.sub .payment .payListWrap ul li span {display: block; font-size: 20px; color: #ffd200;margin-bottom: 30px; font-family:'nanumbarunRegular'; padding-left: 50px; }
.sub .payment .payListWrap ul li span em {display: inline-block; margin-right: 2px; font-style: normal; font-family:'nanumbarunRegular';}
.sub .payment .payListWrap ul li p {font-size: 30px; color: #fff; font-family:'nanumbarunRegular'; }

.pg_wrap {text-align: center; margin-top: 70px; }
.pg_wrap a {display: inline-block; font-size: 30px; color: rgba(255,255,255,.3); width:46px; height: 48px; line-height: 47px; text-align: center; margin: 0 10px; vertical-align: middle; font-family:'nanumbarunRegular'; border: 1px solid rgba(255,255,255,.3);}
.pg_wrap strong {display: inline-block; width: 46px; height: 48px; line-height: 47px; text-align: center; margin: 0 10px; vertical-align: middle; font-size: 30px; font-weight: bold; }
.pg_wrap .pg_current {color: #fff; background: #de8d21; font-weight: normal; }
.pg_wrap .pg_start {font-size: 0; background: url(../img/ico_paging_first.png) center no-repeat; width: 46px; height: 48px; border: none; }
.pg_wrap .pg_prev {font-size: 0; background: url(../img/ico_paging_prev.png) no-repeat; width: 46px; height: 48px; border: none; margin-right: 30px; }
.pg_wrap .pg_next {font-size: 0; background: url(../img/ico_paging_next.png) no-repeat; width: 46px; height: 48px; border: none; margin-left: 40px; }
.pg_wrap .pg_end {font-size: 0; background: url(../img/ico_paging_last.png) no-repeat; width: 46px; height: 48px; border: none; }

.payView .formWrap {width: 520px; margin: 70px auto 0; }
.payView .formWrap .innerWrap {width: 100%; border: 5px solid #376edf; background: #fff; text-align: left; margin-bottom: 30px; }
.payView .formWrap .innerWrap h3 {display: block; font-size: 25px; color: #3663be; line-height: 90px; padding: 0 25px; border-bottom: 1px solid #b8c9ea; font-family:'nanumbarunRegular'; font-weight: normal; }
.payView .formWrap .innerWrap .row {border-bottom: 1px solid #b8c9ea; }
.payView .formWrap .innerWrap .row h4 {float: left; width: 160px; line-height: 90px; font-size: 25px; color: #333; font-weight: normal; padding-left: 25px; font-family:'nanumbarunRegular';}
.payView .formWrap .innerWrap .row .contt {float: left; width: 350px; padding: 10px 10px 10px 0; height: 90px; }
.payView .formWrap .innerWrap .row .contt p {font-size: 25px; color: #333; font-weight: bold; font-family:'nanumbarunRegular'; line-height: 70px; }
.payView .formWrap .innerWrap .row .contt input {width: 100%; height: 100%; background: #ededed; border: none; padding: 0 10px; font-size: 25px; color: #333; font-family:'nanumbarunRegular'; }
.payView .formWrap .info {text-align: left; }
.payView .formWrap .info h3 {display: block; font-size: 18px; color: #88afff; font-weight: normal; margin-bottom: 10px; font-family:'nanumbarunRegular';}
.payView .formWrap .info ul li {font-size: 16px; color: #999; font-family:'nanumbarunRegular'; margin-bottom: 10px; }
.payView .formWrap .info ul li:before {content: ""; display: inline-block; width: 5px; height: 1px; background: #999; vertical-align: middle; margin-right: 5px; }
.payView .formWrap .btnPay {display: block; margin: 70px 0 0; width: 100%; height: 90px; background: #457ae7; font-size: 30px; color: #fff; cursor: pointer; line-height: 90px; text-align: center; font-family:'nanumbarunRegular'; }