@CHARSET "UTF-8";
@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);﻿
html,body {width:100%;font-family: 'NanumSquare', sans-serif;}
html,body, div,ul,li{margin:0; padding:0;}

/* ul,li {list-style:none;} */
/* ul { */
/*     list-style: none; */
/* } */
li {
    display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
}

a {
    text-decoration: none;
    outline: none;
    color:#56555a;
}

header {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:#219cd1;
/*     background:#fcfc0a; */
}

header > h2 {
	margin-left:20px;
}

header > nav {
	width:600px;
	height:100%;
	color:white;
}

header ul {
	width:100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
}

header ul > li {
	font-size:20px;
	height: 100%;
	display: flex;
	align-items: center;
}

.hbg_icon {
	cursor:pointer;	
}

.contrainer {
	display:flex;
	flex-direction: row;
	justify-content: flex-end;
}

.side_bar {
	display:none;
/* 	background-color:red; */
/* 	background-color:#fdfefd; */
	background-color:#f8fafa;
	width:59.37vw;
	min-height:calc(100vh - 280px);
	padding-bottom:30px;
}
.middle_bar{
	width:100vw;
/* 	margin-top:16px; */
/* 	background-color:#f8fafa; */
	background-color:#fdfefd;
/* 	background-color:white; */
	min-height:calc(100vh - 280px);
/* 	overflow:auto; */
	padding-bottom:30px;
}
.menu_li {
	display:none;
}
.mobile_menu_li {
	margin-right:10px;
}
.menu_anchor{
	color:white;	
}
.article_list{
	display:flex;
	flex-direction:column;
	margin:20px;
	border-bottom:1px solid;
	border-color:#d8d8db;
	position:relative;
}
.article_thumnail{
	display:block;
	max-width:100%;	
}
.article_layout{
	display:flex;
	flex-direction:column;
	padding-bottom:50px;
}
.article_ttl_h2{
	color:#56555a;
	font-size: 1.5rem;
	margin: revert;
	color: var(--text1);
	word-break: break-all;
}
.article_smr_txt {
	color:#58585a;
	display: -webkit-box;
	-webkit-box-orient: 
	vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
}

.article_author_info{
	color:#58585a;
	margin-top:10px;
}
.article_author_span{
	font-size:14px;
	color:#bec2bd;
}

.footer_side_bar {
	display:none;
/* 	background-color:gray; */
	width:30vw;
	height:122px;
}
.footer_middle_bar{
	width:100vw;
	background-color:#f1f2f1;
	height:122px;
}

footer {
	display:flex;
	flex-direction: row;
  	width: 100%;
  	height: 90px;
  	bottom: 0px;
/*   position: absolute; */
  	border-top: 1px solid #c4c4c4;
  	padding-top: 15px;
  	color: #808080;
  	font-size: 14px;
}

footer a {
  	display: inline-block;
  	margin: 0 20px 10px 20px;
  	color: #808080; font-size: 14px;
}

footer a:visited {
  	color: #808080;
}

footer p {
  	margin-top: 0; margin-bottom: 0;   
}

footer p span {
  	display: inline-block;
  	margin-left: 20px;
}

.article_tit {
	font-size: 1.8rem;
/* 	font-size: 2.0rem; */
	line-height: 1.5;
	letter-spacing: -0.004em;
	margin: 40px;
	font-weight: 800;
	color: var(--text1);
	margin-bottom: 2rem;
/* 	word-break: keep-all; */
/* 	overflow-wrap: break-word; */
	transition: color 0.125s ease-in;
}

/* .article_tit { */
/*     margin-top: 7px; */
/*     font-size: 40px; */
/*     font-weight: bold; */
/*     color: #000; */
/*     line-height: 50px; */
/* } */

.article_p {
	margin:10px 30px 10px 30px;
	font-size:16px;
}

.pagination {
  	display: flex;
  	justify-content: center;
  	margin: 30px;
  	gap: 6px;
}

.pagination button {
	background: white;
  	width:42px;
  	height:42px;
  	border: 1px solid #ccc;
  	padding: 6px 10px;
  	border-radius: 6px;
  	cursor: pointer;
  	transition: all 0.2s ease;
  	font-size: 24px;
}

.pagination button:hover {
	background: #f0f0f0;
}

.pagination button.active {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
    font-weight: bold;
}

.pagination button:disabled {
	opacity: 0.4;
    cursor: not-allowed;
}

ion-icon {
	vertical-align: middle;
    font-size: 18px;
}

#mobile_sliding_bar {
	width: 0%;
	height: 100%;
	position: fixed;
	background: #2a3542;
	z-index: 200;
	display: none;
}

/* toc css start */
.toc-container {
  	border: 1px solid #ddd;
  	border-radius: 8px;
  	background-color: #fefefe;
  	padding: 1rem;
  	box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  	max-width: 400px;
  	font-family: 'Segoe UI', sans-serif;
  	margin: 1rem 0;
  	top: 1rem;
/*   	margin-left:20px; */
  	margin:0 auto;
}

.toc-header {
  	display: flex;
  	justify-content: space-between;
  	align-items: center;
  	padding: 0.8rem 1rem;
  	cursor: pointer;
  	border-bottom: 1px solid #eee;
  	background: #f9f9f9;
}

.toc-title {
  	font-size: 1.1rem;
  	font-weight: bold;
}

.toc-toggle-icon {
  	font-size: 1rem;
  	transition: transform 0.3s ease;
}

.toc-container.open .toc-toggle-icon {
  	transform: rotate(180deg);
}

.toc {
  	padding: 1rem;
  	margin: 0;
}

.toc ul {
/*   	list-style: none; */
  	padding-left: 0;
  	margin: 0;
}

.toc li {
  	margin: 0.3rem 0;
  	position: relative;
  	padding-left: 1.2rem;
  	list-style: none;
}

.toc li::before {
/*   	content: "•"; */
  	position: absolute;
  	left: 0;
  	color: #0073e6;
}

.toc li a {
  	text-decoration: none;
  	color: #535c62;
  	transition: color 0.2s ease;
  	display: block;
}

.toc li a:hover {
  	color: #005bb5;
  	text-decoration: underline;
}

/* 계층별 들여쓰기 */
.toc > li {
  	padding-left: 0;
  	font-weight: bold;
}

.toc > li > ul > li {
  	padding-left: 1rem;
  	font-weight: normal;
}

.toc > li > ul > li > ul > li {
  	padding-left: 2rem;
  	font-style: italic;
}

.toc > li > ul > li > ul > li > ul > li {
  	padding-left: 3rem;
  	font-style: normal;
  	color: #555;
}
/* toc css end */

/* #mobile_sliding_bar { */
/* 	z-index:1001; */
/* 	display:flex; */
/* 	flex-direction: column; */
/* } */

.slide_header{
	display:flex;
	height:80px;
	justify-content: center;
	align-items: center;
	color:white;
	border-bottom:1px dotted #f0f4f6;
}

.slide_item{
	display:flex;
	font-size:20px;
	height:60px;
	justify-content: center;
	align-items: center;
	color:white;
	border-bottom:1px dotted #f0f4f6;
}

ul.grid-list {
  display: grid;
  gap: 12px;
  padding-left: 1em;
}

ul.grid-list li {
  display: list-item;
  list-style-type: disc;
  margin:0px 20px 0px 30px;
}

.ce-block__content {
    position: relative;
    max-width: 650px;
    margin: 0 auto;
    -webkit-transition: background-color .15s ease;
    transition: background-color .15s ease;
    margin-left: 5px;
}

.raw_parent {
	display:flex;
	padding:0px 20px 0px 20px;
	justify-content: center;
}

.article_img {
	padding:20px 20px 20px 20px;
	text-align:center;
}

/* Mobile - Landscape */
@media (min-width: 576px) {}

/* Tablet */
@media (min-width: 768px) {
}

/* Desktop */
@media (min-width: 992px) {
	
	header ul {
		width:100%;
		height: 100%;
		display: flex;
		justify-content: start;
	}
	.side_bar {
		display:inline;
	}
	.footer_side_bar {
		display:inline;
	}
	.menu_li {
		display:flex;
		margin-left:10px;
	}
	.mobile_menu_li {
		display:none;
	}
	.article_list{
		margin:50px;
	}
	.article_smr_txt {
		-webkit-line-clamp: 4;
	}
	.toc-container {
	  border: 1px solid #ddd;
	  border-radius: 8px;
	  background-color: #fefefe;
	  padding: 1rem;
	  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
	  max-width: 350px;
	  font-family: 'Segoe UI', sans-serif;
	  margin: 1rem 0;
	  position: sticky;
	  top: 1rem;
	  margin-left:20px;
	}
	.toc-mobile {
		display:none;
	}
	
	ul.grid-list li {
	  	display: list-item;
	  	list-style-type: disc;
	}
	
	.ce-block__content {
	    position: relative;
/* 	    max-width: 850px; */
		width:100%;
/* 	    margin: 0 auto; */
	    -webkit-transition: background-color .15s ease;
	    transition: background-color .15s ease;
	}
	
	.raw_parent {
		display:flex;
		justify-content: center;
	}
	
}

/* Desktop (Large) */
@media (min-width: 1200px) {
	
}

.blank_txt{
	animation: blink 1s infinite;
	width:100%;
	height:100%;
}

@keyframes blink {
  	0% {
    	opacity: 1;
  	}
  	50% {
    	opacity: 0;
  	}
  	100% {
    	opacity: 1;
  	}
}

.blinking-text:hover {
	animation: blink 1s infinite;
}

.h2_style_1 {
	clear: both;
	margin: 20px 0px 20px 0px;
/* 	margin: 29px 0 22px; */
	font-weight: 400;
	font-size: 1.1em;
/* 	font-size: 1.5em; */
/* 	font-family: 'S-Core dream5'; */
	line-height: 1.5;
	color: rgb(88, 88, 88);
	border-bottom:2px solid #9d9fa0;
	border-left:10px solid #9d9fa0;
	padding: 5px 15px;
	background-color: #fafafa;
}

.h2_style_2 {
	font-size: 1.2em;
/* 	margin: 1.15em 0 .6em; */
    font-weight: 400;
    position: relative;
    text-shadow: 0 -1pxrgba(0,0,0,.6);
    line-height: 40px;
    border: 1px solid #fff;
    padding: 5px 15px;
    color: #fff;
    border-radius: 0 10px;
    box-shadow: inset 0 0 5px rgba(53, 86, 129, .5);
    background: #1e5799;
    background: -moz-linear-gradient(left,#04619f 74%,#2a2a72);
    background: -webkit-linear-gradient(left, #04619f 74%, #2a2a72);
    background: linear-gradient(to right, #04619f 74%, #2a2a72);
    margin: 20px 20px 20px 20px;
}

a.gb-button-23592757 {
    display: flex;
    justify-content: center;
/*     width: 100%; */
    padding: 15px 20px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 15px;
    border: 0px solid red;
    background-color: #ff0000;
    color: #ffffff;
    text-decoration: none;
    background-image: linear-gradient(132deg, #ff0000, rgba(214, 205, 2, 0.55));
}

.gb-button {
	color: #ffffff !important;
	box-shadow: 0px 10px 20px 1px rgb(200 200 200); 
	transition: all 0.15s ease-in-out;
}

.gb-button:hover {
    cursor: pointer;
    /* 마우스 위치 시 포인터로 표시 */
    transform: scale(1.05);
    /* 마우스 위치 시 버튼 확대 크기*/
    transition: all 0.20s ease-in-out;
    /* 버튼 확대 속도 */
}

.strong_weight {
	font-weight: 700;
}

.cdx-list {
    margin: 0;
    padding: 0;
    outline: none;
    display: grid;
    counter-reset: item;
    gap: var(--spacing-s);
    padding: var(--spacing-xs);
    padding-left: 1em; /* 불릿 공간 확보 */
    --spacing-s: 8px;
    --spacing-xs: 6px;
    --list-counter-type: numeric;
    --radius-border: 5px;
    --checkbox-background: #fff;
    --color-border: #C9C9C9;
    --color-bg-checked: #369FFF;
    --line-height: 1.45em;
    --color-bg-checked-hover: #0059AB;
    --color-tick: #fff;
    --size-checkbox: 1.2em;
}

.cdx-list__item {
    line-height: var(--line-height);
/*     display: grid; */
    position: relative;
  	padding-left: 1em;
/*     display: list-item; */
/*     list-style-type: disc; */
/*     list-style-position: inside; */
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    grid-template-areas:
        "checkbox content"
        ". child";
}

.cdx-list__item li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: black;
}


.cdx-list__item-content {
    word-break: break-word;
    white-space: pre-wrap;
    grid-area: content;
    padding-left: var(--spacing-s);
}

.cdx-list-unordered .cdx-list__item:before {
    content: "•";
}


table {
  width: 100%;
/*   max-width: 700px; */
  margin: 0 auto;
  border-collapse: collapse;
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  overflow: hidden;
  border:1px solid red;
}

thead {
  background-color: #f4f6f8;
}

th, td {
  padding: 16px 20px;
  text-align: left;
}

th {
  font-size: 1.1em;
  color: #333;
}

td {
  color: #555;
}

tbody tr:nth-child(even) {
  background-color: #fafafa;
}

tbody tr:hover {
  background-color: #f0f4ff;
  transition: background-color 0.3s;
}




