@import url("http://fonts.googleapis.com/earlyaccess/nanumgothic.css");

body { font-family: "Nanum Gothic", "Open-Sans", sans-serif !important; }
footer { position:relative; }
.relative { position:relative; }
.ico-bullet { background:url('img/ico_arrow.gif') no-repeat 5px 8px; padding-left:15px !important; }
.block { display:block; }
.hide { display:none; }

/* header 배경 */
.bg-header .flexslider{
	background: transparent;
	/*background-image: url('plugin/Euro-Travels-master/assets/images/header.png');*/
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}

/* fix-button */
.fix-button { position:fixed; bottom:2em; right:2em; z-index:100; }

/* 넓이 */
.w-20 { width:20px; }
.w-25 { width:25px; }
.w-30 { width:30px; }
.w-40 { width:40px; }
.w-100p { width:100%; }

/* 높이 */
.h-20 { height:20px; }
.h-25 { height:25px; }
.h-30 { height:30px; }
.h-40 { height:40px; }
.h-40vh { height:40vh; }
.h-100vh { height:100vh; }

/* 여백 */
.mr-5 { margin-right:5px !important; }
.p-0 { padding:0 !important; }

/* 폰트 색상 */
.fc-gray { color:#313131 !important; }
.fc-gray-light { color:#969595 !important; }
.fc-red { color:#ff0000 !important; }
.fc-blue { color:#0000ff !important; }
.fc-blue-light { color:#654FD6 !important; }
.fc-orange-light { color:#F97703 !important; }
.fc-white { color:#fff !important; }

/* 폰트 크기 */
.fs-12 { font-size:12px !important; }
.fs-13 { font-size:13px !important; }
.fs-14 { font-size:14px !important; }
.fs-20 { font-size:20px !important; }

/* 폰트 weight */
.fw-bold { font-weight:bold !important; }

/* Text 정렬 */
.align-l { text-align:left !important; }
.align-c { text-align:center !important; }

/* 세부설명 */
.desc h3 { margin:0 !important; padding:0 0 10px 0; color:#333; font-weight:bold; }
.desc p { margin:0 !important; padding:0 0 0 10px; font-size:14px; }
.desc.mg-t-20 { margin-top:20px; }

/* 높이 */
.h-500 { height:500px; }
.lh-24 { line-height:24px; }

/* 배경 색상 */
.bg-gray { background-color:#f9f9f9 !important; }
.bg-pink { background-color:#fbecec !important; }
