@charset "utf-8";

/* 글꼴설정 */
@import url('font.css?ver=1.0');
@import url('object.css?ver=1.0');
@import url('layout.css?ver=1.0');

/* 본문 건너뛰기 */
#skipToMenu {position: relative;}
#skipToMenu a {
	display: block;
	height: 1px;
	width: 1px;
	margin: -1px;
	overflow: hidden;
	text-align: center;
	color: #000;
	white-space: nowrap;
}
#skipToMenu a:focus,
#skipToMenu a:active {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999999;
	height: auto;
	width: 100%;
	padding: 5px;
	margin-bottom: 10px;
	background: #767575;
	color: #fff;
	font-weight: bold;
}

/* ==================== 프로젝트 마다 변경하기 ==================== */
body {-webkit-text-size-adjust: 100%;}
body.menuOpen,
body.open {overflow:hidden !important;}
h1, h2, h3, h4, h5, h6, th {font-weight: normal;}
html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup,
tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form,
label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, select, textarea, button {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 15px;
	line-height: 160%;
	font-family: 'FlightSans';
	color: #000;
	box-sizing: border-box;
	letter-spacing: -0.4px;
	vertical-align: middle;
}
strong {font-weight: 500;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {display: block;}
body {direction: ltr; line-height: 1;}
ol, ul, dl, menu {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
table {width: 100%; border-collapse: collapse; border-spacing: 0; table-layout: fixed;}
caption {text-indent: -9999px; overflow: hidden; white-space: nowrap; height: 0; font-size:0;}
button {border: 0 none; background-color: transparent; cursor: pointer;}
img, input, select, textarea, button {vertical-align: middle;}
img {max-width: 100%;}

a {text-decoration: none;text-underline-position: under;}
a:hover {text-decoration: none;}
a.hover:hover {text-decoration: underline;}

.elli {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.skip {
	position: absolute; /* position: absolute/fixed 에서만 clip 속성 작동 */
	margin: -1px; /* 부트스트랩에선 안씀 */
	width: 1px;
	height: 1px;
	padding: 0;
	border: 0;
	white-space: nowrap;
	overflow: hidden; /* overflow: visible 이면 clip 속성 작동 안됨 */
	clip: rect(0, 0, 0, 0);
	clip-path: inset(50%); /* H5BP에선 안씀 */
}
input[type='text'],
input[type='password'],
input[type='file'],
input[type='number'],
textarea, select {
	display: inline-block;
	padding: 8px 15px;
	border: 1px solid #dfdfdf;
	background: #fff;
	color: #000;
	box-sizing: border-box;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	max-width: 100%;
}
input[type='text']::placeholder,
input[type='password']::placeholder,
input[type='file']::placeholder,
textarea::placeholder, select::placeholder {
	color: #727272;
}
input::-webkit-input-placeholder {color: #727272;}		/* 크롬 4–56 */
input:-moz-placeholder {color: #727272; opacity: 1;}		/* 파이어폭스 4–18 */
input::-moz-placeholder {color: #727272; opacity: 1;}		/* 파이어폭스 19–50 */
input:-ms-input-placeholder {color: #727272;}				/* 인터넷 익스플로러 10+ */
input::placeholder {color: #727272; opacity: 1;}			/* 파이어폭스 51+, 크롬 57+ */

input[type='text']:hover,
input[type='password']:hover,
input[type='file']:hover,
textarea:hover, select:hover{border-color: #177ac8;}
*[readonly='readonly'],
*[disabled='disabled'] {
	background-color: #f9f9f9 !important;
	border-color: #dfdfdf !important;
	opacity: 100;
}
textarea {width: 100%; height: 130px;}

input[type='number'] {padding-right: 0;}

select {
	background: url('/images/swm/common/select.png') calc(100% - 10px) center / 10px auto #fff no-repeat;
	border: 1px solid #dfdfdf;
	padding: 8px 30px 8px 10px;
	border-radius: 5px;
	min-width: 100px;
}
select::-ms-expand {display: none;}
.checkList > span {
	display: inline-block;
	margin: 5px 15px 5px 0;
}
.checkList.ar > span {margin-right: 0;margin-left: 30px}
.checkList > span:last-child {margin-right: 0;}

/* 강조 checkList */
.checkList.style01 {
	border: 1px solid #d9d9d9;
	background: url('/images/swm/contents/checkList_bg.png') calc(100% - 50px) bottom / 176px auto #f5f5f5 no-repeat;
	text-align: center;
	padding: 24px;
	margin: 50px 0 20px;
	position: relative;
}
.checkList.style01::before,
.checkList.style01::after {
	content: '';
	width: 17px;
	height: 17px;
	border: 3px solid #007bcc;
	display: block;
	position: absolute;
}
.checkList.style01::before {
	border-bottom: none;
	border-right: none;
	left: -2px;
	top: -2px;
}
.checkList.style01::after {
	border-top: none;
	border-left: none;
	right: -2px;
	bottom: -2px;
}
.user {
	padding-left: 20px;
	vertical-align: middle;
	background: url('/images/swm/icon/user.png') left 2px / 15px auto no-repeat;
}
/* --강조 checkList */

.phone > * {width: 120px}

@media screen and (max-width: 767px) {
	.phone {width: 100%}
	.phone > * {width: 80px}
}
@media screen and (max-width: 280px) {
	body.open {overflow-y:hidden;overflow-x:auto !important;}
}

input[type="file"] {  /* 파일 필드 숨기기 */
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip:rect(0,0,0,0);
	border: 0;
}
/* checked */
input[type='radio'],
input[type='checkbox'] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}
input[type='radio'] + span,
input[type='checkbox'] + span {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	font-size: 15px;
	color: #000;
	display: inline-block;
	line-height: 24px;
}
input[type='radio'] + span {padding-left: 20px;}
input[type='radio'] + span::after,
input[type='checkbox'] + span::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 16px;
	height: 16px;
	margin: 1px;
	background-color: #fff;
	border: 1px solid #cbcbcb;
	border-radius: 50%;
	display: block;
}
input[type='radio'] + span::after {top: 2px;}
input[type='checkbox'] + span::after{
	width: 20px;
	height: 20px;
	border-radius: 5px;
	border-color: #ddd;
}
input[type='radio']:checked + span::after {
	background: url('/images/swm/common/radio.png') center / 10px #ff8908 no-repeat !important;
	border-color: #ff8908 !important;
}
input[type='checkbox']:checked + span::after {
	background: url('/images/swm/common/checkbox.png') center / 12px auto #008d7d no-repeat;
	border-color: #008d7d;
}
input[type="radio"]:focus + span,
input[type="checkbox"]:focus + span {
	outline:1px dotted #666;
	outline:-webkit-focus-ring-color auto 1px;
}

.checked_list > label {
	display: inline-block;
	margin-right: 25px;
}
.checked_list > label:last-child {margin-right: 0;}
input + .checked_list {margin-left: 20px;}

/* disabled */
*:disabled,
*[disabled='disabled'],
input:read-only {
	background-color: #f9f9f9 !important;
	border-color: #d3d3d3 !important;
	color: #6c6c6c;
	opacity: 100;
}
*:disabled + span {color: #6c6c6c;}
*:disabled + span::after {
	background-color: #f9f9f9 !important;
	border-color: #d3d3d3 !important;
}

/* 팝업 */
.dimm {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-color: rgba(0, 0, 0, 0.5);
}

/* 반응형 */
.img_desc {text-align: center; margin: 8px 0 20px;}
.img_desc img {width: 100%;}
.img_desc > div {
	overflow: hidden;
	width: 0;
	height: 0;
	text-indent: -9999px;
}

.phide {display: none !important;}

@media screen and (max-width: 1023px) {
	.thide {display: none !important;}
}
@media screen and (max-width: 1000px) {
	.phide {display: inline-block !important;}
	.mhide {display: none !important;}
}

/* btnArea */
[class^='btnArea'] {margin-top: 40px;}
.infoBox [class^='btnArea'] {margin-top: 25px;}
h4 + [class^='btnArea'] {margin-top: 25px;}
[class^='btnArea'] h5 {margin: 0 !important;}
[class^='btnArea'] + [class^='tbl_'] {margin-top: 10px;}
.btnAreaL {text-align: left;}
.btnAreaC {text-align: center;}
.btnAreaR {text-align: right;}
[class^='btnAreaLR'] {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.btnAreaLR_T {align-items: flex-start;}
.btnAreaLR_C {align-items: center;}
.btnAreaLR_B {align-items: flex-end;}

@media screen and (max-width: 767px) {
	[class^='btnArea'] {margin-top: 30px;}
}

/* scroll style */
.all_menu_list::-webkit-scrollbar,
.box_scroll::-webkit-scrollbar,
.layerCont::-webkit-scrollbar,
.yScroll::-webkit-scrollbar,
.form_scroll > div::-webkit-scrollbar {width: 12px; height: 12px;}
.all_menu_list::-webkit-scrollbar-thumb,
.box_scroll::-webkit-scrollbar-thumb,
.layerCont::-webkit-scrollbar-thumb,
.yScroll::-webkit-scrollbar-thumb,
.form_scroll > div::-webkit-scrollbar-thumb {
	background: #b2b2b2;
	border-radius: 10px;
	background-clip : padding-box;
	border: 3px solid transparent;
}

/* css : text indent */
.txtIn20 {text-indent: -20px !important;padding-left: 25px !important;}
.txtIn15 {text-indent: -15px !important;padding-left: 15px !important;}

/* css : text Color */
.fcR	{color: #f10b0b !important;}
.fcR2	{color: #ff5656 !important;}
.fcR3   {color: #F06400 !important;}
.fcO	{color: #f45c0b !important;}
.fcBl   {color: #14336c !important;}
.fcBl2  {color: #4366c0 !important;}
.fcY	{color: #dab13e !important;}
.fcSB	{color: #518bc2 !important;}
.fcG	{color: #808080 	 !important;}
.fcG2	{color: #8cc062 !important;}
.fcGr   {color: #008c7d !important;}
.fcGr2  {color: #008d7d !important;}

.bgG    {background-color: #f7f7f7 !important;}
.bgGr   {background-color: #f4fffe !important;}

/* css : 기타 */
.diTb	{display: table !important;}
.diTr	{display: table-row !important;}
.diTd	{display: table-cell !important;}
.diI	{display: inline !important;}
.diIb	{display: inline-block !important;}
.diB	{display: block !important;}
.diF {display: flex !important;}

.aiC {align-items: center !important;}

.box100	{width: 100%; overflow: hidden;}
.w100	{width: 100% !important;}
.h100	{height: 100% !important;}

.conc	{margin: 0 auto;}
.hide 	{text-indent: -9999px; overflow: hidden; display: inline-block; width: 0; height: 0;}

.poRe	{position: relative !important;}
.poAb	{position: absolute !important;}

.fl {float: left;}
.fr {float: right;}

.clear::after,
ul::after,
ol::after,
dl::after,
.container::after,
.alignLR::after {
	content: ""; display: block; clear: both;
}

.alignLR > div:first-child {display: inline-block; margin-right: 15px;}
.alignLR > div:last-child {display: inline-block; float: right; margin-top: 5px;}

/* css : border */
.bno	{border: none !important;}
.btno	{border-top: none !important;}
.brno	{border-right: none !important;}
.bbno	{border-bottom: none !important;}
.blno	{border-left: none !important;}
.bBox	{box-sizing: border-box;}

/* css : align */
.al	{text-align: left !important;}
.ac	{text-align: center !important;}
.ar	{text-align: right !important;}

.vt, .avt *	{vertical-align: top !important;}
.vm, .avm *	{vertical-align: middle !important;}
.vb, .avb *	{vertical-align: bottom !important;}

/* css : text Style */
.n		{font-weight: normal !important;}
.b500	{font-weight: 500 !important;}
.b		{font-weight: bold !important;}
.u		{text-decoration: underline !important;text-underline-position: under;}

.lh10	{line-height: 10px !important;}
.lh15	{line-height: 15px !important;}
.lh20	{line-height: 20px !important;}
.lh25	{line-height: 25px !important;}
.lh30	{line-height: 30px !important;}
.lh35	{line-height: 35px !important;}
.lh40	{line-height: 40px !important;}

/* css : text Size */
.fs10	{font-size: 10px !important;}
.fs11	{font-size: 11px !important;}
.fs12	{font-size: 12px !important;}
.fs13	{font-size: 13px !important;}
.fs14	{font-size: 14px !important;}
.fs15	{font-size: 15px !important;}
.fs16	{font-size: 16px !important;}
.fs17	{font-size: 17px !important;}
.fs18	{font-size: 18px !important;}
.fs19	{font-size: 19px !important;}
.fs20	{font-size: 20px !important;}
.fs22	{font-size: 22px !important;}

/* css : text weight */
.fw400	{font-weight: 400 !important;}
.fw500	{font-weight: 500 !important;}
.fw600	{font-weight: 600 !important;}
.fw700	{font-weight: 700 !important;}
.fw800	{font-weight: 800 !important;}

/* css : padding */
.p00	{padding: 0 !important;}
.p05	{padding: 5px !important;}
.p10	{padding: 10px !important;}
.p15	{padding: 15px !important;}
.p20	{padding: 20px !important;}
.p25	{padding: 25px !important;}
.p30	{padding: 30px !important;}
.p35	{padding: 35px !important;}
.p40	{padding: 40px !important;}

.t00	{padding-top: 0 !important;}
.t05	{padding-top: 5px !important;}
.t10	{padding-top: 10px !important;}
.t15	{padding-top: 15px !important;}
.t20	{padding-top: 20px !important;}
.t25	{padding-top: 25px !important;}
.t30	{padding-top: 30px !important;}
.t35	{padding-top: 35px !important;}
.t40	{padding-top: 40px !important;}

.r00	{padding-right: 0 !important;}
.r05	{padding-right: 5px !important;}
.r10	{padding-right: 10px !important;}
.r15	{padding-right: 15px !important;}
.r20	{padding-right: 20px !important;}
.r25	{padding-right: 25px !important;}
.r30	{padding-right: 30px !important;}
.r35	{padding-right: 35px !important;}
.r40	{padding-right: 40px !important;}

.b00	{padding-bottom: 0 !important;}
.b05	{padding-bottom: 5px !important;}
.b10	{padding-bottom: 10px !important;}
.b15	{padding-bottom: 15px !important;}
.b20	{padding-bottom: 20px !important;}
.b25	{padding-bottom: 25px !important;}
.b30	{padding-bottom: 30px !important;}
.b35	{padding-bottom: 35px !important;}
.b40	{padding-bottom: 40px !important;}

.l00	{padding-left: 0 !important;}
.l05	{padding-left: 5px !important;}
.l10	{padding-left: 10px !important;}
.l15	{padding-left: 15px !important;}
.l20	{padding-left: 20px !important;}
.l25	{padding-left: 25px !important;}
.l30	{padding-left: 30px !important;}
.l35	{padding-left: 35px !important;}
.l40	{padding-left: 40px !important;}

/* css : margin */
.m00	{margin: 0 !important;}
.m05	{margin: 5px !important;}
.m10	{margin: 10px !important;}
.m15	{margin: 15px !important;}
.m20	{margin: 20px !important;}
.m25	{margin: 25px !important;}
.m30	{margin: 30px !important;}
.m35	{margin: 35px !important;}
.m40	{margin: 40px !important;}

.mt00	{margin-top: 0 !important;}
.mt05	{margin-top: 5px !important;}
.mt07	{margin-top: 7px !important;}
.mt10	{margin-top: 10px !important;}
.mt15	{margin-top: 15px !important;}
.mt20	{margin-top: 20px !important;}
.mt25	{margin-top: 25px !important;}
.mt30	{margin-top: 30px !important;}
.mt35	{margin-top: 35px !important;}
.mt40	{margin-top: 40px !important;}
.mt50	{margin-top: 50px !important;}
.mt60	{margin-top: 60px !important;}

.mr00	{margin-right: 0 !important;}
.mr05	{margin-right: 5px !important;}
.mr10	{margin-right: 10px !important;}
.mr15	{margin-right: 15px !important;}
.mr20	{margin-right: 20px !important;}
.mr25	{margin-right: 25px !important;}
.mr30	{margin-right: 30px !important;}
.mr35	{margin-right: 35px !important;}
.mr40	{margin-right: 40px !important;}

.ml00	{margin-left: 0 !important;}
.ml05	{margin-left: 5px !important;}
.ml10	{margin-left: 10px !important;}
.ml15	{margin-left: 15px !important;}
.ml20	{margin-left: 20px !important;}
.ml25	{margin-left: 25px !important;}
.ml30	{margin-left: 30px !important;}
.ml35	{margin-left: 35px !important;}
.ml40	{margin-left: 40px !important;}

.mb00	{margin-bottom: 0 !important;}
.mb05	{margin-bottom: 5px !important;}
.mb10	{margin-bottom: 10px !important;}
.mb15	{margin-bottom: 15px !important;}
.mb20	{margin-bottom: 20px !important;}
.mb25	{margin-bottom: 25px !important;}
.mb30	{margin-bottom: 30px !important;}
.mb35	{margin-bottom: 35px !important;}
.mb40	{margin-bottom: 40px !important;}
.mb50	{margin-bottom: 50px !important;}
.mb60	{margin-bottom: 60px !important;}

.mt_05	{margin-top: -5px !important;}
.mt_10	{margin-top: -10px !important;}
.mt_15	{margin-top: -15px !important;}
.mt_20	{margin-top: -20px !important;}
.mt_25	{margin-top: -25px !important;}
.mt_30	{margin-top: -30px !important;}
.mt_35	{margin-top: -35px !important;}
.mt_40	{margin-top: -40px !important;}

.ml_05	{margin-left: -5px !important;}
.ml_10	{margin-left: -10px !important;}
.ml_15	{margin-left: -15px !important;}
.ml_20	{margin-left: -20px !important;}
.ml_25	{margin-left: -25px !important;}
.ml_30	{margin-left: -30px !important;}
.ml_35	{margin-left: -35px !important;}
.ml_40	{margin-left: -40px !important;}

.w05	{width: 5% !important;}
.w10	{width: 10% !important;}
.w15	{width: 15% !important;}
.w20	{width: 20% !important;}
.w25	{width: 25% !important;}
.w30	{width: 30% !important;}
.w333	{width: calc(100% / 3) !important;}
.w35	{width: 35% !important;}
.w40	{width: 40% !important;}
.w45	{width: 45% !important;}
.w48	{width: 48% !important;}
.w50	{width: 50% !important;}
.w55	{width: 55% !important;}
.w60	{width: 60% !important;}
.w65	{width: 65% !important;}
.w70	{width: 70% !important;}
.w75	{width: 75% !important;}
.w80	{width: 80% !important;}
.w85	{width: 85% !important;}
.w90	{width: 90% !important;}
.w95	{width: 95% !important;}
.w100	{width: 100% !important;}

.w50px  {width: 50px !important;}
.w60px  {width: 60px !important;}
.w80px  {width: 80px !important;}
.w100px {width: 100px !important;}
.w110px {width: 110px !important;}
.w120px {width: 120px !important;}
.w130px {width: 130px !important;}
.w140px {width: 140px !important;}
.w150px {width: 150px !important;}
.w180px {width: 180px !important;}
.w200px {width: 200px !important;}
.w220px {width: 220px !important;}
.w250px {width: 250px !important;}
.w300px {width: 300px !important;}
.w350px {width: 350px !important;}

.minW75 {min-width: 75px !important;}

@media screen and (max-width:1240px) {
	.w05:not([class$='fix']), .w10:not([class$='fix']), .w15:not([class$='fix']), .w20:not([class$='fix']),
	.w30:not([class$='fix']), .w333:not([class$='fix']), .w32:not([class$='fix']), .w35:not([class$='fix']),
	.w49:not([class$='fix']), .w45:not([class$='fix']), .w55:not([class$='fix']), .w60:not([class$='fix']),.w65:not([class$='fix']),
	.w70:not([class$='fix']), .w75:not([class$='fix']),	.w80:not([class$='fix']) {width: auto !important;min-width: auto !important;}
}
@media screen and (max-width:767px) {
	[class$='px']	{width: auto !important;min-width: auto !important;}
	.w50:not([class$='fix']) {width: 100% !important;}
	.mW100 {width: 100% !important;max-width: 100% !important;}
	.mt15,
	.mt20  {margin-top: 10px !important;}
	.mt30  {margin-top: 15px !important;}
	.mt40, .mt50  {margin-top: 25px !important;}
	.mt60  {margin-top: 30px !important;}
	.ml30  {margin-left: 15px !important;}
}

.flexBox {display: flex;justify-content: space-between;}
.flexBox.vm {align-items: center}
.flexBox > * + * {margin-left: 20px;}

@media screen and (max-width:767px) {
	.flexBox {display: block}
	.flexBox > * + * {margin:10px 0 0 0px;}
	.flexBox > * {width: 100% !important;}
}

@media print {
	#seoul-common-gnb, .gnb,
	#header, #allmenu, .nav,
	#footer {display: none;}
	#contents {padding-top: 0 !important;}

	[class^='search_list'] input:not(.date) {
		width: 200px;
	}
}
