/* 
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;
}

/* Link color */
a:link,
a:visited {
  color: #385623;
}

.custom-table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}

.custom-table th,
.custom-table td {
  border: none;          /* 가로선, 세로선 모두 제거 */
  padding: 6px 10px;      /* 세로 폭을 조금 타이트하게 */
  line-height: 1.3;
  vertical-align: top;
}

.custom-table thead th,
.custom-table tbody th {
  border: none;
}

.custom-table tr {
  border: none;
}

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

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