/* 컨텐츠 공통 */
.col-group {
  display: flex;
}

.row-group {
  display: flex;
  flex-flow: column;
}

.container {
  width: 100%;
  margin: 0 auto;
}

.container.w1680 {
  max-width: 1680px;
}

.container.w1440 {
  max-width: 1440px;
}

.container.w1360 {
  max-width: 1360px;
}

.container.w1200 {
  max-width: 1200px;
}

.ml256 {
  margin-left: 256px;
}

.mobile_br {
  display: none;
}

.pc_br {
  display: block;
}

.common_br {
  display: block;
}

.mobile_txt {
  display: none;
}

.flex-end {
  justify-content: flex-end;
}

* {
  font-family: "Pretendard", sans-serif;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
legend,
caption,
article,
aside,
footer,
header,
menu,
nav,
section,
video,
a {
  border: 0;
  outline: 0;
  font-size: 100%;
  color: #333;
  line-height: 1;
}

html {
  width: 100vw;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  line-height: 1;
  -ms-overflow-style: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
ol,
li {
  list-style: none;
}

strong {
  display: inline-block;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  display: block;
}

pre {
  font-family: "Pretendard", sans-serif;
  white-space: pre-line;
  line-height: 1.5;
}

img {
  width: 100%;
}

input,
select {
  vertical-align: middle;
  outline: 0;
  border: 0;
  background: none;
  font-family: "Pretendard", sans-serif;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="file"],
input[type="checkbox"],
input[type="radio"] {
  display: none;
}

select {
  appearance: none;
  background-image: url(../images/icon_arrow_down.svg);
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 24px;
}

select option[value="disabled"][disabled] {
  display: none;
}

label {
  cursor: pointer;
}

button {
  cursor: pointer;
  border: 0;
  outline: 0;
  background: none;
}

a {
  text-decoration: none;
  display: block;
}

textarea {
  border: 0;
  outline: 0;
  resize: none;
  font-family: "Pretendard", sans-serif;
}

.col-group {
  display: flex;
}

.row-group {
  display: flex;
  flex-flow: column;
}

.container {
  margin: 0 auto;
  width: 100%;
}

.dimmed {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}


@font-face {
  font-family: 'InkLipquid';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/InkLipquid.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}




/*  bg */
.wrap #section0 {
  background: url("/images/main_bg1.png") no-repeat;
  background-size: cover;
}

.wrap #section1 {
  background: url("/images/main_bg2.png") no-repeat;
  background-size: cover;
}

.wrap #section2 {
  background-size: cover;
}

.wrap #section3 {
  background: url("/images//main_bg3.png") no-repeat;
  background-size: cover;
}

.ceo-wrap {
  position: relative;
  height: 1043px;
  background: url("/images/ceo_bg.png") no-repeat;
  background-size: cover;
}

.community-wrap {
  background-color: #f5f5f5;
}

.family-wrap {
  background: url("/images/family_bg.png");
}

/* logo */
.black-wrap #header .logo img {
  display: none;
}

.black-wrap #header .logo .ceo {
  display: block;
}

.black-wrap #header:hover .logo img {
  display: block;
}

.black-wrap #header:hover .logo .ceo {
  display: none;
}

.wrap .logo .ceo {
  display: none;
}

/* main-header */

#main-header {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 40px;
  height: 100%;
  z-index: 1;
  width: 221px;
  align-items: center;
}

#main-header .logo {
  margin-top: 32px;
}

#main-header .logo a {
  position: relative;
  width: 127px;
  height: 173px;
}

#main-header .logo img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: contain;
  height: 100%;
}

#main-header nav {
  margin-top: 32px;
}

#main-header nav ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#main-header nav ul li a {
  color: #202020;
  font-weight: 600;
  font-size: 16px;
}

#main-header .link {
  display: block;
  margin-top: 24px;
}

#main-header .link li {
  display: none;
}

#main-header .link li {
  position: relative;
}

#main-header .link li a {
  display: flex;
  justify-content: space-between;
}

#main-header .link li:last-child {
  margin-top: 24px;
}

#main-header .link li a i {
  display: none;
}

#main-header:hover {
  background-color: rgba(32, 56, 28, 0.65);
  transition-duration: 1s;
}

#main-header:hover img {
  display: none;
}

#main-header img.hover {
  display: none;
}

#main-header:hover img.hover {
  display: block;
  width: 127px;
  height: 173px;
}

#main-header:hover nav ul li a,
#main-header:hover .link li a {
  color: #f0e4c2;
}

#main-header:hover .link li::before {
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 125px;
  height: 2px;
  content: "";
  background-color: #f0e4c2;
}

#main-header:hover .link li {
  display: block;
}

#main-header:hover .link li a {
  position: relative;
  font-size: 16px;
}

#main-header:hover .link li a i {
  display: block !important;
  color: #f0e4c2;
}

#main-header .header-bottom {
  display: none;
  margin-bottom: 64px;
}

#main-header:hover .header-bottom {
  display: block;
}

#main-header .header-bottom ul {
  display: flex;
  gap: 16px;
}

#main-header:hover .header-bottom {
  gap: 16px;
  padding: 0 22px;
}

#main-header:hover .header-bottom li {
  width: 48px;
  height: 48px;
  opacity: 0.49;
}

#main-header:hover .header-bottom li:hover {
  opacity: 1.2;
}

#main-header:hover .header-bottom li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

#main-header:hover .header-bottom li a img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  display: block;
}

#fp-nav.fp-right {
  right: 77px;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background: #fff;
}

.fp-tableCell {
  display: flex;
}

/* header */
#header {
  display: block;
  position: relative;
  width: 100%;
  z-index: 999;
}

#header .header-content {
  display: flex;
}

.header-wrap:hover {
  background-color: #fff;
}

/* .header-wrap:hover .gnb-wrap{
  background-color: #fff;
} */

.header-wrap:hover .sub-nav-bg {
  display: block;
}

.header-wrap:hover .nav-wrap a {
  color: #202020;
}

.main-wrap #header {
  display: none;
}

/* main footer */

#footer {
  width: 100%;
  background-color: #ebebe6;
  padding-top: 40px;
}

#footer .footer-header {
  display: flex;
  justify-content: space-between;
}

#footer .footer-header .logo {
  width: 287px;
  height: 55px;
}

#footer .footer-header ul {
  display: flex;
  gap: 16px;
}

#footer .footer-header ul li {
  width: 52px;
  height: 52px;
}

#footer .footer-header ul li a {
  width: 100%;
  height: 100%;
}

#footer .footer-header ul li a img {
  object-fit: cover;
}

#footer .footer-content {
  margin-top: 16px;
  padding-top: 24px;
  width: 100%;
  border-top: 3px solid #cbcbcb;
  justify-content: space-between;
}

#footer .footer-content {
  position: relative;
  display: flex;
  gap: 24px;
}

#footer .footer-content .left-content h3 {
  font-size: 18px;
  font-weight: 600;
}

#footer .footer-content .left-content ul {
  margin-top: 24px;
}

#footer .footer-content .left-content ul li {
  line-height: 2;
  font-size: 16px;
  font-weight: 300;
  word-break: keep-all;
}

#footer .footer-content .right-content {
  position: relative;
}

#footer .footer-content .right-content .footer-list {
  display: flex;
  gap: 48px;
}

#footer .footer-content .right-content .footer-list li {
  font-size: 18px;
  font-weight: 600;
}

#footer .footer-content .right-content .footer-list li ul {
  margin-top: 24px;
}

#footer .footer-content .right-content .footer-list li ul li {
  opacity: 0.6;
  font-size: 16px;
  padding-top: 1rem;
}

#footer .footer-copy {
  margin-top: 72px;
  padding-bottom: 40px;
  color: #979797;
  font-size: 14px;
}

#footer .container {
  padding: 0 24px;
}

@media screen and (max-width: 1400px) {

  #footer .footer-content .right-content .footer-list {
    gap: 24px;
  }

  #footer .footer-content .right-content .footer-list li {
    font-size: 15px;
  }
}


@media screen and (max-width: 1140px) {

  #footer .footer-content .right-content .footer-list {
    gap: 12px;
  }
}


/* section01 */
.main-section {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-end;
}

.main-section .txtBox {
  padding-right: 150px;
}

.main-section span,
.main-section h2,
.main-section p {
  color: #fff;
}

.main-section span {
  font-size: 16px;
  font-weight: 500;
}

.main-section h2 {
  padding-top: 24px;
  font-size: 32px;
  font-family: "Dokrip";
  font-weight: normal;
}

.main-section p {
  padding-top: 32px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}

/* section02 */
.main-section2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-section2 .txtBox {
  display: flex;
  flex-direction: column;
}

.main-section2 span,
.main-section2 h2,
.main-section2 p {
  color: #af9f7b;
  text-align: center;
}

.main-section2 h2 {
  margin-top: 24px;
  margin-bottom: 32px;
  font-size: 32px;
  font-family: "Dokrip";
}

.main-section2 p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

/* section3 */

#section2 .main-section {
  position: relative;
}

#section2 .main-section .videoTxtBox h2 {
  color: #20381C;
}


#section2 .main-section video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 755px;
  outline: none;
  border: 0;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

#section2 .main-section .video-wrap::before {
  content: "";
  display: block;
  position: absolute;
  width: 500px;
  height: 89px;
  background: red;
  top: 0;
  left: 0;
}

#section2 .main-section .video-wrap::after {
  content: "";
  display: block;
  position: absolute;
  width: 500px;
  height: 89px;
  background: red;
  bottom: 0;
  left: 0;
}

.white-box {
  position: absolute;
  width: 100%;
  height: 73px;
  background-color: #fff;
  z-index: 1;
  top: 0;
  left: 0;
}

.white-box2 {
  position: absolute;
  width: 100%;
  height: 73px;
  background-color: #fff;
  z-index: 1;
  left: 0;
  bottom: 0;
}

#section2 #video-wrap {
  position: relative;
  width: 100%;
  height: 755px;
}

@media screen and (max-width: 1300px) {
  #section2 .main-section video {
    padding-right: 240px;
  }
}

@media screen and (max-width: 1080px) {
  #section2 .main-section video {
    padding-right: unset;
    height: 500px;
  }

  #section2 #video-wrap {
    height: 500px;
  }

}


#section2 .videoTxtBox {
  z-index: 2;
  position: absolute;
}


#section2 .main-section span,
#section2 .main-section h2,
#section2 .main-section p {
  color: #202020;
}



/* section4 */
#section4 {
  position: relative;
}

#section4 .mb {
  display: none;
}

#section4 .main-section {
  position: relative;
  align-items: center;
  justify-content: flex-start;
  overflow-y: scroll;
}


#section4 .main-section .txtBox {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 127px;
  padding-right: unset;
}

#section4 .main-section .txtBox span,
#section4 .main-section .txtBox h2,
#section4 .main-section .txtBox p {
  color: #202020;
}

#section4 .main-section .imgBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 80px;
}

#section4 .main-section .imgBox li {
  width: calc((100% / 6) - 4px);
}

#section4 .main-section .imgBox li a {
  width: 100%;
  height: 100%;
}

#section4 .main-section .imgBox li a img {
  object-fit: cover;
}

.header-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.header-wrap .container {
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  z-index: 998;
  padding: 0 32px;
}

.header-wrap .logo-wrap {
  max-width: 211px;
}

.header-wrap .ri-wrap button {
  width: 152px;
  padding: 12px 0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.header-wrap .ri-wrap .menuBarBtn {
  background-color: #20381c;
  color: #f0e4c2;
  cursor: pointer;
}

.header-wrap .ri-wrap .transBtn {
  background-color: #f0e4c2;
  color: #20381c;
}

.header-wrap .ri-wrap {
  align-items: center;
  gap: 16px;
}

.header-wrap .nav-wrap {
  position: relative;
  align-items: center;
  height: 100%;
}

.header-wrap .nav-wrap a {
  padding: 0 40px;
}

.header-wrap .sub-nav-wrap a {
  padding: 0;
}

.header-wrap .gnb-wrap {
  align-items: center;
  height: 72px;
}

.header-wrap .gnbBtn {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-main #header {
  display: none;
}

.header-wrap:hover .sub-nav-bg {
  display: block;
}

.gnb-wrap:hover .sub-nav-wrap {
  display: flex;
}

.nav-wrap li {
  height: 100%;
}

.sub-nav-wrap .sub-list li .sub-list-item:hover {
  color: #20381c;
  font-weight: bold;
  letter-spacing: -0.2px;
}

.header-wrap:hover .sub-nav-wrap {
  display: flex;
}

.header-wrap .sub-nav-wrap {
  display: none;
  width: 100%;
  text-align: center;
  z-index: 5;
  gap: 24px;
  height: 100px;
  background: #fff;
}

.header-wrap .sub-nav-wrap ul {
  width: calc(100% / 6 -86px);
}

.nav-wrap:hover .sub-nav-wrap {
  display: flex;
  flex-direction: column;
}

.header-wrap .sub-nav-wrap.active {
  display: flex;
  flex-direction: column;
}

.header-wrap .sub-nav-bg {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  background-color: #fff;
  height: 200px;
  z-index: 1;
}

.header-wrap .sub-nav-bg.active {
  display: block;
}

.header-wrap .sub-list-item {
  width: 110px;
  font-size: 16px;
  color: #202020;
}

.header-wrap .sub-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.sub-nav-wrap.active li a:hover {
  font-weight: bold;
  color: #20381c;
}

#header .logo {
  min-width: 164px;
  max-width: 286px;
}

/* pagination */

#pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0;
  margin-top: 88px;
}

#pagination a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#pagination a:nth-child(n + 2) {
  margin-left: 8px;
}

#pagination a i {
  font-size: 20px;
}

#pagination a.active {
  background-color: #20381c;
  color: #fff;
}

.tab-wrap {
  width: 100%;
}

.tab-content {
  border-top: 2px solid #a8a8a8;
  width: 100%;
}

.anw-wrap {
  display: none;
}

.anw-wrap.on {
  display: block;
}

.que-wrap {
  display: flex;
  width: 100%;
  padding: 24px 0 24px 0;
  justify-content: space-between;
  border-bottom: 1px solid #e4e4e4;
  cursor: pointer;
  gap: 24px;
}

.que-wrap .que-text {
  font-size: 40px;
  font-weight: bold;
}

.que-wrap .content-wrap {
  display: flex;
  align-items: center;
}

.que-wrap .content-wrap .question-type {
  margin-left: 40px;
  font-weight: bold;
  font-size: 20px;
}

.que-wrap .content-wrap .question-title {
  margin-left: 24px;
  font-size: 20px;
  font-weight: 500;
  max-width: 920px;
}

.que-wrap i {
  font-size: 32px;
  color: rgb(168, 168, 168);
}

.anw-wrap {
  padding-top: 24px;
}

.anw-wrap .contents {
  display: flex;
}

.anw-content {
  margin-left: 40px;
  padding-bottom: 40px;
}

.anw-content p {
  line-height: 1.5;
  font-size: 16px;
  font-weight: 500;
}

.anw-wrap .anw-text {
  font-size: 40px;
  color: #5b715f;
}


@media screen and (max-width: 1024px) {
  .header-wrap .container {
    padding: unset;
  }
}


/* 반응형 */
@media screen and (max-width: 1080px) {
  .family-wrap {
    background: url('/images/family_bg-m.png');
  }

  #pagination {
    margin-top: 55px;
    margin-bottom: 80px;
  }

  .pagination {
    display: flex;
    gap: 5px;
  }

  #pagination a {
    width: 37px;
    height: 37px;
    font-size: 15px;
  }

  #pagination a:nth-child(n + 2) {
    margin: unset;
  }

  .header-wrap .logo {
    width: 172px;
  }
}


@media screen and (max-width: 1080px) {

  .ceo-wrap {
    height: 1043px;
    background: url("/images/ceo_bg-m.png") no-repeat;
  }

  #section4 .mb {
    display: block;
  }

}
