@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 */
	margin:0; padding:0;
	box-sizing: border-box;
}
/* css reset */
html, body { font-size:16px; margin:0; padding:0; height:100%; }
h1, h2, h3, h4, h5, h6, form, fieldset { font-size:inherit; font-weight:inherit; margin:0; padding:0; border:0; }
article, aside, details, figcaption, figure, hgroup, menu, nav, section { display:block; }
label, input, select, fieldset { vertical-align:middle; border:0; outline:0; background-color:transparent; }
button { background:inherit ; border:none; box-shadow:none; border-radius:0; padding:0; overflow:visible; cursor:pointer; }
ul, ol, li { margin:0; padding:0; list-style:none; }
p { margin:0; }
pre { font-size:1.0em; font-style:normal; }
a, a:link { color:inherit; text-decoration:none; }
a:hover, a:visited, a:focus, a:active { text-decoration:none; }
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}
textarea { -webkit-backface-visibility: hidden; backface-visibility:hidden; background-color:transparent; border: 0; margin:0; word-wrap:break-word; word-break:keep-all; }
address, em { font-style:normal; }
img {	max-width: 100%; vertical-align: top; border:0; }
iframe { overflow:hidden; margin:0; border:0; padding:0; vertical-align:top; }
mark { background-color:transparent; }
i { font-style: normal; }
table { border:0; border-spacing:0; border-collapse:collapse; table-layout:fixed; }
hr.clear { clear:both; }
hr.line_clear { clear:both; border:0; width:100%; height:1px; background-color:rgba(0, 0, 0, 0.1); margin:30px 0; }	

/* scrollBar style */
::-webkit-scrollbar { width:12px; height:12px; background-color:rgba(202, 202, 202, 0.3); }
::-webkit-scrollbar-thumb { background-color:rgba(202, 202, 202, 0.6); }
::-webkit-scrollbar-thumb:hover { background:rgba(75, 75, 75, 0.5); }
::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment { display:none; }
::-webkit-scrollbar-corner { background-color:rgba(202, 202, 202, 0.6); }

/* 공통사용을 위한 지정클래스 */
.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; }
.ml-auto { margin-left: auto; }
.mt-10 { margin-top: 10px; }
.mt-20 { margin-top: 20px; }
.col-primary { color:#0038A8; }
.col-gray { color: #81858C; }
.ellipsis {
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	word-break: keep-all;
}
.ellipsis-line2 {
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: keep-all;
}
.flex_container {
	display: flex;
	align-items: center;
}
.wrap {
	position: relative;
	width: 100%;
	/*
	max-width: 1920px;
	*/
	min-width: 1440px;
	height: 100%;
	margin: 0 auto;
	padding: 0
}

/* header */
.mobile_header { display: none !important; }
header {
	width: 100%;
	position:fixed;
	height: auto;
	top: 0;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 999;
	display: flex;
	justify-content: center;
}
header .header_inner {
	position: relative;
	display: flex;
	min-width: 1440px;
	margin:0 auto;
}
header .logo_area {
	padding: 20px;
}
header .logo_area a {
	display: flex;
	align-items: center;
	gap: 14px;
}
header .logo_area .logo_img {
	display: block;
	width: 40px;
	height: 40px;
}
header .logo_area .logo_img img {
	display: block;
	width: 100%;
}
header .logo_area .logo_txt {
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	color: #fff;
	word-wrap: break-word;
	word-break: keep-all; 
}
header .gnb_area {
	position: relative;
}
@media (min-width: 1142px) and (max-width: 1600px) {
	.wrap { min-width: 1140px !important; }
	/*header .header_inner { min-width: 1080px !important; }*/
	header .main_menu { margin-left: 60px !important; gap: 20px !important; }
	.swiper-wrapper .swiper-slide.slide01 {
		min-height: 500px !important;
		background: url('../img/visual_mobile_index01.jpg') 0 0 no-repeat !important;
		background-size: 100% !important;
	}
	.swiper-wrapper .swiper-slide.slide02 {
		min-height: 500px !important;
		background: url('../img/visual_mobile_index02.jpg') 0 0 no-repeat !important;
		background-size: 100% !important;
	}
	.swiper-wrapper .swiper-slide.slide03 {
		min-height: 500px !important;
		background: url('../img/visual_mobile_index03.jpg') 0 0 no-repeat !important;
		background-size: 100% !important;
	}
	.slide_area .txt-box {
		padding-left: 40px;
		padding-top: 180px !important;
	}
	.slide_area .all-box {	bottom: 20px !important;	}
	.container .notice .notice_bbs li { max-width: 346px !important; }
	.main_link li .link_btn {
		min-width: 240px !important;
		background:none !important;
		border: 1px solid #DADEE6;
		padding: 20px !important;
	}
	.sub_visual { height: 274px !important; }
	.sub_visual.sub06 {
		background:url('../img/visual_mobile_sub06.jpg') 0 0 no-repeat !important;
		background-size: cover !important;
	}
	.container .bbs_section { padding: 0 40px; }
	.sub_visual .sub_inner { min-height: 300px !important; }
	.sub_visual .sub_visual_txt p.title { display:none !important; }
	.sub_visual .sub_visual_txt p.txt { font-size: 46px !important; }
	.page_nav { padding: 20px; width: 100% !important; }
	.container { margin-top: 0 !important; }
	.container .sub_conts { padding: 0 40px; }
	.join_info .join_box { background:#97bad8 !important; justify-content: center; }
	.join_info .join_box .box_cont { margin:0 auto !important; }
	.gallery_list .list_item { min-width: 317px !important; }
}
header .main_menu {
	display: flex;
	margin-left: 80px;
	gap: 40px;
}
header .main_menu li.one_depth a.one_depth_link {
	display: block;
	width: auto;
	min-width: 120px;
	height: 80px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	padding: 26px;
	word-break: keep-all;
}
header .header_inner .btn_area {
	position: absolute;
	right: 20px;
	top: 20px;
	display: flex;
	align-items: center;
	gap: 20px;
	z-index: 20;
}
header .header_inner .btn_area button {
	display: block;
	color: #fff;
	margin-top: 10px;
	font-size: 16px;
}
header .header_inner .btn_area button svg {
	width: 40px;
	height: 40px;
	fill: #fff;
}
header .sub_menu {
	display: none;
}

/* header on mouse over */
header.on {
	/*
	transition: background-color 0.3s ease;
	*/
	background-color: #fff;
	box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.1);
}
header.on .header_inner .btn_area button {
	color: #000;
}
header.on:after {
	content:'';
	display:block;
	position: absolute;
	left: 0;
	top: 80px;
	width: 100%;
	height: 1px;
	background-color: #DADEE6;
	z-index: 30;
}
header.on .logo_area .logo_txt {
	color: #000;
}
header.on .main_menu li.one_depth {
	position: relative;
}
header.on .main_menu li.one_depth a {
	display: block;
	color: #000;
}
header.on .main_menu li.one_depth:hover::after {
	content:'';
	position: absolute;
	left: 0;
	top: 78px;
	width: 100%;
	height: 3px;
	background-color: #0038A8;
	z-index: 100;
}

header .sub_group {
	padding: 20px 0;
	display: none;
}
header .sub_group li.two_depth {
}
header .sub_group li.two_depth a {
	display: block;
	font-size: 16px;
	font-weight: 500;
	padding: 6px 0;
	text-align: center;
}
header .sub_group li.two_depth a:hover {
	color: #0038A8;
}
header.on .header_inner .btn_area button svg {
	fill: #000;
}

.sub_visual {
	width: 100%;
	height: 580px;
}
.sub_visual .sub_inner {
	position: relative;
	margin:0 auto;
	min-height: 540px;
}
.sub_visual.sub01 {
	background:url('../img/visual_sub01.jpg') 0 0 no-repeat;
	background-size: cover;
}
.sub_visual.sub02 {
	background:url('../img/visual_sub02.jpg') 0 0 no-repeat;
	background-size: cover;
}
.sub_visual.sub03 {
	background:url('../img/visual_sub03.jpg') 0 0 no-repeat;
	background-size: cover;
}
.sub_visual.sub04 {
	background:url('../img/visual_sub04.jpg') 0 0 no-repeat;
	background-size: cover;
}
.sub_visual.sub05 {
	background:url('../img/visual_sub04.jpg') 0 0 no-repeat;
	background-size: cover;
}
.sub_visual.sub06 {
	background:url('../img/visual_sub06.jpg') 0 0 no-repeat;
	background-size: cover;
}
.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 {
	font-size: 32px;
	font-weight: 400;
}
.sub_visual .sub_visual_txt p.txt {
	font-size: 80px;
	font-weight: 700;
	margin-top: 20px;
}
@media (min-width: 1920px) {
	.page_nav { padding-top: 20px; }
}
.page_nav {
	width: 1440px;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: right;
	margin: 0 auto;
}
.page_nav li {
	position: relative;
	padding-left: 22px;
	padding-right: 10px;
}
.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;
}

.container {
	width: 100%;
	max-width: 1440px;
	padding: 20px 0;
	margin: 0 auto;
}
.container .contents {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	justify-content: center;
}
.container .main_conts {
	width: 100%;
	display: flex;
	justify-content: center;
}
.container .bbs_section {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding-top: 30px;
}
.container .sub_conts {
	text-align:left; 
	margin-top: 40px;
	padding-bottom: 40px;
}
.container .sub_conts .page_title {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	gap: 40px;
	font-size: 40px;
	font-style: normal;
	font-weight: 800;
	margin-bottom: 50px;
}
.container .sub_conts .page_title.center {
	display: block;
	width: 100%;
	text-align: center;
}
.container .sub_conts .page_title_sub {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 24px;
}
.container .sub_conts .page_subtitle {
	display: block;
	width: 100%;
	font-size: 24px;
	font-weight: 600;
}
.container .sub_conts .page_title button.btn_title_arrow {
	width: 48px;
	height: 48px;
	background: none;
}
.container .sub_conts .page_title button.btn_title_arrow .img_arrow {
	transition: 0.5s;
}
.container .sub_conts .page_title button.arrow_on .img_arrow {
	transform: rotate(180deg);
}
.container .sub_conts .page_title .page_menu {
	display: none;
	position: absolute;
	top: 78px;
	left: 0;
	z-index: 20;
	background-color: #fff;
	border: 1px solid #DADEE6;
}
.container .sub_conts .page_title .page_menu li a {
	display: block;
	width: 100%;
	min-width: 270px;
	padding: 12px 24px;
	background-color: #fff;
	border-bottom: 1px solid #DADEE6;
	font-size: 24px;
	line-height: 32px;
	font-weight: 500;
}

.container .notice {
	max-width: 900px;
}
.container .notice .notice_bbs {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 30px;
	gap: 30px;
}
.container .notice .notice_bbs li {
	display: flex;
	gap: 24px;
	flex: 0 0 calc(50% - 16px);
}
.container .notice .notice_bbs li .date {
	padding-top: 6px;
	text-align: center;
}
.container .notice .notice_bbs li .date .day {
	color: #0038A8;
	font-size: 48px;
	line-height: 48px;
	font-weight: 700;
}
.container .notice .notice_bbs li .date .year_month {
	color: #0038A8;
	font-size: 14px;
	font-weight: 500;
}
.container .notice .notice_bbs li .notice_cont {
	word-break: keep-all;
	margin-top: 4px;
}
.container .notice .notice_bbs li .notice_cont .title {
	font-size: 22px;
	line-height: 32px;
	font-weight: 900;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: keep-all;
}
.container .notice .notice_bbs li .notice_cont .cont {
	font-size: 16px;
	line-height: 22px;
	color: #616366;
	margin-top: 10px;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: keep-all;
}
.container .latest {
	width: 432px;
	margin-left: 60px;
}
.container .latest .img_area {
	display: block;
	width: 100%;
	height: 240px;
	overflow: hidden;
	background: url('../img/no_img.png') 0 0 no-repeat;
	background-size: cover;
	margin-top: 32px;
}
.container .latest .txt_area {
	width: 100%;
	height: 30px;
	font-size: 20px;
	font-weight: 700;
	line-height: 32px;
	margin-top: 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.container .title_area {
	display: flex;
	align-items: center;
}
.container .title_area .cont_title {
	font-size: 40px;
	font-weight: 800;
}

.container .contents .gallery {
	max-width: 900px;
}
.container .contents .gallery .gallery_bbs {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 22px;
	width: 100%;
	margin-top: 30px;
}
.container .contents .gallery .gallery_bbs li { 
	flex: 1 1 calc(20% - 10px);
}
.container .contents .gallery .gallery_bbs li .gallery_img {
	width: 100%;
	height: 146px;
	overflow: hidden;
	background: url('../img/no_img.png') 0 0 no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
.container .contents .gallery .gallery_bbs li .gallery_img img {
	width: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
.container .contents .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;
	margin-top: 20px;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
}
.container .contents .gallery .gallery_bbs li .gallery_date {
	color:#81858C;
	margin-top: 6px;
}
.container .contents .site_link {
	max-width: 432px;
	margin-left: 60px;
}
.container .contents .site_link .link_group {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}
.container .contents .site_link .link_group li {
	width: 210px;
	height: 70px;
	background-color: #fff;
	border: 1px solid #DADEE6;
	margin-bottom: 20px;
	border-radius: 6px;
}
.container .contents .site_link .link_group li a {
	display: block;
}

.main_link {
	width: 100%;
	display: flex;
	align-items: center;
	margin-top: 50px;
	justify-content: center;
	gap: 20px;
	padding: 0 40px;
}
.main_link li {
	width: auto;
}
.main_link li .link_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 328px;
	gap: 16px;
	padding: 26px 0;
	background: url('../img/bg_nemo.svg') 0 0 no-repeat;
	background-size: 100%;
	background-position: 50% 50%;
	font-size: 20px;
	font-weight: 600;
	margin:0;
}
.main_link li .link_btn span {
	color: #000;
}
.main_banner {
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 40px auto;
}
.main_banner .banner_mobile {
	display: none;
}

/* footer */
.footer {
	display: flex;
	width: 100%;
	padding: 40px;
	border-top: 1px solid #DADEE6;
	justify-content: center;
}
.footer .footer_inner {
	width: 100%;
	max-width: 1388px;
	display: flex;
	align-items: center;
}
.footer .logo_area {
	display: flex;
	align-items: center;
}
.footer .logo_area .logo_img {
	width: 66px;
	height: 66px;
}
.footer .logo_area .logo_img img {
	width: 100%;
}
.footer .logo_area .logo_txt {
	font-size: 24px;
	font-weight: 700;
	padding-left: 12px;
}

.footer .footer_info {
	padding-left: 40px;	
}
.footer .footer_info .info_group {
	display: flex;
	align-items: center;
	padding-top: 6px;
}
.footer .footer_info .info_group li {
	position: relative;
	font-size: 14px;
	font-weight: 400;
	padding: 0 10px;
}
.footer .footer_info .info_group li:first-child {
	padding-left: 0;
}
.footer .footer_info .info_group li:before {
	position: absolute;
	top:4px;
	left: 0px;
	content:'';
	width: 1px;
	height: 10px;
	background-color: #ccc;
}
.footer .footer_info .info_group li:first-child:before {
	content:'';
	width: 0;
	height: 0;
	background-color: #fff;
}
.footer .family_site {
	margin-left: auto;
}
.footer .family_site .site_select {
	min-width: 280px;
	padding: 10px 16px;
	border: 1px solid #DADEE6;
	 -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url('../img/icon_sitearrow.svg') 0 0 no-repeat;;
	background-position: calc(100% + 1px) 50%;
	background-repeat: no-repeat;
	background-size: 38px 38px;
}

/* swiper slide */
.swiper-wrapper .swiper-slide {
	width: 100%;
	max-height: 768px;
	overflow: hidden;
}
.swiper-wrapper .swiper-slide.slide01 {
	width: 100%;
	min-height: 680px;
	background: url('../img/visual_index01.jpg') 0 0 no-repeat;
	background-size: 100%;
}
.swiper-wrapper .swiper-slide.slide02 {
	width: 100%;
	min-height: 680px;
	background: url('../img/visual_index02.jpg') 0 0 no-repeat;
	background-size: 100%;
}
.swiper-wrapper .swiper-slide.slide03 {
	width: 100%;
	min-height: 680px;
	background: url('../img/visual_index03.jpg') 0 0 no-repeat;
	background-size: 100%;
}
.slide_area {
	position: relative;
	width: 100%;
}
.slide_area img {
	max-width:100%; height:auto;
}
.slide_area .txt-box {
	width: 1440px;
	margin: 0 auto;
	padding-top: 220px;
}
.slide_area .txt-box h3.txt {
	color: #fff;
	font-size: 60px;
	line-height: 86px;
	font-weight: 600;
	transform: translateY(20px);
	opacity: 0;
	word-break: keep-all;
	transition: 1s 0.4s;
	margin-top: 20px;
}
.slide_area .txt-box p.small_title {
  color: #fff;
  font-size: 22px;
  transform: translateY(20px);
  opacity: 0;
  word-break: keep-all;
  transition: 1s 0.2s;
}
.slide_area .swiper-slide-active .txt-box > h3,
.slide_area .swiper-slide-active .txt-box > p {
  transform: translateY(0);
  opacity: 1;
}
.slide_area .txt-box p.slide_title{
	margin-top: 30px;
	font-size: 14px;
	color: #fff;
	font-weight: 200;
}
.slide_area .all-box {
	position: absolute;
	bottom: 10%;
	width: 100%;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 100;
}
.slide_area .progress-box {
  position: relative;
  width: 170px;
  height: 40px;
  padding: 4px 0;
  z-index: 11;
}
.autoplay-progress {
  position: absolute;
  left: 30px;
  top:12px;
  z-index: 10;
  width: 100px;
  height: 3px;
  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: 4px;
  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: 80px;
	height: 40px;
}

.slide_area .swiper-button-next,
.slide_area .swiper-button-prev {
	width: 24px;
	height: 24px;
	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;
}

@media screen and (max-width: 480px) {
  .slide_area .txt-box {
    left: 46%;
  }
  .slide_area .txt-box > h3 {
    font-size: 1.2rem;
  }
  .slide_area .txt-box > p {
    font-size: 0.8rem
  }
  .slide_area .all-box {
    bottom: 0;
    height: 30px;
  }
}

/* sub page */
.greeting {
	display: flex;
	align-items: center;
	gap: 100px;
}
.greeting .greeting_txt {
	max-width: 930px;
}
.greeting .greeting_txt p.title {
	color: #000;
	font-size: 28px;
	line-height: 36px;
	font-weight: 600;
}
.greeting .greeting_txt p {
	color: #4D4D4D;
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
	margin-top: 20px;
}
.greeting .greeting_img {
	min-width: 400px;
	display: flex;
	flex-direction: column;
}
.greeting .greeting_img .owner_name {
	font-size: 14px;
	font-weight: 700;
	margin-top: 24px;
	margin-left: auto;
}
.greeting .greeting_img .owner_sign {
	margin-top: 20px;
	margin-left: auto;
}
.owner_line {
	margin: 0;
	padding: 0;
}
.owner_line .owner_history {
	width: 1440px;
	margin: 0;
	padding: 0;
}

/* tab menu style */
.tab_box {
	background-color: #F2F4F7;
	padding: 40px;
}
.tab_box .tab_title {
	font-size: 20px;
	font-weight: 650;
	margin-bottom: 20px;
}
.tab_box .tabs {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	gap: 16px;
}
.tab_box .tabs li {
  cursor: pointer;
  border-radius: 8px;
  background-color: #fff;
}
.tab_box .tabs li a {
	display: block;
	padding: 10px 18px;
}
.tab_box .tabs li.active {
  background: #0038A8;
  color: #fff;
}
.tab-content {
	margin-top: 30px;
}

/* table style */
/* list type01 */
.table_type01 {
	display: table;
	width: 100%;
	margin: 0;
}
.table_type01 thead th {
	background-color: #F2F4F7;
	padding: 12px;
	border: 1px solid #C3CAD9;
	color: #616366;
	font-weight: normal;
	text-align: center;
}
.table_type01 td {
	background-color: #fff;
	padding: 12px;
	border: 1px solid #C3CAD9;
	text-align: center;
}
.table_type01 td.gray {
	color: #616366;
	font-weight: normal;
	background-color: #F2F4F7;
}
.table_type01 td p.bold {
	font-weight: 600;
	font-weight: bold;
}
/* list type02 */
.table_type02 {
	display: table;
	width: 100%;
	margin: 0;
	border-top: 1px solid #000;
}
.table_type02 thead {
	background-color: #F2F4F7;
	color: #000;
	font-weight: normal;
}
.table_type02 tbody {
	background-color: #fff;
}
.table_type02 td {
	padding: 18px 26px;
	color: #000;
	border-bottom: 1px solid #DADEE6;
}
.table_type02 .label_notice {
	font-size: 14px;
	color: #fff;
	background-color: #0245A3;
	padding: 4px 6px;
}
.table_type02 .txt_gray {
	color: #81858C;
}
.table_type02 td.center {
	text-align: center;
}

/* table header */
.table_cont .table_header {
	display: flex;
	align-items: center;
}
.table_cont .table_header .total_count {
	padding-top: 26px;
}
.table_cont .table_header .total_count p {
	font-size:18px;
}
.table_cont .table_header .total_count span.count_no {
	font-weight: 600;
	color: #0038A8;
}
.table_cont .table_header .search_area {
	position: relative;
	margin-left: auto;
}
.table_cont .table_header .search_area .btn_search {
	position: absolute;
	top: 11px;
	right: 12px;
	width: 26px;
	height: 26px;
	z-index: 30;
}
.table_cont .table_header .search_input {
	display: block;
	width: 300px;
	height: 48px;
	font-size: 16px;
	background-color: #F2F4F7;
	padding-top: 8px
	padding-bottom: 8px;
	padding-left: 24px;
	padding-right: 50px;
}
.table_cont .table_header .search_input::placeholder {
	color: #A1A7B2;
}

/* gallery type */
.gallery_list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0;
	border-top: 1px solid #000;
	padding-top: 40px;
	gap: 30px;
}
.gallery_list .list_item {
	min-width: 337px;
	flex: 0 1;
}
.gallery_list .list_item .gallery_thumb {
	width: 100%;
	height: 220px;
	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: 22px;
	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 */
.simple_table {
	display: table;
	width: auto;
	margin-top: 16px;
}
.simple_table td {
	min-width: 540px;
	padding: 14px 20px;
	border: 1px solid #DADEE6;
}

.table_cont .table_area {
	margin-top: 24px;
}

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

.table_cont .btn_area .btn_write {
	margin-left: auto;
	padding: 16px;
	background-color: #0038A8;
	color: #fff;
	border-radius: 6px;
	font-size: 18px;
	font-weight: 600;
	min-width: 160px;
}

.pagination {
	display: flex;
	width: 100%;
	justify-content: center;
	margin-top: 48px;
}
.pagination .pager {
	display: flex;
	gap: 10px;
	align-items: center;
}
.pagination .pager .page_item {
	background-color: #F2F4F7;
	font-size: 16px;
	text-align: center;
	width: 40px;
	height: 40px;
}
.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: 40px;
	height: 40px;
}
.pagination .pager .page_item .btn_page:disabled {
	opacity: 0.4;
}
.pagination .pager .page_item .btn_page img {
	width: 100%;
	max-width: 40px;
}
.pagination .pager .page_item button {
	display: flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
}

/* bbs detail page */
.table_cont .detail_header  {
	display: flex;
	align-items: center;
	border-top: 1px solid #000;
	border-bottom: 1px solid #ADB8CC;
	padding: 24px 0;
}
.table_cont .detail_header  .detail_title {
	font-size: 24px;
	font-weight: 600;
	width: calc(100% - 160px);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-right: 20px;
}
.table_cont .detail_header .write_title {
	font-size: 18px;
	border: 1px solid #ccc;
	width: 100%;
	padding: 20px;
}
.table_cont .detail_header .detail_date {
	min-width: 160px;
	color: #81858C;
	font-size: 20px;
	text-align: right;
	margin-left: auto;
}
.table_cont .detail_area {
	width: 100%;
	padding: 40px;
}
.table_cont .write_area {
	width: 100%;
	min-height: 460px;
	border: 1px solid #ccc;
	margin-top: 30px;
	font-size: 16px;
	padding: 20px;
	resize: none;
}
.table_cont .detail_area .object_area {
	width: 100%;
	max-width: 836px;
	height: auto;
	overflow: hidden;
	margin:0 auto;
	padding: 26px;
	box-sizing: border-box;
}
.table_cont .detail_area .object_area img, video {
	width: 100%;
}
.table_cont .detail_area .detail_txt {
	font-size: 20px;
	line-height: 26px;
	color: #4D4D4D;
	margin: 20px 0;
}
.table_cont .detail_area .detail_txt p {
	margin-bottom: 20px;
}
.table_cont .detail_link {
	display: flex;
	gap: 20px;
	align-items: center;
	width: 100%;
	background-color: #F2F4F7;
	padding: 24px 32px;
	border-top: 1px solid #ADB8CC;
	border-bottom: 1px solid #ADB8CC;

}
.table_cont .detail_link .btn_bbs .bold {
	font-weight: 700;
}
.table_cont .detail_link .btn_bbs .link_title {
	padding-left: 6px;
	text-decoration: underline;
}
.table_cont .detail_link .btn_bbs {
	position: relative;
	display: block;
	min-height: 24px;
	color: #000;
	font-size: 15px;
}
.table_cont .detail_link .btn_bbs.prev {
	background: url('../img/ico_prev.svg') 0 0 no-repeat;
	background-size: 24px 24px;
	padding-left: 40px;
	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: 40px;
	background-position: 100% center;
	margin-left: auto;
}
.table_cont .detail_link .btn_bbs .btn_txt {
	display: flex;
	max-width: 500px;
	align-items: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-all;
}

.table_cont .detail_link .btn_bbs:disabled .link_title {
	text-decoration: none;
}
.table_cont .detail_link .btn_bbs:disabled {
	opacity: 0.5;
}
.table_cont .detail_btn {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
	gap: 40px;
}
.table_cont .detail_btn .btn_page {
	border: 1px solid #ADB8CC;
	background-color: #fff;
	color: #000;
	font-size: 18px;
	font-weight: 600;
	padding: 18px 36px;
	border-radius: 6px;
}
.table_cont .detail_btn .btn_write {
	background-color: #0038A8;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	padding: 18px 36px;
	border-radius: 6px;
}

.table_cont .file_box {
	display: flex;
	gap: 16px;
    background-color: #F2F4F7;
    padding: 16px 20px;
    border-bottom: 1px solid #ADB8CC;
}
.table_cont .file_box .detached_file {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 16px;
	font-weight: 600;
	text-decoration: underline;
}
.table_cont .detail_link .detached_file .de_file {
	display: block;
	width: 18px;
	height: 18px;
}

/* 학회 논문 */
.thesis_info {
	width: 100%;
	padding: 40px;
	border-top: 1px solid #C3CAD9;
}
.thesis_info .gray_box {
	width: 100%;
	padding: 30px 20px;
	background-color: #F5F5F5;
}
.thesis_info .gray_box .box_cont {
	display: flex;
	gap: 48px;
}
.thesis_info .gray_box .box_cont .group_title {
	font-size: 40px;
	font-weight: 600;
	margin-top: 86px;
}
.thesis_info .gray_box .box_cont .submit_process {
	margin-top: 40px;
	list-style: none;
	counter-reset:list-number;
}
.thesis_info .gray_box .box_cont .submit_process li {
	font-size: 20px;
	margin-bottom:10px;
	counter-increment:list-number;
}

.thesis_info .gray_box .box_cont .submit_process li:before {
	content:counter(list-number);
	display:inline-block;
	text-align:center;
	font-size:14px;
	line-height:26px;
	width:20px;
	height:26px;
	color:#fff;
	margin-right:10px;
	background:url('../img/bg_square.png') 0 0 no-repeat;
}
.thesis_info .gray_box .box_cont .submit_process .bold_link {
	font-weight: 600;
	text-decoration: underline;
}
.thesis_info .info_title {
	font-size: 28px;
	color: #047F4E;
	font-weight: 600;
	margin-top: 80px;
}
.thesis_info .info_title:before {
	content:'';
	display: inline-block;
	width: 20px;
	height: 26px;
	color: #fff;
	margin-right: 14px;
	background: url('../img/bg_square2.png') 0 0 no-repeat;
}
.thesis_info .info_group {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-top: 40px;
}
.thesis_info .info_group li p.group_title {
	font-weight: 800;
	color: #000;
	padding-left: 0;
	padding-bottom: 8px;
}
.thesis_info .info_group li p {
	font-size: 20px;
	line-height: 32px;
	color: #4D4D4D;
}
.bottom_btn {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 80px;
	text-align: center;
}
.bottom_btn .btn_download {
	display: flex;
	align-items: center;
	background-color: #0038A8;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	padding: 18px 36px;
	border-radius: 6px;
}
.bottom_btn .btn_download .btn_icon {
	width: 26px;
	height: 26px;
	margin-right: 10px;
}

.thesis_rule {
	width: 100%;
	display: block;
}
.thesis_rule .gray_box {
	background-color: #F2F4F7;
	padding: 24px 40px;
	margin-bottom: 30px;
}
.thesis_rule .gray_box .rule_group {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.thesis_rule .gray_box .rule_group li {
	font-size: 16px;
	padding: 12px 14px;
	border-radius: 8px;
}
.thesis_rule .gray_box .rule_group li.on {
	background-color: #fff;	
	font-weight: 600;
}

.rule_conts {
	font-size: 20px;
}
.rule_conts .rule_tit {
	font-weight: 600;
	padding-bottom: 10px;
}
.rule_conts .rule_group {
	display: flex;
	flex-direction: column;
}
.rule_conts .rule_group li {
	counter-increment:list-number;
	font-size: 20px;
	line-height: 32px;
	color: #4D4D4D;
	padding-bottom: 10px;
}

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

.rule_conts .rule_group2 {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.rule_conts .rule_group2 li {
	list-style: none;
	font-size: 20px;
	line-height: 32px;
	color: #4D4D4D;
}
.rule_conts .rule_group2 li > p {
	padding-left: 16px;
}
.rule_conts .rule_group2 li p.two_depth {
	margin-top: 10px;
	padding-left: 32px;
}
.rule_conts .rule_group2 li p.three_depth {
	margin-top: 4px;
	padding-left: 54px;
	line-height: 36px;
}
.rule_conts .rule_group2 li .rule_tit {
	font-weight: 800;
	padding-left: 0;
	color: #000;
}

/* sub06 회원 안내 */
.member_info {
	width: 100%;
	font-size: 20px;
}
.member_info h3.title {
	font-size: 28px;
	font-weight: 600;
}
.member_info h4 {
	font-size: 24px;
	font-weight: 700;
	padding-top: 30px;
}
.member_info h3 + h4 {
	margin-top: 20px;
}
.member_info h5 {
	font-size: 20px;
	font-weight: 600;
	margin-top: 20px;
	padding-left: 30px;
}
.member_info h6 {
	font-size: 18px;
	font-weight: 600;
	margin-top: 18px;
	padding-left: 30px;
}
.member_info .lic_group {
	padding-left: 30px;
}
.member_info .lic_group li {
	padding-top: 14px;
	font-weight: 400;
	line-height: 26px;
}
.member_info .lic_group li .bold {
	font-weight: 600;
}
.member_info .lic_group li p.ipt_txt {
	padding-left: 32px;
	padding-top: 8px;
}
.member_info .pay_link {
	display: flex;
	align-items: center;
	text-decoration: underline;
	font-size: 26px;
	font-weight: 600;
	color: #0038A8;
	margin-left: 30px;
	margin-top: 20px;
}

/* 회원가입 */
.join_form {
	width: 100%;
	display: flex;
	border-top: 1px solid #000;
	padding-top: 40px;
}
.join_form .form_group {
	display: flex;
	flex-direction: column;
	flex: 1;
}
.join_form .form_title {
	min-width: 320px;
}
.join_form .form_area {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-bottom: 30px;
}
.join_form .form_area.no_padding {
	padding-bottom: 10px !important;
}
.join_form .form_area.top_line {
	border-top: 1px solid #000;
	padding-top: 30px;
}
.join_form .form_area .field_row {
	flex: 0 0 25%;
}
.join_form .form_area .field_row1 {
	flex: 1
}
.join_form .form_area .field_row2 {
	flex: 0 0 calc(50% - 30px)
}
.join_form .form_area .field_row4 {
	flex: 0 0 calc(20% - 10px)
}
.join_form .form_area .field_row4.center {
	text-align: center;
}
.join_form .form_area .field_group {
	display: flex;
	align-items: center;
	gap: 14px;
}
.join_form .form_area label {
	display: block;
	margin-bottom: 14px;
	font-weight: 600;
}
.join_form .form_area label.head_label {
	background-color: #F2F4F7;
	font-weight: 400;
	padding: 10px 0;
	text-align: center;
}
.join_form .form_area .w-100 {
	width: 100%;
}
.join_form .form_area .w-80 {
	width: 80%;
}
.join_form .form_area .w-60 {
	width: 60%;
}
.join_form .form_area .w-50 {
	width: 50%;
}
.join_form .form_area .w-40 {
	width: 40%;
}
.join_form .form_area .w-30 {
	width: 30%;
}
.join_form button {
	width: auto;
	height: 46px;
	font-size: 16px;
	font-weight: 600;
	color: #000;
	padding: 12px 30px;
	border: 1px solid #3D4B66;
	word-break: keep-all;
}

.bottom_btn {
	display: flex;
	align-items: center;
	justify-content: center;
}

.tab_join {
	margin-top: 60px;
}
.tab_join #tab2 {
	display: none; 
}
.tab_join #tab3 {
	display: none; 
}
.tab_join #tab4 {
	display: none; 
}
.tab_join .tabs {
	display: flex;
	align-items: center;
	gap: 0;
}
.tab_join .tabs li {
	flex: 1;
	text-align: center;
	background-color: #E9E9E9;
	color: #3D4B66;
}
.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 a {
	display: block;
	padding: 16px 0;
}
.tab_join .tabs li.active {
	background-color: #2785D2;
	color: #fff;
}

.join_form .title_area {
	display: flex;
	width: 100%;
	font-size: 16px;
}

.join_form .join_title {
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 10px;
}
.join_form .import {
	color: #FF0909;
	font-size: 16px;
	margin-right: 2px;
}
.join_form input[type='text'] {
	font-size: 16px;
	width: auto;
	height: 46px;
	border: 1px solid #C3CAD9;
	padding: 10px 16px;
}
.join_form input[type='password'] {
	font-size: 16px;
	width: auto;
	height: 46px;
	border: 1px solid #C3CAD9;
	padding: 10px 16px;
}
.join_form input::placeholder {
	color: #C3CAD9;
}
.join_form select {
	width: auto;
	height: 46px;
	border: 1px solid #C3CAD9;
	padding: 10px 16px;
	font-size: 16px;
}
.join_form .radio_group {
	display: flex;
	align-items: center;
	gap: 20px;
}
.join_form .radio_group li {
	display: flex;
	align-items: center;
}
.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;
	padding-top: 13px;
	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_btn {
	width: 100%;
	display: flex;
	gap: 30px;
	align-items: center;
	justify-content: center;
	margin-top: 60px;
}
.join_btn .btn_submit {
	min-width: 200px;
	min-height: 64px;
	padding: 16px 48px;
	font-size: 24px;
	font-weight: 600;
	border-radius: 6px;
}
.join_btn .btn_submit.type01 {
	border: 1px solid #ADB8CC;
	background-color: #fff;
}
.join_btn .btn_submit.type02 {
	background-color: #0038A8;
	color: #fff;
}

/* 회원가입시 동의 페이지 */
.agree_form {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.agree_form .title_area .join_agree {
	display: flex;
	align-items: center;
	margin-left: auto;
}
.agree_form .join_check {
	width: 22px;
	height: 22px;
	border: 2px solid #ccc;
	cursor: pointer;
	background: none;
	font-size: 16px;
	line-height: 18px;
}
.agree_form .title_area .join_agree label {
	margin-left: 10px;
	padding-top: 0;
}
.agree_form .join_title {
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 10px;
}
.agree_form .rule_box {
	width: 100%;
	min-height: 364px;
	max-height: 364px;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 16px;
	line-height: 20px;
	padding: 20px;
	border: 1px solid #C3CAD9;
	margin-top: 20px;
}
.agree_form .join_rule {
	width: 100%;
}
.agree_form .agree_box {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px 0;
	background-color: #F2F4F7;
}
.agree_form .agree_box label {
	margin-left: 10px;
}
.join_info {
	width: 100%;
}
.join_info .join_box {
	display: flex;
	width: 100%;
	height: 460px;
	padding: 60px;
	background: url('../img/bg_member.png') #97bad8 0 0 no-repeat;
	margin-top: 40px;
}
.join_info .join_box .box_cont {
	margin-left: auto;
	color: #fff;
}
.join_info .join_box .box_cont .title {
	font-size: 40px;
	font-weight: 600;
	padding-top: 10px;
}
.join_info .join_box .box_section {
	margin-top: 30px;
}
.join_info .join_box .box_section .import {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	padding-left: 30px;
}
.join_info .join_box .box_section .import:after {
	content:'';
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 24px;
	z-index: 1;
	background: url('../img/bg_square3.svg') 0 0 no-repeat;
}
.join_info .join_box .box_section .join_process {
	margin-top: 14px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.join_info .join_box .box_section .join_process li {
	position: relative;
	font-size: 18px;
	padding-left: 12px;
}
.join_info .join_box .box_section .join_process li:before {
	content:'';
	position: absolute;
	left: 0;
	top: 8px;
	width: 4px;
	height: 4px;
	border-radius: 6px;
	background-color: #fff;
	z-index: 1;
}

.my_box {
	display: flex;
	align-items: center;
	gap: 48px;
	background-color: #F2F4F7;
	padding: 40px 60px;
	margin-bottom: 60px;
}
.my_box .my_profile {
	width: 140px;
	height: 140px;
	border-radius: 100%;
	overflow: hidden;
}
.my_box .my_profile img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.my_box .my_info {
	font-size: 28px;
	color: #616366;
}
.my_box .my_info p {
	margin-bottom: 10px;
}
.my_box .my_info .txt_info {
	color: #000;
	padding-left: 6px;
	font-weight: 600;
}
.my_box .my_btn {
	display: flex;
	gap: 20px;
	margin-top: 20px;
}
.my_box .my_btn button {
	padding: 10px 16px;
	font-size: 16px;
}
.my_box .my_btn .btn_line {
	background-color: #fff;
	border: 1px solid #3D4B66;
}

section.history {
	width: 100%;
}
section.history .section_subtitle {
	margin-top:16px;
}
section.history .company_history {
	position: relative;
	width: 100%;
	margin-top: 40px;
	display: flex;
	flex-direction: column-reverse;
	gap: 80px;
}
section.history .company_history:after {
	position:absolute;
	left:251px;
	top:14px;
	content:'';
	width:2px;
	height:calc(100% - 50px);
	background-color:#DADEE6;
	z-index:1;
}
section.history .company_history li {
	display:flex;
	align-items:center;
}
section.history .company_history li .history_list {
	width: 100%;
	display: flex;
	align-items: center;
	font-size:18px;
}
section.history .company_history li .history_list .history_cont {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	padding-left: 60px;
	gap: 20px;
	flex: 1;
}
section.history .company_history li .history_cont p {
	line-height:22px;
	padding:4px 0;
}
section.history .company_history li .history_cont p.bold {
	font-weight: 700;
}
section.history .company_history li .history_cont p.txt_gray {
	padding-left: 30px;
	color:#616366;
}
section.history .company_history li .year {
	position: relative;
	width:260px;
	font-size: 64px;
	font-weight: 700;
	color: #000;
}
section.history .company_history li .year.on {
	color: #000;
}
section.history .company_history li .year:after {
	content:'';
	position:absolute;
	right:2px;
	top:34px;
	display:block;
	width:12px;
	height:12px;
	border-radius:50px;
	background-color:#DADEE6;
	z-index:10; 
}
section.history .company_history li .month {
	min-width: 160px;
	font-size: 26px;
	font-weight: 600;
}

.owner {
	width: 100%;
}
.owner_group {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.owner_group li {
}
.owner_group li .owner_detail {
	display: flex;
	flex-direction: column;
	gap: 140px;
	width: 100%;
	padding: 60px 110px;
	min-height: 640px;
	background:url('../img/bg_owner_group.png') 0 0 no-repeat;
	/*
	background-size: cover;
	*/
}
.owner_group li .owner_detail.last-child {
}
.owner_group li .owner_detail .owner_title {
	font-size: 48px;
	font-weight: 800;
}
.owner_group li .owner_detail .owner_day {
	font-size: 26px;
	color: #616366;
	margin-top: 20px;
}
.owner_group li .owner_detail .owner_portfolio {
	display: table;
	border: 0;
	margin-top: 50px;
}
.owner_group li .owner_detail .owner_portfolio th {
	padding: 10px 0;
	text-align: left;
	vertical-align: top;
	font-weight: 700;
}
.owner_group li .owner_detail .owner_portfolio td {
	padding: 10px 10px 10px 20px;
	font-weight: 400;
}
.owner_group li .owner_detail .owner_portfolio td p {
	padding-bottom: 10px;
}
.owner_group li .owner_detail .right_area {
	display: flex;
	width: 100%;
	height: auto;
	min-height: 480px;
}
.owner_group li .owner_detail .owner_profile {
	border: 14px solid #fff;
	margin-left: auto;
	height:480px;
}
.owner_group li .owner_detail .left_area {
	display: flex;
	width: 100%;
	height: auto;
	min-height: 480px;
}
.owner_group li .owner_detail .left_area .owner_cont {
	margin-left: auto;
}

.organization {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 18px;
}
.organization .owner_area {
	position: relative;
	width: 100%;
	height: 100px;
}
.organization .owner_area:after {
	content:'';
	width: 2px;
	height: 100px;
	background-color: #0038A8;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}
.organization .owner_area .owner {
	width: 200px;
	background-color: #0038A8;
	color: #fff;
	text-align: center;
	padding: 20px 0;
	margin:0 auto;
}
.organization .org_group {
	position: relative;
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: center;
	padding-top: 50px;
}
.organization .org_group:after {
	content:'';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 100px);
	height: 1px;
	background-color: #0038A8;
}
.organization .org_group li {
	position: relative;
	min-width: 100px;
	background-color: #fff;
	border: 1px solid #0038A8;
	color: #0038A8;
	text-align: center;
	padding: 10px 20px;
	font-size: 16px;
}
.organization .org_group li:after {
	content:'';
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	width: 2px;
	height: 50px;
	background-color: #0038A8;
}

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

/* popup */
.popup {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	background-color: rgba(0, 0, 0, 0.4);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
}
.popup .popup_inner {
	/*min-width: 1024px;*/
	/*min-width: 800px;*/
	height: auto;
	background-color: rgba(0, 0, 0, 0.4);
	/*border-radius: 30px;*/
	/*overflow: hidden;*/
	box-shadow: 5px 5px 20px;
}
.popup .popup_inner .popup_header {
	position: relative;
	width: 100%;
	padding: 18px;
	font-weight: 600;
	background-color: #0038a8;
	color: #fff;
}
.popup .popup_inner .popup_header .btn_x {
	position: absolute;
	right: 14px;
	top: 14px;
	width: 24px;
	height: 24px;
}
.popup .popup_inner .popup_conts {
	width: 100%;
	height: 100%;
}
.popup .popup_inner .popup_conts img {
	min-width: 320px;
	width: 580px;
	height: 100%;
}
.popup .popup_inner .popup_foot {
	background-color: #474C5D;
	color:#FFFFFF;
	border: 0;
	width: 100%;
	display: flex;
	align-items: center;
}
.popup .popup_inner .popup_foot .dayno {
	width: 20px;
	height: 20px;
}
.popup .popup_inner .popup_foot .check_area {
	display: flex;
	align-items: center;
	justify-content: left;
	width: 50%;
	padding: 10px 10px 10px 20px;
}
.popup .popup_inner .popup_foot .check_area label {
	padding-left: 6px;
}
.popup .popup_inner .popup_foot .close_area {
	display: flex;
	align-items: center;
	justify-content: right;
	width: 50%;
	padding: 10px 20px 10px 10px;
	cursor: pointer;
}

.popup .popup_inner .popup_foot .close_area:hover {
  background: #646b85;
}

.popup .popup_inner .popup_foot .close_area .btn_close {
	color:#FFFFFF;
	font-size: 16px;
}