@charset "UTF-8";
/*font*/
@font-face {
	font-family: "NotoSansKR";
	src: url("../font/NotoSansKR-Light.otf");
	src: url("../font/NotoSansKR-Light.otf?#iefix")
		format("embedded-opentype"), url("../font/NotoSansKR-Light.woff2")
		format("woff2"), url("../font/NotoSansKR-Light.woff") format("woff");
}

@font-face {
	font-family: "NotoSansKR";
	font-weight: 500;
	src: url("../font/NotoSansKR-Regular.otf");
	src: url("../font/NotoSansKR-Regular.otf?#iefix")
		format("embedded-opentype"), url("../font/NotoSansKR-Regular.woff2")
		format("woff2"), url("../font/NotoSansKR-Regular.woff") format("woff");
}

@font-face {
	font-family: "NotoSansKR";
	font-weight: 600;
	src: url("../font/NotoSansKR-Medium.otf");
	src: url("../font/NotoSansKR-Medium.otf?#iefix")
		format("embedded-opentype"), url("../font/NotoSansKR-Medium.woff2")
		format("woff2"), url("../font/NotoSansKR-Medium.woff") format("woff");
}

@font-face {
	font-family: "NotoSansKR";
	font-weight: 700;
	src: url("../font/NotoSansKR-Bold.otf");
	src: url("../font/NotoSansKR-Bold.otf?#iefix")
		format("embedded-opentype"), url("../font/NotoSansKR-Bold.woff2")
		format("woff2"), url("../font/NotoSansKR-Bold.woff") format("woff");
}

/* reset */
html, body {
	height: 100%;
}

body {
	-webkit-text-size-adjust: none;
}

h1, h2, h3, h4, h5, h6, th {
	font-weight: normal;
}

html, body, 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, span, 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,div{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "NotoSansKR", sans-serif;
	word-break: keep-all;
	word-wrap: break-word;
}

.content *, .path *{
	color: #4c4c4c;
	font-size: 20px;
	line-height: 150%;
	letter-spacing: -0.4px;
}

#container:not(.video-js-wrap), .content_video_wrap:not(.video-js-wrap)
{
	color: #4c4c4c;
	font-size: 20px;
	line-height: 150%;
	letter-spacing: -0.4px;
}


@media screen and (max-width: 751px) {
	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, span, 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 {
		line-height: 140%;
		font-size: 14px;
	}
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}

legend, caption, .hidden {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 0.1px;
	height: 0.1px;
}

strong {
	font-weight: 600;
}

ol, ul, dl, menu, li {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

button {
	border: 0 none;
	background-color: transparent;
	cursor: pointer;
}

img, input, select, textarea, button {
	vertical-align: middle;
}

a {
	text-decoration: none;
}

a:active, a:focus, a:hover {
	text-decoration: none;
}

a:active, a:focus, button:active, button:focus {
	outline: 0
}

embed, iframe, img, object, video {
	max-width: 100%;
}

.inputTxt, input[type='text'], input[type='password'], input[type='file'],
	textarea, select {
	border-radius: 0;
	-o-box-shadow: none;
	box-shadow: none;
	display: inline-block;
	max-width: 100%;
	padding: 0;
	font-size: 20px;
	border: 1px solid #c0c0c0;
	background-color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0
}

@media screen and (max-width: 751px) {
	input[type='text'], input[type='password'], input[type='file'], textarea,
		select {
		padding: 0 10px;
		font-size: 14px;
	}
}

input::-moz-placeholder, textarea::-moz-placeholder {
	color: #a1a1a1;
	opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #a1a1a1;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
	color: #a1a1a1;
	opacity: 1;
}

input::placeholder, textarea::placeholder {
	color: #a1a1a1;
	opacity: 1;
}

input[readonly='readonly'] {
	background: transparent;
}

button img {
	vertical-align: top;
}

fieldset {
	font-size: 0
}

textarea {
	width: 100%;
	padding: 10px;
}

.boardWrap table td.subject a:visited span:first-child {
	color: #d0d0d0;
}

.boardWrap table td.subject a:visited {
	color: #d0d0d0;
}

.boardWrap table td.subject a:visited span {
	color: #d0d0d0;
}

.radioList {
	padding-top: 10px;
}

.radioWrap {
	position: relative;
	display: inline-block;
	width: 25px;
	height: 25px;
	vertical-align: top;
}

.radioWrap input {
	position: absolute;
	width: 25px;
	height: 25px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.radioWrap label {
	overflow: hidden;
	display: inline-block;
	width: 25px;
	height: 25px;
}

.radioWrap label:before {
	width: 25px;
	height: 25px;
	background-image: url("../img/common/radio.png");
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.radioWrap input:checked+label:before {
	background-image: url("../img/common/radio_checked.png");
}

.radioTxtWrap {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.radioTxtWrap input {
	position: absolute;
	width: 25px;
	height: 25px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.radioTxtWrap label:before {
	width: 25px;
	height: 25px;
	margin-right: 10px;
	background: url("../img/common/radio.png") no-repeat 50% 50%;
	background-size: contain;
	vertical-align: middle;
}

.radioTxtWrap input:checked+label:before {
	background-image: url("../img/common/radio_checked.png");
}

.checkboxTxtWrap {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.checkboxTxtWrap input {
	position: absolute;
	width: 25px;
	height: 25px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.checkboxTxtWrap label:before {
	width: 25px;
	height: 25px;
	margin-right: 10px;
	background: url("../img/common/checkbox.png") no-repeat 50% 50%;
	background-size: contain;
	vertical-align: middle;
}

.checkboxTxtWrap input:checked+label:before {
	background-image: url("../img/common/checkbox_checked.png");
}

.checkbox {
	position: relative;
	display: inline-block;
	width: 25px;
	height: 25px;
	vertical-align: top;
}

.checkbox input {
	position: absolute;
	width: 25px;
	height: 25px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.checkbox label {
	overflow: hidden;
	display: inline-block;
	width: 25px;
	height: 25px;
}

.checkbox label:before {
	width: 25px;
	height: 25px;
	background-image: url("../img/common/checkbox.png");
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.checkbox input:checked+label:before {
	background-image: url("../img/common/checkbox_checked.png");
}

.checkbox.small label:before {
	width: 20px;
	height: 20px;
}

@media screen and (max-width: 751px) {
	.checkbox {
		width: 17px;
		height: 17px;
	}
	.checkbox input {
		width: 17px;
		height: 17px;
	}
	.checkbox label {
		width: 17px;
		height: 17px;
	}
	.checkbox label:before {
		width: 17px;
		height: 17px;
	}
	.radioTxtWrap input {
		width: 17px;
		height: 17px;
	}
	.radioTxtWrap label:before {
		width: 17px;
		height: 17px;
	}
	.checkboxTxtWrap input {
		width: 17px;
		height: 17px;
	}
	.checkboxTxtWrap label:before {
		width: 17px;
		height: 17px;
	}
	.checkbox.small label:before {
		width: 17px;
		height: 17px;
	}
}

#skip {
	position: relative;
}

#skip a {
	display: block;
	height: 1px;
	width: 1px;
	margin-bottom: -1px;
	overflow: hidden;
	text-align: center;
	color: #4c4c4c;
	white-space: nowrap;
}

#skip a:focus, #skip a:active {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999999;
	height: auto;
	width: 100%;
	padding: 5px;
	margin-bottom: 10px;
	background: #313180;
	color: #fff;
	font-weight: bold;
}

.hide, .disabled {
	display: none !important;
}

.ir-text, .blind {
	position: absolute;
	top: -3000%;
	left: -3000%;
}

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

.tblock, .mblock {
	display: none !important;
}

.primary {
	color: #005b9e;
}
/* tablet */
@media screen and (max-width: 1007px) {
	.no_scroll_m {
		height: 100%;
		overflow: hidden;
	}
	.thide {
		display: none !important;
	}
	.tblock {
		display: block !important;
	}
	.cate.tblock {
		display: inline-block !important;
	}
	img.tblock {
		display: inline !important;
	}
}

/* mobile */
@media screen and (max-width: 751px) {
	.mhide {
		display: none !important;
	}
	.mblock {
		display: block !important;
	}
	img.mblock {
		display: inline !important;
	}
}

.float__wrap:after {
	content: '';
	display: block;
	clear: both;
}

.fl__wrap {
	float: left;
}

.fr__wrap {
	float: right;
}

.cb {
	clear: both !important;
}

.ico:before {
	display: inline-block;
	content: '';
}

.icort:after {
	display: inline-block;
	content: '';
}

/* [s] 공통 */
.control__wrap * {
	display: inline-block;
	height: 100%;
	line-height: 14px;
	vertical-align: top;
}

@media screen and (max-width: 751px) {
	.control__wrap * {
		line-height: 12px;
	}
}

.control__wrap ul {
	padding-right: 7px;
}

.control__wrap li {
	padding: 0 7px;
}

.control__wrap li>button {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 14px;
	height: 14px;
	border-radius: 14px;
	background-color: #515151;
}

@media screen and (max-width: 751px) {
	.control__wrap li>button {
		width: 12px;
		height: 12px;
		border-radius: 12px;
	}
}

.control__wrap li.slick-active>button {
	width: 41px;
	background-color: #e36e20;
}

@media screen and (max-width: 751px) {
	.control__wrap li.slick-active>button {
		width: 32px;
	}
}

.control__wrap .btn-pause, .control__wrap .btn-play {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url("../img/main/btn_pause2.png");
	background-position: center center;
	background-repeat: no-repeat;
	width: 10px;
}

.control__wrap .btn-play {
	background-image: url("../img/main/btn_play2.png");
	background-position: center center;
	background-repeat: no-repeat;
	display: none;
}

@media screen and (max-width: 751px) {
	.btn-more:before {
		right: calc(( 20px - 2px)/2);
		width: 2px;
		height: 20px;
		margin-top: calc(20px/ -2);
	}
}

.btn-more:after {
	width: 33px;
	height: 3px;
	margin-top: calc(3px/ -2);
}

@media screen and (max-width: 751px) {
	.btn-more:after {
		width: 20px;
		height: 2px;
		margin-top: calc(2px/ -2);
	}
}

/*-- [e] 공통 */
.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

i {
	font-style: italic
}

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

input[type="text"].txtr {
	text-align: right;
	padding-right: 16px;
}

.validation {
	padding-top: 3px;
	font-size: 18px;
	color: #5f5f5f;
}

.txthide {
	overflow: hidden;
	position: absolute;
	border: 0;
	width: 1px;
	height: 1px;
	clip: rect(1px, 1px, 1px, 1px);
}
/*btn*/
.btns {
	display: inline-block;
	max-width: 100%;
	height: 32px;
	line-height: 32px;
	color: #fff;
	text-align: center;
	vertical-align: top;
	padding: 0 10px;
	border: 1px solid #32415e;
	background-color: #32415e;
	font-size: 14px;
	box-sizing: border-box;
}

.btns:hover {
	background-color: #fff;
	border: 1px solid #32415e;
	color: #32415e;
}

.btn {
	display: inline-block;
	max-width: 100%;
	min-width: 133px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	vertical-align: top;
	padding: 0 25px;
	border: 1px solid #32415e;
	background-color: #32415e;
	font-size: 14px;
	box-sizing: border-box;
}

.btn:hover {
	background-color: #fff;
	border: 1px solid #32415e;
	color: #32415e;
}

.btnM {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	vertical-align: top;
	padding: 0 20px;
	border: 1px solid #32415e;
	background-color: #32415e;
	font-size: 18px;
	box-sizing: border-box;
}

.btnM:hover {
	background-color: #fff;
	border: 1px solid #32415e;
	color: #32415e;
}

.btnM span {
	color: #fff;
}

.btnArrow {
	height: 37px;
	line-height: 37px;
	padding: 0 20px 0 20px !important;
	display: inline-block;
	background: #313131;
	color: #fff;
	vertical-align: top;
	font-size: 20px;
}

.btnArrow:after {
	content: '';
	display: inline-block;
	width: 20px;
	height: 15px;
	margin-left: 10px;
	background: url(../img/sub/ico_arrow.png) no-repeat;
	background-size: 20px 8px;
	vertical-align: 0;
}

.btnMore:hover {
	background-color: #32415e;
	color: #fff;
}

.btnMore:after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 11px;
	margin-left: 10px;
	background: url(../img/sub/btn_more_wh611.png) no-repeat;
	background-size: 6px 11px;
	vertical-align: 0;
}

.btnMore:hover:after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 11px;
	margin-left: 10px;
	background: url(../img/sub/btn_more_wh611.png) no-repeat;
	background-size: 6px 11px;
	vertical-align: 0;
}

.btnSearch {
	padding: 0 20px 0 20px !important;
	background: #43518a;
	vertical-align: top;
	border: none;
}

.btnSearch:hover {
	padding: 0 20px 0 20px !important;
	background: #43518a;
	vertical-align: top;
	color: #fff;
	border: none;
}

.btnSearch:after {
	content: '';
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-left: 10px;
	background: url("../img/sub/btn_prdsearch.png") no-repeat 0 0;
	background-size: 22px 22px;
	vertical-align: middle;
}

.btnDownload {
	height: 37px;
	line-height: 37px;
	padding: 0 20px 0 20px !important;
	display: inline-block;
	background: #42518a;
	border: 1px solid #42518a;
	color: #fff;
	vertical-align: top;
	font-size: 20px
}

.btnDownload:hover {
	background: #42518a;
	color: #fff;
}

.btnDownload:after {
	content: '';
	display: inline-block;
	width: 24px;
	height: 27px;
	margin-left: 10px;
	background: #42518a url(../img/sub/btn_downWh.png) no-repeat;
	background-size: 16px 17px;
	vertical-align: middle;
}

.btnDownload.small {
	font-size: 14px;
}

.btnDownLine {
	display: inline-block;
	height: 28px;
	padding:0 15px;
	border: 2px solid #435189;
	font-size: 20px;
	text-align:center;
	line-height: 1.3;
	color: #435189;
	vertical-align: top;
}

.btnDownLine:before {
	content: '';
	display: inline-block;
	width: 17px;
	height: 17px;
	margin-right: 10px;
	background: url(../img/sub/btn_downBl.png) no-repeat;
	background-size: 17px 17px;
}

.btnLink:hover {
	background-color: #32415e;
	color: #fff;
}

.btnFile {
	width: 28px;
	height: 27px;
	display: inline-block;
	background: url(../img/sub/btn_down.png) no-repeat 0 0;
	background-size: 28px 27px;
	vertical-align: top;
}

.btnLink {
	position: relative;
	padding-right: 123px;
	text-align: left;
}

.btnLink.icort:after {
	position: absolute;
	top: 50%;
	right: 27px;
	width: 18px;
	height: 9px;
	margin-top: -5px;
	background: url(../img/sub/btn_link_18.png) no-repeat 0 0;
	background-size: 18px 9px;
}

.btnFindpw, .btnFindid {
	background: #fff;
	border: 1px solid #0667b1;
	color: #0667b1;
	font-size: 18px;
}

.btnFindpw:hover, .btnFindid:hover {
	color: #0667b1;
	border: 1px solid #0667b1;
}

.btnFindid.ico:before {
	width: 19px;
	height: 18px;
	margin-right: 8px;
	background: url(../img/sub/ico_findid.png) no-repeat 0 0;
	background-size: 19px 18px;
}

.btnFindpw.ico:before {
	width: 18px;
	height: 17px;
	margin-right: 8px;
	background: url(../img/sub/ico_findpw.png) no-repeat 0 0;
	background-size: 15px 17px;
}

.colBlack {
	background: #444 !important;
	border: 1px solid #444;
}

.btns.colBlack:hover {
	background-color: #fff !important;
	border: 1px solid #444;
	color: #444;
}

.btn.colBlack:hover {
	background-color: #fff !important;
	border: 1px solid #444;
	color: #444;
}

.btnM.colBlack:hover {
	background-color: #fff !important;
	border: 1px solid #444;
	color: #444;
}

.colBrown {
	background: #9d7a5b;
	border: 1px solid #9d7a5b;
}

.btn.colBrown:hover {
	background-color: #fff;
	border: 1px solid #9d7a5b;
	color: #9d7a5b;
}

.colOrg {
	background: #d57604;
	border: 1px solid #d57604;
}

.btnM.colOrg:hover {
	background-color: #fff;
	border: 1px solid #d57604;
	color: #d57604;
}

.colBlue {
	background: #095084;
	border: 1px solid #095084;
}

.btn.colBlue:hover {
	background-color: #fff;
	border: 1px solid #095084;
	color: #095084;
}

.colPurple {
	background-color: #435189;
	border: 1px solid #435189;
	color: #fff;
}

.btn.colPurple:hover {
	background-color: #fff;
	border: 1px solid #435189;
	color: #435189;
}

.btnM.colPurple.btnAdd:hover {
	background-color: #435189 !important;
	border: none;
	color: #fff;
}

.btnAdd, .btnRemove {
	position: relative;;
	border: none;
	border: none;
}

.btnAdd:hover {
	background-color: #32415e !important;
	color: #fff;
	border: none;
}

.btnRemove {
	position: relative;;
	border: none;
}

.btnM.colBlack.btnRemove:hover {
	background: #444 !important;
	color: #fff;
	border: none;
}

.btnAdd.ico:before {
	position: absolute;
	top: 24px;
	right: 13px;
	width: 16px;
	height: 2px;
	background-color: #fff;
}

.btnAdd.icort:after {
	position: absolute;
	top: 17px;
	right: 20px;
	width: 2px;
	height: 16px;
	background-color: #fff;
}

.btnRemove.ico:before {
	position: absolute;
	top: 24px;
	right: 13px;
	width: 17px;
	height: 2px;
	background-color: #fff;
}

.btnWrap {
	text-align: center;
	font-size: 0;
}

.btnWrap.btnr {
	text-align: right;
}

.btnWrap.btnr .btn:not(:only-child) {
	margin-left: 7px;
}

.btnWrap.btnr .btn:not(:only-child):first-child {
	margin-left: 0;
}

.btnWrap.btnLarge .btn {
	height: 64px;
	line-height: 64px;
	font-size: 20px;
	min-width: 204px;
}

.btnWrap.btnLarge .btn:not(:only-child) {
	margin-left: 14px;
}

.btnWrap.btnLarge .btn:not(:only-child):first-child {
	margin-left: 0;
}

.btnWrap.btnLarge.tgap {
	margin-top: 60px;
}

@media screen and (max-width: 751px) {
	.btns {
		font-size: 13px;
		height: 26px;
		line-height: 26px;
		min-width: auto;
		padding: 0 10px;
	}
	.btn {
		font-size: 14px;
		height: 30px;
		line-height: 30px;
		min-width: auto;
		padding: 0 14px;
	}
	.btnArrow {
		height: 25px;
		line-height: 25px;
		padding: 0 10px 0 10px !important;
		font-size: 14px;
	}
	.btnArrow:after {
		width: 10px;
		height: 8px;
		margin-left: 5px;
		background: url(../img/sub/ico_arrow.png) no-repeat;
		background-size: 10px 4px;
		vertical-align: middle;
	}
	.btnWrap .btns, .btnWrap .btn {
		width: 100%;
	}
	.btnWrap {
		display: flex;
	}
	.btnWrap .btn {
		flex: 1;
		width: 100%;
	}
	.btnWrap .btn:nth-child(2) {
		margin-left: 7px;
	}
	.btnWrap.btnLarge .btn {
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		min-width: auto;
	}
	.btnWrap.btnLarge .btn:nth-child(2) {
		margin-left: 7px;
	}
	.btnM {
		height: 33px;
		line-height: 33px;
		font-size: 14px;
		width: 100%;
	}
	.btnSearch {
		padding: 0 20px 0 20px !important;
		background: #43518a;
	}
	.btnSearch:after {
		content: '';
		display: inline-block;
		width: 13px;
		height: 13px;
		margin-left: 5px;
		background: url("../img/sub/btn_prdsearch.png") no-repeat 0 0;
		background-size: 13px 13px;
		vertical-align: middle;
	}
	.btnDownload {
		height: 25px;
		line-height: 25px;
		padding: 0 10px 0 10px !important;
		font-size: 14px;
	}
	.btnDownload:after {
		content: '';
		display: inline-block;
		width: 13px;
		height: 13px;
		margin-left: 5px;
		background: #42518a url(../img/sub/btn_downWh.png) no-repeat;
		background-size: 13px 13px;
		vertical-align: middle;
	}
	.btnDownLine {
		height: 40px;
		line-height: 38px;
		font-size: 14px;
		border-width: 1px;
	}
	.btnDownLine:before {
		content: '';
		display: inline-block;
		width: 13px;
		height: 13px;
		margin-right: 6px;
		background: url(../img/sub/btn_downBl.png) no-repeat;
		background-size: 13px 13px;
	}
	.boardWrite .writeList>li>.writeWrap.innerBtn .btnWrap.pos, .boardWrite .writeList>li>.writeWrap.innerBtn .btnWrap.pos
		{
		position: absolute;
		margin-top: 0;
		top: -20px;
		width: 20px;
	}
	.boardWrite .writeList>li>.writeWrap.innerBtn .btnWrap.pos .btnM,
		.boardWrite .writeList>li>.writeWrap.innerBtn .btnWrap.pos .btnM {
		height: 17px;
		line-height: 17px;
		background: none;
		padding: 0;
	}
	.boardWrite .writeWrap.innerBtn .btnWrap.pos .btnM span, .boardWrite .writeWrap.innerBtn .btnWrap.pos .btnM span
		{
		display: none;
	}
	.boardWrite .writeWrap.innerBtn .btnWrap.pos .btnM.ico:before {
		top: 7px;
		right: 0;
		background-color: #4d5b90;
	}
	.boardWrite .writeWrap.innerBtn .btnWrap.pos .btnM.icort:after {
		background-color: #4d5b90;
		top: 0;
		right: 7px;
	}
	.boardWrite .writeWrap.innerBtn .btnWrap.pos .btnM.ico:before {
		top: 8px;
		right: 0;
		background-color: #4d5b90;
	}
	.boardWrite .writeWrap.innerBtn .btnWrap.pos .btnM.ico:hover {
		background: none !important;
	}
	.btnWrap.btnLarge.tgap {
		margin-top: 30px;
	}
	.writeList+.btnWrap.btnr .btn {
		padding: 0;
	}
}

/*page*/
.page {
	font-size: 0;
	text-align: center;
	vertical-align: middle;
	margin: 50px -4px 0;
}

.page * {
	vertical-align: middle;
}

@media screen and (max-width: 751px) {
	.page {
		margin: 32px -3px 0;
	}
}

.page>button {
	display: inline-block;
	width: 30px;
	height: 37px;
	margin: 0 4px;
	border: 1px solid #ddd;
}

@media screen and (max-width: 751px) {
	.page>button {
		width: 24px;
		height: 29px;
		margin: 0 3px;
	}
}

.page>button img {
	vertical-align: baseline;
}

@media screen and (max-width: 751px) {
	.page>button img {
		height: 13px;
	}
}

.page>div {
	display: inline-block;
	margin: 0 26px;
	font-size: 20px;
	color: #222;
}

@media screen and (max-width: 751px) {
	.page>div {
		margin: 0 5px;
		font-size: 14px;
	}
}

.page .page-current, .page .page-total {
	display: inline-block;
	height: 37px;
	line-height: 37px;
	font-size: 20px;
}

@media screen and (max-width: 751px) {
	.page .page-current, .page .page-total {
		height: 29px;
		line-height: 29px;
		font-size: 14px;
	}
}

.page .page-current {
	width: 55px;
	border: 1px solid #e0dfdc;
	text-align: center;
	vertical-align: top;
	padding: 0 5px;
}

@media screen and (max-width: 751px) {
	.page .page-current {
		width: 43px;
	}
}

.page .page-total {
	width: 50px;
}

@media screen and (max-width: 751px) {
	.page .page-total {
		width: 40px;
	}
}

.page .btn {
	min-width: auto;
	width: 80px;
	height: 37px;
	line-height: 37px;
	font-size: 20px;
	margin-left: 5px;
	background-color: #fff;
	color: #4c4c4c;
	padding: 0;
	border: 1px solid #e0dfdc;
}

@media screen and (max-width: 751px) {
	.page .btn {
		width: 58px;
		height: 29px;
		line-height: 29px;
		font-size: 14px;
	}
}

.page+.btnWrap {
	margin-top: 40px;
}

@media screen and (max-width: 751px) {
	.page+.btnWrap {
		margin-top: 20px;
	}
}

.gappt {
	padding-top: 0 !important;
}

@media screen and (max-width: 1007px) {
	.gablf {
		padding-left: 0 !important;
	}
}

/*input*/
.inputFileWrap {
	position: relative;
	display: inline-block;
}

.inputLineWrap, .datePicker, .inputWrap {
	position: relative;
	border-bottom: 1px solid #bababa;
}

.inputFileWrap label, .inputLineWrap label, .datePicker label,
	.inputWrap label {
	text-indent: 0;
	padding-left: 0;
}

.inputWrap .inputTxt, .inputWrap input[type="password"], .inputFileWrap input[type="file"],
	.inputLineWrap input[type="text"], .inputLineWrap .name, .datePicker input[type="text"],
	.inputWrap input[type="text"] {
	border: none;
	height: 50px;
	line-height: 50px;
	width: 100%;
	font-size: 20px;
	padding-left: 16px;
	font-weight: 500;
}

.inputFileWrap input[type="file"] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.inputFileWrap label:hover {
	cursor: pointer;
}

@media screen and (max-width: 1007px) {
	.inputFileWrap {
		display: block;
		min-width: 100%;
		padding: 0;
	}
	.inputFileWrap label {
		width: 100%;
	}
}

@media screen and (max-width: 751px) {
	.inputWrap .inputTxt, .inputWrap input[type="password"], .inputFileWrap input[type="file"],
		.inputLineWrap input[type="text"], .datePicker input[type="text"],
		.inputWrap input[type="text"] {
		line-height: 40px;
		height: 40px;
		padding-left: 10px;
		font-size: 14px;
	}
}

/*datePicker*/
.boardWrite .writeList .datePicker .btnDatePicker {
	position: absolute;
	top: 50%;
	right: 13px;
	width: 29px;
	height: 25px;
	margin-top: -12px;
	background: url("../img/sub/btn_cal.png") no-repeat 100% 50%;
	background-size: 29px 25px;
}

@media screen and (max-width: 1007px) {
	.boardWrite .writeList .datePicker .btnDatePicker {
		position: absolute;
		top: 50%;
		right: 7px;
		width: 20px;
		height: 17px;
		margin-top: -8px;
		background: url("../img/sub/btn_cal.png") no-repeat 100% 50%;
		background-size: 20px 17px;
	}
}

/*tab*/
.tab__list {
	margin: 0 0 55px 0;
	background-color: #fff;
}

@media screen and (max-width: 751px) {
	.tab__list {
		position: relative;
		z-index: 1;
		margin: 0 0 21px 0;
	}
}

.tab__list>button {
	display: none;
}

@media screen and (max-width: 751px) {
	.tab__list>button {
		display: inline-block;
		max-width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		white-space: nowrap;
		-moz-binding: url("ellipsis.xml#ellipsis");
		position: relative;
		display: block;
		width: 100%;
		height: 70px; /* 20220726 리뉴얼 */
		line-height: 50px; /* 20220726 리뉴얼 */
		font-size: 20px; /* 20220726 리뉴얼 */
		font-weight: 500;
		background-color: #005b9e;
		color: #fff;
		padding: 0 20px; /* 20220726 리뉴얼 */
		padding-top: 0;
		padding-bottom: 0;
		text-align: left;
	}
	.tab__list>button:after {
		background-image: url("../img/sub/tab_m.png");
		background-position: 0 0;
		background-repeat: no-repeat;
		content: '';
		position: absolute;
		top: 50%;
		right: 15px; /* 20220726 리뉴얼 */
		width: 15px;
		height: 9px;
		margin-top: -4.5px;
		background-size: 100% auto;
	}
	.tab__list>button.active:after {
		background-image: url("../img/sub/tab_m_hover.png");
		background-position: 0 0;
		background-repeat: no-repeat;
	}
}

.tab__list>ul {
	display: table;
	table-layout: fixed;
	width: 100%;
}

@media screen and (max-width: 751px) {
	.tab__list>ul {
		display: block;
		position: absolute;
		top: 70px; /* 20220726 리뉴얼 */
		max-height: 0;
		overflow-y: auto;
		margin-left: 0;
		border-top: 1px solid #d9d9d9;
		transition: max-height .3s ease-in-out;
		background-color: #fff;
	}
}

.tab__list>ul:after {
	display: none;
}

@media screen and (max-width: 751px) {
	.tab__list button.active+ul {
		max-height: 270px;
	}
}

.tab__list>ul>li {
	display: table-cell;
	text-align: center;
	height: 70px;
	vertical-align: middle;
	border: 1px solid #d9d9d9;
	font-weight: 500;
	color: #3a3a3a;
	font-size: 22px;
}

@media screen and (max-width: 751px) {
	.tab__list>ul>li {
		display: block;
		text-align: left;
		border-top: none;
		height: auto;
		line-height: 140%;
		font-size: 15px;
		padding: 9.25px 30px 9.25px 15px;
		box-sizing: border-box
	}
}

.tab__list>ul>li.active {
	border-color: #005b9e;
	background-color: #005b9e;
}

.tab__list>ul>li:not(.active)+li {
	border-left: none;
}

@media screen and (max-width: 751px) {
	.tab__list>ul>li:not(.active)+li {
		border-left: 1px solid #d9d9d9;
	}
}

.tab__list>ul>li>a {
	position: relative;
	vertical-align: top;
	font-weight: 500;
}

@media screen and (max-width: 751px) {
	.tab__list>ul>li>a {
		display: block;
	}
}

.tab__list>ul>li>a>span {
	display: table-cell;
	width: 100%;
	height: 70px;
	vertical-align: middle;
	font-weight: 500;
	color: #3a3a3a;
	font-size: 22px;
}

.tab__list>ul>li.active>a {
	color: #fff;
}

/*
.tab__list > ul > li { display: table-cell; text-align: center; vertical-align: top; border: 1px solid #d9d9d9; }
@media screen and (max-width: 751px) { .tab__list > ul > li { display: block; text-align: left; border-top: none; } }
.tab__list > ul > li.active { border-color: #005b9e; background-color: #005b9e; }
.tab__list > ul > li:not(.active) + li { border-left: none; }
@media screen and (max-width: 751px) { .tab__list > ul > li:not(.active) + li { border-left: 1px solid #d9d9d9; } }
.tab__list > ul > li > a { position: relative; display: table; table-layout: fixed; width: 100%; vertical-align: top; }
@media screen and (max-width: 751px) { .tab__list > ul > li > a { display: block; } }
.tab__list > ul > li > a > span { display: table-cell; width: 100%; height: 70px; vertical-align: middle; font-weight: 500; color: #3a3a3a; font-size: 22px; }
@media screen and (max-width: 751px) { .tab__list > ul > li > a > span { display: block; height: auto; line-height: 140%; font-size: 15px; padding: 9.25px 30px 9.25px 15px; box-sizing: border-box; } }
.tab__list > ul > li.active > a > span { color: #fff; }
*/
/*file*/
.file__wrap {
	position: relative;
	padding: 18px 59px;
	border-bottom: 1px solid #bdbdbd;
	padding-left: 195px;
	background-color: #f9f9fb;
}

@media screen and (max-width: 1600px) {
	.file__wrap {
		padding: 15px 30px;
		padding-left: 195px;
	}
}

@media screen and (max-width: 751px) {
	.file__wrap {
		padding: 0 0;
		border: 1px solid #bdbdbd;
		background-color: #fff;
	}
}

.file__wrap dt {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	width: 195px;
	height: 100%;
}

@media screen and (max-width: 751px) {
	.file__wrap dt {
		position: static;
		width: 100%;
	}
}

.file__wrap dt:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 1px;
	height: calc(100% - 36px);
	background-color: #dbdbdb;
	left: auto;
	right: 0;
}

@media screen and (max-width: 751px) {
	.file__wrap dt:after {
		display: none;
	}
}

.file__wrap dt button {
	vertical-align: middle;
	width: 100%;
	height: 100%;
	font-size: 22px;
	color: #111;
	font-weight: 500;
}

@media screen and (min-width: 751px) {
	.file__wrap dt button {
		cursor: none;
		pointer-events: none;
	}
}

@media screen and (max-width: 751px) {
	.file__wrap dt button {
		background-image: url("../img/sub/file_down.png");
		background-position: calc(100% - 11.5px) center;
		background-repeat: no-repeat;
		background-color: #f9f9fb;
		background-size: 16.5px 9px;
		font-size: 15px;
		line-height: 44px;
		text-align: left;
		padding: 0 11px;
	}
}

.file__wrap dt+dd {
	margin-top: 0;
}

@media screen and (max-width: 751px) {
	.file__wrap dt+dd {
		border-top: none;
	}
}

.file__wrap dd {
	position: relative;
	margin-top: 8px;
	padding-left: 44px;
}

@media screen and (max-width: 751px) {
	.file__wrap dd {
		margin-top: 0;
		margin: 0 10px;
		padding: 13px 0;
		border-top: 1px solid #bdbdbd;
	}
}

.file__wrap .tit {
	color: #707070;
	line-height: 37px;
}

@media screen and (max-width: 751px) {
	.file__wrap .tit {
		line-height: 25px;
	}
}

.file__wrap .tit+* {
	margin-left: 16px;
}

@media screen and (max-width: 751px) {
	.file__wrap .tit+* {
		margin-left: 0px;
	}
}

.file__wrap .btn-l {
	display: inline-block;
	margin: 0 0 0 10px;
	vertical-align: top;
}

@media screen and (max-width: 751px) {
	.file__wrap .btn-l { /*display: block; */
		margin: 5px 0 0;
	}
}

@media screen and (max-width: 751px) {
	.file__wrap {
		transition: height 3s ease-in-out;
		height: 45px;
		overflow: hidden;
	}
	.file__wrap.active {
		height: auto;
	}
	.file__wrap.active dt>button {
		background-image: url("../img/sub/file_up.png");
		background-position: calc(100% - 11.5px) center;
		background-repeat: no-repeat;
		border-bottom: 1px solid #bdbdbd;
	}
}

/*search*/
.search__wrap-top {
	position: relative;
	margin-bottom: 44px;
}

.search__wrap-top .search__wrap {
	width: 991px;
	margin: 0 auto;
	text-align: center;
}

.search__wrap-top .search__wrap .inputWide {
	width: 100%;
}

.search__wrap-top .total-number {
	margin-top: 16px;
}

select, .search__wrap input {
	height: 55px;
	line-height: 53px;
	border: none;
	border-bottom: 2px solid #000;
	color: #000;
	padding-left: 5px;
}

.total-number {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url("../img/sub/icon_total.png");
	background-position: 0 center;
	background-repeat: no-repeat;
	background-size: 18px 16px;
	display: block;
	margin-top: 22px;
	padding-left: 34px;
	color: #000;
	font-size: 24px;
	font-weight: 600;
	line-height: 25px;
}

.total-number strong {
	color: #09549c;
}

.search__wrap-top .btn {
	position: absolute;
	top: 5px;
	right: 0;
}

.search__wrap-top .totalList ul {
	font-size: 0;
}

.search__wrap-top .totalList ul li {
	display: inline-block;
	font-size: 22px;
}

.search__wrap-top .totalList ul li:not(:last-child) {
	margin-right: 10px;
}

.search__wrap-top .totalList ul li span {
	font-size: 22px;
}

.search__wrap-top .totalList ul li a {
	display: inline-block;
	padding-left: 13px;
	font-size: 22px;
	color: #005b9e;
}

.search__wrap-top.innerTotal .searchWide {
	width: 46%;
	font-size: 0;
}

.search__wrap-top.innerTotal .searchWide.search__wrap select.num {
	width: 86px;
	margin-right: 10px;
	min-width: auto;
}

.search__wrap-top.innerTotal .searchWide.search__wrap select.type {
	width: 135px;
	min-width: auto;
}

.search__wrap-top.innerTotal .searchWide.search__wrap .input__wrap {
	width: calc(100% - 366px);
}

@media screen and (max-width: 1500px) {
	.search__wrap-top .total-number {
		position: static;
	}
}

@media screen and (max-width: 1200px) {
	.search__wrap-top.innerTotal .searchWide {
		width: 80%;
	}
}

@media screen and (max-width: 1007px) {
	.search__wrap-top.innerTotal .searchWide {
		width: 100%;
	}
	.search__wrap-top.innerTotal .searchWide.search__wrap select.num {
		width: calc(50% - 5px);
		margin-right: 10px;
	}
	.search__wrap-top.innerTotal .searchWide.search__wrap select.type {
		width: calc(50% - 5px);
	}
	.search__wrap-top.innerTotal .searchWide.search__wrap .input__wrap {
		width: 100%;
	}
	.search__wrap-top.innerTotal .searchWide {
		width: 100%;
	}
	.search__wrap-top .total-number.totalList {
		position: static;
		margin-top: 50px;
		padding-left: 0;
		background: none;
	}
	.search__wrap-top .total-number li {
		width: calc(( 100% - 20px)/3);
		height: 40px;
		line-height: 36px;
		border: 2px solid #005b9e;
		text-align: center;
	}
}

@media screen and (max-width: 751px) {
	.search__wrap-top .total-number {
		padding-left: 0;
	}
	.search__wrap-top .total-number.totalList {
		margin-top: 30px;
	}
	.search__wrap-top .totalList ul li, .search__wrap-top .totalList ul li a,
		.search__wrap-top .totalList ul li span {
		font-size: 16px;
	}
	.search__wrap-top .totalList ul li a {
		padding-left: 5px;
	}
}

@media screen and (max-width: 751px) {
	.search__wrap select, .search__wrap input, .selectWrap select {
		height: 37.5px;
		line-height: 35.5px;
		font-size: 15px;
	}
}

.search__wrap select, .selectWrap select {
	background-image: url("../img/sub/select.png");
	background-position: calc(100% - 4px) center;
	background-repeat: no-repeat;
	min-width: 203px;
	padding-right: 25px;
	font-weight: 500;
	padding-left: 16px;
}

.selectWrap select {
	min-width: 91px;
	font-size: 20px;
}

@media screen and (max-width: 1007px) {
	.search__wrap select {
		width: 130px;
		min-width: auto;
	}
}

@media screen and (max-width: 751px) {
	.search__wrap select {
		width: 64px;
		padding-right: 14px;
		background-size: 12px auto;
	}
}

.search__wrap input {
	width: 100%;
	padding-right: 32px;
}

@media screen and (max-width: 751px) {
	.search__wrap input {
		padding-right: 21px;
	}
}

.search__wrap .input__wrap {
	position: relative;
	display: inline-block;
	width: 383px;
	vertical-align: top;
}

@media screen and (max-width: 1007px) {
	.search__wrap .input__wrap {
		width: 100%;
	}
}

.search__wrap .input__wrap .btn-search {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

@media screen and (max-width: 751px) {
	.search__wrap .input__wrap .btn-search {
		height: 18px;
	}
	.search__wrap .input__wrap .btn-search img {
		height: 100%;
		vertical-align: top;
	}
}

@media screen and (max-width: 1007px) {
	.search__wrap select+.input__wrap {
		width: calc(100% - 130px);
	}
}

@media screen and (max-width: 751px) {
	.search__wrap select+.input__wrap {
		width: calc(100% - 69px);
	}
}

.totalWrap .total-number {
	position: static;
	margin-top: 0;
}

@media screen and (max-width: 751px) {
	.search__wrap select, .selectWrap select {
		padding-left: 10px;
	}
	.selectWrap select {
		min-width: 40px;
		padding-right: 14px;
		background-size: 12px auto;
		font-size: 12px;
	}
}

select::-ms-expand {
	display: none;
}
/**/
/* [s] 이전글 다음글 */
.board__list-arrow {
	margin: 90px 0 0;
	border: 1px solid #1e1e1e;
	border-left: none;
	border-right: none;
}

@media screen and (max-width: 751px) {
	.board__list-arrow {
		margin: 40px 0 0;
	}
}

.board__list-arrow li {
	font-size: 0;
}

.board__list-arrow li.next {
	border-top: 1px solid #ddd;
}

.board__list-arrow li>* {
	vertical-align: top;
}

.board__list-arrow li.next .tit:before {
	background-image: url("../img/sub/arrow_next.png");
	background-position: 0 center;
	background-repeat: no-repeat;
}

.board__list-arrow .tit {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	width: 148px;
	line-height: 77px;
	font-size: 22px;
	font-weight: 500;
	color: #222;
	padding: 0 0 0 20px;
}

@media screen and (max-width: 751px) {
	.board__list-arrow .tit {
		width: 80px;
		line-height: 46px;
		padding: 0 0 0 4px;
		font-size: 15px;
	}
}

.board__list-arrow .tit:before {
	background-image: url("../img/sub/arrow_prev.png");
	background-position: 0 center;
	background-repeat: no-repeat;
	content: '';
	display: inline-block;
	width: 21px;
	height: 77px;
	vertical-align: middle;
	background-size: 100% auto;
	margin: 0 17px 0 0;
	vertical-align: top;
}

@media screen and (max-width: 751px) {
	.board__list-arrow .tit:before {
		width: 16.5px;
		height: 46px;
		margin: 0 8.5px 0 0;
	}
}

.board__list-arrow .tit:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 35px;
	background-color: #dbdbdb;
	left: auto;
	right: 0;
}

@media screen and (max-width: 751px) {
	.board__list-arrow .tit:after {
		height: 25px;
	}
}

.board__list-arrow li .txt {
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	-moz-binding: url("ellipsis.xml#ellipsis");
	display: inline-block;
	width: calc(100% - 148px);
	padding: 0 28px;
	vertical-align: top;
	height: 77px;
	line-height: 77px;
	font-size: 22px;
}

@media screen and (max-width: 751px) {
	.board__list-arrow li .txt {
		width: calc(100% - 80px);
		padding: 0 11px;
		height: 46px;
		line-height: 46px;
		font-size: 15px;
	}
}

.board__list-arrow li a {
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	-moz-binding: url("ellipsis.xml#ellipsis");
	display: inline-block;
	line-height: 77px;
	font-size: 22px;
}

@media screen and (max-width: 751px) {
	.board__list-arrow li a {
		line-height: 46px;
		font-size: 15px;
	}
}

.board__list-arrow li a:hover {
	text-decoration: underline;
}
/*-- [e] 이전글 다음글 */

/* 카테고리탭 */
.infoWrap+.category_wrap {
	margin-top: 70px;
}

.category_wrap .category_tabpanel_wrap {
	display: none;
	padding-top: 20px;
}

.category_wrap .category_tabpanel_wrap.active {
	display: block;
}

.category_wrap .inner {
	position: relative;
}

@media screen and (max-width: 768px) {
	.category_wrap .inner.only_select_search .select_box {
		width: 83%;
	}
}

.category_wrap .label__wrap {
	display: none;
	border: 1px solid #8e899b;
}

@media screen and (max-width: 768px) {
	.category_wrap .label__wrap {
		display: block;
	}
}

.category_wrap .label {
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	background-color: #005b9e;
	width: 100%;
	padding: 14px 0px 12px 13px;
	text-align: left;
}

.category_wrap .category_list {
	display: table;
	width: 100%;
	table-layout: fixed;
}

@media screen and (max-width: 768px) {
	.category_wrap .label {
		height: 38.5px;
		font-size: 15px;
		font-weight: 500;
		background-color: #005b9e;
		color: #fff;
		padding: 9.25px 30px 9.25px 15px;
	}
	.category_wrap .category_list {
		display: none;
	}
}

.category_wrap .category_list.height button {
	height: 80px;
	font-size: 16px;
}

@media screen and (max-width: 1240px) {
	.category_wrap .category_list.height button {
		height: 80px;
	}
}

.category_wrap .category_list.many_tab a {
	height: 60px;
	padding: 0;
}

@media screen and (max-width: 1024px) {
	.category_wrap .category_list.many_tab a {
		font-size: 18px;
	}
}

@media screen and (max-width: 768px) {
	.category_wrap .category_list.many_tab a {
		font-size: 15px;
	}
}

.category_wrap .category_list.many_tab a span {
	display: table-cell;
	width: 200px;
	height: 60px;
	text-align: center;
	vertical-align: middle;
}

@media screen and (max-width: 768px) {
	.category_wrap .category_list.many_tab a span {
		display: block;
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.category_wrap .category_list.many_tab br {
		display: none;
	}
}

.category_wrap .category_item {
	display: table-cell;
	width: 50%;
}

.category_wrap .category_item button {
	display: block;
	position: relative;
	font-size: 22px;
	font-weight: 500;
	color: #000;
	width: 100%;
	height: 70px;
	background: #fff;
	text-align: center;
	cursor: pointer;
	border: 1px solid #d9d9d9;
}

.category_wrap .category_item a {
	display: block;
	position: relative;
	font-size: 20px;
	font-weight: 500;
	color: #000;
	width: 100%;
	height: 49px;
	padding: 12px 0;
	background: #fff;
	text-align: center;
	cursor: pointer;
	border: 1px solid #d9d9d9
}

.category_wrap .category_item.active button {
	color: #fff;
	background: #005b9e;
	border: none;
}

.category_wrap .category_item.active a {
	color: #fff;
	background: #432983;
}

@media screen and (max-width: 768px) {
	.category_list.on {
		display: block;
		position: absolute;
		left: 0;
		top: 41px;
		border: 1px solid #ddd;
		border-top: 0;
		background-color: #fff;
		z-index: 10;
	}
	.category_list.on .category_list {
		width: 100%;
	}
	.category_list.on .category_list li {
		clear: both;
		display: block;
	}
	.category_list.on .category_item {
		clear: both;
		display: block;
		width: 100%;
		border-bottom: 1px solid #ddd;
	}
	.category_list.on .category_item button {
		background-color: #fff;
		font-size: 15px;
		height: 39px;
	}
	.category_list.on .category_item a {
		background-color: #fff;
		font-size: 15px;
		height: 39px;
		padding: 14px 0;
	}
	.category_list.on .category_item.active button {
		color: #432983;
	}
	.category_list.on .category_item.active a {
		color: #432983;
	}
	.infoWrap+.category_wrap {
		margin-top: 20px;
	}
	.category_wrap .label__wrap>button:after {
		background-image: url(../img/sub/tab_m.png);
		background-position: 0 0;
		background-repeat: no-repeat;
		content: '';
		position: absolute;
		top: 50%;
		right: 10px;
		width: 15px;
		height: 9px;
		margin-top: -4.5px;
		background-size: 100% auto;
	}
	.category_wrap .category_item button {
		border: none;
	}
}

/*bull*/
.noteList li {
	position: relative;
	padding-left: 15px;
	line-height: 1;
}

.noteList li:before {
	position: absolute;
	top: 8px;
	left: 0;
	width: 3px;
	height: 3px;
	background: #9b9b9b;
	content: '';
}

.noteList.blue {
	margin-bottom: 60px;
	padding: 40px 0;
	border-width: 6px 0 1px 0;
	border-color: #32415e;
	border-style: solid;
}

.noteList.blue li {
	padding-left: 20px;
	color: #222;
}

.noteList.blue li:not(:last-child) {
	margin-bottom: 20px;
}

.prdInfoList .noteList li:not(:last-child) {
	margin-bottom: 10px;
}

.noteList.blue li:before {
	top: 8px;
	width: 4px;
	height: 4px;
	background: #32415e;
}

div.attention, p.attention {
	position: relative;
	padding-left: 20px;
	font-size: 18px;
	color: #5f5f5f;
}

div.attention:before, p.attention:before {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	content: '※';
}

ul.attention li {
	position: relative;
	padding-left: 20px;
	font-size: 18px;
	color: #5f5f5f;
}

ul.attention li:before {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	content: '※';
}

ul.attention li span {
	font-size: 18px;
	color: #5f5f5f;
}
/*color*/
.state {
	color: #e37600;
	font-weight: 500;
}

.state.finish {
	color: #005b9e;
}

.state.ing {
	color: #005b9e !important;
}

.state.soldout {
	color: #222 !important;
}

.state.return {
	color: #9d7a5b !important;
}

.inputTxtWrap .inputTxt {
	height: auto;
	min-height: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.2;
}

.inputTxtWrap .tit {
	padding-top: 0 !important;
}

@media screen and (max-width: 1007px) {
	.noteList.blue {
		margin-bottom: 30px;
		padding: 0 0 30px 0;
		border-width: 0 0 1px 0;
		border-color: #32415e;
		border-style: solid;
	}
	.inputTxtWrap .inputTxt {
		padding-top: 10px;
		min-height: 38px;
	}
}

@media screen and (max-width: 751px) {
	div.attention, p.attention {
		font-size: 12px;
	}
	ul.attention li {
		padding-left: 15px;
		font-size: 12px;
	}
	.noteList.blue {
		margin-bottom: 10px;
		padding: 0 0 20px 0;
		border-width: 0 0 1px 0;
		border-color: #32415e;
		border-style: solid;
	}
	.noteList.blue li {
		padding-left: 10px;
	}
	.noteList.blue li:not(:last-child) {
		margin-bottom: 10px;
	}
	.noteList.blue li:before {
		top: 6px;
		width: 2px;
		height: 2px;
	}
	.inputTxtWrap .tit {
		padding-top: 10px !important;
	}
}
/* tax-layer */
.blind {
	position: absolute !important;
	margin: 0 !important;
	padding: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	word-break: normal;
	word-wrap: normal;
}

.layerPop-wrap {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1010;
	width: 100%;
	height: 100vh;
}

.layerPop-wrap .deemed {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
}

body.modal {
	overflow: hidden;
}

.taxWrap {
	overflow: auto;
	position: absolute;
	left: 50%;
	top: 5%;
	width: 100%;
	max-width: 1000px;
	height: 100%;
	max-height: 75vh;
	margin: 0 auto;
	padding: 50px 15px 100px;
	background: #fff;
	transform: translateX(-50%);
}
/*checkbox*/
.taxWrap .checkboxWrap {
	display: inline-block;
	position: relative;
	padding-left: 17px;
	min-height: 17px;
	line-height: 0;
	box-sizing: border-box;
}

.taxWrap .checkboxWrap input[type="checkbox"] {
	width: 1px;
	height: 1px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	position: absolute;
	clip: rect(0, 0, 0, 0);
}

.taxWrap .checkboxWrap input[type="checkbox"]+label:before {
	display: inline-block;
	content: "";
	width: 28px;
	height: 28px;
	background: url(../img/sub/ico_sign_up_check_box.png) no-repeat 0 0;
	vertical-align: middle;
	margin-bottom: 4px;
	margin-right: 6px;
}

.taxWrap .checkboxWrap input[type="checkbox"]:checked+label:before {
	background-position: 0 100%;
}

.taxWrap .checkboxWrap label {
	padding-left: 8px;
	font-size: 18px;
	line-height: 17px;
	color: #222;
}

.taxWrap .checkboxWrap input:disabled {
	background-position: 0 0;
}

.taxWrap .checkboxWrap input:disabled+label {
	color: #bbb;
}
/*radio*/
.taxWrap .radioWrap {
	display: inline-block;
	position: relative;
	height: auto;
	line-height: 26px;
}

.taxWrap .radioWrap+.radioWrap {
	margin-left: 45px;
}

.taxWrap .radioWrap input[type="radio"] {
	position: static;
	width: 26px;
	height: 26px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: url(../img/sub/ico_radio.png) no-repeat 0 0;
	background-size: 26px auto;
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
}

.taxWrap .radioWrap input[type="radio"]:checked {
	background-position: 0 100%;
}

.taxWrap .radioWrap label {
	display: inline-block;
	width: auto;
	height: auto;
	line-height: 18px;
	color: #222;
	vertical-align: baseline;
}

.taxWrap .radioWrap input:disabled {
	background-position: 0 0;
}

.taxWrap .radioWrap input:disabled+label {
	color: #222;
}

.taxWrap .w20 {
	width: 20%;
}

.taxWrap .w50 {
	width: 50%;
}

.taxWrap .w70 {
	width: 70%;
}

.taxWrap .bg_gray {
	background: #eaeaea;
}

.taxWrap .btn {
	width: 22px;
	min-width: auto;
	height: 22px;
	padding: 0;
	border: 1px solid #bbb;
	vertical-align: middle;
}

.container.taxWrap h2 {
	margin-top: 30px;
	font-weight: 800;
}

.taxWrap .close-btn-wrap {
	position: absolute;
	top: 20px;
	right: 20px;
}

.taxWrap .close-btn-wrap .btn-close {
	width: 30px;
	height: 30px;
	background: url(../img/sub/ico_delete.png) no-repeat;
}

.taxWrap .tabContainer {
	position: relative;
	height: 45px;
	font-size: 0;
}

.taxWrap .tabContainer .btn {
	position: absolute;
	bottom: 0;
	width: 180px;
	height: 40px;
	border: 1px solid #c63828;
	background: #fff;
	font-size: 18px;
	color: #c63828;
	transition: ease-in;
	z-index: 1;
}

.taxWrap .tabContainer .btn+.btn {
	left: 179px;
}

.taxWrap .tabContainer .btn.on {
	height: 45px;
	border: 1px solid #e62324;
	background: #c63828;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 1px #9e1515;
	z-index: 2;
}

.container.taxWrap>.radioWrap {
	width: 100%;
	height: auto;
	margin-top: 30px;
	padding: 10px 30px;
	border-top: 2px solid #888;
	background: #f1f1f1;
	font-size: 0;
}

.container.taxWrap .radioWrap>* {
	display: inline-block;
	width: calc(( 100% - 21px)/2);
	vertical-align: top;
}

.container.taxWrap .radioWrap .radioBox+.radioBox {
	margin-left: 20px;
}

.taxWrap .radioBox .radioTit {
	font-size: 16px;
	font-weight: 600;
}

.taxWrap .radioBox>* {
	display: inline-block;
	vertical-align: middle;
}

.taxWrap .radioBox li {
	display: inline-block;
	padding-left: 20px;
	vertical-align: middle;
}

.taxWrap .radioBox li label {
	font-size: 14px;
}

.taxWrap .tableWrap {
	overflow: hidden;
	border: 2px solid #ef7070;
	color: #e62324;
}

.taxWrap .tableWrap .titBox {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #ef7070;
}

.taxWrap .tableWrap .titBox>* {
	width: 33.33%;
	padding: 20px 0;
	text-align: center;
}

.taxWrap .tableWrap .titBox h3 {
	font-size: 32px;
}

.taxWrap .titBox .subTxt {
	line-height: 24px;
}

.taxWrap .tableWrap .titBox .numWrap {
	text-align: right;
}

.taxWrap .tableWrap .titBox input[type=text] {
	border: 1px solid #ddd;
}

.taxWrap .titBox .bnm {
	padding-right: 10px;
}

.taxWrap .titBox .bnmBox {
	display: inline-block;
	width: calc(( 100% - 5px)/2);
	vertical-align: middle;
}

.taxWrap .titBox .bnmBox+.bnmBox {
	margin-left: -55px;
}

.taxWrap .titBox .bnmBox label {
	font-size: 14px;
}

.taxWrap .titBox .bnmBox span {
	font-size: 14px;
}

.taxWrap .snm {
	padding-top: 5px;
	padding-right: 26px;
}

.taxWrap .snm label {
	font-size: 14px;
}

.taxWrap .snm input[type=text] {
	width: 62%;
}

.taxWrap .tableWrap .table {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	float: left;
	width: calc(( 100% - 1px)/2);
	border-bottom: 1px solid #e62324;
}

.taxWrap .tableWrap .table>span {
	width: 5%;
	padding-top: 12%;
	background: #fff6f6;
	font-weight: bold;
	text-align: center;
	color: #e62324;
}

.taxWrap .tableWrap .table02>span {
	border-left: 1px solid #e62324;
}

.taxWrap .tableWrap .table tr {
	border-bottom: 1px solid #e62324;
}

.taxWrap .tableWrap .table tr:last-of-type {
	border: none;
}

.taxWrap .tableWrap table th {
	font-size: 14px;
	color: #e62324;
}

.taxWrap .tableWrap table td {
	padding: 3px 5px;
}

.taxWrap .tableWrap table td input[type=text] {
	position: static;
	width: 100%;
	height: auto;
	padding: 5px 2px;
	border: 1px solid #ddd;
	font-size: 14px;
}

.taxWrap .tableWrap .table th {
	width: 15%;
	border-left: 1px solid #e62324;
}

.taxWrap .tableWrap .table td {
	border-left: 1px solid #e62324;
	color: #e62324;
}

.taxWrap .tableWrap .table td input[type=text].bg_gray {
	background: #eaeaea;
}

.taxWrap .tableWrap .table td input[type=text].w70 {
	width: 70%;
}

.taxWrap .tableWrap .table td button {
	margin-left: 4px;
	padding: 5px;
	border: 1px solid #333;
	font-size: 14px;
}

.taxWrap .table03 {
	border-bottom: 1px solid #e62324;
}

.taxWrap .table03 tr:first-of-type {
	border-bottom: 1px solid #ddd;
}

.taxWrap .table03 tr th {
	padding: 6px 0;
}

.taxWrap .table03 tr th:nth-child(1), .taxWrap .table03 tr td:nth-child(1)
	{
	width: 15%;
}

.taxWrap .table03 tr th:not(:first-of-type), .taxWrap .table03 tr td:not(:first-of-type)
	{
	border-left: 1px solid #ddd;
}

.taxWrap .table03 tr td input[type=text] {
	width: 100%;
	padding: 5px 2px;
	border: 1px solid #ddd;
	font-size: 14px;
}

.taxWrap .table03 tr td input[type=date] {
	width: 90%;
	font-size: 14px;
}

.taxWrap .table03 tr td input[type=text].bg_gray {
	background: #eaeaea;
}

.taxWrap .etcWrap tr {
	border-bottom: 1px solid #e62324;
}

.taxWrap .etcWrap tr td {
	border-left: 1px solid #e62324;
}

.taxWrap .etcWrap tr th {
	width: 15%;
}

.taxWrap .etcWrap tr td input[type=text] {
	width: 95%;
}

.taxWrap .etcWrap tr td .btn {
	width: 22px;
	min-width: auto;
	height: 22px;
	margin-left: 5px;
	padding: 0;
	vertical-align: middle;
}

.taxWrap .btn-more {
	background: #fff url(../img/sub/ico_plus.png) no-repeat center center;
	background-size: 90%;
}

.taxWrap .radioWrap.type02 {
	width: 100%;
	border-bottom: 1px solid #e62324;
}

.taxWrap .radioWrap.type02 table {
	width: 100%;
	background: #f1f3f6;
}

.taxWrap .radioWrap.type02 tr th {
	width: 15%;
}

.taxWrap .radioWrap.type02 td {
	width: 85%;
	border-left: 1px solid #e62324;
}

.taxWrap .radioWrap.type02 td li {
	display: inline-block;
	vertical-align: middle;
}

.taxWrap .radioWrap.type02 td li+li {
	padding-left: 20px;
}

.taxWrap .radioWrap.type02 input[type=text] {
	width: 75%;
}

.taxWrap .radioWrap.type02 input[type=text].bg_gray {
	background: #eaeaea;
}

.taxWrap .radioWrap.type02 button {
	margin-left: 1px;
	padding: 5px 8px;
	border: 1px solid #333;
	background: #fff;
	font-size: 14px;
}

.taxWrap .radioWrap.type02 label {
	font-size: 14px;
}

.taxWrap .table04 {
	border-bottom: 1px solid #e62324;
}

.taxWrap .table04 tr th, .taxWrap .table04 tr td {
	border-bottom: 1px solid #ddd;
}

.taxWrap .table04 tr th {
	padding: 6px 0;
}

.taxWrap .table04 tr th+th, .taxWrap .table04 tr td+td {
	border-left: 1px solid #ddd;
}

.taxWrap .table04 tr th:nth-child(1), .taxWrap .table04 tr th:nth-child(2),
	.taxWrap .table04 tr td:nth-child(1), .taxWrap .table04 tr td:nth-child(2)
	{
	width: 4%;
}

.taxWrap .table04 tr th:nth-child(3), .taxWrap .table04 tr td:nth-child(3)
	{
	width: 25%;
}

.taxWrap .table04 tr td:nth-child(3) .btn {
	margin-left: 8px;
}

.taxWrap .table04 tr th:nth-child(4), .taxWrap .table04 tr td:nth-child(4)
	{
	width: 13%;
}

.taxWrap .btn-search {
	background: url(../img/sub/ico_search.png) no-repeat;
	background-size: 100%;
}

.taxWrap .table04 tr th:nth-child(5), .taxWrap .table04 tr th:nth-child(6),
	.taxWrap .table04 tr td:nth-child(5), .taxWrap .table04 tr td:nth-child(6)
	{
	width: 7%;
}

.taxWrap .table04 tr th:nth-child(7), .taxWrap .table04 tr td:nth-child(7)
	{
	width: 10%;
}

.taxWrap .table04 tr th:nth-child(9), .taxWrap .table04 tr td:nth-child(9)
	{
	width: 20%;
}

.taxWrap .table04 tr td:nth-child(10) {
	text-align: center;
}

.taxWrap .btn-reset {
	background: url(../img/sub/ico_delete.png) no-repeat center center;
	background-size: 90%;
}
/* .taxWrap .table04 tr td:nth-child(3) input[type=text]{
    width:83%;
} */
.taxWrap .table05 {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px solid #e62324;
}

.taxWrap .table05 table {
	width: 75%;
}

.taxWrap .table05 tr:first-of-type {
	border-bottom: 1px solid #e62324;
}

.taxWrap .table05 tr th {
	padding: 11px 0;
}

.taxWrap .table05 tr th:nth-child(1), .taxWrap .table05 tr td:nth-child(1)
	{
	width: 30%;
}

.taxWrap .table05 tr th+th, .taxWrap .table05 tr td+td {
	border-left: 1px solid #e62324;
}

.taxWrap .table05 table td input[type=text].bg_gray {
	background: #eaeaea;
}

.taxWrap .table05 .radioContainer {
	width: 25%;
	border-left: 1px solid #e62324;
	text-align: center;
}

.taxWrap .table05 .radioContainer>* {
	display: inline-block;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	color: #333;
}

.taxWrap .table05 .radioContainer ul {
	margin: 0 10px;
}

.taxWrap .table05 .radioContainer label {
	font-size: 14px;
}

.taxWrap .table05 .radioContainer input[type="radio"] {
	width: 26px;
	height: 26px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: url(../img/sub/ico_radio.png) no-repeat 0 0;
	background-size: 26px auto;
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
}

.taxWrap .table05 .radioContainer input[type="radio"]:checked {
	background-position: 0 100%;
}

.taxWrap .submitWrap {
	padding: 20px 0;
	text-align: right;
}

.taxWrap .submitWrap button {
	padding: 5px 10px;
}

.taxWrap .submitWrap .btn-cancel {
	border: 1px solid #222;
	font-size: 18px;
}

.taxWrap .submitWrap .btn-publish {
	width: 150px;
	margin: 0 10px;
	border: 1px solid #b0281a;
	background: linear-gradient(to bottom, #dc4a38 0%, #c63828 100%);
	font-size: 20px;
	color: #fff;
}
/* 리스트  start*/
.taxWrap .schWrap {
	margin-top: 30px;
	border-top: 2px solid #333;
}

.taxWrap .schWrap tr th {
	width: 15%;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #F7F7F7;
	text-align: center;
	font-size: 16px;
	font-weight: 800;
}

.taxWrap .schWrap tr td {
	padding: 8px 5px;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
}

.taxWrap .schWrap tr td input[type="date"] {
	width: 285px;
	padding: 4px 5px;
	border: 1px solid #ddd;
	font-size: 14px;
}

.taxWrap .schWrap tr td:nth-child(3) {
	width: 10%;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.taxWrap .schWrap .btn-search {
	width: 80px;
	height: 70px;
	padding-left: 20px;
	background: url(../img/sub/ico_search.png) no-repeat left 10px top 25px;
	background-size: 18px 18px;
	font-size: 18px;
	color: #32415e;
}

.taxWrap .schWrap select {
	width: 90px;
	height: auto;
	margin: 0 10px;
	padding: 5px;
	border: 1px solid #ddd;
	background: url(../img/sub/icon_down_arrow.png) no-repeat right 10px
		center;
	background-size: 13px 13px;
	font-size: 14px;
	line-height: 1.3;
}

.taxWrap .schWrap input[type=text] {
	width: 50%;
	margin-left: 10px;
	padding: 4px 5px;
	border: 1px solid #ddd;
}

.taxWrap .schWrap td span {
	font-size: 14px;
	vertical-align: middle;
}

.taxWrap .listWrap .table {
	margin-top: 30px;
	border-top: 2px solid #333;
	border-bottom: 1px solid #ddd;
}

.taxWrap .listWrap .table tr {
	font-size: 14px;
}

.taxWrap .listWrap .table tr.pointer {
	cursor: pointer;
}

.taxWrap .listWrap .table th {
	border-bottom: 1px solid #ddd;
	background: #F7F7F7;
	font-size: 15px;
}

.taxWrap .listWrap .table td {
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	text-align: center;
}

.taxWrap .listWrap .table td.none_list {
	height: 36px;
	border-bottom: 1px solid #f7f7f7;
	background: #f7f7f7;
}

.taxWrap .listWrap .table th, .taxWrap .listWrap .table td {
	padding: 8px 5px;
	border-left: 1px solid #ddd;
}

.taxWrap .listWrap .table th:nth-child(1), .taxWrap .listWrap .table td:nth-child(1)
	{
	width: 3%;
	border-left: none;
}

.taxWrap .listWrap .table th:nth-child(2), .taxWrap .listWrap .table td:nth-child(2)
	{
	width: 5%;
}

.taxWrap .listWrap .table th:nth-child(3), .taxWrap .listWrap .table td:nth-child(3),
	.taxWrap .listWrap .table th:nth-child(4), .taxWrap .listWrap .table td:nth-child(4)
	{
	width: 9%;
}

.taxWrap .listWrap .table th:nth-child(5), .taxWrap .listWrap .table td:nth-child(5)
	{
	width: 15%;
}

.taxWrap .listWrap .table th:nth-child(6), .taxWrap .listWrap .table td:nth-child(6)
	{
	width: 10%;
}

.taxWrap .listWrap .table td:nth-child(5) {
	text-align: left;
}

.taxWrap .listWrap .table td:nth-child(8) {
	text-align: right;
}

.taxWrap .listWrap .table input[type=checkbox] {
	appearance: checkbox;
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	-o-appearance: checkbox;
}

.taxWrap .listWrap .table .btn {
	width: auto;
	padding: 0px 4px 0 4px;
	border: 1px solid #699cd3;
	border-radius: 2px;
	background: #fff;
	font-size: 16px;
	line-height: 1.3;
	color: #0071c9;
}

.taxWrap .selectWrap {
	overflow: hidden;
	margin-top: 5px;
}

.taxWrap .selectWrap .btnWrap {
	float: left;
}

.taxWrap .selectWrap .btn {
	width: 70px;
	height: auto;
	padding: 3px 4px;
	border: 1px solid #333;
	border-radius: 2px;
	background: #fff;
	font-size: 16px;
	line-height: 1.3;
	color: #333;
}

.taxWrap .selectWrap .btn+.btn {
	margin-left: 10px;
}

.taxWrap .pagination {
	float: right;
}

.taxWrap .pagination>* {
	display: inline-block;
	font-size: 16px;
	vertical-align: middle;
}

.taxWrap .pagination a {
	display: inline-block;
	position: relative;
	width: 15px;
	height: 15px;
}

.taxWrap .pagination>a::before {
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	background-size: 100%
}

.taxWrap .d_prev::before {
	background: url(../img/sub/icon_double_arrow.png) no-repeat;
	transform: rotate(180deg);
}

.taxWrap .prev::before {
	background: url(../img/sub/icon_arrow.png) no-repeat;
	transform: rotate(180deg);
}

.taxWrap .next::before {
	background: url(../img/sub/icon_arrow.png) no-repeat;
}

.taxWrap .d_next::before {
	background: url(../img/sub/icon_double_arrow.png) no-repeat;
}

.taxWrap .pagination select {
	width: 70px;
	height: auto;
	margin-left: 10px;
	padding: 5px;
	border: 1px solid #ddd;
	background: url(../img/sub/icon_down_arrow.png) no-repeat right 10px
		center;
	background-size: 13px 13px;
	font-size: 16px;
	line-height: 1.3;
}
/* 상세페이지 */
.taxWrap .detailWrap {
	position: relative;
}

.taxWrap .detailWrap .ta-c {
	text-align: center;
}

.taxWrap .detailWrap .ta-r {
	text-align: right;
}

.taxWrap .detailWrap .black {
	color: #333;
}

.taxWrap .detailWrap .watermark {
	position: absolute;
	top: 104px;
	left: 0px;
	width: 100%;
	text-align: center;
	z-index: 1000;
}

.taxWrap .detailWrap .titBox {
	background-color: #fff6f6;
}

.taxWrap .detailWrap .bnmBox span:not(:first-of-type) {
	display: inline-block;
	width: 98px;
}

.taxWrap .detailWrap .snm {
	padding-right: 0;
}

.taxWrap .detailWrap .snm span {
	font-size: 14px;
}

.taxWrap .detailWrap .snm span:not(:first-of-type) {
	text-align: right;
	margin-left: 180px;
	padding-right: 10px;
}

.taxWrap .detailWrap th, .taxWrap .detailWrap td {
	padding: 8px 0;
}

.taxWrap .detailWrap td {
	font-size: 14px;
	color: #333;
}

.taxWrap .detailWrap .tableWrap {
	margin-top: 30px;
}

.taxWrap .detailWrap .tableWrap .table td {
	height: 35px;
	color: #333;
}

.taxWrap .detailWrap .tableWrap .table>span {
	padding-top: 12%;
}
/* .taxWrap .detailWrap .table04 {
    border-top: 1px solid #e62324;
} */
.taxWrap .detailWrap .table03 tr th, .taxWrap .detailWrap .table04 tr th,
	.taxWrap .detailWrap .table05 tr th {
	background-color: #fff6f6;
}

.taxWrap .detailWrap .table04 tr td {
	height: 35px;
}

.taxWrap .detailWrap .table04 tr:last-child td {
	border-bottom: none;
}

.taxWrap .detailWrap .table05 {
	border-bottom: 0;
}

.taxWrap .detailWrap .table05 table {
	border-right: 1px solid #e62324;
}
/* .taxWrap .detailWrap .table05 tr th {
    border-top: 1px solid #e62324;
} */
.taxWrap .detailWrap .table05 .radioContainer {
	border-left: none;
}

.userMenu li.btnCart span.count {
	position: absolute;
	top: -40px;
	right: 0px;
	background-color: #1A5993;
	color: white;
	font-size: smaller;
	padding-right: 6px;
	padding-left: 5px;
	border-radius: 30%;
}

.viewCont .info_buttonWrap .revise {
	float: right;
	margin-right: 5px;
}

.viewCont .info_buttonWrap .remove {
	float: right;
}






/* ------------------------리뉴얼------------------------ */
.search__wrap-top.innerTotal .searchWide.type02{
  display: flex;
  width: 100%;
  justify-content: center;
}
/* 추가 : 달력양식 form안으로 이동 */
.search__wrap-top.innerTotal .searchWide.type02 form {
  display: flex;
  width: 100%;
  justify-content: center;
}
.search__wrap-top.innerTotal .searchWide.search__wrap.type02 .input__wrap{
  width: 340px;
}
.search__wrap-top.innerTotal .searchWide.type02 .date_wrap{
  display: flex;
  align-items: center;
  margin-left: 40px;
}
.search__wrap-top.innerTotal .searchWide.type02 .date_wrap .input_wrap{
  position: relative;
  max-width: 146px;
}
.search__wrap-top.innerTotal .searchWide.type02 .date_wrap span{
  display: inline-block;
  margin: 0 9px;
  font-size: 28px;
  font-weight: 600;
}
.search__wrap-top.innerTotal .searchWide.type02 .date_wrap .input_wrap input{
  line-height: 53px;
  height: 53px;
  display: block;
  font-size: 18px;
  letter-spacing: -0.025em;
  margin: 2px auto 0;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 36px 0 6px;
  color: #222;
}
.search__wrap-top.innerTotal .searchWide.type02 .date_wrap .input_wrap a{
  width: 100%;
  height: 100%;
  background: url(../img/sub/btn_date.png) no-repeat right center;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  border-top: 1px solid transparent;
  padding: 0;
  right: 7px;
}


@media screen and (max-width: 1007px) {
  .search__wrap-top.innerTotal .searchWide.type02{
    display: block;
  }
  .search__wrap-top.innerTotal .searchWide.type02 form { /*20220920 추가*/
    display: block;
  }
  .search__wrap-top.innerTotal .searchWide.type02 .date_wrap{
    margin-left: 0;
  }
  .search__wrap-top.innerTotal .searchWide.search__wrap.type02 .input__wrap{
    max-width: 100%;
    width: calc(100% - 16px);
  }
  .search__wrap-top.innerTotal .searchWide.type02 .date_wrap .input_wrap{
    flex: 1;
    max-width: 100%;
  }
}
@media screen and (max-width: 751px) {
  .search__wrap-top.innerTotal .searchWide.type02 .date_wrap .input_wrap input {
    line-height: 45px;
    height: 45px;
  }
  .search__wrap-top.innerTotal .searchWide.type02 select,
  .search__wrap-top.innerTotal .searchWide.type02 input{
    line-height: 45px;
    height: 45px;
  }
}