@charset "utf-8";

.dark {
	display: none!important;
}

.inner {
	position: relative;
	width: 100%;
	max-width: 1300px;
	padding: 0 10px;
	box-sizing: border-box;
	margin:0 auto;
}

.top_line {
    position: relative;
    width: 100%;
    background: #F0F0F0;
    margin: 0 auto;
}
.top_line .inner {
	max-width: 100%;
	height: 50px;
	gap: 50px;
	padding: 0;
}
.top_line .swiper-wrapper {
	transition-timing-function: linear;
}
.top_line .swiper-slide {
	width: auto;
}

#header {
	position: relative;
	width: 100%;
	z-index: 5;
}
#header .top_area {
	position: relative;
	padding: 16px;
	box-sizing: border-box;
}
#header .top_area .inner {
	gap: 20px;
}
#header .top_area h1 {
	width: 190px;
}
#header .top_area h1 img {
	width: 100%;
}
#header .top_area .search_box {
	flex: 1;
	max-width: 552px;
	border-radius: 10px;
	border: 1px solid var(--key-color);
	background: var(--base);
	overflow: hidden;
	box-sizing: border-box;
}
#header .top_area .search_box input {
	flex: 1;
	width: 100%;
	height: 44px;
	padding: 0 20px;
	font-size: 16px;
	box-sizing: border-box;
}
#header .top_area .search_box .search_btn {
	width: 52px;
	height: 44px;
	background: var(--key-color) url("../images/ic_search_white.svg?v=1")no-repeat 50% 50%;
}
#header .top_area .btn_util {
	gap: 10px;
}
#header .gnb {
	gap: 30px;
	background: var(--base);
}
#header .gnb > ul {
	width: 100%;
	height: 52px;
	gap: 30px;
	padding: 0 85px;
	box-sizing: border-box;
}
#header .gnb > ul > li {
	position: relative;
}
#header .gnb > ul > li > a {
	display: block;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}
#header .gnb > ul > li > div {
	display: none;
    position: absolute;
    padding-top: 20px;
    width: 165px;
    left: 50%;
    transform: translateX(-50%);
}
#header .gnb > ul > li > div ul {
	width: 100%;
	background: var(--white);
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	border-radius: 5px;
	text-align: center;
	padding: 5px 0;
	box-sizing: border-box;
}
#header .gnb > ul > li > div ul > li > a {
	display: block;
	width: 100%;
	padding: 10px 0;
}
#header .gnb > ul > li.active > a,
#header .gnb > ul > li > a:hover,
#header .gnb > ul > li > div ul > li.active > a,
#header .gnb > ul > li > div ul > li > a:hover {
	color: var(--key-color);
}
#header .gnb > ul > li:hover > div {
	display: block;
}
#header .top_area .h_login a {
    font-size: 18px;
    font-weight: 700;
    padding: 6px 8px;
    border-radius: 5px;
}
#header .top_area .h_login.h_mypage a {
	padding: 0;
	border-radius: 0;
}
#header .top_area .h_search,
#header .top_area .h_memo,
#header .top_area .h_attend,
#header .top_area .h_event {
	display: none;
}
#header .top_area .h_search a {
	display: block;
	font-size: 0;
	width: 30px;
	height: 30px;
	background: url("../images/ic_search.svg?v=1")no-repeat 50% 50% / 21px;
}
#header .top_area .h_memo a {
	position: relative;
	display: block;
	width: 30px;
	height: 30px;
	background: url("../images/ic_memo.svg")no-repeat 50% 50% / 90%;
}
#header .top_area .h_memo a span {
    position: absolute;
    top: -1px;
    right: -1px;
    display: block;
    width: 13px;
    height: 13px;
    line-height: 13px;
    background: #f00;
    color: var(--white);
    border-radius: 50%;
    font-size: 10px;
    margin-left: 3px;
    text-align: center;
}
#header .top_area .h_attend a {
	display: block;
	font-size: 0;
	width: 30px;
	height: 30px;
	background: url("../images/ic_attend.svg")no-repeat 50% 50% / 21px;
}
#header .top_area .h_event a {
	display: block;
	font-size: 0;
	width: 30px;
	height: 30px;
	background: url("../images/ic_event_line.svg")no-repeat 50% 50% / 21px;
}
#header .gnb .m_h_mypage {
	display: none;
}
#header .top_search {
	display: none;
	padding: 10px 15px;
	box-sizing: border-box;
}
#header .top_search .box {
	border: 1px solid var(--key-color);
	border-radius: 10px;
	overflow: hidden;
}
#header .top_search input {
    flex: 1;
    width: 100%;
    height: 30px;
    font-size: 14px;
	padding: 0 20px;
    box-sizing: border-box;
}
#header .top_search button {
    width: 52px;
    height: 44px;
    background: var(--key-color) url("../images/ic_search_white.svg?v=1") no-repeat 50% 50%;
}
#header .m_gnb {
	position: sticky;
	top: 0;
	width: 100%;
	display: none;
	background: var(--base);
	padding: 5px 0;
	z-index: 10;
	box-sizing: border-box;
}
#header .m_gnb .menu {
	padding: 0 10px;
}
#header .m_gnb .menu a {
	position: relative;
	display: block;
	width: 35px;
	height: 35px;
	box-sizing: border-box;
}
#header .m_gnb .menu a span {
	position: absolute;
	top: 0;
	left: 6px;
	display: block;
	width: 22px;
	height: 2px;
	background: var(--black);
	transition: all .3s;
	border-radius: 30px;
}
#header .m_gnb .menu a span:nth-child(1) {
	top: 10px;
}
#header .m_gnb .menu a span:nth-child(2) {
	top: 17px;
}
#header .m_gnb .menu a span:nth-child(3) {
	top: 24px;
}
#header .m_gnb .slide {
	flex: 1;
	width: calc(100% - 55px);
}
#header .m_gnb .swiper .swiper-slide {
	width: auto;
	margin-right: 20px;
}
#header .m_gnb .swiper .swiper-slide a {
	font-size: 14px;
	font-weight: bold;
}
#header .m_gnb .swiper .swiper-slide a.active {
	color: var(--key-color);
}
#header.fixed .gnb {
    position: fixed;
    top: 0;
    width: 100%;
	border-bottom: 1px solid #EBEBEB;
	z-index: 15;
}
#header.fixed .m_gnb {
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 15;
}
#header.fixed + #container {
	padding-top: 52px!important;
}


.side_wrap {
	width: 280px;
	height: 100%;
	position: fixed; 
	top: 0;
	right: -100%;
	z-index: 35;
	background: var(--white);
	overflow-y: auto;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
	transition: all .2s;
	z-index: 1042;
}
.side_wrap.on {
	right: 0;
}
.side_wrap .top {
	padding: 10px 15px 20px;
}
.side_wrap .top .side_close {
    position: absolute;
	top: 0;
	right: 0;
    width: 40px;
    height: 40px;
    background: url("../images/ico-close.svg")no-repeat 50% 50% / 20px;
    z-index: 1;
}
.side_wrap .mypage_main {
    gap: 20px;
	padding: 15px;
	box-sizing: border-box;
}
.side_wrap .mypage_main .info {
    gap: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 10px 20px;
    box-sizing: border-box;
}
.side_wrap .mypage_main .info .thumb {
    position: relative;
    width: 55px;
    height: 55px;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    overflow: hidden;
}
.side_wrap .mypage_main .info .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.side_wrap .mypage_main .info .txt {
    flex: 1;
    width: 100%;
    gap: 10px;
}
.side_wrap .mypage_main .info .txt h4 {
    gap: 10px;
	font-size: 14px;
}
.side_wrap .mypage_main .info .txt p {
    gap: 5px;
}
.side_wrap .mypage_main .info .txt p .badge {
	display: inline-block;
	vertical-align: middle;
    padding: 3px 7px;
    border-radius: 5px;
	text-align: center;
	font-size: 12px;
	color: var(--white);
}
.side_wrap .mypage_main .info .txt p .badge.level1 {
	background: #05C471;
}
.side_wrap .mypage_main .info .txt p .badge.level2 {
	background: #0584C4;
}
.side_wrap .mypage_main .info .txt p .badge.level3 {
	background: #C40F05;
}
.side_wrap .mypage_main .info .txt p .badge.level4 {
	background: #C40591;
}
.side_wrap .mypage_main .info .txt p .badge.level5 {
	background: #4A05C4;
}
.side_wrap .mypage_main .info .txt p .b_admin {
	background: #F0AE07;
}
.side_wrap .mypage_main .info .txt p .level_pop {
    height: 20px;
    border-radius: 5px;
    color: #BDBDBD;
    font-size: 14px;
    padding: 0 25px 0 10px;
    background: #F5F5F5 url("../images/ic_danger.svg")no-repeat calc(100% - 6px) 50%;
}
.side_wrap .mypage_main .info .w100 {
    gap: 16px;
    margin-top: 6px;
}
.side_wrap .mypage_main .info .w100 > div {
    gap: 5px;
}
.side_wrap .mypage_main .info .w100 > div > p {
	width: 100%!important;
    font-size: 14px;
}
.side_wrap .mypage_main .info .w100 > div > div {
    flex: 1;
    width: 100%;
}
.side_wrap .mypage_main .info .w100 > div .bar {
    position: relative;
    height: 15px;
    border-radius: 20px;
    background: #F5F5F5;
    overflow: hidden;
    box-sizing: border-box;
}
.side_wrap .mypage_main .info .w100 > div .bar .line {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--key-color);
    height: 100%;
    border-radius: 20px;
}
.side_wrap .mypage_main .info .w100 > div .bar .line span {
    position: absolute;
    top: 0px;
    left: 7px;
    color: var(--white);
    font-size: 10px;
    text-shadow: 0px 0px 2px var(--black);
}
.side_wrap .mypage_main .info .w100 > div.point_info > div {
    gap: 5px;
}
.side_wrap .mypage_main .info .w100 > div.point_info > div strong {
	width: 100%;
    font-size: 14px;
}
.side_wrap .mypage_main .info .w100 > div.point_info > div a {
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 5px;
}
.side_wrap .mypage_main .member_info {
    border-radius: 5px;
    border: 1px solid #E0E0E0;
    padding: 16px;
    gap: 16px;
    box-sizing: border-box;
}
.side_wrap .mypage_main .member_info > div {
    padding-bottom: 10px;
    border-bottom: 1px solid #E0E0E0;
    font-size: 14px;
    gap: 5px;
}
.side_wrap .mypage_main .member_info > div > div {
    color: #BDBDBD;
    text-align: right;
}
.side_wrap .mypage_main .member_info > div:last-child {
    border-bottom: 0;
}
.side_wrap .mypage_main .member_info > div a {
	padding: 3px 8px;
    border-radius: 5px;
}

.side_wrap .mypage_main .mypage_menu {
    gap: 8px;
}
.side_wrap .mypage_main .mypage_menu > a {
	flex: none;
    width: calc(50% - 4px);
    padding: 20px 0;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #EBEBEB;
    box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.10);
    font-size: 14px;
    box-sizing: border-box;
}
.side_wrap .mypage_main .mypage_menu > a img {
    display: block;
    width: 30px;
    margin: 0 auto 10px;
}
.side_wrap .mypage_main .mypage_menu > a span {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    line-height: 15px;
    background: #f00;
    color: var(--white);
    border-radius: 50%;
    font-size: 12px;
    margin-left: 3px;
    text-align: center;
}
.side_wrap .mypage_main .mypage_menu > a:last-child {
	width: 100%;
}

.side_wrap .mypage_main .list {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 10px 20px;
    box-sizing: border-box;
}
.side_wrap .mypage_main .list li a {
    display: block;
    width: 100%;
    background: url("../images/page-next.svg")no-repeat 100% 50%;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
    box-sizing: border-box;
}
.side_wrap .mypage_main .list li a span {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    line-height: 15px;
    background: #f00;
    color: var(--white);
    border-radius: 50%;
    font-size: 12px;
    margin-left: 3px;
    text-align: center;
}
.side_wrap .mypage_main .list li:last-child a {
    border-bottom: 0;
}


#side {
	width: 280px;
	height: 100vh;
	position: fixed; 
	top: 0;
	right: -100%;
	z-index: 35;
	background: var(--white);
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
	transition: all .2s;
	padding: 0 15px;
	z-index: 1042;
	box-sizing: border-box;
}
#side.on {
	right: 0;
}
#side .top {
	padding: 10px 0 20px;
}
#side .top .grid {
	margin-top: 35px;
}
#side .top .grid a {
	flex: 1;
	background: var(--key-color);
	color: var(--white);
	text-align: center;
	border-right: 1px solid var(--white);
	font-size: 14px;
	padding: 10px 0;
}
#side .top .grid a:last-child {
	border-right: 0!important;
}
#side .top .side_close {
    position: absolute;
	top: 0;
	right: 5px;
    width: 40px;
    height: 40px;
    background: url("../images/ico-close.svg")no-repeat 50% 50% / 20px;
    z-index: 1;
}
#side .depth {
    overflow-y: auto;
    max-height: calc(100vh - 102px);
	border-top: 1px solid #ebebeb;
    box-sizing: border-box;
}
#side .depth01 {
    position: relative;
    border-bottom: 1px solid #ebebeb;
	box-sizing: border-box;
}
#side .depth01 > a {
	position: relative;
	display: block;
	width: 100%;
	text-transform: uppercase;
	font-size: 14px;
	padding: 12px 8px;
	box-sizing: border-box;
}
#side .depth01 > a:after {
    content: '+';
    position: absolute;
    top: 11px;
    right: 10px;
    font-size: 15px;
}
#side .depth01.no_child > a:after {
	display: none!important;
}
#side .depth01.active > a {
	background: var(--key-color);
	color: var(--white);
}
#side .depth01.active > a:after {
	content: '-';
}
#side .depth02 {
	max-height: 0;
	overflow: hidden;
	background: #f3f3f3;
	transition: all .3s;
}
#side .depth01.active .depth02 {
	max-height: 1000px;
}
#side .depth .depth02 li a {
	display: block;
    text-align: left;
    font-size: 14px;
	padding: 10px;
	box-sizing: border-box;
}
#side .depth .depth02 li:last-child a {
	border-bottom: 0;
}








.black_bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 1041;
}


#container {
	width: 100%;
	padding-top: 20px;
	min-height: calc(100vh - 350px);
}


.menu_tab {
	justify-content: center;
	gap: 10px;
}
.menu_tab a {
	flex: 1;
    height: 56px;
    line-height: 55px;
    font-size: 18px;
	text-align: center;
	border: 1px solid #ddd;
	box-sizing: border-box;
}
.menu_tab a:hover {
	background: #f2eaff;
}
.menu_tab a.active {
	background: var(--key-color);
	color: var(--white);
	border: 1px solid var(--key-color);
}

h3.tit {
	display: none;
	position: relative;
    font-size: 40px;
	text-align: center;
}
/*
h3.tit:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 180px;
	height: 50px;
	background: url("../images/logo.png")no-repeat 50% 50% / 100%;
	margin-right: 15px;
}
*/


.view_select {
	justify-content: end;
	gap: 10px;
}
.view_select button {
    background-color: #F0F0F0;
    font-size: 14px;
    padding: 5px 8px;
    border-radius: 5px;
    border: 1px solid #ddd;
    box-sizing: border-box;
}
.view_select button.active {
	background: var(--key-color);
	color: var(--white);
	border: 1px solid var(--key-color);
}


.list_table {
	font-size: 16px;
}
.list_table th {
	text-align: center;
	padding: 15px 10px;
	background: #f5f5f5;
}
.list_table td {
	text-align: center;
	padding: 15px 10px;
	border-bottom: 1px solid #e1e1e1;
}
.list_table tr.now td,
.list_table tr.now td a {
	color: var(--key-color);
	font-weight: 600;
}
.list_table td img {
	vertical-align: middle;
	margin: 0 5px;
}
.list_table .btn_memo {
	background: url("../images/ic_memo.svg?v=1")no-repeat 100% 50% / 15px;
	padding-right: 16px;
	font-size: inherit;
}
.list_table td.status img {
	width: 55px;
}
.list_table .badge {
	display: inline-block;
	vertical-align: middle;
    padding: 3px 7px;
    border-radius: 5px;
	text-align: center;
	font-size: 12px;
	margin-right: 3px;
	color: var(--white);
}
.list_table .badge em {
	/*
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	*/
	display: block;
	width: 100%;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list_table .badge.level {
	padding: 0;
	font-size: 0;
	width: 22px;
    height: 26px;
	background-image: url("../images/level_img.png?v=2");
	background-repeat: no-repeat;
	background-size: 110px;
}
.list_table .badge.level1 {
    /* background: #05C471; */
	background-position: 0 -1px;
}
.list_table .badge.level2 {
	/*background: #0584C4;*/
	background-position: -43px -1px;
}
.list_table .badge.level3 {
	/*background: #C40F05;*/
	background-position: -88px -1px;
}
.list_table .badge.level4 {
	/*background: #C40591;*/
	background-position: 0px -49px;
}
.list_table .badge.level5 {
	/*background: #4A05C4;*/
	background-position: -44px -49px;
}
.list_table .badge.b_admin {
	background: #F0AE07;
	/*background-position: -67px -49px;*/
	max-width: calc(100% - 70px);
}

.list_table .fix .badge {
    background: #f00;
    width: 35px;
    padding: 3px 0;
    font-size: 14px;
    margin-right: 0;
}
.list_table .fix .taL {
	font-weight: bold;
}


.toggle_table .board_read {
	display: none;
}
.toggle_table .open .board_read {
	display: table-row;
}
.toggle_table .board_read td {
	padding: 0 0 20px;
}
.toggle_table .subject {
	cursor: pointer;
}
.toggle_table .board_read .detail {
    gap: 15px;
    margin-top: 20px;
}


.tbody .head {
	position: relative;
	background: #FAF7FE;
	color: var(--key-color);
	border-bottom: 1px solid #DEDEDE;
	font-size: 16px;
	font-weight: 500;
	padding: 20px;
}
.tbody .cont .th {
	position: relative;
	width: 120px;
	font-size: 16px;
	padding: 16px 0;
	box-sizing: border-box;
}
.tbody .cont .th:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
}
.tbody .cont .th span {
    position: absolute;
    z-index: 1;
    top: 50%;
	left: 0;
	width: 100%;
    transform: translateY(-50%);
}
.tbody .cont .td {
	flex: 1;
	position: relative;
	padding: 15px 20px;
}
.tbody .cont .td select {
    max-width: 150px;
    background-color: #f9f9f9;
    border-radius: 5px;
}
.tbody .cont .td input[type=text],
.tbody .cont .td input[type=password] {
	width: 100%;
	height: 46px;
	background: transparent;
	font-size: 16px;
	font-weight: 500;
	color:#000;
	border: 1px solid #DEDEDE;
	padding: 0 10px;
	border-radius: 5px;
	box-sizing: border-box;
}
.tbody .cont .td input[type=date] {
	position: relative;
	width: 100%;
    height: 46px;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	font-family: inherit;
	background: url("../images/ico-calendar.svg")no-repeat 10px 50% / 22px;
	border: 1px solid #DEDEDE;
	padding: 0 10px 0 40px;
	border-radius: 5px;
	box-sizing: border-box;
}
.tbody .cont .td input[type=date]::-webkit-calendar-picker-indicator {
	position: absolute;
	left: 0;
	top: 0; 
	width: 100%; 
	height: 100%; 
	background: transparent;
	color: transparent;
	cursor: pointer; 
}
.tbody .cont .td textarea {
	width: 100%;
	height: 135px;
	resize: none;
	padding: 0;
	border: 0;
	font-size: 16px;
}
.tbody .cont .td .grid2 {
	margin: -5px 0;
}
.tbody .cont .td .radio {
	gap: 15px;
}
.tbody .cont .td .radio > div input[type=radio] {
	display: none;
}
.tbody .cont .td .radio > div input[type=radio] + label {
	position: relative;
	font-size: 16px;
	color: #000;
	padding-left: 25px;
}
.tbody .cont .td .radio > div input[type=radio] + label:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #A5AEBC;
	background: var(--white);
	box-sizing: border-box;
}
.tbody .cont .td .radio > div input[type=radio]:checked + label:before {
	border: 1px solid var(--key-color);
	background: transparent;
}
.tbody .cont .td .radio > div input[type=radio]:checked + label:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 5px;
	transform: translateY(-50%);
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--key-color);
}
.tbody .cont .td .photo_box {
	position: relative;
	gap: 10px;
}
.tbody .cont .td .photo_box input {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	opacity: 0;
	z-index: -1;
}
.tbody .cont .td .photo_box label {
    position: relative;
    display: block;
    width: 130px;
    height: 100px;
    background: #f9f9f9 url("../images/label_thumbs.svg") no-repeat 50% 50%;
    border: 1px solid #dedede;
    box-sizing: border-box;
}
.tbody .cont .td .photo_box label .img_box {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--white);
}
.tbody .cont .td .photo_box label .img_box img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.tbody .cont .td .photo_box .preview {
	gap: 10px;
}
.tbody .cont .td .photo_box .preview .item {
    position: relative;
    width: calc(25% - 8px);
    height: 0;
    padding-bottom: 20%;
    border: 1px solid #dedede;
    box-sizing: border-box;
}
.tbody .cont .td .photo_box .preview .item img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.tbody .cont .td .photo_box .del_btn {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	width: 25px;
	height: 25px;
	background: rgba(255,255,255,0.5) url("../images/ic_close.svg")no-repeat 50% 50% / 15px;
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-sizing: border-box;
}
.tbody .cont .td.list_thumb {
	position: relative;
	gap: 15px;
}
.tbody .cont .td.list_thumb .img {
	position: relative;
	width: 100%;
	max-width: 370px;
    height: 200px;
}
.tbody .cont .td.list_thumb .img img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.tbody .cont .td.list_thumb > div {
	position: relative;
}
.tbody .cont .td.list_thumb input[type=file] {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	opacity: 0;
	z-index: -1;
}
.tbody .cont .td.list_thumb label {
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
}
.tbody .cont .td.list_thumb .upload_name {
	flex: 1;
	width: 100%;
}


.modal {
	display: none;
}
.modal .black_bg {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 1041;
}
.modal .modal_cont {
    width: 95%;
    max-width: 1320px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-height: 95vh;
    overflow: hidden;
	z-index: 1042;
	background: var(--white);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
}
.modal .modal_cont .scroll {
	position: relative;
	max-height: calc(95vh - 30px);
	background: var(--white);
    overflow-x: hidden;
    overflow-y: visible;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    box-sizing: border-box;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.modal .modal_cont .scroll::-webkit-scrollbar {
    display: none;
}
.modal .close {
	position: absolute;
	top: 25px;
	right: 20px;
	width: 20px;
    height: 20px;
	background: url("../images/ic_close.svg")no-repeat 50% 50% / 100%;
	z-index: 1;
	box-sizing: border-box;
}



.bottom_modal .modal_cont {
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	position: fixed;
	top: 50%;
	left: 50%;
	transition: bottom .3s;
	width: 100%;
	max-width: 450px;
	transform: translate(-50%,-50%);
	border-radius: 20px;
	max-height: 95vh;
	background: var(--white);
	overflow: hidden;
}
.bottom_modal.open .modal_cont {
	opacity: 1;
	visibility: visible;
	z-index: 1043;
}
.bottom_modal .modal_cont .scroll {
	position: relative;
	max-height: calc(95vh - 47px);
    overflow-x: hidden;
    overflow-y: visible;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    box-sizing: border-box;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.bottom_modal .modal_cont .scroll::-webkit-scrollbar {
    display: none;
}
.bottom_modal.open .black_bg {
	display: block;
}
.bottom_modal .img .swiper-pagination {
    bottom: 20px;
}
.bottom_modal .img .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: rgba(195,195,195,0.5);
    opacity: 1;
    margin: 0 10px !important;
}
.bottom_modal .img .swiper-pagination-bullet-active {
    background-color: var(--key-color);
}
.bottom_modal .modal_cont .btn_area {
	background: var(--white);
	padding: 15px 20px;
	box-sizing: border-box;
}


.login_modal .modal_cont {
	max-width: 420px;
	border-radius: 10px;
}
.login_modal .modal_cont .scroll {
	padding: 60px 20px 20px;
}
.login_modal h3 {
	margin-top: -35px;
    margin-bottom: 20px;
}
.login_modal .tabs {
	gap: 10px;
	margin-bottom: 15px;
}
.login_modal .tabs button {
	flex: 1;
	height: 45px;
	border-radius: 5px;
	border: 1px solid #e0e0e0;
}
.login_modal .tabs button.active {
	background: var(--key-color);
	border: 1px solid var(--key-color);
	color: var(--white);
}
.login_modal .form {
	gap: 15px;
}
.login_modal .form .item > p {
	font-size: 14px;
	margin-bottom: 10px;
}
.login_modal .form .item > div {
	gap: 10px;
	font-size: 13px;
}
.login_modal .form .item > div > p.w100 {
	color: #aaa;
	margin-top: -5px;
}
.login_modal .form .item input[type=text],
.login_modal .form .item input[type=password] {
	flex: 1;
    width: 100%;
    height: 40px;
    font-size: 14px;
    padding: 0 10px;
    box-sizing: border-box;
}
.login_modal .form .item .input_line {
	border: 1px solid #ddd;
	border-radius: 5px;
}
.login_modal .form .item .input_line + button {
	width: 95px;
	background-color: #aaa;
	color: var(--white);
	border-radius: 5px;
	font-size: 14px;
}
.login_modal .login_btn {
	height: 45px;
	border-radius: 5px;
	margin-top: 5px;
}
.login_modal .util .auto_login input {
	display: none;
}
.login_modal .util .auto_login input + label {
	position: relative;
	padding-left: 25px;
	font-size: 14px;
}
.login_modal .util .auto_login input + label:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 18px;
	height: 18px;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-sizing: border-box;
}
.login_modal .util .auto_login input:checked + label:before {
	border: 1px solid var(--key-color);
	background: var(--key-color) url("../images/check-white.svg")no-repeat 50% 50%;
}
.login_modal .util > div {
	gap: 10px;
}
.login_modal .util a {
	font-size: 14px;
}
#join_complete_pop h4 {
	font-size: 20px;
}


#point_pop .modal_cont {
    max-width: 500px;
    border-radius: 10px;
}
#point_pop .black_bg {
	z-index: 1042;
}
#point_pop .close {
    position: static;
}
#point_pop .box {
    padding: 20px;
    gap: 20px;
    background: #F5F5F5;
    box-sizing: border-box;
}
#point_pop .box .tit {
    color: #9E9E9E;
    font-size: 14px;
    font-weight: 500;
}
#point_pop .box .close {
    width: 22px;
    height: 22px;
    background: url("../images/ic_close.svg")no-repeat 50% 50%;
}
#point_pop .box .item {
    gap: 10px;
}
#point_pop .box .item strong {
    color: #9E9E9E;
    font-size: 14px;
    font-weight: 500;
}
#point_pop .box .item ul li {
    color: #BDBDBD;
    font-family: 'Pretendard';
    font-size: 14px;
    line-height: 1.3;
}
#point_pop .box .item table {
    border-radius: 5px;
    overflow: hidden;
}
#point_pop .box .item table th {
    background: #E0E0E0;
    border-right: 1px solid #F0F0F0;
    font-size: 12px;
    padding: 8px 0;
}
#point_pop .box .item table th:last-child {
    border-right: 0;
}
#point_pop .box .item table td {
    background: var(--white);
    font-size: 12px;
    text-align: center;
    padding: 8px 0;
    border: 1px solid #F0F0F0;
}



.not_scroll {
	overflow: hidden;
}


.pagenavi ol {
	justify-content: center;
	text-align: center;
	gap: 5px;
}
.pagenavi ol li.first img, 
.pagenavi ol li.last img {
    width: 12px;
    vertical-align: -1px;
}
.pagenavi ol li.prev img, 
.pagenavi ol li.next img {
    width: 16px;
    vertical-align: -3px;
}
.pagenavi ol li a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #7c7c7c;
}
.pagenavi ol li.this a {
	background: var(--key-color);
	color: #fff;
}


.board_search_box {
	position: relative;
}
.board_search_box .btn_group {
    position: absolute;
    top: 45px;
    right: 15px;
}
.board_search {
    gap: 10px;
    justify-content: center;
    padding: 15px 10px;
    margin: 30px 0;
    background: #f9f9f9;
	border-radius: 3px;
	box-sizing: border-box;
}
.board_search select {
	max-width: 110px;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 0 10px;
    font-size: 14px;
	background-size: 20px;
	background-position: calc(100% - 8px);
}
.board_search input[type=text] {
	flex: 1;
    max-width: 340px;
	height: 40px;
	border: 1px solid #ddd;
    border-radius: 3px;
	padding: 0 10px;
    font-size: 14px;
	box-sizing: border-box;
}
.board_search .search_btn {
	width: 70px;
	height: 40px;
    background: var(--black) url("../images/ico-search.svg") no-repeat 10px 50% / 17px;
    color: var(--white);
	border-radius: 3px;
	text-indent: 18px;
	font-size: 14px;
}


#loading {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
    background-color : rgba(16, 16, 16, 0.7);
}
#loading span {
	position: absolute;
    top: 50%;
    left: 50%;
	display: block;
	height: 60px;
	width: 60px;
	border: 5px solid transparent;
    border-radius: 50%;
    background-image: linear-gradient(rgb(90, 90, 90), rgb(90, 90, 90)), conic-gradient(from 180deg at 50% 50%, var(--key-color) 0deg, rgba(255, 255, 255, 0) 360deg);
    background-origin: border-box;
    background-clip: content-box, border-box;
	box-sizing: border-box;
	animation: spin 800ms infinite linear;
}

@keyframes spin {
  from {
    transform: translate(-50%,-50%) rotate(0deg);
  }
  to {
    transform: translate(-50%,-50%) rotate(359deg);
  }
}


.memo > .title {
    background: var(--key-color);
    color: var(--white);
    font-size: 20px;
    padding: 15px 20px;
    box-sizing: border-box;
}
.memo > .title .close {
    width: 20px;
    height: 20px;
    background: url("../images/ic_close_white.svg")no-repeat 50% 50% / 100%;
}
.memo .desc {
    font-size: 14px;
}
.memo .tabs {
	gap: 10px;
    border-bottom: 1px solid #e0e0e0;
}
.memo .tabs a {
	flex: 1;
	height: 56px;
    line-height: 56px;
	font-size: 16px;
	color: #aaa;
	font-weight: 600;
    text-align: center;
	box-sizing: border-box;
}
.memo .tabs a.active {
	color: #000;
	border-bottom: 2px solid #000;;
}
.memo_list {
	gap: 10px;
    padding: 20px;
    box-sizing: border-box;
}
.memo_list .item {
	position: relative;
	border-radius: 10px;
	border: 1px solid #CDCDCD;
	padding: 20px 75px 20px 20px;
	box-sizing: border-box;
}
.memo_list .item .top {
	color: #7C7C7C;
	letter-spacing: -0.32px;
	margin-bottom: 10px;
}
.memo_list .item .top span {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    line-height: 15px;
    background: #f00;
    color: var(--white);
    border-radius: 50%;
    font-size: 12px;
    margin-left: 3px;
    text-align: center;
}
.memo_list .item .cont {
    display: block;
	width: 100%;
	text-align: left;
	font-size: 16px;
	line-height: 1.1;
	margin-bottom: 10px;
}
.memo_list .item .date {
	color: #7C7C7C;
	font-size: 13px;
	letter-spacing: -0.28px;
	margin-top: 5px;
}
.memo_list .item .del_btn {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 30px;
	border-radius: 5px;
	background: #AAA;
	color: var(--white);
	font-size: 12px;
	font-weight: 600;
}
.memo_view {
    padding: 20px;
}
.memo_view .top {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
    font-size: 14px;
}
.memo_view .top .info {
    gap: 5px;
}
.memo_view .top .info .thumb {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    overflow: hidden;
}
.memo_view .top .info .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.memo_view .content {
    padding: 15px 0;
    line-height: 1.3;
    font-size: 14px;
}
.memo_view .btn_area a {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 5px;
    font-size: 14px;
    margin-top: 10px;
}
.memo_form {
    padding: 20px;
}
.memo_form .select_btn {
	position: absolute;
    top: 0;
    right: 20px;
    padding: 5px 10px;
    border-radius: 5px;
	box-sizing: border-box;
}
.memo_form .select_btn + input {
	margin-top: 25px;
}
.memo_form .tbody .cont .td input[type=text], 
.memo_form .tbody .cont .td input[type=password] {
    font-size: 14px;
    font-weight: 400;
}
.memo_form .tbody .cont .td p {
    font-size: 14px;
    margin-top: 5px;
}
.memo_form .tbody .cont .td textarea {
    border: 1px solid #DEDEDE;
    border-radius: 5px;
    padding: 10px;
    font-size: 14px;
    box-sizing: border-box;
}
.memo_form .btn_area {
    justify-content: center;
}
.memo_form .btn_area button {
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 14px;
}


#search_member .modal_cont {
	padding-bottom: 10px;
}
#search_member .form {
	padding: 60px 20px 10px;
}
#search_member .form select {
	border: 1px solid #e5e5e5;
    max-width: 115px;
    font-size: 14px;
    border-radius: 5px;
    background-size: 20px;
    padding: 0 10px;
    background-position: calc(100% - 10px);
	margin-right: 10px;
	box-sizing: border-box;
}
#search_member .form input {
	flex: 1;
	width: 100%;
	border: 1px solid #e5e5e5;
	border-right: 0;
	border-radius: 5px 0 0 5px;
	font-size: 14px;
	padding: 0 10px;
	box-sizing: border-box;
}
#search_member .form .btn_search {
	width: 40px;
	height: 40px;
	background: var(--key-color) url("../images/ico-search.svg")no-repeat 50% 50%;
	border-radius: 0 5px 5px 0;
}
#search_member .result {
	padding: 10px 20px 20px;
	gap: 15px;
	box-sizing: border-box;
}
#search_member .result h4 {
	font-weight: 500;
}
#search_member .result .list {
	max-height: calc(100vh - 311px);
    overflow-y: auto;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	padding: 15px;
	box-sizing: border-box;
}
#search_member .result .list .item {
	position: relative;
	padding: 2px 0;
}
#search_member .result input[type=checkbox] {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	opacity: 0;
	z-index: -1;
}
#search_member .result input[type=checkbox] + label {
	position: relative;
	display: block;
	width: 100%;
	padding-left: 25px;
	box-sizing: border-box;
}
#search_member .result input[type=checkbox] + label:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	display: block;
	width: 17px;
	height: 17px;
	border-radius: 2px;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
}
#search_member .result input[type=checkbox]:checked + label:before {
	border: 1px solid var(--key-color);
	background: var(--key-color) url("../images/ic_check.svg")no-repeat 50% 50% / 26px;
}
#search_member .result button {
	width: 100%;
	height: 45px;
	border-radius: 5px;
	font-size: 16px;
}


#footer {
	position: relative;
	padding: 30px 0;
	background: #2B2B2B;
	color: #aaa;
	margin-top: 80px;
	box-sizing: border-box;
}
#footer .danger {
	gap: 20px;
}
#footer .danger .taL {
	flex: 1;
	width: 100%;
}
#footer .danger .tel_link {
	width: 330px;
}
#footer .danger .tel_link a {
	color: #aaa;
	font-size: 14px;
}
#footer .danger .tel_link a h4 {
	color: var(--white);
	margin-bottom: 10px;
	font-size: 18px;
}
#footer .danger .tel_link a h4:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	background: url("../images/sns_telegram.svg")no-repeat 50% 50% / 100%;
	margin-right: 10px;
}
#footer .copy {
	text-align: center;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.3);
	margin-top: 15px;
}


#footer_fix {
	display: none;
	width: 100%;
	position: fixed;
	bottom: 0;
	background: var(--white);
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	border-radius: 10px 10px 0 0;
	padding: 3px 10px;
	z-index: 1040;
	box-sizing: border-box;
}
#footer_fix ul li {
	flex: 1;
}
#footer_fix ul li a {
	display: block;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 50% 10px;
	background-size: 23px;
	font-size: 12px;
	padding: 40px 0 10px;
}
#footer_fix ul li.ft01 a {
	background-image: url("../images/fix_ft01.svg");
}
#footer_fix ul li.ft01.active a {
	background-image: url("../images/fix_ft01_on.svg");
}
#footer_fix ul li.ft02 a {
	background-image: url("../images/fix_ft02.svg");
}
#footer_fix ul li.ft02.active a {
	background-image: url("../images/fix_ft02_on.svg");
}
#footer_fix ul li.ft03 a {
	background-image: url("../images/fix_ft03.svg");
}
#footer_fix ul li.ft03.active a {
	background-image: url("../images/fix_ft03_on.svg");
}
#footer_fix ul li.ft04 a {
	background-image: url("../images/fix_ft04.svg");
}
#footer_fix ul li.ft04.active a {
	background-image: url("../images/fix_ft04_on.svg");
}
#footer_fix ul li.ft05 a {
	background-image: url("../images/fix_ft05.svg");
}
#footer_fix ul li.ft05.active a {
	background-image: url("../images/fix_ft05_on.svg");
}
#footer_fix ul li.active a {
	background-color: var(--key-color);
	color: var(--white);
	border-radius: 20px;
}



#fix_ft {
	position: fixed;
    bottom: 60px;
    right: 20px;
    z-index: 35;
}
#fix_ft > * {
	display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	margin: 10px 0;
}
#fix_ft .telegram {
	background: url("../images/sns_telegram.svg") no-repeat 50% 50% / 100%;
}
#fix_ft .mode {
	background: var(--white) url("../images/mobile_dark.svg") no-repeat 50% 50% / 20px;
}
#fix_ft .go_top {
    background: var(--white) url("../images/top_sc.svg") no-repeat 50% 50% / 100%;
	opacity: .8;
}
#fix_ft .go_bottom {
    background: var(--white) url("../images/top_sc.svg") no-repeat 50% 50% / 100%;
	transform: rotate(180deg);
	opacity: .8;
}

#float_left {
    position: fixed;
    top: 180px;
    left: calc(50% - 770px);
    transform: translateX(-50%);
}
#float_left a {
	display: block; 
	width: 220px;
}
#float_left a img {
	width: 100%;
}
#float_right {
	position: fixed;
	top: 180px;
	left: calc(50% - -770px);
    transform: translateX(-50%);
}
#float_right a {
	display: block; 
	width: 220px;
}
#float_right a img {
	width: 100%;
}


#chat_fix {
}
#chat_fix button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--key-color);
    color: var(--white);
    box-shadow: 2px 4px 6px 0px rgba(0, 0, 0, 0.25);
    padding: 5px;
    box-sizing: border-box;
}
#chat_fix button p {
	font-size: 11px;
	font-weight: 500;
}


#chat {
	display: none;
	position: fixed;
	bottom: 15px;
    right: 15px;
	z-index: 36;
	width: 100%;
	max-width: 350px;
	border-radius: 5px;
	border: 1px solid #cdcdcd;
	background: var(--white);
	overflow: hidden;
	box-sizing: border-box;
}
#chat.full {
	height: calc(100vh - 30px);
}
#chat .top {
	position: relative;
	padding: 10px 15px;
	border-radius: 5px 5px 0px 0px;
	border-bottom: 1px solid #cdcdcd
}
#chat .top .logo {
	text-transform: uppercase;
	font-size: 16px;
}
#chat .top .flex {
	gap: 12px;
}
#chat .top .flex button.close {
	margin-left: 8px;
}
#chat .top .setting_menu {
	display: none;
	position: absolute;
	top: 40px;
    right: 30px;
	background: var(--white);
	border-radius: 5px;
	padding: 20px 10px;
	width: 100%;
	max-width: 250px;
	border: 1px solid #cdcdcd;
	box-sizing: border-box;
}
#chat .top .setting_menu > div {
	position: relative;
	margin-bottom: 15px;
}
#chat .top .setting_menu > div p {
	font-weight: 500;
}
#chat .top .setting_menu > div .check input {
	display: none;
}
#chat .top .setting_menu > div .check input + label {
    position: relative;
    display: block;
    width: 30px;
    height: 15px;
    border-radius: 100px;
    border: 1px solid var(--key-color);
    background: var(--white);
}
#chat .top .setting_menu > div .check input + label:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	display: block;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: var(--key-color);
	transition: all .3s;
}
#chat .top .setting_menu > div .check input:checked + label {
	background: var(--key-color);
}
#chat .top .setting_menu > div .check input:checked + label:before {
	left: 17px;
	background: var(--white);
}
#chat .top .setting_menu > div input[type=text] {
    display: block;
    width: 100%;
    height: 36px;
    border-radius: 5px;
    border: 1px solid var(--key-color);
    padding: 0 10px;
    font-size: 16px;
    color: var(--black);
    margin-top: 10px;
    box-sizing: border-box;
}
#chat .top .setting_menu > button {
	display: block;
	width: 100%;
	height: 36px;
	border-radius: 5px;
	background: var(--key-color);
	color: var(--white);
	font-size: 16px;
	font-weight: 500;
}
#chat .chat_list {
	padding: 12px 12px 0;
}
#chat .chat_list ul {
    overflow-y: auto;
   	max-height: calc(100vh - 300px);
}
#chat.full .chat_list ul {
    height: calc(100vh - 140px);
	max-height: calc(100vh - 140px);
}
#chat .chat_list ul::-webkit-scrollbar {
	display: none;
}
#chat .chat_list ul li {
	padding: 8px 0;
	margin-bottom: 5px;
}
#chat .chat_list ul li .id {
	color: #000;
	margin-bottom: 5px;
}
#chat .chat_list ul li .flex {
	align-items: end;
	gap: 5px;
	font-size: 14px;
}
#chat .chat_list ul li .flex p {
	padding: 10px;
	border-radius: 5px;
	background: var(--key-color);
	color: var(--white);
	max-width: calc(100% - 75px);
}
#chat .chat_list ul li .flex span {
	color: #000;
}
#chat .chat_list ul li.me .id {
	text-align: right;
}
#chat .chat_list ul li.me .flex {
	justify-content: end;
}
#chat .chat_list ul li.me .flex p {
	order: 1;
}
#chat .chat_list ul li.me .flex span {
	order: 0;
}
#chat .write_form {
	background: var(--key-color);
	padding: 10px;
	gap: 15px;
	box-sizing: border-box;
}
#chat .write_form input {
	flex: 1;
	height: 36px;
	border-radius: 5px;
	background: #afafaf;
	padding: 0 10px;
	font-size: 16px;
	background: var(--white);
	box-sizing: border-box;
}




.info_item .b_tit {
    height: 250px;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: auto 250px;
    background-color: #4a05c4;
    padding: 0 10px;
    color: var(--white);
    text-align: center;
    font-size: 40px;
    font-family: 'vitro_core';
    word-break: keep-all;
    box-sizing: border-box;
}
.info_item .gray_bg {
    background: #F4F4F4;
    padding: 15px 30px;
    gap: 15px;
    box-sizing: border-box;
}
.info_item .logo img {
    width: 100%;
    max-width: 300px;
	margin: 0 auto;
}
.info_item .txt {
    font-size: 32px;
    border-radius: 50px;
    padding: 40px 0;
    line-height: 1.5;
    font-family: 'vitro_core';
}
.info_item .desc {
    font-size: 26px;
    background: #FCFB63;
    color: var(--key-color);
    margin: 0 -30px;
    width: max-content;
    max-width: 100%;
	font-weight: bold;
    padding: 20px 20px 20px 70px;
    border-radius: 0 100px 100px 0;
    word-break: keep-all;
    box-sizing: border-box;
}
.info_item .point_box {
	position: relative;
	max-width: 1130px;
	background: rgba(74, 5, 196, 0.6);
	color: var(--white);
	padding: 30px;
	margin: 0 auto;
	line-height: 1.3;
	border-radius: 30px;
	font-size: 20px;
	text-align: center;
	box-sizing: border-box;
}
.info_item .cont {
    max-width: 1130px;
    background: var(--white);
    box-shadow: 0px 0px 10px 0px rgba(74, 5, 196, 0.3);
    padding: 30px;
    margin: 0 auto;
    gap: 20px;
    line-height: 1.5;
    box-sizing: border-box;
}
.info_item .cont > p {
    font-size: 20px;
}
.info_item .cont ul {
    gap: 40px;
}
.info_item .cont ul li {
    position: relative;
    width: max-content;
    max-width: 100%;
    font-size: 20px;
    background: #EDE6F8;
    padding: 20px;
    border-radius: 10px;
    gap: 20px;
    box-sizing: border-box;
}
.info_item .cont ul li:before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 25px;
    display: block;
    width: 55px;
    height: 25px;
    background: url("../images/info_item_bg.png") no-repeat 50% 50% / 100%;
}
.info_item .cont ul li > div {
    flex: 1;
    width: 100%;
}
.info_item .cont ul li > div strong {
	display: block;
	margin-bottom: 10px;
	font-size: 22px;
}
.info_item .cont .desc {
    margin: 50px auto 20px;
    border-radius: 100px;
    text-align: center;
    box-sizing: border-box;
}
.info_item .cont .item strong {
	display: inline-block;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 0 0 30px 0;
    margin-bottom: 10px;
	box-sizing: border-box;
}
.info_item .cont .arrow_box {
	gap: 20px;
	font-size: 20px;
}
.info_item .cont .arrow_box > div {
	border-radius: 50px;
	padding: 20px;
	box-sizing: border-box;
}
.info_item .cont .arrow_box img {
	width: 50px;
	margin: 0 auto;
}
.info_item .cont .arrow_box .desc {
	margin: 0 auto 20px;
	font-size: 20px;
}
.info_item .qna_box {
	max-width: 1130px;
	margin: 0 auto;
	padding: 30px;
	border-radius: 30px;
	gap: 20px;
	line-height: 1.3;
	font-size: 20px;
	box-sizing: border-box;
}
.info_item .qna_box h4 {
	position: relative;
	color: #FCFB63;
}
.info_item .qna_box h4:before {
	content: 'Q.';
	display: inline-block;
	margin-right: 5px;
}
.info_item .qna_box .answer {
	position: relative;
}
.info_item .qna_box .answer:before {
	content: 'A.';
	display: inline-block;
	margin-right: 5px;
}
.info_item .faq > div {
	margin-bottom: 45px;
}
.info_item .faq > div > span {
	position: relative;
	display: inline-block;
	border-radius: 20px;
	padding: 20px;
	font-size: 20px;
	font-weight: 900;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
	box-sizing: border-box;
}
.info_item .faq .btn_yellow {
	background: #FFFF67;
	color: #000072;
}
.info_item .faq .btn_yellow:before {
    content: '';
    position: absolute;
    bottom: -31px;
    left: 12px;
    display: block;
    width: 65px;
    height: 33px;
	background: url("../images/item_info_bg_14.png")no-repeat 50% 50% / 100%;
}
.info_item .faq .btn_color {
	box-shadow: 3px 3px 4px rgba(0,0,0,0.75);
}
.info_item .faq .btn_color:before {
    content: '';
    position: absolute;
    bottom: -31px;
    right: 1px;
    display: block;
    width: 65px;
    height: 33px;
	background: url("../images/item_info_bg_14_2.png")no-repeat 50% 50% / 100%;
}

#left_main_pop .img img {
	width: 100%;
}
#right_main_pop .img img {
	width: 100%;
}


.gt_bn {
    background: #deccf2 url("../images/gt_bn_pc.jpg")no-repeat 50% 50% / 100%;
	color: var(--black)
}
.gt_bn .txt {
    padding: 10px 1% 10px 49%;
    min-height: 250px;
    gap: 40px;
    font-weight: 500;
    justify-content: center;
    line-height: 1.3;
    box-sizing: border-box;
}
.gt_bn .txt strong {
    font-size: 22px;
}
.gt_bn .txt p {
    padding-left: 30px;
    font-size: 18px;
    font-weight: 600;
    box-sizing: border-box;
}


@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1460px) {
	#header .inner {
		padding: 0;
	}
	#header .gnb {
		gap: 20px;
	}
	#header .gnb ul {
		gap: 20px;
	}
	#header .gnb ul li a {
		font-size: 18px;
	}
	#header .top_area .h_login a {
		font-size: 18px;
	}
}
@media screen and (min-width: 1024px) {
	#left_main_pop,
	#right_main_pop {
		display: none;
	}
}
@media screen and (max-width: 1024px) {
	#header .top_area {
		padding: 10px;
		gap: 10px;
	}
	#header .top_area h1 {
		width: 166px;
	}
	#header .top_area .h_login a {
		display: block;
		font-size: 0;
		width: 30px;
		height: 30px;
		background: transparent url("../images/ic_user.svg")no-repeat 50% 50% / 100%!important;
		padding: 0;
		border-radius: 0;
	}
	#header .top_area .h_attend_pc,
	#header .top_area .h_mypage {
		display: none;
	}
	#header .top_area .m_h_mypage {
		display: block;
	}
	#header .top_area .m_h_mypage a {
		display: block;
		width: 30px;
		height: 30px;
		background: transparent url("../images/ic_user.svg")no-repeat 50% 50% / 25px;
		padding: 0;
		border-radius: 0;
	}
	#header .top_area .h_search,
	#header .top_area .h_memo,
	#header .top_area .h_attend,
	#header .top_area .h_event {
		display: block;
	}
	#header .top_area .search_box {
		display: none;
	}
	#header .gnb {
		display: none;
    }
	#header .m_gnb {
		display: flex;
    }
	#header.fixed + #container {
		padding-top: 45px !important;
	}
	

	.top_line .inner {
		height: 35px;
	}
	.top_line .swiper-slide {
		font-size: 14px;
	}

	#container {
		padding-top: 10px;
		min-height: auto;
	}


	#footer {
		padding: 50px 0;
	}
	#footer_fix {
		display: block;
	}
	#fix_ft {
		bottom: 35px;
		right: 10px;
	}
	#fix_ft a {
		margin: 5px 0;
	}


	h3.tit {
		font-size: 24px;
	}

	.menu_tab a {
		height: 40px;
    	line-height: 38px;
		font-size: 14px;
	}


	.view_select button {
		font-size: 12px;
	}

	.list_table {
		font-size: 14px;
	}
	.list_table colgroup {
		display: none;
	}
	.list_table .badge {
		font-size: 12px;
	}

	.tbody .cont .th {
		font-size: 14px;
	}
	.tbody .cont .td input[type=text] {
		font-size: 14px;
	}
	.tbody .cont .td input[type=date] {
		font-size: 14px;
	}
	.tbody .cont .td textarea {
		font-size: 14px;
	}
	.tbody .cont .td select {
		font-size: 14px;
	}
	.tbody .cont .td.list_thumb label {
		font-size: 14px;
	}


	.bottom_modal .modal_cont {
		max-width: 1024px;
		top: auto;
		bottom: -100%;
		transform: translateX(-50%);
		transition: bottom 1s .2s;
		border-radius: 15px 15px 0 0;
	}
	.bottom_modal.open .modal_cont {
		bottom: 0;
	}

	#chat_fix {
		bottom: 175px;
		right: 10px;
	}
	#chat {
		max-width: 100%;
		bottom: 60px;
		right: 0;
		border-radius: 5px 5px 0 0;
	}
	#chat .chat_list ul {
        height: calc(100vh - 495px);
		min-height: 100px;
        max-height: none;
    }
	#chat .write_form {
		padding: 10px 10px 17px;
	}

	.info_item .b_tit {
        height: 190px;
        font-size: 30px;
        background-size: auto 170px;
    }
    .info_item .txt {
        font-size: 24px;
    }
    .info_item .desc {
        font-size: 22px;
		padding: 20px 20px 20px 30px;
    }
	.info_item .point_box {
		font-size: 16px;
	}
    .info_item .cont > p {
        font-size: 16px;
    }
	.info_item .cont ul li > div strong {
		font-size: 18px;
	}
    .info_item .cont ul li {
        font-size: 16px;
    }
    .info_item .cont .desc {
        font-size: 18px;
        padding: 20px;
    }
	.info_item .cont .arrow_box {
		gap: 10px;
		font-size: 16px;
	}
	.info_item .cont .arrow_box .desc {
		font-size: 16px;
		margin-top: 10px;
	}
	.info_item .qna_box {
		font-size: 16px;
	}

	#left_main_pop .black_bg,
	#left_main_pop .modal_cont {
		z-index: 1042;
	}
	#right_main_pop .black_bg,
	#right_main_pop .modal_cont {
		z-index: 1041;
	}


	.gt_bn {
        background: url("../images/gt_bn_m1.jpg")no-repeat 0 0 / 100%;
    }
    .gt_bn .txt {
        min-height: auto;
        background: #deccf2 url("../images/gt_bn_m2.jpg") no-repeat 100% 100% / 100%;
        padding: 3% 3% 5%;
        margin-top: 29%;
        gap: 20px;
        box-sizing: border-box;
    }
    .gt_bn .txt strong {
        font-size: 18px;
    }
    .gt_bn .txt p {
        padding-left: 0;
        font-size: 14px;
    }
}
@media screen and (max-width: 768px) {
	/*h3.tit:before {
		display: block;
		margin: 0 auto 15px;
	}*/

	#footer .danger .tel_link {
		width: 100%;
	}

	.board_search_box {
		margin-top: 30px;
	}
	.board_search_box .btn_group {
		position: static;
    }
	.board_search_box .btn_group a {
		width: 100%!important;
	}
	.board_search select {
		max-width: 100%;
	}
	.board_search .search_btn {
		width: 100%;
		height: 35px;
		background-position: calc(50% - 20px) 50%;
	}
	.board_search input[type=text] {
		max-width: 100%;
	}

	.list_table thead th {
		display: none!important;
	}
	.list_table tr {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		border-bottom: 1px solid #e1e1e1;
		gap: 10px;
		padding: 10px 0;
	}
	.list_table td {
		padding: 0;
		border: 0;
		font-size: 13px;
		border-right: 1px solid #e1e1e1;
		padding-right: 10px;
	}
	.list_table td:last-child {
		border-right: 0!important;
		padding-right: 0;
	}
	.list_table td.num,
	.list_table td.site {
		display: none;
	}
	.list_table .subject {
		position: relative;
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}
	.list_table td.subject {
		padding-right: 0;
		font-size: 14px;
		border-right: 0!important;
	}
	.list_table .fix td.num {
		display: block;
		padding-right: 0;
        border-right: 0;
	}
	.list_table .fix .badge {
		font-size: 12px;
		font-weight: bold;
		margin-right: -3px;
	}
	.list_table .fix .subject {
		width: calc(100% - 48px);
	}
	.list_table td.subject,
	.list_table td.subject a {
		display: block;
		font-weight: bold;
		font-size: 15px;
	}
	.list_table td.subject .qmt {
		display: none;
	}
	.list_table td.view {
		background: url("../images/ic_view.png")no-repeat 0 50% / 13px;
		padding-left: 17px;
	}
	.list_table td.subject + .taL {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.list_table .qmt {
        font-size: 13px;
		margin-left: 0;
    }
	.list_table td strong:before {
		display: none;
	}
	.list_table td.m_qnt {
		display: block;
		background: url("../images/ic_cmt.png") no-repeat 0 50% / 17px;
		padding-left: 20px;
	}
	.list_table .badge.b_admin {
        max-width: 75px;
        flex: 1;
    }


	.tbody .cont .th {
		width: 100%;
		text-align: left;
		padding: 0;
	}
	.tbody .cont .th:before {
		display: none;
	}
	.tbody .cont .th span {
		position: static;
		transform: none;
	}
	.tbody .cont .td {
		padding: 10px 0px 20px;
	}
	.tbody .cont .td .photo_box label {
		width: 100%;
		padding-bottom: 20%;
	}
	.tbody .cont .td .photo_box .preview .item {
		width: calc(50% - 5px);
		padding-bottom: 30%;
	}
	.tbody .cont .td select {
		max-width: 100%;
	}
	.tbody .cont .td.list_thumb .img {
		max-width: 100%;
		height: 0;
		padding-bottom: 40%;
	}
	.tbody .cont .td.list_thumb label {
		width: 100%;
		order: 1;
	}
	.tbody .cont .td.list_thumb .upload_name {
		order: 0;
		font-size: 14px;
	}

	.pagenavi ol {
		gap: 0px;
	}


	.memo_form .select_btn {
		top: -20px;
		right: 0;
		font-size: 12px;
	}
	.memo_form .select_btn + input {
		margin-top: 0;
	}


	.info_item .b_tit {
        font-size: 22px;
    }
    .info_item .txt {
        font-size: 20px;
    }
    .info_item .desc {
        font-size: 18px;
    }
	.info_item .cont .arrow_box > div br {
		display: none;
	}
    .info_item .cont .desc {
        font-size: 16px;
        border-radius: 30px;
    }
	.info_item .faq > div > span {
		font-size: 16px;
	}
}
@media screen and (max-width: 480px) {
	.pagenavi ol li a {
		width: 24px;
		height: 24px;
		line-height: 25px;
		font-size: 13px;
	}

	.menu_tab {
		justify-content: start;
	}
	.menu_tab a {
		flex: none;
		max-width: none;
		width: calc(50% - 5px);
	}

	#search_member .form select {
		max-width: 100%;
		margin: 0 0 10px;
	}


	.info_item .gray_bg {
        padding: 15px 20px;
    }
    .info_item .txt {
        font-size: 16px;
        transform: rotate(0.03deg);
    }
    .info_item .desc {
        margin: 0 -20px;
    }
    .info_item .cont {
        padding: 20px;
    }
    .info_item .cont > p {
        font-size: 14px;
    }
	.info_item .cont ul li > div strong {
		font-size: 16px;
	}
	.info_item .cont .arrow_box {
		font-size: 14px;
	}
	.info_item .cont .arrow_box img {
		width: 30px;
	}
	.info_item .cont .arrow_box .desc {
		font-size: 14px;
	}
	.info_item .cont ul li {
        font-size: 14px;
    }
	.info_item .qna_box {
        font-size: 14px;
		padding: 20px;
    }
}
@media screen and (max-width: 380px) {
	#header .top_area .btn_util {
		gap: 5px;
	}
	#header .top_area h1 {
        width: 145px;
    }
	#header .top_area .h_search a,
	#header .top_area .h_memo a,
	#header .top_area .h_attend a,
	#header .top_area .h_event a,
	#header .top_area .h_login a,
	#header .top_area .m_h_mypage a {
        width: 23px;
        height: 23px;
	}
	#header .top_area .h_login a {
		background-size: 27px!important;
	}

	#footer_fix ul li a {
		font-size: 12px;
	}

	.pagenavi ol li a {
        width: 20px;
        height: 20px;
        line-height: 21px;
        font-size: 12px;
    }
}
@media screen and (max-width: 340px) {
	#footer_fix ul li a {
		font-size: 10px;
	}
}