@charset "UTF-8";
* {
	font-family: "PretendardVariable", "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "맑은 고딕", Dotum, "돋움", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji";
	/* font src = /css/font.css */
	font-weight:unset;
	margin:0; padding:0;
	box-sizing: border-box;
}
/* Mobile css reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button {margin:0;padding:0}
body {
	font-size: 14px;
	line-height: 18px;
	color: #000;
	background-color: #fff;
	-webkit-text-size-adjust:none /* 뷰표트 변환시 폰트크기 자동확대 방지 */
}
fieldset,img {border:0 none}
dl,ul,ol,menu,li {list-style:none}
blockquote, q {quotes:none}
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none}
input,select,textarea,button {font-size:100%;vertical-align:middle}
button {border:0 none;background-color:transparent;cursor:pointer}
button,input[type='button'],input[type='submit'],input[type='reset'],input[type='file'] {-webkit-appearance:button; border-radius:0}
table { width:100%; border-collapse:collapse;border-spacing:0 }
input[type='text'],input[type='password'],input[type='submit'],input[type='search'] {-webkit-appearance:none; border-radius:0}
input:checked[type='checkbox'] {background-color:#666; -webkit-appearance:checkbox}
input[type='search']::-webkit-search-cancel-button {-webkit-appearance:none}
a {color:inherit;text-decoration:none}
a:active, a:hover {text-decoration:none}
address,caption,cite,code,dfn,em,var {font-style:normal;font-weight:normal}

/* 공통사용을 위한 지정클래스 */
.text-link { text-decoration:underline !important; }
.blind { position:absolute; width: 1px; height: 1px; clip:rect(0 0 0 0); margin:-1px; overflow:hidden; }
.bold { font-weight:600; }
.relative { position:relative; }
.col-gray { color: #81858C; }
.txt_gray { color: #81858C; }
.text-link { text-decoration: underline; }
.ml-auto { margin-left: auto; }
.mt-10 { margin-top: 10px;}

.wrap { 
	position: relative;
	width: 100%;
	min-width: 360px;
	height: 100%;
}
.mobile_menu {
	display: none;
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 980;
	background-color: rgba(0, 0, 0, 0.4);
}
.mobile_menu .mobile_inner {
	position: fixed;
	width: calc(100% - 80px);
	height: 100%;
	right: 0;
	top: 0;
	background-color: #fff;
	padding: 24px;
	overflow-y: auto;
}
.mobile_menu .mobile_inner .mobile_top {
	display: flex;
	width: 100%;
	height: 40px;
}
.mobile_menu .mobile_inner .mobile_top .mobile_close {
	margin-left: auto;
	width: 26px;
	height: 26px;
}
.mobile_menu .mobile_inner .menu_section {
	margin-bottom: 34px;
	color: #000;
}
.mobile_menu .mobile_inner .menu_section .menu_title {
	font-size: 1.2rem;
	font-weight: 700;
}
.mobile_menu .mobile_inner .menu_section .menu_group {
	display: flex;
	flex-direction: column;
	margin-top: 14px;
}
.mobile_menu .mobile_inner .menu_section .menu_group li {
	border-bottom: 1px solid #DFDFDF;
}
.mobile_menu .mobile_inner .menu_section .menu_group li a {
	display: block;
	width: 100%;
	padding: 10px 0;
}

/* header */
header { display: none !important; }
.mobile_header {
	position: fixed;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 999;
}
.mobile_header .inner {
	min-width: 360px;
	display: flex;
	align-items: center;
	width: 100%;
	height: 56px;
	padding: 0 16px;
}
.mobile_header .inner .menu_all {
	width: 26px;
	height: 26px;
}
.mobile_header .inner .logo_area {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mobile_header .inner .logo_area a {
	display: flex;
	align-items: center;
}
.mobile_header .inner .logo_area .logo_img {
	width: 24px;
	height: 24px;
}
.mobile_header .inner .logo_area .logo_img img {
	display: block;
	width: 100%;
}
.mobile_header .inner .logo_area .logo_txt {
	font-size: 0.9rem;
	color: #fff;
	padding-left: 10px;
}
.mobile_header .inner .member {
	display: flex;
	align-items: center;
	margin-left: auto;
	gap: 10px;
}
.mobile_header .inner .member button {
	width: 26px;
	height: 26px;
	white-space: nowrap;
}
.mobile_header .inner .member .member_icon {
	width: 100%;
}

/* main slide */
.slide_area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}
.slide_area img {
	max-width:100%;
	height:auto;
}

.slide_area .txt-box {	
	width: 100%;
	margin-left: 28px;
	margin-top: 90px;
}
.slide_area .txt-box .small_title {
	color: #fff;
	font-size: 1.0rem;
	font-weight: 500;
}
.slide_area .txt-box h3.txt {
	color: #fff;
	font-size: 1.3rem;;
	line-height: 1.6rem;
	font-weight: 600;
	word-break: keep-all;
	transition: 1s 0.4s;
	margin-top: 10px;
}
.slide_area .all-box {
	position: absolute;
	left: 28px;
	bottom: 20px;
	display: flex;
	z-index: 100;
}
.slide_area .progress-box {
  position: relative;
  width: 80px;
  height: 20px;
  z-index: 11;
  font-size: 0.7rem;
  padding-top: 1px;
}

.autoplay-progress {
  position: absolute;
  left: 22px;
  top: 9px;
  z-index: 10;
  width: 36px;
  height: 4px;
  background-color: rgba(0, 0, 0, 0.1);
}

.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
/*  height: 100%;*/
  stroke-width: 6px;
  stroke: #fff;
  fill: none;
  stroke-dashoffset: calc(100 * (1 - var(--progress)));
  stroke-dasharray: 100;
}
/* stroke-dashoffset은 선의 테두리가 얼마나 이동하는지 결정 progress라는 변수를 사용하여 계산되어진 값이 들어감 100은전체길이 
   stroke-dasharray는 선의 테두리를 구성하는 선 조각의 길이를 설정 전체길이가 100
 */
.slide_area .swiper-pagination {
	display: flex;
	color: #fff;
	justify-content: space-between;
	position: static;
	text-align: left;
}
.slide_area .arrow-box {
	position: relative;
	width: 64px;
	height: 20px;
}

.slide_area .swiper-button-next,
.slide_area .swiper-button-prev {
	width: 20px;
	height: 20px;
	top: 0;
	margin-top: 0;
	background: url('../img/icon_arrow_left.svg') no-repeat center / 100%;
}

.slide_area .swiper-button-next {
	background-image: url('../img/icon_arrow_right.svg');
}
.slide_area .swiper-button-next::after,
.slide_area .swiper-button-prev::after {
  font-size: 0;
}

/* swiper slide */
.swiper-wrapper .swiper-slide {
	width: 100%;
}
.swiper-wrapper .swiper-slide.slide01 {
	width: 100%;
	height: 260px;
	background: url('../img/mobile_visual_index01.jpg') 0 0 no-repeat;
	background-size: cover;
	background-size: 100%;
}
.swiper-wrapper .swiper-slide.slide02 {
	width: 100%;
	height: 260px;
	background: url('../img/mobile_visual_index02.jpg') 0 0 no-repeat;
	background-size: cover;
	background-size: 100%;
}
.swiper-wrapper .swiper-slide.slide03 {
	width: 100%;
	height: 260px;
	background: url('../img/mobile_visual_index03.jpg') 0 0 no-repeat;
	background-size: cover;
	background-size: 100%;
}

/* mobile main */
.main_conts {
	padding: 286px 24px 30px 24px;
}

.contents .title_area {
	display: flex;
	align-items: center;
}
.contents .title_area .cont_title {
	font-size: 1.4rem;
	color: #000;
	font-weight: 700;
}
.main_conts .notice_bbs {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-top: 16px;
}
.main_conts .notice_bbs .date {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 0.9rem;
	color: #0038A8;
}
.main_conts .notice_bbs .day {
	font-weight: 600;
}
.main_conts .notice_bbs .notice_cont {
	width: 100%;
}
.main_conts .notice_bbs .notice_cont .title {
	width: 100%;
	font-size: 1.2rem;
	color: #000;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 10px;
}
.main_conts .notice_bbs .notice_cont .title br {
	clear: both;
	display: none;
}
.main_conts .notice_bbs .notice_cont .cont {
	color: #616366;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: keep-all;
	margin-top: 8px;
}
.main_conts .notice_bbs .notice_cont .cont br {
	clear: both;
	display: none;
}

.main_conts .latest {
	margin-top: 30px;
}
.main_conts .latest .img_area {
	width: 100%;
	min-height: 160px;
	max-height: 220px;
	overflow: hidden;
	background: url('../img/no_img.png') 0 0 no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	margin-top: 16px;
}
.main_conts .latest .img_area img {
	display: block;
	border: 0;
	width: 100%;
}
.main_conts .latest .txt_area {
	width: 100%;
	font-size: 1.2rem;
	color: #000;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 16px;
}
.main_link {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	padding:0 24px;
}
.main_link li {
	width: calc(50% - 10px);
}
.main_link .link_btn {
	border: 1px solid #DADEE6;
	padding: 14px 0;
	width: 100%;
	text-align: center;
}
.main_link .link_btn img {
	display: none;
}
.main_link .link_btn span {
	font-size: 1.0rem;
	font-weight: 600;
	color: #000;
}

.main_banner {
	width: 100%;
	height: 74px;
	cursor: pointer;
	margin-top: 30px;
	padding: 0;
	background-color: #151F7C;
}
.main_banner .banner_mobile {
	display: block;
	margin:0 auto;
}
.main_banner .banner_pc {
	display: none;
}

.contents .bbs_section {
	margin-top: 10px;
}
.bbs_section .gallery {
	width: 100%;
	padding: 24px;
}
.bbs_section .gallery .gallery_bbs {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	gap: 20px;
	margin-top: 16px;
}
.bbs_section .gallery .gallery_bbs li {
	width: calc(50% - 10px);
}
.bbs_section .gallery .gallery_bbs li .gallery_img {
	width: 100%;
	height: 126px;
	overflow: hidden;
	background: url('../img/no_img.png') 0 0 no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
.bbs_section .gallery .gallery_bbs li .gallery_img img {
	display: block;
	border: 0;
	width: 100%;
}
.bbs_section .gallery .gallery_bbs li .gallery_title {
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: keep-all;
	margin-top: 10px;
	font-size: 1.0rem;
	font-weight: 600;
}
.bbs_section .gallery .gallery_bbs li .gallery_date {
	font-size: 0.8rem;
	color: #81858C;
	margin-top: 6px;
}
.container .contents .site_link {
	padding: 24px;
}
.container .contents .site_link .link_group {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	/*
	justify-content: space-between;
	*/
	margin-top: 16px;
}
.container .contents .site_link .link_group li {
	width: 100%;
	background-color: #fff;
	border: 1px solid #DADEE6;
	margin-bottom: 10px;
	padding: 6px 0;
	border-radius: 6px;
}
.container .contents .site_link .link_group li img {
	display: block;
	width: 140px;
	margin: 0 auto;
}
.container .contents .site_link .link_group li a {
	display: block;
}

/* footer */
.footer {
	position: relative;
	width: 100%;
	border-top: 1px solid #DADEE6;
	background-color: #F2F4F7;
}
.footer .footer_inner {
	padding: 24px;
}
.footer .footer_inner .logo_area {
	display: flex;
	align-items: center;
	gap: 10px;
}
.footer .footer_inner .logo_area .logo_img {
	width: 36px;
	height: 36px;
}
.footer .footer_inner .logo_area .logo_txt {
	font-size: 0.8rem;
	font-weight: 600;
}
.footer .footer_inner .footer_info {
	padding-top: 10px;
	font-size: 0.8rem;
}
.footer .footer_inner .info_group {
	width: 100%
}
.footer .footer_inner .info_group li {
	display: inline-block;
	padding-right: 4px;
}
.footer .family_site {
	position: absolute;
	top: 24px;
	right: 24px;
	z-index: 10;
}
.footer .family_site .site_select {
	/*
	-webkit-appearance: none;
	*/
	background: #fff;
	border: 1px solid #ccc;
	padding: 4px 6px;
	font-size: 0.8rem;
}
.footer .family_site .site_select option {
	font-size: 0.8rem;
}

/* sub visual */
.sub_visual {
	width: 100%;
}
.sub_visual .sub_inner {
	position: relative;
	width: 100%;
	height: 220px;
	margin:0 auto;
}
.sub_visual.sub01 {
	background:url('../img/visual_mobile_sub01.jpg') 0 0 no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
.sub_visual.sub02 {
	background:url('../img/visual_mobile_sub02.jpg') 0 0 no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
.sub_visual.sub03 {
	background:url('../img/visual_mobile_sub03.jpg') 0 0 no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
.sub_visual.sub04 {
	background:url('../img/visual_mobile_sub04.jpg') 0 0 no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
.sub_visual.sub05 {
	background:url('../img/visual_mobile_sub04.jpg') 0 0 no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
.sub_visual.sub06 {
	background:url('../img/visual_mobile_sub06.jpg') 0 0 no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
.sub_visual .sub_visual_txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	text-align: center;
}
.sub_visual .sub_visual_txt p {
	color: #fff;
}
.sub_visual .sub_visual_txt p.title {
	display: none;
	font-size: 1.0rem;
	font-weight: 400;
}
.sub_visual .sub_visual_txt p.txt {
	font-size: 2.0rem;
	font-weight: 700;
	margin-top: 10px;
}

.page_nav {
	width: 100%;
	font-size: 0.8rem;
	display: flex;
	align-items: center;
	justify-content: right;
	padding: 8px 10px;
	background-color: #F2F4F7;
	/*
	border-bottom: 1px solid #DADEE6;
	*/
}
.page_nav li {
	position: relative;
	padding-left: 20px;
	padding-right: 4px;
}
.page_nav li:before {
	content:'';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background:url('../img/mini_arrow.svg') 0 0 no-repeat;
	width: 16px;
	height: 16px;
	background-size: 16px;
}
.page_nav li:first-child:before {
	content: '';
	display: none;
	background: none;
	width: 0;
	height: 0;
}
.page_nav li:last-child {
	padding-right: 0;
}

/* sub page */
.container {
}
.container .contents {
}
.container .contents .sub_conts {
	padding: 24px;
}
.container .contents .sub_conts .title_area {
	display: block;
}
.container .contents .page_title {
	position: relative;
	font-size: 1.2rem;
	font-weight: 600;
}
.container .contents .page_subtitle {
	font-size: 1.0rem;
	margin-top: 16px;
}
.container .contents .page_title span {
	font-weight: 750;
}
.container .contents .sub_conts .page_menu {
	position: absolute;
	top: 50px;
	left: 0;
	background-color: #fff;
	display: none;
	/*
	border: 1px solid #DADEE6;
	*/
	z-index: 20;
	border-radius: 8px;
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.1);
}
.container .contents .sub_conts .page_menu li {
	width: auto;
	border-bottom: 1px solid #DADEE6;
}
.container .contents .sub_conts .page_menu li:last-child {
	border-bottom: 0;
}
.container .contents .sub_conts .page_menu li a {
	width: 100%;
	display: block;
	padding: 10px 20px;
	font-size: 0.9rem;
	text-align: center;
}
.container .sub_conts .page_title button.btn_title_arrow {
	background: none;
	margin-left: 6px;
}
.container .sub_conts .page_title button.btn_title_arrow .img_arrow {
	transition: 0.5s;
	width: 30px;
	height: 30px;
}
.container .sub_conts .page_title button.arrow_on .img_arrow {
	transform: rotate(180deg);
}

/* 회원가입 */
.sub_conts .join_title {
	font-size: 1.0rem;
	font-weight: 600;
	padding: 10px 0;
}
/* 약관 동의 */
.agree_form {
	width: 100%;
	margin-top: 16px;
}
.agree_form .agree_section {
	display: flex;
	flex-direction: column;
}
.agree_form .join_agree {
	display: flex;
	align-items: center;
	gap: 8px;
}
.agree_form .join_check {
	width: 22px;
	height: 22px;
	border: 2px solid #ccc;
	cursor: pointer;
	background: none;
	font-size: 16px;
	line-height: 18px;
}
.agree_form .rule_box {
	width: 100%;
	min-height: 260px;
	overflow-y: auto;
	padding: 16px;
	border: 1px solid #C3CAD9;
	margin-top: 16px;
}
.agree_form .agree_box {
	background-color: #F2F4F7;
	padding: 16px;
	margin: 20px 0;
}

.join_btn {
	width: 100%;
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
.join_btn .btn_submit {
	flex: 0 0 calc(50% - 10px);
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	padding: 14px 0;
	border-radius: 6px;
	font-weight: 600;
}
.join_btn .btn_submit.type01 {
	border: 1px solid #ADB8CC;
	background-color: #fff;
}
.join_btn .btn_submit.type02 {
	background-color: #0038A8;
	color: #fff;
}

/* 회원정보 입력 */
.join_form {
	margin-top: 24px;
	padding-top: 24px;
	border-top: 1px solid #000;
}
.join_form .form_title {
	width: 100%;
	display: flex;
	align-items: center;
}
.join_form .import {
	color: #FF0909;
	font-size: 0.9rem
	margin-right: 2px;
}
.join_form .form_title .join_alert {
	font-size: 0.9rem;
	margin-left: auto;
}

.join_form .form_area {
	display: flex;
	flex-direction: column;
	margin-top: 6px;
}
.join_form .form_area.no_padding {
	flex-direction: row !important;
}
.join_form .form_area label {
	display: block;
	margin-bottom: 6px;
}
.join_form .form_area .field_row {
	display: flex;
	margin-top: 10px;
}
.join_form .form_area .field_row1 {
}
.join_form .form_area .field_row2 {
	margin-top: 10px;
}
.join_form .form_area .field_row4 {
	margin-top: 10px;
}
.join_form .form_area .w-100 {
	width: 100%;
}
.join_form .form_area .w-50 {
	width: 50%;
}
.join_form .form_area .w-40 {
	width: calc(40% - 20px);
}
.join_form .form_area .input_address {
	width: 100% !important;
}
.join_form .radio_group {
	display: flex;
	align-items: center;
	gap: 20px;
}
.join_form .radio_group li {
	display: flex;
	align-items: center;
}
.join_form input, select, button {
	font-size: 0.9rem;
	margin: 6px 0;
}
.join_form input {
}
.join_form input[type='text'] {
	width: auto;
	height: 46px;
	border: 1px solid #C3CAD9;
	padding: 10px 14px;
}
.join_form input[type='password'] {
	width: auto;
	height: 46px;
	border: 1px solid #C3CAD9;
	padding: 10px 14px;
}
.join_form input::placeholder {
	color: #C3CAD9;
}
.join_form select {
	width: auto;
	height: 46px;
	border: 1px solid #C3CAD9;
	padding: 10px 16px;
}
.join_form .radio_group input[type='radio'] {
	position: relative;
	-webkit-appearance:none;
	appearance:none;
	display: block; 
	width: 24px;
	height: 24px;
	border: 1px solid #ADB8CC;
	border-radius: 60px;
	cursor: pointer;
	background: none;
}
.join_form .radio_group input[type='radio'] + label {
	margin-left: 10px;
	cursor: pointer;
}
.join_form input[type="radio"]:before {
	position: absolute;
	left: 7px;
	top: 7px;
	display: block;
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 60px;
	background-color: #DADEE6;
	z-index: 10;
}
.join_form input[type="radio"]:checked {
	background-color: #0038A8;
	border-color: #0038A8;
}
.join_form input[type="radio"]:checked:after {
	position: absolute;
	left: 7px;
	top: 7px;
	display: block;
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 60px;
	background-color: #fff;
	z-index: 20;
}
.join_form .daum_nono {
	padding: 16px;
	background-color: #F2F4F7;
	margin: 6px 0;
}
.join_form #license + #license {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #000;
}
.join_form #add_license {
	margin-top: 10px;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.join_form button {
	width: auto;
	height: 46px;
	font-size: 0.9rem;
	font-weight: 600;
	color: #000;
	padding: 12px 24px;
	border: 1px solid #3D4B66;
	word-break: keep-all;
}

/* 인사말 */
.greeting {}
.greeting .greeting_txt {
	font-size: 0.9rem;
	line-height: 1.4rem;
	margin-top: 16px;
}
.greeting .greeting_txt p + p {
	margin-top: 10px;
}
.greeting .greeting_txt br {
	display: none; clear: both;
}
.greeting .greeting_img {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
	margin-top: 20px;
}
.greeting .greeting_img .owner_profile {
}
.greeting .greeting_img .owner_profile img {
	display: block;
	border: 0;
	width: 100%;
	margin-left: auto;
}
.greeting .greeting_img .owner_name {
	font-size: 1.0rem;
	font-weight: 600;
	padding: 10px 0;
}
.greeting .greeting_img .owner_sign {
	margin-left: auto;
}
.greeting .greeting_img .owner_sign img {
	width: 100%;
	max-width: 160px;
}

/* 역대 회장 */
.owner {
	margin-top: 16px;
}
.owner .owner_detail {
}
.owner .owner_cont {
	padding: 16px 0;
}
.owner .owner_cont .owner_title {
	font-size: 1.4rem;
	font-weight: 650;
}
.owner .owner_cont .owner_day {
	font-size: 1.1rem;
	color: #616366;
	margin-top: 12px;
}
.owner .owner_detail .owner_profile {
	width: 100%
}
.owner .owner_detail .owner_profile img {
	width: 100%
}
.owner .owner_detail .right_area {
	display: flex;
	flex-direction: column-reverse;
}
.owner .owner_portfolio {
	font-size: 0.9rem;
	margin-top: 16px;
}
.owner .owner_portfolio th {
	min-width: 46px;
	line-height: 1.3rem;
	font-weight: 600;
}
.owner .owner_portfolio td {
	padding: 6px;
	line-height: 1.3rem;
	word-break: break-all;
}
.owner .owner_portfolio td br {
	clear: both;
	display: none;
}
.owner .owner_portfolio td p {
	word-break: break-all;
}

.tab_sub {
	background-color: #F2F4F7;
	padding: 16px;
	margin-top: 10px;
}
.tab_sub br {
	clear: both;
	display: none;
}
.tab_sub p {
	font-size: 0.8rem;
	line-height: 1.2rem;
}
.tab_box .tab_title {
	font-size: 1.0rem;
	line-height: 1.3rem;
	font-weight: 600;
	margin-top: 16px;
}
.tab_box .tabs {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 16px 0;
	/*
	background-color: #F2F4F7;
	padding: 20px;
	*/
}
.tab_box .tabs li {
	padding: 8px 12px;;
	align-items: center;
	word-break: keep-all;
	background-color: #F2F4F7;
	border-radius: 100px;
}
.tab_box .tabs li.active {
	background-color: #0038A8;
	color: #fff;
}

.tab-content .organization {
	width: 100%;
}
.tab-content .organization img {
	width: 100%;
}
.tab-content .table_type01 {
	display: table;
	width: 100%;
	margin: 0;
}
.tab-content .table_type01 thead th {
	background-color: #F2F4F7;
	padding: 12px;
	border: 1px solid #C3CAD9;
	color: #616366;
	font-weight: normal;
	text-align: center;
}
.tab-content .table_type01 td {
	background-color: #fff;
	padding: 12px;
	border: 1px solid #C3CAD9;
	text-align: center;
}

.table_area .table_type02 thead {
    background-color: #F2F4F7;
    color: #000;
    font-weight: normal;
}
.table_area .table_type02 th {
	font-size: 0.9rem;
	padding: 6px;
}
.table_area .table_type02 td {
	font-size: 0.9rem;
	padding: 10px;
	word-break: keep-all;
}
.table_area .table_type02 td .txt_gray {
	font-size: 0.8rem;
}
.table_area .table_type02 tr {
	border-bottom: 1px solid #DADEE6;
}


.owner_porfolio {
	display: table;
	width: 100%;
}
.rule_conts {
	font-size: 1.0rem;
	line-height: 1.3rem;
	padding-top: 10px;
}
.rule_conts p + p {
	padding-top: 6px;
}
.rule_conts .rule_tit {
	font-weight: 600;
	padding: 6px 0;
}
.rule_conts .rule_group {
	display: flex;
	flex-direction: column;
	margin-top: 16px;
}
.rule_conts .rule_group li {
	counter-increment:list-number;
	font-size: 0.9rem;
	padding-bottom: 10px;
}

.rule_conts .rule_group li:before {
	content:counter(list-number);
	padding-right: 8px;
}
.rule_conts .line_box {
	border: 1px solid #DADEE6;
	margin-top: 20px;
	padding: 20px;
}

.rule_conts .rule_group2 {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 16px;
}
.rule_conts .rule_group2 li {
	list-style: none;
	font-size: 0.9rem;
	line-height: 1.2rem;
}
.rule_conts .rule_group2 li p.two_depth {
	padding-left: 16px;
}
.rule_conts .rule_group2 li p.three_depth {
	padding-left: 26px;
	line-height: 24px;
}
.rule_conts .rule_group2 li .rule_tit {
	font-weight: 800;
	color: #000;
}

/* 연혁 */
.history {
	width: 100%;
}
.history .section_subtitle {
	margin-top:16px;
}
.history .company_history {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column-reverse;
	gap: 40px;
	margin-top: 16px;
}
.history .company_history:after {
	position:absolute;
	left: 74px;
	top: 4px;
	content:'';
	width:1px;
	height:calc(100% - 12px);
	background-color: #DADEE6;
	z-index:1;
}
.history .company_history li { 
	position: relative;
}
.history .company_history li .history_list {
	width: 100%;
	display: flex;
	align-items: center;
	font-size: 1.1rem;
}
.history .company_history li .history_list .history_cont {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	padding-left: 50px;
	gap: 10px;
	flex: 1;
}
.history .company_history li .history_cont p {
	font-size: 1.0rem;
	line-height: 22px;
	padding: 4px 0;
}
.history .company_history li .history_cont p.bold {
	font-weight: 700;
}
.history .company_history li .history_cont p.txt_gray {
	font-size: 0.8rem;
}
.history .company_history li .year {
	position: relative;
	font-size: 1.2rem;
	font-weight: 700;
	color: #000;
}
.history .company_history li .year.on {
	color: #000;
}
.history .company_history li .year:after {
	content: '';
	position: absolute;
	left: 68px;
	top: 2px;
	display:block;
	width: 12px;
	height: 12px;
	border-radius: 50px;
	background-color: #DADEE6;
	z-index: 10; 
}
.history .company_history li .month {
	min-width: 60px;
	font-size: 1.0rem;;
	font-weight: 600;
}

/* 윤리규정 */
.thesis_info .info_group {
	font-size: 1.0rem;
	line-height: 1.3rem;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.thesis_info .info_group .group_title {
	font-weight: 800;
	color: #000;
	padding: 6px 0;
}

/* gallery type */
.gallery_list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0;
	padding-top: 20px;
	gap: 20px;
	justify-content: space-between; 
}
.gallery_list .list_item {
	flex: 0 0 calc(50% - 10px);
}
.gallery_list .list_item .gallery_thumb {
	width: 100%;
	height: 160px;
	background:url('../img/no_img.png') 0 0 no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	cursor: pointer;
}
.gallery_list .list_item .gallery_thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
 }
.gallery_list .list_item .gallery_title {
	width: 100%;
	font-size: 1.0rem;
	font-weight: 800;
	margin-top: 20px;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
}
.gallery_list .list_item .gallery_date {
	margin-top: 10px;	
}
.gallery_list .list_item .txt_gray {
	color: #81858C;
}
.simple_table {
	margin-top: 16px;
}

/* table header */
.table_cont {
	width: 100%;
	margin-top: 16px;
}
.table_cont .detail_header {
	display: flex;
	align-items: center;
    border-top: 1px solid #000;
    padding: 16px 0;
}
.table_cont .detail_header .detail_title {
	font-weight: 600;
	font-size: 1.0rem;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: keep-all;
	flex: 1;
}
.table_cont .detail_header .write_title {
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
}
.table_cont .detail_header .detail_date {
    color: #81858C;
    font-size: 0.9rem;
	white-space: nowrap;
	padding-left: 20px;
}
.table_cont .detail_area .object_area {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    box-sizing: border-box;
}
.table_cont .detail_area .detail_txt {
	margin-top: 16px;
	font-size: 1.0rem;
	line-height: 1.3rem;
}
.table_cont .write_area {
	width: 100%;
	height: auto;
	min-height: 200px;
	border: 1px solid #ccc;
	resize: none;
}
.table_cont .file_box {
	display: flex;
	flex-direction: column;
	gap: 10px;
    background-color: #F2F4F7;
    padding: 16px 20px;
    border-top: 1px solid #ADB8CC;
    border-bottom: 1px solid #ADB8CC;
}
.table_cont .file_box .detached_file {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 0.9rem;
	font-weight: 600;
	text-decoration: underline;
}
.table_cont .detail_area {
	width: 100%;
	padding: 16px 0;
}
.table_cont .detail_link {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 10px 0;
	width: 100%;
	background-color: #F2F4F7;
	padding: 10PX;
	border-top: 1px solid #ADB8CC;
	border-bottom: 1px solid #ADB8CC;
}
.table_cont .detail_link .btn_bbs:disabled {
	opacity: 0.5;
}
.table_cont .detail_link .btn_bbs {
	flex: 0 0 50%;
	position: relative;
	display: block;
	min-height: 24px;
	color: #000;
	font-size: 0.9rem;
}
.table_cont .detail_link .btn_bbs.prev {
	background: url('../img/ico_prev.svg') 0 0 no-repeat;
	background-size: 24px 24px;
	padding-left: 34px;
	background-position: 0 center;
}
.table_cont .detail_link .btn_bbs.next {
	background: url('../img/ico_next.svg') 0 0 no-repeat;
	background-size: 24px 24px;
	padding-right: 34px;
	background-position: 100% center;
}
.table_cont .detail_link .btn_bbs .btn_txt {
	display: flex;
	max-width: 260px;
	align-items: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-all;
}

.table_cont .detail_btn {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	gap: 20px;
}
.table_cont .detail_btn .btn_page {
	width: calc(50% - 20px);
	border: 1px solid #ADB8CC;
	background-color: #fff;
	color: #000;
	font-size: 1.1rem;
	font-weight: 600;
	padding: 16px 0;
	border-radius: 6px;
}
.table_cont .detail_btn .btn_write {
	width: calc(50% - 20px);
	background-color: #0038A8;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 600;
	padding: 16px 0;
	border-radius: 6px;
}

.table_cont .btn_area {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px 0;
}

.table_cont .btn_area .btn_write {
	margin-left: auto;
	background-color: #0038A8;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 16px;
    border-radius: 6px;
}
.table_cont .table_header {
	display: flex;
	align-items: center;
	margin-top: 16px;
}
.table_cont .table_header p {
	font-size: 0.8rem;
}
.table_cont .table_header .total_count span.count_no {
	color: #0038A8;
	font-weight: 600;
}
.table_cont .table_area {
	margin-top: 20px;
	border-top: 1px solid #000;
}
.table_cont .table_header .search_area {
	position: relative;
	margin-left: auto;
}
.table_cont .table_header .search_area .btn_search {
	position: absolute;
	top: 50%;
	right: 14px;
	width: 26px;
	height: 26px;
	transform: translateY(-50%);
	z-index: 30;
}
.table_cont .table_header .search_input {
	display: block;
	max-width: 200px;
	height: 42px;
	font-size: 0.8rem;
	background-color: #F2F4F7;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 16px;
	padding-right: 30px;
	border: 0;
}
.table_cont .table_header .search_input::placeholder {
	color: #A1A7B2;
}
.table_cont .label_notice {
	font-size: 0.8rem;
	color: #fff;
	background-color: #0245A3;
	padding: 4px 6px;
	word-break: keep-all;
}

/* pager */
.pagination {
	display: flex;
	width: 100%;
	justify-content: center;
	margin-top: 30px;
}
.pagination .pager {
	display: flex;
	gap: 10px;
	align-items: center;
}
.pagination .pager .page_item {
    background-color: #F2F4F7;
    font-size: 0.8rem;
    text-align: center;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination .pager .page_item.on {
	background-color: #0038A8;
}
.pagination .pager .page_item.on .page_link {
	padding: 8px 16px;
	color: #fff;
}
.pagination .pager .page_item .btn_page {
	width: 30px;
	height: 30px;
}
.pagination .pager .page_item .btn_page:disabled {
	opacity: 0.4;
}
.pagination .pager .page_item .btn_page img {
	width: 100%;
	max-width: 30px;
}
.pagination .pager .page_item button {
	display: flex;
	width: 30px;
	height: 30px;
	font-size: 0.8rem;
	align-items: center;
	justify-content: center;
}

/* 논문 규정 */
.thesis_info {}
.thesis_info .info_group { }
.thesis_info .info_group li {
	font-size: 0.9rem;
}
.thesis_info .gray_box {
	font-size: 0.8rem;
    background-color: #F2F4F7;
    padding: 16px;
    margin-top: 10px;
}
.thesis_info .gray_box .left_area {
	width: 100%;
}
.thesis_info .gray_box .left_area img {
	width: 100%;
}
.thesis_info .info_title {
    font-size: 1.2rem;
    color: #047F4E;
    font-weight: 600;
    padding: 20px 0;
}
.thesis_rule {
	margin-top: 16px;
}
.thesis_rule .gray_box .rule_group {
	display: flex;
	width: 100%;
	overflow-x: auto;
	margin-bottom: 6px;
	gap: 10px;
	background-color: #F2F4F7;
	padding: 14px;
}
.thesis_rule .gray_box .rule_group li {
	flex: 0 0 calc(50% - 20px);
	font-size: 0.9rem;
	text-align: center;
	padding: 10px;
	border-radius: 8px;
	word-break: keep-all;
}
.thesis_rule .gray_box .rule_group li.on {
	background-color: #fff;	
	font-weight: 600;
}

/* 회원자격 안내 */
.member_info {
	margin-top: 16px;
	font-size: 0.9rem;
	line-height: 1.3rem;
}
.member_info p {
	font-size: 0.9rem;
}
.member_info h3.title {
	font-size: 0.9rem;
	font-weight: 400;
	background-color: #F2F4F7;
	padding: 16px;
}
.member_info h4 {
	font-size: 1.0rem;
	margin-top: 16px;
	font-weight: 600;
}
.member_info h4:first-child {
	margin-top: 20px;
}
.member_info h5 {
	font-size: 1.0rem;
	margin-top: 10px;
	padding-left: 10px;
}
.member_info h6 {
	font-size: 0.9rem;
	margin-top: 10px;
	padding-left: 10px;
}
.member_info .lic_group {
	margin: 10px 0;
}
.member_info .lic_group li {
	padding-left: 10px;
}

/* 회원가입 안내 */
.join_info {
	margin-top: 16px;
}
.join_info .join_box {
	color: #fff;
	background-color: #97bad8;
	padding: 16px;
	font-size: 0.9rem;
}
.join_info .join_box .box_cont {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.join_info .join_box .box_cont .title {
	font-weight: 600;
}
.join_info .join_box .join_process {
	margin-top: 6px;
}
.tab_join .tabs {
	display: flex;
	align-items: center;
	margin-top: 16px;
}
.tab_join .tabs li {
    flex: 1;
    text-align: center;
    background-color: #E9E9E9;
    color: #3D4B66;
}
.tab_join .tabs li a {
	display: flex;
	height: 46px;
	align-items: center;
	justify-content: center;
	padding: 0 16px;
}
.tab_join #tab2 {
	display: none; 
}
.tab_join #tab3 {
	display: none; 
}
.tab_join #tab4 {
	display: none; 
}
.tab_join .tabs li:first-child {
	border-radius: 18px 0 0 0;
}
.tab_join .tabs li:last-child {
	border-radius: 0 18px 0 0;
}
.tab_join .tabs li.active {
	background-color: #2785D2;
	color: #fff;
}

.member_info .pay_link {
	display: flex;
	align-items: center;
	text-decoration: underline;
	font-size: 1.1rem;
	font-weight: 600;
	color: #0038A8;
	margin-top: 20px;
}

.my_box {
	display: flex;
	width: 100%;
	margin-top: 16px;
	background-color: #F2F4F7;
	padding: 20px;
}
.my_box .my_profile {
	width: 68px;
	height: 68px;
}
.my_box .my_profile .profile_img {
	width: 100%;
}
.my_box .my_info {
	margin-left: 20px;
	flex: 1;
}
.my_box .my_info p {
	font-size: 1.0rem;
	line-height: 1.3rem;
	padding-bottom: 8px;
	color: #616366;
}
.my_box .my_info .txt_info {
	font-size: 1.0rem;
	color: #000;
}
.my_box .my_btn {
	display: flex;
	width: 100%;
	align-items: center;
	gap: 10px;
	margin-top: 4px;
}
.my_box .my_btn button {
/*
	flex: 0 0 calc(50% - 20px);
*/
	padding: 6px 10px;
	background-color: #fff;
	border: 1px solid #000;
}

/* login */
.page_title_sub {
	margin-top: 10px;
}
.login_form {
	margin-top: 16px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.login_form .form_list {
	display: flex;
	align-items: center;
}
.login_form .form_list.gray {
	background-color: #F2F4F7;
	padding: 40px;
	justify-content: center;
}
.login_form .form_list .blue {
	color: #2785D2;
	font-weight: 600;
}
.login_form .login_input {
	flex: 1;
	border: 1px solid #ADB8CC;
	padding: 10px;
	height: 48px;
}
.login_form .form_list label {
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 0;
}
.login_form .form_list label.user_id {
    width: 48px;
    height: 48px;
    background-color: #F2F4F7;
	border-top: 1px solid #ADB8CC;
    border-left: 1px solid #ADB8CC;
	border-bottom: 1px solid #ADB8CC;
}
.login_form .form_list label.user_pw {
    width: 48px;
    height: 48px;
    background-color: #F2F4F7;
	border-top: 1px solid #ADB8CC;
    border-left: 1px solid #ADB8CC;
	border-bottom: 1px solid #ADB8CC;
}
.login_form .form_list label img {
	width: 50%;
	margin: 0 auto;
}
.login_form .btn_login {
    width: 100%;
    height: 50px;
    background-color: #0038A8;
    font-size: 1.0rem;
	font-weight: 600;
    color: #fff;
}
.login_form .link_area {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}
.login_form .link_area li {
	position: relative;
	padding: 0 12px;
}
.login_form .link_area li:after {
	content: '';
	position: absolute;
	left: 2px;
	top: 6px;
	width: 1px;
	height: 8px;
	background-color: #ADB8CC;
	z-index: 10;
}
.login_form .link_area li:first-child:after {
	width: 0px;
}

/* popup */
.popup {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 56px;
	left: 0;
	z-index: 100;
	background-color: rgba(0, 0, 0, 0.4);
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
	/*justify-content: center;*/
}
.popup .popup_inner {
	width:280px;
	height:300px;
	/*border-radius: 5%;*/
	/*overflow: hidden;*/
	box-shadow: 5px 5px 20px;
}
.popup .popup_inner .popup_header {
	position: relative;
	width: 100%;
	height: 40px;
	padding: 12px 16px;
	font-size: 0.9rem;
	font-weight: 600;
	background-color: #0038a8;
	color: #fff;
}
.popup .popup_inner .popup_header .btn_x {
	position: absolute;
	right: 10px;
	top: 3px;
	width: 24px;
	height: 24px;
}
.popup .popup_inner .popup_conts {
	height: 90%;
	font-size: 0.9rem;
	background-color: #fff;
}
.popup .popup_inner .popup_conts img {
	width: 100%;
	height: 100%;
}
.popup .popup_inner .popup_foot {
	background-color: #474C5D;
	color:#FFFFFF;
	width: 100%;
	height: 30px;
	display: flex;
	padding: 0 10px;
}
.popup .popup_inner .popup_foot .dayno {
	width: 20px;
	height: 20px;
}
.popup .popup_inner .popup_foot .check_area {
	display: flex;
	align-items: center;
	justify-content: center;
}
.popup .popup_inner .popup_foot .check_area label {
	padding-left: 6px;
}
.popup .popup_inner .popup_foot .close_area {
	display: flex;
	align-items: center;
	margin-left: auto;
}
.popup .popup_inner .popup_foot .close_area .btn_close {
	color:#FFFFFF;
	font-size: 0.9rem;
}