@charset "UTF-8";
/****************************************/
/*  Name : 경기도일자리재단
/*  PART : common style
/****************************************/
:root {
	--default_font_size: 10px;
	--font_size11: 1.1rem;
	--font_size12: 1.2rem;
	--font_size13: 1.3rem;
	--font_size14: 1.4rem;
	--font_size15: 1.5rem;
	--font_size16: 1.6rem;
	--font_size17: 1.7rem;
	--font_size18: 1.8rem;
	--font_size19: 1.9rem;
	--font_size20: 2rem;
	--font_size21: 2.1rem;
	--font_size22: 2.2rem;
	--font_size23: 2.3rem;
	--font_size24: 2.4rem;
	--font_size25: 2.5rem;
	--font_size26: 2.6rem;
	--font_size27: 2.7rem;
	--font_size28: 2.8rem;
	--font_size29: 2.9rem;
	--font_size30: 3rem;
	--font_size31: 3.1rem;
	--font_size32: 3.2rem;
	--font_size33: 3.3rem;
	--font_size34: 3.4rem;
	--font_size35: 3.5rem;
	--font_size36: 3.6rem;
	--font_size37: 3.7rem;
	--font_size38: 3.8rem;
	--font_size39: 3.9rem;
	--font_size40: 4rem;
	--color1: #000;
	--color2: #232323;
	--color3: #333;
	--color4: #454545;
	--color5: #666;
	--color6: #767676;
	--color7: #8e8e90;
	--color8: #989898;
	--color9: #999;
	--color10: #ddd;
	--color11: #eee;
	--color12: #efefef;
	--color13: #f5f5f5;
	--color14: #fefefe;
	--color15: #fff;
	--cm_color1: #025299;
	--cm_color2: #357ac5;
	--cm_color3: #1069a8;
	--cm_color4: #015299;
	--cm_color5: #3472e7;
}

/* **************************************************************************************** *
* NotoSansKR
* **************************************************************************************** */
@font-face {
	font-style: normal;
	font-weight: 100;
	src: url('../lib/fonts/NotoSansKR-Thin.woff2') format('woff2');
	font-family: 'NotoSansKR';
}
@font-face {
	font-style: normal;
	font-weight: 300;
	src: url('../lib/fonts/NotoSansKR-Light.woff2') format('woff2');
	font-family: 'NotoSansKR';
}
@font-face {
	font-style: normal;
	font-weight: 400;
	src: url('../lib/fonts/NotoSansKR-Regular.woff2') format('woff2');
	font-family: 'NotoSansKR';
}
@font-face {
	font-style: normal;
	font-weight: 500;
	src: url('../lib/fonts/NotoSansKR-Medium.woff2') format('woff2');
	font-family: 'NotoSansKR';
}
@font-face {
	font-style: normal;
	font-weight: 700;
	src: url('../lib/fonts/NotoSansKR-Bold.woff2') format('woff2');
	font-family: 'NotoSansKR';
}
@font-face {
	font-style: normal;
	font-weight: 900;
	src: url('../lib/fonts/NotoSansKR-Black.woff2') format('woff2');
	font-family: 'NotoSansKR';
}

/* **************************************************************************************** *
* PlusJakartaSans
* **************************************************************************************** */
@font-face {
	font-style: normal;
	font-weight: 200;
	src: url('../lib/fonts/PlusJakartaSans-ExtraLight.woff2') format('woff2');
	font-family: 'PlusJakartaSans';
}
@font-face {
	font-style: normal;
	font-weight: 300;
	src: url('../lib/fonts/PlusJakartaSans-Light.woff2') format('woff2');
	font-family: 'PlusJakartaSans';
}
@font-face {
	font-style: normal;
	font-weight: 400;
	src: url('../lib/fonts/PlusJakartaSans-Regular.woff2') format('woff2');
	font-family: 'PlusJakartaSans';
}
@font-face {
	font-style: normal;
	font-weight: 500;
	src: url('../lib/fonts/PlusJakartaSans-Medium.woff2') format('woff2');
	font-family: 'PlusJakartaSans';
}
@font-face {
	font-style: normal;
	font-weight: 600;
	src: url('../lib/fonts/PlusJakartaSans-SemiBold.woff2') format('woff2');
	font-family: 'PlusJakartaSans';
}
@font-face {
	font-style: normal;
	font-weight: 700;
	src: url('../lib/fonts/PlusJakartaSans-Bold.woff2') format('woff2');
	font-family: 'PlusJakartaSans';
}
@font-face {
	font-style: normal;
	font-weight: 800;
	src: url('../lib/fonts/PlusJakartaSans-ExtraBold.woff2') format('woff2');
	font-family: 'PlusJakartaSans';
}

/* **************************************************************************************** *
* NanumSquare
* **************************************************************************************** */
@font-face {
	font-style: normal;
	font-weight: 300;
	src: url('../lib/fonts/NanumSquareL.woff2') format('woff2');
	font-family: 'NanumSquare';
}
@font-face {
	font-style: normal;
	font-weight: 400;
	src: url('../lib/fonts/NanumSquareR.woff2') format('woff2');
	font-family: 'NanumSquare';
}
@font-face {
	font-style: normal;
	font-weight: 700;
	src: url('../lib/fonts/NanumSquareB.woff2') format('woff2');
	font-family: 'NanumSquare';
}
@font-face {
	font-style: normal;
	font-weight: 800;
	src: url('../lib/fonts/NanumSquareEB.woff2') format('woff2');
	font-family: 'NanumSquare';
}
/* **************************************************************************************** *
* Pretendard
* **************************************************************************************** */
@font-face {
	font-family: "Pretendard";
	font-style: normal;
	font-weight: 100;
	src: url("../lib/fonts/Pretendard-Thin.woff2") format("woff2");
}

@font-face {
	font-family: "Pretendard";
	font-style: normal;
	font-weight: 200;
	src: url("../lib/fonts/Pretendard-ExtraLight.woff2") format("woff2");
}

@font-face {
	font-family: "Pretendard";
	font-style: normal;
	font-weight: 300;
	src: url("../lib/fonts/Pretendard-Light.woff2") format("woff2");
}

@font-face {
	font-family: "Pretendard";
	font-style: normal;
	font-weight: 400;
	src: url("../lib/fonts/Pretendard-Regular.woff2") format("woff2");
}

@font-face {
	font-family: "Pretendard";
	font-style: normal;
	font-weight: 500;
	src: url("../lib/fonts/Pretendard-Medium.woff2") format("woff2");
}

@font-face {
	font-family: "Pretendard";
	font-style: normal;
	font-weight: 600;
	src: url("../lib/fonts/Pretendard-SemiBold.woff2") format("woff2");
}

@font-face {
	font-family: "Pretendard";
	font-style: normal;
	font-weight: 700;
	src: url("../lib/fonts/Pretendard-Bold.woff2") format("woff2");
}

@font-face {
	font-family: "Pretendard";
	font-style: normal;
	font-weight: 800;
	src: url("../lib/fonts/Pretendard-ExtraBold.woff2") format("woff2");
}

@font-face {
	font-family: "Pretendard";
	font-style: normal;
	font-weight: 900;
	src: url("../lib/fonts/Pretendard-Black.woff2") format("woff2");
}
/* **************************************************************************************** *
* SCDream
* **************************************************************************************** */
@font-face {
	font-family: "SCDream";
	font-style: normal;
	font-weight: 400;
	src: url("../lib/fonts/scdream4-webfont.woff2") format("woff2");
}
@font-face {
	font-family: "SCDream";
	font-style: normal;
	font-weight: 700;
	src: url("../lib/fonts/scdream7-webfont.woff2") format("woff2");
}

/* **************************************************************************************** *
* basic
* **************************************************************************************** */
::selection {
	background: rgba(139, 53, 175, 0.2);
	color: #000;
}
.no-js {
	opacity: 0;
}

/* 스크롤바 */
::-webkit-scrollbar {
	width: 8px;
	height: 10px;
}
::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #ddd;
}
::-webkit-scrollbar-track {
	background: #f4f4f4;
}
.dragscroll::-webkit-scrollbar {
	display: none !important;
}

/* layout */
html,
body {
	min-width: 360px;
	color: #000;
	font-size: var(--default_font_size);
	line-height: 1.5;
	font-family: 'NanumSquare', 'Malgun Gothic', '맑은 고딕', helvetica, 'Apple SD Gothic Neo', sans-serif;
	letter-spacing: -0.5px;
	word-wrap: break-word;
	word-break: break-all;
}
body.scroll-lock {
	height: 100vh;
	overflow: hidden;
}
html {
	overflow: auto;
	overflow-x: hidden;
}

#wrap {
	font-size: 1.6rem;
}

.cm_option {
	display: flex;
	z-index: 2;
	position: relative;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.cm_option.start {
	align-items: flex-start;
}
.cm_option.end {
	align-items: flex-end;
}
.cm_option .op_left {
	flex-shrink: 0;
	justify-content: flex-start;
	text-align: left;
}
.cm_option .op_right {
	flex-shrink: 0;
	justify-content: flex-end;
	text-align: right;
}
.cm_option > .btn_area {
	width: auto;
}

/* **************************************************************************************** *
* keyframes
* **************************************************************************************** */
@keyframes modalFade {
	0% {
		transform: translate3d(0, -10%, 0);
		opacity: 0;
	}
	100% {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
@keyframes moveLeft {
	0% {
		transform: translate3d(10%, 0, 0);
	}
	100% {
		transform: translate3d(-10%, 0, 0);
	}
}
@keyframes moveScale {
	0% {
		transform: scale(1);
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: scale(1.3);
		opacity: 0;
	}
}

/* **************************************************************************************** *
* color
* **************************************************************************************** */

/* color */
.cm_color.color1 {
	color: #025299 !important;
}
.cm_color.color2 {
	color: #357ac5 !important;
}
.cm_color.color3 {
	color: #0451a9 !important;
}
.cm_color.color4 {
	color: #015299 !important;
}
.cm_color.color5 {
	color: #3472e7 !important;
}

/* background color */
.cm_bg.bg1 {
	background: #025299 !important;
}
.cm_bg.bg2 {
	background: #357ac5 !important;
}
.cm_bg.bg3 {
	background: #0451a9 !important;
}
.cm_bg.bg4 {
	background: #015299 !important;
}
.cm_bg.bg5 {
	background: #3472e7 !important;
}
.cm_color.color_mono1 {
	color: var(--color1) !important;
}
.cm_bg.bg_mono1 {
	background: var(--color1) !important;
}
.cm_color.color_mono2 {
	color: var(--color2) !important;
}
.cm_bg.bg_mono2 {
	background: var(--color2) !important;
}
.cm_color.color_mono3 {
	color: var(--color3) !important;
}
.cm_bg.bg_mono3 {
	background: var(--color3) !important;
}
.cm_color.color_mono4 {
	color: var(--color4) !important;
}
.cm_bg.bg_mono4 {
	background: var(--color4) !important;
}
.cm_color.color_mono5 {
	color: var(--color5) !important;
}
.cm_bg.bg_mono5 {
	background: var(--color5) !important;
}
.cm_color.color_mono6 {
	color: var(--color6) !important;
}
.cm_bg.bg_mono6 {
	background: var(--color6) !important;
}
.cm_color.color_mono7 {
	color: var(--color7) !important;
}
.cm_bg.bg_mono7 {
	background: var(--color7) !important;
}
.cm_color.color_mono8 {
	color: var(--color8) !important;
}
.cm_bg.bg_mono8 {
	background: var(--color8) !important;
}
.cm_color.color_mono9 {
	color: var(--color9) !important;
}
.cm_bg.bg_mono9 {
	background: var(--color9) !important;
}
.cm_color.color_mono10 {
	color: var(--color10) !important;
}
.cm_bg.bg_mono10 {
	background: var(--color10) !important;
}
.cm_color.color_mono11 {
	color: var(--color11) !important;
}
.cm_bg.bg_mono11 {
	background: var(--color11) !important;
}
.cm_color.color_mono12 {
	color: var(--color12) !important;
}
.cm_bg.bg_mono12 {
	background: var(--color12) !important;
}
.cm_color.color_mono13 {
	color: var(--color13) !important;
}
.cm_bg.bg_mono13 {
	background: var(--color13) !important;
}
.cm_color.color_mono14 {
	color: var(--color14) !important;
}
.cm_bg.bg_mono14 {
	background: var(--color14) !important;
}
.cm_color.color_mono15 {
	color: var(--color15) !important;
}
.cm_bg.bg_mono15 {
	background: var(--color15) !important;
}

/* color system */
.color_system1 {
	color: #90b03e;
}
.color_system1_0 {
	color: #528104;
}
.color_system1_1 {
	color: #a6c065;
}
.color_system1_2 {
	color: #bcd08b;
}
.color_system1_3 {
	color: #d3dfb2;
}
.color_system1_4 {
	color: #e9efd8;
}
.color_system2 {
	color: #ed1c24;
}
.color_system2_0 {
	color: #ed1c24;
}
.color_system2_1 {
	color: #f14950;
}
.color_system2_2 {
	color: #f4777c;
}
.color_system2_3 {
	color: #f8a4a7;
}
.color_system2_4 {
	color: #fbd2d3;
}
.color_system3 {
	color: #3777bc;
}
.color_system3_0 {
	color: #3777bc;
}
.color_system3_1 {
	color: #5f92c9;
}
.color_system3_2 {
	color: #87add7;
}
.color_system3_3 {
	color: #afc9e4;
}
.color_system3_4 {
	color: #d7e4f2;
}
.color_system4 {
	color: #000000;
}
.color_system4_0 {
	color: #000000;
}
.color_system4_1 {
	color: #333333;
}
.color_system4_2 {
	color: #666666;
}
.color_system4_3 {
	color: #999999;
}
.color_system4_4 {
	color: #cccccc;
}
.color_system5 {
	color: #c4a87d;
}
.color_system5_0 {
	color: #c18a49;
}
.color_system5_1 {
	color: #d0b997;
}
.color_system5_2 {
	color: #dccbb1;
}
.color_system5_3 {
	color: #e7dccb;
}
.color_system5_4 {
	color: #f3eee5;
}
.color_system6 {
	color: #a7a9ac;
}
.color_system6_0 {
	color: #727780;
}
.color_system6_1 {
	color: #b9babd;
}
.color_system6_2 {
	color: #cacbcd;
}
.color_system6_3 {
	color: #dcddde;
}
.color_system6_4 {
	color: #edeeee;
}

/* background-color system */
.background_system1 {
	background-color: #90b03e;
}
.background_system1_1 {
	background-color: #a6c065;
}
.background_system1_2 {
	background-color: #bcd08b;
}
.background_system1_3 {
	background-color: #d3dfb2;
}
.background_system1_4 {
	background-color: #e9efd8;
}
.background_system2 {
	background-color: #ed1c24;
}
.background_system2_1 {
	background-color: #f14950;
}
.background_system2_2 {
	background-color: #f4777c;
}
.background_system2_3 {
	background-color: #f8a4a7;
}
.background_system2_4 {
	background-color: #fbd2d3;
}
.background_system3 {
	background-color: #3777bc;
}
.background_system3_1 {
	background-color: #5f92c9;
}
.background_system3_2 {
	background-color: #87add7;
}
.background_system3_3 {
	background-color: #afc9e4;
}
.background_system3_4 {
	background-color: #d7e4f2;
}
.background_system4 {
	background-color: #000000;
}
.background_system4_1 {
	background-color: #333333;
}
.background_system4_2 {
	background-color: #666666;
}
.background_system4_3 {
	background-color: #999999;
}
.background_system4_4 {
	background-color: #cccccc;
}
.background_system5 {
	background-color: #c4a87d;
}
.background_system5_1 {
	background-color: #d0b997;
}
.background_system5_2 {
	background-color: #dccbb1;
}
.background_system5_3 {
	background-color: #e7dccb;
}
.background_system5_4 {
	background-color: #f3eee5;
}
.background_system6 {
	background-color: #a7a9ac;
}
.background_system6_1 {
	background-color: #b9babd;
}
.background_system6_2 {
	background-color: #cacbcd;
}
.background_system6_3 {
	background-color: #dcddde;
}
.background_system6_4 {
	background-color: #edeeee;
}

/* **************************************************************************************** *
* ellipsis
* **************************************************************************************** */
.ellipsis1 {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
	white-space: normal;
	overflow: hidden;
}
.ellipsis2 { 
	display: -webkit-box; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 2; 
	overflow: hidden; 
}
.ellipsis3 { 
	display: -webkit-box; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 3; 
	overflow: hidden; 
}

/* **************************************************************************************** *
* line
* **************************************************************************************** */
/* line */
.cm_line {
	width: 100%;
	height: 5px;
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
}
.cm_line.line1 {
	background-color: #ddd;
}

/* border */
.cm_border {
	border: 1px solid #ddd;
}
.cm_border_top {
	border: 0;
	border-top: 1px solid #ddd;
}
.cm_border_right {
	border: 0;
	border-right: 1px solid #ddd;
}
.cm_border_btm {
	border: 0;
	border-bottom: 1px solid #ddd;
}
.cm_border_left {
	border: 0;
	border-left: 1px solid #ddd;
}

/* **************************************************************************************** *
* box
* **************************************************************************************** */
.cm_box {
	line-height: 1.6;
	word-break: keep-all;
}
.cm_box.box1 {
	padding: 4rem;
	border: 1px solid #ddd;
	border-radius: 0.8rem;
	background-color: #fff;
}
.cm_box.box2 {
	padding: 3.5rem 4rem;
	background: #f7f8f9;
	font-size: 1.7rem;
}
.cm_box.box3 {
	padding: 3.5rem 4rem;
	border: 1px solid #ddd;
	border-radius: 0.8rem;
}
.cm_box.box4 {
	padding: 4rem 3rem;
	border: 1px solid #f7f8fa;
	background-color: #f7f8fa;
}
.cm_box.box4.type2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.cm_box.box4.type2 .img_area {
	flex-shrink: 0;
	margin-left: 1rem;
	border: 1px solid #ddd;
	border-radius: 0.8rem;
}

/* **************************************************************************************** *
* typography
* **************************************************************************************** */
/* 공통 폰트 사이즈 */
.cm_font_size10 {
	font-size: var(--default_font_size) !important;
}
.cm_font_size11 {
	font-size: var(--font_size11) !important;
}
.cm_font_size12 {
	font-size: var(--font_size12) !important;
}
.cm_font_size13 {
	font-size: var(--font_size13) !important;
}
.cm_font_size14 {
	font-size: var(--font_size14) !important;
}
.cm_font_size15 {
	font-size: var(--font_size15) !important;
}
.cm_font_size16 {
	font-size: var(--font_size16) !important;
}
.cm_font_size17 {
	font-size: var(--font_size17) !important;
}
.cm_font_size18 {
	font-size: var(--font_size18) !important;
}
.cm_font_size19 {
	font-size: var(--font_size19) !important;
}
.cm_font_size20 {
	font-size: var(--font_size20) !important;
}
.cm_font_size21 {
	font-size: var(--font_size21) !important;
}
.cm_font_size22 {
	font-size: var(--font_size22) !important;
}
.cm_font_size23 {
	font-size: var(--font_size23) !important;
}
.cm_font_size24 {
	font-size: var(--font_size24) !important;
}
.cm_font_size25 {
	font-size: var(--font_size25) !important;
}
.cm_font_size26 {
	font-size: var(--font_size26) !important;
}
.cm_font_size27 {
	font-size: var(--font_size27) !important;
}
.cm_font_size28 {
	font-size: var(--font_size28) !important;
}
.cm_font_size29 {
	font-size: var(--font_size29) !important;
}
.cm_font_size30 {
	font-size: var(--font_size30) !important;
}
.cm_font_size31 {
	font-size: var(--font_size31) !important;
}
.cm_font_size32 {
	font-size: var(--font_size32) !important;
}
.cm_font_size33 {
	font-size: var(--font_size33) !important;
}
.cm_font_size34 {
	font-size: var(--font_size34) !important;
}
.cm_font_size35 {
	font-size: var(--font_size35) !important;
}
.cm_font_size36 {
	font-size: var(--font_size36) !important;
}
.cm_font_size37 {
	font-size: var(--font_size37) !important;
}
.cm_font_size38 {
	font-size: var(--font_size38) !important;
}
.cm_font_size39 {
	font-size: var(--font_size39) !important;
}
.cm_font_size40 {
	font-size: var(--font_size40) !important;
}

/* 공통 줄간격 */
.cm_line_height1 {
	line-height: 1 !important;
}
.cm_line_height13 {
	line-height: 1.3 !important;
}
.cm_line_height15 {
	line-height: 1.5 !important;
}
.cm_line_height18 {
	line-height: 1.8 !important;
}
.cm_line_height2 {
	line-height: 2 !important;
}

/* title */
.cm_title {
	font-weight: 700;
	word-break: keep-all;
}
.cm_title.title1 {
	margin-bottom: 2.5rem;
	font-weight: 500;
	font-size: 2.6rem;
}
.cm_title.title1.bul {
	display: flex;
}
.cm_title.title1.bul:before {
	display: block;
	flex-shrink: 0;
	width: 2rem;
	height: 2rem;
	margin-top: 0.8rem;
	margin-right: 1.5rem;
	background: url(../images/common/icon_bul.svg) no-repeat center/contain;
	content: '';
}
.cm_title.title2 {
	margin-bottom: 2.5rem;
	font-weight: 500;
	font-size: 2.4rem;
}
.cm_title.title2.bul {
	display: flex;
}
.cm_title.title2.bul:before {
	display: block;
	flex-shrink: 0;
	width: 2rem;
	height: 2rem;
	margin-top: 0.8rem;
	margin-right: 1rem;
	background: url(../images/common/icon_bul.svg) no-repeat center/contain;
	content: '';
}
.cm_title.title3 {
	margin-bottom: 2.5rem;
	font-weight: 500;
	font-size: 2.6rem;
}
.cm_title.title3.bul {
	display: flex;
}
.cm_title.title3.bul:before {
	display: block;
	flex-shrink: 0;
	width: 2rem;
	height: 2rem;
	margin-top: 1rem;
	margin-right: 1rem;
	background: url(../images/common/icon_bul.svg) no-repeat center/contain;
	content: '';
}
.cm_title.title4 {
	margin-bottom: 2rem;
	font-weight: 500;
	font-size: 2.2rem;
}
.cm_title + .text_indent {
	padding-left: 35px;
	line-height: 1.5;
	word-break: keep-all;
}
.cm_title + .text_indent * {
	line-height: 1.5;
	word-break: keep-all;
}

.cm_title.title5 {
	font-size: 3rem;
	font-weight: 800;
	color: #1e2b73;
	margin-bottom: 2rem;
}
.cm_title.title5.wt {
	color: #fff;
}
.cm_title.title5 > span {
	position: relative;
	padding-right: 2.3rem;
	display: inline-block;
}
.cm_title.title5 > span:after {
	content: '';
	position: absolute;
	right: 0.5rem;
	top: 0.2rem;
	width: 1rem;
	height: 1rem;
	border-radius: 50px;
	background: #9cd5f3;
}

/* text */
.cm_text_guide1 {
	color: #666;
	font-weight: 400;
	font-size: 1.5rem;
}
.cm_text_guide2 {
	display: flex;
}
.cm_text_guide2 dt {
	flex-shrink: 0;
	padding-right: 2rem;
	font-weight: 500;
}
.cm_text_guide2 dd {
	width: 100%;
}
.text_marker {
	background-color: #e0f8c8;
	font-weight: 700;
	text-decoration: underline;
}
.text_marker_under {
	z-index: 1;
	position: relative;
}
.text_marker_under:after {
	z-index: -1;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1.3rem;
	background-color: #e0f8c8;
	content: '';
}
.text_marker_under.color2:after {
	z-index: -1;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1.3rem;
	background-color: #caecff;
	content: '';
}

/* bullet text */
.cm_bullet > * {
	position: relative;
	line-height: 1.5;
	text-align: left;
}
.cm_bullet > *:last-child {
	margin-bottom: 0 !important;
}
.cm_bullet > *:before {
	position: absolute;
	left: 0;
	content: '';
}
.cm_bullet > *.nobul {
	padding-left: 0 !important;
}
.cm_bullet > *.nobul:before {
	display: none !important;
}
.cm_bullet.nobul > * {
	padding-left: 0 !important;
}
.cm_bullet.nobul > *:before {
	display: none !important;
}
.cm_bullet .cm_bullet > * {
	font-size: 95%;
}
.cm_bullet.bullet1 > * {
	margin-bottom: 1.5rem;
	padding-left: 1.5rem;
}
.cm_bullet.bullet1 > *:before {
	top: 0.9rem;
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 100%;
	background: #c1c1c1;
}
.cm_bullet.bullet1.small > * {
	margin-bottom: 0.7rem;
	padding-left: 1.5rem;
	font-size: 1.5rem;
}
.cm_bullet.bullet2 > * {
	margin-bottom: 1rem;
	padding-left: 1.5rem;
}
.cm_bullet.bullet2 > *:before {
	top: 0.2rem;
	content: '*';
	color: #538104;
}
.cm_bullet.bullet3 > * {
	margin-bottom: 1.5rem;
	padding-left: 1.5rem;
}
.cm_bullet.bullet3 > *:before {
	top: 0.9rem;
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 100%;
	background: #000;
}
.cm_bullet.bullet3.small > * {
	margin-bottom: 0.7rem;
	padding-left: 1.5rem;
	font-size: 1.5rem;
}
.cm_bullet.bullet4 > * {
	margin-bottom: 1rem;
	padding-left: 1.5rem;
	color: #444;
}
.cm_bullet.bullet4 > *:before {
	top: -0.1rem;
	content: '-';
	color: #777;
}

/* split text */
.cm_split {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: -0.5rem -1.5rem;
}
.cm_split.right {
	justify-content: flex-end;
}
.cm_split.center {
	justify-content: center;
}
.cm_split .split_item {
	display: inline-block;
	position: relative;
	flex-shrink: 0;
	padding: 0.5rem 1.5rem;
	color: #666;
	line-height: 1;
}
.cm_split .split_item:after {
	position: absolute;
	top: 50%;
	right: -1px;
	width: 1px;
	height: 1.4rem;
	margin-top: -0.7rem;
	background-color: #d6d6d6;
	content: '';
}
.cm_split .split_item:last-child:after {
	display: none;
}
.cm_split.small .split_item {
	font-size: 1.4rem;
}
.cm_split.small .split_item :after {
	height: 1.2rem;
	margin-top: -0.5rem;
}

/* num list */
.cm_num_list > * {
	position: relative;
	margin-bottom: 0.8rem;
	padding-left: 2.8rem;
	line-height: 1.5;
	text-align: left;
}
.cm_num_list > *:last-child {
	margin-bottom: 0 !important;
}
.cm_num_list > * > .num {
	position: absolute;
	top: 0;
	left: 0;
}
.cm_num_list > *.nobul {
	padding-left: 0 !important;
}
.cm_num_list.nobul > * {
	padding-left: 0 !important;
}
.cm_num_list.num_list2 {
	color: #666;
}
.cm_num_list.num_list2 > * > .num {
	display: inline-flex;
	top: 3px;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	padding-top: 1px;
	border-radius: 50px;
	background: #538104;
	color: #fff;
	font-weight: 500;
	font-size: 11px;
}

/* **************************************************************************************** *
* label
* **************************************************************************************** */
.cm_label_area {
	display: flex;
	z-index: 2;
	position: relative;
	flex-wrap: wrap;
	align-items: center;
	margin: -0.5rem;
}
.cm_label_area.fixed {
	flex-wrap: nowrap;
}
.cm_label_area.center {
	justify-content: center;
}
.cm_label_area.right {
	justify-content: flex-end;
}
.cm_label_area.between {
	justify-content: space-between;
}
.cm_label_area .cm_label {
	margin: 0.5rem;
}
.cm_label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 7.7rem;
	min-height: 3.5rem;
	padding: 0.5rem 1.5rem;
	border: 1px solid #ddd;
	border-radius: 10rem;
	background-color: #fff;
	font-size: 1.4rem;
	line-min-height: 1;
	vertical-align: middle;
}
.cm_label.type2 { 
	width: 11.3rem;
	font-size: 1.6rem;
}
.cm_label.type2.sm { 
	min-height: 3.2rem;
	line-height: 1;
}
/* default */
.cm_label.label1 {
	border-color: #ebf0f5;
	background-color: #ebf0f5;
	color: #222;
}
.cm_label.label2 {
	border-color: #e0f7c8;
	background-color: #e0f7c8;
	color: #266b00;
}
.cm_label.label3 {
	border-color: #c8def7;
	background-color: #c8def7;
	color: #09488b;
}
.cm_label.label4 {
	border-color: #222;
	background-color: #222;
	color: #fff;
}
.cm_label.label5 {
	border-color: #caecff;
	background-color: #caecff;
	color: #015299;
}
.cm_label.label6 {
	border-color: #c2f3f0;
	background-color: #c2f3f0;
	color: #136760;
}
.cm_label.label7 {
	border-color: #d5e3ff;
	background-color: #d5e3ff;
	color: #015299;
}
.cm_label.label8 {
	border-color: #0451a9;
	background-color: #0451a9;
	color: #fff;
}
.cm_label.label9 {
	border-color: #fff;
	background-color: #fff;
	color: #0451a9;
}
.cm_label.label10 {
	border-color: #023a7b;
	background-color: #023a7b;
	color: #fff;
}
.cm_label.label11 {
	border-color: #f6edff;
	background-color: #f6edff;
	color: #5b01b5;
}
.cm_label.label12 {
	border-color: #fff9df;
	background-color: #fff9df;
	color: #9a6901;
}
.cm_label.label13 {
	border-color: #f5f5f5;
	background-color: #f5f5f5;
	color: #666;
}

/* label2 (이모지 타입) */
.cm_label2 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 1.5rem;
	height: 4.5rem;
	font-size: 1.55rem;
	font-weight: 500;
	border-radius: 45px;
	gap: 0.6rem;
	border: 1px solid transparent;
	transition: border 0.15s ease-in-out, background 0.15s ease-in-out;
}
.cm_label2.label1 {
	border-color: #f6f6f6;
	background-color: #f6f6f6;
	color: #333;
}
.cm_label2.label1.hover:hover {
	border-color: #333;
	background: #fff;
	/* background-color: #dfe9f5; */
	/* color: #333; */
}

/* 공지 */
.cm_label.notice {
	min-width: 5rem;
	min-height: 3rem;
	border-radius: 0 0 0.8rem 0;
}
.cm_label.label1.notice {
	border-color: #538104;
	background-color: #538104;
	color: #fff;
}

/* status */
.cm_label.label1.status {
	border-color: #538104;
	background-color: #538104;
	color: #fff;
}
.cm_label.label2.status {
	border-color: #2f72bf;
	background-color: #2f72bf;
	color: #fff;
}

/* progress */
.cm_label.progress {
	min-width: 6.5rem;
	min-height: 3rem;
}
.cm_label.label1.progress {
	border-color: #ddd;
	background-color: #fff;
	color: #222;
} /* 용역 */
.cm_label.label2.progress {
	border-color: #ddd;
	background-color: #fff;
	color: #222;
} /* 용역 */
.cm_label.label3.progress {
	border-color: #ddd;
	background-color: #fff;
	color: #222;
} /* 용역 */
/* 입찰공고 */
.cm_label.bid {
	min-width: 6.5rem;
	min-height: 3rem;
}
.cm_label.label1.bid {
	border-color: #ddd;
	background-color: #fff;
	color: #222;
} /* 용역 */
.cm_label.label2.bid {
	border-color: #ddd;
	background-color: #fff;
	color: #222;
} /* 공사 */
.cm_label.label3.bid {
	border-color: #ddd;
	background-color: #fff;
	color: #222;
} /* 외자 */
.cm_label.label4.bid {
	border-color: #ddd;
	background-color: #fff;
	color: #222;
} /* 물품 */
/* 채용공고 */
.cm_label.recruit {
	min-width: 9.5rem;
	min-height: 3rem;
}
.cm_label.label1.recruit {
	border-color: #ddd;
	background-color: #fff;
	color: #222;
} /* 채용대기 */
.cm_label.label2.recruit {
	border-color: #ddd;
	background-color: #fff;
	color: #222;
} /* 패용중 */
.cm_label.label3.recruit {
	border-color: #ddd;
	background-color: #fff;
	color: #222;
} /* 합격자발표 */
/* issue */
.cm_label.label1.issue {
	border-color: #ddd;
	background-color: #fff;
	color: #222;
} /* 이슈리포트 */
.cm_label.label2.issue {
	border-color: #ddd;
	background-color: #fff;
	color: #222;
} /* 이슈포커스 */
/* case */
.cm_label.label1.case {
	border-color: #ddd;
	background-color: #fff;
	color: #222;
} /* 전 대상 */
.cm_label.label2.case {
	border-color: #ddd;
	background-color: #fff;
	color: #222;
} /* 청년 */
.cm_label.label3.case {
	border-color: #ddd;
	background-color: #fff;
	color: #222;
} /* 여성 */
.cm_label.label4.case {
	border-color: #ddd;
	background-color: #fff;
	color: #222;
} /* 중장년 */
.cm_label.label5.case {
	border-color: #ddd;
	background-color: #fff;
	color: #222;
} /* 외국인 */
/* field */
.cm_label.label1.field {
	border-color: #ddd;
	background-color: #fff;
	color: #222;
} /* 산업 */
.cm_label.label2.field {
	border-color: #ddd;
	background-color: #fff;
	color: #222;
} /* 노동시장 */
.cm_label.label3.field {
	border-color: #ddd;
	background-color: #fff;
	color: #222;
} /* 고용서비스 */
/* result */
.cm_label.label1.result {
	border-color: #ddd;
	background-color: #fff;
	color: #222;
} /* 현황 및 성과분석 */
.cm_label.label2.result {
	border-color: #ddd;
	background-color: #fff;
	color: #222;
} /* 직접일자리 */
.cm_label.label3.result {
	border-color: #ddd;
	background-color: #fff;
	color: #222;
} /* 직업교육훈련 */
.cm_label.label4.result {
	border-color: #ddd;
	background-color: #fff;
	color: #222;
} /* 고용서비스(일자리연계) */
.cm_label.label5.result {
	border-color: #ddd;
	background-color: #fff;
	color: #222;
} /* 기업지원 */
.cm_label.label6.result {
	border-color: #ddd;
	background-color: #fff;
	color: #222;
} /* 기타 */
/* etc */
.cm_label.label1.etc {
	border-color: #ddd;
	background-color: #fff;
	color: #222;
} /* 매뉴얼 */
.cm_label.label2.etc {
	border-color: #ddd;
	background-color: #fff;
	color: #222;
} /* 기타 자료 */
/* 교통 */
.cm_label.traffic {
	min-width: 0;
}
.cm_label.label1.traffic {
	border-color: #2f72bf;
	background-color: #2f72bf;
	color: #fff;
} /* 1호선, 시내버스 */
.cm_label.label2.traffic {
	border-color: #606d00;
	background-color: #606d00;
	color: #fff;
} /* 7호선 */
.cm_label.label3.traffic {
	border-color: #ff8e00;
	background-color: #ff8e00;
	color: #fff;
} /* 의정부 */
.cm_label.label4.traffic {
	border-color: #edb217;
	background-color: #edb217;
	color: #fff;
} /* 분당선 */
.cm_label.label5.traffic {
	border-color: #538104;
	background-color: #538104;
	color: #fff;
} /* 마을버스 */
.cm_label.label6.traffic {
	border-color: #e0121a;
	background-color: #e0121a;
	color: #fff;
} /* 광역버스 */
.cm_label.label7.traffic {
	border-color: #68a4d0;
	background-color: #68a4d0;
	color: #fff;
} /* 공항버스 */

/* **************************************************************************************** *
* tag
* **************************************************************************************** */
.cm_tag {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1rem;
}
.cm_tag .tag_item {
	display: flex;
	align-items: center;
	padding: 0 1rem;
}
.cm_tag .tag_item :before {
	margin-right: 2px;
	content: '#';
	color: #1064a5;
	font-weight: 500;
}

/* **************************************************************************************** *
* icon
* **************************************************************************************** */
.cm_icon {
	display: inline-flex;
	position: relative;
	align-items: flex-start;
	line-height: 1.6;
	vertical-align: top; /* icon_brochure */
}
.cm_icon:before {
	display: block;
	flex-shrink: 0;
	margin-right: 1rem;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	content: '';
	transition: background-image 0.3s;
}
.cm_icon.right {
	flex-direction: row-reverse;
}
.cm_icon.right:before {
	margin-right: 0;
	margin-left: 1rem;
}
.cm_icon.notext {
	overflow: hidden;
	font-size: 0;
	vertical-align: middle;
}
.cm_icon.notext:before {
	margin: 0 !important;
}
.cm_icon.notext > span {
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* icon_lock */
.cm_icon.icon_lock:before {
	width: 1.6rem;
	min-width: calc(16px * 0.8);
	height: 2rem;
	min-height: calc(20px * 0.8);
	margin-top: 0.3rem;
	background-image: url(../images/common/icon_lock.svg);
}

/* icon_zip */
.cm_icon.icon_zip {
	align-items: center;
}
.cm_icon.icon_zip:before {
	width: 2.8rem;
	min-width: calc(28px * 0.8);
	height: 3rem;
	min-height: calc(30px * 0.8);
	background-image: url(../images/common/icon_zip.svg);
}

/* icon_file */
.cm_icon.icon_file {
	align-items: center;
}
.cm_icon.icon_file:before {
	width: 2.8rem;
	min-width: calc(28px * 0.8);
	height: 3rem;
	min-height: calc(30px * 0.8);
	background-image: url(../images/common/icon_file.svg);
}

/* icon_xls */
.cm_icon.icon_xls {
	align-items: center;
}
.cm_icon.icon_xls:before {
	width: 2.8rem;
	min-width: calc(28px * 0.8);
	height: 3rem;
	min-height: calc(30px * 0.8);
	background-image: url(../images/common/icon_xls.svg);
}

/* icon_hwp */
.cm_icon.icon_hwp {
	align-items: center;
}
.cm_icon.icon_hwp:before {
	width: 2.8rem;
	min-width: calc(28px * 0.8);
	height: 3rem;
	min-height: calc(30px * 0.8);
	background-image: url(../images/common/icon_hwp.svg);
}

/* icon_pdf */
.cm_icon.icon_pdf {
	align-items: center;
}
.cm_icon.icon_pdf:before {
	width: 2.8rem;
	min-width: calc(28px * 0.8);
	height: 3rem;
	min-height: calc(30px * 0.8);
	background-image: url(../images/common/icon_pdf.svg);
}

/* icon_jpg */
.cm_icon.icon_jpg {
	align-items: center;
}
.cm_icon.icon_jpg:before {
	width: 2.8rem;
	min-width: calc(28px * 0.8);
	height: 3rem;
	min-height: calc(30px * 0.8);
	background-image: url(../images/common/icon_jpg.svg);
}

/* icon_png */
.cm_icon.icon_png {
	align-items: center;
}
.cm_icon.icon_png:before {
	width: 2.8rem;
	min-width: calc(28px * 0.8);
	height: 3rem;
	min-height: calc(30px * 0.8);
	background-image: url(../images/common/icon_png.svg);
}

/* icon_delete */
.cm_icon.icon_delete:before {
	width: 2.2rem;
	min-width: calc(22px * 0.8);
	height: 2.2rem;
	min-height: calc(22px * 0.8);
	margin-top: 0.3rem;
	background-image: url(../images/common/icon_delete.svg);
}

/* icon_info */
.cm_icon.icon_info:before {
	width: 2rem;
	min-width: calc(20px * 0.8);
	height: 2rem;
	min-height: calc(20px * 0.8);
	margin-top: 0.2rem;
	background-image: url(../images/common/icon_info01.svg);
}

/* icon_info */
.cm_icon.icon_info:before:before {
	width: 2rem;
	min-width: calc(20px * 0.8);
	height: 2rem;
	min-height: calc(20px * 0.8);
	margin-top: 0.3rem;
	background-image: url(../images/common/icon_info01.svg);
}

/* icon_view */
.cm_icon.icon_view:before {
	width: 1.7rem;
	min-width: calc(17px * 0.8);
	height: 1.7rem;
	min-height: calc(17px * 0.8);
	margin-top: 0.4rem;
	background-image: url(../images/common/icon_view01.svg);
}

/* icon_writer */
.cm_icon.icon_writer:before {
	width: 1.6rem;
	min-width: calc(16px * 0.8);
	height: 1.6rem;
	min-height: calc(16px * 0.8);
	margin-top: 0.4rem;
	background-image: url(../images/common/icon_witer01.svg);
}

/* icon_date */
.cm_icon.icon_date:before {
	width: 1.5rem;
	min-width: calc(15px * 0.8);
	height: 1.5rem;
	min-height: calc(15px * 0.8);
	margin-top: 0.5rem;
	background-image: url(../images/common/icon_calendar01.svg);
}

/* icon_date2 */
.cm_icon.icon_date2:before {
	width: 1.5rem;
	min-width: calc(15px * 0.8);
	height: 1.5rem;
	min-height: calc(15px * 0.8);
	margin-top: 0.5rem;
	background-image: url(../images/common/icon_calendar02.svg);
}

/* icon_time */
.cm_icon.icon_time:before {
	width: 1.6rem;
	min-width: calc(16px * 0.8);
	height: 1.6rem;
	min-height: calc(16px * 0.8);
	margin-top: 0.3rem;
	background-image: url(../images/common/icon_clock01.svg);
}

/* icon_reset */
.cm_icon.icon_reset:before {
	width: 1.6rem;
	min-width: calc(16px * 0.8);
	height: 1.6rem;
	min-height: calc(16px * 0.8);
	margin-top: 0.3rem;
	background-image: url(../images/common/icon_reset01.svg);
}
.cm_icon.icon_reset_pt:before {
	width: 1.6rem;
	min-width: calc(16px * 0.8);
	height: 1.6rem;
	min-height: calc(16px * 0.8);
	margin-top: 0.3rem;
	background-image: url(../images/common/icon_reset03.svg);
}

/* icon_sns1 */
.cm_icon.icon_sns1 {
	align-items: center;
}
.cm_icon.icon_sns1:before {
	width: 3.5rem;
	min-width: calc(35px * 0.8);
	height: 3.5rem;
	min-height: calc(35px * 0.8);
	margin-top: 0;
	background-image: url(../images/common/icon_sns_instagram.svg);
}

/* icon_sns2 */
.cm_icon.icon_sns2 {
	align-items: center;
}
.cm_icon.icon_sns2:before {
	width: 3.5rem;
	min-width: calc(35px * 0.8);
	height: 3.5rem;
	min-height: calc(35px * 0.8);
	margin-top: 0;
	background-image: url(../images/common/icon_sns_facebook.svg);
}

/* icon_sns3 */
.cm_icon.icon_sns3 {
	align-items: center;
}
.cm_icon.icon_sns3:before {
	width: 3.5rem;
	min-width: calc(35px * 0.8);
	height: 3.5rem;
	min-height: calc(35px * 0.8);
	margin-top: 0;
	background-image: url(../images/common/icon_sns_blog.svg);
}

/* icon_sns4 */
.cm_icon.icon_sns4 {
	align-items: center;
}
.cm_icon.icon_sns4:before {
	width: 3.5rem;
	min-width: calc(35px * 0.8);
	height: 3.5rem;
	min-height: calc(35px * 0.8);
	margin-top: 0;
	background-image: url(../images/common/icon_sns_post.svg);
}

/* icon_sns5 */
.cm_icon.icon_sns5 {
	align-items: center;
}
.cm_icon.icon_sns5:before {
	width: 3.5rem;
	min-width: calc(35px * 0.8);
	height: 3.5rem;
	min-height: calc(35px * 0.8);
	margin-top: 0;
	background-image: url(../images/common/icon_sns_youtube.svg);
}

/* icon_sns6 */
.cm_icon.icon_sns6 {
	align-items: center;
}
.cm_icon.icon_sns6:before {
	width: 2.8rem;
	min-width: calc(28px * 0.8);
	height: 3.5rem;
	min-height: calc(35px * 0.8);
	margin-top: 0;
	background-image: url(../images/common/icon_sns_shorts.svg);
}

/* icon_sns7 */
.cm_icon.icon_sns7 {
	align-items: center;
}
.cm_icon.icon_sns7:before {
	width: 5rem;
	min-width: calc(50px * 0.8);
	height: 5rem;
	min-height: calc(50px * 0.8);
	margin-top: 0;
	background-image: url(../images/common/icon_sns_jobaba.jpg);
}

/* icon_sns8 */
.cm_icon.icon_sns8 {
	align-items: center;
}
.cm_icon.icon_sns8:before {
	width: 3.5rem;
	min-width: calc(35px * 0.8);
	height: 3.5rem;
	min-height: calc(35px * 0.8);
	margin-top: 0;
	background-image: url(../images/common/icon_sns_band.svg);
}

/* icon_sns9 */
.cm_icon.icon_sns9 {
	align-items: center;
}
.cm_icon.icon_sns9:before {
	width: 3.5rem;
	min-width: calc(35px * 0.8);
	height: 3.5rem;
	min-height: calc(35px * 0.8);
	margin-top: 0;
	background-image: url(../images/common/icon_sns_url.svg);
}

/* icon_brochure */
.cm_icon.icon_brochure {
	align-items: center;
}
.cm_icon.icon_brochure:before {
	width: 2.5rem;
	min-width: calc(25px * 0.8);
	height: 2rem;
	min-height: calc(20px * 0.8);
	margin-top: 0;
	background-image: url(../images/common/icon_brochure.svg);
}

/* icon_link */
.cm_icon.icon_link {
	align-items: center;
}
.cm_icon.icon_link:before {
	width: 1.4rem;
	min-width: calc(14px * 0.8);
	height: 1.4rem;
	min-height: calc(14px * 0.8);
	margin-top: 0;
	background-image: url(../images/common/icon_link01.svg);
}

/* icon_link2 */
.cm_icon.icon_link2 {
	align-items: center;
}
.cm_icon.icon_link2:before {
	width: 1.4rem;
	min-width: calc(14px * 0.8);
	height: 1.4rem;
	min-height: calc(14px * 0.8);
	margin-top: 0;
	background-image: url(../images/common/icon_link02.svg);
}

/* icon_link3 */
.cm_icon.icon_link3 {
	align-items: center;
}
.cm_icon.icon_link3:before {
	width: 1.4rem;
	min-width: calc(14px * 0.8);
	height: 1.4rem;
	min-height: calc(14px * 0.8);
	margin-top: 0;
	background-image: url(../images/common/icon_link03.svg);
}

/* icon_search */
.cm_icon.icon_search {
	align-items: center;
}
.cm_icon.icon_search:before {
	width: 1.4rem;
	min-width: calc(14px * 0.8);
	height: 1.4rem;
	min-height: calc(14px * 0.8);
	margin-top: 0;
	background-image: url(../images/common/icon_search01.svg);
}

/* icon_search2 */
.cm_icon.icon_search2 {
	align-items: center;
}
.cm_icon.icon_search2:before {
	width: 1.4rem;
	min-width: calc(14px * 0.8);
	height: 1.4rem;
	min-height: calc(14px * 0.8);
	margin-top: 0;
	background-image: url(../images/common/icon_search02.svg);
}

/* icon_edit */
.cm_icon.icon_edit {
	align-items: center;
}
.cm_icon.icon_edit:before {
	width: 1.5rem;
	min-width: calc(15px * 0.8);
	height: 1.5rem;
	min-height: calc(15px * 0.8);
	margin-top: 0;
	background-image: url(../images/common/icon_edit.svg);
}

/* icon_down */
.cm_icon.icon_down {
	align-items: center;
}
.cm_icon.icon_down:before {
	width: 1.7rem;
	min-width: calc(17px * 0.8);
	height: 1.5rem;
	min-height: calc(15px * 0.8);
	margin-top: 0;
	background-image: url(../images/common/icon_download01.svg);
}

/* icon_down */
.cm_icon.icon_down2 {
	align-items: center;
}
.cm_icon.icon_down2:before {
	width: 1.7rem;
	min-width: calc(17px * 0.8);
	height: 1.5rem;
	min-height: calc(15px * 0.8);
	margin-top: 0;
	background-image: url(../images/common/icon_download02.svg);
}

/* icon_team */
.cm_icon.icon_team {
	align-items: center;
}
.cm_icon.icon_team:before {
	width: 1.2rem;
	min-width: calc(12px * 0.8);
	height: 1.5rem;
	min-height: calc(15px * 0.8);
	margin-top: 0;
	background-image: url(../images/common/icon_team01.svg);
}

/* icon_arr1 */
.cm_icon.icon_arr1 {
	align-items: center;
}
.cm_icon.icon_arr1:before {
	width: 0.6rem;
	min-width: calc(6px * 0.8);
	height: 1rem;
	min-height: calc(10px * 0.8);
	margin-top: 0;
	background-image: url(../images/common/icon_arr02.svg);
}

/* icon_arr2 */
.cm_icon.icon_arr2 {
	align-items: center;
}
.cm_icon.icon_arr2:before {
	width: 0.8rem;
	min-width: calc(8px * 0.8);
	height: 1.1rem;
	min-height: calc(11px * 0.8);
	margin-top: 0;
	background-image: url(../images/common/icon_arr02.svg);
}

/* icon_arr3 */
.cm_icon.icon_arr3 {
	align-items: center;
}
.cm_icon.icon_arr3:before {
	width: 0.8rem;
	min-width: calc(8px * 0.8);
	height: 1.3rem;
	min-height: calc(11px * 0.8);
	margin-top: 0;
	background-image: url(../images/common/icon_arr27.svg);
}

/* icon_paper */
.cm_icon.icon_paper {
	align-items: center;
}
.cm_icon.icon_paper:before {
	width: 1.4rem;
	min-width: calc(14px * 0.8);
	height: 1.6rem;
	min-height: calc(16px * 0.8);
	margin-top: 0;
	background-image: url(../images/common/icon_paper.svg);
}

/* icon_phone */
.cm_icon.icon_phone {
	align-items: center;
	border-radius: 100%;
	background-color: #538104;
}
.cm_icon.icon_phone:before {
	width: 3rem;
	min-width: calc(30px * 0.8);
	height: 3rem;
	min-height: calc(30px * 0.8);
	margin-top: 0;
	background-image: url(../images/common/icon_paper.svg);
}

/* icon_info3 */
.cm_icon.icon_info3:before {
	width: 1.8rem;
	min-width: calc(18px * 0.8);
	height: 1.8rem;
	min-height: calc(18px * 0.8);
	margin-top: 0.3rem;
	background-image: url(../images/common/icon_info03.svg);
}

/* icon_download */
.cm_icon.icon_download:before {
	width: 1.4rem;
	min-width: calc(14px * 0.8);
	height: 1.4rem;
	min-height: calc(14px * 0.8);
	margin-top: 0.3rem;
	background-image: url(../images/common/icon_download01.svg);
}

/* icon_company */
.cm_icon.icon_company:before {
	width: 2.6rem;
	min-width: calc(14px * 0.8);
	height: 2.2rem;
	min-height: calc(14px * 0.8);
	background-image: url(../images/common/icon_company.png);
}

/* icon_worker */
.cm_icon.icon_worker:before {
	width: 2.6rem;
	min-width: calc(14px * 0.8);
	height: 2.2rem;
	min-height: calc(14px * 0.8);
	background-image: url(../images/common/icon_worker.png);
}

/* icon_jobseeker */
.cm_icon.icon_jobseeker:before {
	width: 2.6rem;
	min-width: calc(14px * 0.8);
	height: 2.2rem;
	min-height: calc(14px * 0.8);
	background-image: url(../images/common/icon_jobseeker.png);
}

company

/* **************************************************************************************** *
* button
* **************************************************************************************** */
.cm_btn_area {
	display: flex;
	z-index: 2;
	position: relative;
	flex-wrap: wrap;
	align-items: center;
	margin: -0.5rem;
}
.cm_btn_area.fixed {
	flex-wrap: nowrap;
}
.cm_btn_area.center {
	justify-content: center;
}
.cm_btn_area.right {
	justify-content: flex-end;
}
.cm_btn_area.between {
	justify-content: space-between;
}
.cm_btn_area .cm_btn {
	margin: 0.5rem;
}
.cm_btn {
	display: inline-flex;
	position: relative;
	align-items: center;
	justify-content: center;
	height: 5rem;
	padding: 1rem 2rem;
	border: 1px solid #ddd;
	border-radius: 0.3rem;
	background-color: #fff;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	vertical-align: top;
	word-break: keep-all;
	cursor: pointer;
	transition: color 0.2s, border-color 0.2s, background-color 0.2s;
}
.cm_btn:focus-visible {
	outline: 2px dashed #000;
	outline-offset: 2px;
}
.cm_btn.btn_xs {
	height: 3.5rem;
	padding: 0.5rem 1rem;
	font-size: 1.4rem;
}
.cm_btn.btn_sm {
	height: 4.5rem;
	padding: 0.7rem 1.5rem;
	font-size: 1.5rem;
}
.cm_btn.btn_lg {
	height: 5.5rem;
	padding: 1rem 3rem;
	font-size: 1.7rem;
}
.cm_btn.btn_xl {
	height: 6.5rem;
	padding: 1.5rem 4rem;
	font-size: 2rem;
}
.cm_btn.btn_circle {
	width: 6.5rem;
	height: 6.5rem;
	padding: 1rem;
	border-radius: 100%;
	font-size: 0;
}
.cm_btn.btn_round {
	border-radius: 100px;
}
.cm_btn.btn_shadow {
	box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1);
}
.cm_btn.btn_etc1 {
	height: auto;
	padding: 0;
	border-color: transparent;
	background-color: transparent;
}
.cm_btn.btn_etc1:hover {
	text-decoration: underline;
}
.cm_btn.btn_etc2 {
	justify-content: space-between;
	width: 28rem;
	height: 6rem;
	padding: 0 30px;
	border-radius: 0;
	text-align: left;
}
.cm_btn.btn_etc2:hover {
	text-decoration: underline;
}
.cm_btn.cm_icon:before {
	margin-top: 0.1rem;
	margin-right: 1rem;
}
.cm_btn.cm_icon.right:before {
	margin-right: 0;
	margin-left: 1rem;
}
.cm_btn.rd-05 {
	border-radius: 0.5rem;
}
.cm_btn.cm_icon {
	justify-content: space-between;
}
.cm_btn.btn_xs.cm_icon:before,
.cm_btn.btn_sm.cm_icon:before {
	margin-right: 0.8rem;
}
.cm_btn.btn_xs.cm_icon.right:before,
.cm_btn.btn_sm.cm_icon.right:before {
	margin-right: 0;
	margin-left: 0.8rem;
}
.cm_btn.btn_lg.cm_icon:before,
.cm_btn.btn_xl.cm_icon:before {
	margin-right: 1.2rem;
}
.cm_btn.btn_lg.cm_icon.right:before,
.cm_btn.btn_xl.cm_icon.right:before {
	margin-right: 0;
	margin-left: 1.2rem;
}
.cm_btn.btn1 {
	border-color: #538104;
	background-color: #538104;
	color: #fff;
}
.cm_btn.btn2 {
	border-color: #2f72bf;
	background-color: #2f72bf;
	color: #fff;
}
.cm_btn.btn3 {
	border-color: #000;
	background-color: #000;
	color: #fff;
}
.cm_btn.btn4 {
	border-color: #000;
	background-color: #fff;
	color: #000;
}
.cm_btn.btn5 {
	border-color: #222;
	background-color: #222;
	color: #fff;
}
.cm_btn.btn5.btn_hover:hover {
	border-color: #000;
	background-color: #000;
}
/* more */
.cm_btn.btn_more {
    display: flex;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    background: #44465c url(../images/common/icon_plus.svg) no-repeat center / 1.7rem;
    transition: background 0.15s ease-in-out;
    border: 0;
}
.cm_btn.btn_more:hover {
    background-color: #303246;
}

/* **************************************************************************************** *
* tab
* **************************************************************************************** */
.cm_tab_content {
	position: relative;
}
.cm_tab_content .tab_cont {
	display: none;
}
.cm_tab_content .tab_cont.active {
	display: block;
}
.cm_tab {
	z-index: 5;
	position: relative;
	word-break: keep-all;
}
.cm_tab .tab_list {
	display: flex;
	position: relative;
	width: 100%;
}
.cm_tab .tab_list > li {
	position: relative;
}
.cm_tab .tab_list > li > a {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.cm_tab .tab_list > li > a:focus-visible {
	outline: none;
	border: 2px dashed #000;
	/* outline-offset: 2px; */
}

/* tab1 */
.cm_tab.tab1 {
	margin-bottom: 3rem;
}
.cm_tab.tab1 .tab_list > li {
	margin-right: 1rem;
}
.cm_tab.tab1 .tab_list > li:last-child {
	margin-right: 0;
}
.cm_tab.tab1 .tab_list > li > a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 5rem;
	padding: 1rem 3rem;
	border: 1px solid #fff;
	border-radius: 10rem;
	background-color: #fff;
	font-weight: 500;
	font-size: 1.8rem;
	transition: color 0.2s, background-color 0.2s, border-color 0.2s;
}
.cm_tab.tab1 .tab_list > li:hover > a {
	border-color: #000;
	text-decoration: underline;
}
.cm_tab.tab1 .tab_list > li.active > a,
.cm_tab.tab1 .tab_list > li.on > a {
	border-color: #000;
	background-color: #000;
	color: #fff;
	font-weight: 700;
}

/* tab2 */
.cm_tab.tab2 {
	margin-bottom: 5rem;
}
.cm_tab.tab2 .tab_list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}
.cm_tab.tab2 .tab_list > li > a {
	z-index: 1;
	position: relative;
	height: 100%;
	min-height: 5.5rem;
	padding: 1rem 2rem;
	border: 1px solid #ddd;
	border-top: 0;
	border-right: 0;
	background-color: #f6f6f6;
	color: #444;
	font-size: 1.7rem;
	transition: color 0.2s, background-color 0.2s;
}
.cm_tab.tab2 .tab_list > li:nth-child(-n + 4) > a {
	border-top: 1px solid #ddd;
}
.cm_tab.tab2 .tab_list > li:nth-child(4n + 4) > a,
.cm_tab.tab2 .tab_list > li:last-child > a {
	border-right: 1px solid #ddd;
}
.cm_tab.tab2 .tab_list > li:last-child > a {
	width: calc(100% + 1px);
}
.cm_tab.tab2 .tab_list > li:nth-child(4n + 4):last-child > a {
	width: 100%;
}
.cm_tab.tab2 .tab_list > li:hover > a {
	color: #000;
	text-decoration: underline;
}
.cm_tab.tab2 .tab_list > li.active > a,
.cm_tab.tab2 .tab_list > li.on > a {
	z-index: 2;
	background-color: #fff;
	box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1);
	color: #000;
	font-weight: 700;
	text-decoration: underline;
}
.cm_tab.tab2 .tab_list > li.active > a:after,
.cm_tab.tab2 .tab_list > li.on > a:after {
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	border: 1px solid #000;
	content: '';
}
.cm_tab.tab2 .tab_list > li > a:focus-visible {
	outline: 2px dashed #000;
	outline-offset: -4px;
}
.cm_tab.tab2.row3 .tab_list {
	grid-template-columns: repeat(3, 1fr);
}
.cm_tab.tab2.row3 .tab_list > li:nth-child(-n + 4) > a {
	border-top: 0;
}
.cm_tab.tab2.row3 .tab_list > li:nth-child(-n + 3) > a {
	border-top: 1px solid #ddd;
}
.cm_tab.tab2.row3 .tab_list > li:nth-child(4n + 4) > a {
	border-right: 0;
}
.cm_tab.tab2.row3 .tab_list > li:nth-child(3n + 3) > a,
.cm_tab.tab2.row3 .tab_list > li:last-child > a {
	border-right: 1px solid #ddd;
}
.cm_tab.tab2.row3 .tab_list > li:last-child:nth-child(4n + 4) > a {
	width: calc(100% + 1px);
}
.cm_tab.tab2.row3 .tab_list > li:last-child:nth-child(3n + 3) > a {
	width: 100%;
}
.cm_tab.tab2.row2 .tab_list {
	grid-template-columns: repeat(2, 1fr);
}
.cm_tab.tab2.row2 .tab_list > li:nth-child(-n + 4) > a {
	border-top: 0;
}
.cm_tab.tab2.row2 .tab_list > li:nth-child(-n + 2) > a {
	border-top: 1px solid #ddd;
}
.cm_tab.tab2.row2 .tab_list > li:nth-child(4n + 4) > a {
	border-right: 0;
}
.cm_tab.tab2.row2 .tab_list > li:nth-child(2n + 2) > a,
.cm_tab.tab2.row2 .tab_list > li:last-child > a {
	border-right: 1px solid #ddd;
}
.cm_tab.tab2.row2 .tab_list > li:last-child:nth-child(4n + 4) > a {
	width: calc(100% + 1px);
}
.cm_tab.tab2.row2 .tab_list > li:last-child:nth-child(2n + 2) > a {
	width: 100%;
}

/* tab3 */
.cm_tab.tab3 {
	margin-bottom: 3rem;
}
.cm_tab.tab3 .tab_list {
	flex-wrap: wrap;
	margin: -0.5rem -0.5rem;
}
.cm_tab.tab3 .tab_list > li {
	padding: 0.5rem 0.5rem;
}
.cm_tab.tab3 .tab_list > li > a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 4.5rem;
	padding: 1rem 2.5rem;
	border: 1px solid #ddd;
	border-radius: 10rem;
	background-color: #fff;
	font-weight: 500;
	font-size: 1.5rem;
	transition: color 0.2s, background-color 0.2s, border-color 0.2s;
}
.cm_tab.tab3 .tab_list > li > a:focus-visible {
	outline: 2px dashed #000;
	outline-offset: 2px;
}
.cm_tab.tab3 .tab_list > li:hover > a {
	border-color: #000;
	text-decoration: underline;
}
.cm_tab.tab3 .tab_list > li.active > a,
.cm_tab.tab3 .tab_list > li.on > a {
	border-color: #000;
	background-color: #000;
	color: #fff;
	font-weight: 700;
}

/* tab4 */
.cm_tab.tab4 {
	margin-bottom: 3rem;
}
.cm_tab.tab4 .tab_list {
	flex-wrap: wrap;
	margin: -0.5rem -1.5rem;
}
.cm_tab.tab4 .tab_list > li {
	padding: 0.5rem 1.5rem;
}
.cm_tab.tab4 .tab_list > li > a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #666;
	font-weight: 500;
	font-size: 1.7rem;
	transition: color 0.2s;
}
.cm_tab.tab4 .tab_list > li:hover > a {
	text-decoration: underline;
}
.cm_tab.tab4 .tab_list > li.active > a,
.cm_tab.tab4 .tab_list > li.on > a {
	color: #000;
	font-weight: 700;
	text-decoration: underline;
}

/* tab5 */
.cm_tab.tab5 {
	margin-bottom: 5rem;
}
.cm_tab.tab5 .tab_list {
	display: flex;
	gap: 3rem;
}
.cm_tab.tab5 .tab_list > li {
	width: 100%;
}
.cm_tab.tab5 .tab_list > li > button,
.cm_tab.tab5 .tab_list > li > a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-height: 19.5rem;
	padding: 2rem;
	border: 1px solid #000;
	border-radius: 0.8rem;
	background-color: #fff;
	color: #538104;
	font-weight: 500;
	font-size: 1.8rem;
}
.cm_tab.tab5 .tab_list > li > button .img_area,
.cm_tab.tab5 .tab_list > li > a .img_area {
	flex-shrink: 0;
	height: 6.5rem;
	margin-bottom: 2.5rem;
	text-align: center;
}
.cm_tab.tab5 .tab_list > li > button .img_area > img,
.cm_tab.tab5 .tab_list > li > a .img_area > img {
	height: 6.5rem;
}
.cm_tab.tab5 .tab_list > li:hover > a {
	text-decoration: underline;
}
.cm_tab.tab5 .tab_list > li.active > a,
.cm_tab.tab5 .tab_list > li.on > a {
	text-decoration: underline;
}

.cm_tab.tab6 .tab_list {
	gap: 3rem;
}
.cm_tab.tab6 .tab_list > li { 
	font-size: 1.9rem; 
	font-weight: 500; 
	color: #666;
}
.cm_tab.tab6 .tab_list > li.active { 
	font-weight: 700;
	color: #000;
	padding-left: 3rem;
	position: relative;
}
.cm_tab.tab6 .tab_list > li.active:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.4rem;
	width: 2.2rem;
	height: 2.2rem;
	background: url(../images/common/icon_check04.svg) no-repeat center / contain;
}
.cm_tab.tab6 .tab_list > li a {
	position: relative;
	padding-bottom: 1px;
}
.cm_tab.tab6 .tab_list > li a:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #666;
	transition: opacity 0.15s ease-in-out;
	opacity: 0;
}
.cm_tab.tab6 .tab_list > li a:hover:after {
	opacity: 1;
}
.cm_tab.tab6 .tab_list > li.active a:after {
	opacity: 1;
	background: #000;
}

.cm_tab.tab7 .tab_list { 
	display: flex;
	gap: 1.3rem;
}
.cm_tab.tab7 .tab_list .tab_item { 
	font-size: 1.6rem;
	font-weight: 500;
}
.cm_tab.tab7 .tab_list .tab_item > a { 
	background: #015299;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 4.5rem;
	border-radius: 2rem;
	padding: 0 2rem;
}
.cm_tab.tab7 .tab_list .tab_item.active { 
	font-weight: 600;
}
.cm_tab.tab7 .tab_list .tab_item.active > a { 
	background: #fff;
	color: #015299;
}

/* tab + dragscroll */
.cm_tab .dragscroll {
    flex-wrap: nowrap;
    overflow: auto;
    width: 100vw;
}
.cm_tab .dragscroll .tab_item {
    white-space: nowrap;
}


/* **************************************************************************************** *
* table
* **************************************************************************************** */
.cm_table {
	width: 100%;
}
.cm_table table {
	width: 100%;
	border-top: 1px solid #000;
	table-layout: fixed;
}
.cm_table table th {
	height: 5rem;
	padding: 1rem 1.5rem;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #f5f5f5;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
}
.cm_table table th:last-child {
	border-right: 0;
}
.cm_table table td {
	height: 5rem;
	padding: 1rem 1.5rem;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
	line-height: 1.5;
	text-align: center;
}
.cm_table table td:last-child {
	border-right: 0;
}
.cm_table table td.subject {
	font-weight: 500;
	text-align: left !important;
}
.cm_table table td.subject > a {
	display: inline-block;
	max-width: 100%;
	line-height: 1.5;
	word-break: keep-all;
}
.cm_table.auto table {
	table-layout: auto;
}
.cm_table.center table th,
.cm_table.center table td {
	text-align: center;
}
.cm_table.left table th,
.cm_table.left table td {
	text-align: left;
}

/* scroll_guide */
.cm_table.scroll_guide {
	position: relative;
}
.cm_table.scroll_guide:before {
	display: none;
	z-index: 2;
	position: absolute;
	top: 3%;
	left: 75%;
	width: 70px;
	height: 70px;
	border-radius: 100%;
	background: #fff;
	box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.2);
	content: '';
	opacity: 0;
	transition: opacity 0.2s;
}
.cm_table.scroll_guide:after {
	display: none;
	z-index: 3;
	position: absolute;
	top: 3%;
	left: 75%;
	width: 70px;
	height: 70px;
	transform: translate3d(10px, 0, 0);
	background: url(../images/common/img_scroll.svg) no-repeat center/100%;
	content: '';
	animation: moveLeft 1.3s infinite both;
	transition: opacity 0.2s;
}

/* table1 */
.cm_table.table1 {
	border-top: 1px solid #000;
}
.cm_table.table1 table {
	border-top: 0;
}
.cm_table.table1 table th,
.cm_table.table1 table td {
	height: 6rem;
	border-right: 0;
}
.cm_table.table1 table th.last,
.cm_table.table1 table td.last {
	border-right: 1px solid #ddd;
}
.cm_table.table1 table tfoot th,
.cm_table.table1 table tfoot td {
	background-color: #f5f5f5;
}

/* table2 */
.cm_table.table2 {
	border-top: 1px solid #000;
}
.cm_table.table2 table {
	border-top: 0;
}
.cm_table.table2 table th,
.cm_table.table2 table td {
	height: 6.5rem;
	border-right: 0;
}
.cm_table.table2 table thead th {
	border-bottom: 1px solid #000;
	background-color: #fff;
}
.cm_table.table2 table tr:hover td {
	background-color: #f6fdee;
}
.cm_table.table2 table tr td a:hover {
	text-decoration: underline;
}
.cm_table.table2.hover_color2 table tr:hover td {
	background-color: #f7f8f9;
}
.cm_table.table2.border_table th,
.cm_table.table2.border_table td {
	border-right: 1px solid #ddd;
}
.cm_table.table2.border_table tr th:last-child,
.cm_table.table2.border_table tr td:last-child {
	border-right: 0;
}
.cm_table.table2.hover_none table tr:hover td {
	background-color: #fff;
}

/* **************************************************************************************** *
* search
* **************************************************************************************** */
/* **************************************************************************************** *
* sort
* **************************************************************************************** */
/* **************************************************************************************** *
* board
* **************************************************************************************** */
/* board search */
.board_search {
	margin-bottom: 3rem;
	padding: 2.8rem 20px;
	background-color: #f7f8f9;
}
.board_search .search_item {
	display: flex;
	position: relative;
	justify-content: center;
	width: 100%;
}
.board_search .search_label {
	align-self: center;
	padding-right: 2rem;
	font-weight: 500;
	font-size: 1.7rem;
}
.board_search .search_select {
	display: inline-flex;
	position: relative;
	flex: 0 0 auto;
	margin-right: 1rem;
}
.board_search .search_select > select {
	width: 20rem;
	margin-right: 1rem;
}
.board_search .search_select > select:last-child {
	width: 13rem;
	margin-right: 0;
}
.board_search .search_form_wrap {
	display: flex;
	width: 40rem;
}
.board_search .search_btn {
	display: block;
	flex: 0 0 auto;
	min-width: 11.5rem;
	height: 5rem;
	margin-left: 1rem;
	padding: 0 2.5rem;
	border-radius: 5px;
	background-color: #222;
	color: #fff;
}
.board_search .search_btn span {
	display: flex;
	align-items: center;
	justify-content: center;
}
.board_search .search_btn span:before {
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	margin-right: 1rem;
	background: url(../images/common/icon_search02.svg) no-repeat center/contain;
	content: '';
}

/* board option */
.board_option {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 2.5rem;
}
.board_utill {
	display: flex;
	align-items: center;
	margin: 0.3rem -1.5rem;
	font-size: 1.5rem;
}
.board_utill > li {
	position: relative;
	padding: 0.3rem 1.5rem;
}
.board_utill > li:before {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 1.4rem;
	margin-top: -0.7rem;
	background-color: #ddd;
	content: '';
}
.board_utill > li:last-child:before {
	display: none;
}

/* board list */
.cm_board_list {
	position: relative;
	width: 100%;
	overflow: auto;
}
.cm_board_list table {
	font-size: 1.6rem;
	text-align: center;
	table-layout: fixed;
}
.cm_board_list thead {
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
}
.cm_board_list thead th {
	height: 6rem;
	padding: 1.5rem 2rem;
	color: #222;
	font-weight: 500;
	font-size: 1.7rem;
}
.cm_board_list tbody tr {
	border-bottom: 1px solid #ddd;
}
.cm_board_list tbody tr:first-child {
	border-top: 1px solid #ddd;
}
.cm_board_list tbody tr:hover td {
	background-color: #fbfbfc;
}
.cm_board_list tbody tr.nodata:hover td {
	background-color: inherit;
}
.cm_board_list thead + tbody tr:first-child {
	border-top: none;
}
.cm_board_list tbody th,
.cm_board_list tbody td {
	height: 7rem;
	padding: 1rem;
	background-color: #fff;
	color: #444;
	font-size: 1.6rem;
	line-height: 1.5;
	word-break: keep-all;
}
.cm_board_list tr.notice,
.cm_board_list tr.notice th,
.cm_board_list tr.notice td {
	background-color: #f7f8f9;
}
.cm_board_list tr.nodata td {
	height: 12rem;
}
.cm_board_list .subject {
	color: #000;
	font-size: 1.7rem;
	text-align: left;
}
.cm_board_list .subject > div {
	display: flex;
	position: relative;
	align-items: center;
	width: 100%;
}
.cm_board_list .subject > div:has(.icon_new) {
	padding-left: 30px;
}
.cm_board_list .subject a {
	display: inline-block;
	position: relative;
	align-items: center;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
	white-space: nowrap;
}
.cm_board_list .subject a:hover {
	color: #538104;
	text-decoration: underline;
}
.cm_board_list .subject .icon_new {
	display: inline-flex;
	position: absolute;
	top: 2px;
	/* right: 0; */
	left: 0;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border-radius: 100%;
	background-color: #538104;
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	line-height: 1;
}
.cm_board_list .subject .icon_new + a {
	max-width: calc(100% - 2.5rem);
}
.cm_board_list .subject .cm_icon {
	flex-shrink: 0;
	margin-right: 1.2rem;
}
.cm_board_list .file_area {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
}
.cm_board_list .cm_label {
	min-width: 9.5rem;
	word-break: keep-all;
}
.cm_board_list .cm_label.notice {
	min-width: 0;
}
.cm_board_list .clsfc {
	font-weight: 500;
	word-break: keep-all;
}

/* board detail */
.cm_board_view {
	margin-top: -5.5rem;
	background-color: #fff;
	word-break: keep-all;
}
.cm_board_view .board_view_head {
	position: relative;
	padding: 3.5rem 4rem;
}
.cm_board_view .board_view_head .view_title_area {
	display: flex;
}
.cm_board_view .board_view_head .view_label {
	display: flex;
	flex-shrink: 0;
	margin-top: 0.2rem;
	margin-right: 1.5rem;
}
.cm_board_view .board_view_head .view_label.center {
	justify-content: center;
}
.cm_board_view .board_view_head .view_label .cm_label {
	height: 3.5rem;
	margin-right: 1rem;
	font-size: 1.5rem;
}
.cm_board_view .board_view_head .view_label .cm_label:last-child {
	margin-right: 0;
}
.cm_board_view .board_view_head .view_title {
	font-weight: 600;
	font-size: 2.6rem;
	line-height: 1.6;
	word-break: break-all;
}
.cm_board_view .board_view_head .view_title .cm_icon {
	flex-shrink: 0;
	margin-top: -0.5rem !important;
	margin-right: 0.5rem;
}
.cm_board_view .board_view_head .view_text {
	margin-top: 3rem;
	color: #666;
	line-height: 1.5;
}
.cm_board_view .board_view_head .view_info {
	margin-top: 1.5rem;
}
.cm_board_view .board_view_head .view_info .split_item {
	color: #000;
	font-size: 1.5rem;
}
.cm_board_view .board_view_head .view_info .split_item span {
	font-weight: 500;
}
.cm_board_view .board_view_cont {
	min-height: 20rem;
	padding: 4rem;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.cm_board_view .board_view_cont:before,
.cm_board_view .board_view_cont:after {
	display: block;
	content: '';
	line-height: 0;
}
.cm_board_view .board_view_cont:after {
	clear: both;
}
.cm_board_view .board_view_cont .view_swiper {
	position: relative;
	margin-bottom: 6rem;
}
.cm_board_view .board_view_cont .view_swiper .swiper {
	z-index: 1;
	position: relative;
	width: 100%;
	max-width: 74rem;
	margin: 0 auto;
}
.cm_board_view .board_view_cont .view_swiper .thumb_box {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 4rem;
}
.cm_board_view .board_view_cont .view_swiper .thumb_box:after {
	display: block;
	width: 100%;
	padding-top: 66.3%;
	content: '';
}
.cm_board_view .board_view_cont .view_swiper .thumb_box .thumb {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cm_board_view .board_view_cont .view_swiper .swiper-btn-wrap {
	display: flex;
	z-index: 2;
	position: absolute;
	right: 100px;
	bottom: 0;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 31rem;
	padding: 2rem 1.5rem 0;
	overflow: hidden;
	border-radius: 4rem 4rem 0 0;
	background-color: #fff;
	box-shadow: 0 -5px 3px 0 rgba(0, 0, 0, 0.07);
}
.cm_board_view .board_view_cont .view_swiper .swiper-btn-wrap .swiper-pagination {
	position: static;
	width: auto;
	margin: 0 2.5rem;
}
.cm_board_view .board_view_cont .view_swiper .swiper-btn-wrap .swiper-pagination .swiper-pagination-current {
	font-weight: 600;
	font-size: 2.2rem;
}
.cm_board_view .board_view_cont .view_swiper .swiper-btn-wrap .swiper-btn {
	width: 6rem;
	height: 6rem;
	border-radius: 100%;
	background-position: center;
	background-size: 1.7rem;
	background-repeat: no-repeat;
	font-size: 0;
	transition: background-color 0.2s, background-image 0.2s;
}
.cm_board_view .board_view_cont .view_swiper .swiper-btn-wrap .swiper-btn.swiper-prev {
	background-image: url(../images/common/icon_arr01.svg);
}
.cm_board_view .board_view_cont .view_swiper .swiper-btn-wrap .swiper-btn.swiper-prev:hover {
	background-image: url(../images/common/icon_arr01.svg);
}
.cm_board_view .board_view_cont .view_swiper .swiper-btn-wrap .swiper-btn.swiper-next {
	background-image: url(../images/common/icon_arr02.svg);
}
.cm_board_view .board_view_cont .view_swiper .swiper-btn-wrap .swiper-btn.swiper-next:hover {
	background-image: url(../images/common/icon_arr02.svg);
}
.cm_board_view .board_view_cont .view_swiper .swiper-btn-wrap .swiper-btn:hover {
	background-color: #f4f4f4;
}
.cm_board_view .board_view_cont .answer_cont {
	display: block;
	width: calc(100% + 8rem);
	margin: 0 -4rem;
	margin-top: 5rem;
	padding: 3rem 4rem;
	border: 1px solid #ddd;
	border-radius: 5px;
}
.cm_board_view .board_view_cont .answer_cont .ans_title > p {
	display: inline-block;
	padding-bottom: 0.3rem;
	border-bottom: 1px solid #01276b;
	color: #01276b;
	font-weight: 500;
	vertical-align: top;
}
.cm_board_view .board_view_cont .answer_cont .ans_text {
	margin-top: 1.5rem;
	line-height: 2;
}
.cm_board_view .board_view_cont .answer_cont .ans_text.nodata {
	color: #999;
}
.cm_board_view .board_view_cont .answer_cont .ans_info {
	display: flex;
	align-items: center;
	margin-top: 2.5rem;
}
.cm_board_view .board_view_cont .answer_cont .ans_info .cm_text_icon {
	margin-right: 2.5rem;
}
.cm_board_view .board_view_cont .answer_cont .ans_info .cm_text_icon:last-child {
	margin-right: 0;
}
.cm_board_view .board_view_file {
	padding: 0 4rem 3.5rem;
}
.cm_board_view ~ .cm_btn_area.center .cm_btn {
	min-width: 12rem;
}
.cm_board_view.answ_view {
	margin-top: -1px;
	border-top: 1px solid #000;
}
.cm_board_view.answ_view .board_view_head {
	background: #f9f9f9;
}
.cm_board_view.answ_view .board_view_file {
	background: #f9f9f9;
}
.cm_board_view .cm_table.table1 {
	border-top: 1px solid #ddd;
}
.cm_board_view .cm_table.table1 table ~ table {
	border-top: 1px solid #ddd;
}
.cm_board_view .cm_table.table1 + .board_view_cont {
	border-top: 0;
}

.editor_cont {
	font-size: 1.6rem;
	line-height: 1.6;
	letter-spacing: 0;
	/* white-space: break-spaces; */
	word-break: break-all;
	max-width: 100%;
	overflow: auto;
}
.editor_cont * {
	font-size: inherit;
	font-family: 'OpenSans', 'Noto Sans KR', 'Malgun Gothic', '맑은 고딕', helvetica, 'Apple SD Gothic Neo', sans-serif !important;
	/* white-space: break-spaces; */
}
.editor_cont pre {
	white-space: break-spaces;
    word-break: break-all;
}
.editor_cont em,
.editor_cont i {
	font-style: italic;
}
.editor_cont strong,
.editor_cont b {
	font-weight: bold;
}
.editor_cont sup {
	font-size: smaller;
	vertical-align: super;
}
.editor_cont sub {
	font-size: smaller;
	vertical-align: sub;
}
.editor_cont img {
	max-width: 100% !important;
	height: auto !important;
}
.editor_cont table {
	max-width: 100%;
}
.editor_cont table th {
	padding: 5px;
	border: 1px solid #666;
	border-top: 0;
	border-right: 0;
}
.editor_cont table th:last-child {
	border-right: 1px solid #666;
}
.editor_cont table tr:first-child th {
	border-top: 1px solid #666;
}
.editor_cont table tbody td {
	padding: 5px;
	border: 1px solid #666;
	border-top: 0;
	border-right: 0;
}
.editor_cont table tbody td:last-child {
	border-right: 1px solid #666;
}
.editor_cont table tbody tr:first-child td {
	border-top: 1px solid #666;
}
.editor_cont .marker {
	background-color: Yellow;
}
.editor_cont img[usemap] area:focus-visible {
	outline: 3px dashed;
	outline-offset: 3px;
}

/* board detail2 */
.cm_board_view2 {
	margin-top: -5.5rem;
	background-color: #fff;
	word-break: keep-all;
}
.cm_board_view2 .board_view_head {
	padding: 4.2rem 3rem 4rem;
	border-bottom: 1px solid #ddd;
}
.cm_board_view2 .board_view_head .board_view_title {
	margin-bottom: 1.2rem;
	font-weight: bold;
	font-size: 2.8rem;
}
.cm_board_view2 .board_view_head .team,
.cm_board_view2 .board_view_head .label {
	display: inline-block;
}
.cm_board_view2 .board_view_head .team {
	margin-right: 1.5rem;
}
.cm_board_view2 .board_view_head .label {
	display: inline-flex;
	gap: 1rem;
}
.cm_board_view2 .board_view_info {
	margin-top: 4rem;
	letter-spacing: -0.12rem;
}
.cm_board_view2 .board_view_info .cm_box.box2 {
	padding: 3rem;
	border-radius: 0.8rem;
}
.cm_board_view2 .board_view_info .info_item {
	display: flex;
	margin-bottom: 1.6rem;
	font-size: 1.6rem;
}
.cm_board_view2 .board_view_info .info_item:last-child {
	margin-bottom: 0;
}
.cm_board_view2 .board_view_info .info_item .title {
	width: 8.5rem;
	color: #000;
	font-weight: 500;
}
.cm_board_view2 .board_view_info .info_item .desc {
	width: calc(100% - 8.5rem);
	color: #444;
}
.cm_board_view2 .board_view_info .btn_area {
	margin-top: 2rem;
}
.cm_board_view2 .board_view_detail {
	margin-top: 5rem;
}
.cm_board_view2 .board_view_detail .cm_box.box3 {
	margin-top: 5rem;
}
.cm_board_view2 .board_view_detail .cm_box.box3 .cm_bullet.bullet1 {
	color: #222;
	font-weight: 500;
	font-size: 17px;
}
.cm_board_view2 .board_view_detail .cm_box.box3 .cm_bullet.bullet1 > *:before {
	top: 1rem;
	background: #222;
}
.cm_board_view2 .board_view_detail .cm_info.jobaba {
	margin-top: 4.5rem;
}
.cm_board_view2 .cm_btn_area .cm_btn {
	padding-right: 6rem;
	padding-left: 6rem;
	border-radius: 5px;
	background: #222;
	font-weight: 400;
	font-size: 1.6rem;
}

/* editor */
.cm_editor {
	font-size: var(--default_font_size);
	line-height: 1.5;
	font-family: 'NanumSquare', 'Malgun Gothic', '맑은 고딕', helvetica, 'Apple SD Gothic Neo', sans-serif;
	letter-spacing: 0;
	white-space: break-spaces;
	word-break: break-all;
}
.cm_editor * {
	font-size: inherit;
	line-height: 1.5;
	font-family: 'NanumSquare', 'Malgun Gothic', '맑은 고딕', helvetica, 'Apple SD Gothic Neo', sans-serif;
	white-space: break-spaces;
}
.cm_editor em,
.cm_editor i {
	font-style: italic;
}
.cm_editor strong,
.cm_editor b {
	font-weight: bold;
}
.cm_editor sup {
	font-size: smaller;
	vertical-align: super;
}
.cm_editor sub {
	font-size: smaller;
	vertical-align: sub;
}
.cm_editor img {
	max-width: 100% !important;
	height: auto !important;
}
.cm_editor table {
	max-width: 100%;
}
.cm_editor table th {
	padding: 5px;
	border: 1px solid #666;
	border-top: 0;
	border-right: 0;
}
.cm_editor table th:last-child {
	border-right: 1px solid #666;
}
.cm_editor table td {
	padding: 5px;
	border: 1px solid #666;
	border-top: 0;
	border-right: 0;
}
.cm_editor table td:last-child {
	border-right: 1px solid #666;
}
.cm_editor table tr:first-child th {
	border-top: 1px solid #666;
}
.cm_editor table tr:first-child td {
	border-top: 1px solid #666;
}
.cm_editor .marker {
	background-color: Yellow;
}

/* board write */
.cm_board_write {
	margin-top: -2rem;
	padding-bottom: 3rem;
	border-bottom: 1px solid #ddd;
}
.cm_board_write > .form_group {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1rem;
}
.cm_board_write > .form_group .col,
.cm_board_write > .form_group [class^='col-'] {
	padding-right: 1rem;
	padding-left: 1rem;
}
.cm_board_write > .form_group .col-text {
	align-self: center;
	text-align: center;
}
.cm_board_write > .form_group.between {
	justify-content: space-between !important;
}
.cm_board_write > .form_group.end {
	justify-content: flex-end !important;
}
.cm_board_write > .form_group.noCols {
	margin: 0;
}
.cm_board_write > .form_group.fixed {
	flex-wrap: nowrap;
}
.cm_board_write > .form_group.fixed .col,
.cm_board_write > .form_group.fixed .fixed [class^='col-'] {
	flex-shrink: 1;
}
.cm_board_write .highlight {
	color: #538104;
	font-weight: 500;
}
.cm_board_write [class^='col-'] > .form_label {
	width: auto;
	font-size: 1.7rem;
}
.cm_board_write textarea.form_control {
	min-height: 25rem;
}
.cm_board_write ~ .cm_btn_area.center .cm_btn {
	min-width: 12rem;
}
.cm_board_write.type2 {
	padding-top: 30px;
	border-top: 1px solid #000;
}

/* faq */
.cm_faq {
	border-top: 1px solid #000;
}
.cm_faq .faq_item {
	border-bottom: 1px solid #ddd;
}
.cm_faq .faq_item .item_head {
	display: flex;
	position: relative;
	padding: 2.5rem 3rem;
	padding-right: 6rem;
	background-color: #fff;
	cursor: pointer;
}
.cm_faq .faq_item .item_head:after {
	position: absolute;
	top: 50%;
	right: 3rem;
	width: 1.8rem;
	height: 1.8rem;
	margin-top: -0.9rem;
	background-image: url(../images/common/icon_arr19.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	content: '';
}
.cm_faq .faq_item.active .item_head:after {
	background-image: url(../images/common/icon_arr16.svg);
}
.cm_faq .faq_item .item_head:focus-visible {
	outline: 3px dashed;
	outline-offset: -3px;
}
.cm_faq .faq_item .item_head .item_icon {
	flex-shrink: 0;
	margin-top: -1px;
	color: #538104;
	font-weight: 500;
	font-size: 2rem;
}
.cm_faq .faq_item .item_head .item_title {
	width: 100%;
	padding-left: 2rem;
	font-weight: 500;
	font-size: 1.8rem;
	word-break: keep-all;
}
.cm_faq .faq_item .item_head:hover .item_title {
	text-decoration: underline;
}
.cm_faq .faq_item .item_body {
	display: none;
	padding: 4rem 4rem 4rem 7rem;
	border-top: 1px solid #ddd;
	border-left: 3px solid #538104;
	background-color: #f7f8f9;
	line-height: 1.6;
}

/* **************************************************************************************** *
* comment
* **************************************************************************************** */
/* **************************************************************************************** *
* form
* **************************************************************************************** */
input::-ms-clear,
input::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
	display: none;
}

/* cm_form_area */
.cm_form_area > .form_group + .form_group {
	margin-top: 2rem;
}

/* form_group */
.form_group {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.5rem;
}
.form_group .col,
.form_group [class^='col-'] {
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}
.form_group .col-text {
	align-self: center;
	text-align: center;
}
.form_group.between {
	justify-content: space-between !important;
}
.form_group.end {
	justify-content: flex-end !important;
}
.form_group.noCols {
	margin: 0;
}
.form_group.fixed {
	flex-wrap: nowrap;
}
.form_group.fixed .col,
.form_group.fixed .fixed [class^='col-'] {
	flex-shrink: 1;
}

.form_group2 {
	display: flex;
}
.form_group2 ~ .form_group2 {
	margin-top: 4rem;
}
.form_group2 .form_title {
	width: 8.5rem;
	color: #444;
	font-weight: 600;
	margin-top: 1.5rem;
}
.form_group2 .form_content {
	flex: 1;
}

/* form_label */
.form_label {
	display: inline-flex;
	flex-shrink: 0;
	align-items: center;
	align-self: center;
	width: 100%;
	font-weight: 600;
}

/* form_control */
.form_control {
	width: 100%;
	height: 5rem;
	padding: 0 1.5rem;
	border: 1px solid #ddd;
	border-radius: 0.5rem;
	background-color: #fff;
}
.form_control.form_datepicker {
	padding-left: 4.5rem;
	background: #fff url(../images/common/icon_calendar01.svg) no-repeat left 1.5rem center/1.6rem;
}
.form_control[readonly],
.form_control:disabled {
	border-color: #ddd;
	background-color: #f5f7fa;
	color: #555;
	opacity: 1;
	resize: none;
}
.form_control:focus {
	outline-offset: 0;
}

textarea.form_control {
	height: 15rem;
	padding: 1.5rem;
	resize: vertical;
}

select.form_control {
	padding-right: 3.5rem;
	background: #fff url(../images/common/icon_arr_select.svg) no-repeat right 1.5rem center/1.1rem;
}

/* checkbox / radio */
.form_check_area {
	display: flex;
	flex-wrap: wrap;
	margin: -0.5rem -1.5rem;
}
.form_check_area.right {
	justify-content: flex-end;
}
.form_check_area.center {
	justify-content: center;
}
.form_check_area > li {
	padding: 0.5rem 1.5rem;
}

.form_check_area2 {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

/* form_check */
.form_check {
	display: inline-flex;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
}
.form_check input[type='checkbox'],
.form_check input[type='radio'] {
	width: 0.1rem;
	height: 0.1rem;
	z-index: 1;
	position: absolute;
	top: 0.5rem;
	left: 0.5rem;
	border-color: transparent;
	background-color: transparent;
	opacity: 0;
}
.form_check input[type='checkbox']:focus-visible,
.form_check input[type='radio']:focus-visible {
	outline: none;
}
.form_check input[type='checkbox']:focus-visible + .form_label,
.form_check input[type='radio']:focus-visible + .form_label {
	outline: 2px dashed #000;
	outline-offset: 2px;
}
.form_check input + .form_label {
	display: flex;
	z-index: 2;
	position: relative;
	align-items: center;
	height: auto;
	margin: 0;
	font-weight: 400;
	line-height: 1.4;
	cursor: pointer;
	user-select: none;
}
.form_check input + .form_label:before {
	flex-shrink: 0;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	content: '';
}
.form_check.notext input + .form_label {
	font-size: 0 !important;
}
.form_check.notext input + .form_label:before {
	margin: 0 !important;
}

/* check1 */
.form_check.check1 input + .form_label:before {
	width: 2.2rem;
	height: 2.2rem;
	margin-right: 1rem;
	border: 1px solid #717171;
	border-radius: 0.3rem;
	background-color: #fff;
}
.form_check.check1 input[type='radio'] + .form_label:before {
	width: 2rem;
	height: 2rem;
	margin-top: -0.1rem;
	border-radius: 100%;
}
.form_check.check1 input:checked + .form_label:before {
	border-color: #538104;
	background-color: #538104;
}
.form_check.check1 input[type='checkbox']:checked + .form_label:before {
	background-image: url(../images/common/icon_check01.svg);
}
.form_check.check1 input[type='radio']:checked + .form_label:before {
	background-image: url(../images/common/icon_radio01.svg);
}
.form_check.check1 input:disabled + .form_label,
.form_check.check1 input:disabled:focus-visible + .form_label {
	color: #999;
	cursor: default;
}
.form_check.check1 input:disabled + .form_label:before,
.form_check.check1 input:disabled:focus-visible + .form_label:before,
.form_check.check1 input:disabled:checked + .form_label:before,
.form_check.check1 input:disabled:focus-visible:checked + .form_label:before {
	border-color: #ddd;
	background-color: #f6f6f6;
}
.form_check.check1 input[type='checkbox']:disabled:checked + .form_label:before,
.form_check.check1 input[type='checkbox']:disabled:focus-visible:checked + .form_label:before {
	background-image: url(../images/common/icon_check02.svg);
}
.form_check.check1 input[type='radio']:disabled:checked + .form_label:before,
.form_check.check1 input[type='radio']:disabled:focus-visible:checked + .form_label:before {
	background-image: url(../images/common/icon_radio02.svg);
}

/* check2 */
.form_check.check2 input {
	top: 10px;
	left: 10px;
}
.form_check.check2 input + .form_label {
	justify-content: center;
	height: 5rem;
	padding: 1rem 2.5rem;
	border: 2px solid #ebf0f5;
	border-radius: 100px;
	background-color: #ebf0f5;
	font-weight: 700;
	text-align: center;
	transition: border-color 0.1s;
}
.form_check.check2 input + .form_label:after {
	z-index: 2;
	position: absolute;
	top: -10px;
	right: 0;
	width: 2.4rem;
	height: 2.4rem;
	border-radius: 100%;
	background: #2f72bf url(../images/common/icon_check03.svg) no-repeat center/1.3rem;
	content: '';
	opacity: 0;
	transition: opacity 0.1s;
}
.form_check.check2 input + .form_label:hover {
	border-color: #2f72bf;
}
.form_check.check2 input:checked + .form_label {
	border-color: #2f72bf;
}
.form_check.check2 input:checked + .form_label:after {
	opacity: 1;
}
.form_check.check2 input:focus-visible + .form_label {
	outline: 2px dashed #000;
	outline-offset: 2px;
}

.form_check.check3 input + .form_label {
	border-radius: 1rem;
	border: 1px solid #ccc;
	background: #fff;
	color: #333;
	padding: 0 2rem;
	height: 5rem;
	white-space: nowrap;
	font-size: 1.55rem;
	transition: border 0.3s;
}
.form_check.check3 input + .form_label:hover {
	border-color: #000;
}
.form_check.check3.round input + .form_label {
	border-radius: 50px;
}
.form_check.check3 input + .form_label:before {
	display: none;
}
.form_check.check3 input:checked + .form_label {
	border-color: #3472e7;
	background: #3472e7; 
	color: #fff;
	font-weight: 600;
}

/* check4 */
.form_check.check4 input + .form_label:before {
	width: 2.2rem;
	height: 2.2rem;
	margin-right: 1rem;
	border: 1px solid #ddd;
	border-radius: 0.3rem;
	background-color: #fff;
}
.form_check.check4 input[type='radio'] + .form_label:before {
	width: 2rem;
	height: 2rem;
	margin-top: -0.1rem;
	border-radius: 100%;
}
.form_check.check4 input:checked + .form_label:before {
	border-color: #0451a9;
	background-color: #0451a9;
}
.form_check.check4 input[type='checkbox']:checked + .form_label:before {
	background-image: url(../images/common/icon_check01.svg);
}
.form_check.check4 input[type='radio']:checked + .form_label:before {
	background-image: url(../images/common/icon_radio01.svg);
}
.form_check.check4 input:disabled + .form_label,
.form_check.check4 input:disabled:focus-visible + .form_label {
	color: #999;
	cursor: default;
}
.form_check.check4 input:disabled + .form_label:before,
.form_check.check4 input:disabled:focus-visible + .form_label:before,
.form_check.check4 input:disabled:checked + .form_label:before,
.form_check.check4 input:disabled:focus-visible:checked + .form_label:before {
	border-color: #ddd;
	background-color: #f6f6f6;
}
.form_check.check4 input[type='checkbox']:disabled:checked + .form_label:before,
.form_check.check4 input[type='checkbox']:disabled:focus-visible:checked + .form_label:before {
	background-image: url(../images/common/icon_check02.svg);
}
.form_check.check4 input[type='radio']:disabled:checked + .form_label:before,
.form_check.check4 input[type='radio']:disabled:focus-visible:checked + .form_label:before {
	background-image: url(../images/common/icon_radio02.svg);
}

/* toggle */
.form_check.toggle {
	display: inline-block;
	margin-right: 1.5rem;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
}
.form_check.toggle:last-child {
	margin-right: 0;
}
.form_check.toggle input + .form_label {
	display: block;
	position: relative;
	width: 3.6rem;
	height: 1.4rem;
	border-radius: 1.4rem;
	background-color: #dbddde;
	font-size: 0;
	cursor: pointer;
	transition: background-color 0.15s;
}
.form_check.toggle input + .form_label:after {
	position: absolute;
	top: 50%;
	left: 0;
	width: 2.2rem;
	height: 2.2rem;
	margin-top: -1.1rem;
	border: 1px solid #f1f3f4;
	border-radius: 100%;
	background-color: #fff;
	box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.1);
	content: '';
	transition: background-color 0.15s, border-color 0.15s, left 0.15s;
}
.form_check.toggle input:checked + .form_label {
	background-color: #b9ccff;
}
.form_check.toggle input:checked + .form_label:after {
	left: calc(100% - 2.2rem);
	border-color: #2f72bf;
	background-color: #2f72bf;
}
.form_check.toggle input:disabled + .form_label:after {
	border-color: #bdbdbd;
	background-color: #bdbdbd;
}
.form_check.toggle input:checked:disabled + .form_label {
	background-color: #dbddde;
}
.form_check.toggle input:focus-visible + .form_label {
	outline: 2px dashed #000;
	outline-offset: 4px;
}

/* cate_check */
.form_check.cate_check {
	overflow: hidden;
}
.form_check.cate_check input + .form_label {
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 7rem 2rem 6.5rem;
	border-radius: 0.8rem;
	background-color: #fff;
}
.form_check.cate_check input + .form_label .label_icon {
	display: block;
	position: relative;
	width: 9rem;
	height: 9rem;
	border-radius: 100%;
}
.form_check.cate_check input + .form_label .label_icon.icon_img {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #035b99;
	border: 0;
    transition: background 0.15s ease-in-out;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.cm_overview13 .form_check.cate_check input + .form_label:hover .label_icon.icon_img {
	background-color: rgba(255, 255, 255, 0.05);
}
.cm_overview13 .form_check.cate_check input:checked + .form_label .label_icon.icon_img {
	background-color: #fff;
}
.cm_overview13 .form_check.cate_check input + .form_label .label_icon.icon_img img {
	transform: scale(1.2);
}
.form_check.cate_check input + .form_label .label_icon span {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: 1px solid #ddd;
	border-radius: 100%;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	background-color: #fff;
	font-size: 0;
	transition: background-size 0.1s;
}
.form_check.cate_check input + .form_label .label_icon:before {
	z-index: 1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 2px solid #2f72bf;
	border-radius: 100%;
	content: '';
	opacity: 0;
	transition: opacity 0.2s;
}
.form_check.cate_check input + .form_label .label_icon:after {
	z-index: 2;
	position: absolute;
	top: 0;
	right: 0;
	width: 2.4rem;
	height: 2.4rem;
	border-radius: 100%;
	background: #2f72bf url(../images/common/icon_check03.svg) no-repeat center/1.3rem;
	content: '';
	opacity: 0;
	transition: opacity 0.2s;
}
.form_check.cate_check input + .form_label .label_icon.label_icon00 span {
	background-image: url(../images/common/icon_cate00.svg);
}
.form_check.cate_check input + .form_label .label_icon.label_icon00_pt span {
	background-image: url(../images/common/icon_cate00_pt.svg);
}
.form_check.cate_check input + .form_label .label_icon.label_icon00_wt span {
	background-image: url(../images/common/icon_cate00_wt.svg);
}
.form_check.cate_check input + .form_label .label_icon.label_icon1 span {
	background-image: url(../images/common/icon_cate01.svg);
}
.form_check.cate_check input + .form_label .label_icon.label_icon2 span {
	background-image: url(../images/common/icon_cate02.svg);
}
.form_check.cate_check input + .form_label .label_icon.label_icon3 span {
	background-image: url(../images/common/icon_cate03.svg);
}
.form_check.cate_check input + .form_label .label_icon.label_icon4 span {
	background-image: url(../images/common/icon_cate04.svg);
}
.form_check.cate_check input + .form_label .label_icon.label_icon5 span {
	background-image: url(../images/common/icon_cate05.svg);
}
.form_check.cate_check input + .form_label .label_icon.label_icon6 span {
	background-image: url(../images/common/icon_cate06.svg);
}
.form_check.cate_check input + .form_label .label_icon.label_icon7 span {
	background-image: url(../images/common/icon_cate07.svg);
}
.form_check.cate_check input + .form_label .label_icon.label_icon8 span {
	background-image: url(../images/common/icon_cate08.svg);
}
.form_check.cate_check input + .form_label .label_icon.label_icon8_pt span {
	background-image: url(../images/common/icon_cate08_pt.svg);
}
.form_check.cate_check input + .form_label .label_icon.label_icon8_wt span {
	background-image: url(../images/common/icon_cate08_wt.svg);
}

.form_check.cate_check input + .form_label .label_icon.label_icon9 span {
	background-image: url(../images/common/icon_cate09.svg);
}
.form_check.cate_check input + .form_label .label_icon.label_icon10 span {
	background-image: url(../images/common/icon_cate10.svg);
}
.form_check.cate_check input + .form_label .label_icon.label_icon11 span {
	background-image: url(../images/common/icon_cate11.svg);
}
.form_check.cate_check input + .form_label .label_icon.label_icon12 span {
	background-image: url(../images/common/icon_cate12.svg);
}
.form_check.cate_check input + .form_label .label_icon.label_icon13 span {
	background-image: url(../images/common/icon_cate13.svg);
}
.form_check.cate_check input + .form_label .label_icon.label_icon14 span {
	background-image: url(../images/common/icon_cate14.svg);
}
.form_check.cate_check input + .form_label .label_icon.label_icon15 span {
	background-image: url(../images/common/icon_cate15.svg);
}


.form_check.cate_check input + .form_label p {
	display: block;
	margin-top: 2rem;
	font-weight: 700;
	font-size: 1.7rem;
}
.form_check.cate_check input + .form_label:hover .label_icon:before {
	opacity: 1;
}
.form_check.cate_check input:checked + .form_label .label_icon span {
	background-size: 110%;
}
.form_check.cate_check input:checked + .form_label .label_icon:before,
.form_check.cate_check input:checked + .form_label .label_icon:after {
	opacity: 1;
}
.form_check.cate_check input:focus-visible + .form_label {
	outline: 2px dashed #000;
	outline-offset: -2px;
}

/* form_file */
.form_file {
	display: flex;
	position: relative;
	width: 100%;
	margin: 0;
}
.form_file .form_file_btn {
	flex-shrink: 0;
	width: 11rem;
	padding-right: 1rem;
}
.form_file .form_file_btn input[type='file'] {
	z-index: 1;
	position: absolute;
	top: 0.1rem;
	left: 0.1rem;
	width: 9.8rem;
	height: 4.8rem;
}
.form_file .form_file_btn .cm_btn {
	z-index: 2;
	position: relative;
	width: 100%;
}
.form_file .form_file_btn .cm_btn:focus-visible {
	outline: 2px dashed #000;
	outline-offset: 2px;
}
.form_file .form_file_input {
	display: flex;
	position: relative;
	align-items: center;
	width: calc(100% - 11rem);
	padding: 1rem 1.5rem;
	border: 1px solid #ddd;
	border-radius: 0.5rem;
	background-color: #fff;
}
.form_file .form_file_input .form_file_text {
	display: block;
	width: 100%;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.form_file .form_file_input .form_file_delete {
	flex-shrink: 0;
	width: 1.5rem;
	height: 1.5rem;
	margin-top: 0.2rem;
	margin-left: 1rem;
	background: url(../images/common/icon_close02.svg) no-repeat center/contain;
	font-size: 0;
}
.form_file .form_file_btn input[type='file']:focus-visible + .cm_btn {
	outline: 2px dashed #000;
	outline-offset: 2px;
}
.form_file .form_file_input .form_file_delete:focus-visible {
	outline: 2px dashed #000;
	outline-offset: 2px;
}

/* form_file_list */
.form_file_list li {
	display: flex;
	position: relative;
	align-items: center;
	margin-bottom: 1.5rem;
	flex-wrap: wrap;
	gap: 6px 0;
}
.form_file_list li:before {
	display: block;
	flex-shrink: 0;
	width: 1.5rem;
	height: 1.6rem;
	margin-right: 1rem;
	background: url(../images/common/icon_file01.svg) no-repeat center/100%;
	content: '';
}
.form_file_list li:last-child {
	margin-bottom: 0;
}
.form_file_list li > * {
	display: inline-flex;
	flex-shrink: 0;
	max-width: calc(100% - 2.5rem - 4rem);
	vertical-align: top;
}
.form_file_list li > * span {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
	line-height: 1.4;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: color 0.2s;
}
.form_file_list .form_file_delete {
	flex-shrink: 0;
	width: 1.5rem;
	height: 1.5rem;
	margin-top: 0.1rem;
	margin-left: 1rem;
	background: url(../images/common/icon_close02.svg) no-repeat center/contain;
	font-size: 0;
}
.form_file_list li > *:focus-visible {
	outline: 2px dashed #000;
	outline-offset: 2px;
}
.form_file_list .form_file_delete:focus-visible {
	outline: 2px dashed #000;
	outline-offset: 2px;
}
.form_file_list.lg li {
	font-size: 1.8rem;
}
.form_file_list.lg li:before {
	width: 1.8rem;
	height: 1.8rem;
}
.form_file_list .form_alt {
	margin-left: 3.8rem;
	width: calc(100% - 3.8rem);
	max-width: calc(100% - 3.8rem);
	height: 3.8rem;
	font-size: 1.4rem;
}

/* ui select */
.user_select .ui-selectmenu-button.ui-button {
	display: flex;
	align-items: center;
	width: 100%;
	height: 5rem;
	padding: 0 1.5rem;
	padding-right: 3rem;
	border: 1px solid #ddd;
	border-radius: 0.5rem;
	background: #fff url(../images/common/icon_arr_select.svg) no-repeat right 1.5rem center/1.1rem;
	color: #222;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1;
}
.user_select .ui-selectmenu-button.ui-button.ui-selectmenu-button-open {
	background-image: url(../images/common/icon_arr_select_on.svg);
}
.user_select .ui-selectmenu-button.ui-button .ui-icon {
	display: none;
}
.user_select .ui-selectmenu-button.ui-button.ui-state-active:hover {
	background-color: #fff;
	color: #222;
	font-weight: 400;
}
.ui-selectmenu-menu .ui-menu {
	margin-top: 0.5rem;
	padding: 0;
	border: 1px solid #ddd;
	border-radius: 0.5rem;
}
.ui-selectmenu-menu .ui-menu .ui-menu-item-wrapper {
	display: flex;
	align-items: center;
	height: 3rem;
	padding: 0 1.5rem;
	border: 0;
	font-size: 1.4rem;
	line-height: 1;
}
.ui-selectmenu-menu .ui-menu .ui-menu-item-wrapper:active,
.ui-selectmenu-menu .ui-menu .ui-menu-item-wrapper:hover,
.ui-selectmenu-menu .ui-menu .ui-menu-item-wrapper.ui-state-active {
	margin: 0;
	background-color: #eef2f8;
	color: #222;
	font-weight: 400;
}

/* ui datepicker */
.ui-datepicker {
	z-index: 10;
	width: 26rem;
	padding: 0;
	overflow: hidden;
	border: 1px solid #dee0e1;
	border-radius: 0.5rem;
	font-size: 1.4rem;
}
.ui-datepicker .ui-datepicker-header {
	padding: 1rem;
	border: 0;
	border-bottom: 1px solid #dee0e1;
	border-radius: 0;
	background-image: none;
	background-color: #eff2f9;
}
.ui-datepicker .ui-datepicker-title {
	position: relative;
	margin: 0;
	line-height: 1;
}
.ui-datepicker .ui-datepicker-title select {
	width: 8rem;
	height: 3rem;
	margin: 0 0.5rem;
	padding: 0 1rem;
	padding-right: 3rem;
	border: 1px solid #dee0e1;
	border-radius: 0.3rem;
	background: #fff url(../images/common/icon_arr_select.svg) no-repeat right 1rem center/1.1rem;
	color: #333;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.5;
	transition: border-color 0.15s ease-in-out;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	z-index: 1;
	position: absolute;
	top: 50%;
	width: 3rem;
	height: 3rem;
	margin-top: -1.5rem;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: none;
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
	border: 0;
	background-color: transparent;
}
.ui-datepicker .ui-datepicker-prev {
	background-image: url(../images/common/icon_arr01.svg);
}
.ui-datepicker .ui-datepicker-next {
	background-image: url(../images/common/icon_arr02.svg);
}
.ui-datepicker table {
	margin: 0;
}
.ui-datepicker table th {
	height: 3rem;
	padding: 0;
	background-color: #e6ebf7;
	text-align: center;
}
.ui-datepicker table td {
	height: 3rem;
	padding: 0;
	border-top: 1px solid #dee0e1;
	border-right: 1px solid #dee0e1;
	text-align: center;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	display: block;
	width: 100%;
	height: 3rem;
	padding: 0;
	border: 0;
	background-image: none;
	background-color: #fff;
	line-height: 3rem;
	text-align: center;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	background-color: #2f72bf;
	color: #fff;
	font-weight: 600;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	background-color: #f5f6fa;
	color: #2f72bf;
	font-weight: 600;
}

/* **************************************************************************************** *
* list
* **************************************************************************************** */
.cm_list {
	width: 100%;
}
.cm_list .list_body {
	display: grid;
	width: 100%;
	word-break: keep-all;
}
.cm_list .list_item {
	display: block;
	height: 100%;
}
.cm_list .list_item .item_box {
	display: block;
	height: 100%;
}
.cm_list .list_item .thumb_area {
	display: block;
	position: relative;
	width: 100%;
}
.cm_list .list_item .thumb_area .thumb_box {
	z-index: 1;
	position: relative;
	width: 100%;
	overflow: hidden;
	background-color: #ddd;
}
.cm_list .list_item .thumb_area .thumb_box:after {
	display: block;
	width: 100%;
	content: '';
}
.cm_list .list_item .thumb_area .thumb_box .item_thumb {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	image-rendering: -webkit-optimize-contrast;
	transition: transform 0.6s;
}
.cm_list .list_item .desc_area {
	position: relative;
	width: 100%;
}
.cm_list .list_item:hover .thumb_area .thumb_box .item_thumb {
	transform: scale(1.05) rotate(-0.001deg);
}
.cm_list .list_item:hover .item_title {
	text-decoration: underline;
}

/* list1 */
.cm_list.list1 .list_body {
	grid-template-columns: repeat(3, minmax(1px, auto));
	gap: 3rem;
}
.cm_list.list1 .list_item .item_box {
	display: flex;
	position: relative;
	flex-direction: column;
	border-radius: 0.8rem;
	background-color: #fff;
}
.cm_list.list1 .list_item .item_box:after {
	z-index: -1;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	border: 2px solid #000;
	border-radius: inherit;
	content: '';
	opacity: 0;
	transition: opacity 0.2s;
}
.cm_list.list1 .list_item .item_top {
	height: 100%;
	padding: 4rem;
}
.cm_list.list1 .list_item .item_btm {
	flex-shrink: 0;
	padding: 3rem 4rem;
	border-top: 1px solid #ddd;
}
.cm_list.list1 .list_item .item_label {
	display: flex;
	flex-wrap: wrap;
	margin: -0.3rem -0.5rem;
	margin-bottom: 3.5rem;
}
.cm_list.list1 .list_item .item_label .cm_label {
	margin: 0.3rem 0.5rem;
}
.cm_list.list1 .list_item .item_info {
	display: flex;
}
.cm_list.list1 .list_item .item_info dt {
	flex-shrink: 0;
	margin-right: 1rem;
	font-weight: 500;
}
.cm_list.list1 .list_item .item_info dd {
	width: 100%;
	color: #666;
}
.cm_list.list1 .list_item:hover .item_box:after {
	z-index: 1;
	opacity: 1;
}
.cm_list.list1 .list_item .item_title {
	display: -webkit-box;
	height: 5.6rem;
	font-weight: 500;
	font-size: 2rem;
	line-height: 1.4;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.cm_list.list1 .list_item .item_desc {
	display: -webkit-box;
	height: 6.72rem;
	margin-top: 2.5rem;
	color: #444;
	font-size: 1.6rem;
	line-height: 1.4;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.main_contents .cm_list.list1 .list_item .item_info dt {
	font-weight: 700;
}
.main_contents .cm_list.list1 .list_item .item_title {
	font-weight: 700;
}

/* list2 */
.cm_list.list2 .list_body {
	grid-template-columns: 1fr;
}
.cm_list.list2 .list_item {
	padding: 5rem 0;
	border-bottom: 1px dashed #ddd;
}
.cm_list.list2 .list_item:last-child {
	border-bottom: 0;
}
.cm_list.list2 .list_item .item_box {
	display: flex;
	align-items: center;
}
.cm_list.list2 .list_item .thumb_area {
	flex-shrink: 0;
	width: 25rem;
}
.cm_list.list2 .list_item .thumb_area .thumb_box {
	border-radius: 0.8rem;
}
.cm_list.list2 .list_item .thumb_area .thumb_box:after {
	padding-top: 62.4%;
}
.cm_list.list2 .list_item .desc_area {
	padding-left: 3rem;
}
.cm_list.list2 .list_item .desc_area .item_info {
	display: flex;
	flex-wrap: wrap;
	margin: -0.3rem -1.5rem;
	margin-top: 2rem;
}
.cm_list.list2 .list_item .desc_area .item_info .info_text {
	position: relative;
	padding: 0.3rem 1.5rem;
	color: #444;
	font-weight: 500;
	line-height: 1;
}
.cm_list.list2 .list_item .desc_area .item_info .info_text:after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 1.4rem;
	margin-top: -0.7rem;
	background-color: #ddd;
	content: '';
}
.cm_list.list2 .list_item .desc_area .item_info .info_text:last-child:after {
	display: none;
}
.cm_list.list2 .list_item .desc_area .item_title {
	display: -webkit-box;
	max-height: 5.6rem;
	font-weight: 500;
	font-size: 2rem;
	line-height: 1.4;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.main_contents .cm_list.list2 .list_item .desc_area .item_info .info_text {
	font-weight: 700;
}
.main_contents .cm_list.list2 .list_item .desc_area .item_title {
	font-weight: 700;
}

/* list3 */
.cm_list.list3 .list_body {
	grid-template-columns: 1fr;
}
.cm_list.list3 .list_item {
	padding: 5rem 0;
	border-bottom: 1px dashed #ddd;
}
.cm_list.list3 .list_item:last-child {
	border-bottom: 0;
}
.cm_list.list3 .list_item .item_top {
	display: flex;
	align-items: center;
}
.cm_list.list3 .list_item .item_btm {
	margin-top: 2.1rem;
}
.cm_list.list3 .list_item .item_date {
	display: flex;
	flex-shrink: 0;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 9rem;
	height: 9rem;
	border-radius: 0.8rem;
	background-color: #ddd;
	color: #fff;
	font-weight: 700;
	font-size: 1.4rem;
}
.cm_list.list3 .list_item .item_date span {
	font-size: 2.4rem;
}
.cm_list.list3 .list_item:nth-child(odd) .item_date {
	background-color: #538104;
}
.cm_list.list3 .list_item:nth-child(even) .item_date {
	background-color: #2f72bf;
}
.cm_list.list3 .list_item .item_title {
	display: -webkit-box;
	max-height: 5.6rem;
	padding-left: 3rem;
	font-weight: 500;
	font-size: 2rem;
	line-height: 1.4;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.cm_list.list3 .list_item .item_desc {
	display: -webkit-box;
	height: 4.48rem;
	color: #444;
	font-size: 1.6rem;
	line-height: 1.4;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.main_contents .cm_list.list3 .list_item .item_date {
	font-weight: 700;
}
.main_contents .cm_list.list3 .list_item .item_title {
	font-weight: 700;
}

/* list4 */
.cm_list.list4 .list_body {
	/* grid-template-columns: repeat(3, minmax(1px, auto)); */
	grid-template-columns: repeat(3, 1fr);
	gap: 5rem 3rem;
}
.cm_list.list4 .list_item .thumb_area .thumb_box {
	border-radius: 0.8rem;
}
.cm_list.list4 .list_item .thumb_area .thumb_box:after {
	padding-top: 62.4%;
}
.cm_list.list4 .list_item .desc_area {
	margin-top: 3rem;
}
.cm_list.list4 .list_item .desc_area .item_cate {
	margin-bottom: 2rem;
	font-weight: 500;
	font-size: 18px;
}
.cm_list.list4 .list_item .desc_area .item_info {
	display: flex;
	flex-wrap: wrap;
	margin: -0.3rem -1rem;
	margin-top: 3rem;
}
.cm_list.list4 .list_item .desc_area .item_info .info_text {
	position: relative;
	padding: 0.3rem 1rem;
	color: #666;
	font-weight: 500;
	line-height: 1;
}
.cm_list.list4 .list_item .desc_area .item_title {
	display: -webkit-box;
	height: 5.6rem;
	font-weight: 500;
	font-size: 2rem;
	line-height: 1.4;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.main_contents .cm_list.list4 .list_item .desc_area .item_cate {
	font-weight: 700;
}
.main_contents .cm_list.list4 .list_item .desc_area .item_info .info_text {
	font-weight: 700;
}
.main_contents .cm_list.list4 .list_item .desc_area .item_title {
	font-weight: 700;
}
.cm_list.list4.type2 .list_item .desc_area .item_title {
	display: -webkit-box;
	height: 4.76rem;
	font-weight: 500;
	font-size: 1.7rem;
	line-height: 1.4;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	word-break: break-all;
}
.cm_list.list4.type2 .list_item .desc_area .item_title .icon_new {
	width: 2rem;
    height: 2rem;
    border-radius: 100%;
    background-color: #538104;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    text-align: center;
    line-height: 1.6;
    margin-right: 4px;
}
.cm_list.list4.type2 {
	padding-top: 3rem;
	border-top: 1px solid #000;
}
.cm_list.list4.type2 .list_item .desc_area .item_info {
	margin-top: 2rem;
}
.cm_list.list4.type2 .list_item .desc_area .item_info .info_text {
	font-size: 1.5rem;
}

/* list5 */
.cm_list.list5 .list_body {
	display: block;
}
.cm_list.list5 .list_item .item_box {
	padding: 4rem 0;
	border-bottom: 1px dashed #ddd;
}
.cm_list.list5 .list_item:first-child .item_box {
	padding-top: 0;
}
.cm_list.list5 .list_item:last-child .item_box {
	padding-bottom: 0;
	border-bottom: 0;
}
.cm_list.list5 .list_item .item_label {
	display: flex;
	flex-wrap: wrap;
	margin: -0.3rem -0.5rem;
}
.cm_list.list5 .list_item .item_label .cm_label {
	margin: 0.3rem 0.5rem;
}
.cm_list.list5 .list_item .item_title {
	margin-top: 2rem;
	overflow: hidden;
	font-weight: 500;
	font-size: 2rem;
	line-height: 1.4;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cm_list.list5 .list_item .item_desc {
	max-height: 2.4rem;
	margin-top: 1.2rem;
	overflow: hidden;
	color: #444;
	line-height: 1.5;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.main_contents .cm_list.list5 .list_item .item_title {
	font-weight: 700;
}

/* list6 */
.cm_list.list6 .list_body {
	display: block;
}
.cm_list.list6 .list_item {
	margin-bottom: 3rem;
}
.cm_list.list6 .list_item:last-child {
	margin-bottom: 0;
}
.cm_list.list6 .list_item .item_box {
	display: flex;
	align-items: center;
	padding: 4.2rem 4rem;
	border: 1px solid #ddd;
	border-radius: 0.8rem;
	background-color: #fff;
}
.cm_list.list6 .list_item .thumb_area {
	flex-shrink: 0;
	width: 29rem;
	border-radius: 0.8rem;
	overflow: hidden;
}
.cm_list.list6 .list_item .thumb_area .thumb_box:after {
	padding-top: 18.1rem;
}
.cm_list.list6 .list_item .desc_area {
	width: calc(100% - 29rem);
	padding-left: 4rem;
}
.cm_list.list6 .list_item .item_lebel {
	margin-bottom: 1.5rem;
}
.cm_list.list6 .list_item .item_info dl {
	display: flex;
	margin-bottom: 1.5rem;
}
.cm_list.list6 .list_item .item_info dl:before {
	display: block;
	flex-shrink: 0;
	width: 4px;
	height: 4px;
	margin-top: 0.9rem;
	margin-right: 1rem;
	border-radius: 100%;
	background-color: #000;
	content: '';
}
.cm_list.list6 .list_item .item_info dl:last-child {
	margin-bottom: 0;
}
.cm_list.list6 .list_item .item_info dl dt {
	flex-shrink: 0;
	width: 11.5rem;
	padding-right: 0.5rem;
	font-weight: 500;
}
.cm_list.list6 .list_item .item_info dl dd {
	display: flex;
	width: 100%;
}
.cm_list.list6 .list_item .file_area {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
}
.cm_list.list6 .list_item .item_title {
	display: block;
	margin-bottom: 3rem;
	overflow: hidden;
	font-weight: 500;
	font-size: 2.2rem;
	line-height: 1.4;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cm_list.list6 .list_item .item_title .icon_new {
	width: 2rem;
    height: 2rem;
    border-radius: 100%;
    background-color: #538104;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    text-align: center;
    line-height: 1.6;
    margin-right: 4px;
    vertical-align: middle;
}

/* list7 */
.cm_list.list7 .list_body {
	display: flex;
	flex-wrap: wrap;
	gap: 3rem;
}
.cm_list.list7 .list_item {
	width: calc(33.333% - 2rem);
}
.cm_list.list7 .item_box {
	display: block;
	position: relative;
	width: 100%;
	padding: 2.5rem 3rem;
	border: 1px solid #ddd;
	border-radius: 0.8rem;
	transition: border 0.15s ease-in;
}
.cm_list.list7 .item_box:hover {
	border: 1px solid #000;
}
.cm_list.list7 .item_box .item_team {
	display: -webkit-box;
	height: 2.6rem;
	margin-bottom: 1.8rem;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.cm_list.list7 .item_box .item_team .cm_icon:before {
	margin-right: 0.5rem !important;
	margin-bottom: 0.5rem !important;
}
.cm_list.list7 .item_box .item_title {
	display: -webkit-box;
	height: 5.6rem;
	font-weight: 500;
	font-size: 2rem;
	line-height: 1.4;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 2.4rem;
	overflow: hidden;
}
.cm_list.list7 .item_box .item_team:hover .item_title {
	text-decoration: underline;
}
.cm_list.list7 .item_box .item_date {
	display: -webkit-box;
	height: 2.6rem;
	margin-bottom: 1.5rem;
	color: #444;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.cm_list.list7 .item_box .item_label {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 4rem);
	gap: 5px 10px;
}
.cm_list.list7 .item_box .item_link_btn {
	display: inline-flex;
	position: absolute;
	right: 2.5rem;
	bottom: 2.5rem;
	align-items: center;
	justify-content: center;
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 0.3rem;
	background: #ebf0f5;
}
.cm_list.list7 .item_box .item_title > a:focus-visible {
	outline-offset: -2px;
}

/* list8 */
.cm_list.list8 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 2rem;
}
.cm_list.list8 .item_box {
	display: block;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 3rem;
	position: relative;
}
.cm_list.list8 .item_box .item_title {
	margin: 1.5rem 0 1rem;
	font-size: 2rem;
	font-weight: 500;
	text-decoration: none;
}
.cm_list.list8 .item_box .item_title a {
	display: block;
}
.cm_list.list8 .item_box .item_title a:hover {
	text-decoration: underline;
}
.cm_list.list8 .item_box .item_desc {
	font-size: 1.7rem;
	color: #444;
}
.cm_list.list8 .item_box .item_info_list {
	margin: 3.5rem 0 3rem;
}
.cm_list.list8 .item_box .item_info_list .info {
	display: flex;
	align-items: start;
	font-size: 1.6rem;
	color: #444;
}
.cm_list.list8 .item_box .item_info_list .info ~ .info {
	margin-top: 1.8rem;
}
.cm_list.list8 .item_box .item_info_list .info dt {
	position: relative;
	padding-left: 3rem;
	font-weight: 600;
	width: 10.8rem;
}
.cm_list.list8 .item_box .item_info_list .info dt:before {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	width: 3rem;
	height: 2.2rem;
	background-repeat: no-repeat;
	background-position: left center;
}
.cm_list.list8 .item_box .item_info_list .info.target dt:before {
	background-image: url(../images/common/icon_target.svg);
	background-size: 2rem;
}
.cm_list.list8 .item_box .item_info_list .info.period dt:before {
	background-image: url(../images/common/icon_calendar03.svg);
	background-size: 2.1rem;
}
.cm_list.list8 .item_box .item_info_list .info.contact dt:before {
	background-image: url(../images/common/icon_call.svg);
	background-size: 2.2rem;
}
.cm_list.list8 .item_box .item_info_list .info dd {
	flex: 1;
}
.cm_list.list8 .item_box .item_team {
	font-size: 1.5rem;
	color: #444;
	display: flex;
	align-items: start;
	gap: 0.9rem;
	padding-right: 5rem;
}
.cm_list.list8 .item_box .item_team .cm_icon {
	width: 12px;
	margin-top: 3px;
}
.cm_list.list8 .item_box .item_team .team_text {
	flex: 1;
}
.cm_list.list8 .item_box .item_link_btn {
	width: 4.5rem;
	height: 4.5rem;
	padding: 5px;
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 2.5rem;
	bottom: 2.3rem;
	overflow: hidden;
}
.cm_list.list8 .item_box .item_link_btn .btn_link {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	background: #ebf0f5;
	transition: background 0.15s ease-in-out;
}
.cm_list.list8 .item_box .item_link_btn .btn_link:hover {
	background: #dbedff;
}
.cm_list.list8 .list_item.nodata {
	/* border-top: 1px solid #eee; */
	/* border-bottom: 1px solid #eee; */
	grid-column: span 2;
	text-align: center;
	padding: 1rem 0;
}

/* list9 */
.cm_list.list9 { 
	display: flex; 
	gap: 3rem; 
	flex-wrap: wrap; 
}
.cm_list.list9 .list_item { 
	padding-right: 1.2rem; 
	position: relative; 
	width: calc(33.3333% - 2rem);
}
.cm_list.list9 .list_item:after {
	content: '';
	position: absolute;
	right: 0;
	top: calc(50% - 1.4rem);
	border: 2px solid #0451a9;
	width: 2.8rem;
	height: 2.8rem;
	background: #fff;
	transform: rotate(45deg);
}
.cm_list.list9 .list_item .content_box { 
	position: relative;
	border-radius: 1rem;
	border: 2px solid #0451a9;
	background: #fff;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	padding: 3.5rem 3rem;
	color: #222;
}
.cm_list.list9 .list_item .content_box:after {
	content: '';
	position: absolute;
	right: -1.2rem;
	top: calc(50% - 1.2rem);
	width: 2.5rem;
	height: 2.5rem;
	background: #fff;
	transform: rotate(45deg);
}
.cm_list.list9 .list_item:last-child {
	padding-right: 0;
}
.cm_list.list9 .list_item:last-child:after,
.cm_list.list9 .list_item:last-child .content_box:after {
	display: none;
}
.cm_list.list9 .list_item .content_box .title { 
	text-align: center;
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 2.5rem;
}
.cm_list.list9 .list_item .content_box .cm_bullet.bullet3 > * { 
	margin-bottom: 0.8rem;
}

/*  list10 */
.cm_list.list10 .result_total {
	margin-bottom: 2.5rem;
	font-size: 1.8rem;
	color: #444;
}
.cm_list.list10 .result_total .num {
	font-weight: 700;
	color: #2f72bf;
}
.cm_list.list10 .list_body {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem;
}
.cm_list.list10 .list_item {
	width: 100%;
	padding: 3rem;
	border: 1px solid #ddd;
	border-radius: 1.2rem;
	position: relative;
}
.cm_list.list10 .list_item .item_category {
	margin-bottom: 1.2rem;
}
.cm_list.list10 .list_item .item_title {
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: 1rem;
}
.cm_list.list10 .list_item .item_title > a {
	display: block;
}
.cm_list.list10 .list_item .item_desc {
	font-size: 1.7rem;
	color: #444;
	margin-bottom: 2rem;
	height: 52px;
	overflow: hidden;
}
.cm_list.list10 .list_item .item_dl dl {
	display: flex;
	color: #444;
}
.cm_list.list10 .list_item .item_dl dl ~ dl {
	margin-top: 0.8rem;
}
.cm_list.list10 .list_item .item_dl dl dt {
	width: 8rem;
	font-weight: 500;
}
.cm_list.list10 .list_item .item_dl dl dd {
	flex: 1;
}
.cm_list.list10 .list_item .item_inner_box_area {
	display: flex;
	gap: 1.2rem;
	margin-bottom: 2rem;
}
.cm_list.list10 .item_inner_box {
	flex: 1;
	padding: 2rem;
	border: 1px solid #ddd;
	border-radius: 1.2rem;
}
.cm_list.list10 .item_inner_box .box_label_list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem 0.8rem;
	margin-bottom: 0.8rem;
}
.cm_list.list10 .item_inner_box .box_label_list .cm_label {
	height: 3.5rem;
	font-size: 1.5rem;
	color: #444;
	font-weight: 500;
	padding-left: 1rem;
	padding-right: 1rem;
}
.cm_list.list10 .item_inner_box .box_label_list .cm_icon:before {
	margin-right: 0.4rem;
	margin-top: 0.1rem;
}
.cm_list.list10 .item_inner_box .box_title {
	font-size: 2.2rem;
	font-weight: 500;
	margin-bottom: 3rem;
}
.cm_list.list10 .item_inner_box .box_desc {
	font-size: 1.7rem;
	font-weight: 500;
	color: #444;
}
.cm_list.list10 .item_inner_box .box_desc p {
	font-size: 1.9rem;
	color: #000;
	font-weight: 600;
}
.cm_list.list10 .item_inner_box.inner_box1 {
	background: #f5faff;
	border-color: #a8ceff;
}
.cm_list.list10 .item_inner_box.inner_box1 .box_title {
	color: #3472e7;
}
.cm_list.list10 .item_inner_box.inner_box2 {
	background: #fafff5;
	border-color: #94c048;
}
.cm_list.list10 .item_inner_box.inner_box2 .box_title {
	color: #538104;
}
.cm_list.list10 .item_inner_box.inner_box3 {
	background: #fcfaef;
	border-color: #e9d567;
}
.cm_list.list10 .item_inner_box.inner_box3 .box_title {
	color: #a38a02;
}
.cm_list.list10 .list_item .item_link_btn {
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 3px;
	background: #ebf0f5;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 3rem;
	bottom: 3rem;
}

/* cm_img_list */
.cm_img_list {
	display: flex;
	gap: 4rem;
}
.cm_img_list > li {
	border: 1px solid #ddd;
}

/* cm_desc_list */
.cm_desc_list dt {
	font-size: 2rem;
	font-weight: 600;
	display: flex;
	gap: 1rem;
}
.cm_desc_list dd {
	margin-top: 1rem;
	color: #444;
	font-size: 1.8rem;
}
.cm_desc_list ~ .cm_desc_list {
	margin-top: 4rem;
}

/* **************************************************************************************** *
* nodata
* **************************************************************************************** */
.cm_nodata {
	background-color: #fff;
	color: #666;
	text-align: center;
}
.cm_nodata .nodata_inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 7rem 2rem;
}
.cm_nodata .nodata_img {
	max-width: 7rem;
	margin-bottom: 3rem;
}
.cm_nodata2 {
	text-align: center;
	width: 100%;
	color: #444;
	font-size: 1.7rem;
}
.cm_nodata2 .icon_nodata {
	width: 9rem;
	height: 9rem;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #f9f9f9;
	margin-bottom: 2rem;
}
.cm_nodata2 .icon_nodata img {
	width: 4.5rem;
}
.cm_ready {
	padding: 5rem 0;
	text-align: center;
}
.cm_ready .ready_img {
	width: 19rem;
}
.cm_ready .text1 {
	margin-top: 3rem;
	font-weight: 500;
	font-size: 20px;
}
.cm_ready .text2 {
	margin-top: 1.5rem;
	font-size: 15px;
}

/* **************************************************************************************** *
* paging
* **************************************************************************************** */
/* cm_paging1 */
.cm_paging1 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 5rem;
}
.cm_paging1 .page_control {
	display: block;
	flex: 0 0 auto;
	width: 4rem;
	height: 4rem;
	margin: 0 0.25rem;
	overflow: hidden;
	border: 1px solid #ddd;
	border-radius: 100%;
	background-position: center;
	background-size: auto 1rem;
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
}
.cm_paging1 .page_control.first {
	background-image: url(../images/common/pg_first.svg);
}
.cm_paging1 .page_control.prev {
	background-image: url(../images/common/pg_prev.svg);
}
.cm_paging1 .page_control.next {
	background-image: url(../images/common/pg_next.svg);
}
.cm_paging1 .page_control.last {
	background-image: url(../images/common/pg_last.svg);
}
.cm_paging1 .page_control:hover {
	background-color: #f4f4f4;
}
.cm_paging1 .page_control:focus-visible {
	outline-offset: 2px;
}
.cm_paging1 .paging_page {
	display: flex;
	margin: 0 1.5rem;
}
.cm_paging1 .page_link {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 4rem;
	height: 4rem;
	margin: 0 0.5rem;
	padding: 0 0.5rem;
	border-radius: 100%;
	font-size: 1.5rem;
}
.cm_paging1 .page_link:hover {
	background-color: #f4f4f4;
}
.cm_paging1 .page_link.active {
	background-color: #000;
	color: #fff;
}
.cm_paging1 .page_link:focus-visible {
	outline: 2px dashed black;
	outline-offset: 2px;
}

/* cm_paging2 */
.cm_paging2 {
	display: flex;
	margin-top: 10rem;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.cm_paging2 .page_control {
	position: relative;
	width: 50%;
	padding: 2.5rem 3rem;
	border-right: 1px solid #ddd;
}
.cm_paging2 .page_control:last-child {
	border: none;
}
.cm_paging2 .page_control.prev:before,
.cm_paging2 .page_control.next:before {
	display: block;
	position: absolute;
	top: 50%;
	width: 3.2rem;
	height: 1.8rem;
	margin-top: -0.9rem;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	content: '';
}
.cm_paging2 .page_control.prev {
	padding-left: 6rem;
}
.cm_paging2 .page_control.prev:before {
	left: 0;
	background-image: url(../images/common/pg_prev02.svg);
}
.cm_paging2 .page_control.next {
	padding-right: 6rem;
}
.cm_paging2 .page_control.next:before {
	right: 0;
	background-image: url(../images/common/pg_next02.svg);
}
.cm_paging2 .ctrl_txt {
	margin-bottom: 1rem;
	color: #757575;
	font-size: 1.6rem;
}
.cm_paging2 .ctrl_title {
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	font-weight: 500;
	font-size: 1.7rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cm_paging2 .ctrl_title.none {
	color: #757575;
	font-weight: 400;
}
.cm_paging2 .page_control:focus-visible {
	outline-width: 4px;
}

/* **************************************************************************************** *
* modal
* **************************************************************************************** */
.cm_modal {
	display: none;
	z-index: 200;
	position: fixed;
	top: 0;
	left: 0;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100vh;
}
.cm_modal .modal_contents {
	display: flex;
	z-index: 2;
	position: relative;
	flex-direction: column;
	width: 94%;
	max-width: 800px;
	max-height: 70vh;
	margin: auto;
	overflow: hidden;
	transform: translateY(10%);
	border: 1px solid #000;
	background-color: #fff;
	animation: modalFade 0.5s ease both;
	animation-play-state: paused !important;
}
.cm_modal .modal_contents .modal_head {
	display: flex;
	position: relative;
	flex-shrink: 0;
	flex-wrap: wrap;
	align-items: center;
	min-height: 7.5rem;
	padding: 1.5rem 9.5rem 1.5rem 4rem;
	background-color: #538104;
}
.cm_modal .modal_contents .modal_body {
	height: 100%;
	margin-top: 3.5rem;
	padding: 0 4rem;
	overflow-y: auto;
	text-align: left;
}
.cm_modal .modal_contents .modal_foot {
	flex-shrink: 0;
	padding: 3rem 4rem;
}
.cm_modal .modal_contents .modal_foot .cm_btn {
	width: 100%;
}
.cm_modal .modal_contents .modal_cont:focus-visible {
	outline-offset: -2px;
}
.cm_modal .modal_title {
	color: #fff;
	font-weight: 500;
	font-size: 2rem;
	line-height: 1.3;
	text-align: left;
}
.cm_modal .modal_close {
	z-index: 5;
	position: absolute;
	top: 0;
	right: 0;
	width: 7.5rem;
	height: 7.5rem;
	background: url(../images/common/icon_close03.svg) no-repeat center/2.4rem;
	font-size: 0;
}
.cm_modal .modal_close:focus-visible {
	outline-offset: -5px;
}
.cm_modal .modal_bg {
	z-index: 1;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
}
.cm_modal.modal_sm .modal_contents {
	max-width: 640px;
}
.cm_modal.modal_lg .modal_contents {
	max-width: 1000px;
}
.cm_modal.show {
	display: flex !important;
}
.cm_modal.show .modal_contents {
	animation-play-state: running !important;
}

/* **************************************************************************************** *
* step
* **************************************************************************************** */
.cm_step1 {
	word-break: keep-all;
}
.cm_step1 .step_list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 4rem;
}
.cm_step1 .step_list .item_step {
	position: relative;
	padding: 1rem;
	border: 1px solid #ddd;
	border-radius: 0.5rem;
	background-color: #fff;
	line-height: 1.4;
}
.cm_step1 .step_list .item_step:after {
	position: absolute;
	top: 0;
	left: calc(100% + 1px);
	width: 4rem;
	height: 100%;
	background: url(../images/common/icon_arr02.svg) no-repeat center/1rem;
	content: '';
}
.cm_step1 .step_list .item_step:nth-child(3n + 3):after,
.cm_step1 .step_list .item_step:last-child:after {
	display: none;
}
.cm_step1 .step_list dl {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.cm_step1 .step_list dl dt {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 50%;
	min-height: 5.5rem;
	padding: 1.5rem;
	border-radius: 0.5rem;
	background-color: #f5f5f5;
	color: #538104;
	font-weight: 500;
	text-align: center;
}
.cm_step1 .step_list .item_step.type2 dl dt {
	background-color: #538104;
	color: #fff;
}
.cm_step1 .step_list dl dd {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50%;
	padding: 1.5rem;
	text-align: center;
}
.cm_step1.type2 .step_list {
	gap: 2rem 4rem;
}
.cm_step2 {
	word-break: keep-all;
}
.cm_step2 .step_list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 4rem;
}
.cm_step2 .step_list .item_step {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	min-height: 5.5rem;
	padding: 1rem;
	border: 1px solid #ddd;
	background-color: #f6f6f6;
	color: #666;
	font-size: 1.7rem;
	line-height: 1.4;
	text-align: center;
}
.cm_step2 .step_list .item_step.on {
	border: 1px solid #000;
	background-color: #fff;
	box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1);
	color: #000;
	font-weight: 700;
}
.cm_step2 .step_list .item_step:after {
	position: absolute;
	top: 0;
	left: calc(100% + 1px);
	width: 4rem;
	height: 100%;
	background: url(../images/common/icon_arr02.svg) no-repeat center/1rem;
	content: '';
}
.cm_step2 .step_list .item_step:nth-child(2n + 2):after,
.cm_step2 .step_list .item_step:last-child:after {
	display: none;
}

/* **************************************************************************************** *
* thumb
* **************************************************************************************** */
.cm_thumb { z-index: 1; position: relative; width: 100%; overflow: hidden; }
.cm_thumb .thumb { z-index: -1;top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.cm_thumb .thumb img,
.cm_thumb .thumb iframe { width: 100%; height: 100%; object-fit: cover; image-rendering: -webkit-optimize-contrast; transition: transform 0.6s; }
.job_link_imgs_box .cm_thumb:after{display: none;}
.cm_thumb:after { display: block; width: 100%; content: ''; }
.cm_thumb.ratio9_16:after { padding-top: 177.78%; }
.cm_thumb.ratio2_3:after { padding-top: 150%; }
.cm_thumb.ratio3_4:after { padding-top: 133.33%; }
.cm_thumb.ratio1_1:after { padding-top: 100%; }
.cm_thumb.ratio10_9:after { padding-top: 90%; }
.cm_thumb.ratio10_9-5:after { padding-top: 94.94%; }
.cm_thumb.ratio5_4:after { padding-top: 80%; }
.cm_thumb.ratio4_3:after { padding-top: 75%; }
.cm_thumb.ratio7_5:after { padding-top: 70.857%; }
.cm_thumb.ratio3_2-5:after { padding-top: 66.823%; }
.cm_thumb.ratio3_2:after { padding-top: 63.335%; }
.cm_thumb.ratio16_11:after { padding-top: 62.572%; }
.cm_thumb.ratio16_10:after { padding-top: 58.335%; }
.cm_thumb.ratio16_9:after { padding-top: 56.25%; }
.cm_thumb.ratio16_8:after { padding-top: 50%; }
.cm_thumb.ratio21_9:after { padding-top: 42.86%; }

/* **************************************************************************************** *
* overview
* **************************************************************************************** */
/* Copyright */
.cm_copyright {
	margin-top: 10rem;
	overflow: hidden;
	border: 1px solid #ddd;
	background-color: #fff;
	word-break: keep-all;
}
.cm_copyright > div {
	border-bottom: 1px solid #ddd;
	word-break: keep-all;
}
.cm_copyright > div:last-child {
	border-bottom: 0;
}
.cm_copyright .copy_top {
	display: flex;
	justify-content: space-between;
	padding: 2.5rem 3rem;
	background-color: #f6f6f7;
	font-size: 1.5rem;
}
.cm_copyright .copy_top .desc_area {
	padding-right: 5rem;
}
.cm_copyright .copy_top .img_area {
	flex-shrink: 0;
}
.cm_copyright .copy_top .img_area > img {
	height: 50px;
}
.cm_copyright .copy_btm {
	padding: 2rem 3rem;
	background-color: #fff;
}
.cm_copyright .copy_btm .split_item {
	color: #000;
}

/* cm_overview1 */
.cm_overview1 {
	z-index: 1;
	position: relative;
	word-break: keep-all;
}
.cm_overview1 .ovw_inner {
	display: flex;
	justify-content: space-between;
}
.cm_overview1 .ovw_desc {
	width: 100%;
}
.cm_overview1 .ovw_desc .text1 {
	color: #538104;
	font-weight: 700;
	font-size: 7rem;
	line-height: 0.5;
}
.cm_overview1 .ovw_desc .text2 {
	font-size: 1.7rem;
	line-height: 1.8;
}
.cm_overview1 .ovw_swiper {
	position: relative;
	flex-shrink: 0;
	width: 100%;
	max-width: 60rem;
	margin-left: 6rem;
	padding-bottom: 4.5rem;
}
.cm_overview1 .ovw_swiper .swiper_area {
	position: static;
	width: 100%;
}
.cm_overview1 .ovw_swiper .swiper_area .swiper_item {
	z-index: 1;
	position: relative;
	overflow: hidden;
	border-radius: 0.8rem;
}
.cm_overview1 .ovw_swiper .swiper_area .swiper_item:focus-visible {
	outline: 4px dashed #000;
	outline-offset: -4px;
}
.cm_overview1 .ovw_swiper .swiper_area .swiper_item .item_box {
	z-index: 1;
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 0.8rem;
}
.cm_overview1 .ovw_swiper .swiper_area .swiper_item .item_box:after {
	display: block;
	width: 100%;
	padding-top: 62.5%;
	content: '';
}
.cm_overview1 .ovw_swiper .swiper_area .swiper_item .thumb {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cm_overview1 .ovw_swiper .swiper_controler {
	display: flex;
	position: absolute;
	bottom: 0;
	left: 0;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.cm_overview1 .ovw_swiper .swiper_controler .btn_ctrl {
	display: none;
	flex-shrink: 0;
	width: 1.3rem;
	height: 1.3rem;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	font-size: 0;
}
.cm_overview1 .ovw_swiper .swiper_controler .btn_ctrl.active {
	display: block;
}
.cm_overview1 .ovw_swiper .swiper_controler .btn_ctrl:focus-visible {
	outline-offset: 2px;
}
.cm_overview1 .ovw_swiper .swiper_controler .btn_play {
	background-image: url(../images/common/swiper_play01.svg);
}
.cm_overview1 .ovw_swiper .swiper_controler .btn_pause {
	background-image: url(../images/common/swiper_pause01.svg);
}
.cm_overview1 .ovw_swiper .swiper_controler .swiper_arrow {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	margin-right: 3rem;
}
.cm_overview1 .ovw_swiper .swiper_controler .swiper_arrow .btn_arr {
	flex-shrink: 0;
	width: 1.3rem;
	height: 1.3rem;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	font-size: 0;
}
.cm_overview1 .ovw_swiper .swiper_controler .swiper_arrow .btn_prev {
	background-image: url(../images/common/icon_arr01.svg);
}
.cm_overview1 .ovw_swiper .swiper_controler .swiper_arrow .btn_next {
	background-image: url(../images/common/icon_arr02.svg);
}
.cm_overview1 .ovw_swiper .swiper_controler .swiper_arrow .btn_arr:focus-visible {
	outline-offset: 2px;
}
.cm_overview1 .ovw_swiper .swiper_controler .swiper_arrow .swiper_number {
	flex-shrink: 0;
	min-width: 7rem;
	line-height: 1;
	letter-spacing: 1px;
	text-align: center;
}
.cm_overview1 .ovw_swiper .swiper_controler .swiper_arrow .swiper_number span {
	color: #538104;
	font-weight: 700;
	font-size: 1.8rem;
}
.cm_overview1 .ovw_obj {
	z-index: -1;
	position: absolute;
	bottom: 3.5rem;
	left: 0;
	color: #fff;
	font-weight: 900;
	font-size: 6rem;
	line-height: 1.2;
	text-shadow: -2px 0 #f2f2f2, 0 2px #f2f2f2, 2px 0 #f2f2f2, 0 -2px #f2f2f2;
	display: none;
}

/* cm_overview2 */
.cm_overview2 {
	word-break: keep-all;
}
.cm_overview2 .ovw_item {
	display: flex;
	margin-bottom: 1.5rem;
}
.cm_overview2 .ovw_item:last-child {
	margin-bottom: 0;
}
.cm_overview2 .ovw_item .ovw_title {
	display: flex;
	/* width: 30rem; */
	width: 100%;
	padding-right: 2rem;
	font-weight: 500;
	font-size: 1.8rem;
}
.cm_overview2 .ovw_item .ovw_title:before {
	display: block;
	width: 2.2rem;
	height: 2.2rem;
	margin-top: 0.3rem;
	margin-right: 1rem;
	background: url(../images/common/icon_arr15.svg) no-repeat center/contain;
	content: '';
}
.cm_overview2 .ovw_item .ovw_graph {
	width: 100%;
}
.cm_overview2 .ovw_item .ovw_graph .ovw_graph_bar {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	min-width: 6.5rem;
	padding: 0 2rem;
	border: 1px solid #538104;
	background-color: #e0f8c8;
	font-weight: 500;
	transition: width 0.2s;
}

/* cm_overview3 */
.cm_overview3 {
	overflow: hidden;
	border: 1px solid #ddd;
	border-radius: 0.8rem;
	background-color: #fff;
	word-break: keep-all;
}
.cm_overview3 .ovw_head {
	display: flex;
	align-items: center;
	min-height: 8.5rem;
	padding: 2rem 3.5rem;
	border-bottom: 1px solid #ddd;
	background-color: #f7f8f9;
	font-weight: 500;
	font-size: 2rem;
}
.cm_overview3 .ovw_head > span {
	display: flex;
	align-items: center;
}
.cm_overview3 .ovw_head > span:before {
	display: block;
	width: 2.2rem;
	height: 2.2rem;
	margin-right: 1.5rem;
	background: url(../images/common/icon_arr15.svg) no-repeat center/contain;
	content: '';
}
.cm_overview3 .ovw_body {
	padding: 3rem 4rem;
}
.cm_overview3 .ovw_body .ovw_item {
	padding: 3rem 0;
	border-bottom: 1px dashed #ddd;
}
.cm_overview3 .ovw_body .ovw_item:first-child {
	padding-top: 0;
}
.cm_overview3 .ovw_body .ovw_item:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}
.cm_overview3 .ovw_body .ovw_item .item_title_area {
	display: flex;
	justify-content: space-between;
}
.cm_overview3 .ovw_body .ovw_item .item_title {
	flex-shrink: 0;
	padding-right: 2rem;
	color: #538104;
	font-weight: 500;
	font-size: 2.2rem;
}
.cm_overview3 .ovw_body .ovw_item .item_label {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin: -0.5rem;
}
.cm_overview3 .ovw_body .ovw_item .item_label .cm_label {
	margin: 0.5rem;
}
.cm_overview3 .ovw_body .ovw_item .item_desc_area {
	margin-top: 2rem;
}
.cm_overview3 .ovw_body .ovw_item .item_desc_area dl {
	display: flex;
}
.cm_overview3 .ovw_body .ovw_item .item_desc_area dl dt {
	flex-shrink: 0;
	width: 9.5rem;
	font-weight: 500;
}
.cm_overview3 .ovw_body .ovw_item .item_desc_area dl dd {
	width: 100%;
	padding-left: 2rem;
}

/* cm_overview4 */
.cm_overview4 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 3rem;
	word-break: keep-all;
}
.cm_overview4 .ovw_item > a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 3.5rem 4rem;
	border-radius: 0.8rem;
}
.cm_overview4 .ovw_item:nth-child(odd) > a {
	background-color: #538104;
}
.cm_overview4 .ovw_item:nth-child(even) > a {
	background-color: #2f72bf;
}
.cm_overview4 .ovw_item .item_desc {
	color: #fff;
}
.cm_overview4 .ovw_item .item_desc .text2 {
	margin-top: 1rem;
	font-weight: 700;
	font-size: 2.4rem;
}
.cm_overview4 .ovw_item .item_img {
	display: block;
	width: 74px;
	height: 74px;
	border-radius: 100%;
	background-color: rgba(255, 255, 255, 0.2);
}

/* cm_overview5 */
.cm_overview5 {
	word-break: keep-all;
}
.cm_overview5 .ovw_img {
	display: block;
	overflow: hidden;
	border-radius: 0.8rem;
}
.cm_overview5 .ovw_desc {
	z-index: 1;
	position: relative;
	margin: 0 12.5rem;
	margin-top: -11rem;
	padding: 5rem;
	border-radius: 0.8rem;
	background-color: #fff;
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.6;
	text-align: center;
}

/* cm_overview6 */
.cm_overview6 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 3rem;
	word-break: keep-all;
}
.cm_overview6 .ovw_item .item_title_area {
	display: flex;
	align-items: center;
	padding: 3rem;
	border: 1px solid #ddd;
	border-radius: 0.8rem;
	background-color: #fff;
}
.cm_overview6 .ovw_item .item_img {
	display: block;
	flex-shrink: 0;
	width: 7.4rem;
	height: 7.4rem;
	border-radius: 100%;
	background-color: #538104;
}
.cm_overview6 .ovw_item .item_title {
	margin-left: 1.5rem;
	font-weight: 500;
	font-size: 2.2rem;
}
.cm_overview6 .ovw_item .item_desc {
	margin-top: 3rem;
}
.cm_overview6 .ovw_item .item_desc span {
	font-weight: 500;
}

/* cm_overview7 */
.cm_overview7 {
	padding: 3rem 3.5rem;
	border: 1px solid #ddd;
	border-radius: 0.8rem;
	background-color: #fff;
	word-break: keep-all;
}
.cm_overview7 .ovw_title {
	color: #538104;
	font-weight: 500;
	font-size: 2.2rem;
}
.cm_overview7 .ovw_desc {
	margin-top: 2rem;
}
.cm_overview7 .ovw_desc dl {
	display: flex;
}
.cm_overview7 .ovw_desc dl dt {
	flex-shrink: 0;
	width: 9.5rem;
	font-weight: 500;
}
.cm_overview7 .ovw_desc dl dd {
	width: 100%;
	padding-left: 2rem;
}

/* cm_overview8 */
.cm_overview8 {
	display: flex;
	align-items: flex-start;
	padding: 3rem 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
	word-break: keep-all;
}
.cm_overview8 + .cm_overview8 {
	border-top: 0;
}
.cm_overview8 .ovw_img {
	flex-shrink: 0;
	width: 10rem;
	height: 10rem;
	overflow: hidden;
	border-radius: 100%;
	background-color: #f5f5f5;
}
.cm_overview8 .ovw_cont {
	width: 100%;
	margin-top: 0.6rem;
	padding-left: 3rem;
}
.cm_overview8 .ovw_title {
	margin-bottom: 1.5rem;
	font-weight: 500;
	font-size: 2.2rem;
}
.cm_overview8 .ovw_desc .desc_item {
	display: flex;
	align-items: flex-start;
}
.cm_overview8 .ovw_desc .desc_item + .desc_item {
	margin-top: 1.5rem;
}
.cm_overview8 .ovw_desc .desc_item .item_label {
	flex-shrink: 0;
	flex-wrap: wrap;
}
.cm_overview8 .ovw_desc .desc_item .item_text {
	width: 100%;
	margin-top: 0.6rem;
	margin-left: 1.5rem;
}
.cm_overview8 .ovw_desc .desc_item .cm_bullet.small > * {
	font-size: 1.6rem;
}
.cm_overview8 .ovw_desc .desc_item_dl {
	display: flex;
}
.cm_overview8 .ovw_desc .desc_item_dl + .desc_item_dl {
	margin-top: 1.5rem;
}
.cm_overview8 .ovw_desc .desc_item_dl dt {
	flex-shrink: 0;
	width: 9rem;
	font-weight: 500;
	font-size: 1.7rem;
}
.cm_overview8 .ovw_desc .desc_item_dl dd {
	width: 100%;
	padding-left: 2rem;
}

/* cm_overview9 */
.cm_overview9 {
	display: flex;
	align-items: flex-start;
	padding: 4rem;
	border: 1px solid #ddd;
	border-radius: 0.8rem;
	background-color: #fff;
	word-break: keep-all;
}
.cm_overview9 + .cm_overview9 {
	margin-top: 3rem;
}
.cm_overview9 .ovw_img {
	display: block;
	flex-shrink: 0;
	width: 13.4rem;
	height: 13.4rem;
	border-radius: 0.8rem;
	background-color: #f4f4f4;
}
.cm_overview9 .ovw_cont {
	width: 100%;
	margin-top: 1rem;
	padding-left: 3rem;
}
.cm_overview9 .ovw_title {
	display: flex;
	color: #538104;
	font-weight: 500;
	font-size: 2.2rem;
}
.cm_overview9 .ovw_title > span {
	position: relative;
	margin-right: 2rem;
	padding-right: 2rem;
	font-weight: 700;
}
.cm_overview9 .ovw_title > span:after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 1.8rem;
	margin-top: -0.9rem;
	background-color: #ddd;
	content: '';
}
.cm_overview9 .ovw_desc {
	margin-top: 2rem;
}
.cm_overview9 .ovw_desc dl {
	display: flex;
}
.cm_overview9 .ovw_desc dl dt {
	flex-shrink: 0;
	width: 9rem;
	font-weight: 500;
}
.cm_overview9 .ovw_desc dl dd {
	width: 100%;
	padding-left: 2rem;
	color: #444;
}

/* cm_overview10 */
.cm_overview10 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 3rem;
}
.cm_overview10 .ovw_item {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid #ddd;
	border-radius: 0.8rem;
}
.cm_overview10 .ovw_item .item_top {
	position: relative;
	height: 100%;
	padding: 2.5rem 3rem;
	padding-right: 12rem;
	background-color: #f6f6f7;
}
.cm_overview10 .ovw_item .item_btm {
	flex-shrink: 0;
	padding: 1.5rem 3rem;
	border-top: 1px solid #ddd;
	background-color: #fff;
}
.cm_overview10 .ovw_item .item_img {
	position: absolute;
	top: 50%;
	right: 0;
	height: 12rem;
	margin-top: -6rem;
}
.cm_overview10 .ovw_item .item_title {
	font-weight: 700;
	font-size: 1.8rem;
}
.cm_overview10 .ovw_item .item_name {
	margin-top: 1.2rem;
}
.cm_overview10 .ovw_item .item_contact {
	display: flex;
	align-items: center;
}
.cm_overview10 .ovw_item .item_contact dt {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	font-weight: 500;
}
.cm_overview10 .ovw_item .item_contact dt:before {
	display: block;
	flex-shrink: 0;
	width: 3rem;
	height: 3rem;
	margin-right: 1.5rem;
	border-radius: 100%;
	background: #538104 url(../images/common/icon_phone.svg) no-repeat center/1.5rem;
	content: '';
	font-size: 1.5rem;
}
.cm_overview10 .ovw_item .item_contact dd {
	width: 100%;
	padding-left: 2rem;
}

/* cm_overview11 */
.cm_overview11 {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 4rem;
	overflow: hidden;
	border: 1px solid #ddd;
	border-radius: 0.8rem;
	background-color: #f7f8f9;
	word-break: keep-all;
}
.cm_overview11 + .cm_overview11 {
	margin-top: 3rem;
}
.cm_overview11 .ovw_cont {
	width: 100%;
	padding-right: 5rem;
}
.cm_overview11 .ovw_img {
	position: relative;
	width: 100%;
	max-width: 55rem;
	overflow: hidden;
	border: 1px solid #ddd;
	border-radius: 0.8rem;
}
.cm_overview11 .ovw_img:after {
	display: block;
	padding-top: 21.2rem;
	content: '';
}
.cm_overview11 .ovw_img > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cm_overview11 .ovw_label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 3.5rem;
	padding: 0 1.5rem;
	border: 1px solid #538104;
	border-radius: 100px;
	background-color: #fff;
	color: #538104;
	font-weight: 500;
	font-size: 1.4rem;
	text-align: center;
	vertical-align: top;
}
.cm_overview11 .ovw_title {
	margin-top: 2rem;
	font-weight: 500;
	font-size: 2rem;
	line-height: 1.6;
}
.cm_overview11 .ovw_btn {
	margin-top: 3.5rem;
}
.cm_overview11 .ovw_btn .cm_btn {
	min-width: 28rem;
}

/* cm_overview12 */
.cm_overview12 { 
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 4rem;
}
.cm_overview12 .ovw12_link {
	display: block;
}
.cm_overview12 .ovw12_chn {
	display: flex;
	align-items: center;
	gap: 1rem;
	color: #222;
	font-weight: 600;
	font-size: 1.5rem;
	margin-bottom: 0.8rem;
}
.cm_overview12 .ovw12_chn img {
	width: 2.8rem;
	height: 2.8rem;
}
.cm_overview12 .ovw12_thumb {
	border-radius: 2.5rem;
	overflow: hidden;
	margin-bottom: 2rem;
}
.cm_overview12 .ovw12_thumb .thumb img {
	transition: 0.35s ease-in-out transform;
}
.cm_overview12 .ovw12_tit {
	font-size: 1.6rem;
	font-weight: 500;
}
.cm_overview12 .ovw12_link:hover .ovw12_thumb .thumb img {
	transform: scale(1.035);
}
.cm_overview12 .ovw12_link:hover .ovw12_tit {
	text-decoration: underline;
}

/* cm_overview13 */
.cm_overview13 { 
	display: flex; 
	align-items: center; 
}
.cm_overview13 .ovw13_tit { 
	font-size: 2rem; 
	font-weight: 600; 
	color: #fff; 
	width: 11.5rem; 
}
.cm_overview13 .ovw13_check_list {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem 5rem;
}
.cm_overview13 .form_check.cate_check input + .form_label {
	background: none;
	padding: 0;
}
.cm_overview13 .form_check.cate_check .form_label .label_icon:before  {
	border: 0;
}
.cm_overview13 .form_check.cate_check input + .form_label .label_icon {
	width: 8rem;
	height: 8rem;
}
.cm_overview13 .form_check.cate_check input + .form_label .label_icon span {
	background-color: #035b99;
	border: 0;
	transition: background 0.15s ease-in-out;
	background-size: 118%;
}
.cm_overview13 .form_check.cate_check input:checked + .form_label .label_icon:before {
	opacity: 0;
}
.cm_overview13 .form_check.cate_check input + .form_label .label_icon:after {
	background-color: #1c7eb9;
}
/* hover */
.cm_overview13 .form_check.cate_check input + .form_label:hover .label_icon span {
	background-color: rgba(255, 255, 255, 0.05);
}
/* checked */
.cm_overview13 .form_check.cate_check input:checked + .form_label .label_icon span {
	/* background-size: 100%; */
	background-color: #fff;
}
.cm_overview13 .form_check.cate_check input:checked + .form_label .label_icon.label_icon00_wt span {
	background-image: url(../images/common/icon_cate00_pt.svg);
}
.cm_overview13 .form_check.cate_check input:checked + .form_label .label_icon.label_icon8_wt span {
	background-image: url(../images/common/icon_cate08_pt.svg);
}
.cm_overview13 .form_check.cate_check input + .form_label p {
	font-size: 1.7rem;
	color: #fff;
	margin-top: 1.2rem;
	font-weight: 500;
}
.cm_overview13 ~ .cm_overview13  {
	margin-top: 2.5rem;
}

/* cm_overview14 */
.cm_overview14 {}
.cm_overview14 .ovw14_tit_area {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1.5rem;
}
.cm_overview14 .ovw14_tit_area .ovw14_tit {
	font-size: 1.9rem;
	color: #fff;
	font-weight: 600;
}
.cm_overview14 .ovw14_tit_area .ovw14_control {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 8rem;
}
.cm_overview14 .ovw14_tit_area .ovw14_control:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	width: 1px;
	height: 1.6rem;
	background: #fff;
	opacity: 0.2;
}
.cm_overview14 .ovw14_control .swiper-button-next,
.cm_overview14 .ovw14_control .swiper-button-prev {
	position: static;
	transform: translate(0, 0);
	margin: 0;
	padding: 0;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-size: 9px;
	background-position: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}
.cm_overview14 .ovw14_control .swiper-button-next {
	background-image: url(../images/common/icon_arr27.svg);
}
.cm_overview14 .ovw14_control .swiper-button-prev {
	background-image: url(../images/common/icon_arr26.svg);
}
.cm_overview14 .ovw14_control .swiper-button-next:after,
.cm_overview14 .ovw14_control .swiper-button-prev:after {
	content: '';
}

.cm_overview14 .ovw14_swiper_item .ovw14_item_link {
	display: block;
	background: #fff;
	border-radius: 2rem 2rem 6rem 2rem;
	padding: 2rem 3rem;
	height: 194px;
}
.cm_overview14 .ovw14_swiper_item .ovw14_item_link:focus-visible {
	outline: none;
	border: 2px dashed #000;
}
.cm_overview14 .ovw14_swiper_item .ovw14_item_label_list {
	display: flex;
	gap: 1rem;
}
.cm_overview14 .ovw14_swiper_item .ovw14_stit_area {
	/* display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 1.5rem 0 1rem; */
}
.cm_overview14 .ovw14_swiper_item .ovw14_item_stit {
	font-size: 1.5rem;
	color: #015299;
	font-weight: 600;
	margin-top: 1rem;
}
.cm_overview14 .ovw14_swiper_item .ovw14_item_tit {
	font-size: 2rem;
	font-weight: 600;
}
.cm_overview14 .ovw14_swiper_item .ovw14_item_date {
	color: #444;
	margin-top: 0.6rem;
	height: 27px;
	overflow: hidden;
}
.cm_overview14 .ovw14_swiper_item .ovw14_item_link:hover .ovw14_item_tit {
	text-decoration: underline;
}

/* cm_overview15 */
.cm_overview15 {
	display: flex;
	justify-content: end;
	gap: 3rem;
}
.cm_overview15 li {
	text-align: center;
}
.cm_overview15 .icon {
	width: 7.8rem;
	height: 7.8rem;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.cm_overview15 .icon img {
	width: 100%;
}
/* .cm_overview15 .cate1 .icon.icon1 {
	background-image: url(../../images/common/icon_cate09.svg);
}
.cm_overview15 .cate1 .icon.icon2 {
	background-image: url(../../images/common/icon_cate10.svg);
}
.cm_overview15 .cate1 .icon.icon3 {
	background-image: url(../../images/common/icon_cate11.svg);
}
.cm_overview15 .cate1 .icon.icon4 {
	background-image: url(../../images/common/icon_cate12.svg);
}
.cm_overview15 .cate1 .icon.icon5 {
	background-image: url(../../images/common/icon_cate13.svg);
}
.cm_overview15 .cate1 .icon.icon6 {
	background-image: url(../../images/common/icon_cate14.svg);
}
.cm_overview15 .cate1 .icon.icon7 {
	background-image: url(../../images/common/icon_cate15.svg);
}

.cm_overview15 .cate1 .icon.icon_default {
	background-image: url(../../images/common/icon_cate_default.svg);
}
.cm_overview15 .cate1 .icon.icon_3 {
	background-image: url(../../images/common/icon_cate_3.svg);
}
.cm_overview15 .cate1 .icon.icon_16 {
	background-image: url(../../images/common/icon_cate_16.svg);
}
.cm_overview15 .cate1 .icon.icon_112 {
	background-image: url(../../images/common/icon_cate_112.svg);
}
.cm_overview15 .cate1 .icon.icon_115 {
	background-image: url(../../images/common/icon_cate_115.svg);
}
.cm_overview15 .cate1 .icon.icon_119 {
	background-image: url(../../images/common/icon_cate_119.svg);
}
.cm_overview15 .cate1 .icon.icon_142 {
	background-image: url(../../images/common/icon_cate_142.svg);
}
.cm_overview15 .cate1 .icon.icon_286 {
	background-image: url(../../images/common/icon_cate_286.svg);
}


.cm_overview15 .cate2 .icon.icon_040601010000 {
	background-image: url(../../images/common/icon_cate00.svg);
}
.cm_overview15 .cate2 .icon.icon_040601020000 {
	background-image: url(../../images/common/icon_cate01.svg);
}
.cm_overview15 .cate2 .icon.icon_040601030000 {
	background-image: url(../../images/common/icon_cate02.svg);
}
.cm_overview15 .cate2 .icon.icon_040601040000 {
	background-image: url(../../images/common/icon_cate03.svg);
}
.cm_overview15 .cate2 .icon.icon_040601050000 {
	background-image: url(../../images/common/icon_cate07.svg);
}
.cm_overview15 .cate2 .icon.icon_040601060000 {
	background-image: url(../../images/common/icon_cate08.svg);
}

.cm_overview15 .cate2 .icon.icon1 {
	background-image: url(../../images/common/icon_cate00.svg);
}
.cm_overview15 .cate2 .icon.icon2 {
	background-image: url(../../images/common/icon_cate01.svg);
}
.cm_overview15 .cate2 .icon.icon3 {
	background-image: url(../../images/common/icon_cate02.svg);
}
.cm_overview15 .cate2 .icon.icon4 {
	background-image: url(../../images/common/icon_cate03.svg);
}
.cm_overview15 .cate2 .icon.icon5 {
	background-image: url(../../images/common/icon_cate07.svg);
}
.cm_overview15 .cate2 .icon.icon6 {
	background-image: url(../../images/common/icon_cate08.svg);
} */
.cm_overview15 .txt {
	font-weight: 600;
	margin-top: 1rem;
}

/* declaration */
.cm_declaration {
	position: relative;
	width: 100%;
	max-width: 75rem;
	margin: 0 auto;
	padding: 4rem 8.5rem 7rem;
	border: 1px solid #ddd;
	word-break: keep-all;
}
.cm_declaration:before {
	position: absolute;
	top: -1rem;
	left: -1px;
	width: 22rem;
	height: 10rem;
	background: url(../images/sub/sub164_01.png) no-repeat left top/contain;
	content: '';
}
.cm_declaration:after {
	position: absolute;
	right: -1px;
	bottom: -1px;
	width: 22rem;
	height: 10rem;
	background: url(../images/sub/sub164_02.png) no-repeat right bottom/contain;
	content: '';
}
.cm_declaration .dec_head {
	text-align: center;
}
.cm_declaration .dec_head > img {
	max-width: 17rem;
	margin-bottom: 2rem;
}
.cm_declaration .dec_head .text1 {
	font-size: 1.7rem;
}
.cm_declaration .dec_head .text2 {
	margin-top: 1rem;
	font-weight: 500;
	font-size: 3rem;
}
.cm_declaration .dec_head .text3 {
	margin-top: 2rem;
	line-height: 1.6;
}
.cm_declaration .dec_body {
	margin-top: 2.5rem;
	padding: 0 4rem;
	border-top: 1px solid #000;
	background-color: #f5f5f5;
}
.cm_declaration .dec_body .dec_dl {
	display: flex;
	padding: 2.5rem 0;
	border-bottom: 1px solid #ddd;
	line-height: 1.7;
}
.cm_declaration .dec_body .dec_dl:last-child {
	border-bottom: 0;
}
.cm_declaration .dec_body .dec_dl dt {
	flex-shrink: 0;
	width: 5.5rem;
	color: #538104;
	font-weight: 700;
}
.cm_declaration .dec_body .dec_dl dd {
	width: 100%;
	padding-left: 1.5rem;
}
.cm_declaration .dec_body2 { 
	margin: 3rem 0 6rem; 
}
.cm_declaration .dec_body2 .dec_body2_title { 
	font-size: 2.2rem;
	font-weight: 500;
	text-align: center;
	margin-bottom: 2.2rem;
}
.cm_declaration .dec_body2 .dec_dl { 
	display: flex;
	justify-content: start;
	color: #333;
}
.cm_declaration .dec_body2 .dec_dl ~ .dec_dl {
	border-top: 1px solid #ddd;
	margin-top: 1.8rem;
	padding-top: 1.8rem;
}
.cm_declaration .dec_body2 .dec_dl dt {
	width: 10rem;
    font-weight: 600;
	text-align: center;
}
.cm_declaration .dec_body2 .dec_dl dd {
	flex: 1;
}
.cm_declaration .dec_foot {
	margin-top: 3rem;
	text-align: center;
}
.cm_declaration .dec_date {
	margin-bottom: 1.2rem;
    color: #222;
    font-weight: 500;
}
.cm_declaration .dec_foot .text1 {
	margin-bottom: 3rem;
	line-height: 1.6;
}
.cm_declaration .dec_foot .dec_sign {
	display: flex;
	justify-content: center;
	font-weight: 500;
	font-size: 1.7rem;
}
.cm_declaration .dec_foot .dec_sign > img {
	width: 3rem;
	margin-right: 1.5rem;
}
.cm_declaration .dec_foot .dec_sign > p {
	margin-top: 0.4rem;
}
.cm_declaration .dec_foot .dec_sign > p .name {
	font-weight: 600;
	font-size: 2.3rem;
	margin-left: 1rem;
}

/* cm_map_wrap */
.cm_map_wrap {
	position: relative;
	width: 100%;
	z-index: 1;
}
.cm_map_wrap .skipMap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 500;
}
.cm_map_wrap .skipMap > a {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 0;
	color: #fff;
	font-weight: 500;
	background: #000;
	overflow: hidden;
}
.cm_map_wrap .skipMap > a:focus-visible {
	height: 5rem;
	outline: 2px dashed #000;
	outline-offset: 3px;
}
.cm_map_area {
	position: relative;
	width: 100%;
	height: 250px;
	overflow: hidden;
	border: 1px solid #ddd;
}
.cm_map_area .root_daum_roughmap {
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	width: auto !important;
	height: auto !important;
}
.cm_map_area .root_daum_roughmap .wrap_map {
	width: 100% !important;
	height: 100% !important;
}

/* **************************************************************************************** *
* policy
* **************************************************************************************** */
.cm_policy {
	font-size: 1.4rem;
	line-height: 1.5;
	word-break: keep-all;
}
.cm_policy .policy_box {
	height: 22rem;
	padding: 3rem;
	overflow: auto;
	border: 1px solid #ccc;
	border-radius: 1rem;
	background-color: #fff;
}
.cm_policy .policy_title1 {
	font-weight: 600;
	font-size: 1.7rem;
}
.cm_policy .policy_title2 {
	font-weight: 600;
	font-size: 1.6rem;
}
.cm_policy .cm_table th,
.cm_policy .cm_table td {
	height: 4rem;
	padding: 1rem;
}
.cm_policy .highlight {
	color: #2f72bf !important;
	font-weight: 700 !important;
	font-size: 120% !important;
	text-decoration: underline !important;
}

/* **************************************************************************************** *
* info
* **************************************************************************************** */
/* .cm_info.jobaba */
.cm_info.jobaba {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 3.5rem;
}
.cm_info.jobaba .text_area {
	text-align: right;
}
.cm_info.jobaba .text_area > p {
	color: #444;
	line-height: 1.6;
}
.cm_info.jobaba .text_area > p > span {
	color: #2e71be;
	font-weight: 600;
}

/* **************************************************************************************** *
* 웹접근성
* **************************************************************************************** */
#skipNavi {
	z-index: 9999;
	position: absolute;
	top: 0;
	left: 0;
	white-space: nowrap;
}

#skipNavi a {
	display: inline-block;
	position: absolute;
	top: -9999px;
}

#skipNavi a:focus-visible {
	top: 0;
	padding: 5px;
	outline: 3px dashed var(--cm_color2);;
	outline-offset: -6px;
	background-color: #000;
	color: #fff;
	font-size: 15px;
}

/* 프린트 */

@media screen and (max-width: 1600px) {
	.cm_title.title5 {
		font-size: 2.6rem;
	}
}
@media screen and (max-width: 1400px) {
	/* title */
	/* .cm_title.title5 { font-size: 3.4rem; } */

	/* overview */
	.cm_overview12 .ovw12_chn {
		font-size: 1.6rem;
		margin-bottom: 2rem;
	}
	.cm_overview14 .ovw14_swiper_item .ovw14_item_tit {
		font-size: 2rem;
	}
}

@media screen and (max-width: 1366px) {
	/* form */
	.form_check.cate_check input + .form_label {
		padding: 2.5rem 2rem;
	}
	.form_check.cate_check input + .form_label .label_icon {
		width: 8.5rem;
		height: 8.5rem;
	}
}

@media screen and (max-width: 1280px) {
	:root {
		--default_font_size: 9.5px;
	}

	/* layout */
	.cm_option.resp {
		flex-direction: column;
	}
	.cm_option.resp .op_left {
		width: 100%;
	}
	.cm_option.resp .op_right {
		width: 100%;
	}
	.cm_option.resp.revs {
		flex-direction: column-reverse;
	}
	.cm_option.resp.start {
		flex-direction: row;
		justify-content: flex-start;
	}
	.cm_option.resp.start .op_left {
		width: auto;
		margin-right: 10px;
	}
	.cm_option.resp.start .op_right {
		width: auto;
	}
	.cm_option.resp.end {
		flex-direction: row;
		justify-content: flex-end;
	}
	.cm_option.resp.end .op_left {
		width: auto;
	}
	.cm_option.resp.end .op_right {
		width: auto;
		margin-left: 10px;
	}

	/* title */
	.cm_title.title5 {
		font-size: 2.8rem;
	}

	/* tab1 */
	.cm_tab.tab1 {
		overflow: hidden;
		overflow-x: auto;
	}
	.cm_tab.tab1 .tab_list > li {
		flex-shrink: 0;
	}

	/* tab2 */
	.cm_tab.tab2 {
		overflow: hidden;
		overflow-x: auto;
	}
	.cm_tab.tab2 .tab_list > li {
		flex-shrink: 0;
	}

	/* tab3 */
	.cm_tab.tab3 {
		overflow: hidden;
		overflow-x: auto;
	}
	.cm_tab.tab3 .tab_list {
		flex-wrap: nowrap;
	}
	.cm_tab.tab3 .tab_list > li {
		flex-shrink: 0;
	}

	/* tab4 */
	.cm_tab.tab4 {
		overflow: hidden;
		overflow-x: auto;
	}
	.cm_tab.tab4 .tab_list {
		flex-wrap: nowrap;
	}
	.cm_tab.tab4 .tab_list > li {
		flex-shrink: 0;
	}

	/* Copyright */
	.cm_copyright .copy_top .img_area img {
		max-height: 4rem;
	}

	/* list */
	.cm_list.list10 .list_item .item_inner_box_area {
		flex-direction: column;
	}
	.cm_list.list10 .item_inner_box .box_title { 
		margin-bottom: 1rem;
	}

	/* cm_overview1 */
	.cm_overview1 .ovw_swiper {
		max-width: 55rem;
		margin-left: 5rem;
	}

	/* cm_overview6 */
	.cm_overview6 .ovw_item .item_img {
		width: 6.5rem;
		height: 6.5rem;
	}
	.cm_overview6 .ovw_item .item_title {
		font-size: 2rem;
	}

	/* cm_overview13 */
	.cm_overview13 {
		/* flex-direction: column;
		align-items: start;
		gap: 2rem; */
	}
	.cm_overview13 .ovw13_check_list {
		flex-wrap: wrap;
	}
	.cm_overview13 .form_check.cate_check input + .form_label .label_icon {
		width: 8.5rem;
		height: 8.5rem;
	}
	.cm_overview13 .form_check.cate_check input + .form_label .label_icon span {
		background-size: 100% !important;
	}
	.cm_overview13 .form_check.cate_check input + .form_label .label_icon:after {
        top: 0;
		right: 0;
	}

	/* cm_overview14 */
	.cm_overview14 .ovw14_swiper_item .ovw14_item_link {
		height: 178px;
	}
}

@media screen and (max-width: 1024px) {
	:root {
		--default_font_size: 9px;
	}

	/* layout */
	.tab_none {
		display: none !important;
	}

	/* box */
	.cm_box.box4.type2 .img_area {
		height: 8rem;
	}
	.cm_box.box4.type2 .img_area > img {
		height: 100%;
	}

	/* table */
	.cm_table.table_lg {
		overflow: auto;
	}
	.cm_table.table_lg table {
		min-width: 1200px;
	}
	.cm_table.table_md {
		overflow: auto;
	}
	.cm_table.table_md table {
		min-width: 768px;
	}
	.cm_table.table_sm {
		overflow: auto;
	}
	.cm_table.table_sm table {
		min-width: 480px;
	}
	.cm_table.resp table,
	.cm_table.resp table thead,
	.cm_table.resp table tbody,
	.cm_table.resp table tfoot,
	.cm_table.resp table tr,
	.cm_table.resp table th,
	.cm_table.resp table td {
		display: block;
		width: 100%;
		height: auto !important;
		padding: 0;
		border: 0 !important;
	}
	.cm_table.resp table colgroup,
	.cm_table.resp table thead {
		display: none;
	}
	.cm_table.resp table tr {
		display: flex;
		flex-wrap: wrap;
		padding: 1.5rem 0;
		border-bottom: 1px solid #ddd !important;
	}
	.cm_table.resp table tr td {
		padding: 0.5rem 1rem;
	}
	/*table2*/
	.cm_table.table2.border_table.resp th,
	.cm_table.table2.border_table.resp td {
		border-right: 0;
	}

	/* scroll_guide */
	.cm_table.scroll_guide:before {
		display: block;
		opacity: 1;
	}
	.cm_table.scroll_guide:after {
		display: block;
	}

	/* board search */
	.board_search.md-wrap .search_item {
		flex-wrap: wrap;
	}
	.board_search.md-wrap .search_select {
		width: 100%;
		margin-right: 0;
		margin-bottom: 1rem;
	}
	.board_search.md-wrap .search_select > select {
		flex: 1;
		width: auto;
	}
	.board_search.md-wrap .search_form_wrap {
		width: 100%;
	}
	.board_search.md-wrap .search_form_wrap .search_form {
		width: calc(100% - 10rem - 1rem);
	}
	.board_search.md-wrap .search_btn {
		width: 10rem;
		min-width: 0;
		padding: 0 2rem;
	}

	/* board detail */
	.cm_board_view .board_view_head {
		padding: 3rem;
	}
	.cm_board_view .board_view_head .view_title {
		font-size: 2.2rem;
	}
	.cm_board_view .board_view_cont {
		padding: 3rem;
	}
	.cm_board_view .board_view_file {
		padding: 0 3rem 3rem;
	}
	.cm_board_view .cm_table.table1 table ~ table {
		border-top: 1px solid #ddd !important;
	}
	.cm_board_view .cm_table.table1 table tr {
		padding: 0;
		border-bottom: 0 !important;
	}
	.cm_board_view .cm_table.table1 table tr:last-child {
		border-bottom: 1px solid #ddd !important;
	}
	.cm_board_view .cm_table.table1 table tbody th,
	.cm_board_view .cm_table.table1 table tbody td {
		display: flex;
		align-items: center;
		min-height: 5rem;
		padding: 1.5rem 2rem;
		border-bottom: 1px solid #ddd !important;
		text-align: left;
	}
	.cm_board_view .cm_table.table1 table tbody th {
		width: 13rem;
	}
	.cm_board_view .cm_table.table1 table tbody td {
		width: calc(100% - 13rem);
	}
	.cm_board_view .cm_table.table1 table tbody tr:last-child th:last-of-type,
	.cm_board_view .cm_table.table1 table tbody tr:last-child td:last-of-type {
		border-bottom: 0 !important;
	}

	/* board write */
	.cm_board_write .cm_table.resp th {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 5rem;
		padding: 1.5rem 0;
		border-bottom: 1px solid #ddd !important;
	}
	.cm_board_write .cm_table.resp td {
		min-height: 5rem;
		padding: 1.5rem 0;
		border-bottom: 1px solid #bbb !important;
	}

	/* cate_check */
	.form_check.cate_check input + .form_label {
		flex-direction: row;
		padding: 1.5rem;
	}
	.form_check.cate_check input + .form_label .label_icon {
		width: 5rem;
		height: 5rem;
	}
	.form_check.cate_check input + .form_label .label_icon:after {
		top: -0.8rem;
		right: -0.8rem;
	}
	.form_check.cate_check input + .form_label p {
		margin-top: 0;
		margin-left: 1rem;
	}
	.form_check.cate_check input + .form_label .label_icon span {
		background-size: 130% !important;
	}

	/* list6 */
	.cm_list.list6 .list_item .item_box {
		padding: 3rem;
	}
	.cm_list.list6 .list_item .desc_area {
		padding-left: 3rem;
	}
	.cm_list.list6 .list_item .item_lebel {
		margin-bottom: 1.2rem;
	}
	.cm_list.list6 .list_item .item_info dl {
		margin-bottom: 1.2rem;
	}

	/* list7 */
	.cm_list.list7 .list_item {
		width: calc(50% - 1.5rem);
	}
	.cm_nodata .nodata_inner {
		padding: 5rem 2rem;
	}

	/* list9 */
	.cm_list.list9 .list_item {
		width: calc(50% - 1.5rem);
	}

	/* list10 */
	.cm_list.list10 .list_item .item_desc {
		height: 48px;
	}

	/* step */
	.cm_step1 .step_list {
		gap: 3rem;
	}
	.cm_step1 .step_list .item_step:after {
		width: 3rem;
		background-size: 0.8rem;
	}
	.cm_step2 .step_list {
		gap: 3rem;
	}
	.cm_step2 .step_list .item_step:after {
		width: 3rem;
		background-size: 0.8rem;
	}

	/* cm_overview1 */
	.cm_overview1 .ovw_swiper {
		max-width: 45rem;
		margin-left: 4rem;
	}
	.cm_overview1 .ovw_obj {
		font-size: 4rem;
	}

	/* cm_overview3 */
	.cm_overview3 .ovw_head {
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		min-height: 7rem;
	}
	.cm_overview3 .ovw_head > .cm_btn {
		margin-top: 1rem;
    	margin-left: 3.7rem !important;
	}

	/* cm_overview4 */
	.cm_overview4 .ovw_item > a {
		padding: 3rem;
	}
	.cm_overview4 .ovw_item .item_desc .text2 {
		font-size: 2.2rem;
	}
	.cm_overview4 .ovw_item .item_img {
		width: 6.5rem;
		height: 6.5rem;
	}

	/* cm_overview5 */
	.cm_overview5 .ovw_desc {
		margin: 0 10rem;
		margin-top: -10rem;
		padding: 4rem;
		font-size: 2rem;
	}

	/* cm_overview6 */
	.cm_overview6 .ovw_item .item_title_area {
		min-height: 12rem;
		padding: 1.5rem 2.5rem;
	}
	.cm_overview6 .ovw_item .item_img {
		width: 5.5rem;
		height: 5.5rem;
	}
	.cm_overview6 .ovw_item .item_title {
		font-size: 2rem;
	}

	/* cm_overview8 */
	.cm_overview8 .ovw_desc .desc_item {
		display: block;
	}
	.cm_overview8 .ovw_desc .desc_item + .desc_item {
		margin-top: 2rem;
	}
	.cm_overview8 .ovw_desc .desc_item .item_text {
		margin: 0;
		margin-top: 1.2rem;
	}

	/* cm_overview9 */
	.cm_overview9 {
		padding: 3rem;
	}

	/* tab5 */
	.cm_tab.tab5 .tab_list {
		gap: 2rem;
	}
	.cm_tab.tab5 .tab_list > li > button .img_area,
	.cm_tab.tab5 .tab_list > li > a .img_area {
		height: 5rem;
	}
	.cm_tab.tab5 .tab_list > li > button .img_area > img,
	.cm_tab.tab5 .tab_list > li > a .img_area > img {
		height: 5rem;
	}
}

@media screen and (max-width: 768px) {
	:root {
		--default_font_size: 8.5px;
	}

	/* layout */
	.mobile_none {
		display: none !important;
	}

	/* layout */
	.cm_option.xs-resp {
		flex-direction: column;
	}
	.cm_option.xs-resp .op_left {
		width: 100%;
	}
	.cm_option.xs-resp .op_right {
		width: 100%;
	}
	.cm_option.xs-resp.revs {
		flex-direction: column-reverse;
	}
	.cm_option.xs-resp.start {
		flex-direction: row;
		justify-content: flex-start;
	}
	.cm_option.xs-resp.start .op_left {
		width: auto;
		margin-right: 10px;
	}
	.cm_option.xs-resp.start .op_right {
		width: auto;
	}
	.cm_option.xs-resp.end {
		flex-direction: row;
		justify-content: flex-end;
	}
	.cm_option.xs-resp.end .op_left {
		width: auto;
	}
	.cm_option.xs-resp.end .op_right {
		width: auto;
		margin-left: 10px;
	}

	/* box */
	.cm_box.box1 {
		padding: 3.5rem;
	}
	.cm_box.box4 {
		padding: 3.5rem 3rem;
	}
	.cm_box.box4.type2 {
		display: block;
	}
	.cm_box.box4.type2 .img_area {
		display: inline-block;
		margin: 0;
		margin-top: 1.5rem;
		vertical-align: top;
	}

	/* text */
	.cm_text_guide2 {
		flex-direction: column;
	}
	.cm_text_guide2 dt {
		width: 100%;
		padding-right: 0;
	}
	.cm_text_guide2 dd {
		margin-top: 1rem;
	}
	.text_marker {
		background-color: #e0f8c8;
	}

	/* case - 입찰공고 */
	.cm_label.bid {
		min-width: 6rem;
		height: 3.5rem;
	}

	/* case - 채용공고 */
	.cm_label.recruit {
		min-width: 8.5rem;
		height: 3.5rem;
	}

	/* tab2 */
	.cm_tab.tab2 .tab_list {
		grid-template-columns: repeat(3, 1fr);
	}
	.cm_tab.tab2 .tab_list > li:nth-child(-n + 4) > a {
		border-top: 0;
	}
	.cm_tab.tab2 .tab_list > li:nth-child(-n + 3) > a {
		border-top: 1px solid #ddd;
	}
	.cm_tab.tab2 .tab_list > li:nth-child(4n + 4) > a {
		border-right: 0;
	}
	.cm_tab.tab2 .tab_list > li:nth-child(3n + 3) > a,
	.cm_tab.tab2 .tab_list > li:last-child > a {
		border-right: 1px solid #ddd;
	}
	.cm_tab.tab2 .tab_list > li:last-child > a {
		width: calc(100% + 1px);
	}
	.cm_tab.tab2 .tab_list > li:nth-child(4n + 4):last-child > a {
		width: calc(100% + 1px);
	}
	.cm_tab.tab2 .tab_list > li:nth-child(3n + 3):last-child > a {
		width: 100%;
	}

	/* tab5 */
	.cm_tab.tab5 {
		margin-bottom: 5rem;
	}
	.cm_tab.tab5 .tab_list {
		flex-wrap: wrap;
		gap: 2rem;
	}
	.cm_tab.tab5 .tab_list > li {
		width: calc((100% - (2rem * 2)) / 3);
	}
	.cm_tab.tab5 .tab_list > li > button,
	.cm_tab.tab5 .tab_list > li > a {
		min-height: 13.5rem;
		padding: 2rem;
		font-size: 1.8rem;
	}
	.cm_tab.tab5 .tab_list > li > button .img_area,
	.cm_tab.tab5 .tab_list > li > a .img_area {
		height: 4.5rem;
		margin-bottom: 1.5rem;
	}
	.cm_tab.tab5 .tab_list > li > button .img_area > img,
	.cm_tab.tab5 .tab_list > li > a .img_area > img {
		height: 4.5rem;
	}

	/* board search */
	.board_search .search_item {
		flex-wrap: wrap;
	}
	.board_search .search_select {
		width: 100%;
		margin-right: 0;
		margin-bottom: 1rem;
	}
	.board_search .search_select > select {
		flex: 1;
		width: 100%;
	}
	.board_search .search_form_wrap {
		width: 100%;
	}
	.board_search .search_form_wrap .search_form {
		width: calc(100% - 10rem - 1rem);
	}
	.board_search .search_btn {
		width: 10rem;
		min-width: 0;
		padding: 0 2rem;
	}

	/* board list */
	.cm_board_list table,
	.cm_board_list table tbody,
	.cm_board_list table tr,
	.cm_board_list table th,
	.cm_board_list table td {
		display: block;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
	}
	.cm_board_list table thead,
	.cm_board_list table colgroup {
		display: none;
	}
	.cm_board_list table {
		border-top: 1px solid #000;
	}
	.cm_board_list table tr {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-start;
		padding: 1rem;
	}
	.cm_board_list tbody tr:hover td {
		background: none;
	}
	.cm_board_list table tr td {
		position: relative;
		width: auto;
		padding: 0.8rem 1rem;
		color: #666;
		font-weight: 400;
		text-align: left;
	}
	.cm_board_list table tr td:has(.file_area) {
		padding: 0;
	}
	.cm_board_list table tr td .file_area:has(.cm_icon) {
		padding: 0.8rem 1rem;
	}
	.cm_board_list table td.subject {
		width: 100% !important;
		color: #000;
		font-weight: 500;
		font-size: 1.9rem;
	}
	.cm_board_list .subject .icon_new {
		top: 0.2rem;
		width: 2.2rem;
		height: 2.2rem;
	}
	.cm_board_list .subject .icon_new + a {
		max-width: calc(100% - 2.5rem);
	}
	.cm_board_list tr.nodata td {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		text-align: center;
	}
	.cm_board_list tr.nodata td:after {
		display: none;
	}

	/* board detail */
	.cm_board_view .board_view_head .view_title_area {
		display: block;
	}
	.cm_board_view .board_view_head .view_label {
		margin: 0;
		margin-bottom: 1.5rem;
	}

	/* board detail2 */
	.cm_board_view2 .board_view_head {
		padding: 2.8rem 0;
	}
	.cm_board_view2 .board_view_head .board_view_title {
		font-size: 2.4rem;
	}
	.cm_board_view2 .board_view_head .label {
		margin-top: 0.5px;
	}

	/* faq */
	.cm_faq .faq_item .item_head {
		padding: 2rem 2.5rem;
		padding-right: 5rem;
	}
	.cm_faq .faq_item .item_head:after {
		right: 2.5rem;
		width: 1.6rem;
		height: 1.6rem;
		margin-top: -0.8rem;
	}
	.cm_faq .faq_item .item_head .item_title {
		padding-left: 1.5rem;
	}
	.cm_faq .faq_item .item_body {
		padding: 3rem 3rem 3rem 5rem;
	}

	/* list4 */
	.cm_list.list4 .list_body {
		grid-template-columns: repeat(2, minmax(calc(50% - 1.3rem), auto));
		gap: 2.6rem;
	}
	.cm_list.list4 .list_item .desc_area {
		margin-top: 2rem;
	}

	/* list6 */
	.cm_list.list6 .list_body {
		display: grid;
		grid-template-columns: repeat(2, minmax(calc(50% - 1.3rem), auto));
		gap: 2.6rem;
	}
	.cm_list.list6 .list_item {
		height: auto;
		margin: 0;
	}
	.cm_list.list6 .list_item .item_box {
		display: block;
	}
	.cm_list.list6 .list_item .thumb_area {
		width: 100%;
	}
	.cm_list.list6 .list_item .thumb_area .thumb_box:after {
		padding-top: 62.414%;
	}
	.cm_list.list6 .list_item .desc_area {
		width: 100%;
		margin-top: 2.5rem;
		padding: 0;
	}
	.cm_list.list6 .list_item .item_title {
		margin-bottom: 2rem;
		font-size: 2rem;
	}
	.cm_list.list6 .list_item .item_info dl dt {
		width: auto;
		padding: 0;
		padding-right: 2rem;
	}

	/* list7 */
	.cm_list.list7 .list_item {
		width: 100%;
	}

	/* list8 */
	.cm_list.list8 {
		grid-template-columns: repeat(1, 1fr);
	}

	/* list9 */
	.cm_list.list9 {
		flex-direction: column;
		gap: 1.5rem;
	}
	.cm_list.list9 .list_item {
		width: 100%;
		padding-right: 0;
		padding-bottom: 3rem;
	}
	.cm_list.list9 .list_item:after {
		right: calc(50% - 1.4rem);
		top: calc(100% - 4.5rem);
	}
	.cm_list.list9 .list_item .content_box:after {
		right: calc(50% - 1.3rem);
        top: calc(100% - 1.3rem);
		width: 2.6rem;
		height: 2.6rem;
	}

	/* list10 */
	.cm_list.list10 .list_body {
		grid-template-columns: 1fr;
	}
	.cm_list.list10 .list_item .item_desc {
		height: 44px;
	}

	/* cm_img_list */
	.cm_img_list {
		gap: 2rem;
	}

	/* cm_paging1 */
	.cm_paging1 .page_control {
		width: 3.6rem;
		height: 3.6rem;
	}
	.cm_paging1 .paging_page {
		margin: 0 0.5rem;
	}
	.cm_paging1 .page_link {
		width: 3.6rem;
		height: 3.6rem;
	}

	/* cm_paging2 */
	.cm_paging2 .page_control {
		padding: 2.5rem 3rem !important;
	}
	.cm_paging2 .page_control.prev:before,
	.cm_paging2 .page_control.next:before {
		display: none;
	}

	/* step */
	.cm_step1 .step_list {
		grid-template-columns: repeat(2, 1fr);
		gap: 2rem 3rem;
	}
	.cm_step1 .step_list .item_step:nth-child(3n + 3):after {
		display: block;
	}
	.cm_step1 .step_list .item_step:nth-child(2n + 2):after,
	.cm_step1 .step_list .item_step:last-child:after {
		display: none;
	}
	.cm_step2 .step_list {
		grid-template-columns: repeat(2, 1fr);
		gap: 2rem 3rem;
	}

	/* Copyright */
	.cm_copyright .copy_top {
		flex-direction: column;
	}
	.cm_copyright .copy_top .desc_area {
		margin-bottom: 1rem;
		padding-right: 0;
	}
	.cm_copyright .copy_top .img_area {
		padding-left: 1.5rem;
	}

	/* cm_overview1 */
	.cm_overview1 .ovw_inner {
		display: block;
	}
	.cm_overview1 .ovw_swiper {
		max-width: 100%;
		margin-top: 3rem;
		margin-left: 0;
	}
	.cm_overview1 .ovw_obj {
		top: -8%;
		right: 0;
		bottom: auto;
		left: auto;
		font-size: 2rem;
	}

	/* cm_overview2 */
	.cm_overview2 .ovw_item .ovw_title {
		width: 100%;
		padding: 0;
	}
	.cm_overview2 .ovw_item .ovw_graph {
		display: none;
	}

	/* cm_overview3 */
	.cm_overview3 .ovw_body .ovw_item .item_title_area {
		flex-direction: column-reverse;
		justify-content: flex-start;
	}
	.cm_overview3 .ovw_body .ovw_item .item_title {
		margin-top: 1.5rem;
	}
	.cm_overview3 .ovw_body .ovw_item .item_desc_area dl dt {
		width: 7rem;
	}
	.cm_overview3 .ovw_body .ovw_item .item_label {
		justify-content: flex-start;
	}

	/* cm_overview4 */
	.cm_overview4 {
		grid-template-columns: repeat(1, 1fr);
	}

	/* cm_overview5 */
	.cm_overview5 .ovw_desc {
		margin: 0;
		margin-top: 0;
		padding: 3rem;
	}

	/* cm_overview6 */
	.cm_overview6 {
		gap: 2.5rem;
	}
	.cm_overview6 .ovw_item .item_title_area {
		flex-direction: column;
		justify-content: center;
		min-height: 17rem;
	}
	.cm_overview6 .ovw_item .item_img {
		margin-bottom: 1rem;
	}
	.cm_overview6 .ovw_item .item_title {
		margin: 0;
		font-size: 1.8rem;
		text-align: center;
	}

	/* cm_overview7 */
	.cm_overview7 .ovw_desc {
		margin-top: 1.5rem;
	}
	.cm_overview7 .ovw_desc dl {
		display: flex;
	}
	.cm_overview7 .ovw_desc dl dt {
		width: 7rem;
	}

	/* cm_overview8 */
	.cm_overview8 {
		padding: 2.5rem 0;
	}
	.cm_overview8 .ovw_img {
		width: 8rem;
		height: 8rem;
	}
	.cm_overview8 .ovw_title {
		font-size: 2rem;
	}
	.cm_overview8 .ovw_desc .desc_item {
		display: block;
	}
	.cm_overview8 .ovw_desc .desc_item + .desc_item {
		margin-top: 2rem;
	}
	.cm_overview8 .ovw_desc .desc_item .item_text {
		margin: 0;
		margin-top: 1.2rem;
	}
	.cm_overview8 .ovw_desc .desc_item_dl {
		display: block;
	}
	.cm_overview8 .ovw_desc .desc_item_dl + .desc_item_dl {
		margin-top: 2rem;
	}
	.cm_overview8 .ovw_desc .desc_item_dl dt {
		width: 8rem;
		font-size: 1.8rem;
	}
	.cm_overview8 .ovw_desc .desc_item_dl dd {
		margin-top: 1.2rem;
		padding-left: 0;
	}

	/* cm_overview9 */
	.cm_overview9 {
		padding: 3rem;
	}
	.cm_overview9 .ovw_img {
		width: 10rem;
		height: 10rem;
	}
	.cm_overview9 .ovw_desc dl {
		display: block;
	}
	.cm_overview9 .ovw_desc dl dt {
		width: 100%;
	}
	.cm_overview9 .ovw_desc dl dd {
		margin-top: 1rem;
		padding-left: 0;
	}

	/* cm_overview10 */
	.cm_overview10 {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	/* cm_overview11 */
	.cm_overview11 {
		flex-direction: column-reverse;
	}
	.cm_overview11 .ovw_cont {
		margin-top: 3rem;
		padding-right: 0;
	}
	.cm_overview11 .ovw_img {
		max-width: 100%;
	}
	.cm_overview11 .ovw_img:after {
		padding-top: 40%;
	}

	/* cm_overview13 */
	.cm_overview13 .ovw13_check_area {
		overflow: auto;
		width: 100%;
	}
	.cm_overview13 .ovw13_check_list {
		flex-wrap: nowrap;
		white-space: nowrap;
	}
	.cm_overview13 .form_check.cate_check input + .form_label {
		flex-direction: column;
	}

	/* cm_overview14 */
    .cm_overview14 .ovw14_swiper_item .ovw14_item_link {
        border-radius: 1.5rem 1.5rem 3rem 1.5rem;
		height: 160px;
    }
	.cm_overview14 .ovw14_swiper_item .ovw14_item_date {
		height: 22px;
	}

	/* declaration */
	.cm_declaration {
		padding: 5rem 5rem 7rem;
	}
	.cm_declaration:before {
		width: 17.6rem;
		height: 8rem;
	}
	.cm_declaration:after {
		width: 17.6rem;
		height: 8rem;
	}
}

@media screen and (max-width: 480px) {
	/* box */
	.cm_box.box1 {
		padding: 3rem;
	}
	.cm_box.box4 {
		padding: 3rem;
	}

	/* title */
	.cm_title.title1 {
		font-size: 2.4rem;
	}
	.cm_title.title2 {
		font-size: 2.2rem;
	}
	.cm_title + .text_indent {
		padding-left: 0;
	}
    .cm_title.title5 {
        font-size: 22px;
    }

	/* tab1 */
	.cm_tab.tab1 .tab_list > li > a {
		padding: 1rem 2.5rem;
	}

	/* tab2 */
	.cm_tab.tab2 .tab_list {
		grid-template-columns: repeat(2, 1fr);
	}
	.cm_tab.tab2 .tab_list > li:nth-child(-n + 3) > a {
		border-top: 0;
	}
	.cm_tab.tab2 .tab_list > li:nth-child(-n + 2) > a {
		border-top: 1px solid #ddd;
	}
	.cm_tab.tab2 .tab_list > li:nth-child(3n + 3) > a {
		border-right: 0;
	}
	.cm_tab.tab2 .tab_list > li:nth-child(2n + 2) > a,
	.cm_tab.tab2 .tab_list > li:last-child > a {
		border-right: 1px solid #ddd;
	}
	.cm_tab.tab2 .tab_list > li:last-child > a {
		width: calc(100% + 1px);
	}
	.cm_tab.tab2 .tab_list > li:nth-child(3n + 3):last-child > a {
		width: calc(100% + 1px);
	}
	.cm_tab.tab2 .tab_list > li:nth-child(2n + 2):last-child > a {
		width: 100%;
	}
	.cm_tab.tab2.row3 .tab_list {
		grid-template-columns: repeat(2, 1fr);
	}
	.cm_tab.tab2.row3 .tab_list > li:nth-child(-n + 3) > a {
		border-top: 0;
	}
	.cm_tab.tab2.row3 .tab_list > li:nth-child(-n + 2) > a {
		border-top: 1px solid #ddd;
	}
	.cm_tab.tab2.row3 .tab_list > li:nth-child(3n + 3) > a {
		border-right: 0;
	}
	.cm_tab.tab2.row3 .tab_list > li:nth-child(2n + 2) > a,
	.cm_tab.tab2.row3 .tab_list > li:last-child > a {
		border-right: 1px solid #ddd;
	}
	.cm_tab.tab2.row3 .tab_list > li:last-child:nth-child(3n + 3) > a {
		width: calc(100% + 1px);
	}
	.cm_tab.tab2.row3 .tab_list > li:last-child:nth-child(2n + 2) > a {
		width: 100%;
	}

	/* tab5 */
	.cm_tab.tab5 .tab_list {
		gap: 1.5rem;
	}
	.cm_tab.tab5 .tab_list > li > button,
	.cm_tab.tab5 .tab_list > li > a {
		padding: 1.5rem;
		font-size: 1.7rem;
	}
	.cm_tab.tab5 .tab_list > li > button .img_area,
	.cm_tab.tab5 .tab_list > li > a .img_area {
		height: 4rem;
	}
	.cm_tab.tab5 .tab_list > li > button .img_area > img,
	.cm_tab.tab5 .tab_list > li > a .img_area > img {
		height: 4rem;
	}

	/* board list */
	.cm_board_list table td.subject {
		font-size: 1.8rem;
	}
	.cm_board_list .subject .cm_label {
		min-width: 0 !important;
		margin-right: 1rem;
	}

	/* board search */
	.board_search .search_form_wrap .search_form {
		width: calc(100% - 6rem - 1rem);
	}
	.board_search .search_btn {
		width: 6rem;
		min-width: 0;
		padding: 0 1.5rem;
		overflow: hidden;
		font-size: 0;
	}
	.board_search .search_btn span:before {
		width: 1.7rem;
		height: 1.7rem;
		margin: 0;
	}

	/* board detail */
	.cm_board_view .board_view_head {
		padding: 3rem 2.5rem;
	}
	.cm_board_view .board_view_head .view_title {
		font-size: 2rem;
	}
	.cm_board_view .board_view_head .view_info .split_item span {
		display: none;
	}
	.cm_board_view .board_view_cont {
		padding: 3rem 2.5rem;
	}
	.cm_board_view .board_view_file {
		padding: 0 2.5rem 3rem;
	}
	.cm_board_view .board_view_cont .answer_cont {
		width: calc(100% + 5rem);
		margin: 0 -2.5rem;
		margin-top: 4rem;
		padding: 3rem 2.5rem;
	}

	/* faq */
	.cm_faq .faq_item .item_head {
		padding: 2rem;
		padding-right: 4rem;
	}
	.cm_faq .faq_item .item_head:after {
		right: 2rem;
		width: 1.4rem;
		height: 1.4rem;
		margin-top: -0.7rem;
	}
	.cm_faq .faq_item .item_head .item_title {
		padding-left: 1.2rem;
	}
	.cm_faq .faq_item .item_body {
		padding: 3rem;
	}

	/* check2 */
	.form_check.check2 input + .form_label {
		padding: 1rem 1.5rem;
	}

	/* cate_check */
	.form_check.cate_check {
		overflow: visible;
	}
	.form_check.cate_check input + .form_label .label_icon {
		display: none;
	}
	.form_check.cate_check input + .form_label:before {
		z-index: 1;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		border: 2px solid #2f72bf;
		border-radius: 0.8rem;
		content: '';
		opacity: 0;
		transition: opacity 0.2s;
	}
	.form_check.cate_check input + .form_label:after {
		z-index: 2;
		position: absolute;
		top: -0.8rem;
		right: -0.8rem;
		width: 2.4rem;
		height: 2.4rem;
		border-radius: 100%;
		background: #2f72bf url(../images/common/icon_check03.svg) no-repeat center/1.3rem;
		content: '';
		opacity: 0;
		transition: opacity 0.2s;
	}
	.form_check.cate_check input + .form_label p {
		margin: 0;
	}
	.form_check.cate_check input + .form_label:hover:before {
		opacity: 1;
	}
	.form_check.cate_check input:checked + .form_label:before,
	.form_check.cate_check input:checked + .form_label:after {
		opacity: 0;
	}
	.cm_list.list3 .list_item .item_title {
		padding-left: 2rem;
	}

	/* list6 */
	.cm_list.list6 .list_body {
		grid-template-columns: repeat(1, minmax(100%, auto)); gap: 2.6rem;
	}

	/* cm_img_list */
	.cm_img_list {
		flex-direction: column;
	}

	/* cm_paging1 */
	.cm_paging1 .page_control {
		width: 3.4rem;
		height: 3.4rem;
	}
	.cm_paging1 .paging_page {
		margin: 0 0.3rem;
	}
	.cm_paging1 .page_link {
		width: 3.4rem;
		height: 3.4rem;
	}

	/* cm_paging2 */
	.cm_paging2 .page_control {
		padding: 2rem 2.5rem !important;
	}

	/* cm_overview3 */
	.cm_overview3 .ovw_body .ovw_item .item_desc_area dl {
		display: block;
	}
	.cm_overview3 .ovw_body .ovw_item .item_desc_area dl dt {
		width: 100%;
		margin-bottom: 1rem;
	}
	.cm_overview3 .ovw_body .ovw_item .item_desc_area dl dd {
		padding-left: 0;
	}

	/* cm_overview5 */
	.cm_overview5 .ovw_desc br {
		display: none;
	}

	/* cm_overview6 */
	.cm_overview6 {
		grid-template-columns: 1fr;
	}
	.cm_overview6 .ovw_item .item_title_area {
		flex-direction: row;
		justify-content: flex-start;
		min-height: 10rem;
	}
	.cm_overview6 .ovw_item .item_img {
		margin-bottom: 0;
	}
	.cm_overview6 .ovw_item .item_title {
		margin-left: 1.5rem;
		text-align: left;
	}
	.cm_overview6 .ovw_item .item_desc {
		margin-top: 1.5rem;
	}

	/* cm_overview7 */
	.cm_overview7 .ovw_desc {
		margin-top: 1.5rem;
	}
	.cm_overview7 .ovw_desc dl {
		display: block;
	}
	.cm_overview7 .ovw_desc dl dt {
		width: 100%;
		margin-bottom: 1rem;
	}
	.cm_overview7 .ovw_desc dl dd {
		padding-left: 0;
	}

	/* cm_overview8 */
	.cm_overview8 {
		display: block;
		position: relative;
		padding: 2rem 0;
	}
	.cm_overview8 .ovw_img {
		width: 5rem;
		height: 5rem;
	}
	.cm_overview8 .ovw_cont {
		margin-top: 1.5rem;
		padding-left: 0;
	}
	.cm_overview8 .ovw_title {
		position: absolute;
		top: 3.2rem;
		left: 7rem;
		margin: 0;
	}
	.cm_overview8 .ovw_desc .desc_item {
		display: block;
	}
	.cm_overview8 .ovw_desc .desc_item .item_text {
		margin: 0;
		margin-top: 1.2rem;
	}
	.cm_overview8 .ovw_desc .desc_item_dl {
		display: block;
	}
	.cm_overview8 .ovw_desc .desc_item_dl dt {
		width: 8rem;
		font-size: 1.8rem;
	}
	.cm_overview8 .ovw_desc .desc_item_dl dd {
		margin-top: 1.2rem;
		padding-left: 0;
	}

	/* cm_overview9 */
	.cm_overview9 {
		display: block;
	}
	.cm_overview9 .ovw_img {
		width: 100%;
		text-align: center;
	}
	.cm_overview9 .ovw_img > img {
		height: 100%;
	}
	.cm_overview9 .ovw_cont {
		margin-top: 2rem;
		padding-left: 0;
	}

	/* cm_overview11 */
	.cm_overview11 .ovw_btn .cm_btn {
		width: 100%;
		max-width: 100%;
	}

	/* cm_overview13 */
	.cm_overview13 .form_check.cate_check input + .form_label .label_icon {
		display: block;
	}

	/* declaration */
	.cm_declaration {
		padding: 4rem 3.5rem 6rem;
	}
	.cm_declaration .dec_head > img {
		max-width: 15rem;
	}
	.cm_declaration .dec_head .text1 {
		font-size: 1.6rem;
	}
	.cm_declaration .dec_head .text2 {
		font-size: 2.4rem;
	}
	.cm_declaration .dec_body {
		padding: 0 3rem;
	}
	.cm_declaration .dec_body .dec_dl {
		display: block;
		padding: 2.5rem 0;
	}
	.cm_declaration .dec_body .dec_dl dt {
		width: 100%;
		margin-bottom: 1rem;
	}
	.cm_declaration .dec_body .dec_dl dd {
		padding: 0;
	}
	.cm_declaration .dec_body2 .dec_body2_title {
		margin-bottom: 8px;
	}
	.cm_declaration .dec_body2 .dec_dl { 
		flex-direction: column;
		gap: 5px 0;
		padding: 0 20px;
	}
	.cm_declaration .dec_body2 .dec_dl dt { 
		width: 100%;
		text-align: left;
	}
	.cm_declaration .dec_foot > img {
		width: 2.5rem;
	}
	.cm_declaration .dec_foot > p {
		margin-top: 0.3rem;
	}
}

@media screen and (max-width: 360px) {
	:root {
		--default_font_size: 8px;
	}
}

@media print {
	* {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
	}
	html,
	body {
		zoom: 0.7;
		margin: 0 !important;
		padding: 0 !important;
		overflow: visible !important;
		page-break-before: avoid;
		page-break-after: avoid;
	}
	html {
		margin: 0 !important;
	}
	.inner {
		max-width: none !important;
	}
	.header,
	.footer,
	.left_contents,
	.satisfaction_box {
		display: none !important;
	}
	.container {
		margin-top: 0 !important;
	}
	.right_contents {
		width: 100% !important;
		padding: 0 !important;
	}
}
