@charset "utf-8";


/* Webfont Setting :
  1. font-family: 'Roboto', sans-serif;
  2. font-family: 'Nanum Gothic', sans-serif;
  3. font-family: 'Noto Sans KR', sans-serif;
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');


/* RESET -------------------------------------- */
*{ margin: 0; padding: 0; box-sizing: border-box; }

html, body{
  font-size: 10px;
}

body{
  font-family: "맑은 고딕", sans-serif;
  /* font-size: 10px; */
  font-size: 1.4rem;  /* rem : Root Element 폰트사이즈 기준 설정단위 */
}

p{ line-height: 1.5; }

ul, ol{ list-style: none; }
dl, dd, dt{ margin: 0; padding: 0; }



table, tr, th, td{ 
  border: 1px solid #000; border-collapse: collapse; 
}
caption{
  width: 100%; height: 30px; line-height: 30px;
  font-size: 1.2em;
}

fieldset{ border: 0; }
input, label{ vertical-align: middle; }



/* Common Class ------------------------------------ */
#wrap{
  min-width: 1170px;
  width: 100%;
  height: auto;
  position: relative;
}

#wrap #header, #wrap>div, #wrap footer{width: 100%; height: auto;}

.container{
  width: 1170px; height: auto;
  margin: 0 auto;
}




/* Header ------------------------------------ */
#header{
  height: 60px !important;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 20;
  position: absolute;
  overflow: hidden;
  transition: height 0.5s ease-in-out;
}

#header:hover{
  height: 260px !important;
}

#header::after{
  content: ''; display: block;
  width: 100%; 
  height: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 20;
  position: absolute; 
  left: 0; top: 60px;
  transition: height 0.5s ease-in-out;
}

#header:hover::after{
  height: 200px;
}

#header .container{
  height: 60px;
  display: flex;
  justify-content: space-between;}

#header .container h1{
  width: 160px;
  height: 100%;
  padding: 15px 0;
  margin: 0;
}
#header .container h1 a{
  display: block;
  width: 100%; height: 100%;
  background: url(../images/mainLogo.png) no-repeat 0 0;
}

#header .container .navi{
  display: flex;
  justify-content: space-around;
  width: 450px; height: 100%;
  padding: 10px 0;
}

/* 주메뉴 활성화 클래스 - jQuery */
.open{display: block !important;}

#header .container .navi>li{
  width: 100%;
  height: 100%;
  position: relative;
}

#header .container .navi>li>a{
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0.4em 0;
  font: 500 18px 'Noto Sans KR', sans-serif;
  color: #fff;
  text-decoration: none;
}

#header .container .navi>li>a:hover{
  color: #4fb383;
  text-decoration: none;
}

#header .container .navi>li:last-child>a{
  border: 2px solid #fff;
  padding: 0.2em 0;
}

#header .container .navi>li:last-child>a:hover{
  border: 2px solid #4fb383;
  background-color: #4fb383;
  color: #fff;
  text-decoration: none;
}

#header .container .navi>li ul{
  position: absolute;
  left: 0px; top: 50px;
  display: block;
  width: 100%;
  height: 200px;
  padding: 20px 0;
  z-index: 30;
}


#header .container .navi>li li{
  width: 100%; height: 40px;
}

#header .container .navi>li li a{
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-indent: 1.5em;
  text-decoration: none;
  font: 300 16px/40px 'Noto Sans KR', sans-serif;
}

#header .container .navi>li li a:hover{
  color: #4fb383;
}



/* Mainview ------------------------------------ */
#wrap #mainview{
  height: 300px;
  background: url(../images/introduce_bg.png) no-repeat fixed center 0;
  background-size: cover;
  margin-bottom: 80px;
}

#mainview .container{padding-top: 220px;}

#mainview .container .title{
  width: 100%;
  height: 60px;
  padding-bottom: 20px;}

#mainview .container .title h2{
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  font: 700 30px/40px 'Noto Sans KR', sans-serif;
  position: relative;
}

#mainview .container .title h2::after{
  content: ''; display: block;
  width: 110px; height: 3px;
  background-color: #fff;
  position: absolute;
  left: 50%; bottom: -10px;
  margin-left: -55px;
}





/* Content */

/* 탭메뉴 활성화 Class - jQuery *************************** */
.on{
  background-color: #fff !important;
  color: #0e7041 !important;
  border-bottom: 3px solid #fff !important;
  border-top: 3px solid #0e7041 !important;
  border-left: 3px solid #0e7041 !important;
  border-right: 3px solid #0e7041 !important;
  
}

#wrap #content{
  width: 100%;
  height: auto;
  margin-bottom: 200px;
}

#wrap #content .container{
  height: 1060px;
  padding: 0 0 160px;
}

#wrap #content .container ul{
  width: 100%;
  height: auto;
  position: relative;
}

#wrap #content .container ul li{
  width: 585px;
  height: auto;
  float: left;
  position: relative;
}

#wrap #content .container ul li a.tab-btn{
  display: block;
  width: 100%; height: 60px;
  margin-bottom: 160px;
  text-align: center;
  font: 500 20px/60px 'Nanum Gothic', sans-serif;
  color: #777;
  background-color: #eee;
  text-decoration: none;
  border-bottom: 3px solid #0e7041;
}

#wrap #content .container ul li .contents{
  position: absolute;
  width: 1170px;
  height: 800px;
}

#wrap #content .container ul li:nth-child(2) .contents{left: -585px;}

/* All Tab contents section common Class ------------ */
#wrap #content .container ul li .contents .title {
  width: 100%;
  height: 120px;
  margin-bottom: 100px;
}

#wrap #content .container ul li .contents .title h3{
  width: 100%;
  height: 60px;
  text-align: center;
  position: relative;
  font: 700 30px/40px 'Noto Sans KR', sans-serif;
  color: #222;
  margin-bottom: 40px;
}

#wrap #content .container ul li .contents .title h3::after{
  content: ' '; display: block;
  width: 80px; height: 4px;
  background-color: #4fb383;
  position: absolute; left: 50%; bottom: 0;
  margin-left: -30px;
}

#wrap #content .container ul li .contents .title p{
  width: 100%;
  text-align: center;
  font: 400 18px 'Noto Sans KR', sans-serif;
}

/* Each Tab contents section Class ----------- */
#wrap #content .container ul li:first-child .contents_box {
  width: 100%;
  height: 460px;
  padding: 0 70px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

#wrap #content .container ul li:first-child .contents_box>div {
  width: 45%;
  height: 100%;
}

#wrap #content .container ul li:first-child .contents_box .right {
  padding-top: 80px;
} 

#wrap #content .container ul li:first-child .contents_box>div p{
  font: 400 18px/1.618 'Noto Sans KR', sans-serif;

}

#wrap #content .container ul li:first-child .contents_box>div p.bold {
  text-align: center;
  font-weight: 600;
  margin-bottom: 60px;
}

#wrap #content .container ul li:first-child .contents_box>div p.bold:first-child {
  margin-bottom: 20px;
}

#wrap #content .container ul li:first-child .contents_box>div p:nth-child(3) {
  margin-bottom: 90px;
  font: 400 16px/1.618 'Noto Sans KR', sans-serif;
  word-break: keep-all;
  text-align: center;
}

#wrap #content .container ul li:first-child .contents_box>div p.name {
  margin-bottom: 0;
  text-align: right;
  padding-right: 30px;
  font-weight: 700;
  font-size: 18px;
}




/* Footer ------------------------------------ */
#wrap #footer{
  height: 80px;
  background-color: #333;
}

#footer .container{
  height: 100%;
  padding: 20px 0;
  display: flex;
  flex-wrap: nowrap;
}

#footer .footerLogo{
  width: 200px;
  height: 100%;
}

#footer .footerLogo img{
  width: 120px;
  height: auto;
  margin: 7px 0;
}

#footer .footer_info{
  width: 700px;
  height: 100%;
  padding-right: 100px;
  display: flex;
  flex-wrap: wrap;
}

#footer .footer_info li{
  margin-right: 24px;
  color: #ccc;
  font: 400 12px/20px 'Nanum Gothic', sans-serif;
}

#footer .copyrights{
  height: 100%;
  color: #999;
  font: 400 12px/40px 'Nanum Gothic', sans-serif;
  text-align: right;
}