/*font-family: 'Nanum Myeongjo', serif;*/
/*font-family: 'Cookie', cursive;*/
/*font-family: 'GmarketSansLight';*/
/*font-family: 'GmarketSansMedium';*/
/*font-family: 'GmarketSansBold';*/
/*font-family: 'Lobster', cursive;*/
/* font-family: 'Noto Serif KR', serif; */
/* font-family: 'Noto Sans KR', serif; */
/* font-family: 'Montserrat', sans-serif; */
/*font-family: 'Libre Baskerville', serif;*/

/*********common***********/

body {
  position: relative;
  font-family: "Montserrat", "Noto Sans KR", sans-serif;
  color: #333;
}
/* .inner {
  max-width: 1400px;
  margin: 0 auto;
} */

.location_table {
  border-color: #999;
  color: #333;
  width: 100%;
}
.location_table th {
  background: #f4f4f4;
}
.location_table th,
.location_table td {
  padding: 10px;
  text-align: center;
  font-size: 14px;
}
/*********common end***********/
.topbtn {
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: block;
  width: 35px;
  height: 35px;
  background: #333;
  z-index: 999;
  text-align: center;
  display: none;
  border-radius: 50%;
  border: 2px solid #fff;
}
.topbtn:before {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: inline-block;
  transform: translate(-50%, -50%) rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s;
}
.topbtn:hover:before {
  top: 50%;
}
.topbtn a {
  display: block;
  height: 100%;
  position: relative;
}
/*********header***********/
header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  transition: 0.3s;
  background: transparent;
  background: #fff;
  padding: 0 10px;
}
header nav .inner {
  position: relative;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}
header nav .inner .header_logo {
  text-align: center;
}
header nav .inner .header_logo a img {
  width: 210px;
  transition: 0.5s;
}
header nav .inner .menubtn {
  width: 30px;
  height: 23px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
}
header nav .inner .menubtn div {
  height: 3px;
  width: 100%;
  background: #333;
}
header nav .inner ul.menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 75%;
  height: 100%;
  z-index: 99999;
  padding: 60px 20px 50px;
  display: none;
  background: #fff;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}
header nav .inner ul.menu .menu_login {
  margin-bottom: 20px;
}
header nav .inner ul.menu .menu_login .loginbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header nav .inner ul.menu .menu_login .loginbox .login_idpw {
  width: 70%;
}
header nav .inner ul.menu .menu_login .loginbox .login_idpw input {
  width: 100%;
  font-size: 12px;
  border: none;
  border-bottom: 1px solid #ddd;
}
header nav .inner ul.menu .menu_login .loginbox .login_submit {
  width: 25%;
}
header nav .inner ul.menu .menu_login .loginbox .login_submit input {
  width: 100%;
}
header nav .inner .closebtn {
  position: absolute;
  right: 10px;
  top: 15px;
  width: 35px;
  height: 30px;
}
header nav .inner .closebtn div {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 3px;
  width: 100%;
  background: #666;
}
header nav .inner .closebtn div:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
header nav .inner .closebtn div:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
header nav .inner ul.menu li > p,
header nav .inner ul.menu li > a {
  position: relative;
  color: #333;
  font-size: 18px;
  display: block;
  padding: 6px 0;
  transition: 0.3s;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
}
header nav .inner ul.menu li > p:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  right: 10px;
  width: 10px;
  height: 10px;
  border-left: 1px solid #666;
  border-bottom: 1px solid #666;
  transition: 0.3s;
}
header nav .inner ul.menu li > p.active:before {
  transform: translateY(-50%) rotate(135deg);
}
header nav .inner ul.menu li .sidemenu {
  display: none;
  margin-bottom: 10px;
}
header nav .inner ul.menu li .sidemenu a {
  display: block;
  padding: 3px 0 3px 5px;
  font-size: 14px;
  transition: 0.3s;
  color: #666;
}
header nav .inner ul.menu li .sidemenu a:hover {
  color: #000;
}
/*********header end***********/

/***************footer***************/
footer {
  border-top: 1px solid #ddd;
  margin-top: 30px;
  text-align: center;
  padding: 30px 0 50px;
}
footer .footer_logo {
  text-align: center;
}
footer .footer_logo img {
  display: inline-block;
}
footer .inner .footer_content p {
  font-size: 12px;
  margin-top: 20px;
}
footer .inner .footer_content p small {
  color: #666;
  font-size: 10px;
}
/*.main*/
.container section:not(.main_visual) {
  margin-top: 30px;
  padding: 0 15px;
}
.main_title {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
}
.main_title:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  background: #000;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.main_title small {
  display: block;
  letter-spacing: 3px;
  color: #666;
  font-size: 10px;
}
.main_title h2 {
  font-size: 28px;
  color: #000;
  margin: 5px 0 10px;
}
.main_title p {
  font-size: 12px;
  color: #666;
  font-weight: 400;
}

.more {
  display: inline-block;
  font-size: 16px;
  padding: 10px 40px;
  border: 1px solid #ddd;
  border-radius: 3px;
  text-align: center;
  color: #333;
  transition: 0.3s;
  font-weight: 500;
}
.more:hover {
  background: #dedede;
}

.main_visual {
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: 60px;
}
.main_visual img {
  width: 100%;
}
.main_board .inner .main_board_cont {
  border: 1px solid #ddd;
  padding: 20px 15px;
  margin-bottom: 10px;
}
.main_board .inner .main_board_title {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.main_board .inner .main_board_title h2 {
  font-size: 22px;
}
.main_board .inner .main_board_title a {
  font-size: 13px;
  color: #666;
  display: block;
}
.main_board .inner .main_board_cont table tr {
  margin: 3px 0;
  padding: 3px 0;
}
.main_board .inner .main_board_cont table td {
  color: #666;
  font-size: 13px;
}
.main_board .inner .main_board_cont table td a {
  display: inline-block;
  padding: 3px 0;
}
.main_board .inner .main_board_cont table td img {
  display: inline;
  vertical-align: middle;
}
.main_board .inner .main_board_cont03 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main_board .inner .main_board_cont03 ul li {
  font-size: 12px;
  width: 49%;
  text-align: center;
  margin-top: 10px;
}
.main_board .inner .main_board_cont03 ul li a {
  display: block;
  overflow: hidden;
}
.main_board .inner .main_board_cont03 ul li a img {
  width: 100%;
  height: 110px;
  object-fit: cover;
}
.main_board .inner .main_board_cont03 ul li a p {
  margin-top: 5px;
}
.main_info .inner {
  padding: 0 30px;
}
.main_info .inner a {
  display: block;
  padding: 20px 0;
}
.main_info .inner a:nth-of-type(2) {
  padding: 30px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.main_info .inner img {
  display: inline-block;
  margin-left: 30px;
}
/*sub*/
.sub {
  margin-top: 60px;
}
.sub .sub_cont {
  margin: 30px 0;
}
.sub .inner {
  padding: 0 15px;
}

.sub .subtop {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}
.sub .subtop h1 {
  font-size: 28px;
  position: relative;
}
.sub .subtop01 {
  background-image: url(../img/subtop01.jpg);
}
.sub .subtop02 {
  background-image: url(../img/subtop02.jpg);
}
.sub .subtop03 {
  background-image: url(../img/subtop03.jpg);
}
.sub .subtop04 {
  background-image: url(../img/subtop04.jpg);
}
.sub .subtop05 {
  background-image: url(../img/subtop05.jpg);
}
.sub .subtop06 {
  background-image: url(../img/subtop06.jpg);
}

.sub .sub_title {
  margin-bottom: 30px;
  text-align: center;
}
.sub .sub_title h2 {
  font-size: 30px;
  display: block;
  margin: 10px 0;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.sub .sub_title h2:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  background: #666;
  left: 50%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.sub .submenu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px 15px;
  margin: 20px auto 0;
  padding: 0 15px;
  flex-wrap: wrap;
}
.sub .submenu a {
  border-radius: 100px;
  padding: 5px 15px;
  font-weight: 600;
  color: #000;
  font-size: 16px;
}
.sub01 .submenu a:nth-of-type(1) {
  background: #000;
  color: #fff;
}
.sub02 .submenu a:nth-of-type(2) {
  background: #000;
  color: #fff;
}
.sub03 .submenu a:nth-of-type(3) {
  background: #000;
  color: #fff;
}
.sub04 .submenu a:nth-of-type(4) {
  background: #000;
  color: #fff;
}
.sub05 .submenu a:nth-of-type(5) {
  background: #000;
  color: #fff;
}
.sub06 .submenu a:nth-of-type(6) {
  background: #000;
  color: #fff;
}
.sub .sub_paper03 .inner .sub_paper03_txt {
  border: 1px solid #ddd;
  padding: 30px 15px;
}
.sub .sub_paper03 .inner .sub_paper03_txt p {
  font-size: 14px;
  line-height: 2em;
}
.sub .sub_paper03 .inner .sub_paper03_txt h2 {
  margin: 30px 0 10px;
  font-size: 20px;
}
.sub .sub_paper03 .inner .sub_paper03_txt > a {
  display: block;
  background: dodgerblue;
  border-radius: 8px;
  color: #fff;
  margin: 15px 0;
  text-align: center;
  padding: 10px;
  font-weight: 600;
}
.sub .sub_about01 .inner .sub_about01_img {
  text-align: center;
  margin-bottom: 30px;
}
.sub .sub_about02 .inner ul li {
  margin-bottom: 30px;
  text-align: center;
}
.sub .sub_about02 .inner ul li .sub_about02_img {
  border: 1px solid #e8e0d5;
  padding: 3px;
  display: inline-block;
  margin-bottom: 15px;
}
.sub .sub_about02 .inner ul li .sub_about02_img img {
  border: 5px solid #e8e0d5;
}
.sub .sub_about02 .inner ul li .sub_about02_txt h3 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 5px;
}
.sub .sub_about02 .inner ul li .sub_about02_txt h3 small {
  font-size: 12px;
  font-weight: 500;
  color: #666;
}
.sub .sub_about02 .inner ul li .sub_about02_txt p {
  font-size: 14px;
  text-align: left;
}
.sub .sub_photo .inner > table:nth-of-type(2) > tbody > tr > td {
  display: block;
  float: left;
  width: 49%;
  margin-right: 2%;
}
.sub .sub_photo .inner > table:nth-of-type(2) > tbody > tr:first-of-type > td {
  width: 100%;
}
.sub .sub_photo .inner > table:nth-of-type(2) > tbody > tr > td:nth-of-type(2n) {
  margin-right: 0;
}
.sub .sub_photo .inner > table:nth-of-type(2) > tbody > tr td table tr td a {
  display: block;
  height: 100%;
}
.sub .sub_photo .inner > table:nth-of-type(2) > tbody > tr td table tr td a img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}
.txtbox h2 {
  /* text-align: center; */
  color: #0b457d;
  font-size: 18px;
}
.txtbox h3 {
  /* text-align: center; */
  color: #0b457d;
  font-size: 14px;
  margin: 15px 0;
}
.txtbox p strong {
  /* text-align: center; */
  color: #0b457d;
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 10px;
  display: block;
}
.txtbox p b {
  display: block;
  color: #0b457d;
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
  /* text-align: center; */
}
.txtbox p {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.8em;
}
.txtbox p span {
  font-size: 14px;
  font-weight: 900;
  display: block;
}
.txtbox h6 {
  text-align: right;
  font-size: 14px;
  line-height: 2em;
}
.sub_paper01 {
  text-align: center;
  padding: 0 10px;
}
.table_style {
  width: 100%;
}
.table_style th,
.table_style td {
	padding: 10px 0;
	font-size: 12px;
	text-align: center;
  vertical-align: middle;
}
