:root {
  --full-container: 1600px;
  --middle-container: 1460px;
  --main-color: #ff6f00;
  --sub-color: #757575;
  --sub-color2: #1d6190;
  --txt-color: #161616;
}
.full-container {max-width:var(--full-container); margin:0 auto;}
.middle-container {max-width:var(--middle-container); margin:0 auto;}

html {font-size: 62.5%;}
body {position: relative; word-break: keep-all;} 
* {box-sizing: border-box; letter-spacing: -0.12rem; font-family: 'SCoreDream', sans-serif; line-height: 1;} 
body,h1,h2,h3,h4,h5,p,ul,li,address,small,a,br,hr,button,img,dl,dd,dt {margin: 0; padding: 0; list-style: none; word-break: keep-all; line-height: 1; color: var(--txt-color);} 
span {margin: 0; padding: 0; word-break: keep-all; line-height: 1;}
a {text-decoration: none; color: var(--txt-color);} 

/* 기본설정변경 */
.nav a 
{font-family: "SCoreDream", sans-serif; letter-spacing: 1.4;}
.header .elementor-nav-menu--main .elementor-item
{justify-content: center; font-family: 'SCoreDream', sans-serif !important; font-size: 1.8rem !important; font-weight: 400 !important; letter-spacing: -0.14rem;}
.header .sub-menu.elementor-nav-menu--dropdown
{width: 100% !important;}
.header .menu-item
{min-width: 19rem;}
.header .menu-item a.elementor-sub-item
{white-space: wrap; line-height: 1.4;}
.header .sub-menu
{transform: translate(0);}
ul.elementor-nav-menu--dropdown a,ul.elementor-nav-menu--dropdown a:focus,ul.elementor-nav-menu--dropdown a:hover
{border: 0 !important;}
.header .elementor-nav-menu .sub-arrow
{display: none;}
.elementor-nav-menu .sub-arrow
{display: none;}

/* table */
table {border-top: 2px solid #333;}
table tr th {font-size: 18px; color: #1b1b1b; font-weight: bold; border: 0; border-bottom: 1px solid #e5e5e5; background: #f7f7f7;}
table tr td {text-align: center; vertical-align: middle; font-size: 1.8rem; color: #222; text-align: center; border: 0; border: 1px solid #e5e5e5; background-color: #fff; }
table tr td:nth-last-of-type(1) {border-right: 0;}
table tr td:nth-of-type(1) {border-left: 0;}
table tr th {width: 28rem; vertical-align: middle; background-color: #f7f7f7 !important;}
table tr td {border-top: 0px solid; background-color: #fff !important;}