/* common */
.titleBox {
  padding-bottom: 60px;
}
.titleBox > *:nth-child(1){
  margin-bottom: 6px;
}
.titleBox > h3 {
  font-weight: 800;
}
.titleBox > h5 {
  color: var(--color-gray600);
}


.characterBox > div {
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}

.characterBox > div:nth-child(1){  z-index: 10;}
.characterBox > div:nth-child(2){  z-index: 9;}
.characterBox > div:nth-child(3){  z-index: 8;}
.characterBox > div:nth-child(4){  z-index: 7;}
.characterBox > div:nth-child(5){  z-index: 6;}




/* custom */
.secItem.sec-intro {
  /* background-color: #192350; */
  color: var(--color-white);

  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../resources/bg-intro3.png);
}
.secItem.sec-intro .fp-tableCell > .wrap {
  /* position: relative; */
  padding-left: 60px;
  padding-right: 60px;
}
.secItem.sec-intro .videoBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
}
.secItem.sec-intro .videoBox video{
  position: absolute;
  width: auto;
  max-width: 100%;
  height: calc(100% - 220px);
  top: calc(50% + 40px - 60px);
  left: 50%;
  transform: translate(-50%,-50%);
  outline: none;

  clip-path: inset(3px 3px);
}
.secItem.sec-intro .videoBox video:focus {
  outline: none !important;
}
.secItem.sec-intro .titleBox > *,
  .secItem.sec-intro .titleBox h1> *{
  display: block;
}
.secItem.sec-intro .titleBox h1{
  height: 4ch;
  letter-spacing: -1px;
}

.secItem.sec-intro .titleBox .logo {
  height: 140px; width: 100%;

  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  margin-top: 20px;
}
.secItem.sec-intro .titleBox .btn {
  position: relative;
  z-index: 20;
  width: fit-content;
  margin: 60px auto 0;
}
.secItem.sec-intro .titleBox h1> *:nth-child(2),
.secItem.sec-intro .titleBox .logo{
  opacity: 0;
}
.secItem.sec-intro .startBtn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 60px;
  white-space: nowrap;
}
.ic-chat {width:26px; height:26px;background-image: url(../resources/icon-chat.png);margin-left: 20px;}

.secItem.sec-video {
  text-align: center;
}
.secItem.sec-video .videoBox,
.secItem.sec-video .partnerItems {
  position: relative;
  padding: 0 15%;
}
.secItem.sec-video .videoBox .video{
  border-radius: 40px;
  overflow: hidden;
  margin: 0 auto 40px;
}
.secItem.sec-video .videoBox .video iframe{
  width: 100%;
  min-height: 50vh;
}
.secItem.sec-video .characterBox > div:nth-child(1),
.secItem.sec-video .characterBox > div:nth-child(2){
  width:17%;
  height: 100%;
  top: 0;
  position: absolute;
  background-size: contain;
}
.secItem.sec-video .characterBox > div:nth-child(1) {
  background-image: url(../resources/character-video02.png);
  left: 0;
  background-position: left top 30%;
}

.secItem.sec-video .characterBox > div:nth-child(2) {
   background-image: url(../resources/character-video01.png);
  right: 0;
  background-position: right bottom;
  width: 20%;
}
.secItem.sec-video .partnerItems {
  justify-content: space-around;
}

.secItem.sec-video .partnerItems .partnerItem img{
  height: 40px;
  width: auto;
}
/* 
.secItem.sec-video .partnerItems .partnerItem{

  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 40px;
}
.secItem.sec-video .partnerItems .partnerItem:nth-child(1){background-image: url(../resources/partner01.png);}
.secItem.sec-video .partnerItems .partnerItem:nth-child(2){background-image: url(../resources/partner02.png);}
.secItem.sec-video .partnerItems .partnerItem:nth-child(3){background-image: url(../resources/partner03.png);}
.secItem.sec-video .partnerItems .partnerItem:nth-child(4){background-image: url(../resources/partner04.png);} */








.secItem.sec-point .fp-tableCell > .wrap {
  height: 100%;
  padding-top: 100px;
  padding-bottom: 20px;
  max-width: unset;
}
.secItem.sec-point .type-flex {
  gap: 6px;
}
.secItem.sec-point .contentBox > * {
  flex: 1;
  height: 100%;

}
.secItem.sec-point .contentBox .pointBox {
  position: relative;
  border-radius: 40px;
  background-color: #f5f5f5;
  padding: 40px;
}
.secItem.sec-point .contentBox .pointBox .textBox * {
  font-weight: 600;
}
.secItem.sec-point .contentBox .pointBox .icon {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 60px;
  height: 60px;
  /* background-color: var(--color-primary); */
}
.secItem.sec-point .contentBox,
.secItem.sec-point  .type-flex.direc-row > * {
  height: 100%;

}

.secItem.sec-point .contentBox .flexLeft.pointBox{
  background: linear-gradient(237deg, #1A2450 3.12%, #1A559E 98.13%);
  color: var(--color-white);
  
}
.secItem.sec-point .contentBox .flexLeft.pointBox::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../resources/bg-intro3.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.secItem.sec-point .contentBox .flexLeft.pointBox .btn {
  z-index: 20;
  position: absolute;
  right: 40px;
  bottom: 40px;
  color: var(--color-black);
}

.secItem.sec-point .contentBox .flexLeft.pointBox .characterBox >div:nth-child(1){
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60%;
  background-size: contain;
  background-position: left top 40px;
  background-image: url(../resources/character-point01.png);
}
.secItem.sec-point .contentBox .flexRight > div:nth-child(1){height: 60%;}
.secItem.sec-point .contentBox .flexRight > div:nth-child(1) > .pointBox:nth-child(1){
  flex: 1;
}
.secItem.sec-point .contentBox .flexRight > div:nth-child(1) > .pointBox:nth-child(1) .icon{
  right: unset;
  left: 40px;
}
.secItem.sec-point .contentBox .flexRight > div:nth-child(1) > .pointBox:nth-child(1) .textBox {
  position: absolute;
  left: 40px;
  width: calc(100% - 80px);
  bottom: 40px;
}
.secItem.sec-point .contentBox .flexRight > div:nth-child(1) .type-flex div.pointBox{
  flex: 1;
}
.secItem.sec-point .contentBox .flexRight > div:nth-child(1) .type-flex div.pointBox .characterBox > div:nth-child(1){
  position: absolute;
  right: 0;
  top: 0;;
  width: 200%;
  height: 100%;
  background-size: calc(100% - 40px) auto;
  background-position: top 40px right 40px;
  
  background-image: url(../resources/character-point02.png);
}

.secItem.sec-point .contentBox .flexRight > div:nth-child(1) a.pointBox{
  width: 140px;
  height: 140px;
}
.secItem.sec-point .contentBox .flexRight > div:nth-child(1) a.pointBox * {
  line-height: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.secItem.sec-point .contentBox .flexRight > div:nth-child(2).pointBox {
  flex: 1;
  background: linear-gradient(252deg, #FDD311 1.41%, #F4A10E 97.14%);
  color: var(--color-primaryLight);
}

.secItem.sec-point .contentBox .flexRight > div:nth-child(2).pointBox .characterBox > div:nth-child(1){
  position: absolute;
  left: 0;
  bottom: 0;;
  width: 60%;
  height: 70%;
  background-size: contain;
  background-position: center top 0;
  
  background-image: url(../resources/character-point03.png);
}
.secItem.sec-point .contentBox .flexRight > div:nth-child(2).pointBox a {
  position: absolute;
  right: 0;
  bottom: 0;
}
.secItem.sec-point .contentBox .flexRight > div:nth-child(2).pointBox a .btn{
  z-index: 2;
  position: relative;
}
.secItem.sec-point .contentBox .flexRight > div:nth-child(2).pointBox a::after{
  z-index: 1;
  content: '';
  position: absolute;
  left: -6px;
  right: 0;
  top: -6px;
  bottom: 0;
  background-color: #fff;
  border-radius: 40px 0 0 0;
}
.secItem.sec-point .contentBox .flexRight > div:nth-child(2).pointBox a .deco div {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 0 0 60px 0;
  box-shadow: 15px 15px 0 10px #fff;
}
.secItem.sec-point .contentBox .flexRight > div:nth-child(2).pointBox a .deco div:nth-child(1) {
  top: 0;
  transform:translateY( calc(-100% - 6px));
  right: 0;
}
.secItem.sec-point .contentBox .flexRight > div:nth-child(2).pointBox a .deco div:nth-child(2) {
  left: 0;
  transform:translateX( calc(-100% - 6px));
  bottom: 0;
}





.secItem.sec-list .fp-tableCell{
  padding: 0 20px 20px;
}
.secItem.sec-list .fp-tableCell > .wrap {
  position: relative;
  height:   calc((var(--vh, 1vh) * 100) - 20px);
  padding-top: 160px;
  padding-bottom: 20px;
  background:url(../resources/bg-intro4.png) no-repeat  bottom center   #f5f5f5;
  background-size: cover;
  border-radius: 40px;
  overflow: hidden;
}
.secItem.sec-list[data-show="on"] .fp-tableCell > .wrap{
  height:   fit-content;

}
.secItem.sec-list[data-show="off"] .chatlistShow h6{
  background-color: #fff;
    border-radius: 20px;
    padding: 0 30px;
    line-height: 37px;
    height: 35px;
    width: fit-content;
    margin: 0 auto;
}
.secItem.sec-list[data-show="off"] .chatlistShow h6::after {
  content: '전체 보기';
}
.secItem.sec-list[data-show="on"] .chatlistShow h6::after {
  content: '닫기';
}
.secItem.sec-list[data-show="on"] .sortBox {
  bottom: 60px;
}
.secItem.sec-list[data-show="on"]  .chatList {
  padding-bottom: 120px;
}
.secItem.sec-list[data-show="on"]  .chatList .chatItem,
.secItem.sec-list[data-show="on"]  .chatList .chatItem,
.secItem.sec-list[data-show="on"]  .chatList .chatItem,
.secItem.sec-list[data-show="on"]  .chatList .chatItem {
  transform: unset !important;
}
.secItem.sec-list .titleBox {
  text-align: center;
}
.secItem.sec-list .chatList{
  display: grid;
  grid-template-columns:repeat(5, 1fr);

  gap: 6px;
}
.secItem.sec-list .chatList .chatItem {
  width: 100%;
  border-radius: 30px;
  background: linear-gradient(-45deg, var(--color-primaryLight) 0%, #FFF 100%);
  padding: 20px;

}
.secItem.sec-list .chatList .chatItem.ONLOAD {
  transform: translateY(120px) !important;
  opacity: 0;
}
.secItem.sec-list .chatList .chatItem.HOVER {
  background: linear-gradient(180deg, #F4A10E 0%, #FDD311 100%);
  color: #fff;
  transform: translateY(-30px) !important;
}
.secItem.sec-list .chatList .chatItem > .wrap{
  
  height: 100%;
  width: 100%;
  padding-bottom: 120%;
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.secItem.sec-list .chatList .chatItem .infoBox > .wrap {
  justify-content: space-between;
}
.secItem.sec-list .chatList .chatItem .infoBox .tag {
  padding:  6px 12px;
  border-radius: 20px;
  background-color: var(--color-primaryLight);
  font-weight: 800;
  color: var(--color-black) !important;
}
.secItem.sec-list .chatList .chatItem .infoBox .chatTitle {
  margin-top: 6px;
  font-weight: 600;
}
.secItem.sec-list .sortBox {
  z-index: 20;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);

  padding: 6px;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 0 10px  15px rgba(0,0,0, 0.1);
  white-space: nowrap;
  max-width: 90vw;
  overflow-x: auto;
}

  .secItem.sec-list .sortBox::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }

  .secItem.sec-list .sortBox::-webkit-scrollbar-thumb {
    background-color: var(--color-primaryLight);
  }

  .secItem.sec-list .sortBox::-webkit-scrollbar-track {
    background-color: transparent;
  }
.secItem.sec-list .sortBox .btn.ACTIVE {
  background-color: #1A2450;
  color: #fff;
}
.secItem.sec-list .sortBox .btn.ACTIVE > *{
  font-weight: 800;
}
.secItem.sec-list .sortBox .btn:not(.ACTIVE) > * {
  opacity: .6;
}

.secItem.sec-list .chatlistShow {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 60px;
  line-height: 60px;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255, 253, 231, 0.8) 80%);
  text-align: center;
}





.secItem.sec-character::after {
  z-index: -1;
  content: '';
  position: absolute;
  width: 100%;
  height:  calc((var(--vh, 1vh) * 100));
  top: -10%;
  left: 0;

  background:url(../resources/bg-intro5.png), linear-gradient(-45deg, var(--color-primary) 0%, var(--color-primaryLight) 80%);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom 20% center;
  transform: skewY(10deg);
  min-height: 700px;
}
.secItem.sec-character .fp-tableCell > .wrap {
  padding:100px;


}
.secItem.sec-character .fp-tableCell{

  background-repeat: no-repeat;
  background-position: right -2% bottom;
  background-size: 40% auto;
  background-image: url(../resources/character-detail01.png);
}
.secItem.sec-character .titleBox{
  gap: 100px;
}
.secItem.sec-character .titleBox  > * {
  flex: 1;
  align-self: unset;
}

.secItem.sec-character .titleBox  .characterBox > div:nth-child(1){
  height: 50vh;
  background-image: url(../resources/character-video02.png);
  background-size: contain;
  background-position: center;
  max-height: 600px;
}
.secItem.sec-character .titleBox .textBox h2 {
  color: var(--color-white);
  font-weight: 800;
  margin: 0 0 12px;
  font-family: 'HakgyoansimDunggeunmisoTTF-B';

  text-shadow: -4px 0px var(--color-primary), 0px 4px var(--color-primary), 4px 0px var(--color-primary), 0px -4px var(--color-primary);
  
}
.secItem.sec-character .contentBox .galleryItems{
  max-width: 1000px;
  margin: 0 auto;
}
.secItem.sec-character .contentBox .galleryItems .galleryItem {
  display: block;
  height: 0;
  border: 10px #fff solid;
  background-color: #eeeeee;
  box-shadow: 0px 14px 34px 0px rgba(0, 0, 0, 0.10);
  margin: -10% auto;

  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.secItem.sec-character .contentBox .galleryItems .galleryItem:nth-child(1){
  transform: rotate(10deg);
  width: 50%;
  padding-bottom: 55%;
  margin-top: unset;
  margin-right:0;
}

.secItem.sec-character .contentBox .galleryItems .galleryItem:nth-child(2){
  transform: rotate(-10deg);
  width: 80%;
  padding-bottom: 40%;
  margin-left:0;
}
.secItem.sec-character .contentBox .galleryItems .galleryItem:nth-child(3){
  transform: rotate(10deg);
  width: 60%;
  margin-right:0;
  padding-bottom: 45%;
}
.secItem.sec-character .contentBox .galleryItems .galleryItem:nth-child(4){
  transform: rotate(3deg);
  width: 55%;
  padding-bottom: 55%;
  margin-left:0;
  background-size: cover;
}

.secItem.sec-character .contentBox .galleryItems .galleryItem.HOVER {
  transform:translateY(-50px);
  box-shadow: 5px 30px 50px 0px rgba(0, 0, 0, 0.06);
}


.char{
  animation: an 1s ease-out 1 both;
  display: inline-block;
}

@keyframes an{
  from{
      opacity: 0;
      transform: perspective(500px) translate3d(-35px, -40px, -150px) rotate3d(1, -1, 0, 35deg);
  }
  to{
      opacity: 1;
      transform: perspective(500px) translate3d(0, 0, 0);
  }
}





.secItem.sec-faq .fp-tableCell > .wrap {
  padding-top: 100px;
}
.secItem.sec-faq .titleBox {
  text-align: center;
}

.secItem.sec-faq .contentBox{
  padding: 0 60px;
}
.secItem.sec-faq .contentBox .faqList{
  max-width: 1000px;
  margin: 0 auto;
}
.secItem.sec-faq .contentBox .faqList .faqItem {
  border-radius: 20px;
  border: 1px solid #eee;
  margin-bottom: 6px;
}
.secItem.sec-faq .contentBox .faqList .faqItem[data-show="on"] {
  background-color: #f5f5f5;
}
.secItem.sec-faq .contentBox .faqList .faqItem .wrap {
  position: relative;
  padding: 20px;
  padding-right: 70px;
}
.secItem.sec-faq .contentBox .faqList .faqItem .answer{
  border-top: 1px solid #fff;
  padding-right:  20px !important;
}
.secItem.sec-faq .contentBox .faqList .faqItem .answer .indent {
  text-indent : -50px;
	  padding-left: 50px;
  display: block;
}
.secItem.sec-faq .contentBox .faqList .faqItem[data-show="off"] .answer{
  height: 0;
  opacity: 0;
  padding: 0;
}
.secItem.sec-faq .contentBox .faqList .faqItem[data-show="on"] .answer{
  border-top: 1px solid #fff;
}
.secItem.sec-faq .contentBox .faqList .faqItem .question h4 {
  font-weight: 600;
  margin-bottom: 6px;
}
.secItem.sec-faq .contentBox .faqList .faqItem[data-show="on"] .question h4 {
  font-weight: 800;
}
.secItem.sec-faq .contentBox .faqList .faqItem .question h6 {
  opacity: .6;
}
.secItem.sec-faq .contentBox .faqList .faqItem .question .btn{
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border:1px solid #eee;
  background-color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.secItem.sec-faq .contentBox .faqList .faqItem .question .btn::after{
  font-size: 20px;
  display: block;
  padding-bottom: 4px;
}
.secItem.sec-faq .contentBox .faqList .faqItem[data-show="off"] .question .btn::after{
  content: '⬊';
}

.secItem.sec-faq .contentBox .faqList .faqItem[data-show="on"] .question .btn{
  background-color: var(--color-primary);
}
.secItem.sec-faq .contentBox .faqList .faqItem[data-show="on"] .question .btn::after{
  content: '⬈';
  color: var(--color-white);
}