@charset "UTF-8";
@import url(font.css);
/* reset */
html, body, div, ul, ol, li, dl, dt, dd, p, strong, span, em, a, table, th, td, caption, input, button, textarea, label, form, legend, fieldset, hr, h1, h2, h3, h4, h5, h6, img {
  padding: 0;
  margin: 0;
  border: 0;
  color: inherit;
  background: none;
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
}

html, body {
  height: 100%;
  min-height: 100%;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  line-height: 1.55;
  font-family: "GyeonggiBatang", "Noto Serif KR", "batang", "Malgun Gothic", "Open Sans", HelveticaNeue-Light, AppleSDGothicNeo-Light, sans-serif !important;
  letter-spacing: -0.01em;
  word-break: keep-all;
}

h1, h2, h3, h4, h5, h6, strong {
  font-weight: 500;
}

*, :after, :before {
  box-sizing: border-box;
}

header, footer, nav {
  display: block;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

th, td {
  vertical-align: middle;
}

input {
/*  -webkit-appearance: none;*/
  border-radius: 0;
  color: #222;
}

select, button {
  cursor: pointer;
}

ul, ol {
  list-style: none;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

i, em {
  font-style: normal;
}

textarea {
  resize: vertical;
}

textarea ul,
textarea ol {
  list-style: disc;
}

select.slt {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
}

input, textarea, button {
  border-radius: 0;
  box-shadow: none;
  outline: none;
}

b {
  font-weight: 800;
}

::-moz-placeholder {
  color: #999;
}

::placeholder {
  color: #999;
}

/* common */
#wrap {
  width: 100%;
  overflow: hidden;
  padding-top: 170px;
}

.inner {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
}

.sound_only,
.blind {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  font-size: 0;
  opacity: 0;
}

.f_tit {
  font-family: "GyeonggiTitle", "Noto Sans KR", "Malgun Gothic", "Open Sans", HelveticaNeue-Light, AppleSDGothicNeo-Light, sans-serif !important;
  font-weight: 700;
  letter-spacing: 0;
}

.ib {
  display: inline-block;
}

.tit_section {
  display: block;
  position: relative;
  font-size: 48px;
  line-height: 1.2;
  font-weight: bold;
}
.tit_section:before {
  position: absolute;
  top: -10px;
  left: -16px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #64a486;
  content: "";
}
.tit_section.yellow:before {
  background-color: #f4be69;
}
@media screen and (max-width: 1720px) {
	#header .inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1520px) {
  .inner {
    padding: 0 20px;
  }
  .tit_section {
    font-size: 3.15vw;
  }
}
@media screen and (max-width: 1280px) {
  #wrap {
    padding-top: 13vw;
  }
}
@media screen and (max-width: 1024px) {
  #wrap {
    padding-top: 120px;
  }
  .tit_section {
    margin: 0 5px;
    font-size: 32px;
  }
  .tit_section:before {
    top: -6px;
    left: -12px;
    width: 6px;
    height: 6px;
  }
}
@media screen and (max-width: 480px){
	#wrap {
		padding-top: 150px;
	  }
}

/* 게시판 카테고리 색상 */
.cate1 {
  background: #6b8ad1;
}

.cate2 {
  background: #f4be69;
}

.cate3 {
  background: #64a485;
}

.cate4 {
  background: #f5b8b8;
}

/* layout */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
/*  background: #fff;*/
  background: #fbfaf7;
  z-index: 9;
  transition: 0.3s;
}
#header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
	
	/*이너 수정*/
	max-width: 1720px;
}
#header .inner a {
  display: block;
}
#header #h1 {
  position: relative;
  width: 400px;
}
#header .logo {
  height: 88px;
  background: url(../img/logo.png) no-repeat center center/contain;
}
#header .list_menu {
  display: flex;
}
#header .list_menu .depth1 {
  font-family: "GyeonggiTitle", "Noto Sans KR", "Malgun Gothic", "Open Sans", HelveticaNeue-Light, AppleSDGothicNeo-Light, sans-serif !important;
  font-weight: 700;
  letter-spacing: 0;
}
#header .list_menu .sub {
  text-align: center;
}
#header .list_menu .sub li + li {
  margin-top: 8px;
}
#header .list_menu .sub a {
  color: #999;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
}
#header .list_menu .sub a span {
  display: inline-block;
  position: relative;
  transition: 0.3s;
}
#header .list_menu .sub a span:after {
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 2px;
  background: transparent;
  transition: 0.3s;
  content: "";
}
#header .list_menu .sub a:active {
  color: #000;
}
#header .list_menu .sub a:active span:after {
  background: #64a486;
}
@media screen and (min-width: 1024px) {
  #header .list_menu .sub a:hover {
    color: #000;
  }
  #header .list_menu .sub a:hover span:after {
    background: #64a486;
  }
}
/*
#header #menu {
  margin: 0 20px 0 80px;
}
*/
#header #menu .list_menu > li {
  display: flex;
  align-items: center;
  height: 120px;
  position: relative;
}
#header #menu .list_menu > li + li {
  margin-left: 30px;
}
#header #menu .list_menu .depth1 {
  font-size: 22px;
  line-height: 1.3;
  padding: 0 10px;

	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
#header #menu .list_menu .depth1 img{height: 1.25rem;}
#header #menu .list_menu .sub {
  display: none;
  position: absolute;
  top: 120px;
  left: 50%;
  width: 200px;
  padding: 28px 12px;
  transform: translateX(-50%);
  border: solid 1px #f0f0f0;
  border-top: 1px solid #ccc;
  background: #fff;
}
#header .hd_right {
  position: relative;
  display: flex;
  align-items: center;
}
#header .hd_right #google_translate_element {
  margin-right: 36px;
}
#header .hd_right #google_translate_element .goog-te-combo {
  width: 170px;
	height: 42px;
	font-size: 16px;
	border: solid 2px #000;
  font-family: "GyeonggiBatang", "Noto Serif KR", "batang", "Malgun Gothic", "Open Sans", HelveticaNeue-Light, AppleSDGothicNeo-Light, sans-serif !important;
}
#header .hd_right #google_translate_element a {
  display: inline;
}
#header .hd_right .btn_menu {
  position: relative;
  width: 40px;
  height: 40px;
  padding: 4px;
  margin-right: -4px;
}
#header .hd_right .btn_menu:before, #header .hd_right .btn_menu:after, #header .hd_right .btn_menu span {
  position: absolute;
  top: 50%;
  left: 4px;
  width: 32px;
  height: 2px;
  background: #1c0e01;
  transition: 0.3s;
  content: "";
}
#header .hd_right .btn_menu:before {
  margin-top: -8px;
}
#header .hd_right .btn_menu:after {
  margin-top: 6px;
}
#header .hd_right .btn_menu span {
  margin-top: -1px;
}
#header #sitemap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: -100vh;
  width: 100%;
  height: 100vh;
  max-height: 950px;
  background: url(../img/sitemap_bg.png) repeat center;
  z-index: 10;
  transition: 0.5s;
  opacity: 0;
  text-align: center;
  overflow: hidden;
}
#header #sitemap .wrap_sitemap {
  max-height: 100vh;
  overflow-y: auto;
  transform: translateY(25%);
  opacity: 0;
  transition: 0.5s 0.8s;
	margin-top: 50px;
}
#header #sitemap .title {
  display: block;
  font-size: 48px;
  font-weight: bold;
}
#header #sitemap .list_menu {
  display: flex;
  margin-top: 46px;
  border-right: 1px solid #e8d9c6;
}
#header #sitemap .list_menu > li {
  width: 260px;
  padding: 32px 20px;
  border-left: 1px solid #e8d9c6;
}
#header #sitemap .list_menu .depth1 {
  font-size: 28px;
	word-break: break-all;
	
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
#header #sitemap .list_menu .depth1 img{margin-bottom: 3px; height: 1.5rem}
#header #sitemap .list_menu .sub {
  margin-top: 40px;
}
#header.up {
  top: -170px;
}
#header.active #h1, #header.active .hd_right {
  z-index: 10;
}
#header.active .btn_menu:before, #header.active .btn_menu:after {
  left: 50%;
  margin: -1px 0 0 -16px;
}
#header.active .btn_menu:before {
  transform: rotate(45deg);
}
#header.active .btn_menu:after {
  transform: rotate(-45deg);
}
#header.active .btn_menu span {
  margin-left: 32px;
  opacity: 0;
}
#header.active #sitemap {
  top: 0;
  opacity: 1;
}
#header.active #sitemap .wrap_sitemap {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 1520px) {
  #header #h1 {
    width: 26.3vw;
  }
/*
  #header #menu {
    margin: 0 20px;
  }
*/
  #header #menu .list_menu > li + li {
    margin-left: 1.97vw;
  }
  #header #sitemap .list_menu > li {
    width: 17vw;
  }
}
@media screen and (max-width: 1280px) {
  #header #h1 {
    width: 86px;
  }
  #header .logo {
    height: 60px;
    background-image: url(../img/logo2.png);
  }
  #header #menu .list_menu > li {
    height: 9.37vw;
  }
  #header #menu .list_menu .depth1 {
    font-size: 1.7vw;
  }
  #header #menu .list_menu .depth1 img{
    width: 4.75vw; margin-bottom: 2px;
  }
  #header #menu .list_menu .sub {
    top: 9.37vw;
    width: 15.6vw;
    padding: 2.18vw 0.93vw;
  }
  #header #menu .list_menu .sub a {
    font-size: 1.4vw;
    line-height: 3.12vw;
  }
  #header #sitemap .title {
    font-size: 3.75vw;
  }
  #header #sitemap .list_menu {
    margin-top: 3.59vw;
  }
  #header #sitemap .list_menu > li {
    padding: 2.5vw 0;
  }
  #header #sitemap .list_menu .depth1 {
    font-size: 2.18vw;
  }
	#header #sitemap .list_menu .depth1 img{
		margin-bottom: 1px;
    	height: 1.4rem;
		width: 6vw;
	}
  #header #sitemap .list_menu .sub {
    margin-top: 3.15vw;
  }
}
@media screen and (max-width: 1024px) {
  #header .inner {
    height: 76px;
  }
  #header #menu {
    display: none;
  }
  #header .hd_right #google_translate_element {
    margin-right: 20px;
  }
  #header .hd_right #google_translate_element .goog-te-combo {
    width: 100px;
	  height: 30px;
  }
  #header .hd_right .btn_menu:before, #header .hd_right .btn_menu:after, #header .hd_right .btn_menu span {
    width: 28px;
  }
  #header #sitemap .wrap_sitemap {
    width: 100%;
    padding: 0 20px;
  }
  #header #sitemap .list_menu {
    margin-top: 3.59vw;
  }
  #header #sitemap .list_menu > li {
    width: 100%;
    padding: 2.5vw 0;
  }
  #header #sitemap .list_menu .depth1 {
    font-size: 21px;
  }
  #header #sitemap .list_menu .sub {
    margin-top: 3.15vw;
  }
  #header #sitemap .list_menu .sub a {
    font-size: 13px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  #header #sitemap {
    display: block;
    max-height: none;
/*    padding-top: 76px;*/
    padding-top: 120px;
    opacity: 1;
  }
  #header #sitemap .wrap_sitemap {
    max-height: calc(100vh - 76px);
    overflow-y: auto;
    padding: 0 20px 20px;
    transform: translateY(0);
    opacity: 1;
  }
  #header #sitemap .title {
    display: none;
  }
  #header #sitemap .list_menu {
    display: block;
    margin-top: 0;
    border: none;
    border-top: 1px solid #e8d9c6;
    text-align: left;
  }
  #header #sitemap .list_menu > li {
    padding: 0;
    border: none;
    border-bottom: 1px solid #e8d9c6;
  }
  #header #sitemap .list_menu .depth1 {
    display: block;
    position: relative;
    line-height: 72px;
  }
	#header #sitemap .list_menu .depth1 img{
		width: auto; 
		height: 1.25rem;
	}
  #header #sitemap .list_menu .depth1:after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    border-radius: 100%;
    background: url(../img/icon_plus.png) #ded3c0 no-repeat center center/10px;
    transition: 0.3s;
    content: "";
  }
  #header #sitemap .list_menu .depth1.on:after {
    background-color: #64a486;
  }
  #header #sitemap .list_menu .sub {
    display: none;
    margin-top: 0;
    padding: 10px 20px;
    background: #fff;
    text-align: left;
  }
  #header #sitemap .list_menu .sub li + li {
    margin-top: 0;
  }
  #header #sitemap .list_menu .sub a {
    line-height: 32px;
  }
}
@media screen and (max-width: 320px){
	#header #sitemap{padding-top: 140px;}
}

.gototop {
  position: fixed;
  right: 80px;
  bottom: 80px;
  z-index: 9;
  opacity: 0;
  transition: 0.8s;
}
.gototop .btn_top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background: #faf6ef;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}
.gototop .btn_top:before {
  display: block;
  width: 14px;
  height: 8px;
  background: url(../img/icon_top.png) no-repeat center center/contain;
  content: "";
}
.gototop.on {
  opacity: 1;
}
.gototop.onFt {
  bottom: 180px;
}
@media screen and (max-width: 1520px) {
  .gototop {
    right: 20px;
  }
  .gototop.onFt {
    bottom: 320px;
  }
}
@media screen and (max-width: 1024px) {
  .gototop {
    bottom: 25px;
  }
  .gototop .btn_top {
    width: 36px;
    height: 36px;
    border-radius: 5px;
    font-size: 10px;
  }
  .gototop .btn_top:before {
    width: 8px;
    height: 5px;
  }
  .gototop.onFt {
    bottom: 30px;
  }
}

#footer {
  position: relative;
  padding-top: 30px;
}
#footer:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 30px;
  background: url(../img/ft_bg.png) repeat-x top center;
  content: "";
}
#footer .wrap_footer {
  padding: 70px 0 40px;
  background: url(../img/ft_pattern.png) repeat;
}
#footer .wrap_footer .inner {
  display: flex;
  position: relative;
}
#footer .logo {
  display: block;
  margin-right: 80px;
}
#footer .ft_conts {
  padding-top: 10px;
  color: #fff;
}
#footer .ft_conts .ft_links {
  font-size: 0;
}
#footer .ft_conts .ft_links a {
  display: inline-block;
  margin-right: 50px;
  font-size: 20px;
	transition: opacity 0.5s;
}
#footer .ft_conts .ft_links a:hover{
	opacity: 0.7;
}
#footer .ft_conts .ft_info {
  margin-top: 20px;
  font-size: 20px;
	max-width:45vw;
}
#footer .ft_conts .ft_info .info {
  display: block;
  line-height: 1.2;
}
#footer .ft_conts .ft_info .info + .info {
  margin-top: 10px;
}
#footer .ft_conts .ft_info .copyright {
  margin-top: 52px;
  font-size: 18px;
  opacity: 0.7;
}
#footer .wrap_site {
  position: absolute;
  top: 0;
  right: 0;
}
#footer .wrap_site .slt_site {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  min-width: 220px;
/*  height: 50px;*/
  line-height: 1.2;
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50px;
  font-family: "GyeonggiTitle", "Noto Sans KR", "Malgun Gothic", "Open Sans", HelveticaNeue-Light, AppleSDGothicNeo-Light, sans-serif !important;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 18px;
  cursor: pointer;
  color: #fff;
  text-align: left;
}
#footer .wrap_site .slt_site:after {
  display: inline-block;
  width: 15px;
  height: 10px;
  background: url(../img/arrow02_top.png) no-repeat center center/contain;
  transition: 0.5s;
  content: "";
	margin-left: 20px;
}
#footer .wrap_site .slt_site.active:after {
  transform: rotate(180deg);
}
#footer .wrap_site .list_site {
  display: none;
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
  padding: 8px 0;
  border-radius: 20px;
  border: 1px solid #ccc;
  background: #fff;
	z-index: 1;
}
#footer .wrap_site .list_site a {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 40px;
  padding: 5px 20px;
  font-size: 18px;
  font-weight: bold;
  opacity: 0.4;
  transition: 0.5s;
}
#footer .wrap_site .list_site a:active {
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  #footer .wrap_site .list_site a:hover {
    opacity: 1;
  }
}
#footer .wrap_sns {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 0;
}
#footer .wrap_sns li {
  display: inline-block;
  margin-left: 10px;
	transition: opacity 0.5s;
}
#footer .wrap_sns li:hover{
	opacity: 0.8;
}
#footer .wrap_sns a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  background: #fff;
}
#footer .wrap_sns img {
  width: 28px;
  height: 28px;
}
@media screen and (max-width: 1520px) {
  #footer {
    padding-top: 1.9vw;
  }
  #footer:before {
    height: 2vw;
    background-size: auto 2vw;
  }
  #footer .wrap_footer {
    padding: 4.6vw 0 2.63vw;
  }
  #footer .logo {
    width: 12.76vw;
    margin-right: 5.26vw;
  }
  #footer .wrap_site, #footer .wrap_sns {
    right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #footer .wrap_footer {
    padding: 40px 0 30px;
  }
  #footer .wrap_footer .inner {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  #footer .logo {
    width: 123px;
    margin-right: 0;
    order: 0;
  }
  #footer .ft_conts {
    width: 100%;
    margin-top: 26px;
    padding-top: 0;
    order: 2;
  }
  #footer .ft_conts .ft_links a {
    margin-right: 24px;
    font-size: 13px;
  }
  #footer .ft_conts .ft_info {
    margin-top: 15px;
    font-size: 12px;
	max-width: none;
  }
  #footer .ft_conts .ft_info .info + .info {
    margin-top: 5px;
  }
  #footer .ft_conts .ft_info .copyright {
    margin-top: 24px;
    font-size: 11px;
  }
  #footer .wrap_site, #footer .wrap_sns {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
  }
  #footer .wrap_site {
    order: 1;
/*    width: calc(100% - 140px);*/
    text-align: right;
	  top: 10px;
  }
  #footer .wrap_site .slt_site {
    min-width: 180px;
/*    height: 32px;*/
    line-height: 30px;
    border-radius: 30px;
    padding: 0 12px;
    font-size: 12px;
  }
  #footer .wrap_site .slt_site:after {
    width: 8px;
    height: 5px;
  }
  #footer .wrap_site .list_site {
    bottom: 36px;
    padding: 4px 0;
    border-radius: 10px;
    z-index: 9;
  }
  #footer .wrap_site .list_site a {
    min-height: 32px;
    padding: 4px 12px;
    font-size: 12px;
  }
  #footer .wrap_sns {
    order: 3;
    margin-top: 16px;
  }
  #footer .wrap_sns li {
    margin: 0 15px 0 0;
  }
  #footer .wrap_sns a {
    width: 32px;
    height: 32px;
  }
  #footer .wrap_sns a img {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 768px) {
  #footer {
    padding-top: 8px;
  }
  #footer:before {
    height: 8px;
    background-size: auto 8px;
  }
}

#visual.main_mv{height: 100vh; position: relative}
#visual.main_mv .video_wrap{width: 100%;height: 100%; position: relative; padding-top: 120px; background-color: #555;}
#visual.main_mv .video_wrap video{position: relative; width: 100%; left: 50%; transform: translateX(-50%);}
#visual.main_mv .video_wrap::after{content: ''; display: block; background: rgba(0,0,0, 0.5); width: 100%; height: 100%; position: absolute; top: 0; left: 0;}

@media screen and (max-width: 1024px){
	#visual.main_mv .video_wrap{padding-top: 76px;}
	#visual.main_mv .video_wrap video{position: absolute; height: auto; width: 100%; top: 50%; left:0; transform: translateY(-50%);}
}
@media screen and (max-width: 768px){
	#visual.main_mv .video_wrap{background-color: #151515;}
	#visual.main_mv .video_wrap::after{display: none;}
}


/*언어 배너*/
.hd_lang{background: #64a486; height:50px; display: flex; align-items: center; position: relative; z-index: 999;}
#header .hd_lang .inner{justify-content: flex-end;}
.hd_lang h2{color:#fff; font-weight: 700;}

.translation-icons {display: flex; align-items:center;}
.translation-icons a{margin-left: 30px; cursor: pointer;  position: relative}
.translation-icons a:hover::after {
	content: attr(data-title);
	position: absolute;
	bottom: -50px;
	left: 0;
	background-color: #333;
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	white-space: nowrap;
	z-index: 10;
}
.translation-icons img {font-size: 0; width: 40px;}

@media screen and (max-width: 960px){
	.hd_lang{padding: 5px; height: auto;}
	.hd_lang h2{display: none;}
	#header .hd_lang .inner{justify-content: center; height: auto;}
	.translation-icons {flex-wrap: wrap; justify-content: center;}
	.translation-icons a{margin: 5px;}
	.translation-icons a:hover::after,
	.translation-icons a:active::after{
		left: 50%; bottom: -40px; transform: translateX(-50%);
	}
	.translation-icons img{width: 32px;}
}