@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 100;
	src: url('../fonts/Pretendard-Thin.woff2') format('woff2'),
		url('../fonts/Pretendard-Thin.woff') format('woff'),
		url('../fonts/Pretendard-Thin.otf') format('opentype');
}

@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 200;
	src: url('../fonts/Pretendard-ExtraLight.woff2') format('woff2'),
		url('../fonts/Pretendard-ExtraLight.woff') format('woff'),
		url('../fonts/Pretendard-ExtraLight.otf') format('opentype');
}

@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/Pretendard-Light.woff2') format('woff2'),
		url('../fonts/Pretendard-Light.woff') format('woff'),
		url('../fonts/Pretendard-Light.otf') format('opentype');
}

@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/Pretendard-Regular.woff2') format('woff2'),
		url('../fonts/Pretendard-Regular.woff') format('woff'),
		url('../fonts/Pretendard-Regular.otf') format('opentype');
}

@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/Pretendard-Medium.woff2') format('woff2'),
		url('../fonts/Pretendard-Mediumt.woff') format('woff'),
		url('../fonts/Pretendard-Medium.otf') format('opentype');
}

@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/Pretendard-SemiBold.woff2') format('woff2'),
		url('../fonts/Pretendard-SemiBold.woff') format('woff'),
		url('../fonts/Pretendard-SemiBold.otf') format('opentype');
}

@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/Pretendard-Bold.woff2') format('woff2'),
		url('../fonts/Pretendard-Bold.woff') format('woff'),
		url('../fonts/Pretendard-Bold.otf') format('opentype');
}

@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 800;
	src: url('../fonts/Pretendard-ExtraBold.woff2') format('woff2'),
		url('../fonts/Pretendard-ExtraBold.woff') format('woff'),
		url('../fonts/Pretendard-ExtraBold.otf') format('opentype');
}

@font-face {
	font-family: 'Pretendard';
	font-style: ormal;
	font-weight: 900;
	src: url('../fonts/Pretendard-Black.woff2') format('woff2'),
		url('../fonts/Pretendard-Black.woff') format('woff'),
		url('../fonts/Pretendard-Black.otf') format('opentype');
}

/*------------
reset
------------*/
* {
	font-family: 'Pretendard', sans-serif;
}

*, ::after, ::before {
	box-sizing: content-box
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
	blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
	em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
	b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
	details, embed, figure, figcaption, footer, header, hgroup, menu, nav,
	output, ruby, section, summary, time, mark, audio, video, p, span, i,
	input, select {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	font-weight: normal;
	color: #000;
	font-family: 'Pretendard', sans-serif;
	/* font-family:-apple-system, BlinkMacSystemFont,'Apple SD Gothic Neo','Malgun Gothic','맑은 고딕','NanumGothic','나눔고딕','Dotum','돋움',sans-serif; */
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup,
	menu, nav, section {
	display: block;
}

body, html {
	line-height: 1;
	height: 100%;
	padding: 0;
	margin: 0;
	font-size: 18px;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

a, a:hover, a:link, a:active {
	text-decoration: none;
}

b {
	font-weight: bold;
}

i {
	font-size: 1.1em
}

strong {
	font-weight: bold
}

h1, h2, h3, h4, h5 {
	text-align: left;
}

table caption {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	font-size: 0;
	line-height: 0
}

.hidden {
	position: absolute;
	overflow: hidden;
	text-indent: -99990em;
}

/*------------------------
textarea
------------------------*/
textarea {
	border-radius: 0;
	border: 1px solid #e7e7e7;
	background: #fff;
	padding: 5px;
	overflow: hidden;
	font-size: 14px;
	resize: none;
}

textarea:focus {
	outline: none;
}

textarea:focus {
	border: 1px solid #313862
}

pre {
	display: inline;
	margin-top: 5px;
	color: inherit;
}

/*------------------------
file
------------------------*/
.filebox {
	display: inline-block;
}

.filebox label {
	display: inline-block;
	height: 45px;
	line-height: 45px;
	width: 70px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #ddd;
	cursor: pointer;
	border-radius: 2px;
}

.filebox input[type="file"] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

/* named upload */
.filebox .upload-name {
	display: inline-block;
	background-color: #fff;
	color: #999;
}

.plus-file {
	display: inline-block;
	margin-left: 5px;
	font-size: 1.1em;
	cursor: pointer
}

/*------------------------
check box
------------------------*/
.check-agree {
	position: relative;
	display: inline;
}

.check-agree input[type="checkbox"] {
	display: none;
}

.check-agree input[type="checkbox"]+label {
	cursor: pointer;
	display: inline-block;
}

.check-agree input[type="checkbox"]+label:before {
	content: ' ';
	display: inline-block;
	width: 14px;
	height: 14px;
	text-align: center;
	border: 1px solid #313862;
	background: #fff;
	vertical-align: middle;
	margin: 0px 5px 5px 0px;
}

.check-agree input[type="checkbox"]:checked+label:before {
	background: #313862 url(/m/images/ico_ckd.png) no-repeat center center;
	border: 1px solid #313862;
	width: 14px;
	height: 14px;
}

/*------------------------
button
------------------------*/
button {
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 0;
	height: 45px;
	cursor: pointer;
	font-size: 12px;
	padding: 0px 10px;
}

/*------------------------
radio
------------------------*/
.i-radio {
	position: relative;
	height: 22px;
	line-height: 22px;
	cursor: pointer;
	display: inline-block;
}

.i-radio input {
	overflow: hidden;
	margin-right: 19px;
	width: 0px;
	height: 0px;
	border: 0 none;
	font-size: 0;
	line-height: 0;
	clip: rect(0, 0, 0, 0);
	opacity: 0;
}

.i-radio .ico {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 22px;
	height: 22px;
	background: url(/m/images/ico_radio_before.png) no-repeat 0 0;
}

.i-radio input:checked+.ico {
	background-position: 0 -40px;
	background: url(/m/images/ico_radio_after.png) no-repeat 0 0;
}

/*------------------------
size
------------------------*/
.wid-0-5 {
	width: 5%
}

.wid-0-8 {
	width: 8%
}

.wid-1 {
	width: 10%
}

.wid-1-5 {
	width: 15%
}

.wid-2 {
	width: 20%
}

.wid-2-5 {
	width: 25%
}

.wid-3 {
	width: 30%
}

.wid-3-5 {
	width: 35%
}

.wid-4 {
	width: 40%
}

.wid-4-5 {
	width: 45%
}

.wid-4-8 {
	width: 48%
}

.wid-5 {
	width: 50%
}

.wid-5-5 {
	width: 55%
}

.wid-6 {
	width: 60%
}

.wid-6-5 {
	width: 65%
}

.wid-7 {
	width: 70%
}

.wid-7-5 {
	width: 75%
}

.wid-8 {
	width: 80%
}

.wid-8-5 {
	width: 85%
}

.wid-9 {
	width: 90%
}

.wid-9-5 {
	width: 95%
}

.wid-10 {
	width: 100%
}

/*------------------------
드래그색상
------------------------*/
::selection {
	background: #313862;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #313862;
	color: #fff;
	text-shadow: none;
}

::-webkit-selection {
	background: #313862;
	color: #fff;
	text-shadow: none;
}

/*------------------------
etc common
------------------------*/

/*정렬*/
.t-left {
	text-align: left;
}

.t-rignt {
	text-align: right;
}

.t-center {
	text-align: center;
}

.f-left {
	float: left;
}

.f-right {
	float: right;
}

.col-cont {
	float: left;
	width: 50%;
}

/*etc*/
.s-text {
	line-height: 22px;
}

/*intro*/
.intro {
	margin-bottom: 0 !important;
	padding: 130px 20px 50px 20px;
	background: #F2F2F2
}

.intro .intro-box {
	position: relative;
	padding: 0 0 50px 0;
	border-radius: 25px 25px 15px 15px;
	background: #fff;
	box-shadow: 1px 1px 8px 4px rgba(0, 0, 0, 0.1);
}

.intro .intro-box:after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 28px;
	background: url(/m/images/top_intro.png) 50% 50% no-repeat;
}

.intro .intro-box:before {
	content: '';
	position: absolute;
	top: -2px;
	left: 0;
	width: 100%;
	height: 28px;
	background: url(/m/images/down_intro.png) 50% 50% no-repeat;
}

.intro li:nth-child(1) .intro-box:before {
	display: none;
}

.intro li:nth-child(3) .intro-box:after {
	display: none;
}

.intro li:nth-child(2) .intro-box {
	border-radius: 25px;
}

.intro li:nth-child(3) .intro-box {
	border-radius: 15px 15px 25px 25px;
}

.intro  li {
	margin-bottom: 30px
}

.intro-box .btn_go {
	display: inline-block;
	padding: 0 60px 0 30px;
	border-radius: 5px;
	font-size: 19px;
	line-height: 50px;
	height: 48px;
	color: #fff;
	background: url(/m/images/intro_arrow.svg) 86% 50% no-repeat;
	background-size: 18px
}

.intro-box.bundle p {
	overflow: hidden;
	text-indent: -999em;
	height: 130px;
	background-image: url(/m/images/intro_01.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 180px
}

.intro-box.bundle .btn_go {
	background-color: #39B9AE
}

.intro-box.review p {
	overflow: hidden;
	text-indent: -999em;
	height: 130px;
	background-image: url(/m/images/intro_02.png);
	background-position: 50% 60%;
	background-repeat: no-repeat;
	background-size: 220px
}

.intro-box.review .btn_go {
	background-color: #5092E1
}

.intro-box.term p {
	overflow: hidden;
	text-indent: -999em;
	height: 130px;
	background-image: url(/m/images/intro_03.png);
	background-position: 50% 70%;
	background-repeat: no-repeat;
	background-size: 120px
}

.intro-box.term span {
	margin-top: 10px;
	color: #777
}

.intro-box.term .btn_go {
	background-color: #5092E1
}

#wrap {
	width: 100%;
	height: 100%;
	margin: auto;
	/*overflow-x: hidden;*/
}

#container {
	overflow: hidden;
	position: relative;
	width: 100%;
	min-width: 1100px;
	height: auto;
	min-height: 100%;
	text-align: center;
}

#container.main {
	background: #fff
}

#content {
	height: 100%;
	padding-top: 98px;
}

/*#scontent{
   position: relative;
   overflow: hidden;
   padding: 98px 0px 0px 264px;
   height: 100%;
}
*/
.location {
	display: flex;
	margin-top: 110px;
	border-bottom: 1px solid #ebebeb;
}

.location h3 {
	display: flex;
	align-items: center;
	width: 10%;
	border-right: 1px solid #ebebeb;
}

.location h3 a {
	display: block;
	width: 100%;
	height: 40px;
	background: #fff url(/m/images/ico_btnhome.png) no-repeat center;
	text-indent: -9999em;
}

.location .depth1, .location .depth2 {
	position: relative;
	width: 45%;
}

.location .depth1 {
	box-sizing: border-box;
	border-right: 1px solid #ebebeb;
}

.location .depth1 div, .location .depth2 div {
	display: none;
	position: absolute;
	top: 46px;
	left: 0;
	width: 100%;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, .1);
	z-index: 100;
}

.location .depth1 div.on, .location .depth2 div.on {
	display: block;
}

.location .depth1 dt span, .location .depth2 dt span {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 46px;
	background: url(/m/images/ico_btnDown.png) no-repeat center;
}

.location .depth1 dt span.on, .location .depth2 dt span.on {
	transform: rotate(180deg);
}

.location .depth1 dd, .location .depth2 dd {
	border-bottom: 1px solid #ebebeb;
}

.location .depth1 dt a, .location .depth1 dd a, .location .depth2 dt a,
	.location .depth2 dd a {
	display: block;
	text-align: left;
	padding: 15px 10px;
	background-color: #fff;
	color: #555;
	font-size: 14px;
}

.location .depth1 dd a span, .location .depth2 dd a span{
	color: #555;
}

.location dl dd:hover a {
	background-color: #5092E1;
	color: #fff;
}

/*
#lnb{
   z-index: 20;
   position: absolute;
   top: 98px;
	left:0;
   bottom: 0;
   height: auto;
   width: 264px;
   background: #313862;
   color: #fff;
   margin: 0 auto;
   text-align: left;
}

.lnb-area .title{
   font-size:28px;
   padding:60px 30px 30px;
   color:#fff
}

.lnb-area li a{
   display:block;
   height:64px;
   line-height:64px;
   padding:0px 30px;
   border-bottom:1px solid rgba(255,255,255,.1);
   color:#fff;
   font-size:17px;
}

.lnb-area li.on a{
   font-weight:bold;
   background:#485185
}*/
.blind {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	font-size: 0;
	line-height: 0
}

/* footer */
#footer {
	padding: 30px 15px;
	margin: 0;
	background: #292F38;
	float: left;
	width: calc(100% - 30px);
}

#footer.main {
	margin: 0;
}

#footer.main .footer-wrap {
	text-align: center;
}

.footer-wrap {
	max-width: none;
	margin: auto;
	position: relative;
}

.footer-wrap .info {
	overflow: hidden;
	margin-bottom: 20px;
	text-align: center;
}

.footer-wrap .f-menu {
	float: left;
	margin-top: 10px;
}

.footer-wrap .f-menu li {
	float: left;
	padding: 0px 12px;
	position: relative;
}

.footer-wrap .f-menu li a {
	display: block;
	color: #888;
	text-align: center;
}

.footer-wrap .f-menu li::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 14px;
	background: #ccc;
}

.footer-wrap .f-menu li:last-child {
	margin-right: 0
}

.footer-wrap .f-menu li:last-child::after {
	display: none
}

.footer-wrap .f-menu li strong {
	color: #00bec5
}

.footer-wrap .q-btn {
	position: absolute;
	right: 0;
	top: 0px;
	border: 1px solid #00bec5;
	color: #00bec5;
	background: #fff;
	font-size: 13px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	height: 34px;
	line-height: 36px;
	padding: 0px 10px;
}

.footer-wrap .copy {
	text-align: center;
	line-height: 20px;
	font-size: 13px;
	color: #999
}

#scontent {
	margin: 30px 0 80px 0
}

#container {
	min-width: 100%;
}

#content {
	padding-top: 75px
}

#lnb {
	position: relative;
	top: 75px;
	width: auto;
}

.lnb-area ul {
	display: none
}

.lnb-area .title {
	padding: 15px;
	font-size: 16px
}

#footer.main {
	padding: 30px 20px;
}

.footer-wrap .f-menu {
	float: none;
	overflow: hidden;
	font-size: 12px;
	background: #25282E;
	border-bottom: 0;
	padding: 0px;
}

.footer-wrap .f-menu li {
	padding: 0;
	width: 49.8%;
}

.footer-wrap .f-menu li a {
	height: 35px;
	line-height: 35px
}

.footer-wrap .f-menu li:first-child {
	padding-left: 0px;
}

.footer-wrap .f-menu li:nth-child(2n) {
	border-right: 0
}

.footer-wrap .f-menu li:last-child {
	padding-right: 0px;
}

.footer-wrap .f-menu li::after {
	display: none
}

.footer-wrap .copy {
	font-size: 12px
}

.footer-wrap .q-btn {
	top: -10px
}

.sub-content .box {
	padding: 15px
}

.sub-content h2 {
	font-size: 20px;
	font-weight: 500;
	padding: 20px 0 10px 0;
}

.sub-content h3 {
	margin-top: 20px;
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: 500;
	letter-spacing: -0.045em;
	color: #444
}

/*도움말*/
.Processes {
	background: url(/m/images/line.png) 11px 0 repeat-y;
}

.Processes li {
	margin-bottom: 20px;
	padding: 0 0 0 45px;
	position: relative;
	text-align: left;
}

.Processes li span {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px 0 0 7px;
	font-size: 13px;
	color: #ccc;
	z-index: 10;
}

.Processes li:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 100px;
	background: #fff;
	border: 1px solid #ccc;
	z-index: 5;
}

.Processes strong {
	display: block;
	margin-bottom: 5px;
	padding-top: 65px;
	font-size: 20px;
	font-weight: 500
}

.Processes p {
	font-size: 14px;
	color: #555
}

.user-box .Processes .step_01 strong {
	background: url(/m/images/icon_step_01.png) 0 0 no-repeat;
	background-size: 55px
}

.user-box .Processes .step_02 strong {
	background: url(/m/images/icon_step_02.png) 0 0 no-repeat;
	background-size: 55px
}

.user-box .Processes .step_03 strong {
	background: url(/m/images/icon_step_03.png) 0 0 no-repeat;
	background-size: 55px
}

.user-box .Processes .step_04 strong {
	background: url(/m/images/icon_step_04.png) 0 0 no-repeat;
	background-size: 55px
}

.user-box .Processes .step_05 strong {
	background: url(/m/images/icon_step_05.png) 0 0 no-repeat;
	background-size: 55px
}

.user-box .Processes .step_06 strong {
	background: url(/m/images/icon_step_06.png) 0 0 no-repeat;
	background-size: 55px
}

.user02-box .Processes .step_01 strong {
	background: url(/m/images/icon2_step_01.png) 0 0 no-repeat;
	background-size: 55px
}

.user02-box .Processes .step_02 strong {
	background: url(/m/images/icon2_step_02.png) 0 0 no-repeat;
	background-size: 55px
}

.user02-box .Processes .step_03 strong {
	background: url(/m/images/icon2_step_03.png) 0 0 no-repeat;
	background-size: 55px
}

.user02-box .Processes .step_04 strong {
	background: url(/m/images/icon2_step_04.png) 0 0 no-repeat;
	background-size: 55px
}

.user02-box .Processes .step_05 strong {
	background: url(/m/images/icon2_step_05.png) 0 0 no-repeat;
	background-size: 55px
}

.user02-box .Processes .step_06 strong {
	background: url(/m/images/icon2_step_06.png) 0 0 no-repeat;
	background-size: 55px
}

.user02-box .Processes .step_07 strong {
	background: url(/m/images/icon2_step_07.png) 0 0 no-repeat;
	background-size: 55px
}

/* 소개 */
.know_wrap {
	width: 100%;
}

.know {
	margin-bottom: 30px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 30px;
}

.know li {
	width: 380px;
	height: 330px;
	padding: 20px 25px 25px 25px;
	display: flex;
	text-align: center;
	border-radius: 10px;
	background: #FFF;
	box-shadow: 3px 5px 10px 0px rgb(0 0 0/ 7%);
	flex-direction: column;
	align-items: center;
}

.know li p {
	position: relative;
}

.know li:first-child p::after {
	content: '';
	width: 0;
	height: 10px;
	position: absolute;
	background: rgba(236, 119, 174, 0.3);
	top: 10px;
	left: 0px;
}

.know li:first-child:hover p::after {
	width: 270px;
	transition: all 0.3s;
}

.know li:nth-child(2) p::after {
	content: '';
	width: 0;
	height: 10px;
	position: absolute;
	background: rgba(243, 139, 43, 0.3);
	top: 10px;
	left: 0;
}

.know li:nth-child(2):hover p::after {
	width: 295px;
	transition: all 0.3s;
}

.know li:last-child p::after {
	content: '';
	width: 0;
	height: 10px;
	position: absolute;
	background: rgba(255, 213, 123, 0.3);
	top: 10px;
	left: 0px;
}

.know li:last-child:hover p::after {
	width: 298px;
	transition: all 0.3s;
}

.know li div {
	width: 100%;
	height: 328px;
	margin-top: 25px;
	border-radius: 5px;
	overflow: hidden;
	background-size: 100%;
}

.know li:first-of-type div {
	background: url(/m/images/introduce_img_1.png) center no-repeat;
}

.know li:nth-of-type(2) div {
	background: url(/m/images/introduce_img_2.png) center no-repeat;
}

.know li:last-of-type div {
	background: url(/m/images/introduce_img_3.png) center no-repeat;
}

.img-slider {
	position: relative;
	margin-top: 30px;
}

.img-slider img {
	width: 100%
}

.s_title {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: -0.055em
}

.s_title span {
	color: #009f91;
	font-weight: 600
}

.btxt {
	font-size: 15px;
	line-height: 18px;
	color: #555
}

.video video {
	margin: 30px 0 20px 0;
	width: 100%
}

.know li p {
	font-size: 16px
}

.btn_wrap {
	margin-top: 30px;
	text-align: center;
}

.btn_down {
	display: inline-block;
	padding: 20px 50px;
	border-radius: 4px;
	font-size: 17px;
	color: #fff;
	background: #19b0a1
}

/* 통계 */
.search-box {
	padding: 20px;
	background: #f2f2f2;
}

.search-box li {
	margin-bottom: 10px
}

.search-box input, .search-box select {
	width: 100%;
	font-size: 20px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #ddd;
}

.search-box span {
	display: inline-block;
	padding-top: 10px;
	font-size: 18px
}

.search-box .btn_stat {
	display: inline-block;
	width: 100%;
	font-size: 20px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	background: #292f38;
}

/* table_col*/
.div_scroll {
	overflow-x: auto;
	padding-bottom: 10px
}

.table_col {
	width: 100%;
	border-top: 1px solid #292f38;
}

.table_col thead>tr, .table_col tbody>tr {
	border-bottom: 1px solid #ddd;
}

.table_col thead>tr>th {
	padding: 0 20px;
	font-weight: 500;
	text-align: center;
	line-height: 50px;
	height: 50px;
	background: #f6f6f6;
	color: #111;
	white-space: pre;
}

.table_col tbody>tr>td {
	padding: 0 20px;
	text-align: center;
	line-height: 50px;
	height: 50px;
	white-space: pre;
}

.table_col tbody>tr.tr-total {
	background: #696d73;
}

.table_col tbody>tr.tr-total>td {
	color: #fff;
}

.table_col_01 .tb_line {
	position: relative;
	background: #e6effc
		url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><line x1="0" y1="0" x2="100%" y2="100%" stroke="rgba(191, 191, 191, 0.6)" /></svg>');
}

.table_col_01 .tb_line .tb_01 {
	position: absolute;
	left: 5px;
	bottom: -11px;
}

.table_col_01 .tb_line .tb_02 {
	position: absolute;
	top: -11px;
	right: 5px;
}

.table_col_01 {
	border-top: 1px solid #d5e1f3;
}

.table_col_01 thead>tr>th {
	font-size: 12px;
	text-align: center;
	line-height: 50px;
	height: 50px;
	background: #e6effc;
	color: #444;
	border-bottom: 1px solid #d5e1f3;
	border-right: 1px solid #d5e1f3;
	white-space: pre;
}

.table_col_01 tbody>tr>td {
	font-size: 12px;
	text-align: center;
	line-height: 50px;
	height: 50px;
	border-bottom: 1px solid #d5e1f3;
	border-right: 1px solid #d5e1f3;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	overflow: hidden;
}

.table_col_01>tbody>tr>th {
	font-size: 12px;
	text-align: center;
	background: #e6effc;
	color: #444;
	border-bottom: 1px solid #d5e1f3;
	border-right: 1px solid #d5e1f3;
}

.stats canvas {
	width: 100% !important;
	height: auto !important;
}

.stats_wrap {
	background: var(- -sub-color-2);
	padding: 15px;
	float: left;
}

/*강연강의*/
.tab_wrap {
	width: 100%;
	height: auto;
	margin-bottom: 30px
}

.tab_wrap .tab {
	width: 100%;
	height: auto;
	padding-top: 1px;
	padding-left: 1px;
}

.tab_wrap .tab:after {
	content: "";
	display: block;
	clear: both
}

.tab_wrap .tab>li {
	float: left;
	position: relative;
	table-layout: fixed;
	border-collapse: collapse;
	box-sizing: border-box;
	border: 1px solid #E6E6E6;
	vertical-align: top;
	transition: all 0.1s;
	margin-left: -1px;
	width: calc(50% + 1px);
	margin-top: -1px;
}

.tab_wrap .tab>li a {
	display: block;
	position: relative;
	width: 100%;
	height: 54px;
	box-sizing: border-box;
	padding: 0 15px;
	color: #111;
	font-size: 18px;
	font-weight: 400;
	line-height: 54px;
	text-align: center;
	letter-spacing: 0px;
	vertical-align: middle;
	transition: background-color 0.1s;
	z-index: 1;
}

.tab_wrap .tab>li.on, .tab_wrap .tab>li:hover {
	border: 1px solid #007b70;
}

.tab_wrap .tab>li.on a, .tab_wrap .tab>li:hover a {
	background-color: #007b70;
	color: #fff;
	font-weight: 500;
	z-index: 2;
}

.support-box {
	margin-top: 50px
}

.support-box ul {
	border-top: 1px solid #292f38;
}

.support-box ul li {
	padding: 25px 0;
	border-bottom: 1px solid #e2e2e2;
}

.support-box .box-list .thumb img {
	width: 100%
}

.support-box .box-list .info {
	margin-top: 20px;
	text-align: left;
}

.support-box .info .title {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.3;
	margin-top: 10px
}

.support-box .info .s-title {
	display: -webkit-box;
	margin-top: 10px;
	overflow: hidden;
	height: 75px;
	font-size: 16px;
	color: #333;
	line-height: 1.5;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.support-box .info .desc {
	margin-top: 20px
}

.support-box .info dl {
	position: relative;
	display: inline-block;
	padding-right: 15px;
	margin-right: 11px;
}

.support-box .info dt, .support-box .info dd {
	display: inline-block;
	color: #666;
	font-size: 16px;
}

.board_view {
	border-top: 2px solid #555;
}

.board_view>.title {
	font-weight: 500;
	border-bottom: 0;
	font-size: 20px;
	line-height: 1.3;
	text-align: center;
	padding: 20px 0 0;
	color: #111;
}

.board_view .info {
	padding: 10px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #dddd;
	margin-top: 20px;
	font-size: 14px;
	background: inherit;
	color: #111;
	font-weight: 400;
}

.board_view .info li {
	display: block;
	text-align: left;
	padding: 3px 0
}

.board_view .info li strong {
	color: #707070;
	margin-right: 10px;
	font-weight: 400;
}

.board_view .data-box {
	padding: 20px 0;
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
	font-weight: 400;
	color: #555
}

.board_view .title .small {
	margin-bottom: 10px;
	font-size: 16px
}

.comment_wrap .comment_radio {
	margin-top: 20px;
	font-size: 15px;
}

.comment_wrap .comment_inner textarea {
	margin-top: 20px;
	width: 98%;
	height: 70px;
	border: 1px solid #ccc;
}

.comment_wrap .btn_comment {
	display: block;
	width: 100%;
	font-size: 15px;
	color: #fff;
	line-height: 40px;
	border-radius: 3px;
	background: #71707d
}

.tbl_comment_list .comment_radio {
	margin-top: 20px;
	font-size: 15px;
}

.tbl_comment_list .comment_inner textarea {
	margin-top: 20px;
	width: 98%;
	height: 70px;
	border: 1px solid #ccc;
}

.tbl_comment_list .btn_comment {
	display: block;
	width: 100%;
	font-size: 15px;
	color: #fff;
	line-height: 40px;
	border-radius: 3px;
	background: #71707d
}

.prevnext {
	margin-top: 4rem;
	border-bottom: 1px solid #aaa;
}

.prevnext li {
	overflow: hidden;
	padding: 20px 0;
	border-top: 1px solid #ddd;
	color: #333;
}

.prevnext li.next span::before {
	content: '';
	background: url(/m/images/ic_down_arrow.svg) center no-repeat;
	background-size: 17px;
	opacity: 0.5;
}

.prevnext span {
	float: left;
	width: 20%;
	font-size: 15px;
	color: #666;
}

.prevnext span::before {
	display: inline-block;
	position: relative;
	top: -1px;
	vertical-align: top;
	float: left;
	width: 15px;
	height: 15px;
	content: '';
	background: url(/m/images/ic_up_arrow.svg) center no-repeat;
	background-size: 17px;
	opacity: 0.5;
}

.prevnext a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: right;
	width: 80%;
	font-size: 15px;
	text-align: left;
}

.board_btns {
	margin-top: 30px
}

.board_btns .btn_list {
	display: inline-block;
	padding: 0 30px;
	font-size: 17px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	background: #292f38;
}

/*공지사항*/
.notice-box>ul:first-child>li {
	border-top: 1px solid #ddd;
}

.notice-box>ul>li {
	padding: 20px 0;
	text-align: left;
	border-bottom: 1px solid #ddd;
}

.notice-box>ul>li a {
	display: flex;
	flex-direction: column;
}

.notice-box {
	margin-top: 30px;
	padding: 0 15px;
}

.notice-box .category {
	display: inline-block;
	font-size: 14px;
	border: 1px solid #2c79ce;
	color: #2c79ce;
	padding: 0 7px;
	border-radius: 5px;
	line-height: 27px;
	height: 26px;
	width: max-content;
	padding-top: 5px;
}

.notice-box .subject {
	display: inline-block;
	font-size: 18px;
	line-height: 1.3;
}

.notice-box>ul>li .date {
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	letter-spacing: -.01px;
	margin-top: 15px;
	color: #777;
}

/*자주묻는질문*/
.faq-box>ul>li:first-child {
	border-top: 1px solid #292f38;
}

.faq-box>ul>li {
	font-size: 15px;
	cursor: pointer;
	text-align: left;
	border-bottom: 1px solid #ddd;
	color: #666;
}

.faq-box>ul>li>a {
	position: relative;
	font-size: 18px;
	display: block;
	padding: 20px 15px;
	color: #333;
	line-height: 1.5;
	padding-right: 60px;
}

.faq-box>ul>li>a:before {
	content: '';
	position: absolute;
	right: 10px;
	top: 20px;
	width: 20px;
	height: 20px;
	background: url(/m/images/ic_down_arrow.svg) center no-repeat;
	background-size: 20px
}

.faq-box>ul>li>a:after {
	content: '';
	display: none;
	position: absolute;
	right: 10px;
	top: 20px;
	width: 20px;
	height: 20px;
	background: url(/m/images/ic_up_arrow.svg) center no-repeat;
	background-size: 20px
}

.faq-box .faq-detail {
	padding: 15px;
	line-height: 1.4;
	color: #555;
	background: #efefef;
}

.faq-box>ul>li>a.active:before {
	display: none;
}

.faq-box>ul>li>a.active:after {
	display: inline-block;
}

/*과목아이콘*/
.icon_01_ai {
	margin-bottom: 20px;
	padding: 0 8px;
	display: inline-block;
	border: 1px solid #435AD9;
	font-size: 13px;
	line-height: 28px;
	height: 26px;
	color: #435AD9;
}

.icon_02_ai {
	margin-bottom: 20px;
	padding: 0 8px;
	display: inline-block;
	border: 1px solid #179e75;
	font-size: 13px;
	line-height: 28px;
	height: 26px;
	color: #179e75;
}

.icon_03_ai {
	margin-bottom: 20px;
	padding: 0 8px;
	display: inline-block;
	border: 1px solid #976CDD;
	font-size: 13px;
	line-height: 28px;
	height: 26px;
	color: #976CDD;
}

.icon_04_ai {
	margin-bottom: 20px;
	padding: 0 8px;
	display: inline-block;
	border: 1px solid #666;
	font-size: 13px;
	line-height: 28px;
	height: 26px;
	color: #666;
}

.icon_05_ai {
	margin-bottom: 20px;
	padding: 0 8px;
	display: inline-block;
	border: 1px solid #317DD6;
	font-size: 13px;
	line-height: 28px;
	height: 26px;
	color: #317DD6;
}

.board_view .icon_01_ai, .board_view .icon_02_ai, .board_view .icon_03_ai,
	.board_view .icon_04_ai, .board_view .icon_05_ai {
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 0;
	vertical-align: middle;
}

.board_view.s_view {
	border-top: none
}

.menu {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0 15px;
	background: #f6f6f6;
}

.menu ul li {
	position: relative;
	display: inline-block; /* padding-right: 40px; */
	width: 50%;
}
/*.menu ul li:nth-of-type(odd):before{content: '';position: absolute;right: 0px;top: 13px;width: 1px;height: 16px;background: #c9c9c9;}*/
.menu ul li:last-child:before {
	display: none;
}

.menu ul li:last-child {
	padding-right: 0
}

.menu ul li a {
	font-size: 16px;
	line-height: 42px
}

.menu ul li a.on {
	color: #2B6CB9
}

.menu ul:after {
	content: "";
	display: block;
	clear: both
}

.video-box video {
	width: 100%
}

.video-box textarea {
	width: 97%;
	height: 80px;
	line-height: 1.5;
	font-size: 16px
}

/*메인*/
.main-box {
	/* margin: 125px 15px 15px 15px */
	float: left;
	margin-top: 100px;
	padding: 0 15px;
}

.sch_wrap li {
	margin-bottom: 10px
}

.sch_wrap select, .sch_wrap input {
	width: 100%;
	height: 40px;
	font-size: 15px;
	text-align: center;
	line-height: 40px;
	border-radius: 4px;
	border: 1px solid #bbb;
}

.btn_sch {
	display: block;
	color: #fff;
	font-size: 17px;
	padding: 0 15px;
	height: 45px;
	line-height: 45px;
	border-radius: 3px;
	text-align: center;
	background: #292f38;
}

.search_filter {
	margin-top: 20px
}

.filter {
	display: block;
	float: left;
	width: 110px;
	height: 55px;
	padding: 0 10px;
	background: #FFF;
	border-radius: 10px;
	box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.08), -4px -4px 12px 0px
		rgba(0, 0, 0, 0.05);
	position: relative;
	background-image: linear-gradient(to right, #E8E8E8, #E8E8E8);
	background-position: 50%;
	background-size: 0.9px 4em;
	background-repeat: no-repeat;
}

.filter:after {
	content: "";
	display: block;
	clear: both
}

.filter li {
	float: left;
	width: 50%;
}

.filter li a {
	display: block;
	height: 45px;
	overflow: hidden;
	text-indent: -999px
}

.filter .thumb {
	background: url(/m/images/btn_list_01.png) no-repeat -43px -57px;
}

.filter .thumb.on {
	background: url(/m/images/btn_list_01.png) no-repeat -43px 12px;
}

.filter .list {
	background: url(/m/images/btn_list_01.png) no-repeat 19px 12px;
}

.filter .list.on {
	background: url(/m/images/btn_list_01.png) no-repeat 19px -57px;
}

.search_filter:after {
	content: "";
	display: block;
	clear: both
}

.search_filter .btn_main {
	display: inline-block;
	float: right;
	color: #fff;
	margin-top: 7px;
	text-align: center;
	vertical-align: middle;
	padding: 0 15px;
	line-height: 42px;
	height: 42px;
	font-size: 17px;
	border-radius: 3px;
	background: #007b70;
	vertical-align: middle;
}

.gallView_wrap {
	margin-top: 30px
}

.gallView_wrap ul:after {
	content: "";
	display: block;
	clear: both
}

.gallView_wrap li:nth-child(2n) {
	margin-right: 0
}

.gallView_wrap li a {
	display: block;
	border: 1px solid #E0E0E0;
}

.gallView_wrap .ai_main_img img {
	width: 100%;
}

.gallView_wrap .ai_main_list {
	padding: 10px;
	text-align: left;
}

.gallView_wrap .ai_main_list .current_value {
	padding-bottom: 10px;
	font-size: 14px;
	color: #9095A0;
}

.gallView_wrap .ai_main_list .tit_wrap {
	padding-bottom: 10px;
	font-size: 18px;
	color: #000;
	min-height: 46px;
}

.gallView_wrap .ai_main_list .period {
	padding-bottom: 10px;
	font-size: 15px;
	color: #555;
	height: 40px;
}

.gallView_wrap .ai_main_list .state {
	display: inline-block;
	line-height: 30px;
	height: 30px;
	padding: 0 12px;
	border-radius: 4px;
	text-align: center;
	font-size: 14px;
	background: #EDEEFA;
	color: #435AD9;
	margin-bottom: 5px;
	width: 65px;
}

.gallView_wrap .ai_main_list .host_kr {
	display: inline-block;
	line-height: 30px;
	height: 30px;
	padding: 0 12px;
	border-radius: 4px;
	text-align: center;
	font-size: 14px;
	background: #F2FAFC;
	color: #1F799C;
	width: 65px;
}

.notice_img {
	margin-top: 30px
}

.notice_img img {
	width: 100%
}

/* .notice_wrap h3{padding-bottom: 20px; font-size: 18px; font-weight: 500; color: #000; border-bottom: 1px solid #999;}
.notice_wrap h3 span{ 
   display: inline-block;
   margin-top: -3px;
   float: right;
   border-radius: 4px;
   padding: 0 10px;
   font-size: 13px;
   line-height: 26px;
   height: 23px;
   color: #888; 
   background: #e7e7e7
}
 */
.notice-box .notice-boxtxt h3 {
	font-size: 18px;
	font-weight: 500;
	color: #000;
	padding: 0;
	margin: 0;
	width: auto;
}

.notice-box .notice-boxtxt .all_btn {
	display: inline-block;
	float: right;
	border-radius: 4px;
	padding: 5px 10px;
	font-size: 13px;
	color: #888;
	background: #e7e7e7;
	margin-top: 10px;
}

.notice-boxtxt {
	display: flex;
	border-bottom: 1px solid #999;
	align-items: center;
	width: 100%;
	justify-content: space-between;
}

.notice_wrap_con li {
	margin-bottom: 15px
}

.notice_wrap_con li a {
	display: inline-block;
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	text-align: left;
	color: #333;
	white-space: nowrap;
	word-wrap: normal;
	text-overflow: ellipsis;
}

.notice_wrap_con li p {
	font-size: 14px;
	text-align: left;
	color: #777;
}

.listView_wrap {
	margin-top: 30px
}

.listView_wrap li {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
}

.listView_wrap li .ai_main_img {
	float: left;
	width: 27%
}

.listView_wrap li .ai_main_img img {
	width: 100%
}

.listView_wrap li a:after {
	content: "";
	display: block;
	clear: both
}

.listView {
	float: right;
	width: 70%;
	text-align: left;
}

.listView .tit_wrap {
	padding: 3px 0;
	font-size: 17px;
	color: #000;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	overflow: hidden;
}

.listView .period {
	font-size: 14px;
	color: #555;
}

.listView .current_value {
	display: inline-block;
	padding: 3px 0;
	font-size: 14px;
	color: #555;
}

.listView .state {
	display: inline-block;
	font-size: 14px;
	color: #317DD6;
}

.listView .CPTHB {
	color: #435AD9;
}

.listView .TRIRUN {
	color: #666;
}

.listView .PRER {
	color: #179e75;
}

.listView .ACADEMCON {
	color: #976CDD
}

.btn_ok {
	background: #4c81c1 !important
}

.corpusCartText {
	font-size: 14px;
	text-align: left;
}

.s_select {
	width: 100%;
	font-size: 15px;
	height: 40px;
	line-height: 40px;
	border-radius: 4px;
	border: 1px solid #bbb;
}

.tbl_comment_list {
	margin-top: 30px;
	text-align: left;
}

.tbl_comment_list li {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

.tbl_comment_list .username {
	display: block;
	font-size: 20px;
	font-weight: 500;
	color: #000
}

.tbl_comment_list .username img {
	vertical-align: middle;
}

.tbl_comment_list .regdate {
	display: block;
	margin-top: 10px;
	font-size: 15px;
	color: #888
}

.tbl_comment_list .comment_info {
	margin-top: 10px;
	font-size: 18px;
	color: #000
}

.comment_btns {
	margin-top: 10px
}

.btns_ok, .btns_cancel {
	display: block;
	font-size: 14px;
	text-align: center;
	color: #fff;
	line-height: 33px;
	border-radius: 3px;
	background: #4c81c1
}

.table_list.community_list .btns_ok {
	background: #696d73;
}

.btns_cancel {
	background: #787878;
}

.switched_wrap {
	padding: 20px 0;
	font-size: 16px;
	text-align: right;
}

.switched_wrap>label {
	display: inline-block;
}

.switched {
	display: inline-block;
	position: relative;
	width: 46px;
	height: 28px;
	border-radius: 13.5px;
	/* box-shadow: inset 0 0 0 0 #010101, inset 0 0 0 1px #ddd; */
	overflow: hidden;
	vertical-align: middle;
}

.switched input {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	cursor: pointer;
}

.switched label {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	cursor: pointer;
	background-color: #ccc;
	transition: all 0.3s;
}

.switched label:before {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	left: 1px;
	width: 26px;
	height: 26px;
	border-radius: 100%;
	/* box-shadow: inset 0 0 0 0 #010101, inset 0 0 0 1px #ebebeb; */
	background-color: #2B6CB9;
	transition: all 0.3s;
}

.switched input:checked+label {
	background-color: #2B6CB9;
}

.switched input:checked+label:before {
	left: 19px;
	background-color: #fff;
	/* box-shadow: inset 0 0 0 0 #010101, inset 0 0 0 1px #fff; */
}

/*공지 슬라이더*/
.notice-slider {
	position: relative;
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
	background: #e5eef8;
	border-radius: 5px;
	overflow: hidden;
}

.notice-slider .text {
	float: left;
	width: calc(100% - 100px);
	font-size: 17px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
}

.notice-slider .swiper-button-pause button {
	border: none;
	background: none
}

.notice-slider .swiper-button-prev, .notice-slider .swiper-button-next,
	.notice-slider .swiper-button-pause {
	position: absolute;
	box-sizing: border-box;
	width: 25px;
	height: 25px;
	cursor: pointer;
	border-radius: 4px;
	z-index: 9;
	background: #2b6cb9;
}

.notice-slider .swiper-button-next {
	top: 30px;
	right: 10px;
	border: none;
	background: #2b6cb9 url(/m/images/ic_up.png) center no-repeat;
}

.notice-slider .swiper-button-pause {
	top: 8px;
	right: 40px;
	border: none;
}

.notice-slider .swiper-button-prev {
	top: 30px;
	right: 70px;
	border: none;
	background: #2b6cb9 url(/m/images/ic_down.png) center no-repeat;
}

.notice-slider .swiper-button-pause button:before {
	display: block;
	content: '';
	width: 8px;
	height: 10px;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.notice-slider .swiper-button-pause button[aria-pressed="true"]:before {
	border-top: 6px solid transparent;
	border-left: 8px solid #fff;
	border-bottom: 6px solid transparent;
	border-right: 0px solid #fff;
}

.notice-slider .swiper-button-pause button:focus-visible {
	top: 0px;
	position: absolute;
	width: 25px;
	height: 25px;
	border-radius: 4px;
	background: none;
	outline: 2px dashed #555 !important;
}

.notice-slider  .swiper-button-prev:focus-visible, .notice-slider  .swiper-button-next:focus-visible
	{
	outline: 2px dashed #555 !important;
}

.yard_wrap {
	margin: 20px 0
}

.boardTab_wrap {
	position: relative;
	padding-top: 60px
}

.boardTab .wrap .btn {
	position: absolute;
	display: inline-block;
	top: 20px;
	height: 40px;
	text-align: center;
	line-height: 40px
}

.boardTab .wrap:nth-child(1) .btn {
	left: 0
}

.boardTab .wrap:nth-child(2) .btn {
	left: 90px
}

.boardTab .wrap .box {
	display: none;
	padding: 15px 0;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}

.boardTab .box li {
	margin-bottom: 5px;
	font-size: 15px;
	text-align: left;
	line-height: 1.5;
	color: #333
}

.boardTab .box li p {
	font-size: 13px;
	color: #888
}

.boardTab .wrap.on .btn {
	color: #000;
	border-bottom: 3px solid #2B6CB9;
	margin-top: -2px
}

.boardTab .wrap .btn {
	font-size: 17px;
	color: #555
}

.boardTab .on .box {
	display: block;
}

@media all and (max-width: 600px) {
	#openMsg134 {
		width: 70% !important;
		margin-left: -35% !important;
	}
	.pop_cont .popup_bottom {
		width: 100%
	}
	.pop_cont .popup_bottom a {
		width: 100%;
	}
	#openMsg134 .fl_01 {
		width: 100%;
		float: none;
	}
	#openMsg134 .fr_01 {
		width: 100%;
		float: none;
		word-wrap: break-word;
	}
	.pop_cont .open_result {
		padding: 15px
	}
	.pop_cont .open_result .msg {
		line-height: 1.2;
		font-size: 20px;
	}
}

/*순위표 슬라이더*/
.rank_tit>.tit {
	display: block;
	margin-bottom: 30px;
	float: left;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	font: 1rem/20px 'Noto';
	text-align: left;
}

.rank_tit>.tit a {
	display: block;
	margin: 7px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.rank_cont {
	float: left;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	row-gap: 10px;
	width: 100%;
}

.rank_cont>.rank {
	float: left;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	column-gap: 10px;
	width: 100%;
	padding: 0 15px;
	height: 44px;
	line-height: 44px;
}

.rank_cont>.rank:nth-of-type(1) {
	background: #FFF9E8;
}

.rank_cont>.rank:nth-of-type(2) {
	background: #F7F7F7;
}

.rank_cont>.rank:nth-of-type(3) {
	background: #FFF8F3;
}

.rank_cont>.rank:nth-of-type(4) {
	background: #f4f4f9;
}

.rank_cont>.rank:nth-of-type(5) {
	background: #f4f4f9;
}

.rank_cont>.rank>.team_icon {
	float: left;
	box-sizing: border-box;
	width: 27px;
	height: 25px;
}

.rank_cont>.rank:nth-of-type(1)>.team_icon {
	background: url('/m/images/icon_gold.png') center no-repeat;
}

.rank_cont>.rank:nth-of-type(2)>.team_icon {
	background: url('/m/images/icon_sliver.png') center no-repeat;
}

.rank_cont>.rank:nth-of-type(3)>.team_icon {
	background: url('/m/images/icon_bronze.png') center no-repeat;
}

.rank_cont>.rank:nth-of-type(4)>.team_icon {
	background: url('/m/images/icon_04.png') center no-repeat;
}

.rank_cont>.rank:nth-of-type(5)>.team_icon {
	background: url('/m/images/icon_05.png') center no-repeat;
}

.rank>.team_name {
	width: calc(65% - 57px);
	height: 100%;
	float: left;
	box-sizing: border-box;
	padding-left: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.rank>.team_rank {
	font-family: 'NotoBold';
	width: 37% !important;
	height: 100%;
	float: left;
	box-sizing: border-box;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
}

.ranking_wrap {
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}

.ranking_wrap .swiper-button-pause {
	left: 25px;
	top: 14% !important;
	background: #cecece !important;
	overflow: hidden;
}

.ranking_wrap .swiper-button-prev {
	left: 0px;
	background: url(/m/images/btn_prev.png) center no-repeat;
}

.ranking_wrap .swiper-button-next {
	left: 51px;
	background: url(/m/images/btn_next.png) center no-repeat;
}

.ranking_wrap .swiper-button-prev, .ranking_wrap .swiper-button-next,
	.ranking_wrap .swiper-button-pause {
	position: absolute;
	top: 17.8%;
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	cursor: pointer;
	border-radius: 100px;
	z-index: 9;
}

.ranking_wrap .swiper-button-pause button {
	height: 20px
}

.ranking_wrap .swiper-button-pause button:before {
	display: block;
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.ranking_wrap .swiper-button-pause button[aria-pressed="true"]:before {
	border-top: 4px solid transparent;
	border-left: 6px solid #fff;
	border-bottom: 4px solid transparent;
}

.ranking_wrap .swiper-button-pause button {
	background: #cecece;
	border: none;
}

.ranking_wrap .swiper-button-pause button:focus-visible {
	top: 0px;
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 100px;
}

.ranking_wrap .swiper-button-pause button[aria-pressed="false"]:before {
	width: 7px;
	height: 8px;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	box-sizing: border-box;
}

.table_list table {
	margin-bottom: 30px;
	border-collapse: separate;
}

.community_list.table_list table {
	margin-bottom: 10px;
}

/* ----------------------24.09.09 calendar----------------------------*/
.tab_cont {
	float: left;
	box-sizing: border-box;
	width: 100%;
	margin-right: 32px;
}
/* 0920  w수정  */
.calendar_wrap, .pest_disease_map {
	float: left;
	box-sizing: border-box;
	width: 100%;
}

.calendar_wrap {
	border: 1px solid #D7D7D7;
	margin-top: 30px;
	margin-bottom: 40px;
}

.pest_disease_map {
	border-radius: 2px;
}

.pest_disease_info {
	float: left;
	box-sizing: border-box;
	width: 100%;
	height: 325px;
	margin-bottom: 18px;
	border-radius: 3px;
}

.pest_disease_info:last-child {
	margin-bottom: 0;
}

.envior_info>.tab_cont {
	max-height: initial;
}

.envior_info>.tab_cont .pest_disease_info {
	height: 340px;
}

.envior_info>.tab_cont .pest_disease_info:last-child {
	margin-bottom: 0;
}

.envior_info>.tab_cont .pest_disease_info, .envior_info .pest_disease_tb
	{
	margin-bottom: 32px;
}

.pest_disease_tb {
	height: 339px;
	overflow-y: auto;
	box-shadow: 0 0 0 1px var(- -border-color-1), 0px 0px 6px 0px
		rgba(224, 224, 224, 0.40);
	background: var(- -bg-color-1);
}

.tab_tb {
	float: left;
	box-sizing: border-box;
	width: calc(40% - 32px)
}

.tab_cont .sub_tit, .tab_tb .sub_tit {
	float: left;
}

.tab_tb h3 {
	float: left;
	text-align: left;
}

.calendar_tit {
	margin-bottom: 15px;
}

.tab_tb .list_hrzn {
	margin-bottom: 24px;
}

.pest_disease_tit {
	margin-top: 16px;
}

.calendar_top .sub_total {
	height: 30px;
	align-items: baseline;
	font: 16px/30px 'Pretendard';
}

.sub_total>span {
	color: var(- -main-color);
}

.calendar_wrap>.calendar_top {
	float: left;
	box-sizing: border-box;
	width: 100%;
	height: 30px;
	margin: 0 0 8px 0;
	background: var(- -sub-color-3);
	border: 1px solid var(- -border-color);
	border-bottom: 0;
	border-radius: 5px 5px 0 0;
}

.calendar_wrap>.calendar_top>span {
	float: left;
	box-sizing: border-box;
	text-align: center;
	font: 20px/30px 'PretendardSemiBold';
}

.calendar_wrap>.calendar_top>span:nth-of-type(1) {
	width: calc(100% - 76px);
	height: 30px;
	text-align: left;
}

.calendar_wrap>.calendar_top>span>input[type="month"] {
	width: 110px;
	height: 30px;
	background: none;
	font: 18px/30px 'PretendardSemiBold';
	color: var(- -font-color);
	cursor: pointer;
}

.calendar_wrap>.calendar_top>span>input[type="month"]:hover {
	color: var(- -main-color);
	transition: 0.3s linear;
}

.calendar_wrap>.calendar_top>span:nth-of-type(2), .calendar_wrap>.calendar_top>span:nth-of-type(3)
	{
	width: 30px;
	height: 30px;
	background: var(- -bg-color-1);
	color: var(- -main-color);
	border: 1px solid var(- -border-color-1);
	border-radius: 4px;
	cursor: pointer;
	font: 16px/30px 'PretendardBold';
}

.calendar_wrap>.calendar_top>span:nth-of-type(2) {
	margin-right: 16px;
}

.calendar_wrap>.calendar_top>span:nth-of-type(2):hover, .calendar_wrap>.calendar_top>span:nth-of-type(3):hover
	{
	background: var(- -bg-color-4);
	transition: linear 0.3s;
}

.calendar_wrap>.calendar {
	float: left;
	box-sizing: border-box;
	width: 100%;
	height: 330px;
	border-bottom: 1px solid #D7D7D7;
}

ul.week, ul.day {
	float: left;
	box-sizing: border-box;
	width: 100%;
}

ul.week {
	height: 32px;
}

ul.day {
	height: calc(( 100% - 20px)/5);
}

ul.week>li, ul.day>li {
	float: left;
	box-sizing: border-box;
	width: calc(100%/ 7);
}

ul.week>li {
	float: left;
	background: var(- -main-color);
	color: var(- -bg-color-1);
	border: 1px solid var(- -border-color-1);
	font: 16px/30px 'PretendardSemiBold';
	text-align: center;
}

ul.day>li {
	position: relative;
	height: 100%;
	padding: 3px;
	border: 1px solid var(- -border-color-1);
	border-top: 0;
	overflow: hidden;
	background: var(- -bg-color-1);
	color: var(- -font-color);
}

ul.week>li:nth-of-type(n+1), ul.day>li:nth-of-type(n+1) {
	border-right: 0;
}

ul.week>li:last-child, ul.day>li:last-child {
	border-right: 1px solid var(- -border-color-1);
}

ul.day>li>span {
	position: absolute;
	width: 100%;
	height: 15px;
	text-align: center;
	top: 8%;
	left: 50%;
	transform: translateX(-50%);
	font: 16px/15px 'PretendardSemiBold';
	z-index: 999;
}

ul.day>li.today>span {
	font-family: 'PretendardBold';
}

ul.day>li>span:first-child {
	cursor: pointer;
}

ul.day>li>span:nth-of-type(2), ul.day>li>span:nth-of-type(3) {
	left: 5%;
	width: 45%;
	height: 20px;
	padding: 0 5px;
	border-radius: 3px;
	font: 14px/20px 'Pretendard';
	color: var(- -bg-color-1);
	cursor: pointer;
	text-align: center;
}

ul.day>li>span:nth-of-type(2):hover, ul.day>li>span:nth-of-type(3):hover
	{
	opacity: 0.8;
	transition: linear 0.3s;
}

ul.day>li>span:nth-of-type(2) {
	top: 28%;
}

ul.day>li>span:nth-of-type(3) {
	top: 50%;
}

.c_disease {
	background: #FF72A0;
}

.c_pest, .occur_trap {
	background: #5484FF;
}

.occur_zoneA {
	background: #536589;
}

.occur_zoneB {
	background: #6182C6;
}

.occur_zoneC {
	background: #8F9AAF;
}

.occur_zoneD {
	background: #B5CFEB;
}

ul.day>li.saturday>span:first-child {
	color: #3874ff;
}

ul.day>li.sunday>span:first-child {
	color: #B30000;
}

ul.day>li.opacity_day>span:first-child {
	color: rgba(82, 85, 102, .3);
}

ul.day>li.today {
	color: var(- -main-color);
}

.fc-header h3 {
	text-align: center;
	color: #000;
	font-size: 22px;
}

.day li {
	position: relative;
	display: block;
}

ul.day>li.event ::before {
	content: '';
	float: left;
	box-sizing: border-box;
	position: absolute;
	width: 7px;
	height: 7px;
	top: -2px;
	right: 7px;
	border-radius: 5px;
	background: #D30000;
	z-index: 0;
}

/*241023 table border-collapse 수정 */
.community_list table
.pretask_list table {
	border-collapse: separate;
}

select {
	font-size: 14px;
	font-family: "Noto Sans KR";
	color: #666;
	display: inline-block;
	width: 100%;
	height: 36px;
	padding: 0 5px;
	border: 1px solid #ddd;
	-moz-appearance: none;
	box-sizing: border-box;
	vertical-align: middle;
}

.box-contents img {
	max-width: 100%;
	height: auto;
}

.box-contents table {
	border-collapse: separate;
}

.box-contents u {
	word-wrap: break-word;
}

.addwrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.calendar-detail {
	word-wrap: break-word;
}

.notice-contents>* {
	max-width: 100%;
}

/* 241111 */
.popup_container_infoMessage {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

#pop_infoMessage {
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	background: #fff;
	z-index: 100;
	transform: translate(-50%, -50%);
	width: 95%;
	touch-action: pan-y;
}

#pop_infoMessage .pop_head {
	font-size: 19px;
	color: #fff;
	line-height: 40px;
	font-weight: 400;
}

#pop_infoMessage .pop_head {
	min-height: 40px;
	padding: 10px 14px;
	line-height: 30px;
	background: #292f38;
	box-sizing: border-box;
}

#pop_infoMessage .pop_head h2 {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}

#pop_infoMessage .btn_close {
	padding: 10px;
	position: absolute;
	top: 8px;
	right: 12px;
	text-indent: -999em;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	cursor: pointer;
}

#pop_infoMessage.btn_close:before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(/m/images/icon.png) -70px 0 no-repeat;
}

.popup_container {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

.layer_box {
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	background: #fff;
	z-index: 100;
	transform: translate(-50%, -50%);
	width: 95%;
	touch-action: pan-y;
}

.layer_box .pop_head {
	font-size: 19px;
	color: #fff;
	line-height: 40px;
	font-weight: 400;
}

.layer_box .pop_head {
	min-height: 40px;
	padding: 10px 14px;
	line-height: 30px;
	background: #292f38;
	box-sizing: border-box;
}

.layer_box .pop_head h2 {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}

.layer_box .btn_close {
	padding: 10px;
	position: absolute;
	top: 8px;
	right: 12px;
	text-indent: -999em;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	cursor: pointer;
}

.layer_box .btn_close:before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(/m/images/icon.png) -70px 0 no-repeat;
}

/* 241112 */
.popup_bottom {
	display: flex;
	flex-direction: row;
}

.popup_bottom * {
	display: inline-block;
	width: 50%;
	height: 50px;
	line-height: 48px;
	font-weight: 500;
	font-size: 18px;
	color: #fff;
	text-align: center;
	background: #292f38;
	vertical-align: middle;
	font-family: 'NanumGothic';
}

.popup_bottom :nth-child(1) {
	margin-right: 5px;
}

.popup_bottom :nth-child(2) {
	margin-left: 5px;
}

/* 241114*/
.table-column__toggle {
	display: block;
	width: 30px;
	height: 30px;
	border: 1px solid #ddd;
	font-size: 0;
}

.table-column__toggle:after {
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	background: url("/m/images/arrow02.png") no-repeat -22px 0;
}

.table-column.active .table-column__toggle.active:after {
	width: 25px;
	height: 25px;
	background: url("/m/images/arrow02.png") no-repeat 0px 0;
}
/* 말평 고도화 추가 250527 */
.ai_slogan {
	height: 59px;
	background: url(/m/images/img_slogan_ai.png) no-repeat;
	width: 81%;
	background-size: contain;
}

.main_slide .slide_box {
	overflow: hidden;
}

.main_slide img {
	width: 100%
}

.banner_slide {
	positon: relative;
}

.banner_slide .swiper-pagination {
	position: relative;
	bottom: 0;
	left: 0;
	line-height: 25px;
	width: initial;
	font-size: 0.875rem;
	color: #6f7071;
}
.banner_slide .swiper-pagination span {
	color: #6f7071;
}

.banner_slide .swiper-button-prev {
	background-image: url(/m/images/prev-arrow.svg);
	cursor: pointer;
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
}

.banner_slide .swiper-button-next {
	background-image: url(/m/images/next-arrow.svg);
	cursor: pointer;
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
}

.layout_title {
	gap: 10px;
	flex-direction: column;
	align-items: flex-start;
}

.swiper-btnwrap {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.card_swiper .swiper-btnwrap {
	background: #F4F4F4;
    position: absolute;
    z-index: 99;
    width: 60px;
    display: flex;
    right: 0px;
    top: 4%;
    border: 1px solid #BDBDBD;
    border-radius: 25px;
    padding: 4px 0;
    justify-content: space-around;
    align-items: center;
    cursor: pointer;
}
.card_swiper .swiper-button-prev {
    background: url(/m/images/prev-arrow.svg) center no-repeat;
    width: 20px;
    height: 20px;
    position: relative;
}
.card_swiper .swiper-button-prev:after {
    width: 1px;
    height: 15px;
    background: #bfbfbf;
    content: "";
    display: block;
    position: absolute;
    left: 120%;
    top: 50%;
    transform: translateY(-50%);
}
.card_swiper .swiper-button-next {
    right: 35px;
    background: url(/m/images/next-arrow.svg) center no-repeat;
    width: 20px;
    height: 20px;
}
.card_swiper .custom-pagination {
    position: absolute;
    top: 6%;
    right: 70px;
    font-size: 0.875rem;
}
.card_swiper .custom-pagination span {
    color: #2B6CB9;
    font-weight: 600;
}
.layout_filter {
	display: flex;
	gap: 15px;
	color: #969696;
	font-weight: 400;
}

.layout_filter li {
	cursor: pointer;
}

.layout_filter li.on {
	color: #2B6CB9;
	font-weight: 600;
}

.task_wrap_srh {
	display: flex;
	flex-direction: column;
	gap: 10px;
	/* padding: 0 25px; */
}

.task_wrap_srh_list .task_wrap_srh:first-of-type {
	margin-top: 40px;
}

.task_wrap_srh h1 {
	font-size: 1.375rem;
	color: #111;
}

.task_srh {
	display: flex;
	gap: 30px;
	margin-bottom: 30px;
	flex-wrap: wrap;
}

.card_wrapper {
	position: relative;
}

.card_wrapper h1 {
	font-size: 1.375rem;
	color: #111;
}

 .card_swiper {
	width: 100% !important;
	margin: 0 auto;
}

.card_swiper .swiper-slide {
	width: 100% !important;
	box-sizing: border-box;
}

.card_wrapper .card_swiper .swiper-btnwrap {
	right: 3px;
	top: -2px;
}

.card_wrapper .card_swiper .custom-pagination {
	top: 3px;
	right: 90px;
}

.keyword_name:hover {
	color: #2B6CB9;
	transition: 0.3s all;
	text-decoration: underline;
	z-index: 10;
}

.ord_filter {
	display: flex;
	align-items: center;
	justify-content: space-around;
	justify-content: space-between;
	padding: 0 10px 10px 10px;
}

.tag_info {
	display: flex;
	align-items: center;
	gap: 4px;
	color: #3A6DB9;
	border: 1px solid #dadfe7;
	background: #f4f9ff;
	padding: 5px 10px;
	border-radius: 20px;
	font-size: 0.875rem;
	font-weight: 600;
}

.tag_info svg {
	width: 20px;
	cursor: pointer;
}

.task_wrap {
	overflow: hidden;
}

.task_wrap .task {
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #a9c6e7;
	float: left;
	display: block;
	cursor: pointer;
}

.ai_main_img img.cardimg {
	transition: all 0.3s;
}

.task_titwrap {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.task_wrap>.task {
	float: left;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	border-radius: 8px;
	cursor: pointer;
	min-width: 254px;
	flex: 1;
}

.task_wrap .ai_main_img {
	float: left;
	box-sizing: border-box;
	width: 100%;
	height: 145px;
	position: relative;
	overflow: hidden;
	border-radius: 2px 2px 0 0;
	background: #000;
}

.task_wrap .ai_main_img .chk-card {
	position: absolute;
	z-index: 9999;
	top: 0;
	width: 90px;
	height: 90px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
}

.task_wrap .ai_main_list {
	float: left;
	box-sizing: border-box;
	width: 100%;
	height: calc(100% - 180px);
	padding: 15px 16px;
	background: #fff;
	min-height: 189px;
	text-align: left;
}
.ai_tagwrap {
    position: absolute;
    bottom: 5px;
    width: 100%;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9;
    box-sizing: border-box;
}
.ai_tagwrap .tag_left  span.CPTHB {
	background: #FF9500;
}
.ai_tagwrap .tag_left  span.ORDTM {
	background: #256EF4;
}
.ai_tagwrap .tag_left  span.ACADEMCON {
	background: #D63D4A;
}
.ai_tagwrap .tag_left  span.PRER {
	background: #423DD6;
}
.ai_tagwrap .tag_left  span.TRIRUN {
	background: #22AC40;
}
.ai_tagwrap .tag_left  span.PTCP {
	background: #FF6D00;
}
.ai_tagwrap .tag_left span.state {
    color: #fff;
    margin-right: 3px;
}
.ai_tagwrap span {
    font: 0.813rem / 26px 'NotoSemiBold';
    border-radius: 4px;
    height: 26px;
    line-height: 24px;
    float: left;
    padding: 0 0.2rem;
}
.ai_tagwrap .tag_left span.host_kr {
    border-radius: 4px;
    border: 0.6px solid rgba(249, 249, 249, 0.57);
    background: rgba(205, 209, 213, 0.5);
    color: #fff;
    box-sizing: border-box;
}
.ai_tagwrap .tag_right .current_value {
    float: left;
    box-sizing: border-box;
    border-radius: 4px;
    color: #323842;
    background: #F3F4F6;
    min-width: 42px;
    text-align: center;
}
.task_keyword {
    font: 0.75rem NotoSemiBold;
    text-align: right;
    letter-spacing: -1px;
    margin-top: 15px;
    float: right;
}
.task_keyword a {
    margin-right: 2px;
    display: inline-table;
    color: #9095A0;
}

.task_wrap>.ing .state {
	background: #EDEEFA;
	color: #435AD9;
}

.task_wrap>.prer .state {
	background: #EDFAF6;
	color: #32BE94;
}

.task_wrap>.academcon .state {
	background: #F2EDFA;
	color: #976CDD;
}

.task_wrap>.trirun .state {
	background: #F8F8F8;
	color: #999999;
}

.task_wrap>.task .period, .task_wrap .task .deadline {
	float: left;
	box-sizing: border-box;
	width: 100%;
	margin: 15px 0 20px 0;
	font: 1rem/30px 'Noto';
}

.task_wrap .task .deadline {
	font: 0.873rem/30px 'NotoSemiBold';
	word-break: break-all;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.task_wrap .ai_main_list .tit_wrap {
	float: left;
	box-sizing: border-box;
	display: flex;
	align-content: space-between;
	width: 100%;
	font: 1rem 'NotoBold';
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: keep-all;
	letter-spacing: -0.77px;
	height: 50px;
	line-height: 25px;
	color: #111;
	font-weight: 600;
	margin-bottom: 20px;
}
.task_date {
    font-size: 0.75rem;
    color: #9095A0;
    float: left;
    width: 100%;
}
.step_tag {
    width: 116px;
    height: 24px;
    flex-shrink: 0;
    stroke-width: 1px;
    position: absolute;
    top: 0;
    background: #0B78CB;
    transform: rotate(-45deg) translate(-30px, -13px);
    border: 1px solid #7FC6F8;
    color: #fff;
    text-align: center;
    line-height: 24px;
    font-size: 0.8rem;
}

.task_wrap>.task .tit_wrap.tit_nodate {
	margin-bottom: 65px;
}

.task_wrap .full_view:hover {
	background: #6D9BD1;
	transition: all 0.3s;
	color: var(- -sub-color-1);
}

.task_wrap>.yard_full_view {
	margin: 0 !important;
	text-align: center !important;
	width: 90px;
	cursor: pointer;
}

.task_wrap>.yard_full_view:hover {
	color: #fff !important;
}

.task_wrap_outer {
    width: 100%;
    float: left;
}

.card_swiper .swiper-slide {
	width: 100% !important;
	box-sizing: border-box;
	padding: 3px;
}

.card_swiper .swiper-slide .task {
	width: 100%;
}

.card_swiper .swiper-slide .task>a {
	display: block;
	width: 100%;
}

.card_swiper .swiper-slide .task img.cardimg {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.layout_set {
	margin-top: 30px;
	position: relative;
}
.ranking_wrap > .swiper {
    float: left;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    /* height: 10px; */
    margin-top: 10px;
}
@media screen and (max-width: 767px) {
	#container {
		min-width: 100% !important;
	}
	.task_wrap>.task {
	flex: 1;
}
}

@media screen and (max-width: 375px) {
	.ai_slogan {
		height: 40px;
	}
}