:root {
  --max-container:100%;
  --full-container: 1800px;
  --middle-container: 1460px;
  --sub-container: 1200px;
  --main-color: #ff4100;
  --bg-color: #001122;
  --btn-color: #f35722;
}
.full-container 
{max-width:var(--full-container); margin:0 auto;}
.middle-container
{max-width:var(--middle-container); margin:0 auto;}
.sub-container
{max-width:var(--sub-container); margin:0 auto;}

@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);

body 
{position: relative; word-break: keep-all; font-size: 10px;} 
* 
{box-sizing: border-box; font-size: 10px; letter-spacing: -0.03rem; font-family: "Noto Sans KR", 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: #030303;} 
span 
{margin: 0; padding: 0; list-style: none; word-break: keep-all; line-height: 1;}
a 
{text-decoration: none; color: #030303;} 
.common-title 
{font-size: 4.6rem; font-weight: 700; text-align: center; padding-bottom: 5.5rem;}
.common-detail
{font-size: 4.6rem; font-weight: 700; color: var(--main-color);}
#subContent
{margin: 10rem 0;}

#subVisual
{position: relative; overflow: hidden;}

#subNavCon
{position: absolute; bottom: 3rem; backdrop-filter: blur(5px);}
#subNav .elementor-item:hover
{background-color: var(--bg-color); border-radius: 0.1rem 1rem 0.1rem 1rem;}
#subNav .elementor-item-active
{background-color: var(--bg-color); border-radius: 0.1rem 1rem 0.1rem 1rem;}