
/*pop*/

.agree_pop{display: none; position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 2; background: rgba(0,0,0,0.5)}
.agree_pop.atv_pop{display: block}

.agree_pop_content{position: absolute; left: 50%;
  top: 50%; background: #fff; padding: 30px; border-radius: 5px;
  transform: translate(-50%, -50%); width: 100%; max-width: 900px}



.agree_pop_content .agree_title{position: relative; }

.agree_pop_content .agree_title h2{font-size: 18px;}
.agree_pop_content .agree_title .close_pop{position: absolute; right: 0; top: 0; cursor: pointer}

.agree_pop_info{max-height: 400px; overflow-y: auto; margin-top: 15px; padding: 15px 0; border-top: 1px solid #ddd}
.agree_pop_info h3{font-size: 16px; font-weight: bold; word-break: keep-all; margin-bottom: 10px}
.agree_pop_info p{font-size: 14px; font-weight: 400; word-break: keep-all}
.agree_pop_info p + h3{margin-top: 20px}

.agree_pop_info ul.dot{margin-top: 10px}
.agree_pop_info ul.dot li{font-size: 14px}

.agree_pop_info ul.dot + h3{margin-top: 20px}
.agree_pop_info ul.dot + p{margin-top: 10px;}


.agree_pop_info .tlb{margin-top: 10px}
.agree_pop_info .tlb table tr th,
.agree_pop_info .tlb table tr td{font-size: 14px; padding: 8px;}

.agree_pop_info .tlb + p{margin-top: 10px}

.agree_pop_info::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}

.agree_pop_info::-webkit-scrollbar-track {
    background: #ccc;
}






.pfont {
  font-family: "ivymode";
}

.nfont {
  font-family: "Noto Serif KR", serif;
}

.popup_are {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
}

.pop_up_content {
  max-width: 1240px;
  width: 100%;
}

.pop_up_content .slide_btn {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}
.pop_up_content .slide_btn span {
  cursor: pointer;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}

.pop_up_slide {
  margin: 20px -10px;
  overflow: hidden;
}
.pop_up_slide img {
  width: 100%;
}
.pop_up_slide a {
  display: block;
}

.pop_up_slide .slick-slide {
  padding: 0 10px;
}

.pop_foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pop_foot input {
  display: none;
}
.pop_foot input + label {
  padding-left: 40px;
  position: relative;
  background: url(../img/main/pop_ck.png);
  background-position: left center;
  background-size: 30px auto;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  word-break: keep-all;
  cursor: pointer;
}

.pop_foot input:checked + label {
  background-image: url(../img/main/pop_ckon.png);
}
.pop_foot button {
  font-size: 16px;
  color: #fff;
  display: flex;
  gap: 10px;
  background: transparent;
  border: 0;
  align-items: center;
}

.site_map {
  display: none;
}

.inner {
  padding: 0 6rem;
}
.inner2 {
  padding: 0 10rem;
}

.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
  background: #dcceb7;
  color: #777067;
  display: none; /* 기본적으로 숨김 */
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border-radius: 180px;
  pointer-events: none;
  transform: translate(-100%, -100%);

  user-select: none;
  z-index: 4444;
  gap: 20px;
  display: flex;
}

/*header*/

.all_btn {
  display: none;
}

.header {
  transition-duration: 0.5s;
  z-index: 9998;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.header:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: #e8e3da;
  transition-duration: 1s;
  z-index: 2;
  display: none
}

.header:hover:before {
  width: 100%;
}

.header:after {
  content: "";
  height: 0px;
  width: 100%;
  top: 0;
  left: 0;
  background: #f8f4ee;
  position: absolute;
  z-index: -1;
  transition-duration: 1s;
  display: none
}

.header.eng:hover:after {
  height: 700px;
  transition-duration: 2s;
}
.header:hover:after {
  height: 600px;
  transition-duration: 2s;
}

.header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}

.head_nav {
  display: flex;
  transition-duration: 1s;
  justify-content: flex-end;
  padding-right: 50px;
}
.head_nav * {
  text-align: center;
}
.head_nav .main_deps {
  font-size: 20px;
  color: #231503;
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
  transition-duration: 0.5s;
}

.head_nav .main_deps span {
  position: relative;
}
.head_nav .main_deps span:after {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  bottom: 0px;
  width: 0%;
  background: #231503;
  transition-duration: 1s;
  display: none
  
}
.head_nav li:hover .main_deps span:after {
  width: 100%;
}

.head_nav li {
  position: relative;
  transition-duration: 1s;
  padding: 0 30px;
  width: auto;
  /*max-width: 260px;*/
}

.header:hover .head_nav {
}
.header:hover .head_nav li {
  /*width: 340px;
  max-width: 340px;
  padding: 0 20px;*/
}

.header.sub .main_deps {
  color: #fff;
}

/*.header.sub:hover .main_deps {
  color: #231503;
}*/

.head_nav .sub_deps {
  position: absolute;
  padding: 0px 0px;
  max-width: 340px;
  width: max-content;
  top: calc(100% - 10px);
  left: 50%;
  transform: translateX(-50%);
  height: 0px;
  transition-duration: 0s;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  background: #f8f4ee;
 border: 1px solid #231503;
  
}

.head_nav li:hover .sub_deps {
  height: auto;
  padding: 50px 0px;
  visibility: visible;
  opacity: 1;
  transition-duration: 1s;
  max-height: 100vh;
}



.head_nav .sub_deps:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #e8e3da;
  display: none
}

.head_nav li .sub_deps a {
  color: #231503;
  font-size: 18px;
  display: block;
}

.head_nav li .sub_deps li + li {
  margin-top: 25px;
}

.head_nav li .sub_deps .deps3 {
  padding: 15px 0 0;
}
.head_nav li .sub_deps .deps3 a {
  color: #777067;
}
.head_nav li .sub_deps .deps3 a + a {
  margin-top: 15px;
}

.head_nav li .sub_deps .deps3 a.drop_deps span {
  padding-right: 20px;
  position: relative;
  display: inline-block;
}
.head_nav li .sub_deps .deps3 a.drop_deps span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  width: 12px;
  height: 8px;
  background: url(../img/common/drop.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  transform: rotate(180deg);
}

.head_nav li .sub_deps .deps3 .drop_deps_are {
  padding: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  transition-duration: 1s;
  opacity: 0;
}
.head_nav li .sub_deps .deps3 .drop_deps_are a {
  font-size: 16px;
}
.head_nav li .sub_deps .deps3 .drop_deps_are a + a {
  margin-top: 12px;
}

.head_nav li .sub_deps .deps3 a.drop_deps.openpt + .drop_deps_are {
  padding: 15px 0 0;
  visibility: visible;
  opacity: 1;
  height: auto;
}
.head_nav li .sub_deps .deps3 a.drop_deps.openpt span:after {
  transform: rotate(0deg);
}

.header_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9992;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition-duration: 1s;
  display: none
}
.header_bg.boopen {
  opacity: 1;
  visibility: visible;
}

.lang_icon {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.3) url(../img/common/lang.png);
  position: absolute;
  right: 6rem;
  top: 30px;
  z-index: 2;
  background-position: center;
  background-size: 18px auto;
  background-repeat: no-repeat;
}

/*footer*/

.footer {
  padding: 50px 0;
}
.footer .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer h2 {
  font-size: 60px;
  font-weight: 200;
  color: #231503;
  width: 30%;
}
.footer .copy {
  width: 40%;
  text-align: center;
  font-size: 20px;
  color: #231503;
  font-weight: 200;
}
.footer ul {
  width: 30%;
}
.footer ul li {
  display: flex;
  font-size: 18px;
  color: #231503;
}

.footer ul li a{display: inline-block;
border: 2px solid #e1dbd2;
    background: #f8f4ee;
    padding: 10px 20px;
    border-radius: 50px

}

.footer ul li + li {
  margin-top: 10px;
}
.footer ul li b {
  width: 100px;
  font-weight: 500;
}
.footer ul li span {
  flex: 1;
}

/*common*/

.more_btn.mb30{margin-bottom: 30px}

.more_btn {
  border: 2px solid #e1dbd2;
  background: #f8f4ee;
  height: 52px;
  display: inline-flex;
  font-size: 16px;
  color: #231503;
  align-items: center;
  padding: 0 30px;
  border-radius: 100px;
  transition-duration: 1s;
  align-items: center;
  position: relative;
  width: max-content;
}
.more_btn:hover {
  background-color: #f0ece6;
  color: #231503;
}

.more_btn .txt-ani-box {
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.more_btn .txt-ani-box > span {
  transform: translateY(0) rotate(0.00001deg);
  transition: transform 0.4s cubic-bezier(0.35, 1.5, 0.6, 1);
}

.more_btn .txt-ani-box > span.duplicate {
  position: absolute;
  transform: translateY(100%) rotate(0.00001deg);
}

.more_btn:hover .txt-ani-box > span {
  transform: translateY(-100%) rotate(0.00001deg);
}

.more_btn:hover .txt-ani-box > span.duplicate {
  transform: translateY(0%) rotate(0.00001deg);
}

/*Main*/

.main_visual {
  padding: 150px 0 50px;
}
.visual_title {
}
.visual_title h2 {
  color: #231503;
  font-size: 130px;
  font-weight: 300;
  line-height: 1.1;
}
.visual_title h2 + h2 {
  text-align: right;
}

.visual_flex {
  display: flex;
  margin-top: 40px;
}
.visual_flex .box {
  height: 600px;
  flex: 1;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.visual_flex .box .motion_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.visual_flex .box .motion1 img {
  width: 100%;
  position: relative;
  top: -0rem;
}
.visual_flex .box .motion2 img {
  width: 100%;
  position: relative;
  top: -7rem;
}

.visual_flex .box .txt {
  text-align: center;
  padding: 65px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}

.visual_flex .box .txt:after {
  background: linear-gradient(
    0deg,
    rgba(93, 67, 43, 1) 0%,
    rgba(93, 67, 43, 0) 100%
  );
  transition-duration: 1s;
  opacity: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.visual_flex .box .txt p {
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 20px;
  opacity: 0;
  transition-duration: 1s;
  position: relative;
  bottom: -50px;
  z-index: 2;
}
.visual_flex .box .txt .more_btn {
  opacity: 0;
  transition-duration: 2s;
  position: relative;
  bottom: -50px;
  z-index: 2;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.visual_flex .box .txt .more_btn:hover {
  background: rgba(255, 255, 255, 0.2);
}

.visual_flex .box:hover .txt:after {
  opacity: 1;
}
.visual_flex .box:hover .txt p {
  opacity: 1;
  bottom: 0;
}
.visual_flex .box:hover .txt .more_btn {
  opacity: 1;
  bottom: 0;
}

.main_board {
  padding: 100px 0;
}
.main_board_flex {
  display: flex;
  gap: 80px;
  align-items: flex-start;
}
.main_board_flex .thum_board {
  width: 50%;
  position: relative;
}
.main_board_flex .thum_board .thum {
}
.main_board_flex .thum_board .thum img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main_board_flex .thum_board .txt {
  padding: 60px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}

.main_board_flex .thum_board .txt p {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}
.main_board_flex .thum_board .txt h2 {
  margin: 15px 0 25px;
  font-weight: bold;
  color: #fff;
  font-size: 40px;
  line-height: 150%;
  word-break: keep-all;
}
.main_board_flex .thum_board .txt h4 {
  font-weight: 600;
  color: #fff;
  font-size: 24px;
}

.main_board_flex .right {
  width: calc(50% - 80px);
}

.main_title h2 {
  font-size: 100px;
  font-weight: 200;
  color: #231503;
}
.main_title p {
  color: #231503;
  font-size: 18px;
  margin-top: 15px;
}

.main_board_top {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 10rem;
  margin-bottom: 15px;
}

.main_board_top .tab {
  display: flex;
  align-items: center;
}

.main_board_top .tab .tab__item {
  font-size: 28px;
  color: #231503;
  padding: 0 25px;
  font-weight: bold;
  opacity: 0.3;
  transition-duration: 1s;
  position: relative;
}

.main_board_top.eng .tab .tab__item {
  font-size: 20px;
}

.main_board_top .tab .tab__item + .tab__item:after {
  content: "";
  width: 2px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  background: #231503;
  opacity: 0.1;
  transform: translateY(-50%);
}

.main_board_top .tab .tab__item.active,
.main_board_top .tab .tab__item:hover {
  opacity: 1;
}

.main_board_top .tab .tab__item:first-child {
  padding-left: 0;
}

.tab__content {
  display: none;
}
.tab__content.active {
  display: block;
}

.board_least {
}
.board_least li {
  padding: 45px 0;
  border-bottom: 1px solid #231503;
}
.board_least li:last-child {
  border-bottom: 0;
}

.board_least li a {
  display: flex;
  justify-content: space-between;
}

.board_least li a h3 {
  font-weight: 600;
  color: #231503;
  font-size: 20px;
  width: calc(100% - 100px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.board_least li a h3 .dday {
    font-size: 16px;
    margin-right: 5px;
}

.board_least li a p.date {
  font-size: 14px;
  color: #231503;
  opacity: 0.5;
  text-align: right;
  width: 80px;
}

.main_colloection {
  padding: 50px 0 100px;
  overflow: hidden;
}
.main_colloection .main_title {
  text-align: center;
}
.main_colloection .main_title .more_btn {
  margin: 40px auto 0;
}

.atc02_slide {
  overflow-y: visible;
  margin-top: 80px;
}

.atc02_slide ul li {
  width: max-content;
  text-align: center;
}
.atc02_slide ul li a {
  display: block;
}

.atc02_slide ul li .img {
  position: relative;
  display: block;
}
.atc02_slide ul li .img .txt {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 3;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  transition-duration: 0.5s;
  opacity: 0;
}
.atc02_slide ul li .img .txt i {
  padding: 5px;
  color: #fff;
  border-radius: 4px;
  background: #000000;
  font-style: normal;
  font-size: 20px;
}
.atc02_slide ul li .img .txt i + i {
  font-size: 16px;
}

.atc02_slide ul li.on .img .txt {
  opacity: 1;
}

.atc02_slide ul li .img img {
  transform: scale(0.65) rotate(10deg);
  transition: all 0.6s;
  z-index: 2;
  position: relative;
  width: 100%; height: 100%;
  object-fit:cover;
  max-width: 700px;
  aspect-ratio:1
}
.atc02_slide ul li.on .img img {
  transform: scale(1) rotate(0);
}
.atc02_slide ul li:before {
  opacity: 0;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 90%;
  height: 85%;
  transform: rotate(0);
  background: #e8ce81;
  transition: all 0.2s;
}

.atc02_slide ul li.on:before {
  opacity: 1;
  transform: rotate(-10deg);
  transition-duration: 0.6s;
  transition-delay: 0.3s;
}

.main_news_flex {
  display: flex;
}
.main_news_flex .box {
  width: 50%;
  padding: 0 4rem;
}
.main_news_flex .box + .box {
  border-left: 2px solid #231503;
}

.slide_new_are {
  margin-top: 60px;
  display: flex;
  gap: 40px;
  justify-content: flex-start;
  align-items: center;
}

.slide_new {
  width: 600px;
}
.slide_new .thum {
  position: relative;
  overflow: hidden;
}
.slide_new .thum img {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide_new .thum .txt {
  position: absolute;
  left: 30px;
  bottom: 30px;
  padding: 5px;
  color: #fff;
  border-radius: 4px;
  background: #000000;
  font-style: normal;
  font-size: 20px;
}

.slide_new_are .slide_btn {
}
.slide_new_are .slide_btn span {
  cursor: pointer;
  border: 2px solid #e1dbd2;
  height: 96px;
  width: 96px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}

.slide_new_are .slide_btn span img {
  opacity: 0.2;
  transition-duration: 1s;
}
.slide_new_are .slide_btn span:hover img {
  opacity: 1;
}
.slide_new_are .slide_btn span + span {
  margin-top: 18px;
}

.banner_slider_are {
  position: relative;
}
.banner_slider .thum {
  border: 1px solid #e1dbd2;
  display: block;
}
.banner_slider .thum img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner_slider .thum + p {
  color: #231503;
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
}

.banner_slider_are .custom-pagination {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  gap: 6px;
  justify-content: flex-end;
  align-items: center;
}
.banner_slider_are .custom-pagination i {
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #231503;
}
.banner_slider_are .custom-pagination span {
  color: #231503;
  font-size: 20px;
  font-weight: bold;
  opacity: 0.2;
}
.banner_slider_are .custom-pagination span.current {
  opacity: 1;
}

.video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-wrap iframe,
.video-wrap object,
.video-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner_video {
  border-top: 1px solid #231503;
  padding-top: 50px;
  margin-top: 50px;
}

.main_ani_link {
  padding: 150px 0;
}

.main_ani_box {
}

.main_ani_box li {
  padding: 20px 0px;
  overflow: hidden;
  border-bottom: 2px solid #231503;
}
.main_ani_box li a {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  font-size: 4.3rem;
  color: #231503;
  letter-spacing: -0.5px;
}

.main_ani_box li a span {
  font-weight: 200;
}
.main_ani_box li a span i {
  font-size: 18px;
  vertical-align: top;
  font-style: normal;
  font-weight: normal;
}
.main_ani_box li a span.img {
  flex: 1;
  overflow: hidden;
  border-radius: 10px;
  height: 100px;
  position: relative
}
.main_ani_box li a span.img img,
.main_ani_box li a span.img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.main_ani_box li a span.img span{position: absolute;left: 0; top: 0; width: 100%;
height: 100%; color: #fff; font-size: 24px; text-align: center; background: rgba(0,0,0,0.5);
    justify-content: center;
    align-items: center; display: flex; font-weight: 500; opacity: 0; transition-duration: .8s }

.main_ani_box li a:hover span.img span{opacity: 1}

.main_ani_box li a span.icon img {
  animation: rotate360 4s linear infinite;
}

@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.main_sns {
  padding-bottom: 150px;
}
.main_sns .main_title h2 {
  display: flex;
  gap: 60px;
  justify-content: space-between;
}
.main_sns .main_title h2 span {
  width: max-content;
}
.main_sns .main_title h2 i {
  flex: auto;
  display: flex;
  align-items: center;
}
.main_sns .main_title h2 i em {
  height: 3px;
  width: 0%;
  background: #231503;
  display: block;
  transition-duration: 4s;
}

.main_sns.show .main_title h2 i em {
  width: 100%;
}

.main_sns_flex {
  margin-top: 80px;
  display: flex;
  gap: 10px;
}
.main_sns_flex a {
  flex: 1;
  overflow: hidden;
}
.main_sns_flex a:hover {
}
.main_sns_flex a img {
  width: 100%;
  display: block;
  transition-duration: 0.5s;
}
.main_sns_flex a:hover img {
  border-radius: 400px;
}

@media (max-width: 1660px) {
  .lang_icon {
    right: 3rem;
  }

  .inner {
    padding: 0 3rem;
  }
  .main_board_top {
    margin-top: 5rem;
  }

  .main_board_flex {
    gap: 3rem;
  }

  .main_board_flex .right {
    width: calc(50% - 3rem);
  }

  .slide_new {
    width: 550px;
  }

  .main_news_flex .box {
    padding: 0 2rem;
  }

  .inner2 {
    padding: 0 5rem;
  }

  .main_ani_box li a {
    font-size: 4rem;
  }

  .visual_flex .box {
    height: 60vh;
  }
}

@media (max-width: 1460px) {
  .visual_title h2 {
    font-size: 8em;
  }
  .visual_flex .box .txt p {
    font-size: 20px;
  }

  .main_title h2 {
    font-size: 6em;
  }
  .main_board_top .tab .tab__item {
    font-size: 2em;
  }

  .board_least li {
    padding: 3em 0;
  }

  .main_board_flex .thum_board .txt p {
    font-size: 1.4em;
  }
  .main_board_flex .thum_board .txt h2 {
    font-size: 3em;
  }
  .main_board_flex .thum_board .txt h4 {
    font-size: 1.6em;
  }

  .slide_new {
    width: 100%;
  }
  .slide_new_are .slide_btn {
    display: none;
  }

  .banner_slider .thum + p {
    font-size: 1.4em;
  }
}

@media (max-width: 1370px) {
  .footer .inner {
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .footer .inner h2 {
    order: 0;
    width: auto;
    font-size: 4em;
  }
  .footer .inner ul {
    order: 1;
    width: auto;
  }
  .footer .inner ul li {
    font-size: 14px;
  }
  .footer .inner p.copy {
    order: 2;
    width: 100%;
    text-align: left;
    font-size: 14px;
  }
}

@media (max-width: 1280px) {
  .pop_up_content {
    max-width: 90%;
  }

  .head_nav .main_deps {
    font-size: 16px;
  }
  .head_nav li .sub_deps a {
    font-size: 16px;
  }
  .head_nav li .sub_deps .deps3 .drop_deps_are a {
    font-size: 14px;
  }

  .header:hover .head_nav li {
    width: 300px;
  }

  .head_nav .sub_deps {
    max-width: 300px;
    width: 300px;
  }

  .header:hover .sub_deps {
    height: 420px;
  }
  .header:hover:after {
    height: 520px;
    transition-duration: 2s;
  }

  .visual_flex .box {
    height: 50vh;
  }

  .main_board_top .tab .tab__item {
    font-size: 18px;
    padding: 0 10px;
  }
  .board_least li a h3 {
    font-size: 16px;
  }

  .board_least li {
    padding: 2.5em 0;
  }
}

@media (max-width: 1024px) {
  body.all_menu {
    height: 100vh;
    overflow: hidden;
  }

  .head_nav {
    display: none;
  }
  .header:after {
    display: none;
  }
  .header:before {
    display: none;
  }

  .header_bg {
    display: none;
  }

  .visual_title h2 {
    font-size: 6em;
  }

  .visual_flex .box {
    height: auto;
  }

  .lang_icon {
    right: calc(3rem + 50px);
  }

  .all_btn {
    display: block;
    width: 30px;
    height: 16px;
    position: absolute;
    right: 3rem;
    top: 42px;
    z-index: 9999;
  }
  .all_btn span {
    width: 100%;
    height: 2px;
    position: absolute;
    background: #222;
    transition-duration: 1s;
  }
  .all_btn span:nth-child(1) {
    top: 0;
    left: 0;
  }
  .all_btn span:nth-child(2) {
    bottom: 0;
    left: 0;
  }

  .sub .all_btn span {
    background: #fff;
  }

  .all_menu .all_btn span {
    background: #fff;
  }
  .all_menu .all_btn span:nth-child(1) {
    transform: rotate(45deg);
    top: 50%;
  }
  .all_menu .all_btn span:nth-child(2) {
    transform: rotate(-45deg);
    bottom: auto;
    top: 50%;
  }

  .site_map {
    display: block;
  }
  .site_map {
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    left: 0;
    top: -100%;
    height: 100%;
    z-index: 9992;
    padding: 8rem 3rem;
    visibility: hidden;
    opacity: 0;
    transition-duration: 1s;
  }
  .all_menu .site_map {
    opacity: 1;
    visibility: visible;
    top: 0;
  }

  .all_menu .main_deps {
    font-size: 18px;
    color: #fff;
    display: block;
  }

  .all_menu li + li {
    margin-top: 15px;
  }
  .all_menu .sub_deps li + li {
    margin-top: 10px;
  }
  .all_menu .sub_deps li a {
    font-size: 16px;
    color: #fff;
    display: block;
  }

  .all_menu .sub_deps {
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition-duration: 1s;
    height: 0;
    max-height: 0;
  }
  .all_menu .main_deps.open_dp1 + .sub_deps {
    margin-top: 10px;
    opacity: 1;
    visibility: visible;
    height: auto;
    max-height: max-content;
  }

  .all_menu .sub_deps li .deps3 {
    margin-top: 10px;
  }
  .all_menu .sub_deps li .deps3 a {
    opacity: 0.8;
  }
  .all_menu .sub_deps li .deps3 a + a {
    margin-top: 10px;
  }

  .all_menu .sub_deps li .deps3 .drop_deps_are {
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition-duration: 1s;
    height: 0;
    max-height: 0;
  }
  .all_menu .sub_deps li .deps3 .drop_deps.openpt + .drop_deps_are {
    margin-top: 10px;
    opacity: 1;
    visibility: visible;
    height: auto;
    max-height: max-content;
  }

  .main_title h2 {
    font-size: 4em;
  }
  .main_board_top {
    margin-top: 2rem;
  }

  .main_board_flex .thum_board .txt {
    padding: 30px 25px;
  }

  .main_board_flex .thum_board .txt h2 {
    font-size: 2em;
  }

  .main_news_flex .box:first-child {
    padding-left: 0;
  }
  .main_news_flex .box:last-child {
    padding-right: 0;
  }

  .atc02_slide ul li {
    width: 60%;
  }
  .atc02_slide ul li img {
    width: 100%;
  }
}

@media (max-width: 860px) {
	
	.agree_pop_content{max-width: 96%}
	
  .visual_flex {
    flex-wrap: wrap;
  }
  .visual_flex .box {
    height: auto;
    flex: auto;
    width: 50%;
  }

  .main_board_flex {
    flex-direction: column;
  }
  .main_board_flex .thum_board {
    width: 100%;
  }
  .main_board_flex .right {
    width: 100%;
  }

  .inner2 {
    padding: 0 3rem;
  }

  .main_ani_box li a {
    flex-wrap: wrap;
  }

  .main_ani_box li a span.img {
    flex: 1;
    border-radius: 5px;
    height: 80px;
    min-width: 100px;
  }

  .main_ani_box li a {
    font-size: 3rem;
  }

  .main_ani_box li a span.icon img {
    max-width: 80px;
  }

  .main_sns_flex {
    flex-wrap: wrap;
  }

  .main_sns_flex a {
    flex: auto;
    width: calc(50% - 5px);
  }
  .footer .inner ul {
    width: 100%;
  }
}

@media (max-width: 600px) {
  body {
    overflow-x: hidden;
  }

  .header .inner {
    height: 80px;
  }

  .all_btn {
    top: 32px;
    right: 25px;
  }

  .lang_icon {
    right: calc(25px + 50px);
    top: 20px;
  }

  .inner,
  .inner2 {
    padding: 0 25px;
  }

  .site_map {
    padding: 5rem 25px;
    overflow-y: auto;
  }

  .visual_title h2 {
    font-size: 3em;
    text-align: center;
    line-height: 1.4;
  }
  .visual_title h2 + h2 {
    text-align: center;
  }

  .visual_flex .box {
    height: auto;
    flex: auto;
    width: 50%;
    aspect-ratio: 1;
  }

  .main_board {
    padding: 50px 0;
  }

  .main_title h2 {
    font-size: 3em;
  }
  .main_title p {
    font-size: 16px;
  }

  .visual_flex .box .txt {
    padding: 25px 10px;
  }

  .visual_flex .box .txt p {
    font-size: 16px;
  }
  .more_btn {
    font-size: 14px;
    height: 42px;
    padding: 0 20px;
  }

  .main_board_top .tab .tab__item {
    font-size: 16px;
  }
  .main_board_top {
    margin-top: 2rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 2em;
  }

  .board_least li {
    padding: 2em 0;
  }

  .board_least li a h3 {
    font-size: 14px;
  }
  .board_least li a p.date {
    font-size: 14px;
  }

  .atc02_slide ul li {
    width: 80%;
  }

  .atc02_slide ul li .img .txt i {
    font-size: 16px;
  }
  .atc02_slide ul li .img .txt i + i {
    font-size: 14px;
  }

  .main_news_flex {
    display: flex;
    flex-direction: column;
    gap: 2em;
  }

  .main_news_flex .box {
    width: 100%;
    padding: 0;
  }

  .slide_new_are {
    margin-top: 40px;
  }

  .main_news_flex .box + .box {
    border-left: 0px solid #231503;
  }

  .banner_slider .thum + p {
    font-size: 16px;
  }

  .main_ani_link {
    padding: 50px 0;
  }

  .main_ani_box li a {
    font-size: 2rem;
  }
  .main_ani_box li a span.img {
    width: 100%;
    flex: auto;
  }

  .main_sns .main_title h2 i {
    display: none;
  }

  .main_sns .main_title h2 {
    gap: 10px;
    justify-content: flex-start;
  }

  .main_sns_flex {
    margin-top: 40px;
  }

  .main_sns {
    padding-bottom: 80px;
  }

  .footer .inner {
    gap: 20px;
  }
  .footer .inner h2 {
    font-size: 3em;
  }

  .footer ul li {
    gap: 10px;
  }
  .footer ul li b {
    width: auto;
  }
}

@media (min-width: 1930px) {
	.inner, .inner2{
    max-width: 1920px;
    margin: 0 auto;
}
}
