@charset "UTF-8";
body{font-family: 'NanumSquareR';}

html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, big, cite, code,
em, img, small, strike, strong
b, u, i,
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, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: 'NanumSquareR';
}

@font-face {
 font-family: 'NanumSquareR';
 src: url(NanumSquareR.eot);
 src: url(NanumSquareR.eot?#iefix) format('embedded-opentype'),
      url(NanumSquareR.woff) format('woff'),
      url(NanumSquareR.ttf) format('truetype');
}
/*PC시작*/
/*2560px(1921~2560)*/
@media (min-width: 1921px){
  #eff{display: none;}
  #m{display: none;}
  .accordion-menu{display: none;}
  .ct_m{display: none;}

  /*주메뉴*/
  .nav_box{
  	width: 100%;
  	position: absolute;
  	top: 0px;
  	font-size: 15pt;
  	font-weight: 300;
  	color: #ffffff;
  }
  .nav_box2{
    background-color: #2a4947;
    width: 100%;
    position: absolute;
    top: 115px;
    height: 62px;
  }
  .nav {
  	margin-left: 40px;
  }
  .nav6{
    color: #ffffff;
    margin-left: 13px;
  }
  .co{
    margin-left: 5%;
    margin-top: 3px;
    font-size: 11pt;
    font-weight: 200;
  }

  /*특수문자l 언어선택*/
  .split{
  	margin-left: 40px;
  }
  .split2{
  	margin-left: 13px;
  }
  .split3{
  	color: #999999;
  	margin-left: 5px;
  	margin-right: 5px;
  }



  /*실선미니메뉴*/
  .mini_menu{
  	position:relative;
  	top: 392px;
  	width: 1535px;
  	z-index: 995;
  	display: flex;
  	margin: 0 auto;
  	vertical-align: middle;
  }
  .mini_menu p{
  	font-size: 12pt;
  	font-weight: 400;
  	color: #99a19e;
  	margin-left: 50px;
  	margin-top: 5px;
  }
  .mini_menu img{
  	width: 20px;
  	height: 17px;
  	padding-top: 3px;
  }


  /*실선*/
  table {
  	width: 1600px;
  	height: 100%;
  	top: 355px;
  	position: relative;
  	margin: 0 auto;
  	vertical-align: middle;
  }
  td {
  	border: 1px solid #cccccc;
  	position: relative;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  td p{
    font-size: 12pt;
    color: #999999;
    text-align: center;
  }
  .td_1{
  	width: 80px;
  }
  .td_2{
  	width: 145px;
  }
  .td_3{
  	width: 130px;
  }
  .td_5{
  	position: absolute;
  	width: 1598px;
  	height:1300px;
  	top: -1px;
  }


  /*메뉴이미지*/
  .sub1_img{
  	top: 177px;
  	width: 100%;
    height: 200px;
    background: url('../img/sub1_img.jpg') center center no-repeat;
    background-size: cover;
  	position: absolute;
  	z-index: 1;
  }

  .sub1_img p{
  	position: relative;
  	text-align: center;
  	font-size: 30pt;
  	font-weight: bolder;
  	color: #fff;
  	margin:0 auto;
  	top: 95px;
    z-index: 2;
  }


  /*본문텍스트 이미지*/
  .ct_text{
  	position: relative;
  	text-align: center;
  	z-index: 999;
  	margin:0 auto;
  	top:460px;
  }
  .ct_text1 p{
  	font-size: 16pt;
  	font-weight: 400;
  	color: #003333;
  }
  .ct_text2 p{
  	font-size: 40pt;
  	font-weight: 500;
  	color: #037879;
  }
  .ct_img{
  	position: relative;
  	margin: 0 auto;
  	width: 1280px;
  	height: auto;
  	top: 500px;
  }
  .map img{
    margin-bottom:40px;
  }
  .map{
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
  }


  /*탑버튼*/
  .top_bt {
    width: 60px;
    height: 60px;
    position: fixed;
    z-index: 999;
    right: 20px;
    margin: 0;
    padding: 0;
    bottom: 20px;
  }
  .top_bt a{
    bottom: 0;
  }


  /*푸터*/
  footer{
  	position: relative;
  	width: 100%;
  	height: 150px;
  	background-color: #293030;
  	bottom: -530px;
  }
  .foot{
  	position: relative;
  	width: 1600px;
  	height: 135px;
  	margin: 0 auto;
  	vertical-align: middle;
  }
  .foot_logo{
  	position: absolute;
  	top: 45px;
  	left: 250px;
    display: block;
  }

  .foot_text{
  	position:relative;
  	top: 35px;
  	left: 500px;
  	display: inline-block;
  }
  .foot_text a{
  	font-weight: 400;
  	font-size: 14pt
  	color:#999999;
  }
  .foot_text a:link{
    color: #999999;
    text-decoration: none;
  }
  .foot_text a:visited{
    color: #999999;
    text-decoration: none;
  }
  .foot_text a:active{
    color: #999999;
    text-decoration: none;
  }
  .foot_text a:hover{
  	z-index: 999;
    color: #5fd5d4;
  }
  .split3{
  	color: #999999;
  	margin-left: 5px;
  	margin-right: 5px;
  }
  .foot_text p{
  	font-weight: 300;
  	font-size: 12pt;
  	color: #999999;
  	margin-top: 5px;
  }


  /*navbar가 주메뉴관련  container이 서브메뉴관련*/
  /* Start Navigation Bar */
  .navbar {
    width: 100%;
  	height: 115px;
    margin: 0 auto;
    color: #fff;
    background-color: #001918;
  }
  .navbar .menu {
    position: relative;
    display: flex;
  	top: 55px;
  	left: 35%;
  }
  .navbar .menu nav {
    display: flex;
    transition: background-color .5s ease;
    text-align: center;
  }
  .navbar .menu a {
    position: relative;
    display: inline-flex;
    text-decoration: none;
    color: #ffffff;
    justify-content: center;
    z-index: 9999999;
  }

  .menu a:active{
    color: #5fd5d4;
    text-decoration: none;
  }
  .menu a:hover{
  	z-index: 999;
    color: #5fd5d4;
  }
  .navbar .menu a > .fa {
    font-weight: 300;
  }
  .menu a:hover{
  	color: #5fd5d4;
  }
  .navbar .menu nav:hover {
    background-color: #001918;
  	color: #5fd5d4;
  }
  .navbar .menu nav:hover .container {
    display: flex;
  }
  /* End Navigation Bar */

  /* Start Single Section Menu */
  nav ul{
  	width: 100%;
  }
  .container {
  	height: 60px;
    position: absolute;
    z-index: 998;
    top:60px;
    right: 0;
  	left: -35%;
  	display:none;
    margin-bottom: 30px;
    text-align: center;
  	width: 100%;
  }
  .container a{
    text-align: center;
    font-weight: 300;
  	font-size: 14pt;
  	top: 20px;
  	margin-left: 35px;
  	margin-right: 35px;
    z-index: 9999999;
  }

  .container a:active{
    color: #5fd5d4;
    text-decoration: none;
  }
  .container a:hover{
    z-index: 999;
    color: #5fd5d4;
    text-decoration: none;
  }
  .container__list {
  	width: 100%;
    display:  inline-flex;
  	text-align: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .container__listItem {
    overflow: hidden;
    padding: 1px 1px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .container__listItem > div {
    overflow: hidden;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    text-overflow: ellipsis;
    color: #fff;
  }

  /* 고정용 End Single Section Menu */
  .container1 {
  	height: 60px;
    position: absolute;
    z-index: 998;
    top:60px;
    right: 0;
  	left: -35%;
  	display:inline-flex;
    margin-bottom: 30px;
    text-align: center;
  	width: 100%;
  }
  .container1 a{
    text-align: center;
    font-weight: 300;
  	font-size: 14pt;
  	top: 20px;
  	margin-left: 35px;
  	margin-right: 35px;
    z-index: 9999999;
  }


  .container1 a:active{
    color: #5fd5d4;
    text-decoration: none;
  }
  .container1 a:hover{
    z-index: 999;
    color: #5fd5d4;
    text-decoration: none;
  }
  .container1__list {
  	width: 100%;
    display:  inline-flex;
  	text-align: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .container1__listItem {
    overflow: hidden;
    padding: 1px 1px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .container1__listItem > div {
    overflow: hidden;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    text-overflow: ellipsis;
    color: #fff;
  }
  .navbar .menu nav:hover .container {
    display: inline-flex;
  	z-index: 998;
  	background-color: #2a4947;
  }
}







/*1920px(1281~1920)*/
@media (min-width: 1281px) and (max-width:1920px){
  #eff{display: none;}
  #m{display: none;}
  .accordion-menu{display: none;}
  .ct_m{display: none;}

  /*주메뉴*/
  .nav_box{
    width: 100%;
    position: absolute;
    top: 0px;
    font-size: 15pt;
    font-weight: 300;
    color: #ffffff;
  }
  .nav_box2{
    background-color: #2a4947;
    width: 100%;
    position: absolute;
    top: 115px;
    height: 62px;
  }
  .nav {
    margin-left: 30px;
  }
  .nav6{
    color: #ffffff;
    margin-left: 13px;
  }
  .co{
    margin-left: 4%;
    margin-top: 3px;
    font-size: 11pt;
    font-weight: 200;
  }

  /*특수문자l 언어선택*/
  .split{
    margin-left: 30px;
  }
  .split2{
    margin-left: 13px;
  }
  .split3{
    color: #999999;
    margin-left: 5px;
    margin-right: 5px;
  }



  /*실선*/
  table {
  	width: 1600px;
  	height: 100%;
  	top: 355px;
  	position: relative;
  	margin: 0 auto;
  	vertical-align: middle;
  }
  td {
  	border: 1px solid #cccccc;
  	position: relative;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  td p{
    font-size: 12pt;
    color: #999999;
    text-align: center;
  }
  .td_1{
  	width: 80px;
  }
  .td_2{
  	width: 145px;
  }
  .td_3{
  	width: 130px;
  }
  .td_5{
  	position: absolute;
  	width: 1598px;
  	height:1300px;
  	top: -1px;
  }


  /*메뉴이미지*/
  .sub1_img{
  	top: 177px;
  	width: 100%;
    height: 200px;
    background: url('../img/sub1_img.jpg') center center no-repeat;
    background-size: cover;
  	position: absolute;
  	z-index: 1;
  }

  .sub1_img p{
  	position: relative;
  	text-align: center;
  	font-size: 30pt;
  	font-weight: bolder;
  	color: #fff;
  	margin:0 auto;
  	top: 95px;
    z-index: 2;
  }


  /*본문텍스트 이미지*/
  .ct_text{
  	position: relative;
  	text-align: center;
  	z-index: 999;
  	margin:0 auto;
  	top:460px;
  }
  .ct_text1 p{
  	font-size: 16pt;
  	font-weight: 400;
  	color: #003333;
  }
  .ct_text2 p{
  	font-size: 40pt;
  	font-weight: 500;
  	color: #037879;
  }
  .ct_img{
  	position: relative;
  	margin: 0 auto;
  	width: 1280px;
  	height: auto;
  	top: 500px;
  }
  .map img{
    margin-bottom:40px;
  }
  .map{
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
  }


  /*탑버튼*/
  .top_bt {
    width: 60px;
    height: 60px;
    position: fixed;
    z-index: 999;
    right: 20px;
    margin: 0;
    padding: 0;
    bottom: 20px;
  }
  .top_bt a{
    bottom: 0;
  }

  /*푸터*/
  footer{
  	position: relative;
  	width: 100%;
  	height: 150px;
  	background-color: #293030;
  	bottom: -550px;
  }
  .foot{
  	position: relative;
  	width: 1600px;
  	height: 135px;
  	margin: 0 auto;
  	vertical-align: middle;
  }
  .foot_logo{
  	position: absolute;
  	top: 45px;
  	left: 250px;
    display: block;
  }

  .foot_text{
  	position:relative;
  	top: 35px;
  	left: 500px;
  	display: inline-block;
  }
  .foot_text a{
  	font-weight: 400;
  	font-size: 14pt
  	color:#999999;
  }
  .foot_text a:link{
    color: #999999;
    text-decoration: none;
  }
  .foot_text a:visited{
    color: #999999;
    text-decoration: none;
  }
  .foot_text a:active{
    color: #999999;
    text-decoration: none;
  }
  .foot_text a:hover{
  	z-index: 999;
    color: #5fd5d4;
  }
  .split3{
  	color: #999999;
  	margin-left: 5px;
  	margin-right: 5px;
  }
  .foot_text p{
  	font-weight: 300;
  	font-size: 12pt;
  	color: #999999;
  	margin-top: 5px;
  }


  /*navbar가 주메뉴관련  container이 서브메뉴관련*/
  /* Start Navigation Bar */
  .navbar {
    width: 100%;
  	height: 115px;
    margin: 0 auto;
    color: #fff;
    background-color: #001918;
  }
  .navbar .menu {
    position: relative;
    display: flex;
  	top: 55px;
  	left: 32%;
  }
  .navbar .menu nav {
    display: flex;
    transition: background-color .5s ease;
    text-align: center;
  }
  .navbar .menu a {
    position: relative;
    display: inline-flex;
    text-decoration: none;
    color: #ffffff;
    justify-content: center;
    z-index: 9999999;
  }
  .menu a:link{
    color: #ffffff;
    text-decoration: none;
  }
  .menu a:visited{
    color: #ffffff;
    text-decoration: none;
  }
  .menu a:active{
    color: #ffffff;
    text-decoration: none;
  }
  .menu a:hover{
  	z-index: 999;
    color: #5fd5d4;
  }
  .navbar .menu a > .fa {
    font-weight: 300;
  }
  .menu a:hover{
  	color: #5fd5d4;
  }
  .navbar .menu nav:hover {
    background-color: #001918;
  	color: #5fd5d4;
  }
  .navbar .menu nav:hover .container {
    display: flex;
  }
  /* End Navigation Bar */

  /* Start Single Section Menu */
  nav ul{
  	width: 100%;
  }
  .container {
  	height: 60px;
    position: absolute;
    z-index: 998;
    top:60px;
    right: 0;
  	left: -32%;
  	display:none;
    margin-bottom: 30px;
    text-align: center;
  	width: 100%;
  }
  .container a{
    text-align: center;
    font-weight: 300;
  	font-size: 14pt;
  	top: 20px;
  	margin-left: 35px;
  	margin-right: 35px;
    z-index: 9999999;
  }
  .container a:link{
    color: #ffffff;
    text-decoration: none;
  }
  .container a:visited{
    color: #ffffff;
    text-decoration: none;
  }
  .container a:active{
    color: #ffffff;
    text-decoration: none;
  }
  .container a:hover{
    z-index: 999;
    color: #5fd5d4;
    text-decoration: none;
  }
  .container__list {
  	width: 100%;
    display:  inline-flex;
  	text-align: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .container__listItem {
    overflow: hidden;
    padding: 1px 1px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .container__listItem > div {
    overflow: hidden;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    text-overflow: ellipsis;
    color: #fff;
  }

  /* 고정용 End Single Section Menu */
  .container1 {
  	height: 60px;
    position: absolute;
    z-index: 998;
    top:60px;
    right: 0;
  	left: -32%;
  	display:inline-flex;
    margin-bottom: 30px;
    text-align: center;
  	width: 100%;
  }
  .container1 a{
    text-align: center;
    font-weight: 300;
  	font-size: 14pt;
  	top: 20px;
  	margin-left: 35px;
  	margin-right: 35px;
    z-index: 9999999;
  }
  .container1 a:link{
    color: #ffffff;
    text-decoration: none;
  }
  .container1 a:visited{
    color: #ffffff;
    text-decoration: none;
  }
  .container1 a:active{
    color: #ffffff;
    text-decoration: none;
  }
  .container1 a:hover{
    z-index: 999;
    color: #5fd5d4;
    text-decoration: none;
  }
  .container1__list {
  	width: 100%;
    display:  inline-flex;
  	text-align: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .container1__listItem {
    overflow: hidden;
    padding: 1px 1px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .container1__listItem > div {
    overflow: hidden;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    text-overflow: ellipsis;
    color: #fff;
  }
  .navbar .menu nav:hover .container {
    display: inline-flex;
  	z-index: 998;
  	background-color: #2a4947;
  }
}




/*1366px(1281~1366)*/
@media (min-width: 1281px) and (max-width:1366px){
  #eff{display: none;}
  #m{display: none;}
  .accordion-menu{display: none;}
  .ct_m{display: none;}

  /*로고*/
  .logo_box{
  	position: absolute;
  	width: 200px;
  	height: 50px;
  	z-index: 999;
  	top: 30px;
  	left: 9%;
  }

  /*탑버튼*/
  .top_bt {
    width: 60px;
    height: 60px;
    position: fixed;
    z-index: 999;
    right: 20px;
    margin: 0;
    padding: 0;
    bottom: 20px;
  }
  .top_bt a{
    bottom: 0;
  }



  /*주메뉴*/
  .nav_box{
    width: 100%;
    position: absolute;
    top: 0px;
    font-size: 15pt;
    font-weight: 300;
    color: #ffffff;
  }
  .nav_box2{
    background-color: #2a4947;
    width: 100%;
    position: absolute;
    top: 115px;
    height: 62px;
  }

  .nav {
    margin-left: 20px;
  }
  .nav6{
    color: #ffffff;
    margin-left: 13px;
  }
  .co{
    margin-left: 3%;
    margin-top: 3px;
    font-size: 11pt;
    font-weight: 200;
  }

  /*특수문자l 언어선택*/
  .split{
    margin-left: 20px;
  }
  .split2{
    margin-left: 13px;
  }
  .split3{
    color: #999999;
    margin-left: 5px;
    margin-right: 5px;
  }




  /*실선*/
  table {
  	width: 1600px;
  	height: 100%;
  	top: 355px;
  	position: relative;
  	margin: 0 auto;
  	vertical-align: middle;
  }
  td {
  	border: 1px solid #cccccc;
  	position: relative;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  td p{
    font-size: 12pt;
    color: #999999;
    text-align: center;
  }
  .td_1{
  	width: 80px;
  }
  .td_2{
  	width: 145px;
  }
  .td_3{
  	width: 130px;
  }
  .td_5{
  	position: absolute;
  	width: 1598px;
  	height:1250px;
  	top: -1px;
  }


  /*메뉴이미지*/
  .sub1_img{
  	top: 177px;
  	width: 100%;
    height: 200px;
    background: url('../img/sub1_img.jpg') center center no-repeat;
    background-size: cover;
  	position: absolute;
  	z-index: 1;
  }

  .sub1_img p{
  	position: relative;
  	text-align: center;
  	font-size: 30pt;
  	font-weight: bolder;
  	color: #fff;
  	margin:0 auto;
  	top: 95px;
    z-index: 2;
  }


  /*본문텍스트 이미지*/
  .ct_text{
  	position: relative;
  	text-align: center;
  	z-index: 999;
  	margin:0 auto;
  	top:460px;
  }
  .ct_text1 p{
  	font-size: 16pt;
  	font-weight: 400;
  	color: #003333;
  }
  .ct_text2 p{
  	font-size: 40pt;
  	font-weight: 500;
  	color: #037879;
  }
  .ct_img{
  	position: relative;
  	margin: 0 auto;
  	width: 1280px;
  	height: auto;
  	top: 445px;
  }


  /*푸터*/
  footer{
  	position: relative;
  	width: 100%;
  	height: 150px;
  	background-color: #293030;
  	bottom: -500px;
  }
  .foot{
  	position: relative;
  	width: 1600px;
  	height: 135px;
  	margin: 0 auto;
  	vertical-align: middle;
  }
  .foot_logo{
  	position: absolute;
  	top: 45px;
  	left: 80px;
    display: block;
  }

  .foot_text{
  	position:relative;
  	top: 35px;
  	left: 300px;
  	display: inline-block;
  }
  .foot_text a{
  	font-weight: 400;
  	font-size: 14pt
  	color:#999999;
  }
  .foot_text a:link{
    color: #999999;
    text-decoration: none;
  }
  .foot_text a:visited{
    color: #999999;
    text-decoration: none;
  }
  .foot_text a:active{
    color: #999999;
    text-decoration: none;
  }
  .foot_text a:hover{
  	z-index: 999;
    color: #5fd5d4;
  }
  .split3{
  	color: #999999;
  	margin-left: 5px;
  	margin-right: 5px;
  }
  .foot_text p{
  	font-weight: 300;
  	font-size: 12pt;
  	color: #999999;
  	margin-top: 5px;
  }


  /*navbar가 주메뉴관련  container이 서브메뉴관련*/
  /* Start Navigation Bar */
  .navbar {
    width: 100%;
  	height: 115px;
    margin: 0 auto;
    color: #fff;
    background-color: #001918;
  }
  .navbar .menu {
    position: relative;
    display: flex;
  	top: 55px;
  	left: 28%;
  }
  .navbar .menu nav {
    display: flex;
    transition: background-color .5s ease;
    text-align: center;
  }
  .navbar .menu a {
    position: relative;
    display: inline-flex;
    text-decoration: none;
    color: #ffffff;
    justify-content: center;
    z-index: 9999999;
  }
  .menu a:link{
    color: #ffffff;
    text-decoration: none;
  }
  .menu a:visited{
    color: #ffffff;
    text-decoration: none;
  }
  .menu a:active{
    color: #ffffff;
    text-decoration: none;
  }
  .menu a:hover{
  	z-index: 999;
    color: #5fd5d4;
  }
  .navbar .menu a > .fa {
    font-weight: 300;
  }
  .menu a:hover{
  	color: #5fd5d4;
  }
  .navbar .menu nav:hover {
    background-color: #001918;
  	color: #5fd5d4;
  }
  .navbar .menu nav:hover .container {
    display: flex;
  }
  /* End Navigation Bar */

  /* Start Single Section Menu */
  nav ul{
  	width: 100%;
  }
  .container {
  	height: 60px;
    position: absolute;
    z-index: 998;
    top:60px;
    right: 0;
  	left: -28%;
  	display:none;
    margin-bottom: 30px;
    text-align: center;
  	width: 100%;
  }
  .container a{
    text-align: center;
    font-weight: 300;
  	font-size: 14pt;
  	top: 20px;
  	margin-left: 35px;
  	margin-right: 35px;
    z-index: 9999999;
  }
  .container a:link{
    color: #ffffff;
    text-decoration: none;
  }
  .container a:visited{
    color: #ffffff;
    text-decoration: none;
  }
  .container a:active{
    color: #ffffff;
    text-decoration: none;
  }
  .container a:hover{
    z-index: 999;
    color: #5fd5d4;
    text-decoration: none;
  }
  .container__list {
  	width: 100%;
    display:  inline-flex;
  	text-align: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .container__listItem {
    overflow: hidden;
    padding: 1px 1px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .container__listItem > div {
    overflow: hidden;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    text-overflow: ellipsis;
    color: #fff;
  }

  /* 고정용 End Single Section Menu */
  .container1 {
  	height: 60px;
    position: absolute;
    z-index: 998;
    top:55px;
    right: 0;
  	left: -28%;
  	display:inline-flex;
    margin-bottom: 30px;
    text-align: center;
  	width: 100%;
  }
  .container1 a{
    text-align: center;
    font-weight: 300;
  	font-size: 14pt;
  	top: 20px;
  	margin-left: 35px;
  	margin-right: 35px;
    z-index: 9999999;
  }
  .container1 a:link{
    color: #ffffff;
    text-decoration: none;
  }
  .container1 a:visited{
    color: #ffffff;
    text-decoration: none;
  }
  .container1 a:active{
    color: #ffffff;
    text-decoration: none;
  }
  .container1 a:hover{
    z-index: 999;
    color: #5fd5d4;
    text-decoration: none;
  }
  .container1__list {
  	width: 100%;
    display:  inline-flex;
  	text-align: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .container1__listItem {
    overflow: hidden;
    padding: 1px 1px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .container1__listItem > div {
    overflow: hidden;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    text-overflow: ellipsis;
    color: #fff;
  }
  .navbar .menu nav:hover .container {
    display: inline-flex;
  	z-index: 998;
  	background-color: #2a4947;
  }
}


/*1280px(1025~1280)*/
@media (min-width: 1025px) and (max-width:1280px){
  #eff{display: none;}
  #m{display: none;}
  .accordion-menu{display: none;}
  .ct_m{display: none;}
  /*로고*/
  .logo_box{
    position: absolute;
    top: 20px;
    left: 10%;
  }
  .logo{
    width: 150px;
    height: auto;
  }


  /*주메뉴*/
  .nav_box{
    width: 100%;
    position: absolute;
    top: 0px;
    font-size: 13pt;
    font-weight: 300;
    color: #ffffff;
  }
  .nav_box2{
  	background-color: #2a4947;
  	width: 100%;
  	position: absolute;
  	top: 80px;
  	height: 62px;
  }
  .nav {
    margin-left:25px;
  }
  .nav6{
    color: #ffffff;
    margin-left: 13px;
  }
  .co{
    margin-left: 4%;
    margin-top: 3px;
    font-size: 10pt;
    font-weight: 200;
  }

  /*특수문자l 언어선택*/
  .split{
    margin-left: 25px;
  }
  .split2{
    margin-left: 13px;
  }
  .split3{
    color: #999999;
    margin-left: 5px;
    margin-right: 5px;
  }


  /*마우스오버시 효과*/
  .nav1:hover span{
    visibility: visible;
    top: -28px;
    left: -270px;
    z-index: 998;
    }
  .nav2:hover span{
    visibility: visible;
    top: -28px;
    left: -280px;
    z-index: 998;
    }
  .nav3:hover span{
    visibility: visible;
    top: -28px;
    left: -260px;
    z-index: 998;
    }
  .nav4:hover span{
    visibility: visible;
    top: -28px;
    left: -285px;
    z-index: 998;
    }
  .nav5:hover span{
    visibility: visible;
    top: -28px;
    left: -285px;
    z-index: 998;
    }


    /*실선*/
    table {
    	width: 1000px;
    	height: 100%;
    	top: 250px;
    	position: relative;
    	margin: 0 auto;
    	vertical-align: middle;
    }
    td {
    	border: 1px solid #cccccc;
    	position: relative;
      padding-top: 40px;
      padding-bottom: 20px;
    }
    td p{
      font-size: 12pt;
      color: #999999;
      text-align: center;
    }
  .td_1{
  	width: 80px;
  }
  .td_2{
  	width: 145px;
  }
  .td_3{
  	width: 130px;
  }
  .td_5{
  	position: absolute;
  	width: 998px;
  	height:1900px;
  	top: -1px;
  }


  /*메뉴이미지*/
  .sub1_img{
  	top: 130px;
  	width: 100%;
    height: 145px;
    background: url('../img/sub1_img.jpg') center center no-repeat;
    background-size: cover;
  	position: absolute;
  	z-index: 1;
  }

  .sub1_img p{
  	position: relative;
  	text-align: center;
  	font-size: 25pt;
  	font-weight: bolder;
  	color: #fff;
  	margin:0 auto;
  	top: 65px;
    z-index: 2;
  }


  /*본문텍스트 이미지*/
  .ct_text{
  	position: relative;
  	text-align: center;
  	z-index: 999;
  	margin:0 auto;
  	top:330px;
  }
  .ct_text1 p{
  	font-size: 13pt;
  	font-weight: 400;
  	color: #003333;
  }
  .ct_text2 p{
  	font-size: 32pt;
  	font-weight: 500;
  	color: #037879;
  }
  .ct_img{
  	margin: 0 auto;
  	width: 1025px;
  	height: auto;
  	top: 345px;

  }
  .ct_img img{
    max-width:100%; max-height:100%;
    vertical-align:middle;
  }
  .map img{
    margin-bottom:20px;
  }
  .map{
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
  }
  .map_1{
    margin-bottom: 70px;
  }


  /*탑버튼*/
  .top_bt {
    width: 60px;
    height: 60px;
    position: fixed;
    z-index: 999;
    right: 20px;
    margin: 0;
    padding: 0;
    bottom: 20px;
  }
  .top_bt a{
    bottom: 0;
  }


  /*푸터*/
  footer{
  	position: relative;
  	width: 100%;
  	height: 150px;
  	background-color: #293030;
  	bottom: -400px;
  }
  .foot{
  	position: relative;
  	width: 1000px;
  	height: 100px;
  	margin: 0 auto;
  	vertical-align: middle;
  }
  .foot_logo{
  display: none;
  }
  .foot_text{
  	position:relative;
  	top: 35px;
  	left: 70px;
  	display: inline-block;
  }
  .foot_text a{
  	font-weight: 400;
  	font-size: 14pt
  	color:#999999;
  }
  .foot_text a:link{
    color: #999999;
    text-decoration: none;
  }
  .foot_text a:visited{
    color: #999999;
    text-decoration: none;
  }
  .foot_text a:active{
    color: #999999;
    text-decoration: none;
  }
  .foot_text a:hover{
  	z-index: 999;
    color: #5fd5d4;
  }
  .split3{
  	color: #999999;
  	margin-left: 5px;
  	margin-right: 5px;
  }
  .foot_text p{
  	font-weight: 300;
  	font-size: 12pt;
  	color: #999999;
  	margin-top: 5px;
  }


  /*navbar가 주메뉴관련  container이 서브메뉴관련*/
  /* Start Navigation Bar */
  .navbar {
    width: 100%;
  	height: 80px;
    margin: 0 auto;
    color: #fff;
    background-color: #001918;
  }
  .navbar .menu {
    position: relative;
    display: flex;
  	top: 36px;
  	left: 26%;
  }
  .navbar .menu nav {
    display: flex;
    transition: background-color .5s ease;
    text-align: center;
  }
  .navbar .menu a {
    position: relative;
    display: inline-flex;
    text-decoration: none;
    color: #ffffff;
    justify-content: center;
    z-index: 9999999;
  }
  .menu a:link{
    color: #ffffff;
    text-decoration: none;
  }
  .menu a:visited{
    color: #ffffff;
    text-decoration: none;
  }
  .menu a:active{
    color: #ffffff;
    text-decoration: none;
  }
  .menu a:hover{
  	z-index: 999;
    color: #5fd5d4;
  }
  .navbar .menu a > .fa {
    font-weight: 300;
  }
  .menu a:hover{
  	color: #5fd5d4;
  }
  .navbar .menu nav:hover {
    background-color: #001918;
  	color: #5fd5d4;
  }
  .navbar .menu nav:hover .container {
    display: flex;
  }
  /* End Navigation Bar */

  /* Start Single Section Menu */
  nav ul{
  	width: 100%;
  }
  .container {
  	height: 50px;
    position: absolute;
    z-index: 998;
    top:41px;
    right: 0;
  	left: -26%;
  	display:none;
    margin-bottom: 30px;
    text-align: center;
  	width: 100%;
  }
  .container a{
    text-align: center;
    font-weight: 300;
  	font-size: 11pt;
  	top: 17px;
  	margin-left: 20px;
  	margin-right: 20px;
    z-index: 9999999;
  }
  .container a:link{
    color: #ffffff;
    text-decoration: none;
  }
  .container a:visited{
    color: #ffffff;
    text-decoration: none;
  }
  .container a:active{
    color: #ffffff;
    text-decoration: none;
  }
  .container a:hover{
    z-index: 999;
    color: #5fd5d4;
    text-decoration: none;
  }
  .container__list {
  	width: 100%;
    display:  inline-flex;
  	text-align: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .container__listItem {
    overflow: hidden;
    padding: 1px 1px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .container__listItem > div {
    overflow: hidden;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    text-overflow: ellipsis;
    color: #fff;
  }

  /* 고정용 End Single Section Menu */
  .container1 {
  	height: 50px;
    position: absolute;
    z-index: 998;
    top:41px;
    right: 0;
  	left: -26%;
  	display:inline-flex;
    margin-bottom: 30px;
    text-align: center;
  	width: 100%;
  }
  .container1 a{
    text-align: center;
    font-weight: 300;
  	font-size: 11pt;
  	top: 17px;
  	margin-left: 20px;
  	margin-right: 20px;
    z-index: 9999999;
  }
  .container1 a:link{
    color: #ffffff;
    text-decoration: none;
  }
  .container1 a:visited{
    color: #ffffff;
    text-decoration: none;
  }
  .container1 a:active{
    color: #ffffff;
    text-decoration: none;
  }
  .container1 a:hover{
    z-index: 999;
    color: #5fd5d4;
    text-decoration: none;
  }
  .container1__list {
  	width: 100%;
    display:  inline-flex;
  	text-align: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .container1__listItem {
    overflow: hidden;
    padding: 1px 1px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .container1__listItem > div {
    overflow: hidden;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    text-overflow: ellipsis;
    color: #fff;
  }
  .navbar .menu nav:hover .container {
    display: inline-flex;
  	z-index: 998;
  	background-color: #2a4947;
  }
}








/*1024px(801~1024)*/
@media (min-width: 801px) and (max-width:1024px){
  #eff{display: none;}
  #m{display: none;}
  .accordion-menu{display: none;}
  .ct_m{display: none;}
  /*로고*/
  .logo_box{
    position: absolute;
    top: 20px;
    left: 10%;
  }
  .logo{
    width: 150px;
    height: auto;
  }


  /*주메뉴*/
  .nav_box{
    width: 100%;
    position: absolute;
    top: 0px;
    font-size: 12pt;
    font-weight: 300;
    color: #ffffff;
  }
  .nav_box2{
    background-color: #2a4947;
    width: 100%;
    position: absolute;
    top: 80px;
    height: 50px;
  }
  .nav {
    margin-left:16px;
  }
  .nav6{
    color: #ffffff;
    margin-left: 9px;
  }
  .co{
    margin-left: 3%;
    margin-top: 3px;
    font-size: 9pt;
    font-weight: 200;
  }

  /*특수문자l 언어선택*/
  .split{
    margin-left: 16px;
  }
  .split2{
    margin-left: 9px;
  }
  .split3{
    color: #999999;
    margin-left: 5px;
    margin-right: 5px;
  }


  /*마우스오버시 효과*/
  .nav1:hover span{
    visibility: visible;
    top: -28px;
    left: -265px;
    z-index: 998;
    }
  .nav2:hover span{
    visibility: visible;
    top: -28px;
    left: -280px;
    z-index: 998;
    }
  .nav3:hover span{
    visibility: visible;
    top: -28px;
    left: -260px;
    z-index: 998;
    }
  .nav4:hover span{
    visibility: visible;
    top: -28px;
    left: -285px;
    z-index: 998;
    }
  .nav5:hover span{
    visibility: visible;
    top: -28px;
    left: -285px;
    z-index: 998;
    }


    /*실선*/
    table {
    	width: 1000px;
    	height: 100%;
    	top: 250px;
    	position: relative;
    	margin: 0 auto;
    	vertical-align: middle;
    }
    td {
    	border: 1px solid #cccccc;
    	position: relative;
      padding-top: 40px;
      padding-bottom: 20px;
    }
    td p{
      font-size: 12pt;
      color: #999999;
      text-align: center;
    }
  .td_1{
  	width: 80px;
  }
  .td_2{
  	width: 145px;
  }
  .td_3{
  	width: 130px;
  }
  .td_5{
  	position: absolute;
  	width: 998px;
  	height:1900px;
  	top: -1px;
  }


  /*메뉴이미지*/
  .sub1_img{
  	top: 130px;
  	width: 100%;
    height: 145px;
    background: url('../img/sub1_img.jpg') center center no-repeat;
    background-size: cover;
  	position: absolute;
  	z-index: 1;
  }

  .sub1_img p{
  	position: relative;
  	text-align: center;
  	font-size: 25pt;
  	font-weight: bolder;
  	color: #fff;
  	margin:0 auto;
  	top: 65px;
    z-index: 2;
  }


  /*본문텍스트 이미지*/
  .ct_text{
  	position: relative;
  	text-align: center;
  	z-index: 999;
  	margin:0 auto;
  	top:330px;
  }
  .ct_text1 p{
  	font-size: 13pt;
  	font-weight: 400;
  	color: #003333;
  }
  .ct_text2 p{
  	font-size: 32pt;
  	font-weight: 500;
  	color: #037879;
  }
  .ct_img{
  	margin: 0 auto;
  	width: 800px;
  	height: auto;
  	top: 340px;
  }
  .ct_img img{
    max-width:100%; max-height:100%;
    vertical-align:middle;
  }
  .map img{
    margin-bottom:20px;
  }
  .map{
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
  }
  .map_1{
    margin-bottom: 70px;
  }

  /*탑버튼*/
  .top_bt {
    width: 60px;
    height: 60px;
    position: fixed;
    z-index: 999;
    right: 20px;
    margin: 0;
    padding: 0;
    bottom: 20px;
  }
  .top_bt a{
    bottom: 0;
  }

  /*푸터*/
  footer{
  	position: relative;
  	width: 100%;
  	height: 150px;
  	background-color: #293030;
  	bottom: -400px;
  }
  .foot{
  	position: relative;
  	width: 1000px;
  	height: 135px;
  	margin: 0 auto;
  	vertical-align: middle;
  }
  .foot_logo{
  display: none;
  }
  .foot_text{
  	position:relative;
  	top: 35px;
  	left: 70px;
  	display: inline-block;
  }
  .foot_text a{
  	font-weight: 400;
  	font-size: 14pt
  	color:#999999;
  }
  .foot_text a:link{
    color: #999999;
    text-decoration: none;
  }
  .foot_text a:visited{
    color: #999999;
    text-decoration: none;
  }
  .foot_text a:active{
    color: #999999;
    text-decoration: none;
  }
  .foot_text a:hover{
  	z-index: 999;
    color: #5fd5d4;
  }
  .split3{
  	color: #999999;
  	margin-left: 5px;
  	margin-right: 5px;
  }
  .foot_text p{
  	font-weight: 300;
  	font-size: 12pt;
  	color: #999999;
  	margin-top: 5px;
  }


  /*navbar가 주메뉴관련  container이 서브메뉴관련*/
  /* Start Navigation Bar */
  .navbar {
    width: 100%;
  	height: 80px;
    margin: 0 auto;
    color: #fff;
    background-color: #001918;
  }
  .navbar .menu {
    position: relative;
    display: flex;
  	top: 36px;
  	left: 28%;
  }
  .navbar .menu nav {
    display: flex;
    transition: background-color .5s ease;
    text-align: center;
  }
  .navbar .menu a {
    position: relative;
    display: inline-flex;
    text-decoration: none;
    color: #ffffff;
    justify-content: center;
    z-index: 9999999;
  }
  .menu a:link{
    color: #ffffff;
    text-decoration: none;
  }
  .menu a:visited{
    color: #ffffff;
    text-decoration: none;
  }
  .menu a:active{
    color: #ffffff;
    text-decoration: none;
  }
  .menu a:hover{
  	z-index: 999;
    color: #5fd5d4;
  }
  .navbar .menu a > .fa {
    font-weight: 300;
  }
  .menu a:hover{
  	color: #5fd5d4;
  }
  .navbar .menu nav:hover {
    background-color: #001918;
  	color: #5fd5d4;
  }
  .navbar .menu nav:hover .container {
    display: flex;
  }
  /* End Navigation Bar */

  /* Start Single Section Menu */
  nav ul{
  	width: 100%;
  }
  .container {
  	height: 50px;
    position: absolute;
    z-index: 998;
    top:44px;
    right: 0;
  	left: -28%;
  	display:none;
    margin-bottom: 30px;
    text-align: center;
  	width: 100%;
  }
  .container a{
    text-align: center;
    font-weight: 300;
  	font-size: 11pt;
  	top: 17px;
  	margin-left: 20px;
  	margin-right: 20px;
    z-index: 9999999;
  }
  .container a:link{
    color: #ffffff;
    text-decoration: none;
  }
  .container a:visited{
    color: #ffffff;
    text-decoration: none;
  }
  .container a:active{
    color:#ffffff;
    text-decoration: none;
  }
  .container a:hover{
    z-index: 999;
    color: #5fd5d4;
    text-decoration: none;
  }
  .container__list {
  	width: 100%;
    display:  inline-flex;
  	text-align: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .container__listItem {
    overflow: hidden;
    padding: 1px 1px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .container__listItem > div {
    overflow: hidden;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    text-overflow: ellipsis;
    color: #fff;
  }

  /* 고정용 End Single Section Menu */
  .container1 {
  	height: 50px;
    position: absolute;
    z-index: 998;
    top:44px;
    right: 0;
  	left: -28%;
  	display:inline-flex;
    margin-bottom: 30px;
    text-align: center;
  	width: 100%;
  }
  .container1 a{
    text-align: center;
    font-weight: 300;
  	font-size: 11pt;
  	top: 17px;
  	margin-left: 20px;
  	margin-right: 20px;
    z-index: 9999999;
  }
  .container1 a:link{
    color: #ffffff;
    text-decoration: none;
  }
  .container1 a:visited{
    color: #ffffff;
    text-decoration: none;
  }
  .container1 a:active{
    color: #ffffff;
    text-decoration: none;
  }
  .container1 a:hover{
    z-index: 999;
    color: #5fd5d4;
    text-decoration: none;
  }
  .container1__list {
  	width: 100%;
    display:  inline-flex;
  	text-align: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .container1__listItem {
    overflow: hidden;
    padding: 1px 1px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .container1__listItem > div {
    overflow: hidden;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    text-overflow: ellipsis;
    color: #fff;
  }
  .navbar .menu nav:hover .container {
    display: inline-flex;
  	z-index: 998;
  	background-color: #2a4947;
  }
}








/*800px(769~800)*/
@media (min-width: 769px) and (max-width:800px){
  #eff{display: none;}
  #m{display: none;}
  .accordion-menu{display: none;}
  .ct_m{display: none;}
  /*로고*/
  .logo_box{
    position: absolute;
    top: 23px;
    left: 7%;
  }
  .logo{
    width: 125px;
    height: auto;
  }


  /*주메뉴*/
  .nav_box{
    width: 100%;
    position: absolute;
    top: 0px;
    font-size: 11pt;
    font-weight: 300;
    color: #ffffff;
  }
  .nav_box2{
    background-color: #2a4947;
    width: 100%;
    position: absolute;
    top: 80px;
    height: 50px;
  }
  .nav {
    margin-left:10px;
  }
  .nav6{
    color: #ffffff;
    margin-left: 6px;
  }
  .co{
    margin-left: 3%;
    margin-top: 3px;
    font-size: 8pt;
    font-weight: 200;
  }

  /*특수문자l 언어선택*/
  .split{
    margin-left: 10px;
  }
  .split2{
    margin-left: 6px;
  }
  .split3{
    color: #999999;
    margin-left: 5px;
    margin-right: 5px;
  }


  /*마우스오버시 효과*/
  .nav1:hover span{
    visibility: visible;
    top: -28px;
    left: -265px;
    z-index: 998;
    }
  .nav2:hover span{
    visibility: visible;
    top: -28px;
    left: -280px;
    z-index: 998;
    }
  .nav3:hover span{
    visibility: visible;
    top: -28px;
    left: -260px;
    z-index: 998;
    }
  .nav4:hover span{
    visibility: visible;
    top: -28px;
    left: -285px;
    z-index: 998;
    }
  .nav5:hover span{
    visibility: visible;
    top: -28px;
    left: -285px;
    z-index: 998;
    }


    /*실선*/
    table {
    	width: 1000px;
    	height: 100%;
    	top: 240px;
    	position: relative;
    	margin: 0 auto;
    	vertical-align: middle;
    }
    td {
    	border: 1px solid #cccccc;
    	position: relative;
      padding-top: 30px;
      padding-bottom: 15px;
    }
    td p{
      font-size: 10pt;
      color: #999999;
      text-align: center;
    }
  .td_1{
  	width: 80px;
  }
  .td_2{
  	width: 145px;
  }
  .td_3{
  	width: 130px;
  }
  .td_5{
  	position: absolute;
  	width: 998px;
  	height:1650px;
  	top: -1px;
  }


  /*메뉴이미지*/
  .sub1_img{
  	top: 130px;
  	width: 100%;
    height: 135px;
    background: url('../img/sub1_img.jpg') center center no-repeat;
    background-size: cover;
  	position: absolute;
  	z-index: 1;
  }

  .sub1_img p{
  	position: relative;
  	text-align: center;
  	font-size: 20pt;
  	font-weight: bolder;
  	color: #fff;
  	margin:0 auto;
  	top: 60px;
    z-index: 2;
  }


  /*본문텍스트 이미지*/
  .ct_text{
  	position: relative;
  	text-align: center;
  	z-index: 999;
  	margin:0 auto;
  	top:330px;
  }
  .ct_text1 p{
  	font-size: 13pt;
  	font-weight: 400;
  	color: #003333;
  }
  .ct_text2 p{
  	font-size: 32pt;
  	font-weight: 500;
  	color: #037879;
  }
  .ct_img{
  	margin: 0 auto;
  	width: 768px;
  	height: auto;
  	top: 350px;
  }
  .ct_img img{
    max-width:100%; max-height:100%;
    vertical-align:middle;
  }
  .map img{
    margin-bottom:20px;
    width: 450px;
  }
  .map{
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
  }
  .map_1{
    margin-bottom: 70px;
  }

  /*탑버튼*/
  .top_bt {
    width: 60px;
    height: 60px;
    position: fixed;
    z-index: 999;
    right: 20px;
    margin: 0;
    padding: 0;
    bottom: 20px;
  }
  .top_bt a{
    bottom: 0;
  }


  /*푸터*/
  footer{
  display: none;}

  /*푸터*/
  .footer2{
    display:  block;
  	position: relative;
  	width: 100%;
  	height:190px;
  	background-color: #293030;
  	bottom: -400px;
  	margin: 0 auto;
  	text-align: center;
  	vertical-align: middle;
  }
  .foot2{
  	position: relative;
  	width: 100%;
  	height: 135px;
  	margin: 0 auto;
  	vertical-align: middle;
  }
  .foot2_text{
  	position:relative;
  	top: 35px;
  	margin: 0 auto;
  	display: inline-block;
  }
  .foot2_text a{
  	font-weight: 400;
  	font-size: 14pt
  	color:#999999;
  }
  .foot2_text a:link{
    color: #999999;
    text-decoration: none;
  }
  .foot2_text a:visited{
    color: #999999;
    text-decoration: none;
  }
  .foot2_text a:active{
    color: #999999;
    text-decoration: none;
  }
  .foot2_text a:hover{
  	z-index: 999;
    color: #5fd5d4;
  }
  .foot2_text p{
  	font-weight: 300;
  	font-size: 11pt;
  	color: #999999;
  	margin-top: 5px;
  }





  /*navbar가 주메뉴관련  container이 서브메뉴관련*/
  /* Start Navigation Bar */
  .navbar {
    width: 100%;
  	height: 80px;
    margin: 0 auto;
    color: #fff;
    background-color: #001918;
  }
  .navbar .menu {
    position: relative;
    display: flex;
  	top: 36px;
  	left: 26%;
  }
  .navbar .menu nav {
    display: flex;
    transition: background-color .5s ease;
    text-align: center;
  }
  .navbar .menu a {
    position: relative;
    display: inline-flex;
    text-decoration: none;
    color: #ffffff;
    justify-content: center;
    z-index: 9999999;
  }
  .menu a:link{
    color: #ffffff;
    text-decoration: none;
  }
  .menu a:visited{
    color: #ffffff;
    text-decoration: none;
  }
  .menu a:active{
    color: #ffffff;
    text-decoration: none;
  }
  .menu a:hover{
  	z-index: 999;
    color: #5fd5d4;
  }
  .navbar .menu a > .fa {
    font-weight: 300;
  }
  .menu a:hover{
  	color: #5fd5d4;
  }
  .navbar .menu nav:hover {
    background-color: #001918;
  	color: #5fd5d4;
  }
  .navbar .menu nav:hover .container {
    display: flex;
  }
  /* End Navigation Bar */

  /* Start Single Section Menu */
  nav ul{
  	width: 100%;
  }
  .container {
  	height: 50px;
    position: absolute;
    z-index: 998;
    top:44px;
    right: 0;
  	left: -26%;
  	display:none;
    margin-bottom: 30px;
    text-align: center;
  	width: 100%;
  }
  .container a{
    text-align: center;
    font-weight: 300;
  	font-size: 10pt;
  	top: 17px;
  	margin-left: 15px;
  	margin-right: 15px;
    z-index: 9999999;
  }
  .container a:link{
    color: #ffffff;
    text-decoration: none;
  }
  .container a:visited{
    color: #ffffff;
    text-decoration: none;
  }
  .container a:active{
    color: #ffffff;
    text-decoration: none;
  }
  .container a:hover{
    z-index: 999;
    color: #5fd5d4;
    text-decoration: none;
  }
  .container__list {
  	width: 100%;
    display:  inline-flex;
  	text-align: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .container__listItem {
    overflow: hidden;
    padding: 1px 1px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .container__listItem > div {
    overflow: hidden;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    text-overflow: ellipsis;
    color: #fff;
  }

  /* 고정용 End Single Section Menu */
  .container1 {
  	height: 50px;
    position: absolute;
    z-index: 998;
    top:44px;
    right: 0;
  	left: -26%;
  	display:inline-flex;
    margin-bottom: 30px;
    text-align: center;
  	width: 100%;
  }
  .container1 a{
    text-align: center;
    font-weight: 300;
  	font-size: 10pt;
  	top: 17px;
  	margin-left: 15px;
  	margin-right: 15px;
    z-index: 9999999;
  }
  .container1 a:link{
    color: #ffffff;
    text-decoration: none;
  }
  .container1 a:visited{
    color: #ffffff;
    text-decoration: none;
  }
  .container1 a:active{
    color: #ffffff;
    text-decoration: none;
  }
  .container1 a:hover{
    z-index: 999;
    color: #5fd5d4;
    text-decoration: none;
  }
  .container1__list {
  	width: 100%;
    display:  inline-flex;
  	text-align: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .container1__listItem {
    overflow: hidden;
    padding: 1px 1px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .container1__listItem > div {
    overflow: hidden;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    text-overflow: ellipsis;
    color: #fff;
  }
  .navbar .menu nav:hover .container {
    display: inline-flex;
  	z-index: 998;
  	background-color: #2a4947;
  }
}








/*모바일시작*/

/*768px(415~768)*/
@media (min-width: 415px) and (max-width:768px){
  #m{display: block;}
  table{display: none;}
  .mini_menu{visibility: hidden;}
  .nav_box2{visibility:hidden;}
  .ct_m{display: none;}

  /*서브드롭다운메뉴*/
    a {
      text-decoration: none;
    }
    .accordion-menu {
      position: absolute;
      width: 100%;
      max-width: 100%;
      margin: 0 auto;
      border-radius: 5px;
      top: 189px;
      z-index: 999;
    }
    .accordion-menu li.open .dropdownlink {
      color: #fff;
      text-align: center;
      }
    .accordion-menu li:last-child .dropdownlink {
      border-bottom: 0;
      text-align: center;
    }
    .dropdownlink {
      cursor: pointer;
      display: block;
      padding: 23px 15px 20px 45px;
      font-size: 18px;
      font-weight: 400;
      text-align: center;
      border-bottom: 1px solid #e6e6e6;
      color: #fff;
      position: relative;
      transition: all 0.4s ease-out;
      background-color:#2a4947;
      }
    .fa-chevron-down {
      right: 12px;
      left: auto;
      }
    .submenuItems {
      display: none;
      background: #e6e6e6;
    }
    .accordion-menu li {
      background: #e6e6e6;
      text-align: center;
    }
    .submenuItems a {
      text-align: center;
      display: block;
      color: #8d918f;
      padding: 12px 12px 12px 0px;
      transition: all 0.4s ease-out;
    }
    .submenuItems a:hover {
      background-color: #e6e6e6;
      color: #4d4d4d;
    }
    .submenuItems a:link {
      background-color: #e6e6e6;
      color: #4d4d4d;
    }
    .submenuItems a:visited{
      background-color: #e6e6e6;
      color: #4d4d4d;
    }
    .submenuItems a:active {
      background-color: #97b2ac;
      color: #4d4d4d;
    }


  /*로고*/
  .logo_box{
    position: absolute;
    top: 20px;
    left: 39%;
  }
  .logo{
    width: 160px;
    height: auto;
  }


  /*메뉴 요소 서브아이콘 효과*/
  .home{
    display: block;
    position: absolute;
    width: 44px;
    height: auto;
    top: 20px;
    left: 10%;
    z-index: 999;
    }
  #eff{
    position: absolute;
    display: block;
    top: 7px;
    left: 65px;
    z-index: 998;
  }
  .menu_back{
    z-index: 1;
    width: 100%;
    height: 120px;
    background-color: #001918;
    position: absolute;
  }
  .nav_box{
    display: none;
  }


  /*본문텍스트 이미지*/
  .ct_text{
  	position: relative;
  	text-align: center;
  	z-index: 999;
  	margin:0 auto;
  	top:300px;
  }
  .ct_text1 p{
  	font-size: 12pt;
  	font-weight: 400;
  	color: #003333;
  }
  .ct_text2 p{
  	font-size: 22pt;
  	font-weight: 500;
  	color: #037879;
  }
  .ct_img{
    display: none;
  }
  .ct_m{
     display: block;
     width: 100%;
     height:220px;
     position: relative;
     top: 300px;
     margin: 0 auto;
     vertical-align: middle;
   }
  .ct_m_img1{
  	margin: 0 auto;
  	width: 350px;
  	height: auto;
  	top: 30px;
    position: relative;
  }
  .ct_m_img1 img{
    max-width:100%; max-height:100%;
    vertical-align:middle;
  }
  .map img{
    margin-bottom:20px;
  }
  .map{
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
  }
  .map_1{
    margin-bottom: 50px;
  }


  /*메뉴이미지*/
  .sub1_img{
  	top: 79px;
  	width: 100%;
    height: 110px;
    background: url('../img/sub1_img.jpg') center center no-repeat;
    background-size: cover;
  	position: absolute;
  	z-index: 1;
  }
  .sub1_img p{
  	position: relative;
  	text-align: center;
  	font-size: 19pt;
  	font-weight: bolder;
  	color: #fff;
  	margin:0 auto;
  	top: 45px;
    z-index: 2;
  }


  /*탑버튼*/
  .top_bt {
    width: 60px;
    height: 60px;
    position: fixed;
    z-index: 999;
    right: 20px;
    margin: 0;
    padding: 0;
    bottom: 20px;
  }
  .top_bt a{
    bottom: 0;
  }

  /*푸터*/
  footer{
  display: none;}

  /*푸터*/
  .footer2{
    display:  block;
  	position: relative;
  	width: 100%;
  	height:200px;
  	background-color: #293030;
  	bottom: -1200px;
  	margin: 0 auto;
  	text-align: center;
  	vertical-align: middle;
  }
  .foot2{
  	position: relative;
  	width: 100%;
  	height: 100px;
  	margin: 0 auto;
  	vertical-align: middle;
  }
  .foot2_text{
  	position:relative;
  	top: 35px;
  	margin: 0 auto;
  	display: inline-block;
  }
  .foot2_text a{
  	font-weight: 400;
  	font-size: 14pt
  	color:#999999;
  }
  .foot2_text a:link{
    color: #999999;
    text-decoration: none;
  }
  .foot2_text a:visited{
    color: #999999;
    text-decoration: none;
  }
  .foot2_text a:active{
    color: #999999;
    text-decoration: none;
  }
  .foot2_text a:hover{
  	z-index: 999;
    color: #5fd5d4;
  }
  .foot2_text p{
  	font-weight: 300;
  	font-size: 11pt;
  	color: #999999;
  	margin-top: 5px;
  }
  .split3{
    color: #999999;
  }


  /*모바일용 메뉴바*/
  .aside-section {
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 999;
  }
  .aside-right {
    width: 100%;
    right: 0;
    background-color: #00211f;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    transition: transform 0.4s ease-in-out;
    z-index: 999;
  }
  .aside-list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 220px;
    text-align: center;
  }
  .aside-list li{
    margin-bottom: 50px;
  }
  .aside-content {
    margin-top: 150px;
    padding: 0 40px;
    position: relative;
    color: white;
    text-align: center;
    z-index: 999;
  }
  .aside-anchor {
    padding-bottom: 7px;
    color: #fff;
    text-decoration: none;
    font-size: 17pt;
    position: relative;
    font-weight: 300;
    z-index: 999;
  }
  input[type="checkbox"] {
    display: none;
  }
  input[type="checkbox"]:checked ~ aside .aside-left {
    transform: translateY(0%);
  }
  input[type="checkbox"]:checked ~ aside .aside-right {
    transform: translateX(0%);
  }
  input[type="checkbox"]:checked ~ label .bar {
    background-color: #fff;
  }
  input[type="checkbox"]:checked ~ label .top {
    -webkit-transform: translateY(0px) rotateZ(45deg);
    -moz-transform: translateY(0px) rotateZ(45deg);
    -ms-transform: translateY(0px) rotateZ(45deg);
    -o-transform: translateY(0px) rotateZ(45deg);
    transform: translateY(0px) rotateZ(45deg);
  }
  input[type="checkbox"]:checked ~ label .bottom {
    -webkit-transform: translateY(-15px) rotateZ(-45deg);
    -moz-transform: translateY(-15px) rotateZ(-45deg);
    -ms-transform: translateY(-15px) rotateZ(-45deg);
    -o-transform: translateY(-15px) rotateZ(-45deg);
    transform: translateY(-15px) rotateZ(-45deg);
  }
  input[type="checkbox"]:checked ~ label .middle {
    width: 0;
  }
  .middle {
    margin: 0 auto;
  }
  label {
    position: absolute;
    display: inline-block;
    background-color: transparent;
    cursor: pointer;
    z-index: 999;
    top: 25px;
    right: 10%;
  }
  .bar {
    z-index: 999;
    display: block;
    background-color: #fff;
    width: 27px;
    height: 2px;
    border-radius: 5px;
    margin: 7px auto;
    transition: background-color 0.4s ease-in, transform 0.4s ease-in,
      width 0.4s ease-in;
  }
  .button {
    display: inline-block;
    background-image: none;
    border: none;
    background-color: transparent;
    padding-bottom: 7px;
    position: relative;
    cursor: pointer;
    font-size: 20px;
    color: white;
    padding: 7px 50px;
    border: 2px solid white;
    z-index: 999;
  }
}








/*414px(376~414)*/
@media (min-width: 376px) and (max-width:414px){
  #m{display: block;}
  table{display: none;}
  .mini_menu{visibility: hidden;}
  .nav_box2{visibility:hidden;}


  /*서브드롭다운메뉴*/
    a {
      text-decoration: none;
    }
    .accordion-menu {
      position: absolute;
      width: 100%;
      max-width: 100%;
      margin: 0 auto;
      border-radius: 5px;
      top: 189px;
      z-index: 999;
    }
    .accordion-menu li.open .dropdownlink {
      color: #fff;
      text-align: center;
      }
    .accordion-menu li:last-child .dropdownlink {
      border-bottom: 0;
      text-align: center;
    }
    .dropdownlink {
      cursor: pointer;
      display: block;
      padding: 18px 15px 16px 45px;
      font-size: 18px;
      font-weight: 400;
      text-align: center;
      border-bottom: 1px solid #e6e6e6;
      color: #fff;
      position: relative;
      transition: all 0.4s ease-out;
      background-color:#2a4947;
      }
    .fa-chevron-down {
      right: 12px;
      left: auto;
      }
    .submenuItems {
      display: none;
      background: #e6e6e6;
    }
    .accordion-menu li {
      background: #e6e6e6;
      text-align: center;
    }
    .submenuItems a {
      text-align: center;
      display: block;
      color: #8d918f;
      padding: 12px 12px 12px 0px;
      transition: all 0.4s ease-out;
    }
    .submenuItems a:hover {
      background-color: #e6e6e6;
      color: #4d4d4d;
    }
    .submenuItems a:link {
      background-color: #e6e6e6;
      color: #4d4d4d;
    }
    .submenuItems a:visited{
      background-color: #e6e6e6;
      color: #4d4d4d;
    }
    .submenuItems a:active {
      background-color: #97b2ac;
      color: #4d4d4d;
    }


    /*로고*/
    .logo_box{
      position: absolute;
      top: 24px;
      left: 36%;
    }
    .logo{
      width: 120px;
      height: auto;
    }


    /*메뉴 요소 서브아이콘 효과*/
    .home{
      display: block;
      position: absolute;
      width: 38px;
      height: auto;
      top: 21px;
      left: 10%;
      z-index: 999;
      }
    #eff{
      position: absolute;
      display: block;
      top: 7px;
      left: -110px;
      z-index: 998;
    }
    .menu_back{
      z-index: 1;
      width: 100%;
      height: 120px;
      background-color: #001918;
      position: absolute;
    }
    .nav_box{
      display: none;
    }

    .menu_back{
      z-index: 1;
      width: 100%;
      height: 80px;
      background-color: #001918;
      position: absolute;
    }


    /*본문텍스트 이미지*/
    .ct_text{
    	position: relative;
    	text-align: center;
    	z-index: 999;
    	margin:0 auto;
    	top:300px;
    }
    .ct_text1 p{
    	font-size: 12pt;
    	font-weight: 400;
    	color: #003333;
    }
    .ct_text2 p{
    	font-size: 22pt;
    	font-weight: 500;
    	color: #037879;
    }
    .ct_img{
      display: none;
    }
    .ct_m{
       display: block;
       width: 100%;
       height:220px;
       position: relative;
       top: 300px;
       margin: 0 auto;
       vertical-align: middle;
     }
    .ct_m_img1{
    	margin: 0 auto;
    	width: 300px;
    	height: auto;
    	top: 20px;
      position: relative;
    }
    .ct_m_img1 img{
      max-width:100%; max-height:100%;
      vertical-align:middle;
    }
    .map img{
      margin-bottom:10px;
    }
    .map{
      margin: 0 auto;
      text-align: center;
      vertical-align: middle;
    }
    .map_1{
      margin-bottom: 50px;
    }



    /*메뉴이미지*/
    .sub1_img{
    	top: 79px;
    	width: 100%;
      height: 110px;
      background: url('../img/sub1_img.jpg') center center no-repeat;
      background-size: cover;
    	position: absolute;
    	z-index: 1;
    }
    .sub1_img p{
    	position: relative;
    	text-align: center;
    	font-size: 19pt;
    	font-weight: bolder;
    	color: #fff;
    	margin:0 auto;
    	top: 45px;
      z-index: 2;
    }


    /*탑버튼*/
    .top_bt {
      width: 60px;
      height: 60px;
      position: fixed;
      z-index: 999;
      right: 20px;
      margin: 0;
      padding: 0;
      bottom: 20px;
    }
    .top_bt a{
      bottom: 0;
    }


    /*푸터*/
    footer{
    display: none;}

    /*푸터*/
    .footer2{
      display:  block;
    	position: relative;
    	width: 100%;
    	height:240px;
    	background-color: #293030;
    	bottom: -1000px;
    	margin: 0 auto;
    	text-align: center;
    	vertical-align: middle;
    }
    .foot2{
    	position: relative;
    	width: 330px;
    	height: 100px;
    	margin: 0 auto;
    	vertical-align: middle;
    }
    .foot2_text{
    	position:relative;
    	top: 35px;
    	margin: 0 auto;
    	display: inline-block;
    }
    .foot2_text a{
    	font-weight: 400;
    	font-size: 14pt
    	color:#999999;
    }
    .foot2_text a:link{
      color: #999999;
      text-decoration: none;
    }
    .foot2_text a:visited{
      color: #999999;
      text-decoration: none;
    }
    .foot2_text a:active{
      color: #999999;
      text-decoration: none;
    }
    .foot2_text a:hover{
    	z-index: 999;
      color: #5fd5d4;
    }
    .foot2_text p{
    	font-weight: 300;
    	font-size: 11pt;
    	color: #999999;
    	margin-top: 5px;
    }
    .split3{
      color: #999999;
    }


  /*모바일용 메뉴바*/
  .aside-section {
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 999;
  }
  .aside-right {
    width: 100%;
    right: 0;
    background-color: #00211f;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    transition: transform 0.4s ease-in-out;
    z-index: 999;
  }
  .aside-list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 150px;
    text-align: center;
  }
  .aside-content {
    margin-top: 170px;
    padding: 0 40px;
    position: relative;
    color: white;
    text-align: center;
    z-index: 999;
  }
  .aside-list li {
    margin-bottom: 40px;
  }
  .aside-list a:hover{
    color: #5fd5d4;
  }
  .aside-anchor {
    padding-bottom: 7px;
    color: #fff;
    text-decoration: none;
    font-size: 15pt;
    position: relative;
    font-weight: 300;
    z-index: 999;
  }

  input[type="checkbox"] {
    display: none;
  }
  input[type="checkbox"]:checked ~ aside .aside-left {
    transform: translateY(0%);
  }
  input[type="checkbox"]:checked ~ aside .aside-right {
    transform: translateX(0%);
  }
  input[type="checkbox"]:checked ~ label .bar {
    background-color: #fff;
  }
  input[type="checkbox"]:checked ~ label .top {
    -webkit-transform: translateY(0px) rotateZ(45deg);
    -moz-transform: translateY(0px) rotateZ(45deg);
    -ms-transform: translateY(0px) rotateZ(45deg);
    -o-transform: translateY(0px) rotateZ(45deg);
    transform: translateY(0px) rotateZ(45deg);
  }
  input[type="checkbox"]:checked ~ label .bottom {
    -webkit-transform: translateY(-15px) rotateZ(-45deg);
    -moz-transform: translateY(-15px) rotateZ(-45deg);
    -ms-transform: translateY(-15px) rotateZ(-45deg);
    -o-transform: translateY(-15px) rotateZ(-45deg);
    transform: translateY(-15px) rotateZ(-45deg);
  }
  input[type="checkbox"]:checked ~ label .middle {
    width: 0;
  }

  .middle {
    margin: 0 auto;
  }
  label {
    position: absolute;
    display: inline-block;
    background-color: transparent;
    cursor: pointer;
    z-index: 999;
    top: 25px;
    right: 11%;
  }
  .bar {
    z-index: 999;
    display: block;
    background-color: #fff;
    width: 23px;
    height: 2px;
    border-radius: 5px;
    margin: 6px auto;
    transition: background-color 0.4s ease-in, transform 0.4s ease-in,
      width 0.4s ease-in;
  }
  .button {
    display: inline-block;
    background-image: none;
    border: none;
    background-color: transparent;
    padding-bottom: 7px;
    position: relative;
    cursor: pointer;
    font-size: 20px;
    color: white;
    padding: 7px 50px;
    border: 2px solid white;
    z-index: 999;
  }
}








/*375px(361~375)*/
@media (min-width: 361px) and (max-width:375px){
  #m{display: block;}
  table{display: none;}
  .mini_menu{visibility: hidden;}
  .nav_box2{visibility:hidden;}


  /*서브드롭다운메뉴*/
    a {
      text-decoration: none;
    }
    .accordion-menu {
      position: absolute;
      width: 100%;
      max-width: 100%;
      margin: 0 auto;
      border-radius: 5px;
      top: 189px;
      z-index: 999;
    }
    .accordion-menu li.open .dropdownlink {
      color: #fff;
      text-align: center;
      }
    .accordion-menu li:last-child .dropdownlink {
      border-bottom: 0;
      text-align: center;
    }
    .dropdownlink {
      cursor: pointer;
      display: block;
      padding: 16px 15px 16px 45px;
      font-size: 18px;
      font-weight: 400;
      text-align: center;
      border-bottom: 1px solid #e6e6e6;
      color: #fff;
      position: relative;
      transition: all 0.4s ease-out;
      background-color:#2a4947;
      }
    .fa-chevron-down {
      right: 12px;
      left: auto;
      }
    .submenuItems {
      display: none;
      background: #e6e6e6;
    }
    .accordion-menu li {
      background: #e6e6e6;
      text-align: center;
    }
    .submenuItems a {
      text-align: center;
      display: block;
      color: #8d918f;
      padding: 12px 12px 12px 0px;
      transition: all 0.4s ease-out;
    }
    .submenuItems a:hover {
      background-color: #e6e6e6;
      color: #4d4d4d;
    }
    .submenuItems a:link {
      background-color: #e6e6e6;
      color: #4d4d4d;
    }
    .submenuItems a:visited{
      background-color: #e6e6e6;
      color: #4d4d4d;
    }
    .submenuItems a:active {
      background-color: #97b2ac;
      color: #4d4d4d;
    }

    /*로고*/
    .logo_box{
      position: absolute;
      top: 24px;
      left: 36%;
    }
    .logo{
      width: 120px;
      height: auto;
    }


    /*메뉴 요소 서브아이콘 효과*/
    .home{
      display: block;
      position: absolute;
      width: 38px;
      height: auto;
      top: 21px;
      left: 10%;
      z-index: 999;
      }
    #eff{
      position: absolute;
      display: block;
      top: 7px;
      left: -110px;
      z-index: 998;
    }
    .menu_back{
      z-index: 1;
      width: 100%;
      height: 120px;
      background-color: #001918;
      position: absolute;
    }
    .nav_box{
      display: none;
    }

    .menu_back{
      z-index: 1;
      width: 100%;
      height: 80px;
      background-color: #001918;
      position: absolute;
    }


    /*본문텍스트 이미지*/
    .ct_text{
    	position: relative;
    	text-align: center;
    	z-index: 999;
    	margin:0 auto;
    	top:300px;
    }
    .ct_text1 p{
    	font-size: 12pt;
    	font-weight: 400;
    	color: #003333;
    }
    .ct_text2 p{
    	font-size: 22pt;
    	font-weight: 500;
    	color: #037879;
    }
    .ct_img{
      display: none;
    }
    .ct_m{
       display: block;
       width: 100%;
       height:220px;
       position: relative;
       top: 300px;
       margin: 0 auto;
       vertical-align: middle;
     }
    .ct_m_img1{
    	margin: 0 auto;
    	width: 310px;
    	height: auto;
    	top: 20px;
      position: relative;
    }
    .ct_m_img1 img{
      max-width:100%; max-height:100%;
      vertical-align:middle;
    }
    .map img{
      margin-bottom:10px;
    }
    .map{
      margin: 0 auto;
      text-align: center;
      vertical-align: middle;
    }
    .map_1{
      margin-bottom: 50px;
    }


    /*메뉴이미지*/
    .sub1_img{
    	top: 79px;
    	width: 100%;
      height: 110px;
      background: url('../img/sub1_img.jpg') center center no-repeat;
      background-size: cover;
    	position: absolute;
    	z-index: 1;
    }
    .sub1_img p{
    	position: relative;
    	text-align: center;
    	font-size: 19pt;
    	font-weight: bolder;
    	color: #fff;
    	margin:0 auto;
    	top: 45px;
      z-index: 2;
    }


    /*탑버튼*/
    .top_bt {
      width: 60px;
      height: 60px;
      position: fixed;
      z-index: 999;
      right: 20px;
      margin: 0;
      padding: 0;
      bottom: 20px;
    }
    .top_bt a{
      bottom: 0;
    }


    /*푸터*/
    footer{
    display: none;}

    /*푸터*/
    .footer2{
      display:  block;
    	position: relative;
    	width: 100%;
    	height:270px;
    	background-color: #293030;
    	bottom: -1100px;
    	margin: 0 auto;
    	text-align: center;
    	vertical-align: middle;
    }
    .foot2{
    	position: relative;
    	width: 300px;
    	height: 100px;
    	margin: 0 auto;
    	vertical-align: middle;
    }
    .foot2_text{
    	position:relative;
    	top: 35px;
    	margin: 0 auto;
    	display: inline-block;
    }
    .foot2_text a{
    	font-weight: 400;
    	font-size: 14pt
    	color:#999999;
    }
    .foot2_text a:link{
      color: #999999;
      text-decoration: none;
    }
    .foot2_text a:visited{
      color: #999999;
      text-decoration: none;
    }
    .foot2_text a:active{
      color: #999999;
      text-decoration: none;
    }
    .foot2_text a:hover{
    	z-index: 999;
      color: #5fd5d4;
    }
    .foot2_text p{
    	font-weight: 300;
    	font-size: 11pt;
    	color: #999999;
    	margin-top: 5px;
    }
    .split3{
      color: #999999;
    }


  /*모바일용 메뉴바*/
  .aside-section {
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 999;
  }
  .aside-right {
    width: 100%;
    right: 0;
    background-color: #00211f;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    transition: transform 0.4s ease-in-out;
    z-index: 999;
  }
  .aside-list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 95px;
    text-align: center;
  }
  .aside-content {
    margin-top: 170px;
    padding: 0 40px;
    position: relative;
    color: white;
    text-align: center;
    z-index: 999;
  }
  .aside-list li {
    margin-bottom: 40px;
  }
  .aside-list a:hover{
    color: #5fd5d4;
  }
  .aside-anchor {
    padding-bottom: 7px;
    color: #fff;
    text-decoration: none;
    font-size: 15pt;
    position: relative;
    font-weight: 300;
    z-index: 999;
  }

  input[type="checkbox"] {
    display: none;
  }
  input[type="checkbox"]:checked ~ aside .aside-left {
    transform: translateY(0%);
  }
  input[type="checkbox"]:checked ~ aside .aside-right {
    transform: translateX(0%);
  }
  input[type="checkbox"]:checked ~ label .bar {
    background-color: #fff;
  }
  input[type="checkbox"]:checked ~ label .top {
    -webkit-transform: translateY(0px) rotateZ(45deg);
    -moz-transform: translateY(0px) rotateZ(45deg);
    -ms-transform: translateY(0px) rotateZ(45deg);
    -o-transform: translateY(0px) rotateZ(45deg);
    transform: translateY(0px) rotateZ(45deg);
  }
  input[type="checkbox"]:checked ~ label .bottom {
    -webkit-transform: translateY(-15px) rotateZ(-45deg);
    -moz-transform: translateY(-15px) rotateZ(-45deg);
    -ms-transform: translateY(-15px) rotateZ(-45deg);
    -o-transform: translateY(-15px) rotateZ(-45deg);
    transform: translateY(-15px) rotateZ(-45deg);
  }
  input[type="checkbox"]:checked ~ label .middle {
    width: 0;
  }

  .middle {
    margin: 0 auto;
  }
  label {
    position: absolute;
    display: inline-block;
    background-color: transparent;
    cursor: pointer;
    z-index: 999;
    top: 25px;
    right: 11%;
  }
  .bar {
    z-index: 999;
    display: block;
    background-color: #fff;
    width: 23px;
    height: 2px;
    border-radius: 5px;
    margin: 6px auto;
    transition: background-color 0.4s ease-in, transform 0.4s ease-in,
      width 0.4s ease-in;
  }
  .button {
    display: inline-block;
    background-image: none;
    border: none;
    background-color: transparent;
    padding-bottom: 7px;
    position: relative;
    cursor: pointer;
    font-size: 20px;
    color: white;
    padding: 7px 50px;
    border: 2px solid white;
    z-index: 999;
  }
}





/*360px(321~360)*/
@media (min-width: 321px) and (max-width:360px){
  #m{display: block;}
  table{display: none;}
  .mini_menu{visibility: hidden;}
  .nav_box2{visibility:hidden;}


  /*서브드롭다운메뉴*/
    a {
      text-decoration: none;
    }
    .accordion-menu {
      position: absolute;
      width: 100%;
      max-width: 100%;
      margin: 0 auto;
      border-radius: 5px;
      top: 189px;
      z-index: 999;
    }
    .accordion-menu li.open .dropdownlink {
      color: #fff;
      text-align: center;
      }
    .accordion-menu li:last-child .dropdownlink {
      border-bottom: 0;
      text-align: center;
    }
    .dropdownlink {
      cursor: pointer;
      display: block;
      padding: 18px 15px 16px 45px;
      font-size: 18px;
      font-weight: 400;
      text-align: center;
      border-bottom: 1px solid #e6e6e6;
      color: #fff;
      position: relative;
      transition: all 0.4s ease-out;
      background-color:#2a4947;
      }
    .fa-chevron-down {
      right: 12px;
      left: auto;
      }
    .submenuItems {
      display: none;
      background: #e6e6e6;
    }
    .accordion-menu li {
      background: #e6e6e6;
      text-align: center;
    }
    .submenuItems a {
      text-align: center;
      display: block;
      color: #8d918f;
      padding: 12px 12px 12px 0px;
      transition: all 0.4s ease-out;
    }
    .submenuItems a:hover {
      background-color: #e6e6e6;
      color: #4d4d4d;
    }
    .submenuItems a:link {
      background-color: #e6e6e6;
      color: #4d4d4d;
    }
    .submenuItems a:visited{
      background-color: #e6e6e6;
      color: #4d4d4d;
    }
    .submenuItems a:active {
      background-color: #97b2ac;
      color: #4d4d4d;
    }


    /*로고*/
    .logo_box{
      position: absolute;
      top: 24px;
      left: 36%;
    }
    .logo{
      width: 120px;
      height: auto;
    }


    /*메뉴 요소 서브아이콘 효과*/
    .home{
      display: block;
      position: absolute;
      width: 38px;
      height: auto;
      top: 21px;
      left: 10%;
      z-index: 999;
      }
    #eff{
      position: absolute;
      display: block;
      top: 7px;
      left: -130px;
      z-index: 998;
    }
    .menu_back{
      z-index: 1;
      width: 100%;
      height: 120px;
      background-color: #001918;
      position: absolute;
    }
    .nav_box{
      display: none;
    }

    .menu_back{
      z-index: 1;
      width: 100%;
      height: 80px;
      background-color: #001918;
      position: absolute;
    }


    /*본문텍스트 이미지*/
    .ct_text{
    	position: relative;
    	text-align: center;
    	z-index: 999;
    	margin:0 auto;
    	top:300px;
    }
    .ct_text1 p{
    	font-size: 12pt;
    	font-weight: 400;
    	color: #003333;
    }
    .ct_text2 p{
    	font-size: 22pt;
    	font-weight: 500;
    	color: #037879;
    }
    .ct_img{
      display: none;
    }
    .ct_m{
       display: block;
       width: 100%;
       height:220px;
       position: relative;
       top: 300px;
       margin: 0 auto;
       vertical-align: middle;
     }
    .ct_m_img1{
      margin: 0 auto;
      width: 300px;
      height: auto;
      top: 20px;
      position: relative;
    }
    .ct_m_img1 img{
      max-width:100%; max-height:100%;
      vertical-align:middle;
    }
    .map img{
      margin-bottom:10px;
    }
    .map{
      margin: 0 auto;
      text-align: center;
      vertical-align: middle;
    }
    .map_1{
      margin-bottom: 50px;
    }



    /*메뉴이미지*/
    .sub1_img{
    	top: 79px;
    	width: 100%;
      height: 110px;
      background: url('../img/sub1_img.jpg') center center no-repeat;
      background-size: cover;
    	position: absolute;
    	z-index: 1;
    }
    .sub1_img p{
    	position: relative;
    	text-align: center;
    	font-size: 17pt;
    	font-weight: bolder;
    	color: #fff;
    	margin:0 auto;
    	top: 45px;
      z-index: 2;
    }


    /*탑버튼*/
    .top_bt {
      width: 60px;
      height: 60px;
      position: fixed;
      z-index: 999;
      right: 20px;
      margin: 0;
      padding: 0;
      bottom: 20px;
    }
    .top_bt a{
      bottom: 0;
    }


    /*푸터*/
    footer{
    display: none;}

    /*푸터*/
    .footer2{
      display:  block;
    	position: relative;
    	width: 100%;
    	height:270px;
    	background-color: #293030;
    	bottom: -1000px;
    	margin: 0 auto;
    	text-align: center;
    	vertical-align: middle;
    }
    .foot2{
    	position: relative;
    	width: 300px;
    	height: 100px;
    	margin: 0 auto;
    	vertical-align: middle;
    }
    .foot2_text{
    	position:relative;
    	top: 35px;
    	margin: 0 auto;
    	display: inline-block;
    }
    .foot2_text a{
    	font-weight: 400;
    	font-size: 14pt
    	color:#999999;
    }
    .foot2_text a:link{
      color: #999999;
      text-decoration: none;
    }
    .foot2_text a:visited{
      color: #999999;
      text-decoration: none;
    }
    .foot2_text a:active{
      color: #999999;
      text-decoration: none;
    }
    .foot2_text a:hover{
    	z-index: 999;
      color: #5fd5d4;
    }
    .foot2_text p{
    	font-weight: 300;
    	font-size: 11pt;
    	color: #999999;
    	margin-top: 5px;
    }
    .split3{
      color: #999999;
    }


  /*모바일용 메뉴바*/
  .aside-section {
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 999;
  }
  .aside-right {
    width: 100%;
    right: 0;
    background-color: #00211f;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    transition: transform 0.4s ease-in-out;
    z-index: 999;
  }
  .aside-list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 95px;
    text-align: center;
  }
  .aside-content {
    margin-top: 170px;
    padding: 0 40px;
    position: relative;
    color: white;
    text-align: center;
    z-index: 999;
  }
  .aside-list li {
    margin-bottom: 40px;
  }
  .aside-list a:hover{
    color: #5fd5d4;
  }
  .aside-anchor {
    padding-bottom: 7px;
    color: #fff;
    text-decoration: none;
    font-size: 15pt;
    position: relative;
    font-weight: 300;
    z-index: 999;
  }

  input[type="checkbox"] {
    display: none;
  }
  input[type="checkbox"]:checked ~ aside .aside-left {
    transform: translateY(0%);
  }
  input[type="checkbox"]:checked ~ aside .aside-right {
    transform: translateX(0%);
  }
  input[type="checkbox"]:checked ~ label .bar {
    background-color: #fff;
  }
  input[type="checkbox"]:checked ~ label .top {
    -webkit-transform: translateY(0px) rotateZ(45deg);
    -moz-transform: translateY(0px) rotateZ(45deg);
    -ms-transform: translateY(0px) rotateZ(45deg);
    -o-transform: translateY(0px) rotateZ(45deg);
    transform: translateY(0px) rotateZ(45deg);
  }
  input[type="checkbox"]:checked ~ label .bottom {
    -webkit-transform: translateY(-15px) rotateZ(-45deg);
    -moz-transform: translateY(-15px) rotateZ(-45deg);
    -ms-transform: translateY(-15px) rotateZ(-45deg);
    -o-transform: translateY(-15px) rotateZ(-45deg);
    transform: translateY(-15px) rotateZ(-45deg);
  }
  input[type="checkbox"]:checked ~ label .middle {
    width: 0;
  }

  .middle {
    margin: 0 auto;
  }
  label {
    position: absolute;
    display: inline-block;
    background-color: transparent;
    cursor: pointer;
    z-index: 999;
    top: 25px;
    right: 11%;
  }
  .bar {
    z-index: 999;
    display: block;
    background-color: #fff;
    width: 23px;
    height: 2px;
    border-radius: 5px;
    margin: 6px auto;
    transition: background-color 0.4s ease-in, transform 0.4s ease-in,
      width 0.4s ease-in;
  }
  .button {
    display: inline-block;
    background-image: none;
    border: none;
    background-color: transparent;
    padding-bottom: 7px;
    position: relative;
    cursor: pointer;
    font-size: 20px;
    color: white;
    padding: 7px 50px;
    border: 2px solid white;
    z-index: 999;
  }
}


/*320px(~320)*/
@media (max-width:320px){
  #m{display: block;}
  table{display: none;}
  .mini_menu{visibility: hidden;}
  .nav_box2{visibility:hidden;}


  /*서브드롭다운메뉴*/
    a {
      text-decoration: none;
    }
    .accordion-menu {
      position: absolute;
      width: 100%;
      max-width: 100%;
      margin: 0 auto;
      border-radius: 5px;
      top: 189px;
      z-index: 999;
    }
    .accordion-menu li.open .dropdownlink {
      color: #fff;
      text-align: center;
      }
    .accordion-menu li:last-child .dropdownlink {
      border-bottom: 0;
      text-align: center;
    }
    .dropdownlink {
      cursor: pointer;
      display: block;
      padding: 18px 15px 16px 45px;
      font-size: 18px;
      font-weight: 400;
      text-align: center;
      border-bottom: 1px solid #e6e6e6;
      color: #fff;
      position: relative;
      transition: all 0.4s ease-out;
      background-color:#2a4947;
      }
    .fa-chevron-down {
      right: 12px;
      left: auto;
      }
    .submenuItems {
      display: none;
      background: #e6e6e6;
    }
    .accordion-menu li {
      background: #e6e6e6;
      text-align: center;
    }
    .submenuItems a {
      text-align: center;
      display: block;
      color: #8d918f;
      padding: 12px 12px 12px 0px;
      transition: all 0.4s ease-out;
    }
    .submenuItems a:hover {
      background-color: #e6e6e6;
      color: #4d4d4d;
    }
    .submenuItems a:link {
      background-color: #e6e6e6;
      color: #4d4d4d;
    }
    .submenuItems a:visited{
      background-color: #e6e6e6;
      color: #4d4d4d;
    }
    .submenuItems a:active {
      background-color: #97b2ac;
      color: #4d4d4d;
    }


    /*로고*/
    .logo_box{
      position: absolute;
      top: 24px;
      left: 33%;
    }
    .logo{
      width: 120px;
      height: auto;
    }


    /*메뉴 요소 서브아이콘 효과*/
    .home{
      display: block;
      position: absolute;
      width: 38px;
      height: auto;
      top: 21px;
      left: 10%;
      z-index: 999;
      }
    #eff{
      position: absolute;
      display: block;
      top: 7px;
      left: -150px;
      z-index: 998;
    }
    .menu_back{
      z-index: 1;
      width: 100%;
      height: 120px;
      background-color: #001918;
      position: absolute;
    }
    .nav_box{
      display: none;
    }

    .menu_back{
      z-index: 1;
      width: 100%;
      height: 80px;
      background-color: #001918;
      position: absolute;
    }


    /*본문텍스트 이미지*/
    .ct_text{
    	position: relative;
    	text-align: center;
    	z-index: 999;
    	margin:0 auto;
    	top:300px;
    }
    .ct_text1 p{
    	font-size: 12pt;
    	font-weight: 400;
    	color: #003333;
    }
    .ct_text2 p{
    	font-size: 20pt;
    	font-weight: 500;
    	color: #037879;
    }
    .ct_img{
      display: none;
    }
    .ct_m{
       display: block;
       width: 100%;
       height:220px;
       position: relative;
       top: 300px;
       margin: 0 auto;
       vertical-align: middle;
     }
    .ct_m_img1{
      margin: 0 auto;
      width: 300px;
      height: auto;
      top: 20px;
      position: relative;
    }
    .ct_m_img1 img{
      max-width:100%; max-height:100%;
      vertical-align:middle;
    }
    .map img{
      margin-bottom:10px;
    }
    .map{
      margin: 0 auto;
      text-align: center;
      vertical-align: middle;
    }
    .map_1{
      margin-bottom: 50px;
    }



    /*메뉴이미지*/
    .sub1_img{
    	top: 79px;
    	width: 100%;
      height: 110px;
      background: url('../img/sub1_img.jpg') center center no-repeat;
      background-size: cover;
    	position: absolute;
    	z-index: 1;
    }
    .sub1_img p{
    	position: relative;
    	text-align: center;
    	font-size: 17pt;
    	font-weight: bolder;
    	color: #fff;
    	margin:0 auto;
    	top: 50px;
      z-index: 2;
    }


    /*탑버튼*/
    .top_bt {
      width: 60px;
      height: 60px;
      position: fixed;
      z-index: 999;
      right: 20px;
      margin: 0;
      padding: 0;
      bottom: 20px;
    }
    .top_bt a{
      bottom: 0;
    }


    /*푸터*/
    footer{
    display: none;}

    /*푸터*/
    .footer2{
      display:  block;
    	position: relative;
    	width: 100%;
    	height:240px;
    	background-color: #293030;
    	bottom: -1050px;
    	margin: 0 auto;
    	text-align: center;
    	vertical-align: middle;
    }
    .foot2{
    	position: relative;
    	width: 250px;
    	height: 100px;
    	margin: 0 auto;
    	vertical-align: middle;
    }
    .foot2_text{
    	position:relative;
    	top: 35px;
    	margin: 0 auto;
    	display: inline-block;
    }
    .foot2_text a{
    	font-weight: 400;
    	font-size: 10pt
    	color:#999999;
    }
    .foot2_text a:link{
      color: #999999;
      text-decoration: none;
    }
    .foot2_text a:visited{
      color: #999999;
      text-decoration: none;
    }
    .foot2_text a:active{
      color: #999999;
      text-decoration: none;
    }
    .foot2_text a:hover{
    	z-index: 999;
      color: #5fd5d4;
    }
    .foot2_text p{
    	font-weight: 300;
    	font-size: 9pt;
    	color: #999999;
    	margin-top: 5px;
    }
    .split3{
      color: #999999;
    }


    /*모바일용 메뉴바*/
    .aside-section {
      top: 0;
      bottom: 0;
      position: absolute;
      z-index: 999;
    }
    .aside-right {
      width: 100%;
      right: 0;
      background-color: #00211f;
      -webkit-transform: translateX(100%);
      -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -o-transform: translateX(100%);
      transform: translateX(100%);
      transition: transform 0.4s ease-in-out;
      z-index: 999;
    }
    .aside-list {
      list-style: none;
      padding: 0;
      margin: 0;
      margin-top: 80px;
      text-align: center;
    }
    .aside-content {
      margin-top: 170px;
      padding: 0 40px;
      position: relative;
      color: white;
      text-align: center;
      z-index: 999;
    }
    .aside-list li {
      margin-bottom: 28px;
    }
    .aside-list a:hover{
      color: #5fd5d4;
    }
    .aside-anchor {
      padding-bottom: 7px;
      color: #fff;
      text-decoration: none;
      font-size: 12pt;
      position: relative;
      font-weight: 300;
      z-index: 999;
    }

    input[type="checkbox"] {
      display: none;
    }
    input[type="checkbox"]:checked ~ aside .aside-left {
      transform: translateY(0%);
    }
    input[type="checkbox"]:checked ~ aside .aside-right {
      transform: translateX(0%);
    }
    input[type="checkbox"]:checked ~ label .bar {
      background-color: #fff;
    }
    input[type="checkbox"]:checked ~ label .top {
      -webkit-transform: translateY(0px) rotateZ(45deg);
      -moz-transform: translateY(0px) rotateZ(45deg);
      -ms-transform: translateY(0px) rotateZ(45deg);
      -o-transform: translateY(0px) rotateZ(45deg);
      transform: translateY(0px) rotateZ(45deg);
    }
    input[type="checkbox"]:checked ~ label .bottom {
      -webkit-transform: translateY(-15px) rotateZ(-45deg);
      -moz-transform: translateY(-15px) rotateZ(-45deg);
      -ms-transform: translateY(-15px) rotateZ(-45deg);
      -o-transform: translateY(-15px) rotateZ(-45deg);
      transform: translateY(-15px) rotateZ(-45deg);
    }
    input[type="checkbox"]:checked ~ label .middle {
      width: 0;
    }

    .middle {
      margin: 0 auto;
    }
    label {
      position: absolute;
      display: inline-block;
      background-color: transparent;
      cursor: pointer;
      z-index: 999;
      top: 25px;
      right: 11%;
    }
    .bar {
      z-index: 999;
      display: block;
      background-color: #fff;
      width: 23px;
      height: 2px;
      border-radius: 5px;
      margin: 6px auto;
      transition: background-color 0.4s ease-in, transform 0.4s ease-in,
        width 0.4s ease-in;
    }
    .button {
      display: inline-block;
      background-image: none;
      border: none;
      background-color: transparent;
      padding-bottom: 7px;
      position: relative;
      cursor: pointer;
      font-size: 20px;
      color: white;
      padding: 7px 50px;
      border: 2px solid white;
      z-index: 999;
    }
}
