@charset "utf-8";

:root {
	/** default value **/
	font-size: 10px;
	--inner: 1380px;
	--header: 89px;

	/** color main **/
	--main01: #203a91;
	--main02: #1d47ab;
	--main03: #00a6ae;
	--main04: #072966;
	--main05: #1c50b6;

	/** color define **/
	--color01: #0055d4;
	--color02: #d47300;
	--color03: #9c9c9c;
	--color04: #1c3e75;
	--color05: #00869f;
	--color06: #246beb;
	--color07: #072966;
	--color08: #0051ae;

	/** color brightness **/
	--gray-05: #f8f8f8;
	--gray-10: #f0f0f0;
	--gray-20: #e4e4e4;
	--gray-30: #d8d8d8;
	--gray-40: #c6c6c6;
	--gray-50: #8e8e8e;
	--gray-60: #717171;
	--gray-70: #555;
	--gray-80: #2d2d2d;
	--gray-90: #1d1d1d;

	/** color function**/
	--primary: #2b4ea5;
	--secondary: #e3ebf7;

	--danger: #ff3547;
	--info: #0000CD;
	--success: #1e7e34;
	--warnning: #fb3;

	--hover-color07:brightness(0) saturate(100%) invert(16%) sepia(48%) saturate(2087%) hue-rotate(188deg) brightness(95%) contrast(99%);
}

/** All Style **/
html,
body {
	width: 100%;
	height: 100vh;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td,
input,
select,
textarea,
button,
p,
a,
blockquote,
caption,
legend,
pre,
address {
	font-family: 'pretendard', Nanum Gothic, '나눔고딕', Malgun gothic, '맑은고딕', Dotum, '돋움', 'AppleSDGothicNeo', arial, sans-serif;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td,
input,
select,
textarea,
button,
p,
a,
blockquote,
caption,
legend,
pre,
address {
	margin: 0;
	padding: 0;
	line-height: inherit;
	color: #222;
	font-size: 1.6rem;
	font-variant-numeric: tabular-nums;
	-moz-font-feature-settings: "tnum";
	font-feature-settings: "tnum";
	letter-spacing: -0.03em;
	word-break: keep-all;
	word-wrap: break-word;
}

header,
main,
section,
article,
footer,
aside {
	display: block;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

:focus {
	outline: 2px dotted #f00000;
	outline-offset: -2px;
}

:focus:not(:focus-visible) {
	outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: normal;
}

hr {
	display: none;
}

ol,
ul,
li {
	list-style: none;
}

form,
fieldset,
img {
	border: 0;
}

img {
	vertical-align: middle;
}

em,
i,
legend,
address,
cite,
code,
dfn,
var {
	font-style: normal;
	font-weight: normal;
}

b {
	font-weight: 400;
}

table {
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
legend {
	overflow: hidden;
	position: relative;
	width: 0;
	height: 0;
	text-indent: -9999px;
	border: 0;
	clip: rect(0, 0, 0, 0);
}

a {
	text-decoration: none;
}

button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

button i {
	position: relative;
}

a,
button {
	border: 0;
	vertical-align: middle;
	transition-duration: 0.1s;
	background: none;
}

a,
button,
input[type='button'] {
	cursor: pointer;
}

sup {
	line-height: 1px;
	font-size: 11px;
}

/** Form Basic **/
input,
select {
	vertical-align: middle;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(/images/ico/arr_bottom.png) no-repeat right 10px center;
}

textarea {
	width: 100%;
	resize: none;
}

input::placeholder,
textarea::placeholder {
	color: #727272;
	font-size: 15px;
	font-weight: 400;
}

input:focus::placeholder,
textarea:focus::placeholder {
	color: transparent !important;
}

textarea,
textarea:hover,
textarea:active,
textarea:visited {
	color: #555;
	vertical-align: middle;
}

/** font-color **/
.cl-black {
	color: #000 !important;
}

.cl-blue {
	color: #1a3d93 !important;
}

.cl-gray {
	color: #333 !important;
}

.cl-gray-light {
	color: #595959 !important;
}

.cl-gray-dark {
	color: #383838 !important;
}

.cl-green {
	color: var(--color02) !important;
}

.cl-orange {
	color: #d42d00 !important;
}

.cl-red {
	color: #ff0000 !important;
}

.cl-sky {
	color: var(--color05) !important;
}

/** font-size **/
.f-size35 {
	font-size: 35px !important;
}

.f-size30 {
	font-size: 30px !important;
}

.f-size25 {
	font-size: 25px !important;
}

.f-size24 {
	font-size: 24px !important;
}

.f-size23 {
	font-size: 23px !important;
}

.f-size22 {
	font-size: 22px !important;
}

.f-size21 {
	font-size: 21px !important;
}

.f-size20 {
	font-size: 20px !important;
}

.f-size18 {
	font-size: 18px !important;
}

.f-size17 {
	font-size: 17px !important;
}

.f-size16 {
	font-size: 16px !important;
}

.f-size15 {
	font-size: 15px !important;
}

.f-size14 {
	font-size: 14px !important;
}

.f-size13 {
	font-size: 13px !important;
}

.f-size12 {
	font-size: 12px !important;
}

/** font-weight **/
.f-wb {
	font-weight: bold !important;
}

.f-wn {
	font-weight: normal !important;
}

.f-w400 {
	font-weight: 400 !important;
}

.f-w500 {
	font-weight: 500 !important;
}

.f-w600 {
	font-weight: 600 !important;
}

/** area align style **/
.fl-wrap {
	overflow: hidden !important;
}

.fl-r {
	float: right !important;
}

.fl-l {
	float: left !important;
}

/** text align style **/
.ta-r {
	text-align: right !important;
}

.ta-l {
	text-align: left !important;
}

.ta-c {
	text-align: center !important;
}

/** flex align style **/
.fx-js {
	justify-content: flex-start !important;
}

.fx-jc {
	justify-content: center !important;
}

.fx-je {
	justify-content: flex-end !important;
}

.fx-jsb {
	justify-content: space-between !important;
}

.fx-as {
	align-items: flex-start !important;
}

.fx-ac {
	align-items: center !important;
}

.fx-ae {
	align-items: flex-end !important;
}

/** display style **/
.dis-i {
	display: inline !important;
}

.dis-ib {
	display: inline-block !important;
}

.dis-b {
	display: block !important;
}

.dis-n {
	display: none !important;
}

.dis-f {
	display: flex !important;
}

/** line style **/
.line-no-t {
	border-top-width: 0 !important;
}

.line-no-r {
	border-right-width: 0 !important;
}

.line-no-b {
	border-bottom-width: 0 !important;
}

.line-no-l {
	border-left-width: 0 !important;
}

/** margin style **/
.mt0 {
	margin-top: 0 !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt17 {
	margin-top: 17px !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;
}

.mt45 {
	margin-top: 45px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mr0 {
	margin-right: 0 !important;
}

.mr5 {
	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;
}

.mr45 {
	margin-right: 45px !important;
}

.mr50 {
	margin-right: 50px !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb5 {
	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;
}

.mb45 {
	margin-bottom: 45px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.ml0 {
	margin-left: 0 !important;
}

.ml5 {
	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;
}

.ml45 {
	margin-left: 45px !important;
}

.ml50 {
	margin-left: 50px !important;
}

.all-m0 {
	margin: 0 !important;
}

.all-m5 {
	margin: 5px !important;
}

.all-m10 {
	margin: 10px !important;
}

.all-m15 {
	margin: 15px !important;
}

.all-m20 {
	margin: 20px !important;
}

.all-m25 {
	margin: 25px !important;
}

.all-m30 {
	margin: 30px !important;
}

.all-m35 {
	margin: 35px !important;
}

.all-m40 {
	margin: 40px !important;
}

.all-m45 {
	margin: 45px !important;
}

.all-m50 {
	margin: 50px !important;
}

/** padding style **/
.pt0 {
	padding-top: 0 !important;
}

.pt5 {
	padding-top: 5px !important;
}

.pt10 {
	padding-top: 10px !important;
}

.pt15 {
	padding-top: 15px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pt25 {
	padding-top: 25px !important;
}

.pt30 {
	padding-top: 30px !important;
}

.pt35 {
	padding-top: 35px !important;
}

.pt40 {
	padding-top: 40px !important;
}

.pt45 {
	padding-top: 45px !important;
}

.pt50 {
	padding-top: 50px !important;
}

.pr0 {
	padding-right: 0 !important;
}

.pr5 {
	padding-right: 5px !important;
}

.pr10 {
	padding-right: 10px !important;
}

.pr15 {
	padding-right: 15px !important;
}

.pr20 {
	padding-right: 20px !important;
}

.pr25 {
	padding-right: 25px !important;
}

.pr30 {
	padding-right: 30px !important;
}

.pr35 {
	padding-right: 35px !important;
}

.pr40 {
	padding-right: 40px !important;
}

.pr45 {
	padding-right: 45px !important;
}

.pr50 {
	padding-right: 50px !important;
}

.pb0 {
	padding-bottom: 0 !important;
}

.pb5 {
	padding-bottom: 5px !important;
}

.pb10 {
	padding-bottom: 10px !important;
}

.pb15 {
	padding-bottom: 15px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pb25 {
	padding-bottom: 25px !important;
}

.pb30 {
	padding-bottom: 30px !important;
}

.pb35 {
	padding-bottom: 35px !important;
}

.pb40 {
	padding-bottom: 40px !important;
}

.pb45 {
	padding-bottom: 45px !important;
}

.pb50 {
	padding-bottom: 50px !important;
}

.pl0 {
	padding-left: 0 !important;
}

.pl5 {
	padding-left: 5px !important;
}

.pl10 {
	padding-left: 10px !important;
}

.pl15 {
	padding-left: 15px !important;
}

.pl20 {
	padding-left: 20px !important;
}

.pl25 {
	padding-left: 25px !important;
}

.pl30 {
	padding-left: 30px !important;
}

.pl35 {
	padding-left: 35px !important;
}

.pl40 {
	padding-left: 40px !important;
}

.pl45 {
	padding-left: 45px !important;
}

.pl50 {
	padding-left: 50px !important;
}

.all-p0 {
	padding: 0 !important;
}

.all-p5 {
	padding: 5px !important;
}

.all-p10 {
	padding: 10px !important;
}

.all-p15 {
	padding: 15px !important;
}

.all-p20 {
	padding: 20px !important;
}

.all-p25 {
	padding: 25px !important;
}

.all-p30 {
	padding: 30px !important;
}

.all-p35 {
	padding: 35px !important;
}

.all-p40 {
	padding: 40px !important;
}

.all-p45 {
	padding: 45px !important;
}

.all-p50 {
	padding: 50px !important;
}

/** width %,px common **/
[class*='w-per'],
[class*='w-px'] {
	min-width: inherit !important;
	max-width: inherit !important;
}

/** width % **/
.w-per100 {
	width: 100% !important;
}

.w-per95 {
	width: 95% !important;
}

.w-per90 {
	width: 90% !important;
}

.w-per85 {
	width: 85% !important;
}

.w-per80 {
	width: 80% !important;
}

.w-per75 {
	width: 75% !important;
}

.w-per70 {
	width: 70% !important;
}

.w-per65 {
	width: 65% !important;
}

.w-per60 {
	width: 60% !important;
}

.w-per55 {
	width: 55% !important;
}

.w-per50 {
	width: 50% !important;
}

.w-per45 {
	width: 45% !important;
}

.w-per40 {
	width: 40% !important;
}

.w-per35 {
	width: 35% !important;
}

.w-per30 {
	width: 30% !important;
}

.w-per25 {
	width: 25% !important;
}

.w-per20 {
	width: 20% !important;
}

.w-per19 {
	width: 19% !important;
}

.w-per15 {
	width: 15% !important;
}

.w-per10 {
	width: 10% !important;
}

.w-per5 {
	width: 5% !important;
}

/** width px **/
.w-px400 {
	width: 400px !important;
}

.w-px390 {
	width: 390px !important;
}

.w-px380 {
	width: 380px !important;
}

.w-px370 {
	width: 370px !important;
}

.w-px360 {
	width: 360px !important;
}

.w-px350 {
	width: 350px !important;
}

.w-px340 {
	width: 340px !important;
}

.w-px330 {
	width: 330px !important;
}

.w-px320 {
	width: 320px !important;
}

.w-px310 {
	width: 310px !important;
}

.w-px300 {
	width: 300px !important;
}

.w-px290 {
	width: 290px !important;
}

.w-px280 {
	width: 280px !important;
}

.w-px270 {
	width: 270px !important;
}

.w-px260 {
	width: 260px !important;
}

.w-px250 {
	width: 250px !important;
}

.w-px240 {
	width: 240px !important;
}

.w-px230 {
	width: 230px !important;
}

.w-px220 {
	width: 220px !important;
}

.w-px210 {
	width: 210px !important;
}

.w-px200 {
	width: 200px !important;
}

.w-px190 {
	width: 190px !important;
}

.w-px180 {
	width: 180px !important;
}

.w-px170 {
	width: 170px !important;
}

.w-px160 {
	width: 160px !important;
}

.w-px150 {
	width: 150px !important;
}

.w-px140 {
	width: 140px !important;
}

.w-px130 {
	width: 130px !important;
}

.w-px120 {
	width: 120px !important;
}

.w-px115 {
	width: 115px !important;
}

.w-px110 {
	width: 110px !important;
}

.w-px100 {
	width: 100px !important;
}

.w-px90 {
	width: 90px !important;
}

.w-px80 {
	width: 80px !important;
}

.w-px70 {
	width: 70px !important;
}

.w-px60 {
	width: 60px !important;
}

.w-px50 {
	width: 50px !important;
}

.w-px40 {
	width: 40px !important;
}

.w-px30 {
	width: 30px !important;
}

.w-px20 {
	width: 20px !important;
}

.w-px10 {
	width: 10px !important;
}

/** div-width % **/
[class*='div-per'] {
	position: relative;
}

.div-per100 {
	width: 100% !important;
}

.div-per95 {
	width: calc(95% - 10px) !important;
}

.div-per90 {
	width: calc(90% - 10px) !important;
}

.div-per85 {
	width: calc(85% - 10px) !important;
}

.div-per80 {
	width: calc(80% - 10px) !important;
}

.div-per75 {
	width: calc(75% - 10px) !important;
}

.div-per70 {
	width: calc(70% - 10px) !important;
}

.div-per65 {
	width: calc(65% - 10px) !important;
}

.div-per60 {
	width: calc(60% - 10px) !important;
}

.div-per55 {
	width: calc(55% - 10px) !important;
}

.div-per50 {
	width: calc(50% - 10px) !important;
}

.div-per45 {
	width: calc(45% - 10px) !important;
}

.div-per40 {
	width: calc(40% - 10px) !important;
}

.div-per35 {
	width: calc(35% - 10px) !important;
}

.div-per30 {
	width: calc(30% - 10px) !important;
}

.div-per25 {
	width: calc(25% - 10px) !important;
}

.div-per20 {
	width: calc(20% - 10px) !important;
}

.div-per15 {
	width: calc(15% - 10px) !important;
}

.div-per10 {
	width: calc(10% - 10px) !important;
}

.div-per5 {
	width: calc(5% - 10px) !important;
}

/** 공통 value **/
.hidden,
.blind {
	overflow: hidden !important;
	visibility: hidden !important;
	position: absolute !important;
	width: 0 !important;
	height: 0 !important;
	padding: 0 !important;
	line-height: 0 !important;
	font-size: 0 !important;
}

.no-scroll {
	overflow: hidden !important;
	width: 100%;
	height: 100vh;
	touch-action: none;
}

.hide-pc {
	display: none;
}

/** 1280px 시작 **/
@media screen and (max-width:1280px) {
	:root {
		/** default value **/
		--header: 60px;
	}

	/** 공통 value **/
	.hide-pc {
		display: block;
	}
}

/* skipNavigation */
.skiptoContent {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	z-index: 99999;
}

.skiptoContent a {
	position: absolute;
	top: -50px;
	width: 100%;
	font-size: 0;
}

.skiptoContent a:active,
.skiptoContent a:focus {
	display: block;
	top: 0;
	height: 34px;
	padding: 6px 0;
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	background: #272d34;
}

/** component **/
/** wrap-img **/
.wrap-img {
	overflow: hidden;
	text-align: center;
}

.wrap-img img {
	max-width: 100%;
	/* height: 100%; */
}

.wrap-longdesc {
	overflow: hidden;
	display: block;
	position: absolute;
	left: -9999px;
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
}

/** wrap-iframe **/
.wrap-iframe {
	position: relative;
}

.wrap-iframe iframe {
	display: block;
	margin: 0 auto
}

/** tip **/
[class*='tip-'] {
	position: relative;
	font-size: 15px;
	color: #595959;
}

[class*='tip-ico-'] {
	color: #55595f;
}

[class*='tip-ico-']:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	background: no-repeat 0;
}

[class*='tip-ico-desc'] {
	margin-top: 10px;
	padding-left: 22px;
	line-height: 18px;
	letter-spacing: -1px
}

[class*='tip-ico-desc']:before {
	width: 17px;
	height: 17px;
}

[class*='tip-ico-blank'] {
	display: inline-block;
}

[class*='tip-ico-blank']:before {
	top: calc(50% - 8px);
	right: 2px;
	left: inherit;
	width: 15px;
	height: 15px;
}

[class*='tip-ico-shortcut'] {
	display: inline-block;
}

[class*='tip-ico-shortcut']:before {
	top: calc(50% - 8px);
	right: 2px;
	left: inherit;
	width: 15px;
	height: 15px;
}

.tip-txt {
	margin-top: 15px;
	color: #000;
	text-align: right;
}

.tip-txt.ver-01 {
	color: #246beb !important;
}

.tip-txt.ver-02 {
	color: #dd0000 !important;
}

.tip-unit {
	display: block;
	margin: 5px 0;
	font-weight: 400;
	word-break: keep-all;
}

.tip-unit01 {
	margin-top: 20px;
	text-align: right;
}

/** firefox only hack **/
@-moz-document url-prefix() {}

/** tab menu **/
.tab-nav {
	overflow: hidden;
	margin: 20px 0;
	border: 1px solid #ddd;
	border-radius: 10px;
}

.tab-nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}

.tab-nav li,
.tab-nav li a {
	position: relative;
}

.tab-nav li+li {
	border-left: 1px solid #ddd;
}

.tab-nav li a {
	display: block;
	height: 100%;
	padding: 16px 10px;
	line-height: 20px;
	color: #121212;
	font-size: 18px;
	text-align: center;
}

.tab-nav li a i {
	font-weight: 500;
}

.tab-nav .num {
	display: inline-block;
	width: 50px;
	margin-left: 8px;
	padding: 2px 10px;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	border-radius: 25px;
	background: var(--main05);
}

.tab-nav li.is-current a,
.tab-nav li a:is(:hover, :focus) {
	color: #fff;
	background: var(--main05);
}

.tab-nav li.is-current .num,
.tab-nav li a:is(:hover, :focus) .num {
	color: var(--main05);
	background: #fff;
}

.tab-nav.ver-01 li.is-current a,
.tab-nav.ver-01 li a:is(:hover, :focus) {
	background: #1c8fb6;
}

/** tab menu 갯수 **/
[class*='tab-nav']>ul li:first-child:nth-last-child(2),
[class*='tab-nav']>ul li:first-child:nth-last-child(2)~li {
	width: calc(100%/2);
}

[class*='tab-nav']>ul li:first-child:nth-last-child(3),
[class*='tab-nav']>ul li:first-child:nth-last-child(3)~li {
	width: calc(100%/3);
}

[class*='tab-nav']>ul li:first-child:nth-last-child(4),
[class*='tab-nav']>ul li:first-child:nth-last-child(4)~li {
	width: calc(100%/4);
}

[class*='tab-nav']>ul li:first-child:nth-last-child(5),
[class*='tab-nav']>ul li:first-child:nth-last-child(5)~li {
	width: calc(100%/5);
}

[class*='tab-nav']>ul li:first-child:nth-last-child(6),
[class*='tab-nav']>ul li:first-child:nth-last-child(6)~li {
	width: calc(100%/6);
}

[class*='tab-nav']>ul li:first-child:nth-last-child(7),
[class*='tab-nav']>ul li:first-child:nth-last-child(7)~li {
	width: calc(100%/7);
}

[class*='tab-nav']>ul li:first-child:nth-last-child(8),
[class*='tab-nav']>ul li:first-child:nth-last-child(8)~li {
	width: calc(100%/8);
}

/** tab menu depth02 sub style **/
.tab-nav-sub {
	overflow: hidden;
	margin-top: -20px;
	border: 1px solid #aab8db;
	background: #f6f8fa;
}

.tab-nav-sub ul {
	display: flex;
	flex-wrap: wrap;
	margin: -10px 0 0 -40px;
	padding: 25px;
}

.tab-nav-sub li {
	position: relative;
	margin: 10px 0 0 40px;
	padding-left: 10px;
}

.tab-nav-sub li:before {
	content: '';
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #385aaf;
}

.tab-nav-sub li.is-current a {
	color: #385aaf;
	font-weight: 500;
	text-decoration: underline;
}

.tab-body .tab-cont {
	overflow: hidden;
	display: none;
}

.tab-body .tab-cont:first-child {
	display: block;
}

/** 트렌드 자료 이동버튼 **/
.tab-body .move-btn {
	position: relative;
	float: right;
	margin: 0px 0 20px;
}

.tab-body .tab-move {
	display: block;
	padding: 10px 20px;
	position: relative;
	font-size: 16px;
	border-radius: 4px;
	color: var(--color04) !important;
	border-color: var(--color04) !important;
	border: 1px solid transparent;
}

/** scroll **/
[class*='scr-'] {
	overflow: hidden;
	position: relative;
}

[class*='scr-'] img {
	display: block;
	margin: 0 auto;
}

.scr-y {
	overflow-y: auto;
}

.scr-x {
	overflow-x: auto;
}

/** box type **/
[class*='box-type'] {
	position: relative;
	padding: 30px;
	border: 1px solid #dddfe1;
	border-radius: 10px;
}

[class*='box-type'],
[class*='box-type']>* {
	line-height: 1.4em;
	font-weight: 400;
}

[class*='box-type']>[class*='box-head'] {
	color: var(--color02);
	font-weight: 600;
}

[class*='box-type'] [class*='-type'] {
	margin-left: 0;
}

[class*='box-type'] [class*='-type']:nth-of-type(1) {
	margin-top: 0 !important;
}

[class*='box-type'] [class*='-type']:nth-last-child(1) {
	margin-bottom: 0 !important;
}

[class*='box-type']>.in-box+.in-box {
	margin-top: 20px;
	padding-top: 25px;
	border-top: 1px dotted #ccc;
}

[class*='box-type'] a:hover {
	text-decoration: underline
}

.box-type01 {
	margin: 20px 0;
}

.box-type02 {
	margin: 20px 0;
	background: #f7f8fb;
}

.box-type03 {
	padding: 16px 10px;
	border-width: 1px 0;
	border-radius: 0;
}

.box-type03:has(.info-down) {
	padding: 10px;
}

.box-type04 {
	padding: 24px 30px;
	border: none;
	border-radius: 10px;
	background: #f2f4f8;
}

.box-type05 {
	margin: 0;
	border-radius: 0;
}

.box-type06 {
	padding: 20px 25px;
	border: 5px solid #f0f0f0;
	border-radius: 0;
}

[class*='box-ico'] {
	display: flex;
	align-items: center;
	position: relative;
	min-height: 100px;
	padding: 20px 30px 20px 130px;
	border-radius: 10px;
	background-color: #f6f8fa;
	background-repeat: no-repeat;
	background-position: left 38px center;
}

[class*='box-ico']>strong {
	display: block;
	line-height: 1.5em;
	color: #1a3d93;
	font-size: 20px;
	font-weight: 700;
	word-break: keep-all;
}

[class*='box-ico'] [class*='bul-type'] {
	margin-top: 0;
}

.box-ico01 {
	background-image: url(/images/contents/sub/box_ico01.png);
}

.box-ico02 {
	background-image: url(/images/contents/sub/box_ico02.png);
}

.box-ico03 {
	padding: 30px 30px 30px 200px;
	background-image: url(/images/contents/sub/box_ico03.png);
	background-position: left 75px center;
}

.box-ico04 {
	padding-left:235px;
	background-image: url(/images/contents/sub/box_ico04.png);
	background-position: left 60px center;
}

.box-ico05 {
	padding: 40px 20px 40px 190px;
	background-image: url(/images/contents/sub/box_ico05.png);
	background-position: left 60px center;
}

/** title type **/
[class*='tit-type'] {
	display: flex;
	align-items: flex-start;
	position: relative;
	margin-bottom: 13px;
	color: #121212;
	font-weight: 700;
}

[class*='tit-type']:nth-child(1) {
	margin-top: 0;
}

.tit-type01+[class*='tit-type'] {
	margin-top: 20px;
}

.tit-type01 {
	margin-top: 20px;
	color: #1a3d93;
	font-size: 22px;
}

.tit-type02 {
	margin-top: 20px;
	font-size: 20px;
}

.tit-type03 {
	display: block;
	position: relative;
	margin-bottom: 20px;
	padding-left: 45px;
	color: #0c1420;
	font-size: 22px;
	font-weight: 600;
}

.tit-type03:before {
	content: '';
	position: absolute;
	top: -4px;
	left: 0;
	width: 33px;
	height: 33px;
	border-radius: 50%;
	background: #f0f2f5 url(/images/ico/ico_stat.png) no-repeat center;
}

.tit-type04 {
	font-size: 18px;
}

.tit-type05 {
	margin-top: 20px;
	font-size: 20px;
}

.tit-type05 span {
	font-size: 18px;
	color: #1a3d93;
	padding: 2px 0 0 10px
}

*+[class*='tit-type'] {
	margin-top: 30px;
}

/** title type - ico **/
[class*='tit-ico'] {
	justify-content: center;
}

[class*='tit-ico'] i {
	display: inline-block;
	position: relative;
	padding-left: 50px;
	font-weight: 700;
}

[class*='tit-ico'] i:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	transform: translateY(-50%);
	background-color: #f1f3f8;
	background-repeat: no-repeat;
	background-position: center;
}

.tit-ico01 i:before {
	background-image: url(/images/ico/ico_05.png);
}

/** bullet style **/
[class^='bul-'],
[class^='bul-']>li {
	position: relative;
}

[class^='bul-'] li+li {
	margin-top: 4px;
}

ul[class^='bul-']:before,
ol[class^='bul-']:before {
	display: none;
}

[class^='bul-'] [class^='bul-'] {
	margin: 10px 0 0;
}

/** list style bullet type **/
[class*='bul-type'] {
	margin-top: 20px;
}

[class*='bul-type']+[class*='bul-type'] {
	margin-top: 10px;
}

/** list  style :bullet type **/
[class*='bul-type']:not(ul),
[class*='bul-type'] li {
	padding-left: 10px;
	line-height: 1.4em;
	font-weight: 400;
}

[class*='bul-type']:not(ul):before,
[class*='bul-type'] li:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
}

[class*='bul-type'].type-01 {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 5px clamp(50px,5.2vw,100px);
}

[class*='bul-type'].type-01 li+li {
	margin: 0;
}

.bul-type01 b {
	color: #272727;
	font-size: 17px;
	font-weight: 600;
}

.bul-type01:not(ul):before,
.bul-type01 li:before {
	top: 7px;
	left: 0;
	width: 4px;
	height: 4px;
	background: #26396a;
}

.bul-type01 li>span+span {
	position: relative;
	margin-left: 25px;
}

.bul-type01 li>span+span:before {
	content: '';
	position: absolute;
	top: 4px;
	left: -12px;
	width: 1px;
	height: 14px;
	background: #e2e3e5;
}

.bul-type01.ver-01 li {
	margin: 0 0 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #bbbec3;
}

.bul-type01.ver-01 li:before {
	top: 7px;
}

.bul-type01.ver-01 b {
	display: block;
	position: relative;
	margin-bottom: 5px;
}

.bul-type01.ver-02 li {
	color: #444;
	font-size: 15px;
}

.bul-type01.ver-02 li:before {
	top: 8px;
	width: 3px;
	height: 3px;
	background: var(--gray-50);
}

.bul-type02 {
	margin-left: 10px;
}

.bul-type02:before,
.bul-type02 li:before {
	top: 8px;
	width: 5px;
	height: 1px;
	background: #222;
}

.bul-type03:before,
.bul-type03 li:before {
	top: 8px;
	width: 6px;
	height: 2px;
	background: #a2a2a2;
}

.bul-type04 {
	display: flex;
	flex-wrap: wrap;
}

.bul-type04:not(ul):before,
.bul-type04 li:before {
	top: 7px;
	left: 0;
	width: 4px;
	height: 4px;
	background: #26396a;
}

.bul-type04 li {
	width: 50%;
	min-width: 300px;
}

.bul-type04 li>span+span {
	position: relative;
	margin-left: 25px;
}

.bul-type04 li>span+span:before {
	content: '';
	position: absolute;
	top: 4px;
	left: -12px;
	width: 1px;
	height: 14px;
	background: #e2e3e5;
}

.bul-type05 {
	color: #272727;
	font-size: 17px;
	font-weight: 600;
}

.bul-type05:not(ul):before,
.bul-type05 li:before {
	top: 7px;
	left: 0;
	width: 4px;
	height: 4px;
	background: #26396a;
}

.bul-type05 li.l-dep {
	padding-left: 17px
}

.bul-type05 li.l-dep:before {
	content: '';
	position: absolute;
	top: 8px;
	left: 7px;
	width: 5px;
	height: 1px;
	background: #222;
}

.bul-type05 li.l-dep02 {
	margin-left: 15px;
}

.bul-type05 li.l-dep02:before {
	content: '·';
	position: absolute;
	top: 8px;
	left: 0px;
	width: 5px;
	height: 0px;
	top: 0;
	background: #222;
}


/** 영문목록+ 숫자목록 **/
[class*='bul-eng'],
[class*='bul-num'],
[class*='bul-kor'] {
	margin-top: 20px;
}

[class*='bul-eng']>li,
[class*='bul-num']>li,
[class*='bul-kor']>li {
	padding-left: 25px;
	line-height: 24px;
}

[class*='bul-eng']>li:before,
[class*='bul-num']>li:before,
[class*='bul-kor']>li:before {
	display: inline-block;
	position: absolute;
	left: 0;
	min-width: 22px;
	text-align: center;
}

.bul-eng04>li:before,
.bul-num04>li:before {
	top: 3px;
	left: 1px;
	min-width: inherit;
	width: 17px;
	height: 17px;
	line-height: 16px;
	font-size: 11px;
	font-weight: 500;
	text-indent: -1px;
	border: 1px solid #202124;
	border-radius: 50%;
}

/** 영문목록 :A. (a) a) ⓐ **/
.bul-eng01 {
	counter-reset: eng01;
}

.bul-eng01>li:before {
	counter-increment: eng01;
	content: counter(eng01, upper-alpha) ".";
}

.bul-eng02 {
	counter-reset: eng02;
}

.bul-eng02>li:before {
	counter-increment: eng02;
	content: "(" counter(eng02, lower-alpha) ")";
}

.bul-eng03 {
	counter-reset: eng03;
}

.bul-eng03>li:before {
	counter-increment: eng03;
	content: counter(eng03, lower-alpha) ")";
}

.bul-eng04 {
	counter-reset: eng04;
}

.bul-eng04>li:before {
	counter-increment: eng04;
	content: counter(eng04, lower-alpha);
}

/** 숫자목록 :1. (1) 1) ① **/
.bul-num01 {
	counter-reset: num01;
}

.bul-num01>li:before {
	counter-increment: num01;
	content: counter(num01, decimal) ".";
}

.bul-num02 {
	counter-reset: num02;
}

.bul-num02>li:before {
	counter-increment: num02;
	content: "(" counter(num02, decimal) ")";
}

.bul-num03 {
	counter-reset: num03;
}

.bul-num03>li:before {
	counter-increment: num03;
	content: counter(num03, decimal) ")";
}

.bul-num04 {
	counter-reset: num04;
}

.bul-num04>li:before {
	counter-increment: num04;
	content: counter(num04, decimal);
}

.bul-eng04>li:before,
.bul-num04>li:before {
	left: 1px;
	min-width: inherit;
	text-indent: -1px;
	border-radius: 50%;
}

.bul-eng04>li:before {
	top: 3px;
	width: 17px;
	height: 17px;
	line-height: 16px;
	font-size: 11px;
	font-weight: 500;
	border: 1px solid #202124;
}

.bul-num04>li {
	padding-left: 30px;
}

.bul-num04>li+li {
	margin-top: 10px;
}

.bul-num04>li:before {
	top: 0;
	width: 22px;
	height: 22px;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	background: #19284e;
}

/** 한글목록 가. (가) 가) **/
.bul-kor01>li:before {
	content: '가.';
}

.bul-kor01>li+li:before {
	content: '나.';
}

.bul-kor01>li+li+li:before {
	content: '다.';
}

.bul-kor01>li+li+li+li:before {
	content: '라.';
}

.bul-kor01>li+li+li+li+li:before {
	content: '마.';
}

.bul-kor01>li+li+li+li+li+li:before {
	content: '바.';
}

.bul-kor01>li+li+li+li+li+li+li:before {
	content: '사.';
}

.bul-kor01>li+li+li+li+li+li+li+li:before {
	content: '아.';
}

.bul-kor01>li+li+li+li+li+li+li+li+li:before {
	content: '자.';
}

.bul-kor01>li+li+li+li+li+li+li+li+li+li:before {
	content: '차.';
}

.bul-kor01>li+li+li+li+li+li+li+li+li+li+li:before {
	content: '카.';
}

.bul-kor01>li+li+li+li+li+li+li+li+li+li+li+li:before {
	content: '타.';
}

.bul-kor01>li+li+li+li+li+li+li+li+li+li+li+li+li:before {
	content: '파.';
}

.bul-kor01>li+li+li+li+li+li+li+li+li+li+li+li+li+li:before {
	content: '하.';
}

.bul-kor02>li:before {
	content: '(가)';
}

.bul-kor02>li+li:before {
	content: '(나)';
}

.bul-kor02>li+li+li:before {
	content: '(다)';
}

.bul-kor02>li+li+li+li:before {
	content: '(라)';
}

.bul-kor02>li+li+li+li+li:before {
	content: '(마)';
}

.bul-kor02>li+li+li+li+li+li:before {
	content: '(바)';
}

.bul-kor02>li+li+li+li+li+li+li:before {
	content: '(사)';
}

.bul-kor02>li+li+li+li+li+li+li+li:before {
	content: '(아)';
}

.bul-kor02>li+li+li+li+li+li+li+li+li:before {
	content: '(자)';
}

.bul-kor02>li+li+li+li+li+li+li+li+li+li:before {
	content: '(차)';
}

.bul-kor02>li+li+li+li+li+li+li+li+li+li+li:before {
	content: '(카)';
}

.bul-kor02>li+li+li+li+li+li+li+li+li+li+li+li:before {
	content: '(타)';
}

.bul-kor02>li+li+li+li+li+li+li+li+li+li+li+li+li:before {
	content: '(파)';
}

.bul-kor02>li+li+li+li+li+li+li+li+li+li+li+li+li+li:before {
	content: '(하)';
}

.bul-kor03>li:before {
	content: '가)';
}

.bul-kor03>li+li:before {
	content: '나)';
}

.bul-kor03>li+li+li:before {
	content: '다)';
}

.bul-kor03>li+li+li+li:before {
	content: '라)';
}

.bul-kor03>li+li+li+li+li:before {
	content: '마)';
}

.bul-kor03>li+li+li+li+li+li:before {
	content: '바)';
}

.bul-kor03>li+li+li+li+li+li+li:before {
	content: '사)';
}

.bul-kor03>li+li+li+li+li+li+li+li:before {
	content: '아)';
}

.bul-kor03>li+li+li+li+li+li+li+li+li:before {
	content: '자)';
}

.bul-kor03>li+li+li+li+li+li+li+li+li+li:before {
	content: '차)';
}

.bul-kor03>li+li+li+li+li+li+li+li+li+li+li:before {
	content: '카)';
}

.bul-kor03>li+li+li+li+li+li+li+li+li+li+li+li:before {
	content: '타)';
}

.bul-kor03>li+li+li+li+li+li+li+li+li+li+li+li+li:before {
	content: '파)';
}

.bul-kor03>li+li+li+li+li+li+li+li+li+li+li+li+li+li:before {
	content: '하)';
}

.bul-kor04>li:before {
	content: '㉮';
}

.bul-kor04>li+li:before {
	content: '㉯';
}

.bul-kor04>li+li+li:before {
	content: '㉰';
}

.bul-kor04>li+li+li+li:before {
	content: '㉱';
}

.bul-kor04>li+li+li+li+li:before {
	content: '㉲';
}

.bul-kor04>li+li+li+li+li+li:before {
	content: '㉳';
}

.bul-kor04>li+li+li+li+li+li+li:before {
	content: '㉴';
}

.bul-kor04>li+li+li+li+li+li+li+li:before {
	content: '㉵';
}

.bul-kor04>li+li+li+li+li+li+li+li+li:before {
	content: '㉶';
}

.bul-kor04>li+li+li+li+li+li+li+li+li+li:before {
	content: '㉷';
}

.bul-kor04>li+li+li+li+li+li+li+li+li+li+li:before {
	content: '㉸';
}

.bul-kor04>li+li+li+li+li+li+li+li+li+li+li+li:before {
	content: '㉹';
}

.bul-kor04>li+li+li+li+li+li+li+li+li+li+li+li+li:before {
	content: '㉺';
}

.bul-kor04>li+li+li+li+li+li+li+li+li+li+li+li+li+li:before {
	content: '㉻';
}

/** button **/
[class^='button'] {
	overflow: hidden;
	display: inline-block;
	min-width: 70px;
	margin: 0;
	padding: 7px 20px;
	text-align: center;
	border: 1px solid transparent;
	border-radius: 4px;
	background: transparent;
}

[class^='button'],
[class^='button'] i {
	position: relative;
	/* line-height:18px; */
	color: #fff;
	font-weight: 400;
}

[class^='button'] i {
	z-index: 1;
}

[class^='button'].ver-01 {
	border-radius: 6px
}

[class^='button'].ver-02 {
	border-radius: 12px
}

[class^='button'].ver-03 {
	border-radius: 24px
}

/** button disabled **/
[class*='button'][class*='disabled'] {
	cursor: auto !important;
	opacity: .6
}

a[class^='button']:hover:not([class*='disabled'], .list-btn),
button[class^='button']:hover:not([class*='disabled'], .list-btn),
input[type='button'][class^='button']:hover:not([class*='disabled'], .list-btn) {
	background: #f2f4f8 !important;
}

/** button size **/
.button-size01 {
	min-width: 55px;
	padding: 1px 10px;
	font-size: 13px;
}

.button-size02 {
	min-width: 75px;
	padding: 3px 15px;
	font-size: 14px;
}

.button-size03 {
	min-width: 95px;
	padding: 12px 25px;
}

.button-size04 {
	min-width: 105px;
	padding: 17px 30px;
}

/** button background color **/
.bg-color01 {
	background: var(--color01) !important;
}

.bg-color02 {
	background: var(--color02) !important;
}

.bg-color03 {
	background: var(--color03) !important;
}

.bg-color04 {
	background: var(--color04) !important;
}

.bg-color05 {
	background: var(--color05) !important;
}

.bg-color06 {
	background: var(--color06) !important;
}

.bg-color07 {
	background: var(--color07) !important;
}

/** button background color :hover**/
a.bg-color01:hover:not([class*='disabled']),
button.bg-color01:hover:not([class*='disabled']),
input[type='button'].bg-color01:hover:not([class*='disabled']),
a.bg-color01:hover:not([class*='disabled']) i,
button.bg-color01:hover:not([class*='disabled']) i {
	color: var(--color01) !important;
	border-color: var(--color01) !important;
}

a.bg-color02:hover:not([class*='disabled']),
button.bg-color02:hover:not([class*='disabled']),
input[type='button'].bg-color02:hover:not([class*='disabled']),
a.bg-color02:hover:not([class*='disabled']) i,
button.bg-color02:hover:not([class*='disabled']) i {
	color: var(--color02) !important;
	border-color: var(--color02) !important;
}

a.bg-color03:hover:not([class*='disabled']),
button.bg-color03:hover:not([class*='disabled']),
input[type='button'].bg-color03:hover:not([class*='disabled']),
a.bg-color03:hover:not([class*='disabled']) i,
button.bg-color03:hover:not([class*='disabled']) i {
	color: var(--color03) !important;
	border-color: var(--color03) !important;
}

a.bg-color04:hover:not([class*='disabled']),
button.bg-color04:hover:not([class*='disabled']),
input[type='button'].bg-color04:hover:not([class*='disabled']),
a.bg-color04:hover:not([class*='disabled']) i,
button.bg-color04:hover:not([class*='disabled']) i {
	color: var(--color04) !important;
	border-color: var(--color04) !important;
}

a.bg-color05:hover:not([class*='disabled']),
button.bg-color05:hover:not([class*='disabled']),
input[type='button'].bg-color05:hover:not([class*='disabled']),
a.bg-color05:hover:not([class*='disabled']) i,
button.bg-color05:hover:not([class*='disabled']) i {
	color: var(--color05) !important;
	border-color: var(--color05) !important;
}

a.bg-color06:hover:not([class*='disabled']),
button.bg-color06:hover:not([class*='disabled']),
input[type='button'].bg-color06:hover:not([class*='disabled']),
a.bg-color06:hover:not([class*='disabled']) i,
button.bg-color06:hover:not([class*='disabled']) i {
	color: var(--color06) !important;
	border-color: var(--color06) !important;
}

a.bg-color07:hover:not([class*='disabled']),
button.bg-color07:hover:not([class*='disabled']),
input[type='button'].bg-color07:hover:not([class*='disabled']),
a.bg-color07:hover:not([class*='disabled']) i,
button.bg-color07:hover:not([class*='disabled']) i {
	color: var(--color07) !important;
	border-color: var(--color07) !important;
}

/** button border-line color **/
[class^='button'][class*='bl-color'] {
	background: #fff
}

.bl-color01 {
	border-color: var(--color01) !important;
}

.bl-color02 {
	border-color: var(--color02) !important;
}

.bl-color03 {
	border-color: var(--color03) !important;
}

.bl-color04 {
	border-color: var(--color04) !important;
}

.bl-color05 {
	border-color: var(--color05) !important;
}

.bl-color06 {
	border-color: var(--color06) !important;
}

.bl-color07 {
	border-color: var(--color07) !important;
}

.bl-color01,
.bl-color01 i {
	color: var(--color01) !important;
}

.bl-color02,
.bl-color02 i {
	color: var(--color02) !important;
}

.bl-color03,
.bl-color03 i {
	color: var(--color03) !important;
}

.bl-color04,
.bl-color04 i {
	color: var(--color04) !important;
}

.bl-color05,
.bl-color05 i {
	color: var(--color05) !important;
}

.bl-color06,
.bl-color06 i {
	color: var(--color06) !important;
}

.bl-color07,
.bl-color07 i {
	color: var(--color07) !important;
}

/** button border-line :hover**/
a[class*='bl-color']:hover:not([class*='disabled']),
button[class*='bl-color']:hover:not([class*='disabled']),
input[type='button'][class*='bl-color']:hover:not([class*='disabled']),
a[class*='bl-color']:hover:not([class*='disabled']) i,
button[class*='bl-color']:hover:not([class*='disabled']) i {
	text-decoration: underline !important
}


/** 기본table **/
[class*="-tbl"] {
	display: table;
	table-layout: fixed;
	position: relative;
	min-width: 100%;
	width: 100%;
	word-break: break-all;
}

[class*="-tbl"] table {
	border-top: 1px solid #b3b7bb;
	border-bottom: 1px solid #dddfe1;
}

[class*="-tbl"] *>tr {
	height: 55px;
}

[class*="-tbl"] *>tr:first-child>* {
	border-top-width: 0
}

[class*="-tbl"] *>tr>* {
	height: 100%;
	padding: 10px;
	line-height: 18px;
	color: #727272;
	text-align: center;
	vertical-align: middle;
	border: 0 solid #dddfe1;
	border-width: 1px 1px 0 0;
	word-wrap: break-word;
	word-break: break-all;
	word-break: keep-all;
	background: #fff;
}

[class*="-tbl"] *>tr>*[scope] {
	padding: 10px;
	color: #333;
	font-weight: 600;
	background: #f7f8fc
}

[class*="-tbl"] *>tr>*:last-child {
	border-right-width: 0;
}

[class*="-tbl"] *>tr>*[class*='cl'] {
	font-weight: 600;
}

[class*="-tbl"] thead>tr>*[rowspan],
[class*="-tbl"] thead>tr:last-child>* {
	border-bottom: 1px solid #b3b7bb;
}

[class*="-tbl"] thead+tbody>tr:first-child {
	border-top-width: 1px
}

[class*="-tbl"] tbody>tr>*[scope] {
	padding-right: 15px;
	padding-left: 15px;
}

[class*="-tbl"] tbody>tr>*[rowspan]:not(:first-child) {
	border-left-width: 1px;
}

[class*="-tbl"] [class^='button'] {
	margin: -3px 0;
	padding: 5px 10px;
	line-height: 17px;
	font-size: 13px;
	vertical-align: middle;
}

[class*="-tbl"] [class^='button'][class*='ico-'] i {
	padding-right: 25px;
}

[class*="-tbl"] a:hover,
[class*="-tbl"] a:focus {
	text-decoration: underline;
}

[class*="-tbl"] p:first-of-type:not([class*='bul-type'], .txt) {
	margin-top: 8px;
}

[class*="-tbl"] p:last-of-type {
	margin-bottom: 0;
}

[class*="-tbl"] p+p {
	margin-top: 5px;
}

[class*='-tbl']:not([class*='board-type']) [class*='w-per']>* {
	width: 100% !important;
}

[class*='-tbl'] [class*='bul-type'],
[class*='-tbl'] [class*='bul-type'] li {
	margin-left: 0;
}

[class*='-tbl'] [class*='bul-type']:first-of-type {
	margin-top: 0;
}

[class*='-tbl'] [class*='bul-type']:last-of-type {
	margin-bottom: 0;
}

[class*="-tbl"] .wrap-button [class^='button'] {
	min-width: 48px;
	height: 34px;
	line-height: 23px;
	font-size: 14px;
}

/** data table**/
.data-tbl [class*='button'] {
	margin-left: 9px;
	padding: 7px 9px;
}

.data-tbl table {
	border-width: 2px 0 1px;
	border-color: #bcc6d6;
}

.data-tbl *>tr {
	height: 50px;
}

.data-tbl *>tr>* {
	color: #222;
	border-right: 0;
	border-color: #bcc6d6;
}

.data-tbl *>tr>*[scope] {
	color: #111;
	font-size: 17px;
	background: #f6f8fa;
}

/** accordions **/
.wrap-accordions li+li {
	margin-top: 11px;
}

.wrap-accordions [class*='item-'],
.wrap-accordions .no-data {
	display: block;
	position: relative;
}

.wrap-accordions .item-q {
	padding: 20px 75px 20px 32px;
	color: #121212;
	font-size: 22px;
	border: 1px solid #b3b7bb;
	border-radius: 10px;
}

.wrap-accordions .item-q:after {
	content: '';
	display: block;
	position: absolute;
	top: 15px;
	right: 30px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: #eef1f6 url(/images/bullet/bul_arr01.png) no-repeat center;
}

.wrap-accordions .item-q i {
	font-weight: 600;
}

.wrap-accordions .item-a {
	display: none;
	width: 100% !important;
	margin-top: 5px;
	padding: 34px 20px;
	border-radius: 5px;
	background: #f2f4f8;
}

.wrap-accordions .item-a p {
	font-size: 15px;
}

.wrap-accordions .item-a p:last-child {
	margin-bottom: 0 !important;
}

.wrap-accordions .is-current.item-q {
	color: #1a3d93;
	border-color: #184790;
	box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.2);
}

.wrap-accordions .is-current.item-q:after {
	transform: rotate(180deg);
	background-image: url(/images/bullet/bul_arr02.png);
}

.wrap-accordions .is-out:hover {
	text-decoration: underline;
}

.wrap-accordions .no-data {
	color: #555;
	font-size: 16px;
	text-align: center;
	border-bottom: 1px solid #d0d3d9
}

/** 모달팝업 **/
.wrap-modal {
	display: none;
}

.wrap-modal .open {
	z-index: 1
}

.wrap-modal .open i {
	z-index: -1
}

.wrap-modal .modal-body {
	position: relative;
	width: calc(100% - 40px);
	max-width: 1380px;
	max-height: calc(100vh - 40px);
	z-index: 9999;
}

.wrap-modal .modal-body .modal-cont {
	overflow: auto;
	overflow-x: hidden;
	height: auto;
	max-height: calc(100vh - 94px);
	padding: 35px;
	border-radius: 10px;
	background: #fff;
}

.wrap-modal .modal-body .close {
	display: block;
	position: absolute;
	top: -22px;
	right: 20px;
	width: 45px;
	height: 45px;
	font-size: 0;
	text-indent: -9999px;
	border-radius: 50%;
	background: #000;
	z-index: 10;
}

.wrap-modal .modal-body .close:before,
.modal-body .close:after {
	content: '';
	display: block;
	position: absolute;
	top: calc(50% - 10px);
	left: calc(50% - 1px);
	width: 2px;
	height: 20px;
	transform: rotate(45deg);
	background: #fff;
}

.wrap-modal .modal-body .close:after {
	transform: rotate(-45deg)
}

.wrap-modal.is-current {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 99999;
}

.wrap-modal.is-current:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
}

/** swiper **/
.swiper-box {
	position: relative;
}

.swiper-box .slider-cont {
	position: relative;
	overflow: hidden;
}

.swiper-box .swiper-slide {
	display: inline-block;
	height: 100px;
}

.swiper-box .swiper-slide a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.swiper-box .swiper-slide a img {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

.swiper-box .swiper-pagination {
	position: static;
	display: inline-block;
	width: 100%;
}

.swiper-box .swiper-pagination-bullets>* {
	margin: 0 5px;
}

.swiper-box .swiper-notification {
	font-size: 0;
	position: absolute;
	width: 0;
	height: 0;
	top: -100000000px;
	left: -10000000px;
}

/** vertical **/
.swiper-container-vertical {
	height: 200px;
}

/** 슬라이드 개수 가로 **/
.swiper-box[data-view="auto"] .swiper-container-horizontal .swiper-slide {
	width: auto
}

.swiper-box[data-view="1"] .swiper-container-horizontal .swiper-slide {
	width: 100%
}

.swiper-box[data-view="2"] .swiper-container-horizontal .swiper-slide {
	width: 50%
}

.swiper-box[data-view="3"] .swiper-container-horizontal .swiper-slide {
	width: 33.3333%
}

.swiper-box[data-view="4"] .swiper-container-horizontal .swiper-slide {
	width: 25%
}

.swiper-box[data-view="5"] .swiper-container-horizontal .swiper-slide {
	width: 20%
}

.swiper-box[data-view="6"] .swiper-container-horizontal .swiper-slide {
	width: 16.6666%
}

/** 슬라이드 개수 세로 **/
.swiper-box[data-view="1"] .swiper-container-vertical .swiper-slide {
	height: 100%
}

.swiper-box[data-view="2"] .swiper-container-vertical .swiper-slide {
	height: 50%
}

.swiper-box[data-view="3"] .swiper-container-vertical .swiper-slide {
	height: 33.3333%
}

.swiper-box[data-view="4"] .swiper-container-vertical .swiper-slide {
	height: 25%
}

.swiper-box[data-view="5"] .swiper-container-vertical .swiper-slide {
	height: 20%
}

.swiper-box[data-view="6"] .swiper-container-vertical .swiper-slide {
	height: 16.6666%
}

/** 슬라이드 간격 **/
.swiper-box[data-margin="0"] .swiper-slide {
	padding: 0;
}

.swiper-box[data-margin="5"] .swiper-slide {
	padding: 5px;
}

.swiper-box[data-margin="7"] .swiper-slide {
	padding: 7px;
}

.swiper-box[data-margin="10"] .swiper-slide {
	padding: 10px;
}

.swiper-box[data-margin="15"] .swiper-slide {
	padding: 15px;
}

.swiper-box[data-margin="20"] .swiper-slide {
	padding: 20px;
}

.swiper-box[data-margin="25"] .swiper-slide {
	padding: 25px;
}

.swiper-box[data-margin="30"] .swiper-slide {
	padding: 30px;
}

.swiper-box[data-margin="35"] .swiper-slide {
	padding: 35px;
}

.swiper-box[data-margin="40"] .swiper-slide {
	padding: 40px;
}

/** 슬라이드 간격만큼 마이너스 **/
.swiper-box[data-margin="0"] .swiper {
	margin: 0;
}

.swiper-box[data-margin="5"] .swiper {
	margin: -5px;
}

.swiper-box[data-margin="7"] .swiper {
	margin: -7px;
}

.swiper-box[data-margin="10"] .swiper {
	margin: -10px;
}

.swiper-box[data-margin="15"] .swiper {
	margin: -15px;
}

.swiper-box[data-margin="20"] .swiper {
	margin: -20px;
}

.swiper-box[data-margin="25"] .swiper {
	margin: -25px;
}

.swiper-box[data-margin="30"] .swiper {
	margin: -30px;
}

.swiper-box[data-margin="35"] .swiper {
	margin: -35px;
}

.swiper-box[data-margin="40"] .swiper {
	margin: -40px;
}

/** summernote custom **/
.note-editor.note-frame {
	width: 100% !important;
}

/** fullcalendar custom **/
.fc-list-table {
	table-layout: auto !important;
}

/** date picker custom **/
.tui-calendar-title.tui-calendar-title-month {
	width: auto !important;
	padding-left: 0px !important;
}

/** 1200px 시작 **/
@media screen and (max-width:1200px) {

	/** swiper list **/
	.swiper-box.swiper-destroy .swiper-wrapper {
		overflow: hidden;
		display: flex;
		flex-wrap: wrap;
		margin-top: 15px;
		margin-left: -25px;
		padding-bottom: 25px;
		border-top: 2px solid #425574;
		border-bottom: 1px solid #bcc6d6;
		transition-duration: 0ms !important;
		transform: translate3d(0px, 0px, 0px) !important;
	}

	.swiper-box.swiper-destroy .swiper-wrapper .swiper-slide {
		width: calc(100%/3 - 25.1px) !important;
		height: 175px;
		margin: 25px 0 0 25px !important;
	}

	.swiper-box.swiper-destroy .swiper-navi {
		display: none;
	}

	/** title type **/
	[class*='tit-type']+[class*='tit-type'] {
		margin-top: 15px;
	}

	.tit-type01 {
		font-size: 22px;
	}

	.tit-type02 {
		font-size: 19px;
	}

	.tit-type03 {
		margin-bottom: 15px;
		font-size: 20px;
	}

	/** box type **/
	[class*='box-type'] {
		padding: 25px 20px;
	}

	[class*='box-ico'] {
		padding: 25px 20px 20px 100px;
		background-position: left 18px center;
	}

	.box-ico03 {
		padding: 25px 20px 20px 120px;
	}

	.box-ico04 {
		padding-left:150px;
		background-position: left 35px center;
	}

	.box-ico05 {
		padding-left: 120px;
	}

	/** 모달팝업 **/
	.wrap-modal .modal-body .modal-cont {
		padding: 20px;
	}
}

/** 1200px 끝 **/

/** 1024px 시작 **/
@media screen and (max-width:1024px) {

	/** accordions **/
	.wrap-accordions .item-q {
		padding: 18px 65px 18px 25px;
		font-size: 20px;
	}

	.wrap-accordions .item-q:after {
		top: 12px;
		right: 20px;
	}

	/** tab menu **/
	.tab-nav li a {
		padding: 16px 10px;
		font-size: 16px;
		display: flex;
        align-items: center;
        justify-content: center;
	}

	/* .tab-nav li.is-current a {
		padding: 16px 30px 16px 16px;
	} */
}

/** 1024px 끝 **/

/** 980px 시작 **/
@media screen and (max-width:980px) {

	.box-type03,
	.box-type03:has(.info-down) {
		padding: 12px 10px;
	}
}

/** 980px 끝 **/

/** 820px 시작 **/
@media screen and (max-width:820px) {

	/** box type **/
	[class*='box-type'] {
		padding: 25px;
	}

	.box-type01,
	.box-type02 {
		margin: 15px 0;
	}

	.box-type04 {
		padding: 20px;
	}

	/** list  style :bullet type **/
	.bul-type04 li {
		width: 100%
	}


	[class*='box-ico'] {
		min-height: auto;
		padding: 15px;
		background-image: none;
	}

	[class*='box-ico']>strong {
		font-size: 18px;
	}

	/** 버튼 **/
	.button {
		margin-top: 1px;
		margin-bottom: 1px;
	}

	/** list  style :bullet type **/
	[class*='bul-type'].type-01 {
		grid-template-columns: repeat(1,1fr);
	}
}

/** 820px 끝 **/

/** 767px 시작 **/
@media screen and (max-width:767px) {
	/** tab menu **/
	.tab-nav,
	.tab-nav.is-current li,
	.tab-nav li.is-current,
	.tab-nav li.is-current>a:after {
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
	}

	.tab-nav.is-current li,
	.tab-nav li.is-current {
		visibility: visible;
		overflow: visible;
		height: auto;
		opacity: 1;
	}

	.tab-nav {
		margin: 15px 0;
	}

	.tab-nav ul {
		justify-content: flex-start;
		position: relative;
		height: auto;
	}

	.tab-nav li {
		visibility: hidden;
		overflow: hidden;
		display: block;
		width: 100% !important;
		height: 0;
		opacity: 0;
	}

	.tab-nav li+li {
		border: 0;
	}

	.tab-nav li a {
		position: relative;
		padding: 12px 10px;
		font-size: 16px;
	}

	.tab-nav li+li a {
		border-top: 1px solid #ddd;
	}

	.tab-nav li a:hover,
	.tab-nav li a:focus {
		background: var(--main05);
	}

	.tab-nav li.is-current:before {
		display: none;
	}

	.tab-nav li.is-current a {
		padding: 12px 30px 12px 10px;
		border-top: none;
	}

	.tab-nav li.is-current a:after {
		content: '';
		position: absolute;
		top: calc(50% - 5px);
		right: 20px;
		width: 8px;
		height: 8px;
		border: 2px solid #fff;
		border-top-width: 0;
		border-right-width: 0;
		transform: rotate(-45deg)
	}

	.tab-nav.is-current li.is-current a:after {
		transform: rotate(135deg)
	}

	/** tab menu depth02 sub style **/
	.tab-nav-sub ul {
		flex-direction: column;
		padding: 20px;
	}

	/** wrap-scroll **/
	[class*='wrap-scroll'] {
		overflow: hidden;
		position: relative;
	}

	[class*='wrap-scroll']>div {
		display: block !important;
		table-layout: auto !important;
	}

	[class*='wrap-scroll']>div::-webkit-scrollbar {
		width: 6px;
		height: 6px;
	}

	[class*='wrap-scroll']>div::-webkit-scrollbar-thumb,
	.wrap-scroll::-webkit-scrollbar-track {
		border-radius: 6px;
	}

	[class*='wrap-scroll']>div::-webkit-scrollbar-thumb {
		background-color: #86878b;
	}

	[class*='wrap-scroll']>div::-webkit-scrollbar-track {
		background-color: #cdd0d5;
	}

	[class*='wrap-scroll'] [class*='board-'] table {
		display: inherit;
		table-layout: auto !important;
	}

	[class*='wrap-scroll'] [class*='board-'] table *>tr>* {
		white-space: nowrap;
	}

	[class*='wrap-scroll'] div:not([class*='board-']) table {
		width: 900px;
	}

	.wrap-scroll-y>div {
		overflow-y: auto;
		max-height: 217px;
	}

	.wrap-scroll-x>div {
		overflow-x: auto;
		margin-top: 35px;
		padding-bottom: 10px;
	}

	.wrap-scroll-x:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 29px;
		height: 24px;
		font-size: 0;
		text-indent: -9999px;
		background: url(/images/common/bg_hand.gif) no-repeat 0 0;
	}

	/** 기본table **/
	[class*="-tbl"] *>tr>* {
		background: transparent;
	}

	[class*="-tbl"] .wrap-button [class^='button'] {
		height: 25px;
		line-height: 13px;
	}

	/** box type **/
	[class*='box-type'] {
		padding: 20px 15px;
	}

	[class*='box-type']>.in-box+.in-box {
		margin-top: 15px;
		padding-top: 20px;
	}

	/** 모달팝업 **/
	.wrap-modal .modal-body .close {
		top: -22px;
		right: 15px;
		width: 35px;
		height: 35px;
	}

	.wrap-modal .modal-body .modal-cont {
		padding: 15px;
	}
}

/** 767px 끝 **/

/** 640px 시작 **/
@media screen and (max-width:640px) {

	/** accordions **/
	.wrap-accordions .item-q {
		padding: 15px 60px 15px 15px;
		font-size: 18px;
	}

	.wrap-accordions .item-q:after {
		top: 8px;
		right: 15px;
	}

	.wrap-accordions .item-a {
		padding: 25px 15px;
	}
}

/** 640px 끝 **/

/** 520px 시작 **/
@media screen and (max-width:520px) {

	/** 트렌드 자료 이동버튼 **/
	.tab-body .move-btn {
		width: 100%;
	}

	.tab-body .tab-move {
		padding: 15px 20px;
		text-align: center;
	}
}

/** 520px 끝 **/

/** 414px 시작 **/
@media screen and (max-width:414px) {

	/** title type **/
	.tit-type01 {
		font-size: 20px;
	}

	.tit-type02,
	.tit-type03 {
		font-size: 18px;
	}

	.tit-type05 {
		flex-direction: column;
	}

	.tit-type05 span {
		padding: 5px 0 0 0
	}

	/** title type - ico **/
	[class*='tit-ico'] i {
		padding-left: 40px;
	}

	[class*='tit-ico'] i:before {
		width: 34px;
		height: 34px;
		background-size: 15px auto;
	}

	/** tab menu **/
	.tab-nav li a {
		font-size: 14px;
	}

	.tab-nav li.is-current a:after {
		right: 10px;
	}
}

/** 414px 끝 **/

@media print {
	* {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
	}
}