/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.elementor-menu-anchor {
	top: -125px;
	position: relative;
}

a {
  color: #4B98DB; /* 기본 텍스트 색상 */
  text-decoration: none; /* 밑줄 제거 */
  }

/*** table type1 thead,tbody ***/
.t1 {
  border-collapse: collapse;
}

.t1 th {
  background-color: rgba(128, 128, 128, 0.0759882353);
  text-align: center;
  vertical-align: middle;
  border: 0;
  padding: 4px;
}

.t1 td {
  text-align: center;
  vertical-align: top;
  border: 0;
  padding: 4px;
}

.t1 thead:first-child tr:first-child th {
  border-block-start: 1px solid #000000;
}

.t1 thead tr th {
  border-block-end: 1px solid #000000;
}

.t1 tbody tr:last-child td {
  border-bottom: 1px solid #000000;
}

.t1 tbody tr:nth-child(odd) td {
  background-color: rgba(0, 0, 0, 0.0);
}

.t1 tbody tr:hover td {
  background-color: rgba(0, 0, 0, 0.00);
}

.t1 tbody tr:hover th {
  background-color: rgba(128, 128, 128, 0.0759882353);
}

.t1 th:first-child,
.t1 td:first-child {
  text-align: left;
}

.t1 thead tr:nth-child(even) th {
  text-align: center;
}

/*** table t2 thead,tbody ***/
.t2 th {
	background-color: rgba(128, 128, 128, 0.0759882353);
	text-align: center;
	vertical-align: middle;
	border: 0px;
	padding: 4px;
}

.t2 td {
	text-align: left;
	vertical-align: top;
	border: 0px;
	padding: 4px;
}

.t2 thead:first-child tr:first-child th {
    border-block-start: 1px solid #000000;
}

.t2 thead tr th {
	border-block-end: 1px solid #000000;
}

.t2 tbody tr:last-child {	
	border-block-end: 1px solid #000000;
}

.t2 tbody tr:nth-child(odd) td {
	background-color: rgba(0, 0, 0, 0.0);
}

.t2 tbody tr:hover td {
	background-color: rgba(0, 0, 0, 0.00);
}

.t2 tbody tr:hover th {
	background-color: rgba(128, 128, 128, 0.0759882353);
}

.t2 thead tr:nth-child(even) th {
	text-align: center;
}

/*** table t3 thead,tbody ***/
.t3 th {
	background-color: rgba(128, 128, 128, 0.0759882353);
	text-align: center;
	vertical-align: middle;
	border: 0px;
	padding: 4px;
}

.t3 td {
	text-align: right;
	vertical-align: top;
	border: 0px;
	padding: 4px;
}

.t3 thead:first-child tr:first-child th {
    border-block-start: 1px solid #000000;
}

.t3 thead tr th {
	border-block-end: 1px solid #000000;
}

.t3 tbody tr:last-child {	
	border-block-end: 1px solid #000000;
}

.t3 tbody tr:nth-child(odd) td {
	background-color: rgba(0, 0, 0, 0.0);
}

.t3 tbody tr:hover td {
	background-color: rgba(0, 0, 0, 0.00);
}

.t3 tbody tr:hover th {
	background-color: rgba(128, 128, 128, 0.0759882353);
}

.t3 th:first-child { 
	text-align: left; 
}

.t3 thead tr:nth-child(even) th {
	text-align: center;
}

.t3 td:first-child { 
	text-align: left; 
}

.tr-line {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.t4 th {
background-color: rgba(128, 128, 128, 0.0759882353);
text-align: center;
vertical-align: middle;
padding: 4px;
}
 
.t4 td {
text-align: center;
vertical-align: top;
padding: 4px;
}
 
.t4 thead:first-child tr:first-child th {
border-block-start: 1px solid #000000;
}
 
.t4 thead tr th {
border-block-end: 1px solid #000000;
}
 
.t4 tbody tr:last-child {
border-block-end: 1px solid #000000;
}
 
.t4 tbody tr:nth-child(odd) td {
background-color: rgba(0, 0, 0, 0.0);
}
 
.t4 tbody tr:hover td {
background-color: rgba(0, 0, 0, 0.00);
}
 
.t4 tbody tr:hover th {
background-color: rgba(128, 128, 128, 0.0759882353);
}
 
.t4 th:first-child {
text-align: center;
border-left: 0px;
}
 
.t4 thead tr:nth-child(even) th {
text-align: center;
}
 
.t4 td:first-child {
text-align: center;
border-left: 0px;
}
 
.t4 th:last-child {
border-right: 0px;
}
 
.t4 td:last-child {
border-right: 0px;
}

/*** journal information ***/
.custom-table, 
.custom-table td, 
.custom-table th {
  border: none;
  border-collapse: collapse;
}