@charset "utf-8";

/* CSS Reset */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100..900&display=swap');
/* font-family: "Noto Sans KR", sans-serif; */
/* font-family: "Roboto", sans-serif; */

:root{
  --font-size-h2:5rem;
  --font-size-h3:3rem;
  --font-size-h4:2rem;
  --font-size-h5:1.5rem;
  --font-size-h6:1.2rem;

  --font-color-main:#6a6869;
  --font-color-point1:#e70012;
  --font-color-point2:#ae9b73;
  --font-color-sub:#231816;
  
  --font-color1:#d8d8d8;
  --font-color2:#333333;
}
html, body, div , span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{margin: 0; padding: 0; border: 0; font-size: 100%;}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section{display: block;}
html{font-size: 16px;}
body{font-family: "Noto Sans KR", sans-serif;
  color: #333}
ol, ul{list-style: none;}
table{border-collapse: collapse; border-spacing: 0;}
address{font-style: normal}
a{color: #333; text-decoration: none; display: block;}
img{border: 0; vertical-align: top}

.hidden{display: block; position: absolute;
 left: -1000%; width: 1px; height: 1px;
  overflow: hidden; color: #fff}


.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}
#wrap{width: 100%; overflow: hidden;}

/* skip nav(바로가기 메뉴) */
#skipNav{
  position: relative;width: 100%; overflow: hidden; z-index: 110;
}
#skipNav a{
  height: 1px; margin-bottom: -1px; overflow: hidden; text-align: center; color: #fff;
font-size: 1.2rem; font-weight: 600; 
}
#skipNav a:focus{
  height: auto; padding: 15px 0;background: red;
}

/* 헤더 공통 영역 */
#headerArea{width: 100%; height: 180px; 
  background: #fff; border-bottom: 1px solid #ccc;
  position: fixed; left: 0; top: 0; z-index: 100;
}
#headerArea .header_inner{
  width: 1400px;  margin: 0 auto;
  height: 180px; position: relative;
  
}
#headerArea h1{width: 1400px; padding-top: 20px;font-size: 2em; color: #fff; text-align: center;}
#headerArea .ch h1{
  float: left; width: 200px;padding-top: 10px;
  margin-right: 50px; transform: scale(.7);
}

#headerArea h1 a{
  width: 200px; 
  height: 88px; 
  margin: 0 auto;
  background: url(../images/top_logo_SVG.svg ) no-repeat;
  text-indent: -999px; overflow: hidden;
}
#headerArea .top_menu{
  position: absolute; right:82px; top: 80px;
}
#headerArea .ch .top_menu{top: 50px;}

#headerArea .ch .top_menu{float: right;}
#headerArea .top_menu ul{display: flex; gap: 20px; }

	#gnb{
    width:1400px;
  } 
	.ch #gnb{
    float:left;
    width:900px;
    margin-top: 10px;
  }
	
	#gnb ul.dropdownmenu{
    float:left;
    width: 100%;
    display: flex; justify-content: center;
    padding: 20px 0; font-size: 1.2rem;

  }
	#gnb ul.dropdownmenu li.menu{
    position:relative;
    float:left;
    width:16.66%;
    height: 52px;
  }
	
    #gnb ul.dropdownmenu li a.depth1{
      display:block;
      padding: 12px 0;  
      color: #525252;
      text-align: center; 
      transition: all .5s; 
      font-size: 1.22rem;
      font-weight: 500;
    }
	
	
    /* 2depth */
	#gnb ul.dropdownmenu li ul{
      width:100%; 
      height:170px;
      position: absolute; top:52px; left:0;
      padding:20px 0 15px;
      line-height:2.6rem; 
      display: none;
    }

	#gnb ul.dropdownmenu li ul li{
    font-weight: 400;
    font-size: 1rem;
    text-align:center;}
	/* #gnb ul.dropdownmenu li ul li a{
    display:block;  
    color:#333; 
    transition: all .2s ease-out;} */
	/* #gnb ul.dropdownmenu li ul li a:hover{
    color:#fff; 
    background: var(--font-color-point2);
    border-radius: 5px; 
  } */

  #gnb .dropdownmenu .menu ul li a {
    display: block;
    padding-top: 0px;
    background-repeat: no-repeat;
    background-position: center 100%;
    background-size: 0 1px;
    background-image: linear-gradient(red, red);
    transition: all 0.3s ease;
  }
  
  #gnb .dropdownmenu .menu ul li a:hover {
    transform: translateY(-5px);
    background-size: 70% 1px;
    font-weight: 800;
  }
/* 전체 검색 */
.total_search_box{
  width: 800px; 
  padding: 50px; 
  border-radius: 30px; 
  background: #f9f9f9;
  position: fixed; z-index: 50;
  left:50%; top:50%; 
  transform: translate(-50%, -50%); 
  box-shadow: 1px 1px 15px 1px rgba(0,0,0,.3); 
  display: none;
  text-align: center;
}

.total_search_box strong{
  display: block; 
  font-size: 2rem; 
  text-align: center; 
  margin-bottom: 30px;
}
.total_search_box strong i{
 margin-right: 12px;
 font-size: 1.8rem;
}
.total_search_box label{
  font-size: 1.22rem;
  font-weight: 500;
}
.total_search_box input{
  width: 300px;
  height: 30px;
  margin: 0 20px;
  border: 0;
  position: relative;
  font-size: 1.1rem;
  line-height: 1.1rem;
  border: 0;
  outline: none ;border-bottom: 1px solid var(--font-color-point2);
  background: #f9f9f9;
}

.total_search_box button{
  font-size: 1.2rem;
  border: 0;
  background: var(--font-color-point2);
  padding: 5px 20px;
  border-radius: 10px;
  color: #fff;
}

/* 푸터 공통 영역 */
#footerArea{
  width: 100%; 
  background: var(--font-color-main);
  color: var(--font-color1);font-size: .9rem;
  
}
#footerArea .footer_inner{
    width: 1400px; margin: 0 auto;
    padding: 30px 0;
}
#footerArea .top_move{
  width: 80px; height: 80px; background: var(--font-color-point1);
  color: #fff; font-size: 1.3rem; ; font-weight: 600;
  /* display: flex; justify-content: center; align-items: center; */
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, .3);
  position: fixed; left: 50%; bottom: 150px;
  margin-left: 750px;
  transition: color,background 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.55) ;
  display: none;
  border-radius: 50%
}
#footerArea .top_move:hover{
  color: var(--font-color-point1); background: #fff;
  transform: scale(1.2);
}
#footerArea .top_move>span{
  display: block;
  text-align: center;
  margin-top: 25px;
  
}
#footerArea .footer_inner .bottom_menu a{
  color: var(--font-color1);
}
#footerArea .footer_inner .footer_logo{
  width: 437px; height: 28px;
  padding-bottom: 20px;
}
#footerArea .footer_inner{display: flex; justify-content: space-between;}
#footerArea .footer_inner .footerLeft{
  display: flex; flex-direction: column; gap: 5px;
position: relative;}
#footerArea .footer_inner .footerLeft ul:nth-of-type(1){display: flex; justify-content: flex-start; gap: 30px;}
#footerArea .footer_inner .footerLeft .bottom_menu{
  display: flex; justify-content: space-between;
  padding: 15px 0;
  font-size: 1.0rem;
  font-weight: 500;
}
#footerArea .footer_inner .footerLeft .bottom_menu li{position: relative;}
#footerArea .footer_inner .footerLeft .bottom_menu li::after{content: ''; width: 1px; height: 15px; display: block; background: #fff;
   position: absolute; right:-11px; top:6px}
#footerArea .footer_inner .footerLeft .bottom_menu li:last-child::after{content: ''; display: none;}
/* #footerArea .footer_inner .footerLeft .bottom_menu::after{
  content:''; display: block; width: 440px; height: 1px; background: #a3a3a3;
  position: absolute; top: 44px; left: -1px;
} */


#footerArea .footerRight .family{
  width:214px;  
  position:relative;  
  margin-bottom: 15px;
}
  #footerArea .footerRight .family .arrow{ 
  display:block;
  font-size:1rem; 
  font-weight: 400;
  text-align: left; 
  letter-spacing: 3px;
  transition: all 1s;
  padding: 5px 5px;
  color: #fff;
  border-top: 1px solid var(--font-color1);
  border-bottom: 1px solid var(--font-color1);
}
#footerArea .footerRight .family .arrow span{
  color: #fff;
  font-size: 1rem;
  position: absolute;    right: 9px; top: 9px;
}
#footerArea .footerRight .family .arrow:hover{
  color:#fff; background: var(--font-color-point1);
}
#footerArea .footerRight .family .aList{ 
  position:absolute; top:-172px; left:0px; width:214px; 
  background: var(--font-color-main); display:none;
 
}
  #footerArea .footerRight .family .aList li{ 
    line-height:1.5rem; 
    border-bottom: 1px solid #ccc;
}
#footerArea .footerRight .family .aList li a{
  display:block;text-align: center; padding: 5px 0; transition: all .4s ease-in-out;
  color: #fff;
  letter-spacing: 1px;
}
#footerArea .footerRight .family .aList li a:hover{
  color:#fff; background: var(--font-color-point1)
}



#footerArea .footer_inner .footerRight div:nth-of-type(2) a{
  /* padding: 7px 0 10px 0;
  position: absolute; top: 0; left: 0; */
  font-weight: 700; font-size: 2.5rem;
  color: #fff;
}



#footerArea .footer_inner .footerRight .sns{
  display: flex; justify-content: space-between; gap: 20px;
  margin-top: 15px;
}
#footerArea .footer_inner .footerRight .sns li a{
  width: 39px; height: 39px;
  text-indent: -999px; overflow: hidden;
}
#footerArea .footer_inner .footerRight .sns .insta{
  background: url(../images/icon_instargram.png) no-repeat;
}
#footerArea .footer_inner .footerRight .sns .insta:hover{

}
#footerArea .footer_inner .footerRight .sns .blog{
  background: url(../images/icon_blog.png)no-repeat;
}
#footerArea .footer_inner .footerRight .sns .blog:hover{

}
#footerArea .footer_inner .footerRight .sns .youtube{
  background: url(../images/icon_youtube.png)no-repeat;
}
#footerArea .footer_inner .footerRight .sns .youtube:hover{

}
#footerArea .footer_inner .footerRight .sns .kakaotalk{
  background: url(../images/icon_kakaotalk.png)no-repeat;
}
#footerArea .footer_inner .footerRight .sns .kakaotalk:hover{

}











