@charset "UTF-8";
/****** 헤더 영역 ******/
.background_box { width: 100%; height: 100%; position: fixed; z-index: 1011; background: rgba(0, 0, 0, 0.5); display: none; }
html, body { overflow-x: hidden;word-break: keep-all; }
#header { max-width: 1725px; width: 95%; margin: 20px auto 0; display: flex; align-items: center; justify-content: center; flex-flow: row wrap; position: absolute; top: 0; right: 0; left: 0; z-index: 10000; background-color: white; transition: all 0.6s ease-in-out; border-bottom:1px solid #ebebeb;box-shadow: 0 2px 2px -2px #ebebeb;}
.nav_area { width: 100%; height: 100%; max-width: 1625px; padding: 0px; display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: center; }
.logo_area { height: 90px; margin-right: 40px; display: flex; flex-flow: row nowrap; justify-content: center; align-items: center; transition: all 0.12s ease-in-out; }
.logo { width:100%;height: auto; transition: all 0.12s ease-in-out; cursor: pointer; padding-left:10px}
.nav a { color: #999999; font-size: 14px; cursor: pointer; }
.bar_line { min-width: 1px; height: 15px; margin: 0 5px; background-color: #dadada; transition: all 0.12s ease-in-out; }
.menu_sub { width: 100%; height: auto; display: flex; flex-flow: row nowrap; justify-content: flex-end; }

#menu_area { width: 100%; display: flex; flex-flow: row wrap; justify-content: space-around; }
#menu_area > p { display: none; }
#menu_area > ul > h4 { display: none; }

.menu { width: calc(100% - 250px); height: 90px; max-width: 850px; padding: 0px; display: flex; justify-content: space-around; align-items: center; flex-flow: row nowrap; }
.menu li { width: auto; height: 100%; position: relative; display: flex; flex-flow: row nowrap; justify-content: center; align-items: center; }
.menu li p { width: auto; font-size: 20px; font-weight: 600; color: #121212; cursor: pointer; display: inline; text-align: center; }
.menu > li:hover p {text-shadow: 1px 1px 1px black;}
.menu li p .space { display: inline; }
.menu li p .line_feed { display: none; }

.menu_hamburger { display: none; transition: all 0.12s ease-in-out; }

.login_menu { display: flex; justify-content: space-between; flex-flow: row nowrap; font-weight: 600; position: absolute; right: 100px; }

/* 언어스위치메뉴
*/
#language_area { width: 250px; line-height: 90px; font-size: 14px; font-weight: bold; letter-spacing: -0.025em }
#language_area div.division {width: 1px;height: 11px;background: rgb(102, 102, 102); display: inline-block;margin:0 17px;}
#language_area button { padding: 5%; }

/* header MES 버튼 */
#admin_button { border: 1px solid #326ec0; font-size: 14px; letter-spacing: -0.025em; color: #326ec0; background-color: white; width: 104px;  height: 44px; margin-left: 30px;}

/* 단일 서브 메뉴 */
.sub_menu { display: none; width: 140px; padding: 10px 0; position: absolute; top: 90px; left: calc(50% - 70px); z-index: 1000; background-color: #cdddec; }
.sub_menu a { height: auto; margin: 0; padding: 8px 0; font-weight: normal; transition: all 0.12s ease-in-out; font-size: 14px; display: block; color: #121212; text-align: center; cursor: pointer; }
.sub_menu a:hover { color: black;text-shadow: 1px 1px 1px black; }

@media all and (max-width: 1200px) {
  .nav_area { padding: 0 20px; }
  .logo { max-width: 180px; }
}

@media (min-width: 961px) and (max-width:1250px){
  .menu > li p {
    font-size: calc(3vw - 18px);
  }
}

@media all and (max-width: 960px) {
  .subpage_tab ul li { padding: 10px 10px 10px 10px; }
  #header { width: 100%; margin: 0 auto; padding: 0; position: fixed; }
  .nav { padding-right: 20px; }
  .nav_area { display: flex; justify-content: flex-end; flex-flow: row wrap; }
  .logo_area { width: 100%; height: 80px;  margin-right: 0; display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: center; transition: all 0.12s ease-in-out; }
  .logo { max-width: 150px; }
  .menu_hamburger { width: 40px; height: 35px; border: 6px solid transparent; border-bottom-width: 9px; cursor: pointer; display: block; background-color: transparent; position: relative; }
  .menu_hamburger div { width: 28px; height: 3px; background: black; position: absolute; left: 0; transition: all 0.3s ease-in-out; }
  .menu_hamburger div:nth-of-type(1) { top: 0; }
  .menu_hamburger div:nth-of-type(2) { top: 50%; right: 0; left: 0; margin: auto; }
  .menu_hamburger div:nth-of-type(3) { top: 100%; }
  #menu_area { width: 300px; margin: auto; justify-content: flex-start; align-items: flex-start; position: fixed; top: 0px; right: -300px; z-index: 100; transition: all 0.5s ease-in-out; overflow: hidden; background-color: #4193a5; }
  #menu_area > p { margin: 30px 0 10px; padding: 0 10px 0 20px; display: block; color: #326ec0; font-size: 18px; font-weight: bold; }
  #menu_area > ul > h4 { width: 100%; height: 40px; margin: 20px;  background-color: #666666; display: flex; flex-flow: row nowrap; justify-content: center; align-items: center; color: white; cursor: pointer; }
  .menu { width: 300px; height: auto; position: absolute; top: 100px; left: 0; z-index: 10; transition: all 0.5s ease-in-out; flex-flow: row wrap; padding: 0; }
  .menu > li { width: 100% !important; padding: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.3); font-size: 16px; cursor: pointer; color: #333333; flex-flow: row wrap; }
  .menu > li:last-of-type { border-bottom: 0; }
  .menu > li p { width: 100%; padding: 16px 10px 16px 20px; text-align: left; color: white; }
  .login_menu { margin: 5%; right: 10px; }
  ul.login_menu li a { color: white; }
  #language_area { width: 100%; line-height: 32px; color: white; padding: 20px 0 0 45px; }
  #language_area a { color: white; }
  .sub_menu { display: none; width: 100%; padding: 10px 0; position: static; top: 49px; left: 0; z-index: 1000;  box-shadow: 1px 1px 3px 1px transparent; background: #cdddec; }
  .sub_menu a { height: auto; margin: 0; padding: 10px 10px 10px 20px; border-left: 0 solid; font-weight: normal; color: #121212; text-align: left; }
}

@media all and (max-width: 600px) {
  .logo_area {
    margin-left: 20px;
    height: 70px;
  }
  .logo { max-width: 120px; }
}
@media all and (max-width: 480px) {
  .subpage_tab ul li { font-size: 17px; padding: 10px 5px 10px 5px; }
  .logo_area {
    margin-left: 0px;
    height: 60px;
  }
  .logo { max-width: 100px; }
}


#board_content_wrapper, #write_content_wrapper { margin-top: 0rem; }


#content01 {
  letter-spacing: -0.025em;
  color:#121212;
  font-weight: bold;
  text-align: center;
  margin: 8% 0 6% 0;
}
#content01 h3 {font-size: 40px;}
@media all and (max-width: 960px) {  #content01 h3 { font-size: 40px;}  }
@media all and (max-width: 740px) {  #content01 h3 { font-size: 30px;}  }
@media all and (max-width: 600px) {  #content01 h3 { font-size: 25px;}  }
@media all and (max-width: 480px) {  #content01 h3 { font-size: 22px;}  }
@media all and (max-width: 400px) {  #content01 h3 { font-size: 18px;}  }



/*!* 푸터 영역 *!*/
/*.footer { width: 100%; height: auto; margin-top: 0px; padding: 65px 0; background-color: #333333; color: #999999; font-size: 16px; letter-spacing: -0.25px; word-break: keep-all; transition: all 0.12s ease-in-out; }*/
/*.footer > ul { width: 100%; max-width: 1201px; margin: auto; padding: 0; display: flex; flex-flow: column nowrap; justify-content: center; align-items: center; transition: all 0.12s ease-in-out; }*/
/*.footer > ul > li { width: 100%; height: auto; margin-top: 3px; display: flex; flex-flow: row wrap; transition: all 0.12s ease-in-out; }*/
/*.footer > ul > li > :nth-child(n) { padding-left: 10px; color: #999999; }*/
/*!*.footer > ul > li > :nth-child(1) { padding-left: 0; }*!*/


/* 푸터 영역 */
.footer { width: 100%; height: auto; margin-top: 0px; padding: 30px 15px; background-color: #333333; color: #999999; font-size: 16px; letter-spacing: -0.25px; word-break: keep-all; transition: all 0.12s ease-in-out; word-break:keep-all;}
.footer > ul { width: 100%; max-width: 1201px; margin: auto; padding: 0; display: flex; flex-flow: column nowrap; justify-content: center; align-items: center; transition: all 0.12s ease-in-out; }
.footer > ul > li { width: 100%; height: auto;  display: flex; flex-flow: row wrap; transition: all 0.12s ease-in-out; }
.footer > ul > li > :nth-child(n) { padding-left: 10px; padding-bottom:2px;}
.footer > ul > li > :nth-child(1) {padding-right: 10px; }
.footer a { color: #999999; }
.footer  a:hover {color:rgb(230,230,230);}

@media all and (max-width: 960px) {
  .footer > ul > li:nth-child(1) > p:nth-child(2) {width: 100%;}
  .footer > ul > li > :nth-child(n) {padding-left:0;}
  .footer > ul > li:nth-of-type(2) > p > span {margin:0 !important;}
  .footer > ul > li:nth-of-type(2) > p > span:nth-of-type(3) {margin:0 10px 0 0 !important;  }
  .footer > ul > li:nth-child(2) :nth-child(n) {padding-bottom: 2px; margin-bottom: 5px;}
  .footer > ul > li:nth-child(2) > a:nth-child(2),
  .footer > ul > li:nth-child(2) > a:nth-child(3) {width:100%;}
  .footer > ul > li:nth-child(2) > a:nth-child(2) > span:nth-child(3) {margin:0 10px 0 0 !important;  }
  .footer > ul > li { justify-content: flex-start; }
  .footer > ul > li:nth-of-type(1) > a { width: 100%; margin: 0 0 5px 0 ; display: flex; flex-flow: row nowrap}
  .footer > ul > li:nth-of-type(n) > a > span:nth-of-type(1) { min-width: 115px; display: inline-block;  }
  .footer > ul > li:nth-of-type(n) > p > span:nth-of-type(1) { min-width: 115px; display: inline-block;}
  .footer > ul > li:nth-of-type(2) > p > span { margin: 0 10px 0 0; }
  .footer > ul > li:nth-of-type(n) > :nth-child(n) > span:nth-of-type(2) {display: none;}
}

@media all and (max-width: 480px) {
  .footer > ul > li:nth-of-type(n) > a > span:nth-of-type(1),
  .footer > ul > li:nth-of-type(n) > p > span:nth-of-type(1) { min-width: 100%; }
  .footer > ul > li:nth-of-type(n) > a > span:nth-of-type(3),
  .footer > ul > li:nth-of-type(n) > p > span:nth-of-type(3) {padding-left: 20px;
  }
  .footer > ul > li:nth-of-type(1) > a,
  .footer > ul > li:nth-of-type(1) > p {flex-flow: row wrap}
}

