@charset "utf-8";
/* CSS Document */
/* 기본폰트 : ibm sans kr로 세팅
font-family : "ibm-kr";*/

@font-face {
	font-family: "ibm-kr";
	font-style: normal;
	font-weight: 400;
	src: url("/fonts/IBMPlexSansKR-Regular.eot");
	src: url("/fonts/IBMPlexSansKR-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/IBMPlexSansKR-Regular.woff2") format("woff2"), url("/fonts/IBMPlexSansKR-Regular.woff") format("woff"), url("/fonts/IBMPlexSansKR-Regular.ttf") format("truetype");
}

@font-face {
	font-family: "ibm-kr";
	font-style: normal;
	font-weight: 500;
	src: url("/fonts/IBMPlexSansKR-Medium.eot");
	src: url("/fonts/IBMPlexSansKR-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/IBMPlexSansKR-SemiBold.woff2") format("woff2"), url("/fonts/IBMPlexSansKR-Medium.woff") format("woff"), url("/fonts/IBMPlexSansKR-Medium.ttf") format("truetype");
}

@font-face {
	font-family: "ibm-kr";
	font-style: normal;
	font-weight: 700;
	src: url("/fonts/IBMPlexSansKR-SemiBold.eot");
	src: url("/fonts/IBMPlexSansKR-SemiBold.eot?#iefix") format("embedded-opentype"), url("/fonts/IBMPlexSansKR-SemiBold.woff2") format("woff2"), url("/fonts/IBMPlexSansKR-SemiBold.woff") format("woff"), url("/fonts/IBMPlexSansKR-SemiBold.ttf") format("truetype");
}

@font-face {
	font-family: "ibm-kr";
	font-style: normal;
	font-weight: 800;
	src: url("/fonts/IBMPlexSansKR-Bold.eot");
	src: url("/fonts/IBMPlexSansKR-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/IBMPlexSansKR-Bold.woff2") format("woff2"), url("/fonts/IBMPlexSansKR-Bold.woff") format("woff"), url("/fonts/IBMPlexSansKR-Bold.ttf") format("truetype");
}

/* 게시판 모던 폰트 : 스포카한산스
ont-family: "Spoqa Han Sans", sans-serif;*/
@font-face {
	font-family: "Spoqa Han Sans";
	font-style: normal;
	font-weight: 300;
	src: url("/fonts/SpoqaHanSansLight.eot");
	src: url("/fonts/SpoqaHanSansLight.eot?#iefix") format("embedded-opentype"), url("/fonts/SpoqaHanSansLight.woff2") format("woff2"), url("/fonts/SpoqaHanSansLight.woff") format("woff"), url("/fonts/SpoqaHanSansLight.ttf") format("truetype");
}

@font-face {
	font-family: "Spoqa Han Sans";
	font-style: normal;
	font-weight: 400;
	src: url("/fonts/SpoqaHanSansRegular.eot");
	src: url("/fonts/SpoqaHanSansRegular.eot?#iefix") format("embedded-opentype"), url("/fonts/SpoqaHanSansRegular.woff2") format("woff2"), url("/fonts/SpoqaHanSansRegular.woff") format("woff"), url("/fonts/SpoqaHanSansRegular.ttf") format("truetype");
}

@font-face {
	font-family: "Spoqa Han Sans";
	font-style: normal;
	font-weight: 700;
	src: url("/fonts/SpoqaHanSansBold.eot");
	src: url("/fonts/SpoqaHanSansBold.eot?#iefix") format("embedded-opentype"), url("/fonts/SpoqaHanSansBold.woff2") format("woff2"), url("/fonts/SpoqaHanSansBold.woff") format("woff"), url("/fonts/SpoqaHanSansBold.ttf") format("truetype");
}

@font-face {
	font-family: "NanumPen";
	font-style: normal;
	font-weight: 400;
	src: url("/fonts/NanumPen.eot");
	src: url("/fonts/NanumPen.eot?#iefix") format("embedded-opentype"), url("/fonts/NanumPen.woff2") format("woff2"), url("/fonts/NanumPen.woff") format("woff"), url("/fonts/NanumPen.ttf") format("truetype");
}

.nanumpen {
	font-family: "NanumPen";
	font-weight: 400 !important;
	letter-spacing: 0em;
}
html {
	scroll-behavior: smooth;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: "ibm-kr", sans-serif;
	line-height: 1.4;
	font-size: 18px;
	color: #56504b;
	box-sizing: border-box;
	line-height: inherit;
	word-break: keep-all;
	image-rendering: -webkit-optimize-contrast;
}

a,
a:focus,
a:hover {
	color: #333;
	text-decoration: none;
	outline: 0;
	transition: all 0.2s ease-in 0s;
}
img[src$=".gif"], img[src$=".png"] {
image-rendering: -moz-crisp-edges; /* Firefox */
image-rendering: -o-crisp-edges; /* Opera */
image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
ul,
ol,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
input,
textarea,
button,
select,
div,
a {
	font-family: "ibm-kr", sans-serif;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	letter-spacing: -0.03em;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
}

h1,
.h1 {
	font-size: 50px;
}

h2,
.h2 {
	font-size: 36px;
}

h3,
.h3 {
	font-size: 28px;
}

h4,
.h4 {
	font-size: 24px;
}

h5,
.h5 {
	font-size: 20px;
}

h6,
.h6 {
	font-size: 16px;
}

input,
input:focus,
select,
select:focus {
	outline: none;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
	text-decoration: none;
}

figure {
	margin: 0;
}

button {
	cursor: pointer;
	background-color: inherit;
	border: none;
	outline: none;
}

button:active,
button:focus {
	border: none;
	outline: none;
}

img {
	max-width: 100%;
	vertical-align: top;
	display: inline-block;
	image-rendering: -webkit-optimize-contrast;
}

table {
	width: 100%;
	vertical-align: middle;
	border-collapse: collapse;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eeeeee;
}

/* IE10 이상을 위한 css */
input::placeholder,
textarea::placeholder {
	font-family: "kiaM";
	color: #b6b6b6;
	opacity: 1;
	/* 파이어폭스에서 뿌옇게 나오는 현상을 방지하기 위한 css */
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	font-family: "kiaM";
	color: #b6b6b6;
}

/* IE */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	font-family: "kiaM";
	color: #b6b6b6;
}

/* Firefox */
input:-mos-input-placeholder {
	color: #b6b6b6;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	/* WebKit browsers */
	color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: transparent;
}

/* IE9 이하를 위한 css */
.placeholder {
	color: #ddd;
}

a {
	text-decoration: none;
}

button {
	cursor: pointer;
}

.gotham_b {
	font-family: "GothamBold" !important;
}

.g_title,
.g_title * {
	font-family: "GyeonggiTitle" !important;
}

.bg-blue {
	background-color: #28a7e1 !important;
	color: #fff !important;
}

.bg-green {
	background-color: #8fc43d !important;
	color: #fff !important;
}

.bg-orange {
	background-color: #f39938 !important;
	color: #fff !important;
}

.bg-brown {
	background-color: #7a6d62 !important;
	color: #fff !important;
}

.bg-primary {
	background-color: #00a885 !important;
}

.bg-finence {
	background-color: #13a0b2 !important;
}

.bg-mega {
	background-color: #1b1b1b !important;
}

.bg-gray {
	background-color: #f5f1f0 !important;
}

.bg-black {
	background-color: #222222 !important;
}

.bg-white {
	background-color: #fff !important;
}

.bg-f0f0f0 {
	background-color: #f0f0f0 !important;
}

.bg-f5f5f5 {
	background-color: #f5f5f5 !important;
}

.b_blue_1 {
	border: 1px solid #3e455b;
}

.border_black_t1 {
	border-top: 1px solid #000;
}

.text_red {
	color: #eb0c0c;
}

.text-primary {
	color: #28a7e1;
}

.text-white {
	color: #fff;
}

.text-black {
	color: #000;
}

.text-gray {
	color: #cec9c7;
}

.text-brown {
	color: #56504b;
}

.text-blue {
	color: #28a7e1;
}

.text-green {
	color: #8fc43d;
}

.text-orange {
	color: #f39938;
}

.highlight-gray {
	display: inline-block !important;
	font-size: 0.95em;
	font-weight: 600;
	padding: 0em 0.2em;
	line-height: 1em;
	background: #f0f0f0;
	color: #000;
	border-radius: 2px;
}

.highlight-brown {
	display: inline-block !important;
	font-size: 0.95em;
	font-weight: 600;
	padding: 0em 0.2em;
	line-height: 1em;
	background: #56504b;
	color: #fff;
	border-radius: 2px;
}

.highlight-blue {
	display: inline-block !important;
	font-size: 0.95em;
	font-weight: 600;
	padding: 0em 0.2em;
	line-height: 1em;
	background: #28a7e1;
	color: #fff;
	border-radius: 2px;
}

.highlight-green {
	display: inline-block !important;
	font-size: 0.95em;
	font-weight: 600;
	padding: 0em 0.2em;
	line-height: 1em;
	background: #8fc43d;
	color: #fff;
	border-radius: 2px;
}

.highlight-orange {
	display: inline-block !important;
	font-size: 0.95em;
	font-weight: 600;
	padding: 0em 0.2em;
	line-height: 1em;
	background: #f39938;
	color: #fff;
	border-radius: 2px;
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
	display: block;
	max-width: 100%;
	height: auto;
}

.w5per {
	width: 5%;
}

.w10per {
	width: 10%;
}

.w15per {
	width: 15%;
}

.w20per {
	width: 20%;
}

.w22d5per {
	width: 22.5%;
}

.w25per {
	width: 25%;
}

.w24per {
	width: 24%;
}

.w30per {
	width: 30%;
}

.w35per {
	width: 35%;
}

.w40per {
	width: 40%;
}

.w43per {
	width: 43%;
}

.w45per {
	width: 45%;
}

.w50per {
	width: 50%;
}

.w55per {
	width: 55%;
}

.w60per {
	width: 60%;
}

.w65per {
	width: 65%;
}

.w70per {
	width: 70%;
}

.w80per {
	width: 80%;
}

.w88per {
	width: 88%;
}

.w90per {
	width: 90%;
}

.w100per {
	width: 100%;
}

.w150p {
	width: 150px !important;
}

.w260p {
	width: 260px !important;
}

.w500p {
	width: 500px;
}

.w600p {
	width: 600px;
}

.w700p {
	width: 700px;
}

.line_h13 {
	line-height: 1.3;
}

.line_h14 {
	line-height: 1.4;
}

.line_h16 {
	line-height: 1.6;
}

.line_h17 {
	line-height: 1.7;
}

.line_h18 {
	line-height: 1.8;
}

.line_h42p {
	line-height: 42px;
}

.fc_balck {
	color: #000;
}

.fc_222 {
	color: #222;
}

.fc_666 {
	color: #666;
}

.fc_blue {
	color: #28abe3;
}

.fs14p {
	font-size: 14px;
}

.fs15p {
	font-size: 15px;
}

.fs16p {
	font-size: 16px;
	line-height: 24px;
}

.fs18p {
	font-size: 18px;
}

.fs20p {
	font-size: 20px;
}

.fs22p {
	font-size: 22px;
	font-weight: 400;
}

.fs24p {
	font-size: 24px;
}

.fs36p {
	font-size: 36px;
}

.fs40p {
	font-size: 40px;
	font-weight: 500;
}

.fs46p {
	font-size: 46px;
}

.fs50p {
	font-size: 50px;
}

.fs60p {
	font-size: 60px;
	font-weight: 700;
}

.fw200 {
	font-weight: 200;
}

.fw300 {
	font-weight: 300;
}

.fw400 {
	font-weight: 400 !important;
}

.fw500 {
	font-weight: 500;
}

.fw600 {
	font-weight: 600;
}

.fw700 {
	font-weight: 700;
}

.tm1per {
	margin-top: 1%;
}

.tm2per {
	margin-top: 2%;
}

.tm3per {
	margin-top: 3%;
}

.tm4per {
	margin-top: 4%;
}

.tm5per {
	margin-top: 5%;
}

.tm6per {
	margin-top: 6%;
}

.tm7per {
	margin-top: 7%;
}

.tm45per {
	margin-top: 45%;
}

.bm4per {
	margin-bottom: 4%;
}

.lm1per {
	margin-left: 1%;
}

.lm1d3per {
	margin-left: 1.3%;
}

.lm5per {
	margin-left: 5%;
}

.lm15per {
	margin-left: 15%;
}

.rm5per {
	margin-right: 5%;
}

.rm12per {
	margin-right: 12%;
}

.tp10per {
	padding-top: 10%;
}

.bp8per {
	padding-bottom: 8%;
}

.bp10per {
	padding-bottom: 10%;
}

.lp5per {
	padding-left: 5%;
}

.rp5per {
	padding-right: 5%;
}

.tm-18p {
	margin-top: -18px;
}

.tm0p {
	margin-top: 0px;
}

.tm5p {
	margin-top: 5px;
}

.tm6p {
	margin-top: 6px;
}

.tm10p {
	margin-top: 10px;
}

.tm15p {
	margin-top: 15px;
}

.tm16p {
	margin-top: 16px;
}

.tm20p {
	margin-top: 20px;
}

.tm25p {
	margin-top: 25px;
}

.tm29p {
	margin-top: 29px;
}

.tm30p {
	margin-top: 30px;
}

.tm40p {
	margin-top: 40px !important;
}

.tm45p {
	margin-top: 45px;
}

.tm50p {
	margin-top: 50px;
}

.tm60p {
	margin-top: 60px;
}

.tm65p {
	margin-top: 65px;
}

.tm70p {
	margin-top: 70px;
}

.tm80p {
	margin-top: 80px;
}

.tm90p {
	margin-top: 90px;
}

.tm100p {
	margin-top: 100px;
}

.tm110p {
	margin-top: 110px;
}

.tm115p {
	margin-top: 115px;
}

.tm125p {
	margin-top: 125px;
}

.tm170p {
	margin-top: 170px;
}

.bm0p {
	margin-bottom: 0px !important;
}

.bm1p {
	margin-bottom: 1px;
}

.bm5p {
	margin-bottom: 5px;
}

.bm10p {
	margin-bottom: 10px;
}

.bm20p {
	margin-bottom: 20px;
}

.bm25p {
	margin-bottom: 25px;
}

.bm30p {
	margin-bottom: 30px;
}

.bm40p {
	margin-bottom: 40px;
}

.bm45p {
	margin-bottom: 45px;
}

.bm50p {
	margin-bottom: 50px;
}

.bm55p {
	margin-bottom: 50px;
}

.bm60p {
	margin-bottom: 60px;
}

.bm65p {
	margin-bottom: 65px;
}

.bm70p {
	margin-bottom: 70px;
}

.bm75p {
	margin-bottom: 75px;
}

.bm80p {
	margin-bottom: 80px;
}

.bm85p {
	margin-bottom: 85px;
}

.bm90p {
	margin-bottom: 90px;
}

.bm100p {
	margin-bottom: 100px;
}

.bm110p {
	margin-bottom: 110px;
}

.bm120p {
	margin-bottom: 120px;
}

.bm130p {
	margin-bottom: 130px;
}

.bm140p {
	margin-bottom: 140px;
}

.lm0p {
	margin-left: 0px !important;
}

.lm1p {
	margin-left: 1px;
}

.lm2p {
	margin-left: 2px;
}

.lm5p {
	margin-left: 5px;
}

.lm9p {
	margin-left: 9px;
}

.lm10p {
	margin-left: 10px;
}

.lm15p {
	margin-left: 15px;
}

.lm20p {
	margin-left: 20px;
}

.lm25p {
	margin-left: 25px;
}

.lm30p {
	margin-left: 30px;
}

.lm40p {
	margin-left: 40px;
}

.lm107p {
	margin-left: 107px;
}

.rm1p {
	margin-right: 1px;
}

.rm2p {
	margin-right: 2px;
}

.rm5p {
	margin-right: 5px;
}

.rm8p {
	margin-right: 8px;
}

.rm9p {
	margin-right: 9px;
}

.rm10p {
	margin-right: 10px;
}

.rm15p {
	margin-right: 15px;
}

.rm20p {
	margin-right: 20px;
}

.rm25p {
	margin-right: 25px;
}

.rm30p {
	margin-right: 30px;
}

.rm35p {
	margin-right: 35px;
}

.rm37p {
	margin-right: 37px;
}

.rm39p {
	margin-right: 39px;
}

.rm40p {
	margin-right: 40px;
}

.rm50p {
	margin-right: 50px;
}

.rm60p {
	margin-right: 60px;
}

.rm70p {
	margin-right: 70px;
}

.rm80p {
	margin-right: 80px;
}

.rm83p {
	margin-right: 83px;
}

.rm85p {
	margin-right: 85px;
}

.rm90p {
	margin-right: 90px;
}

.rm110p {
	margin-right: 110px;
}

.rm140p {
	margin-right: 140px;
}

.rm160p {
	margin-right: 160px;
}

.p30p {
	padding: 30px;
}

.lp5p {
	padding-left: 5px;
}

.lp10p {
	padding-left: 10px;
}

.lp20p {
	padding-left: 20px;
}

.lp30p {
	padding-left: 30px;
}

.lp40p {
	padding-left: 40px;
}

.lp50p {
	padding-left: 50px;
}

.lp80p {
	padding-left: 80px;
}

.lp100p {
	padding-left: 100px;
}

.rp5p {
	padding-right: 5px;
}

.rp10p {
	padding-right: 10px;
}

.rp40p {
	padding-right: 40px;
}

.rp50p {
	padding-right: 50px;
}

.rp100p {
	padding-right: 100px;
}

.tp3p {
	padding-top: 3px;
}

.tp5p {
	padding-top: 5px;
}

.tp13p {
	padding-top: 13px;
}

.tp15p {
	padding-top: 15px;
}

.tp20p {
	padding-top: 20px;
}

.tp25p {
	padding-top: 25px;
}

.tp30p {
	padding-top: 30px;
}

.tp32p {
	padding-top: 32px;
}

.tp40p {
	padding-top: 40px;
}

.tp45p {
	padding-top: 45px;
}

.tp50p {
	padding-top: 50px;
}

.tp75p {
	padding-top: 75px;
}

.bp10p {
	padding-bottom: 10px;
}

.bp15p {
	padding-bottom: 15px;
}

.bp20p {
	padding-bottom: 20px;
}

.bp25p {
	padding-bottom: 25px;
}

.bp30p {
	padding-bottom: 30px;
}

.bp45p {
	padding-bottom: 45px;
}

.bp50p {
	padding-bottom: 50px;
}

.bp100p {
	padding-bottom: 100px;
}

/* 재정의 */
.mg_0 {
	margin: 0 auto;
}

.mt_0 {
	margin-top: 0px !important;
}

.mt_10 {
	margin-top: 10px !important;
}

.mt_15 {
	margin-top: 15px !important;
}

.mt_20 {
	margin-top: 20px !important;
}

.mt_30 {
	margin-top: 30px !important;
}

.mt_40 {
	margin-top: 40px !important;
}

.mt_50 {
	margin-top: 50px !important;
}

.mt_55 {
	margin-top: 55px !important;
}

.mt_60 {
	margin-top: 60px !important;
}

.mt_70 {
	margin-top: 70px !important;
}

.mt_80 {
	margin-top: 80px !important;
}

.mt_100 {
	margin-top: 100px !important;
}

.mb_0 {
	margin-bottom: 0px !important;
}

.mb_5 {
	margin-bottom: 5px !important;
}

.mb_10 {
	margin-bottom: 10px !important;
}

.mb_20 {
	margin-bottom: 20px !important;
}

.mb_30 {
	margin-bottom: 30px !important;
}

.mb_40 {
	margin-bottom: 40px !important;
}

.mb_50 {
	margin-bottom: 50px !important;
}

.mb_60 {
	margin-bottom: 60px !important;
}

.mb_70 {
	margin-bottom: 70px !important;
}

.mb_100 {
	margin-bottom: 100px !important;
}

.mr_5 {
	margin-right: 5px !important;
}

.mr_10 {
	margin-right: 10px !important;
}

.mr_15 {
	margin-right: 15px !important;
}

.mr_30 {
	margin-right: 30px !important;
}

.ml_0 {
	margin-left: 0px !important;
}

.ml_10 {
	margin-left: 10px !important;
}

.ml_70 {
	margin-left: 70px !important;
}

.ml_130 {
	margin-left: 130px !important;
}

.mt_m180 {
	margin-top: -180px;
}

.pt_0 {
	padding-top: 0px !important;
}

.pt_10 {
	padding-top: 10px !important;
}

.pt_20 {
	padding-top: 20px !important;
}

.pt_50 {
	padding-top: 50px !important;
}

.pt_60 {
	padding-top: 60px !important;
}

.pb_50 {
	padding-bottom: 50px !important;
}

.pb_60 {
	padding-bottom: 60px !important;
}

.pl_30 {
	padding-left: 30px;
}

.pl_60 {
	padding-left: 60px;
}

.pd_10 {
	padding: 10px;
}

.pd_20 {
	padding: 20px;
}

.pd_50 {
	padding: 50px;
}

.f_left {
	float: left;
}

.f_right {
	float: right;
}

.t_left {
	text-align: left !important;
}

.t_right {
	text-align: right !important;
}

.t_center {
	text-align: center !important;
	margin-left: auto;
	margin-right: auto;
}

.v_middle {
	vertical-align: middle;
}

.hand {
	cursor: pointer;
}

.hide {
	display: none !important;
}

.clear {
	clear: both;
}

.bold {
	font-weight: bold;
}

.block {
	display: block;
}

.inblock {
	display: inline-block;
}

.inline {
	display: inline;
}

.p_relative {
	position: relative;
}

/* grid */
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.subpage-menu>li {
	box-sizing: border-box;
}

@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}

@media (min-width: 1400px) {
	.container {
		width: 1220px;
	}
	.container.container-lg {
		width: 1370px;
	}
}

.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	margin-right: -15px;
	margin-left: -15px;
}

.row-no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.row-no-gutters [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: left;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-11 {
	width: 91.66666667%;
}

.col-xs-10 {
	width: 83.33333333%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-8 {
	width: 66.66666667%;
}

.col-xs-7 {
	width: 58.33333333%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-5 {
	width: 41.66666667%;
}

.col-xs-4 {
	width: 33.33333333%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-2 {
	width: 16.66666667%;
}

.col-xs-1 {
	width: 8.33333333%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-pull-11 {
	right: 91.66666667%;
}

.col-xs-pull-10 {
	right: 83.33333333%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-8 {
	right: 66.66666667%;
}

.col-xs-pull-7 {
	right: 58.33333333%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-5 {
	right: 41.66666667%;
}

.col-xs-pull-4 {
	right: 33.33333333%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-2 {
	right: 16.66666667%;
}

.col-xs-pull-1 {
	right: 8.33333333%;
}

.col-xs-pull-0 {
	right: auto;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-push-11 {
	left: 91.66666667%;
}

.col-xs-push-10 {
	left: 83.33333333%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-8 {
	left: 66.66666667%;
}

.col-xs-push-7 {
	left: 58.33333333%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-5 {
	left: 41.66666667%;
}

.col-xs-push-4 {
	left: 33.33333333%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-2 {
	left: 16.66666667%;
}

.col-xs-push-1 {
	left: 8.33333333%;
}

.col-xs-push-0 {
	left: auto;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

.col-xs-offset-11 {
	margin-left: 91.66666667%;
}

.col-xs-offset-10 {
	margin-left: 83.33333333%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-8 {
	margin-left: 66.66666667%;
}

.col-xs-offset-7 {
	margin-left: 58.33333333%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-5 {
	margin-left: 41.66666667%;
}

.col-xs-offset-4 {
	margin-left: 33.33333333%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-2 {
	margin-left: 16.66666667%;
}

.col-xs-offset-1 {
	margin-left: 8.33333333%;
}

.col-xs-offset-0 {
	margin-left: 0%;
}

@media (min-width: 768px) {

	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left;
	}

	.col-sm-12 {
		width: 100%;
	}

	.col-sm-11 {
		width: 91.66666667%;
	}

	.col-sm-10 {
		width: 83.33333333%;
	}

	.col-sm-9 {
		width: 75%;
	}

	.col-sm-8 {
		width: 66.66666667%;
	}

	.col-sm-7 {
		width: 58.33333333%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-5 {
		width: 41.66666667%;
	}

	.col-sm-4 {
		width: 33.33333333%;
	}

	.col-sm-3 {
		width: 25%;
	}

	.col-sm-2 {
		width: 16.66666667%;
	}

	.col-sm-1 {
		width: 8.33333333%;
	}

	.col-sm-pull-12 {
		right: 100%;
	}

	.col-sm-pull-11 {
		right: 91.66666667%;
	}

	.col-sm-pull-10 {
		right: 83.33333333%;
	}

	.col-sm-pull-9 {
		right: 75%;
	}

	.col-sm-pull-8 {
		right: 66.66666667%;
	}

	.col-sm-pull-7 {
		right: 58.33333333%;
	}

	.col-sm-pull-6 {
		right: 50%;
	}

	.col-sm-pull-5 {
		right: 41.66666667%;
	}

	.col-sm-pull-4 {
		right: 33.33333333%;
	}

	.col-sm-pull-3 {
		right: 25%;
	}

	.col-sm-pull-2 {
		right: 16.66666667%;
	}

	.col-sm-pull-1 {
		right: 8.33333333%;
	}

	.col-sm-pull-0 {
		right: auto;
	}

	.col-sm-push-12 {
		left: 100%;
	}

	.col-sm-push-11 {
		left: 91.66666667%;
	}

	.col-sm-push-10 {
		left: 83.33333333%;
	}

	.col-sm-push-9 {
		left: 75%;
	}

	.col-sm-push-8 {
		left: 66.66666667%;
	}

	.col-sm-push-7 {
		left: 58.33333333%;
	}

	.col-sm-push-6 {
		left: 50%;
	}

	.col-sm-push-5 {
		left: 41.66666667%;
	}

	.col-sm-push-4 {
		left: 33.33333333%;
	}

	.col-sm-push-3 {
		left: 25%;
	}

	.col-sm-push-2 {
		left: 16.66666667%;
	}

	.col-sm-push-1 {
		left: 8.33333333%;
	}

	.col-sm-push-0 {
		left: auto;
	}

	.col-sm-offset-12 {
		margin-left: 100%;
	}

	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-sm-offset-9 {
		margin-left: 75%;
	}

	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-sm-offset-6 {
		margin-left: 50%;
	}

	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-sm-offset-3 {
		margin-left: 25%;
	}

	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-sm-offset-0 {
		margin-left: 0%;
	}
}

@media (min-width: 992px) {

	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		float: left;
	}

	.col-md-12 {
		width: 100%;
	}

	.col-md-11 {
		width: 91.66666667%;
	}

	.col-md-10 {
		width: 83.33333333%;
	}

	.col-md-9 {
		width: 75%;
	}

	.col-md-8 {
		width: 66.66666667%;
	}

	.col-md-7 {
		width: 58.33333333%;
	}

	.col-md-6 {
		width: 50%;
	}

	.col-md-5 {
		width: 41.66666667%;
	}

	.col-md-4 {
		width: 33.33333333%;
	}

	.col-md-3 {
		width: 25%;
	}

	.col-md-2 {
		width: 16.66666667%;
	}

	.col-md-1 {
		width: 8.33333333%;
	}

	.col-md-pull-12 {
		right: 100%;
	}

	.col-md-pull-11 {
		right: 91.66666667%;
	}

	.col-md-pull-10 {
		right: 83.33333333%;
	}

	.col-md-pull-9 {
		right: 75%;
	}

	.col-md-pull-8 {
		right: 66.66666667%;
	}

	.col-md-pull-7 {
		right: 58.33333333%;
	}

	.col-md-pull-6 {
		right: 50%;
	}

	.col-md-pull-5 {
		right: 41.66666667%;
	}

	.col-md-pull-4 {
		right: 33.33333333%;
	}

	.col-md-pull-3 {
		right: 25%;
	}

	.col-md-pull-2 {
		right: 16.66666667%;
	}

	.col-md-pull-1 {
		right: 8.33333333%;
	}

	.col-md-pull-0 {
		right: auto;
	}

	.col-md-push-12 {
		left: 100%;
	}

	.col-md-push-11 {
		left: 91.66666667%;
	}

	.col-md-push-10 {
		left: 83.33333333%;
	}

	.col-md-push-9 {
		left: 75%;
	}

	.col-md-push-8 {
		left: 66.66666667%;
	}

	.col-md-push-7 {
		left: 58.33333333%;
	}

	.col-md-push-6 {
		left: 50%;
	}

	.col-md-push-5 {
		left: 41.66666667%;
	}

	.col-md-push-4 {
		left: 33.33333333%;
	}

	.col-md-push-3 {
		left: 25%;
	}

	.col-md-push-2 {
		left: 16.66666667%;
	}

	.col-md-push-1 {
		left: 8.33333333%;
	}

	.col-md-push-0 {
		left: auto;
	}

	.col-md-offset-12 {
		margin-left: 100%;
	}

	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-md-offset-9 {
		margin-left: 75%;
	}

	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-md-offset-6 {
		margin-left: 50%;
	}

	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-md-offset-3 {
		margin-left: 25%;
	}

	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-md-offset-0 {
		margin-left: 0%;
	}
}

@media (min-width: 1200px) {

	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		float: left;
	}

	.col-lg-12 {
		width: 100%;
	}

	.col-lg-11 {
		width: 91.66666667%;
	}

	.col-lg-10 {
		width: 83.33333333%;
	}

	.col-lg-9 {
		width: 75%;
	}

	.col-lg-8 {
		width: 66.66666667%;
	}

	.col-lg-7 {
		width: 58.33333333%;
	}

	.col-lg-6 {
		width: 50%;
	}

	.col-lg-5 {
		width: 41.66666667%;
	}

	.col-lg-4 {
		width: 33.33333333%;
	}

	.col-lg-3 {
		width: 25%;
	}

	.col-lg-2 {
		width: 16.66666667%;
	}

	.col-lg-1 {
		width: 8.33333333%;
	}

	.col-lg-pull-12 {
		right: 100%;
	}

	.col-lg-pull-11 {
		right: 91.66666667%;
	}

	.col-lg-pull-10 {
		right: 83.33333333%;
	}

	.col-lg-pull-9 {
		right: 75%;
	}

	.col-lg-pull-8 {
		right: 66.66666667%;
	}

	.col-lg-pull-7 {
		right: 58.33333333%;
	}

	.col-lg-pull-6 {
		right: 50%;
	}

	.col-lg-pull-5 {
		right: 41.66666667%;
	}

	.col-lg-pull-4 {
		right: 33.33333333%;
	}

	.col-lg-pull-3 {
		right: 25%;
	}

	.col-lg-pull-2 {
		right: 16.66666667%;
	}

	.col-lg-pull-1 {
		right: 8.33333333%;
	}

	.col-lg-pull-0 {
		right: auto;
	}

	.col-lg-push-12 {
		left: 100%;
	}

	.col-lg-push-11 {
		left: 91.66666667%;
	}

	.col-lg-push-10 {
		left: 83.33333333%;
	}

	.col-lg-push-9 {
		left: 75%;
	}

	.col-lg-push-8 {
		left: 66.66666667%;
	}

	.col-lg-push-7 {
		left: 58.33333333%;
	}

	.col-lg-push-6 {
		left: 50%;
	}

	.col-lg-push-5 {
		left: 41.66666667%;
	}

	.col-lg-push-4 {
		left: 33.33333333%;
	}

	.col-lg-push-3 {
		left: 25%;
	}

	.col-lg-push-2 {
		left: 16.66666667%;
	}

	.col-lg-push-1 {
		left: 8.33333333%;
	}

	.col-lg-push-0 {
		left: auto;
	}

	.col-lg-offset-12 {
		margin-left: 100%;
	}

	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-lg-offset-9 {
		margin-left: 75%;
	}

	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-lg-offset-6 {
		margin-left: 50%;
	}

	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-lg-offset-3 {
		margin-left: 25%;
	}

	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-lg-offset-0 {
		margin-left: 0%;
	}
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
	display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none !important;
}

@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}

	table.visible-xs {
		display: table;
	}

	tr.visible-xs {
		display: table-row !important;
	}

	th.visible-xs,
	td.visible-xs {
		display: table-cell !important;
	}

	.visible-xs-block {
		display: block !important;
	}

	.visible-xs-inline {
		display: inline !important;
	}

	.visible-xs-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important;
	}

	table.visible-sm {
		display: table;
	}

	tr.visible-sm {
		display: table-row !important;
	}

	th.visible-sm,
	td.visible-sm {
		display: table-cell !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-block {
		display: block !important;
	}

	.visible-sm-inline {
		display: inline !important;
	}

	.visible-sm-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
		display: block !important;
	}

	table.visible-md {
		display: table;
	}

	tr.visible-md {
		display: table-row !important;
	}

	th.visible-md,
	td.visible-md {
		display: table-cell !important;
	}

	.visible-md-block {
		display: block !important;
	}

	.visible-md-inline {
		display: inline !important;
	}

	.visible-md-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 1200px) {
	.visible-lg {
		display: block !important;
	}

	table.visible-lg {
		display: table;
	}

	tr.visible-lg {
		display: table-row !important;
	}

	th.visible-lg,
	td.visible-lg {
		display: table-cell !important;
	}

	.visible-lg-block {
		display: block !important;
	}

	.visible-lg-inline {
		display: inline !important;
	}

	.visible-lg-inline-block {
		display: inline-block !important;
	}
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important;
	}
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
	display: table;
	content: " ";
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
	clear: both;
}

/* 작성자정보 수정.201126.신형철 */
.wd-1 {
	width: calc(0.7vw + 15px);
	display: inline-block;
	text-align: center;
}
