:root {
  --color-primary: rgb(16, 37, 63);
  --color-secondery: #10253F;
  --color-black: #5b6169;

  --card-w3: calc(100% / 3);
  --card-w2: calc(100% / 2);
  --card-w1: 100%;
}
@font-face {
  font-family: "NanumSquareRound";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NanumSquareRound.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: NotoSanse-Regular;
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff');
}
@font-face {
  font-family: NotoSanse;
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff');
}

/* @font-face {
  font-family: NotoSanse; 내가 원하는 이름으로 글꼴을 바꿔줄 수 있음
  src: url(../font/NotoSansKR-Bold.otf);
}
@font-face {
  font-family: NotoSanse-Regular; 내가 원하는 이름으로 글꼴을 바꿔줄 수 있음
  src: url(../font/NotoSansKR-Regular.otf);
} */

@font-face {
  font-family: "Pretendard-Regular";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff")
    format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "title";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv1 Gothic OTF.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: keep-all;
}

body {
  scrollbar-width: 0;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  display: none;
}

.fix_wheel {
  overflow-y: hidden;
}

/* 시작 시 모달창 띄우는 css*/

/* The Modal (background) */
.searchModal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}
/* Modal Content/Box */
.search-modal-content {
  background-color: #010101;
  margin: 130px 0 0 10%; /* 15% from the top and centered */
  width: 500px; /* Could be more or less, depending on screen size */
  border: 1px solid #ddd;
  position: relative;
}
.modaldownload {
  position: absolute;
  left: 160px;
  top: 66%;
  width: 180px;
  height: 60px;
  color: #fff;
  text-align: center;
  line-height: 60px;
  font-size: 23px;
  font-weight: 700;
  border: 1px solid #fff;
  border-radius: 30px;
}
.modalCloseBtn {
  color: #fff;
  font-size: 15px;
}

.p7_contact {
  width: 800px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 20px 20px;
  margin: 70px auto 80px;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 0 8px rgb(0 0 0 / 30%);
  clear: both;
}

/* 초기화 */
* {
  margin: 0;
  padding: 0;
}
h1,
h2,
p,
a {
  font-size: 15px;
  font-style: normal;
  text-decoration: none;
}
li {
  list-style: none;
}
img {
  display: block;
}
video {
  display: block;
}
/* html, body, main { height: 100%; width: 100%; min-height: 900px; }  */

/* 버튼 a 태그처럼 마우스 효과 & 버튼 테두리 제거 */
button {
  border: 0;
  outline: 0;
  cursor: pointer;
}

/* 스크롤 바 안보이게 만듦 */
/* body {
    -ms-overflow-style: none; IE and Edge
    scrollbar-width: none; Firefox
    position: relative;
}
body::-webkit-scrollbar {
    display: none; Chrome, Safari, Opera
} */

/*Logo */
#header {
  width: 100%;
  height: 74px;
  top: 0px;
  position: fixed;
  z-index: 8000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgb(0, 0, 0, 0.1);
  transition: 0.3s;
}
#header .logo {
  display: block;
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
}
#header .logo img {
  width: 60%;
}
/*메뉴*/
#mainmenu .close {
  display: none;
}
/*20210412 나브바가 조금 왼쪽으로 치우친거 같아서 수정*/
#mainmenu {
  position: absolute; /*right: 15%; */
  right: 8%;
  height: 90px;
}
#mainmenu > ul {
  float: right;
  padding-top: 16px;
}
#mainmenu > ul > li {
  float: left;
  border: 0px;
  margin: 0 0 0 2px;
  position: relative;
}
#mainmenu > ul > li:first-child {
  margin: 0px;
}
#mainmenu ul li a {
  font-size: 20px;
  color: #fff;
  font-family: NotoSanse;
  display: inline-block;
  padding: 4px 15px 9px;
  min-width: 10%;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#mainmenu ul li a.test::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #fff;
  bottom: 0px;
  left: 50%;
  margin-left: -10px;
}
/* #mainmenu ul li a.test::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #fff;
  bottom: 0px;
  left: 50%;
  margin-left: -10px;
} */
/* #mainmenu ul li a.about_us.test::after {
  background: #fff;
}
#mainmenu ul li a.about_us2.test::after {
  background: #fff;
}
#mainmenu ul li a.portfolio:after {
  background: #fff;
} */
#header .hamburger {
  position: absolute;
  right: 2%;
  top: 35%;
  display: none;
}

/* section 공통 */
section {
  position: relative !important;
}
#snsBox {
  position: fixed;
  right: 3%;
  bottom: 0%;
  z-index: 9999;
  height: fit-content;
  margin: auto;
}
#snsBox .blog {
  margin-bottom: 20%;
}
#snsBox .youtube {
  margin-bottom: 20%;
}
#snsBox .topBt {
  margin-bottom: 50%;
}

.top img,
#snsBox a img {
  width: clamp(40px, 2.4vw, 48px);
}
#CtBox {
  position: fixed;
  left: 3%;
  bottom: 0;
  z-index: 9999;
}
.Cbt {
  width: fit-content;
  display: flex;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.Cbt div {
  text-align: center;
  height: 34px;
  visibility: hidden;
  line-height: 34px;
  padding-inline: 12px;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  color: white;
  font-size: 1.1vw;
  font-family: "Pretendard-Regular";
  font-weight: 00;
}
#CtBox .kakao {
  margin-bottom: 5%;
}
#CtBox .tel {
  margin-bottom: 5%;
}
#CtBox .email {
  margin-bottom: 10%;
}

.Cbt a img {
  width: clamp(40px, 2.4vw, 48px);
  /*margin-right: 5px;*/
}
/* .tel a img {width: 48px; height: 48px;} */

/*첫번째 페이지- */
/* 20210412 영상조금 밑으로 간것 조금 올렸습니다*/
#page_1 {
  width: 100%; /*height: 100%;*/
  height: 110vh;
  overflow: hidden;
  background-color: #000;
}

/* 20210412 글자 위쪽 조금 상단 배치*/
#page_1 .p1_text {
  width: 100%;
  height: 30%;
  position: absolute;
  top: calc(50% - 24%);
  align-items: center;
  text-align: center;
}
#page_1 .p1_text .first_span1 {
  font-size: clamp(30px, 5vmin, 70px);
  color: #fff;
  font-family: title;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);
  flex-grow: 1;
}
#page_1 .p1_text .first_span2 {
  font-size: clamp(36px, 8vmin, 95px);
  color: #fff;
  font-family: title;
  font-weight: 600;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.8);
  margin-top: 1%;
  flex-grow: 2;
}
#page_1 .p1_text .first_span3 {
  font-size: clamp(30px, 5vmin, 95px);
  color: #fff;
  font-family: title;
  font-weight: 600;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.8);
  margin-top: 7%;
  flex-grow: 4;
}

#page_1 .p1_text_sub {
  width: 100%;
  position: absolute;
  left: 60%; /* top:40%;*/
  top: 45%;
  transform: translateX(-50%);
  text-align: center;
}
#page_1 .p1_text_sub .second_span {
  font-size: 2rem;
  color: #fff;
  font-family: NotoSanse;
  text-shadow: 0px 3px 1px rgba(0, 0, 0, 0.1);
}

#page_1 .p1_text2 {
  width: 100%;
  position: absolute;
  bottom: 15%;
  text-align: center;
}
#page_1 .p1_text2 span {
  font-size: 2rem;
  color: #fff;
  font-family: NotoSanse;
  text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}
#page_1 .p1_text2 .txt_box {
  width: 400px;
  border: #fff solid 1px;
  border-radius: 15px;
  padding: 15px 0 20px 25px;
  box-sizing: border-box;
  margin: 0 auto;
}
#page_1 .p1_text2 .first_p {
  font-size: 1.8rem;
  color: #f99c0d;
  font-family: NotoSanse-Regular;
  font-weight: 900;
}
#page_1 .p1_text2 p {
  font-size: 1.8rem;
  color: #fff;
  font-family: NotoSanse-Regular;
  font-weight: 900;
}

#page_1 .mouseimg {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
}
#page_1 .p1_textBox {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: space-around;
  justify-content: space-between;
}

#page_1 .wozrun_Bt {
  font-size: clamp(18px, 2.4vmin, 26px);
  font-family: "NanumSquareRound";
  font-weight: 600;
  width: fit-content;
  margin: 0 auto;
  padding: 12px;
  padding-inline: 20px;
  height: fit-content;
  margin-top: 5vh;
  background-color: #ed7909;
  border-radius: 5vh;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  color: black;
}

.slides_img {
  opacity: 45%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#videoWrap {
  width: 100vw;
  height: 100vh;
}
#videoWrap video {
  min-width: 100%;
  min-height: 100%;
  opacity: 70%;
  /*220113 동영상 반응형 중앙정렬*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* 커스텀 */
/* 폰트 적용 */
/*20210519 슬라이더 추가*/

/* 슬라이더 1 시작 */
.slider-1 {
  height: 100vh;
  position: relative;
}

/* 슬라이더 1 - 페이지 버튼 */
.slider-1 > .page-btns {
  text-align: center;
  position: absolute;
  bottom: 45%;
  left: 10%;
}

.slider-1 > .page-btns > div {
  width: 15px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  display: inline-block;
  cursor: pointer;
  margin-right: 5px;
}

.slider-1 > .page-btns > div.active {
  background-color: rgba(255, 255, 255, 1);
}

/* 슬라이더 1 - 슬라이드 */

.slider-1 > .slides > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.slider-1 > .slides > div.active {
  opacity: 100%;
}

/* 슬라이더 좌우 버튼 */
.slider-1 > .side-btns > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  cursor: pointer;
}
.slider-1 > .side-btns > div:last-child {
  left: auto;
  right: 0;
}
.slider-1 > .side-btns > div > span {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translatey(-50%);
  background-color: white;
  opacity: 0.5;
  padding: 1px 13px;
  border-radius: 50px;
  font-size: 25px;
}
.slider-1 > .side-btns > div:last-child > span {
  left: auto;
  right: 20px;
}

/* 슬라이더 1 끝 */

/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/* 20220927 워즈런페이지 추가 */

/* #page_wozrun {
    width: 100vw;
    height: 100vh;
    background-image: url(../img/wozrun/suni_bg.jpg);
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

#page_wozrun .wozrun_ch {
    width: auto;
    height: max(30vw, 800px);
    margin-top: 10vh;
}

#page_wozrun .wozrun_logo {
    width: 20vw;
    margin-top: 20vh;
} */

/* 
@media */

/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*두번째 페이지*/
/* 20210413 중앙정렬이 안된거 같아서 flex 설정*/
/* 20220224 디자인 변경하며 flex 제외*/
#page_6 {
  overflow: hidden;
  background-color: #fff;
  width: 100%;
  height: auto;
  padding-top: 125px; /*display: flex; flex-direction: column; align-items: center;justify-content: center;*/
}

/* 220224새로 디자인 적용*/
#page_6 .p2_text {
  width: 60%;
  margin-bottom: 122px !important;
  height: auto !important;
  margin: 0 auto;
  text-align: center;
}
#p2_boxlist {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.p2_box {
  width: 270px;
  margin: 180px 70px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p2_box:last-child {
  margin-right: 0;
}
.p2_box_img img {
  width: 95%;
  margin: 0 0 40px 2.5%;
}
.p2_box_txt {
  width: 100%;
  text-align: center;
}
.p2_box_txt span {
  font-family: "NanumSquareRound";
  font-size: 20px;
  color: #464d51;
  font-weight: 600;
  line-height: 60px;
  text-align: center;
}
.p2_box_txt p {
  font-family: "NanumSquareRound";
  font-size: 16px;
  color: #464d51;
}

/* 20210412 모바일일때 중앙정렬이 안되어서 width값 수정
#page_2 .p2_fixed{width: 100%; /*width:1200px;  overflow: hidden; margin-top: 100px; display: flex; flex-direction: column;align-items: center;justify-content: center;  }
#page_2 .p2_fixed .c1_text{width:215px; height:41px; font-size: 28px; color:#fff; font-family: NotoSanse;   margin-bottom: 5%; margin:0 auto;/* margin-top:15%; margin-bottom: 5%;}*/

#page_6 .p2_fixed .c1_box1 {
  width: 190px;
  height: 152px; /*margin-top:5%;margin-left:50%; transform: translateX(-50%);*/
}
#page_6 .p2_fixed .c1_box1 img {
  width: 100%;
}
#page_6 .p2_fixed .c1_box2 img {
  width: 655px;
  height: 59px;
  margin-bottom: 1%; /* margin-top:1%; margin-left:50%; transform: translateX(-50%);*/
}

/* 20210412 모바일일때 중앙정렬 안되는 것 때문에 수정*/
#page_6 .p2_fixed .c1_box3 {
  width: 100%;
  height: 151px;
  float: left; /*padding-left: 16.5%;    padding-left: 14.5%; margin-top:50%;*/
  margin-bottom: 1%; /*transform: translateX(23%);*/
}
#page_6 .p2_fixed .c1_box3 ul li {
  width: 160px;
  height: 151px; /* margin-right:10%;  margin-right: 14.5%; */
  float: left;
}

#page_6 .c1_box4 {
  width: 100%;
  height: 110px;
  color: #fff;
  font-family: "NanumSquareRound";
  clear: both;
  display: flex;
  align-items: center;
  justify-content: center;
}
#page_6 .c1_box4 table {
  /*width:90%;*/
  width: 75%;
  height: 110px;
  font-size: 18px;
  text-align: center; /* padding-left: 7%; */
}
#page_6 .c1_box4 table tr {
  width: 10%;
}

/*20210412 중앙정렬이 아닌거 같아서 제대로 수정*/
#page_6 #second_page2_ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* 20210518 간격 비우고 시작
#page_2 #second_page2_li_left{transform: translateX(-115%);}
#page_2 #second_page2_li_right{transform: translateX(115%);}
#page_2 #second_page2_table{transform: translateX(40%);}
*/
/*20210529 테이블 수정*/

#page_6 .c1_box4 #second_page2_table {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 55%;
}
#page_6 .c1_box4 #second_page2_table div {
  width: 33%;
  text-align: center;
}
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*세번째 페이지*/
#page_2 {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh;
}
#page_2 .p3_text {
  width: 100%;
  height: 50px;
  margin: 0 auto;
  padding: 125px 0 50px 0;
  text-align: center;
}
#page_2 .p3_text span {
  color: #464b51;
  font-size: 35px;
  font-family: NotoSanse;
}
#page_2 .p3_text p {
  color: #f99c0d;
  font-size: 20px;
  font-family: NotoSanse-Regular;
  margin: 10px auto;
}

#page_2 .page3_box .first_page3_box img {
  width: 90%;
  position: absolute;
  left: 5%;
  top: 42px;
}

#page_2 .page3_box {
  width: 200%;
  height: 700px;
  display: inline-block;
  position: relative;
}
#page_2 .yearbar {
  display: none;
}
#page_2 .first_page3_box {
  width: 50%;
  position: absolute;
  top: 10%;
}
#page_2 .first_page3_box dl {
  float: left;
  width: 31.1%;
}
#page_2 dl {
  float: left;
  width: 31.1%;
}
#page_2 dt {
  padding-bottom: 24px;
  text-align: center;
  font-size: 36px;
  color: #f99c0d;
  font-family: "NanumSquareRound";
}
#page_2 .first_page3_box dt {
  padding-bottom: 24px;
  text-align: center;
  font-size: 36px;
  color: #f99c0d;
  font-family: "NanumSquareRound";
  margin-left: 10%;
}
#page_2 .first_page3_box dd {
  position: relative;
  height: 260px;
  width: 100%;
  font-size: 17px;
  font-family: "NanumSquareRound";
  color: #5b6169;
  font-weight: 600;
}
#page_2 dd {
  position: relative;
  height: 260px;
  width: 100%;
  font-size: 17px;
  font-family: "NanumSquareRound";
  color: #5b6169;
  font-weight: 600;
}
#page_2 dd span {
  padding-top: 20px;
}
#page_2 dd p {
  font-size: 15px;
  font-family: "NanumSquareRound";
  color: #5d6169;
  margin-left: 15px;
  font-weight: normal;
}
#page_2 .innerddWrap {
  margin-left: 20%;
}

#page_2 .second_page3_box {
  width: 50%;
  position: absolute;
  top: 10%;
  left: 50%;
}
#page_2 .page3_box .second_page3_box img {
  width: 90%;
  position: absolute;
  left: 5%;
  top: 42px;
}
#page_2 .left_btn {
  border: none;
  background: none;
  position: absolute;
  left: 10px;
  top: 280px;
}
#page_2 .right_btn {
  border: none;
  background: none;
  position: absolute;
  right: 10px;
  top: 280px;
}

#page_2 .left_circle_btn {
  position: absolute;
  border: none;
  background: none;
  left: 50%;
  bottom: 11%;
}
#page_2 .right_circle_btn {
  position: absolute;
  border: none;
  background: none;
  left: 51%;
  bottom: 11%;
}

/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*네번째 페이지*/
#page_3 {
  overflow: hidden;
  background-color: #fff;
  width: 100%;
  height: 100vh;
}
/* 20210412 중앙정렬 안맞아서 수정*/
#page_3 .p4_text {
  width: 100%; /*width: 1200px;*/
  height: 70px;
  margin: 0 auto;
  padding: 125px 0 0 0;
  text-align: center;
  margin-bottom: 15vh;
}
#page_3 .p4_text span {
  color: #464b51;
  font-size: 35px;
  font-family: NotoSanse;
}
#page_3 .p4_text p {
  color: #f99c0d;
  font-size: 20px;
  font-family: NotoSanse-Regular;
  margin: 10px auto;
}

#page_3 .p4_box1 {
  width: 100%;
  height: 200px;
  margin: 0 auto;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#page_3 .p4_box1 .table {
  float: left;
  text-align: center;
  margin-right: 124px;
}
#page_3 .p4_box1 .table:nth-child(4) {
  margin-right: 0px;
}
#page_3 .p4_box1 .table li img {
  margin: 0 auto; /*  height:65px; */
  margin-bottom: 5px;
}
#page_3 .p4_box1 .table li span {
  font-family: "NanumSquareRound";
  font-size: 20px;
  color: #464d51;
  font-weight: 600;
  line-height: 40px;
}
#page_3 .p4_box1 .table li p {
  font-family: "NanumSquareRound";
  font-size: 16px;
  color: #464d51;
}

#page_3 .p4_box2 {
  width: 100%;
  height: 200px;
  margin: 0 auto;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#page_3 .p4_box2 .table {
  float: left;
  text-align: center;
  margin-right: 100px;
}
#page_3 .p4_box2 .table:nth-child(4) {
  margin-right: 0px;
}
#page_3 .p4_box2 .table li img {
  margin: 0 auto;
  margin-bottom: 5px;
}
#page_3 .p4_box2 .table li span {
  font-family: "NanumSquareRound";
  font-size: 20px;
  color: #464d51;
  font-weight: 600;
  line-height: 40px;
}
#page_3 .p4_box2 .table li p {
  font-family: "NanumSquareRound";
  font-size: 16px;
  color: #464d51;
}

#page_3 .p4_box3 {
  width: 100%;
  height: 200px;
  margin: 0 0 30px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#page_3 .p4_box3 .table {
  float: left;
  text-align: center;
  margin-right: 50px;
}
#page_3 .p4_box3 .table:nth-child(4) {
  margin-right: 0px;
}
#page_3 .p4_box3 .table li img {
  margin: 0 auto;
  height: 60px;
  margin-bottom: 5px;
}
#page_3 .p4_box3 .table li span {
  font-family: "NanumSquareRound";
  font-size: 20px;
  color: #464d51;
  font-weight: 600;
  line-height: 40px;
}
#page_3 .p4_box3 .table li p {
  font-family: "NanumSquareRound";
  font-size: 16px;
  color: #464d51;
}

#page_3 .p4_box4 {
  width: 100%;
  height: 200px;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#page_3 .p4_box4 .table {
  float: left;
  text-align: center;
  margin-right: 100px;
}
#page_3 .p4_box4 .table:nth-child(4) {
  margin-right: 0px;
}
#page_3 .p4_box4 .table li img {
  margin: 0 auto;
  margin-bottom: 5px;
}
#page_3 .p4_box4 .table li span {
  font-family: "NanumSquareRound";
  font-size: 20px;
  color: #464d51;
  font-weight: 600;
  line-height: 40px;
}
#page_3 .p4_box4 .table li p {
  font-family: "NanumSquareRound";
  font-size: 16px;
  color: #464d51;
}

#page_3 .p4_box5 {
  width: 100%;
  height: 200px;
  margin: 0 0 30px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#page_3 .p4_box5 .table {
  float: left;
  text-align: center;
  margin-right: 50px;
}
#page_3 .p4_box5 .table:nth-child(4) {
  margin-right: 0px;
}
#page_3 .p4_box5 .table li img {
  margin: 0 auto;
  margin-bottom: 5px;
}
#page_3 .p4_box5 .table li span {
  font-family: "NanumSquareRound";
  font-size: 20px;
  color: #464d51;
  font-weight: 600;
  line-height: 40px;
}
#page_3 .p4_box5 .table li p {
  font-family: "NanumSquareRound";
  font-size: 16px;
  color: #464d51;
}

/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*다섯번째 페이지*/
#page_4 {
  background-color: #fff;
  width: 100%;
  height: 100vh;
}
/*20210412 중앙정렬 안 맞아서 수정*/
#page_4 .p5_text {
  width: 100%; /*width: 1200px;*/
  height: 70px;
  margin: 0 auto;
  padding: 125px 0 0 0;
  text-align: center;
}
#page_4 .p5_text span {
  color: #464b51;
  font-size: 35px;
  font-family: NotoSanse;
}
#page_4 .p5_text p {
  color: #f99c0d;
  font-size: 20px;
  font-family: NotoSanse-Regular;
  margin: 10px auto;
}

/*tab*/
/* 20210412 grid 로 수정*/

#page_4 .p5_tab {
  width: 750px;
  height: 50px;
  margin: max(15vh, 150px) auto 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
#page_4 .p5_tab button {
  width: 133.5px;
  height: 50px;
  border-radius: 40px 40px;
  border: none;
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  display: block;
  float: left;
  margin-right: 20px;
  color: #464d51;
  font-size: 16px;
  font-family: "NanumSquareRound";
  font-weight: 600;
}
#page_4 .p5_tab .p5_active {
  background: #f99c0d;
  color: #fff;
}
#page_4 .p5_tab button:last-child {
  margin-right: 0px;
}
#page_4 .p5_tab button:focus {
  outline: none;
}

#page_4 .p5_scroll {
  overflow-y: scroll;
  overflow-x: hidden;
  width: 1200px;
  height: 64%;
  margin: 0 auto;
  box-sizing: border-box;
}

#page_4 .p5_scroll::-webkit-scrollbar-thumb {
  background: #a3a3a3;
  border-radius: 3px;
}

/*metaverse box*/
#page_4 .p5_metaverse_page {
  width: 1200px;
  height: 250px;
}
/*딱히 없어도 될 듯?
#page_5 .p5_metaverse_page .p5_metaverse_box1:nth-child(3)
{margin-right:0px;}
#page_5 .p5_metaverse_page .p5_metaverse_box1:nth-child(6)
{margin-right:0px;}*/
/*.box 안 쓰고 그렇게 되면 밑에 거랑 중복인 것 같음
#page_5 .p5_metaverse_page .p5_metaverse_box1 .box, .p5_metaverse_box2 .box, .p5_metaverse_box3 .box, .p5_metaverse_box4 .box, .p5_metaverse_box5 .box
{width:100%; height:130px; border-radius: 20px 20px 0 0; background-color:#e6e6e6; box-sizing: border-box;}*/
#page_4 .p5_metaverse_page .p5_metaverse_box1,
.p5_metaverse_box2,
.p5_metaverse_box3,
.p5_metaverse_box4,
.p5_metaverse_box5,
.p5_metaverse_box6,
.p5_metaverse_box7,
.p5_metaverse_box8,
.p5_metaverse_box9,
.p5_metaverse_box10,
.p5_metaverse_box11 {
  width: 31.3%;
  height: 270px;
  overflow: hidden;
  border-radius: 20px 20px;
  background-color: #e6e6e6;
  float: left;
  margin: 10px 24px 20px 0px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  cursor: pointer;
}
#page_4 .p5_metaverse_page .p5_metaverse_box1 img,
.p5_metaverse_box2 img,
.p5_metaverse_box3 img,
.p5_metaverse_box4 img,
.p5_metaverse_box5 img,
.p5_metaverse_box6 img,
.p5_metaverse_box7 img,
.p5_metaverse_box8 img,
.p5_metaverse_box9 img,
.p5_metaverse_box10 img,
.p5_metaverse_box11 img {
  width: 100%;
  height: 210px;
  border-radius: 20px 20px 0 0;
}
#page_4 .p5_metaverse_page .p5_metaverse_box1 .p5_metaverse_text,
.p5_metaverse_box2 .p5_metaverse_text,
.p5_metaverse_box3 .p5_metaverse_text,
.p5_metaverse_box4 .p5_metaverse_text,
.p5_metaverse_box5 .p5_metaverse_text,
.p5_metaverse_box6 .p5_metaverse_text,
.p5_metaverse_box7 .p5_metaverse_text,
.p5_metaverse_box8 .p5_metaverse_text,
.p5_metaverse_box9 .p5_metaverse_text,
.p5_metaverse_box10 .p5_metaverse_text,
.p5_metaverse_box11 .p5_metaverse_text {
  width: 100%;
  height: 50px;
  background-color: #fff;
  text-align: center;
  border-radius: 0 0 20px 20px;
  padding-top: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
}
#page_4 .p5_metaverse_page .p5_metaverse_box1 .p5_metaverse_text span,
.p5_metaverse_box2 .p5_metaverse_text span,
.p5_metaverse_box3 .p5_metaverse_text span,
.p5_metaverse_box4 .p5_metaverse_text span,
.p5_metaverse_box5 .p5_metaverse_text span,
.p5_metaverse_box6 .p5_metaverse_text span,
.p5_metaverse_box7 .p5_metaverse_text span,
.p5_metaverse_box8 .p5_metaverse_text span,
.p5_metaverse_box9 .p5_metaverse_text span,
.p5_metaverse_box10 .p5_metaverse_text span,
.p5_metaverse_box11 .p5_metaverse_text span {
  font-size: 17px;
  color: #464d51;
  font-family: "NanumSquareRound";
  font-weight: 600;
  line-height: 24px;
}
#page_4 .p5_metaverse_page .p5_metaverse_box1 .p5_metaverse_text p,
.p5_metaverse_box2 .p5_metaverse_text p,
.p5_metaverse_box3 .p5_metaverse_text p,
.p5_metaverse_box4 .p5_metaverse_text p,
.p5_metaverse_box5 .p5_metaverse_text p,
.p5_metaverse_box6 .p5_metaverse_text p,
.p5_metaverse_box7 .p5_metaverse_text p,
.p5_metaverse_box8 .p5_metaverse_text p,
.p5_metaverse_box9 .p5_metaverse_text p,
.p5_metaverse_box10 .p5_metaverse_text p,
.p5_metaverse_box11 .p5_metaverse_text p {
  font-size: 13px;
  color: #464d51;
  font-family: "NanumSquareRound";
}

/*vr box*/
#page_4 .p5_vr_page {
  width: 1200px;
  height: 210px;
  border-radius: 20px 20px 0 0;
  box-sizing: border-box;
}

#page_4 .p5_vr_page .p5_vr_box1 .box,
.p5_vr_box1_2 .box,
.p5_vr_box1_3 .box,
.p5_vr_box2 .box,
.p5_vr_box3 .box,
.p5_vr_box4 .box,
.p5_vr_box5 .box,
.p5_vr_box6 .box,
.p5_vr_box7 .box,
.p5_vr_box8 .box,
.p5_vr_box9 .box,
.p5_vr_box10 .box,
.p5_vr_box11 .box {
  width: 100%;
  height: 130px;
  border-radius: 20px 20px 0 0;
  background-color: #e6e6e6;
  box-sizing: border-box;
}

#page_4 .p5_vr_page .p5_vr_box1,
.p5_vr_box1_2,
.p5_vr_box1_3,
.p5_vr_box2,
.p5_vr_box3,
.p5_vr_box4,
.p5_vr_box5,
.p5_vr_box6,
.p5_vr_box7,
.p5_vr_box8,
.p5_vr_box9,
.p5_vr_box10,
.p5_vr_box11 {
  width: 31.3%;
  height: 270px;
  overflow: hidden;
  border-radius: 20px 20px;
  float: left;
  margin: 10px 24px 20px 0px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}

#page_4 .p5_vr_page .p5_vr_box1 img,
.p5_vr_box1_2 img,
.p5_vr_box1_3 img,
.p5_vr_box2 img,
.p5_vr_box3 img,
.p5_vr_box4 img,
.p5_vr_box5 img,
.p5_vr_box6 img,
.p5_vr_box7 img,
.p5_vr_box8 img,
.p5_vr_box9 img,
.p5_vr_box10 img,
.p5_vr_box11 img {
  width: 100%;
  height: 210px;
  border-radius: 20px 20px 0 0;
}
#page_4 .p5_vr_page .p5_vr_box1 .p5_vr_text,
.p5_vr_box1_2 .p5_vr_text,
.p5_vr_box1_3 .p5_vr_text,
.p5_vr_box2 .p5_vr_text,
.p5_vr_box3 .p5_vr_text,
.p5_vr_box4 .p5_vr_text,
.p5_vr_box5 .p5_vr_text,
.p5_vr_box6 .p5_vr_text,
.p5_vr_box7 .p5_vr_text,
.p5_vr_box8 .p5_vr_text,
.p5_vr_box9 .p5_vr_text,
.p5_vr_box10 .p5_vr_text,
.p5_vr_box11 .p5_vr_text {
  width: 100%;
  height: 50px;
  background-color: #fff;
  text-align: center;
  border-radius: 0 0 20px 20px;
  padding-top: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
}
#page_4 .p5_vr_page .p5_vr_box1 .p5_vr_text span,
.p5_vr_box1_2 .p5_vr_text span,
.p5_vr_box1_3 .p5_vr_text span,
.p5_vr_box2 .p5_vr_text span,
.p5_vr_box3 .p5_vr_text span,
.p5_vr_box4 .p5_vr_text span,
.p5_vr_box5 .p5_vr_text span,
.p5_vr_box6 .p5_vr_text span,
.p5_vr_box7 .p5_vr_text span,
.p5_vr_box8 .p5_vr_text span,
.p5_vr_box9 .p5_vr_text span,
.p5_vr_box10 .p5_vr_text span,
.p5_vr_box11 .p5_vr_text span {
  font-size: 17px;
  color: #464d51;
  font-family: "NanumSquareRound";
  font-weight: 600;
  line-height: 24px;
}
#page_4 .p5_vr_page .p5_vr_box1 .p5_vr_text p,
.p5_vr_box1_2 .p5_vr_text p,
.p5_vr_box1_3 .p5_vr_text p,
.p5_vr_box2 .p5_vr_text p,
.p5_vr_box3 .p5_vr_text p,
.p5_vr_box4 .p5_vr_text p,
.p5_vr_box5 .p5_vr_text p,
.p5_vr_box6 .p5_vr_text p,
.p5_vr_box7 .p5_vr_text p,
.p5_vr_box8 .p5_vr_text p,
.p5_vr_box9 .p5_vr_text p,
.p5_vr_box10 .p5_vr_text p,
.p5_vr_box11 .p5_vr_text p {
  font-size: 13px;
  color: #464d51;
  font-family: "NanumSquareRound";
}

/*areal box*/
#page_4 .p5_areal_page {
  width: 1200px;
  height: 210px;
  border-radius: 20px 20px 0 0;
  box-sizing: border-box;
}
#page_4 .p5_areal_page .p5_areal_box:nth-child(4) {
  margin-right: 0px;
}
#page_4 .p5_areal_page .p5_areal_box:nth-child(8) {
  margin-right: 0px;
}
#page_4 .p5_areal_page .p5_areal_box1 .box,
.p5_areal_box2 .box {
  width: 100%;
  height: 130px;
  border-radius: 20px 20px 0 0;
  background-color: #e6e6e6;
  box-sizing: border-box;
}
#page_4 .p5_areal_page .p5_areal_box1,
.p5_areal_box2 {
  width: 31.3%;
  height: 270px;
  overflow: hidden;
  border-radius: 20px 20px;
  float: left;
  margin: 10px 24px 20px 0px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
#page_4 .p5_areal_page .p5_areal_box1 img,
.p5_areal_box2 img {
  width: 100%;
  height: 210px;
  border-radius: 20px 20px 0 0;
}
#page_4 .p5_areal_page .p5_areal_box1 .p5_areal_text,
.p5_areal_box2 .p5_areal_text {
  width: 100%;
  height: 50px;
  background-color: #fff;
  text-align: center;
  border-radius: 0 0 20px 20px;
  padding-top: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
}
#page_4 .p5_areal_page .p5_areal_box1 .p5_areal_text span,
.p5_areal_box2 .p5_areal_text span {
  font-size: 17px;
  color: #464d51;
  font-family: "NanumSquareRound";
  font-weight: 600;
  line-height: 24px;
}
#page_4 .p5_areal_page .p5_areal_box1 .p5_areal_text p,
.p5_areal_box2 .p5_areal_text p {
  font-size: 13px;
  color: #464d51;
  font-family: "NanumSquareRound";
}

/*ani box*/
#page_4 .p5_ani_page {
  width: 1200px;
  height: 210px;
  border-radius: 20px 20px 0 0;
  box-sizing: border-box;
}
#page_4 .p5_ani_page .p5_ani_box:nth-child(4) {
  margin-right: 0px;
}
#page_4 .p5_ani_page .p5_ani_box:nth-child(8) {
  margin-right: 0px;
}
#page_4 .p5_ani_page .p5_ani_box1 .box,
.p5_ani_box2 .box,
.p5_ani_box3 .box,
.p5_ani_box4 .box {
  width: 100%;
  height: 130px;
  border-radius: 20px 20px 0 0;
  background-color: #e6e6e6;
  box-sizing: border-box;
}
#page_4 .p5_ani_page .p5_ani_box1,
.p5_ani_box2,
.p5_ani_box3,
.p5_ani_box4 {
  width: 31.3%;
  height: 270px;
  overflow: hidden;
  border-radius: 20px 20px;
  float: left;
  margin: 10px 24px 20px 0px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
#page_4 .p5_ani_page .p5_ani_box1 img,
.p5_ani_box2 img,
.p5_ani_box3 img,
.p5_ani_box4 img {
  width: 100%;
  height: 210px;
  border-radius: 20px 20px 0 0;
}
#page_4 .p5_ani_page .p5_ani_box1 .p5_ani_text,
.p5_ani_box2 .p5_ani_text,
.p5_ani_box3 .p5_ani_text,
.p5_ani_box4 .p5_ani_text {
  width: 100%;
  height: 50px;
  background-color: #fff;
  text-align: center;
  border-radius: 0 0 20px 20px;
  padding-top: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
}
#page_4 .p5_ani_page .p5_ani_box1 .p5_ani_text span,
.p5_ani_box2 .p5_ani_text span,
.p5_ani_box3 .p5_ani_text span,
.p5_ani_box4 .p5_ani_text span {
  font-size: 17px;
  color: #464d51;
  font-family: "NanumSquareRound";
  font-weight: 600;
  line-height: 20px;
}
#page_4 .p5_ani_page .p5_ani_box1 .p5_ani_text p,
.p5_ani_box2 .p5_ani_text p,
.p5_ani_box3 .p5_ani_text p,
.p5_ani_box4 .p5_ani_text p {
  font-size: 13px;
  color: #464d51;
  font-family: "NanumSquareRound";
}

/*20210412 모달 창 그림자 전체 화면 안맞아서 수정*/
#black,
#black2,
#black3,
#black4,
#black5,
#black6,
#black7,
#black8,
#black9,
#black10,
#black11,
#black12,
#black13,
#black14,
#black15,
#black16,
#black17,
#black18,
#black18_2,
#black18_3,
#black19,
#black20,
#black21,
#black22,
#black23,
#black24,
#black25,
#black26,
#black27,
#black28,
#black29 {
  width: 100vw;
  height: 100vh;
  /*max-height: 1160px;*/
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  display: none;
}

/*20220908 모달창 유튜브 동영상 모바일에서 16:9비율 조정*/
.wrap {
  position: relative;
  height: 300px;
  background-color: black;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 560px;
  background-color: gold;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.containe::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#black #popup {
  width: 64%;
  height: 75%;
  overflow-y: scroll;
  margin: 0 auto;
  background-color: #fff;
  margin-top: 150px;
}
#black #popup .popup_text {
  width: 50%;
  height: 50px;
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 3% 0 0 0;
  text-align: center;
}
#black #popup .popup_text span {
  color: #464b51;
  font-size: 28px;
  font-family: NotoSanse;
}
#black #popup .popup_text p {
  color: #464b51;
  font-size: 17px;
  font-family: NotoSanse-Regular;
}
#black #popup .popup_box {
  width: 64%;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  margin: 40px auto;
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
}
#black #popup .popup_box img {
  width: 100%;
  margin-bottom: 25px;
}
#black #popup .popup_box #imgWrap video,
.popup_box {
  width: 100%;
  margin-bottom: 25px;
}
#black #popup .popup_box p {
  color: #464b51;
  font-size: 14px;
  font-family: "NanumSquareRound";
  font-weight: 600;
}
#black button {
  display: block;
  width: 7%;
  height: 50px;
  border-radius: 30px 30px;
  background: none;
  border: 2px solid #fff;
  margin: 20px auto;
  font-size: 20px;
  font-family: NotoSanse;
  font-weight: 600;
  color: #fff;
}
#black button:focus {
  outline: none;
}

#black2 #popup2 {
  width: 64%;
  height: 65%;
  overflow-y: scroll;
  margin: 0 auto;
  background-color: #fff;
  margin-top: 150px;
}
#black2 #popup2 .popup_text {
  width: 50%;
  height: 50px;
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 3% 0 0 0;
  text-align: center;
}
#black2 #popup2 .popup_text span {
  color: #464b51;
  font-size: 28px;
  font-family: NotoSanse;
}
#black2 #popup2 .popup_text p {
  color: #464b51;
  font-size: 17px;
  font-family: NotoSanse-Regular;
}
#black2 #popup2 .popup_box {
  width: 64%;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  margin: 40px auto;
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
}
#black2 #popup2 .popup_box img {
  width: 100%;
  margin-bottom: 25px;
}
#black2 #popup2 .popup_box #imgWrap video {
  width: 100%;
  margin-bottom: 25px;
}
#black2 #popup2 .popup_box p {
  color: #464b51;
  font-size: 14px;
  font-family: "NanumSquareRound";
  font-weight: 600;
}
#black2 button {
  display: block;
  width: 7%;
  height: 50px;
  border-radius: 30px 30px;
  background: none;
  border: 2px solid #fff;
  margin: 20px auto;
  font-size: 20px;
  font-family: NotoSanse;
  font-weight: 600;
  color: #fff;
}
#black2 button:focus {
  outline: none;
}

#black3 #popup3 {
  width: 64%;
  height: 65%;
  overflow-y: scroll;
  margin: 0 auto;
  background-color: #fff;
  margin-top: 150px;
}
#black3 #popup3 .popup_text {
  width: 50%;
  height: 50px;
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 3% 0 0 0;
  text-align: center;
}
#black3 #popup3 .popup_text span {
  color: #464b51;
  font-size: 28px;
  font-family: NotoSanse;
}
#black3 #popup3 .popup_text p {
  color: #464b51;
  font-size: 17px;
  font-family: NotoSanse-Regular;
}
#black3 #popup3 .popup_box {
  width: 64%;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  margin: 40px auto;
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
}
#black3 #popup3 .popup_box img {
  width: 100%;
  margin-bottom: 25px;
}
#black3 #popup3 .popup_box p {
  color: #464b51;
  font-size: 14px;
  font-family: "NanumSquareRound";
  font-weight: 600;
}
#black3 button {
  display: block;
  width: 7%;
  height: 50px;
  border-radius: 30px 30px;
  background: none;
  border: 2px solid #fff;
  margin: 20px auto;
  font-size: 20px;
  font-family: NotoSanse;
  font-weight: 600;
  color: #fff;
}
#black3 button:focus {
  outline: none;
}

#black4 #popup4 {
  width: 64%;
  height: 67%;
  overflow-y: scroll;
  margin: 0 auto;
  background-color: #fff;
  margin-top: 150px;
}
#black4 #popup4 .popup_text {
  width: 50%;
  height: 50px;
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 3% 0 0 0;
  text-align: center;
}
#black4 #popup4 .popup_text span {
  color: #464b51;
  font-size: 28px;
  font-family: NotoSanse;
}
#black4 #popup4 .popup_text p {
  color: #464b51;
  font-size: 17px;
  font-family: NotoSanse-Regular;
}
#black4 #popup4 .popup_box {
  width: 64%;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  margin: 40px auto;
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
}
#black4 #popup4 .popup_box img {
  width: 100%;
  margin-bottom: 25px;
}
#black4 #popup4 .popup_box #imgWrap video {
  width: 100%;
  margin-bottom: 25px;
}
#black4 #popup4 .popup_box p {
  color: #464b51;
  font-size: 14px;
  font-family: "NanumSquareRound";
  font-weight: 600;
}
#black4 button {
  display: block;
  width: 7%;
  height: 50px;
  border-radius: 30px 30px;
  background: none;
  border: 2px solid #fff;
  margin: 20px auto;
  font-size: 20px;
  font-family: NotoSanse;
  font-weight: 600;
  color: #fff;
}
#black4 button:focus {
  outline: none;
}

#black5 #popup5 {
  width: 64%;
  height: 76%;
  overflow-y: scroll;
  margin: 0 auto;
  background-color: #fff;
  margin-top: 150px;
}
#black5 #popup5 .popup_text {
  width: 50%;
  height: 50px;
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 3% 0 0 0;
  text-align: center;
}
#black5 #popup5 .popup_text span {
  color: #464b51;
  font-size: 28px;
  font-family: NotoSanse;
}
#black5 #popup5 .popup_text p {
  color: #464b51;
  font-size: 17px;
  font-family: NotoSanse-Regular;
}
#black5 #popup5 .popup_box {
  width: 64%;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  margin: 40px auto;
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
}
#black5 #popup5 .popup_box img {
  width: 100%;
  margin-bottom: 25px;
}
#black5 #popup5 .popup_box p {
  color: #464b51;
  font-size: 14px;
  font-family: "NanumSquareRound";
  font-weight: 600;
}
#black5 button {
  display: block;
  width: 7%;
  height: 50px;
  border-radius: 30px 30px;
  background: none;
  border: 2px solid #fff;
  margin: 20px auto;
  font-size: 20px;
  font-family: NotoSanse;
  font-weight: 600;
  color: #fff;
}
#black5 button:focus {
  outline: none;
}

#black6 #popup6 {
  width: 64%;
  height: 65%;
  overflow-y: scroll;
  margin: 0 auto;
  background-color: #fff;
  margin-top: 150px;
}
#black6 #popup6 .popup_text {
  width: 50%;
  height: 50px;
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 3% 0 0 0;
  text-align: center;
}
#black6 #popup6 .popup_text span {
  color: #464b51;
  font-size: 28px;
  font-family: NotoSanse;
}
#black6 #popup6 .popup_text p {
  color: #464b51;
  font-size: 17px;
  font-family: NotoSanse-Regular;
}
#black6 #popup6 .popup_box {
  width: 64%;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  margin: 40px auto;
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
}
#black6 #popup6 .popup_box img {
  width: 100%;
  margin-bottom: 25px;
}
#black6 #popup6 .popup_box p {
  color: #464b51;
  font-size: 14px;
  font-family: "NanumSquareRound";
  font-weight: 600;
}
#black6 button {
  display: block;
  width: 7%;
  height: 50px;
  border-radius: 30px 30px;
  background: none;
  border: 2px solid #fff;
  margin: 20px auto;
  font-size: 20px;
  font-family: NotoSanse;
  font-weight: 600;
  color: #fff;
}
#black6 button:focus {
  outline: none;
}

#black7 #popup7 {
  width: 64%;
  height: 72%;
  overflow-y: scroll;
  margin: 0 auto;
  background-color: #fff;
  margin-top: 150px;
}
#black7 #popup7 .popup_text {
  width: 50%;
  height: 50px;
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 3% 0 0 0;
  text-align: center;
}
#black7 #popup7 .popup_text span {
  color: #464b51;
  font-size: 28px;
  font-family: NotoSanse;
}
#black7 #popup7 .popup_text p {
  color: #464b51;
  font-size: 17px;
  font-family: NotoSanse-Regular;
}
#black7 #popup7 .popup_box {
  width: 64%;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  margin: 40px auto;
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
}
#black7 #popup7 .popup_box img {
  width: 100%;
  margin-bottom: 25px;
}
#black7 #popup7 .popup_box p {
  color: #464b51;
  font-size: 14px;
  font-family: "NanumSquareRound";
  font-weight: 600;
}
#black7 button {
  display: block;
  width: 7%;
  height: 50px;
  border-radius: 30px 30px;
  background: none;
  border: 2px solid #fff;
  margin: 20px auto;
  font-size: 20px;
  font-family: NotoSanse;
  font-weight: 600;
  color: #fff;
}
#black7 button:focus {
  outline: none;
}

#black8 #popup8 {
  width: 64%;
  height: 74%;
  overflow-y: scroll;
  margin: 0 auto;
  background-color: #fff;
  margin-top: 150px;
}
#black8 #popup8 .popup_text {
  width: 50%;
  height: 50px;
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 3% 0 0 0;
  text-align: center;
}
#black8 #popup8 .popup_text span {
  color: #464b51;
  font-size: 28px;
  font-family: NotoSanse;
}
#black8 #popup8 .popup_text p {
  color: #464b51;
  font-size: 17px;
  font-family: NotoSanse-Regular;
}
#black8 #popup8 .popup_box {
  width: 64%;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  margin: 40px auto;
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
}
#black8 #popup8 .popup_box img {
  width: 100%;
  margin-bottom: 25px;
}
#black8 #popup8 .popup_box p {
  color: #464b51;
  font-size: 14px;
  font-family: "NanumSquareRound";
  font-weight: 600;
}
#black8 button {
  display: block;
  width: 7%;
  height: 50px;
  border-radius: 30px 30px;
  background: none;
  border: 2px solid #fff;
  margin: 20px auto;
  font-size: 20px;
  font-family: NotoSanse;
  font-weight: 600;
  color: #fff;
}
#black8 button:focus {
  outline: none;
}

#black9 #popup9 {
  width: 64%;
  height: 72%;
  overflow-y: scroll;
  margin: 0 auto;
  background-color: #fff;
  margin-top: 150px;
}
#black9 #popup9 .popup_text {
  width: 50%;
  height: 50px;
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 3% 0 0 0;
  text-align: center;
}
#black9 #popup9 .popup_text span {
  color: #464b51;
  font-size: 28px;
  font-family: NotoSanse;
}
#black9 #popup9 .popup_text p {
  color: #464b51;
  font-size: 17px;
  font-family: NotoSanse-Regular;
}
#black9 #popup9 .popup_box {
  width: 64%;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  margin: 40px auto;
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
}
#black9 #popup9 .popup_box img {
  width: 100%;
  margin-bottom: 25px;
}
#black9 #popup9 .popup_box #imgWrap video {
  width: 100%;
  margin-bottom: 25px;
}
#black9 #popup9 .popup_box p {
  color: #464b51;
  font-size: 14px;
  font-family: "NanumSquareRound";
  font-weight: 600;
}
#black9 button {
  display: block;
  width: 7%;
  height: 50px;
  border-radius: 30px 30px;
  background: none;
  border: 2px solid #fff;
  margin: 20px auto;
  font-size: 20px;
  font-family: NotoSanse;
  font-weight: 600;
  color: #fff;
}
#black9 button:focus {
  outline: none;
}
#black9 #popup9 .popup_box a img {
  width: 50%;
  margin: 25px auto 13px;
  padding: 10px;
  border-radius: 13px;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
}

#black10 #popup10 {
  width: 64%;
  height: 72%;
  overflow-y: scroll;
  margin: 0 auto;
  background-color: #fff;
  margin-top: 150px;
}
#black10 #popup10 .popup_text {
  width: 50%;
  height: 50px;
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 3% 0 0 0;
  text-align: center;
}
#black10 #popup10 .popup_text span {
  color: #464b51;
  font-size: 28px;
  font-family: NotoSanse;
}
#black10 #popup10 .popup_text p {
  color: #464b51;
  font-size: 17px;
  font-family: NotoSanse-Regular;
}
#black10 #popup10 .popup_box {
  width: 64%;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  margin: 40px auto;
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
}
#black10 #popup10 .popup_box img {
  width: 100%;
  margin-bottom: 25px;
}
#black10 #popup10 .popup_box p {
  color: #464b51;
  font-size: 14px;
  font-family: "NanumSquareRound";
  font-weight: 600;
}
#black10 button {
  display: block;
  width: 7%;
  height: 50px;
  border-radius: 30px 30px;
  background: none;
  border: 2px solid #fff;
  margin: 20px auto;
  font-size: 20px;
  font-family: NotoSanse;
  font-weight: 600;
  color: #fff;
}
#black10 button:focus {
  outline: none;
}

#black11 #popup11 {
  width: 64%;
  height: 72%;
  overflow-y: scroll;
  margin: 0 auto;
  background-color: #fff;
  margin-top: 150px;
}
#black11 #popup11 .popup_text {
  width: 50%;
  height: 50px;
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 3% 0 0 0;
  text-align: center;
}
#black11 #popup11 .popup_text span {
  color: #464b51;
  font-size: 28px;
  font-family: NotoSanse;
}
#black11 #popup11 .popup_text p {
  color: #464b51;
  font-size: 17px;
  font-family: NotoSanse-Regular;
}
#black11 #popup11 .popup_box {
  width: 64%;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  margin: 40px auto;
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
}
#black11 #popup11 .popup_box img {
  width: 100%;
  margin-bottom: 25px;
}
#black11 #popup11 .popup_box p {
  color: #464b51;
  font-size: 14px;
  font-family: "NanumSquareRound";
  font-weight: 600;
}
#black11 button {
  display: block;
  width: 7%;
  height: 50px;
  border-radius: 30px 30px;
  background: none;
  border: 2px solid #fff;
  margin: 20px auto;
  font-size: 20px;
  font-family: NotoSanse;
  font-weight: 600;
  color: #fff;
}
#black11 button:focus {
  outline: none;
}

#black12 #popup12 {
  width: 64%;
  height: 43%;
  overflow-y: scroll;
  margin: 0 auto;
  background-color: #fff;
  margin-top: 150px;
}
#black12 #popup12 .popup_text {
  width: 50%;
  height: 50px;
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 3% 0 0 0;
  text-align: center;
}
#black12 #popup12 .popup_text span {
  color: #464b51;
  font-size: 28px;
  font-family: NotoSanse;
}
#black12 #popup12 .popup_text p {
  color: #464b51;
  font-size: 17px;
  font-family: NotoSanse-Regular;
}
#black12 #popup12 .popup_box {
  width: 64%;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  margin: 40px auto;
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
}
#black12 #popup12 .popup_box img {
  width: 100%;
  margin-bottom: 25px;
}
#black12 #popup12 .popup_box p {
  color: #464b51;
  font-size: 14px;
  font-family: "NanumSquareRound";
  font-weight: 600;
}
#black12 button {
  display: block;
  width: 7%;
  height: 50px;
  border-radius: 30px 30px;
  background: none;
  border: 2px solid #fff;
  margin: 20px auto;
  font-size: 20px;
  font-family: NotoSanse;
  font-weight: 600;
  color: #fff;
}
#black12 button:focus {
  outline: none;
}

#black13 #popup13 {
  width: 64%;
  height: 43%;
  overflow-y: scroll;
  margin: 0 auto;
  background-color: #fff;
  margin-top: 150px;
}
#black13 #popup13 .popup_text {
  width: 50%;
  height: 50px;
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 3% 0 0 0;
  text-align: center;
}
#black13 #popup13 .popup_text span {
  color: #464b51;
  font-size: 28px;
  font-family: NotoSanse;
}
#black13 #popup13 .popup_text p {
  color: #464b51;
  font-size: 17px;
  font-family: NotoSanse-Regular;
}
#black13 #popup13 .popup_box {
  width: 64%;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  margin: 40px auto;
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
}
#black13 #popup13 .popup_box img {
  width: 100%;
  margin-bottom: 25px;
}
#black13 #popup13 .popup_box p {
  color: #464b51;
  font-size: 14px;
  font-family: "NanumSquareRound";
  font-weight: 600;
}
#black13 button {
  display: block;
  width: 7%;
  height: 50px;
  border-radius: 30px 30px;
  background: none;
  border: 2px solid #fff;
  margin: 20px auto;
  font-size: 20px;
  font-family: NotoSanse;
  font-weight: 600;
  color: #fff;
}
#black13 button:focus {
  outline: none;
}

#black14 #popup14 {
  width: 64%;
  height: 75%;
  overflow-y: scroll;
  margin: 0 auto;
  background-color: #fff;
  margin-top: 150px;
}
#black14 #popup14 .popup_text {
  width: 50%;
  height: 50px;
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 3% 0 0 0;
  text-align: center;
}
#black14 #popup14 .popup_text span {
  color: #464b51;
  font-size: 28px;
  font-family: NotoSanse;
}
#black14 #popup14 .popup_text p {
  color: #464b51;
  font-size: 17px;
  font-family: NotoSanse-Regular;
}
#black14 #popup14 .popup_box {
  width: 64%;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  margin: 40px auto;
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
}
#black14 #popup14 a {
  overflow: hidden;
  background-color: #fff;
  border-radius: 30px 30px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  margin: 20px auto;
  font-size: 20px;
  color: #4e6879;
  font-weight: 600;
  text-align: center;
  box-sizing: border-box;
  padding: 10px 20px;
}
#black14 #popup14 a:hover {
  background: #f99c0d !important;
  color: #fff !important;
}
#black14 #popup14 .popup_box img {
  width: 100%;
  margin-bottom: 25px;
}
#black14 #popup14 .popup_box p {
  color: #464b51;
  font-size: 14px;
  font-family: "NanumSquareRound";
  font-weight: 600;
  margin-bottom: 35px;
}
#black14 button {
  display: block;
  width: 7%;
  height: 50px;
  border-radius: 30px 30px;
  background: none;
  border: 2px solid #fff;
  margin: 20px auto;
  font-size: 20px;
  font-family: NotoSanse;
  font-weight: 600;
  color: #fff;
}
#black14 button:focus {
  outline: none;
}

#black15 #popup15 {
  width: 64%;
  height: 50%;
  overflow-y: scroll;
  margin: 0 auto;
  background-color: #fff;
  margin-top: 150px;
}
#black15 #popup15 .popup_text {
  width: 50%;
  height: 50px;
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 3% 0 0 0;
  text-align: center;
}
#black15 #popup15 .popup_text span {
  color: #464b51;
  font-size: 28px;
  font-family: NotoSanse;
}
#black15 #popup15 .popup_text p {
  color: #464b51;
  font-size: 17px;
  font-family: NotoSanse-Regular;
}
#black15 #popup15 .popup_box {
  width: 64%;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  margin: 40px auto;
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
}
#black15 #popup15 .popup_box img {
  width: 100%;
  margin-bottom: 25px;
}
#black15 #popup15 .popup_box p {
  color: #464b51;
  font-size: 14px;
  font-family: "NanumSquareRound";
  font-weight: 600;
}
#black15 button {
  display: block;
  width: 7%;
  height: 50px;
  border-radius: 30px 30px;
  background: none;
  border: 2px solid #fff;
  margin: 20px auto;
  font-size: 20px;
  font-family: NotoSanse;
  font-weight: 600;
  color: #fff;
}
#black15 button:focus {
  outline: none;
}

#black16 #popup16 {
  width: 64%;
  height: 75%;
  overflow-y: scroll;
  margin: 0 auto;
  background-color: #fff;
  margin-top: 150px;
}
#black16 #popup16 .popup_text {
  width: 50%;
  height: 50px;
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 3% 0 0 0;
  text-align: center;
}
#black16 #popup16 .popup_text span {
  color: #464b51;
  font-size: 28px;
  font-family: NotoSanse;
}
#black16 #popup16 .popup_text p {
  color: #464b51;
  font-size: 17px;
  font-family: NotoSanse-Regular;
}
#black16 #popup16 .popup_box {
  width: 64%;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  margin: 40px auto;
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
}
#black16 #popup16 a {
  overflow: hidden;
  background-color: #fff;
  border-radius: 30px 30px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  margin: 20px auto;
  font-size: 20px;
  color: #4e6879;
  font-weight: 600;
  text-align: center;
  box-sizing: border-box;
  padding: 10px 20px;
}
#black16 #popup16 a:hover {
  background: #f99c0d !important;
  color: #fff !important;
}
#black16 #popup16 .popup_box img {
  width: 100%;
  margin-bottom: 25px;
}
#black16 #popup16 .popup_box p {
  color: #464b51;
  font-size: 14px;
  font-family: "NanumSquareRound";
  font-weight: 600;
  margin-bottom: 35px;
}
#black16 button {
  display: block;
  width: 7%;
  height: 50px;
  border-radius: 30px 30px;
  background: none;
  border: 2px solid #fff;
  margin: 20px auto;
  font-size: 20px;
  font-family: NotoSanse;
  font-weight: 600;
  color: #fff;
}
#black16 button:focus {
  outline: none;
}

#black17 #popup17 {
  width: 64%;
  height: 75%;
  overflow-y: scroll;
  margin: 0 auto;
  background-color: #fff;
  margin-top: 150px;
}
#black17 #popup17 .popup_text {
  width: 50%;
  height: 50px;
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 3% 0 0 0;
  text-align: center;
}
#black17 #popup17 .popup_text span {
  color: #464b51;
  font-size: 28px;
  font-family: NotoSanse;
}
#black17 #popup17 .popup_text p {
  color: #464b51;
  font-size: 17px;
  font-family: NotoSanse-Regular;
}
#black17 #popup17 .popup_box {
  width: 64%;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  margin: 40px auto;
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
}
#black17 #popup17 .popup_box a {
  width: 20%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 15px 15px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  margin: 10px auto;
  text-align: center;
  box-sizing: border-box;
  padding: 10px;
}
#black17 #popup17 .popup_box a:hover {
  background: #f99c0d !important;
  color: #fff !important;
}
#black17 #popup17 .popup_box img {
  width: 100%;
  margin-bottom: 25px;
}
#black17 #popup17 .popup_box p {
  color: #464b51;
  font-size: 14px;
  font-family: "NanumSquareRound";
  font-weight: 600;
}
#black17 button {
  display: block;
  width: 7%;
  height: 50px;
  border-radius: 30px 30px;
  background: none;
  border: 2px solid #fff;
  margin: 20px auto;
  font-size: 20px;
  font-family: NotoSanse;
  font-weight: 600;
  color: #fff;
}
#black17 button:focus {
  outline: none;
}

#black18 #popup18 {
  width: 64%;
  height: 75%;
  overflow-y: scroll;
  margin: 0 auto;
  background-color: #fff;
  margin-top: 150px;
}
#black18 #popup18 .popup_text {
  width: 50%;
  height: 50px;
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 3% 0 0 0;
  text-align: center;
}
#black18 #popup18 .popup_text span {
  color: #464b51;
  font-size: 28px;
  font-family: NotoSanse;
}
#black18 #popup18 .popup_text p {
  color: #464b51;
  font-size: 17px;
  font-family: NotoSanse-Regular;
}
#black18 #popup18 .popup_box {
  width: 64%;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  margin: 40px auto;
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
}
#black18 #popup18 a {
  overflow: hidden;
  background-color: #fff;
  border-radius: 30px 30px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  margin: 20px auto;
  font-size: 20px;
  color: #4e6879;
  font-weight: 600;
  text-align: center;
  box-sizing: border-box;
  padding: 10px 20px;
}
#black18 #popup18 a:hover {
  background: #f99c0d !important;
  color: #fff !important;
}
#black18 #popup18 .popup_box img {
  width: 100%;
  margin-bottom: 25px;
}
#black18 #popup18 .popup_box p {
  color: #464b51;
  font-size: 14px;
  font-family: "NanumSquareRound";
  font-weight: 600;
  margin-bottom: 35px;
}
#black18 button {
  display: block;
  width: 7%;
  height: 50px;
  border-radius: 30px 30px;
  background: none;
  border: 2px solid #fff;
  margin: 20px auto;
  font-size: 20px;
  font-family: NotoSanse;
  font-weight: 600;
  color: #fff;
}
#black18 button:focus {
  outline: none;
}

#black18_2 #popup18_2 {
  width: 64%;
  height: 75%;
  overflow-y: scroll;
  margin: 0 auto;
  background-color: #fff;
  margin-top: 150px;
}
#black18_2 #popup18_2 .popup_text {
  width: 50%;
  height: 50px;
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 3% 0 0 0;
  text-align: center;
}
#black18_2 #popup18_2 .popup_text span {
  color: #464b51;
  font-size: 28px;
  font-family: NotoSanse;
}
#black18_2 #popup18_2 .popup_text p {
  color: #464b51;
  font-size: 17px;
  font-family: NotoSanse-Regular;
}
#black18_2 #popup18_2 .popup_box {
  width: 64%;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  margin: 40px auto;
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
}
#black18_2 #popup18_2 a {
  overflow: hidden;
  background-color: #fff;
  border-radius: 30px 30px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  margin: 20px auto;
  font-size: 20px;
  color: #4e6879;
  font-weight: 600;
  text-align: center;
  box-sizing: border-box;
  padding: 10px 20px;
}
#black18_2 #popup18_2 a:hover {
  background: #f99c0d !important;
  color: #fff !important;
}
#black18_2 #popup18_2 .popup_box img {
  width: 100%;
  margin-bottom: 25px;
}
#black18_2 #popup18_2 .popup_box p {
  color: #464b51;
  font-size: 14px;
  font-family: "NanumSquareRound";
  font-weight: 600;
  margin-bottom: 35px;
}
#black18_2 button {
  display: block;
  width: 7%;
  height: 50px;
  border-radius: 30px 30px;
  background: none;
  border: 2px solid #fff;
  margin: 20px auto;
  font-size: 20px;
  font-family: NotoSanse;
  font-weight: 600;
  color: #fff;
}
#black18_2 button:focus {
  outline: none;
}

#black18_3 #popup18_3 {
  width: 64%;
  height: 75%;
  overflow-y: scroll;
  margin: 0 auto;
  background-color: #fff;
  margin-top: 150px;
}
#black18_3 #popup18_3 .popup_text {
  width: 50%;
  height: 50px;
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 3% 0 0 0;
  text-align: center;
}
#black18_3 #popup18_3 .popup_text span {
  color: #464b51;
  font-size: 28px;
  font-family: NotoSanse;
}
#black18_3 #popup18_3 .popup_text p {
  color: #464b51;
  font-size: 17px;
  font-family: NotoSanse-Regular;
}
#black18_3 #popup18_3 .popup_box {
  width: 64%;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  margin: 40px auto;
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
}
#black18_3 #popup18_3 a {
  overflow: hidden;
  background-color: #fff;
  border-radius: 30px 30px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  margin: 20px auto;
  font-size: 20px;
  color: #4e6879;
  font-weight: 600;
  text-align: center;
  box-sizing: border-box;
  padding: 10px 20px;
}
#black18_3 #popup18_3 a:hover {
  background: #f99c0d !important;
  color: #fff !important;
}
#black18_3 #popup18_3 .popup_box img {
  width: 100%;
  margin-bottom: 25px;
}
#black18_3 #popup18_3 .popup_box p {
  color: #464b51;
  font-size: 14px;
  font-family: "NanumSquareRound";
  font-weight: 600;
  margin-bottom: 35px;
}
#black18_3 button {
  display: block;
  width: 7%;
  height: 50px;
  border-radius: 30px 30px;
  background: none;
  border: 2px solid #fff;
  margin: 20px auto;
  font-size: 20px;
  font-family: NotoSanse;
  font-weight: 600;
  color: #fff;
}
#black18_3 button:focus {
  outline: none;
}

#black19 #popup19 {
  width: 64%;
  height: 75%;
  overflow-y: scroll;
  margin: 0 auto;
  background-color: #fff;
  margin-top: 150px;
}
#black19 #popup19 .popup_text {
  width: 50%;
  height: 50px;
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 3% 0 0 0;
  text-align: center;
}
#black19 #popup19 .popup_text span {
  color: #464b51;
  font-size: 28px;
  font-family: NotoSanse;
}
#black19 #popup19 .popup_text p {
  color: #464b51;
  font-size: 17px;
  font-family: NotoSanse-Regular;
}
#black19 #popup19 .popup_box {
  width: 64%;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  margin: 40px auto;
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
}
#black19 #popup19 .popup_box img {
  width: 100%;
  margin-bottom: 25px;
}
#black19 #popup19 .popup_box p {
  color: #464b51;
  font-size: 14px;
  font-family: "NanumSquareRound";
  font-weight: 600;
}
#black19 button {
  display: block;
  width: 7%;
  height: 50px;
  border-radius: 30px 30px;
  background: none;
  border: 2px solid #fff;
  margin: 20px auto;
  font-size: 20px;
  font-family: NotoSanse;
  font-weight: 600;
  color: #fff;
}
#black19 button:focus {
  outline: none;
}
#black19 #popup19 .popup_box a img {
  width: 50%;
  margin: 25px auto 13px;
  padding: 10px;
  border-radius: 13px;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
}

#black20 #popup20 {
  width: 64%;
  height: 75%;
  overflow-y: scroll;
  margin: 0 auto;
  background-color: #fff;
  margin-top: 150px;
}
#black20 #popup20 .popup_text {
  width: 50%;
  height: 50px;
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 3% 0 0 0;
  text-align: center;
}
#black20 #popup20 .popup_text span {
  color: #464b51;
  font-size: 28px;
  font-family: NotoSanse;
}
#black20 #popup20 .popup_text p {
  color: #464b51;
  font-size: 17px;
  font-family: NotoSanse-Regular;
}
#black20 #popup20 .popup_box {
  width: 64%;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  margin: 40px auto;
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
}
#black20 #popup20 .popup_box a {
  width: 20%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 15px 15px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  margin: 10px auto;
  text-align: center;
  box-sizing: border-box;
  padding: 10px;
}
#black20 #popup20 .popup_box a:hover {
  background: #f99c0d !important;
  color: #fff !important;
}
#black20 #popup20 .popup_box img {
  width: 100%;
  margin-bottom: 25px;
}
#black20 #popup20 .popup_box p {
  color: #464b51;
  font-size: 14px;
  font-family: "NanumSquareRound";
  font-weight: 600;
}
#black20 button {
  display: block;
  width: 7%;
  height: 50px;
  border-radius: 30px 30px;
  background: none;
  border: 2px solid #fff;
  margin: 20px auto;
  font-size: 20px;
  font-family: NotoSanse;
  font-weight: 600;
  color: #fff;
}
#black20 button:focus {
  outline: none;
}

#black21 #popup21 {
  width: 64%;
  height: 75%;
  overflow-y: scroll;
  margin: 0 auto;
  background-color: #fff;
  margin-top: 150px;
}
#black21 #popup21 .popup_text {
  width: 50%;
  height: 50px;
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 3% 0 0 0;
  text-align: center;
}
#black21 #popup21 .popup_text span {
  color: #464b51;
  font-size: 28px;
  font-family: NotoSanse;
}
#black21 #popup21 .popup_text p {
  color: #464b51;
  font-size: 17px;
  font-family: NotoSanse-Regular;
}
#black21 #popup21 .popup_box {
  width: 64%;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  margin: 40px auto;
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
}
#black21 #popup21 .popup_box a {
  width: 20%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 15px 15px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  margin: 10px auto;
  text-align: center;
  box-sizing: border-box;
  padding: 10px;
}
#black21 #popup21 .popup_box a:hover {
  background: #f99c0d !important;
  color: #fff !important;
}
#black21 #popup21 .popup_box img {
  width: 100%;
  margin-bottom: 25px;
}
#black21 #popup21 .popup_box p {
  color: #464b51;
  font-size: 14px;
  font-family: "NanumSquareRound";
  font-weight: 600;
}
#black21 button {
  display: block;
  width: 7%;
  height: 50px;
  border-radius: 30px 30px;
  background: none;
  border: 2px solid #fff;
  margin: 20px auto;
  font-size: 20px;
  font-family: NotoSanse;
  font-weight: 600;
  color: #fff;
}
#black21 button:focus {
  outline: none;
}

#black22 #popup22 {
  width: 64%;
  height: 75%;
  overflow-y: scroll;
  margin: 0 auto;
  background-color: #fff;
  margin-top: 150px;
}
#black22 #popup22 .popup_text {
  width: 50%;
  height: 50px;
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 3% 0 0 0;
  text-align: center;
}
#black22 #popup22 .popup_text span {
  color: #464b51;
  font-size: 28px;
  font-family: NotoSanse;
}
#black22 #popup22 .popup_text p {
  color: #464b51;
  font-size: 17px;
  font-family: NotoSanse-Regular;
}
#black22 #popup22 .popup_box {
  width: 64%;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  margin: 40px auto;
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
}
#black22 #popup22 .popup_box a {
  width: 20%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 15px 15px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  margin: 10px auto;
  text-align: center;
  box-sizing: border-box;
  padding: 10px;
}
#black22 #popup22 .popup_box a:hover {
  background: #f99c0d !important;
  color: #fff !important;
}
#black22 #popup22 .popup_box img {
  width: 100%;
  margin-bottom: 25px;
}
#black22 #popup22 .popup_box p {
  color: #464b51;
  font-size: 14px;
  font-family: "NanumSquareRound";
  font-weight: 600;
}
#black22 button {
  display: block;
  width: 7%;
  height: 50px;
  border-radius: 30px 30px;
  background: none;
  border: 2px solid #fff;
  margin: 20px auto;
  font-size: 20px;
  font-family: NotoSanse;
  font-weight: 600;
  color: #fff;
}
#black22 button:focus {
  outline: none;
}

#black23 #popup23 {
  width: 64%;
  height: 75%;
  overflow-y: scroll;
  margin: 0 auto;
  background-color: #fff;
  margin-top: 150px;
}
#black23 #popup23 .popup_text {
  width: 50%;
  height: 50px;
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 3% 0 0 0;
  text-align: center;
}
#black23 #popup23 .popup_text span {
  color: #464b51;
  font-size: 28px;
  font-family: NotoSanse;
}
#black23 #popup23 .popup_text p {
  color: #464b51;
  font-size: 17px;
  font-family: NotoSanse-Regular;
}
#black23 #popup23 .popup_box {
  width: 64%;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  margin: 40px auto;
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
}
#black23 #popup23 .popup_box a {
  width: 20%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 15px 15px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  margin: 10px auto;
  text-align: center;
  box-sizing: border-box;
  padding: 10px;
}
#black23 #popup23 .popup_box a:hover {
  background: #f99c0d !important;
  color: #fff !important;
}
#black23 #popup23 .popup_box img {
  width: 100%;
  margin-bottom: 25px;
}
#black23 #popup23 .popup_box p {
  color: #464b51;
  font-size: 14px;
  font-family: "NanumSquareRound";
  font-weight: 600;
}
#black23 button {
  display: block;
  width: 7%;
  height: 50px;
  border-radius: 30px 30px;
  background: none;
  border: 2px solid #fff;
  margin: 20px auto;
  font-size: 20px;
  font-family: NotoSanse;
  font-weight: 600;
  color: #fff;
}
#black23 button:focus {
  outline: none;
}

#black24 #popup24 {
  width: 64%;
  height: 75%;
  overflow-y: scroll;
  margin: 0 auto;
  background-color: #fff;
  margin-top: 150px;
}
#black24 #popup24 .popup_text {
  width: 50%;
  height: 50px;
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 3% 0 0 0;
  text-align: center;
}
#black24 #popup24 .popup_text span {
  color: #464b51;
  font-size: 28px;
  font-family: NotoSanse;
}
#black24 #popup24 .popup_text p {
  color: #464b51;
  font-size: 17px;
  font-family: NotoSanse-Regular;
}
#black24 #popup24 .popup_box {
  width: 64%;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  margin: 40px auto;
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
}
#black24 #popup24 .popup_box a {
  width: 20%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 15px 15px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  margin: 10px auto;
  text-align: center;
  box-sizing: border-box;
  padding: 10px;
}
#black24 #popup24 .popup_box a:hover {
  background: #f99c0d !important;
  color: #fff !important;
}
#black24 #popup24 .popup_box img {
  width: 100%;
  margin-bottom: 25px;
}
#black24 #popup24 .popup_box p {
  color: #464b51;
  font-size: 14px;
  font-family: "NanumSquareRound";
  font-weight: 600;
}
#black24 button {
  display: block;
  width: 7%;
  height: 50px;
  border-radius: 30px 30px;
  background: none;
  border: 2px solid #fff;
  margin: 20px auto;
  font-size: 20px;
  font-family: NotoSanse;
  font-weight: 600;
  color: #fff;
}
#black24 button:focus {
  outline: none;
}

#black25 #popup25 {
  width: 64%;
  height: 75%;
  overflow-y: scroll;
  margin: 0 auto;
  background-color: #fff;
  margin-top: 150px;
}
#black25 #popup25 .popup_text {
  width: 50%;
  height: 50px;
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 3% 0 0 0;
  text-align: center;
}
#black25 #popup25 .popup_text span {
  color: #464b51;
  font-size: 28px;
  font-family: NotoSanse;
}
#black25 #popup25 .popup_text p {
  color: #464b51;
  font-size: 17px;
  font-family: NotoSanse-Regular;
}
#black25 #popup25 .popup_box {
  width: 64%;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  margin: 40px auto;
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
}
#black25 #popup25 .popup_box a {
  width: 20%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 15px 15px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  margin: 10px auto;
  text-align: center;
  box-sizing: border-box;
  padding: 10px;
}
#black25 #popup25 .popup_box a:hover {
  background: #f99c0d !important;
  color: #fff !important;
}
#black25 #popup25 .popup_box img {
  width: 100%;
  margin-bottom: 25px;
}
#black25 #popup25 .popup_box p {
  color: #464b51;
  font-size: 14px;
  font-family: "NanumSquareRound";
  font-weight: 600;
}
#black25 button {
  display: block;
  width: 7%;
  height: 50px;
  border-radius: 30px 30px;
  background: none;
  border: 2px solid #fff;
  margin: 20px auto;
  font-size: 20px;
  font-family: NotoSanse;
  font-weight: 600;
  color: #fff;
}
#black25 button:focus {
  outline: none;
}

#black26 #popup26 {
  width: 64%;
  height: 75%;
  overflow-y: scroll;
  margin: 0 auto;
  background-color: #fff;
  margin-top: 150px;
}
#black26 #popup26 .popup_text {
  width: 50%;
  height: 50px;
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 3% 0 0 0;
  text-align: center;
}
#black26 #popup26 .popup_text span {
  color: #464b51;
  font-size: 28px;
  font-family: NotoSanse;
}
#black26 #popup26 .popup_text p {
  color: #464b51;
  font-size: 17px;
  font-family: NotoSanse-Regular;
}
#black26 #popup26 .popup_box {
  width: 64%;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  margin: 40px auto;
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
}
#black26 #popup26 .popup_box a {
  width: 20%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 15px 15px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  margin: 10px auto;
  text-align: center;
  box-sizing: border-box;
  padding: 10px;
}
#black26 #popup26 .popup_box a:hover {
  background: #f99c0d !important;
  color: #fff !important;
}
#black26 #popup26 .popup_box img {
  width: 100%;
  margin-bottom: 25px;
}
#black26 #popup26 .popup_box p {
  color: #464b51;
  font-size: 14px;
  font-family: "NanumSquareRound";
  font-weight: 600;
}
#black26 button {
  display: block;
  width: 7%;
  height: 50px;
  border-radius: 30px 30px;
  background: none;
  border: 2px solid #fff;
  margin: 20px auto;
  font-size: 20px;
  font-family: NotoSanse;
  font-weight: 600;
  color: #fff;
}
#black26 button:focus {
  outline: none;
}

#black27 #popup27 {
  width: 64%;
  height: 75%;
  overflow-y: scroll;
  margin: 0 auto;
  background-color: #fff;
  margin-top: 150px;
}
#black27 #popup27 .popup_text {
  width: 50%;
  height: 50px;
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 3% 0 0 0;
  text-align: center;
}
#black27 #popup27 .popup_text span {
  color: #464b51;
  font-size: 28px;
  font-family: NotoSanse;
}
#black27 #popup27 .popup_text p {
  color: #464b51;
  font-size: 17px;
  font-family: NotoSanse-Regular;
}
#black27 #popup27 .popup_box {
  width: 64%;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  margin: 40px auto;
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
}
#black27 #popup27 .popup_box a {
  width: 20%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 15px 15px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  margin: 10px auto;
  text-align: center;
  box-sizing: border-box;
  padding: 10px;
}
#black27 #popup27 .popup_box a:hover {
  background: #f99c0d !important;
  color: #fff !important;
}
#black27 #popup27 .popup_box img {
  width: 100%;
  margin-bottom: 25px;
}
#black27 #popup27 .popup_box p {
  color: #464b51;
  font-size: 14px;
  font-family: "NanumSquareRound";
  font-weight: 600;
}
#black27 button {
  display: block;
  width: 7%;
  height: 50px;
  border-radius: 30px 30px;
  background: none;
  border: 2px solid #fff;
  margin: 20px auto;
  font-size: 20px;
  font-family: NotoSanse;
  font-weight: 600;
  color: #fff;
}
#black27 button:focus {
  outline: none;
}

#black28 #popup28 {
  width: 64%;
  height: 65%;
  overflow-y: scroll;
  margin: 0 auto;
  background-color: #fff;
  margin-top: 150px;
}
#black28 #popup28 .popup_text {
  width: 50%;
  height: 50px;
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 3% 0 0 0;
  text-align: center;
}
#black28 #popup28 .popup_text span {
  color: #464b51;
  font-size: 28px;
  font-family: NotoSanse;
}
#black28 #popup28 .popup_text p {
  color: #464b51;
  font-size: 17px;
  font-family: NotoSanse-Regular;
}
#black28 #popup28 .popup_box {
  width: 64%;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  margin: 40px auto;
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
}
#black28 #popup28 .popup_box img {
  width: 100%;
  margin-bottom: 25px;
}
#black28 #popup28 .popup_box #imgWrap video {
  width: 100%;
  margin-bottom: 25px;
}
#black28 #popup28 .popup_box p {
  color: #464b51;
  font-size: 14px;
  font-family: "NanumSquareRound";
  font-weight: 600;
}
#black28 button {
  display: block;
  width: 7%;
  height: 50px;
  border-radius: 30px 30px;
  background: none;
  border: 2px solid #fff;
  margin: 20px auto;
  font-size: 20px;
  font-family: NotoSanse;
  font-weight: 600;
  color: #fff;
}
#black28 button:focus {
  outline: none;
}

#black29 #popup29 {
  width: 64%;
  height: 65%;
  overflow-y: scroll;
  margin: 0 auto;
  background-color: #fff;
  margin-top: 150px;
}
#black29 #popup29 .popup_text {
  width: 50%;
  height: 50px;
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 3% 0 0 0;
  text-align: center;
}
#black29 #popup29 .popup_text span {
  color: #464b51;
  font-size: 28px;
  font-family: NotoSanse;
}
#black29 #popup29 .popup_text p {
  color: #464b51;
  font-size: 17px;
  font-family: NotoSanse-Regular;
}
#black29 #popup29 .popup_box {
  width: 64%;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  margin: 40px auto;
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
}
#black29 #popup29 .popup_box img {
  width: 100%;
  margin-bottom: 25px;
}
#black29 #popup29 .popup_box #imgWrap video {
  width: 100%;
  margin-bottom: 25px;
}
#black29 #popup29 .popup_box p {
  color: #464b51;
  font-size: 14px;
  font-family: "NanumSquareRound";
  font-weight: 600;
}
#black29 button {
  display: block;
  width: 7%;
  height: 50px;
  border-radius: 30px 30px;
  background: none;
  border: 2px solid #fff;
  margin: 20px auto;
  font-size: 20px;
  font-family: NotoSanse;
  font-weight: 600;
  color: #fff;
}
#black29 button:focus {
  outline: none;
}

/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#page_5 {
  background-color: #fff;
  width: 100%;
  height: 100vh;
  position: relative;
}

/*여섯번째 페이지*/
#page_6 {
  background-color: #fff;
  width: 100%;
  height: auto;
  position: relative;
}
/* 20210412 중앙정렬 안맞아서 수정*/
#page_6 .p6_text {
  width: 100%; /*width: 1200px;*/
  height: 50px;
  margin: 0 auto;
  padding: 125px 0 0 0;
  text-align: center;
}
#page_6 .p6_text span {
  color: #464b51;
  font-size: 35px;
  font-family: NotoSanse;
}
#page_6 .p6_text p {
  color: #f99c0d;
  font-size: 20px;
  font-family: NotoSanse-Regular;
  margin: 10px auto;
}

#page_6 .p6_contants {
  width: 1200px;
  overflow-y: scroll;
  height: 64%;
  border-radius: 20px 20px;
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  margin-top: 15vh;
  padding: 20px 0 20px 0;
  margin-bottom: 100px;
  font-family: NanumSquareRound;
  color: #464d51;
  font-size: 1em;
  line-height: 1.3em;
}

#page_6 .p6_contants .article1,
.article2,
.article3,
.article4,
.article5,
.article6,
.article7,
.article8,
.article9,
.article10,
.article11,
.article12,
.article13,
.article14 {
  width: 30.5%;
  height: 200px;
  position: relative;
  border-radius: 20px 20px;
  border: 3px solid #c3ced8;
  background-color: white;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
  text-align: center;
  cursor: pointer;
}
/* 20210412 모바일 일때 글자 올라감 현상 때문에 수정 */
/* #page_6 .p6_contants .article3, .article4 { margin-bottom:0px;} */

#page_6 .p6_contants .article1 span,
.article2 span,
.article3 span,
.article4 span,
.article5 span,
.article6 span,
.article7 span,
.article8 span,
.article9 span,
.article10 span,
.article11 span,
.article12 span,
.article13 span,
.article14 span {
  color: #464d51;
  font-size: 17px;
  font-weight: 650;
}

#page_6 .p6_contants .article1 img {
  width: 100%;
  height: 80%;
  position: absolute;
  top: -7%;
}
#page_6 .p6_contants .article1 span {
  position: absolute;
  text-align: center;
  top: 76%;
  font-weight: 650; /*transform: translateX(-50%); transform: translate(3%, 50%);*/
}
/*#page_6 .p6_contants .article1 span, .article2 span, .article3 span, .article4 span, .article5 span, .article6 span, .article7 span, .article8 span{color:#212121; font-size: 17px; font-weight: 650;}*/
/* 20210528 같은 코드 반복 실행 전부 지움 */
/* 20211202 아래 복사 반복되어 있던 article1 주석처리문 전부 지움 */

#page_6 .p6_contants .article2 img {
  width: 100%;
  height: 80%;
  position: absolute;
  top: -7%;
}
#page_6 .p6_contants .article2 span {
  position: absolute;
  text-align: center;
  top: 76%;
}

#page_6 .p6_contants .article3 img {
  width: 100%;
  height: 80%;
  position: absolute;
  top: -7%;
}
#page_6 .p6_contants .article3 span {
  position: absolute;
  text-align: center;
  top: 76%;
}

#page_6 .p6_contants .article4 img {
  width: 100%;
  height: 80%;
  position: absolute;
  top: -7%;
}
#page_6 .p6_contants .article4 span {
  position: absolute;
  text-align: center;
  top: 76%;
}

#page_6 .p6_contants .article5 img {
  width: 100%;
  height: 80%;
  position: absolute;
  top: -7%;
}
#page_6 .p6_contants .article5 span {
  position: absolute;
  text-align: center;
  top: 82%;
}

#page_6 .p6_contants .article6 img {
  width: 100%;
  height: 80%;
  position: absolute;
  top: -7%;
}
#page_6 .p6_contants .article6 span {
  position: absolute;
  text-align: center;
  top: 76%;
}

#page_6 .p6_contants .article7 img {
  width: 100%;
  height: 80%;
  position: absolute;
  top: -7%;
}
#page_6 .p6_contants .article7 span {
  position: absolute;
  text-align: center;
  top: 76%;
}

#page_6 .p6_contants .article8 img {
  width: 100%;
  height: 80%;
  position: absolute;
  top: -7%;
}
#page_6 .p6_contants .article8 span {
  position: absolute;
  text-align: center;
  top: 76%;
}

#page_6 .p6_contants .article9 img {
  width: 100%;
  height: 80%;
  position: absolute;
  top: -7%;
}
#page_6 .p6_contants .article9 span {
  position: absolute;
  text-align: center;
  top: 76%;
}

#page_6 .p6_contants .article10 img {
  width: 100%;
  height: 80%;
  position: absolute;
  top: -7%;
}
#page_6 .p6_contants .article10 span {
  position: absolute;
  text-align: center;
  top: 76%;
}

#page_6 .p6_contants .article11 img {
  width: 100%;
  height: 80%;
  position: absolute;
  top: -7%;
}
#page_6 .p6_contants .article11 span {
  position: absolute;
  text-align: center;
  top: 76%;
}

#page_6 .p6_contants .article12 img {
  width: 100%;
  height: 80%;
  position: absolute;
  top: -7%;
}
#page_6 .p6_contants .article12 span {
  position: absolute;
  text-align: center;
  top: 76%;
}

#page_6 .p6_contants .article13 img {
  width: 100%;
  height: 80%;
  position: absolute;
  top: -7%;
}
#page_6 .p6_contants .article13 span {
  position: absolute;
  text-align: center;
  top: 76%;
}

#page_6 .p6_contants .article14 img {
  width: 100%;
  height: 80%;
  position: absolute;
  top: -7%;
}
#page_6 .p6_contants .article14 span {
  position: absolute;
  text-align: center;
  top: 76%;
}

/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*일곱번째 페이지*/
#page_7 {
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
}
#page_7 .p7_text {
  width: 50%;
  height: 70px;
  margin: 0 auto;
  padding: 125px 0 0 0;
  text-align: center;
}
#page_7 .p7_text span {
  color: #464b51;
  font-size: 35px;
  font-family: NotoSanse;
}
#page_7 .p7_text p {
  color: #f99c0d;
  font-size: 20px;
  font-family: NotoSanse-Regular;
  margin: 10px auto;
}

#page_7 .p7_btnbox {
  width: 1200px;
  height: 40px;
  margin: 20px auto;
}
#page_7 .p7_btn1,
.p7_btn2 {
  width: 150px;
  height: 40px;
  border: none;
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  border-radius: 20px 20px;
  float: right;
  font-family: NotoSanse;
  color: #464d51;
  text-align: center;
  line-height: 40px;
  font-size: 13px;
  margin-left: 10px;
}

#page_7 .p7_contact {
  width: 800px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 20px 20px;
  margin: 70px auto 80px;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  clear: both;
}
#page_7 .p7_contact img {
  width: 100%;
}
#page_7 .p7_contact iframe {
  display: block;
  margin: 0 auto;
}
#page_7 .p7_contact_text1 {
  width: 800px;
  margin-bottom: 15px;
  margin-left: 0px;
}
#page_7 .p7_contact_text1 span {
  color: #464b51;
  font-size: 20px;
  font-family: "NanumSquareRound";
  font-weight: 600;
}
#page_7 .p7_contact_text1 p {
  color: #464b51;
  font-size: 13px;
  font-family: NotoSanse-Regular;
}
#page_7 .p7_contact_text2 p {
  color: #464b51;
  font-size: 15px;
  font-family: "NanumSquareRound";
  font-weight: 600;
  line-height: 25px;
}

.div_article {
  overflow: hidden;
  width: 80%;
  height: 79%;
  position: fixed;
  top: 4%;
  left: 10%;
  /* transform: translate(-50%, -45%);*/
  z-index: 9999;
  padding-bottom: 50px;
  border: none;
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  border-radius: 20px 20px;
}

.exitbtn {
  float: right;
  margin: 0 10px 0 0;
  font-weight: bold;
  border-radius: 20px;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  border-radius: 20px 20px;
}
/* 
중복 코드 실행 지움 반성해야함
.exitbtn {
  float: right;
  margin: 0 10px 0 0;
  font-weight: bold;
  border-radius: 20px;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(0,0,0,.3);
  border-radius: 20px 20px;
}
*/

/*20210412 올라가는 현상때문에 수정*/
#footer {
  width: 100%;
  height: 140px;
  box-sizing: border-box;
  font-family: "NanumSquareRound";
  padding: 24px;
  background: #393B3B;
  text-align: center;
  z-index: 99;
  /* position: absolute; */
  position: relative;
  bottom: 0%;
}
/* 20210412 footer 부분 왼쪽으로 조금만 수정*/
#footer .f_t1 {
  font-size: 20px;
  text-align: left;
  display: block;
  position: absolute;
  left: 45%; /*left:30%;*/
  top: 7%;
  width: 756px;
  height: 25px;
  line-height: 32px;
}
#footer .f_t1 img {
  width: 4%;
  float: left;
  margin-right: 10px;
}
#footer .f_t2 {
  font-size: 20px;
  text-align: left;
  display: block;
  position: absolute;
  left: 45%; /*left:30%;*/
  top: 30%;
  width: 756px;
  height: 25px;
  line-height: 32px;
}
#footer .f_t2 img {
  width: 4%;
  float: left;
  margin-right: 10px;
}
#footer .f_t3 {
  font-size: 20px;
  text-align: left;
  display: block;
  position: absolute;
  left: 45%; /*left:30%;*/
  top: 53%;
  width: 756px;
  height: 25px;
  line-height: 32px;
}
#footer .f_t3 img {
  width: 4%;
  float: left;
  margin-right: 10px;
}
#footer .f_t4 {
  position: absolute;
  left: 47.5%; /*left: 32.15%;*/
  bottom: 10%;
}
/* 20210412 footer 부분 오른쪽으로 치우친거 같아서 수정*/
#footer .footer_logo {
  width: 168px; /* margin-left:8%; float:left;*/
  position: relative;
  left: 19%;
}

button:hover {
  background: #f99c0d;
  color: #fff;
}
.p7_btn1:hover {
  background: #f99c0d !important;
  color: #fff !important;
}
.p5_all:hover {
  background: #f99c0d !important;
  color: #fff !important;
}
.p5_metaverse:hover {
  background: #f99c0d !important;
  color: #fff !important;
}
.p5_vr:hover {
  background: #f99c0d !important;
  color: #fff !important;
}
.p5_areal:hover {
  background: #f99c0d !important;
  color: #fff !important;
}
.p5_ani:hover {
  background: #f99c0d !important;
  color: #fff !important;
}
.p_close:hover {
  background: #f99c0d !important;
  color: #fff !important;
  border: 0 !important;
}

/* 22.11.06 */
#footer {
  height: auto;
}

.txt_primary {
  color: #f99c0d;
}
.bg_primary {
  background: #f5a100;
}

.section_inner {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.section_inner .sc_head {
  flex-shrink: 0;
  text-align: center;
  padding-top: 125px;
}
.section_inner .sc_head .txt_title {
  color: #464b51;
  font-size: 35px;
  font-family: NotoSanse;
}

.section_inner .sc_head .txt_sub {
  font-size: 25px;
  font-family: NotoSanse-Regular;
  margin-top: 10px;
}
.section_inner .sc_body {
  position: relative;
  flex-grow: 1;
  margin-top: 30px;
}

.scroll_wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.scroll_wrap .scroll_inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  z-index: 1;
  padding-left: 20px;
}

.scroll_wrap .scroll_inner::-webkit-scrollbar {
  width: 20px;
  height: 0;
  background: transparent;
}
.scroll_wrap .scroll_inner::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
  border: 7px solid #fff;
  border-radius: 20px;
}
.scroll_wrap .scroll_inner::-webkit-scrollbar-track {
  background-color: transparent;
}

.scroll_wrap .scroll_fixed_item + .scroll_inner {
  height: calc(100% - 100px);
}

.scroll_fixed_item {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 300px;
}
.scroll_fixed_item .btn {
  position: relative;
  z-index: 100;
  margin: 20px;
  width: 300px;
  height: 60px;
  border-radius: 30px;
  background: var(--color-primary);
  color: #fff;
  font-family: nanumsquareround;
  font-weight: 700;
  font-size: 18px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.scroll_fixed_item:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  z-index: 1;
  background: #fff;
  box-shadow: 0px -50px 70px 70px #fff;
  -webkit-box-shadow: 0px -50px 70px 70px #fff;
}
.scroll_fixed_item .btn:hover {
  background: #bb7b00;
}

/* swiper init */
.swiper-container {
  position: relative;
}
.swiper-wrapper {
  position: relative;
  height: auto;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

/* history */
.year_history_area {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.year_history_area .item {
  position: relative;
  flex: 1;
}
.year_history_area .item:before {
}
.year_history_area .item:after {
}
.year_txt {
  position: relative;
  margin: 38px 0;
  color: #10253F;
  font-size: 36px;
  font-family: nanumsquareround;
  text-align: center;
}
.year_txt:before,
.year_txt:after {
  pointer-events: none;
}
.year_txt:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin-bottom: -4px;
  margin-left: -4px;
  background: #10253F;
  border-radius: 50%;
  z-index: 1;
}
.year_txt:after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #10253F;
}

.year_desc {
  padding: 0 20px;
}
.year_desc li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: nanumsquareround;
  color: var(--color-black);
  word-break: keep-all;
}
.year_desc li + li {
  margin-top: 28px;
}
.year_desc li:before {
  flex-shrink: 0;
  content: "◆";
  margin-right: 5px;
}
.year_desc li:before,
.year_desc .tit {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 4px;
}
.year_desc .sub:before,
.year_desc .sub {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3em;
}
.year_desc .sub:before {
  flex-shrink: 0;
  content: "-";
  margin-right: 5px;
}

/* page3 */
#page_2 .swiper-container {
  padding: 0 100px 70px;
  height: 100%;
}
#page_2 .scroll_wrap .scroll_inner::-webkit-scrollbar-thumb {
  border: 8px solid #f5f5f5;
}
#page_2 .swiper-container .swiper {
  overflow: hidden;
}
#page_2 .swiper-container .swiper-button-next:after,
#page_2 .swiper-container .swiper-button-prev:after {
  content: "";
}
#page_2 .swiper-container .swiper-button-next,
#page_2 .swiper-container .swiper-button-prev {
  content: "";
  width: 30px;
  height: 55px;
  margin-top: -22px;
}
#page_2 .swiper-container .swiper-button-next {
  background-image: url(../img/right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 30px;
}
#page_2 .swiper-container .swiper-button-prev {
  background-image: url(../img/left.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 30px;
}

#page_2 .swiper-container .swiper,
#page_2 .swiper-container .swiper-wrapper,
#page_2 .swiper-container .swiper-slide,
#page_2 .swiper-container .year_history_area {
  height: 100%;
}

.year_txt {
  flex-shrink: 0;
}
.year_desc {
  flex-grow: 1;
  overflow-y: scroll;
  padding-right: 0;
}
.year_desc::-webkit-scrollbar {
  width: 20px;
  background: transparent;
}
.year_desc::-webkit-scrollbar-thumb {
  background: #ddd;
  border: 8px solid #f5f5f5;
  border-radius: 20px;
}
.year_desc::-webkit-scrollbar-track {
  background-color: transparent;
}

.year_history_area .item {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

/* page 4 */
.partner_area {
  padding-bottom: 70px;
}
.partner_area ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1500px;
  margin: 0 auto;
}
.partner_area ul li {
  flex: 1;
  min-width: calc(100% / 6);
  max-width: calc(100% / 6);
  height: 165px;
  padding: 0.25% 0.25%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1%;       
  margin-bottom: 2.5%;
  margin-left: 0.8%;
  margin-right: -1.5%;
}
.partner_area ul li img {
  max-height: 100%;
  max-width: 100%;
}

#page_4 a {
  color: currentColor;
}
#page_4 .swiper-container .swiper {
  max-width: 1140px;
  margin: 0 auto;
  overflow-x: hidden;
}

#page_4 .swiper-container .swiper-slide {
  padding: 12px;
  max-width: 400px;
}
#page_4 .swiper-container .swiper-slide.hide {
  display: none;
}

.card_item {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column;
  background: #fff;
  box-shadow: 0px 4px 14px 0px rgb(0 0 0 / 12%);
  -webkit-box-shadow: 0px 4px 14px 0px rgb(0 0 0 / 12%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  -webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s,
    box-shadow 0.3s;
  border-radius: 8px;
  overflow: hidden;
  color: currentColor;
}
.card_item:hover {
  box-shadow: 0px 4px 14px 0px rgb(0 0 0 / 30%);
  -webkit-box-shadow: 0px 4px 14px 0px rgb(0 0 0 / 30%);
}
.card_item .txtBox {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 28px 20px 32px;
  font-family: nanumsquareround;
}
.card_item .label {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: wrap;
  margin-bottom: 16px;
  font-family: NotoSanse;
}
.card_item .label span {
  font-size: 14px;
  line-height: 1em;
  padding: 8px 12px;
  border-radius: 30px;
  color: #fff;
  background: #10253F;
  border: 1px solid currentColor;
  margin-right: 8px;
  margin-bottom: 4px;
}
.card_item .tit {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3em;
  min-height: 2.6em;
  margin-bottom: 4px;
}
.card_item .desc {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.card_item .desc span {
  margin-right: 6px;
  margin-top: 6px;
  font-size: 16px;
  font-weight: 300;
  color: #777;
}
.card_item .imgBox {
  position: relative;
  padding-bottom: 58%;
  border-top: 1px solid #eee;
}
.card_item .imgBox .thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.card_item .imgBox .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.swiper-tab-area {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-shrink: 0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
  padding: 0 12px;
}
.swiper-tab-area ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.swiper-tab-area ul li + li {
  margin-left: 20px;
}
.swiper-tab-area .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 135px;
  height: 50px;
  background: #fff;
  font-size: 16px;
  font-family: nanumsquareround;
  font-weight: 600;
  box-shadow: 0 0 8px rgb(0 0 0 / 10%);
  -webkit-box-shadow: 0 0 8px rgb(0 0 0 / 10%);
  border-radius: 30px;
}
.swiper-tab-area .btn:hover,
.swiper-tab-area .btn.active {
  background: var(--color-primary);
  color: #fff;
}

#page_5 .swiper-scrollbar {
  position: relative;
  left: 0;
  top: 0;
  height: 6px;
  max-width: 1140px;
  margin: 15px auto 0;
  flex-shrink: 0;
  cursor: pointer;
}

/* 미디어  */
.media_news_area {
  max-width: 1140px;
  margin: 0 auto;
}
.media_news_area a {
  color: currentColor;
}
.media_news_area li {
  padding: 20px 0;
}
.media_news_area .media_cont {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  font-family: nanumsquareround;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
}
.media_cont .label {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  font-family: NotoSanse;
  margin-bottom: 10px;
}
.media_cont .label span {
  font-size: 12px;
  line-height: 1em;
  padding: 10px 14px;
  border-radius: 30px;
  color: #fff;
  background: #10253F;
  border: 1px solid currentColor;
  margin-right: 8px;
  margin-bottom: 4px;
}
.media_cont .subjectTxt {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
}
.media_cont .subjectTxt span {
  position: relative;
  top: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.media_cont:hover .subjectTxt span {
  top: -5px;
  color: #f5a100;
}
.media_cont .prevTxt {
  color: #777;
  font-size: 16px;
  font-weight: 400;
}

#footer {
  padding: 80px 0;
  color: #BDBDBD;
}
#footer a {
  color: currentColor;
}
#footer a:hover {
  text-decoration: underline;
  text-underline-position: under;
  color: #5b6169;
}
.footer-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
}

.f_head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 16px;
  text-align: left;
  padding: 30px 0;
}
.f_logo {
  display: block;
  height: 50px;
  margin-bottom: 15px;
}
.f_logo img {
  max-width: 100%;
  max-height: 100%;
}
.f_slogun {
  font-weight: 600;
  margin-bottom: 15px;
}
.f_num {
  font-size: 16px;
  color: #BDBDBD;
}
.f_comp {
  flex-shrink: 0;
}

.f_Copyright {
  font-size: 15px;
  font-weight: 300;
  text-align: left;
}

.f_info {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.f_info .item {
  padding: 0 20px;
  max-width: 290px;
  min-width: 160px;
}
.f_info .item .tit {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid currentColor;
}
.f_info .item .desc {
  font-size: 16px;
  font-weight: 300;
  color: #BDBDBD;
  line-height: 1.6em;
}
.f_info .item .desc a{
  font-size: 16px;
}
.f_info .item .desc + .desc {
  margin-top: 5px;
}

/* 포트폴리오 상세 */
.portfolio-container {
  padding: 80px 20px;
  min-height: 100vh;
  font-family: nanumsquareround;
  font-size: 16px;
}
.portfolio-container h1,
.portfolio-container h2,
.portfolio-container p,
.portfolio-container a {
  font-size: inherit;
}
.portfolio-inner {
  max-width: 700px;
  margin: 0 auto;
}

.border_line {
  margin: 30px 0;
  border: none;
  width: 100%;
  height: 1px;
  background: #ccc;
}

.c_mb30 {
  margin-bottom: 30px !important;
}
.c_mb20 {
  margin-bottom: 20px !important;
}
.c_mb15 {
  margin-bottom: 15px !important;
}
.c_mb10 {
  margin-bottom: 10px !important;
}
.c_bold {
  font-weight: 700;
}
.c_semibold {
  font-weight: 500;
}
.c_a_center {
  text-align: center;
}
.c_a_left {
  text-align: left;
}
.c_a_right {
  text-align: right;
}

.c_video_wrap {
  position: relative;
  width: 100%;
  padding-bottom: 64%;
  background: #000;
}
.c_video_player {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.c_video_player iframe {
  border: none;
  width: 100%;
  height: 100%;
}

.c_img_wrap {
}
.c_img_wrap img {
  width: 100%;
}
.c_img_desc {
  font-size: 18px;
  font-weight: 600;
  padding: 30px 0 0;
}

.portfolio-head {
  padding: 60px 20px 0;
  text-align: center;
  font-size: 34px;
  font-family: NotoSanse;
}
.portfolio-neme {
  text-align: center;
  font-size: 26px;
}

.c_btn_area {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.c_btn_area .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: var(--color-primary);
  border: 1px solid currentColor;
  font-weight: 700;
  width: 120px;
  height: 48px;
}

.c_btn_area .btn:hover {
  background: var(--color-primary);
  color: #fff;
}

.card-container {
  max-width: 1500px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 120px;
}
.card-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-flow: wrap;
}
.wave-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
}
.card-item {
  flex-shrink: 0;
  width: calc(100% / 4);
  padding: 12px;
}
.card-item.hide {
  display: none;
}
.card-container .btn-area {
  margin-top: 40px;
}

.wave-wrapper {
  transform: translateX(100%);
  -webkit-transform: translateX(0%);
  -webkit-animation: wave 100s linear infinite;
  -moz-animation: wave 100s linear infinite;
  -o-animation: wave 100s linear infinite;
  animation: wave 100s linear infinite;
}
.wave-wrapper:hover {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
}
@keyframes wave {
  form {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-1000%);
  }
}
@-webkit-keyframes wave {
  form {
    -webkit-transform: translateX(100%);
  }
  to {
    transform: translateX(-1000%);
  }
}
@-moz-keyframes wave {
  form {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-1000%);
  }
}
@-o-keyframes wave {
  form {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-1000%);
  }
}

#page_3,
#page_4,
#page_5,
#page_8,
#page_3 .section_inner,
#page_4 .section_inner,
#page_5 .section_inner,
#page_8 .section_inner {
  height: auto !important;
  min-height: 100% !important;
  overflow: inherit;
  padding: 0;
}
.scroll_wrap .scroll_inner {
  position: relative;
}

#page_6 {
  padding-bottom: 50px;
}
#page_6 .section_inner {
  height: auto;
}
#page_6 .section_inner .sc_body {
  height: 892px;
}
#page_6 .section_inner .sc_body {
  overflow: hidden;
  max-width: 1180px;
  margin: 0 auto;
}
#page_6 .scroll_wrap .scroll_fixed_item + .scroll_inner {
  height: auto;
}

#page_6.active,
#page_6.active .section_inner,
#page_6.active .section_inner .sc_body {
  height: auto;
}
#page_6.active .scroll_fixed_item {
  display: none;
}

.btn-area {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 15px;
}
.btn-area .btn2 {
  position: relative;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: nanumsquareround;
  font-size: 18px;
  font-weight: 700;
  width: 300px;
  height: 60px;
  background: var(--color-primary);
  color: #fff !important;
  border-radius: 30px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.btn-area .btn2-primary {
  background: #10253F;
  color: #fff !important;
}
.btn-area .btn2-primary:hover {
  background: #d6751b;
}

#page_8 {
  padding-bottom: 120px;
}

/* 견적 폼 */
.form-field-area {
  max-width: 960px;
  margin: 25px auto;
  font-family: NotoSanse;
  font-size: 14px;
}
.field-group {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.field-area {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
}
.field-area > label {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1em;
}
.field-area > label > span {
  font-family: NotoSanse-Regular;
  font-size: 14px;
  font-weight: 400;
  margin-left: 5px;
  color: #777;
}
.field-area > input,
.field-area > select {
  height: 40px;
}

.field-area > input,
.field-area > select,
.field-area > textarea {
  border-radius: 5px;
  border: 1px solid #eee;
  background: #f6f6f6;
  padding: 5px 12px;
  font-family: NotoSanse-Regular;
  font-size: 14px;
}
.field-area > textarea {
  resize: none;
  height: 300px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.field-area > input:focus,
.field-area > select:focus,
.field-area > textarea:focus {
  border-color: var(--color-primary);
  outline: none;
}

.field-group + .field-group,
.field-group + .field-area {
  margin-top: 25px;
}
.field-group .field-area + .field-area {
  margin-left: 50px;
}

.check-area {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 15px 0 0;
  cursor: pointer;

  font-family: NotoSanse-Regular;
  font-size: 14px;
  line-height: 1.3em;
}
.check-area input {
  margin-right: 10px;
  cursor: pointer;
  width: 16px;
  height: 16px;
  margin-top: 0.1em;
}
.check-area label {
  cursor: pointer;
  color: #999;
}
.check-area input:checked + label {
  color: #343434;
  font-family: NotoSanse;
  word-break: keep-all;
}

.field-area .valid-msg {
  font-family: NotoSanse-Regular;
  font-size: 14px;
  padding: 5px 10px 0;
  color: #f2545b;
  display: none;
}
.field-area .check-area + .valid-msg {
  padding-left: 26px;
}
.field-area.valid_f {
}
.field-area.valid_f input,
.field-area.valid_f select,
.field-area.valid_f textarea {
}
.field-area.valid_f .valid-msg,
.valid_f + .valid-msg {
  display: block;
}
