@charset "utf-8";


/*누리웹 모든*/

* {
    margin: 0;
    padding: 0;
}

/*풀페이지 민하이 제안*/
html, body {
  width: 100%;
  height: 100%;
}

body {
  font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", 돋움, Dotum, Arial, "Apple Gothic", sans-serif;
}

a {
    text-decoration: none;
}

img {
    border: 0;
}

li {
    list-style: none;
}



.intro_bg {
  margin-top: -65px;
  min-width: 320px;
  background:
    radial-gradient(1200px 700px at 50% 78%, rgba(70,120,255,0.14), rgba(0,0,0,0) 58%),
    radial-gradient(900px 600px at 50% 88%, rgba(0,210,255,0.08), rgba(0,0,0,0) 62%),
    linear-gradient(180deg, #030515 0%, #040625 45%, #05082b 100%);
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.3);
  position: relative;
  border-radius: 0px 0px 20px 20px;
}

.intro_wrap {
  margin: 0 auto;
  max-width: 1300px;

  height: 450px;
  padding: 0 20px 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.intro_box {
  display: flex;
  flex-direction: row;
  height: 100%;
  position: relative;
  padding: 70px 0px 40px 0px;
}

.intro_bundle_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(3/4*100% - (3 - 3/4)*15px);
  margin-right: 15px;
}

.intro_product_logo {
  width: 277px;
  height: 70px;
  background: url(../../../img/products_img/getapk_img/getapk_logo.png) no-repeat center center;
  background-size: cover;
}




.intro_text_bundle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: auto;
  margin-top: 20px;
}

.intro_text_category_box {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
}

.intro_text_category {
  margin-right: auto;
}

.intro_text_category > h3 {
  font-size: 16px;
  color: #000549;
  font-weight: 700;
  background: #dae0f5;
  display: flex;
  border-radius: 50px;
  padding: 8px 20px 8px 20px;
  margin-right: auto;
}

.intro_text_bundle > h2 {
  font-size: 32px;
  font-weight: 900;
  color: #ffffff;
  word-break: keep-all;
  display: block;
  margin-bottom: 10px;
}

.intro_text_bundle > h3 {
  font-size: 23px;
  font-weight: 500;
  color: #ffffff;
  word-break: keep-all;
  display: block;

}

.intro_text_bundle > p {
  font-size: 16px;
  font-weight: normal;
  line-height: 27px;  
  color: #ffffff;
  word-break: keep-all;
  display: block;
}




/*************************
*
*
* 탭
*
*
***************************/

.tab_bg {
  margin-top: -27px;
  min-width: 320px;
  z-index: 3;
}

.tab_wrap {
  margin: 0 auto;
  max-width: 1300px;
  height: auto;

  padding: 0 20px 0 20px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tab_item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.tab_indicator {
  position: absolute;
  height: 85%;
  background-color: #0e2454;
  z-index: 0;
  border-radius: 30px;
  opacity: 0;
  transition:
    left 0.15s ease,
    width 0.15s ease,
    opacity 0.08s ease;
  pointer-events: none;
  will-change: left, width;
  box-shadow: 0px 0px 10px rgba(22, 76, 160, 0.3);
}

.tab_indicator.ready {
  opacity: 1;
}

.tab_item > ul {
  display: flex;
  flex-direction: row;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border-radius: 30px;
}

.tab_item > ul > li > a {
  padding: 15px 25px 15px 25px;
  display: block;
  font-size: 18px;
  font-weight: 900;
  color: #00054e;
  border-radius: 30px;
  transition: all ease-in 0.2s;
  cursor: pointer;
}


@media only screen and (min-width: 0px) and (max-width: 380px) {
  .tab_bg {
    margin-top: -17px;
  }

  .tab_item > ul > li > a {
    padding: 9px 10px 9px 10px;
    display: block;
    font-size: 12px;
    font-weight: 900;
    color: #434343;
  }
}


@media only screen and (min-width: 381px) and (max-width: 570px) {
  .tab_bg {
    margin-top: -19px;
  }

  .tab_item > ul > li > a {
    padding: 10px 15px 10px 15px;
    display: block;
    font-size: 13px;
    font-weight: 900;
    color: #434343;
  }
}


@media only screen and (min-width: 571px) and (max-width: 950px) {
  .tab_bg {
    margin-top: -19px;
  }

  .tab_item > ul > li > a {
    padding: 10px 20px 10px 20px;
    display: block;
    font-size: 15px;
    font-weight: 900;
    color: #434343;
  }
}

.tab_item a {
  position: relative;
  z-index: 1;
}

.tab_item > ul > li.active_li > a {
  color: #ffffff;
}



.intro_bundle_icon_box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
}


.intro_bundle_icon_all {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
}


.intro_bundle_icon_item {
  width: calc(100%);
  max-width: 120px;
  min-width: 120px;
  margin-right: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.intro_bundle_icon_item:last-child {
  margin-right: 0px;
}


.intro_bundle_icon {
  width: 110px;
  height: 110px;
  margin-bottom: 10px;
  overflow: hidden;

  border-radius: 50%;

  border: 3px solid #2f3754;

  display: flex;
  align-items: center;
  justify-content: center;
}

.intro_bundle_icon1 {
  width: 55px;
  height: 55px;
  background: url(../../../img/products_img/getapk_img/getapk_intro_icon1.svg) no-repeat center center;
  background-size: 55px 55px;
}

.intro_bundle_icon2 {
  width: 55px;
  height: 55px;
  background: url(../../../img/products_img/getapk_img/getapk_intro_icon2.svg) no-repeat center center;
  background-size: 55px 55px;
}

.intro_bundle_icon3 {
  width: 55px;
  height: 55px;
  background: url(../../../img/products_img/getapk_img/getapk_intro_icon3.svg) no-repeat center center;
  background-size: 55px 55px;
}


.intro_bundle_icon_text {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  word-break: keep-all;
}


@media only screen and (min-width: 0px) and (max-width: 569px) {

  .intro_wrap {
    height: auto;
  }

  .intro_box {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    padding: 100px 0px 40px 0px;
  }

  .intro_bundle_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(100%);
    margin-right: 0px;
  }

  .intro_product_logo {
    width: 170px;
    height: 43px;
  }

  .intro_text_category > h3 {
    font-size: 16px;
    color: #000549;
    font-weight: 700;
    padding: 8px 20px 8px 20px;
    margin-right: auto;
  }

  .intro_text_bundle > h2 {
    font-size: 25px;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 10px;
  }

  .intro_text_bundle > h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    display: block;
    text-align: center;
  }

  .intro_text_bundle > p {
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;  
    display: block;
  }

  .intro_download_bundle {
    align-items: center;
    margin-top: 15px;
  }

  .intro_download {
    padding: 12px 20px 12px 20px;
    font-size: 14px;
  }



  .intro_bundle_icon_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 30px auto;
    width: 100%;
  }

  .intro_bundle_icon_all {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: auto;
  }

  .intro_bundle_icon_item {
    width: auto;
    margin-right: 0px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    min-width: 100%;
    max-width: 100%;
  }

  .intro_bundle_icon_item:last-child {
    margin-bottom: 0px;
  }

  .intro_bundle_icon {
    width: 60px;
    height: 60px;
    margin-bottom: 0px;
    margin-right: 10px;
  }

  .intro_bundle_icon1 {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }

  .intro_bundle_icon2 {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }

  .intro_bundle_icon3 {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }


}





@media only screen and (min-width: 570px) and (max-width: 1050px) {

  .intro_wrap {
    height: auto;
  }

  .intro_box {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    padding: 100px 0px 40px 0px;
  }

  .intro_bundle_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(100%);
    margin-right: 0px;
  }

  .intro_product_logo {
    width: 277px;
    height: 70px;
  }


  .intro_text_category > h3 {
    font-size: 16px;
    color: #000549;
    font-weight: 700;
    padding: 8px 20px 8px 20px;
    margin-right: auto;
  }

  .intro_text_bundle > h2 {
    font-size: 25px;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 10px;
  }

  .intro_text_bundle > h3 {
    font-size: 20px;
    font-weight: 500;
    display: block;
    text-align: center;
  }

  .intro_text_bundle > p {
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;  
    display: block;
  }






  .intro_bundle_icon_box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-left: inherit;
    width: 100%;
  }

  .intro_bundle_icon_all {
    justify-content: center;
  }

  .intro_bundle_icon_item {
    width: calc(1/3*100% - (1 - 1/3)*20px);
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .intro_bundle_icon {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
  }

  .intro_bundle_icon1 {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
  }

  .intro_bundle_icon2 {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
  }

  .intro_bundle_icon3 {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
  }


}



/*********************************
*
*
* overview 개요
*
*
***********************************/

.overview_bg {
  min-width: 320px;
  position: relative;
  padding: 50px 0px 100px 0px;
  border-bottom: 1px solid #e9e9f1;
}

.overview_wrap {
  margin: 0 auto;
  max-width: 1300px;
  height: auto;
  padding: 0 20px 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
  position: relative;
}


.overview_background {
  width: 100%;
  height: 400px;
  background: url(../../../img/products_img/getapk_img/getapk_overview.png) no-repeat center center;
  background-size: cover;
  border-radius: 25px;
  padding: 20px 40px 20px 40px;
  display: flex;

  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}


.overview_box {
  padding: 20px 40px 0px 40px;
}

.overview_item {
  display: flex;
  flex-direction: column;

}

.overview_item_tit {
  width: calc(100%);
  font-size: 30px;
  font-weight: 900;
  color: #ffffff;
  line-height: 45px;
  word-break: keep-all;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.overview_item_description {
  width: calc(100%);

  font-size: 30px;
  font-weight: normal;
  line-height: 45px;
  color: #030630;
  word-break: keep-all;
  margin-left: auto;

}



.overview_item_description > span {
  font-weight: 900;
  color: #121c6e;
}

@media only screen and (min-width: 0px) and (max-width: 900px) {

  .overview_item {
    display: flex;
    flex-direction: column;
  }

  .overview_item_tit {
    width: calc(100%);
    margin-right: 0px;
  }

  .overview_item_description {
    width: calc(100%);

    font-size: 20px;
    font-weight: normal;
    line-height: 35px;
    word-break: keep-all;
    margin-left: inherit;
  }


}


/*********************************
*
*
* advantages 개요
*
*
***********************************/



.advantages_bg {
  min-width: 320px;
  padding: 100px 0px 100px 0px;
  overflow: hidden;
  border-bottom: 1px solid #e9e9f1;
  background: #fbfcff;
}

.advantages_wrap {
  margin: 0 auto;
  max-width: 1300px;
  height: auto;
  padding: 0 20px 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.advantages_box  {
  margin-top: 50px;
}

.advantages_box > .swiper-wrapper {
  height: auto;
}

.advantages_box > .swiper-wrapper > .swiper-slide {
  height: auto;
}


.advantages_tit_box {
  display: flex;
  flex-direction: row;
  align-items: center;
}


.advantages_tit > h3 {
  font-size: 30px;
  font-weight: 900;
  color: #000549;
  line-height: 45px;
}



.advantages_item {
  display: flex;
  flex-direction: column;
  backdrop-filter: blur(10px);
  box-shadow: 0px 10px 20px rgba(96, 112, 144, 0.1);
  border-radius: 15px;
  border: 1px solid #dfe2e9;
  background: #ffffff;
}

.advantages_item_bundle {
  display: flex;
  flex-direction: column;
}

.advantages_item_img {
  padding-bottom: 56.8%;
  position: relative;
  overflow: hidden;
  border-radius: 15px 15px 0px 0px;
}

.advantages_item_img > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}

.advantages_item_inner {
  overflow: hidden;
  border-radius: 0px 0px 15px 15px;  
}

.advantages_item_tit {
  margin-left: 25px;
  padding: 25px 25px 25px 0px;
  font-size: 22px;
  font-weight: 700;
  color: #000549;
  line-height: 30px;
  border-bottom: 1px solid #dfe2e9;
}

.advantages_item_text {
    padding: 25px 25px 25px 25px;
    font-size: 15px;
    font-weight: normal;
    line-height: 26px;
    word-break: keep-all;
    color: #666483;
}


.swiper_button_box {
  margin-left: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}

.swiper-button-next {
  width: 45px;
  height: 45px;
  border: 1px solid #000549;
  border-radius: 50%;
  background: url(../../../img/main_img/next_black.svg) no-repeat center center;
  background-size: 40px 40px;
  cursor: pointer;
}

.swiper-button-prev {
  width: 45px;
  height: 45px;
  border: 1px solid #000549;
  border-radius: 50%;
  background: url(../../../img/main_img/prev_black.svg) no-repeat center center;
  background-size: 40px 40px;
  cursor: pointer;
}

.swiper-button-next.swiper-button-disabled {
  background: url(../../../img/main_img/next_gray.svg) no-repeat center center;
  background-size: 40px 40px;
  border: 1px solid #d8d8d8;
}

.swiper-button-prev.swiper-button-disabled {
  background: url(../../../img/main_img/prev_gray.svg) no-repeat center center;
  background-size: 40px 40px;
  border: 1px solid #d8d8d8;
}


@media only screen and (min-width: 0px) and (max-width: 500px) {
  .advantages_tit_box {
    flex-direction: column;
    align-items: inherit;
  }

  .swiper_button_box {
    margin-top: 15px;
    margin-left: inherit;
  }

}



/*********************************
*
*
* core
*
*
***********************************/



.core_bg {
  min-width: 320px;
  padding: 100px 0px 100px 0px;
  overflow: hidden;
  border-bottom: 1px solid #e9e9f1;
  background: #edf0f6;
}

.core_wrap {
  margin: 0 auto;
  max-width: 1300px;
  height: auto;
  padding: 0 20px 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



.core_tit_box {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.core_tit > h3 {
    font-size: 30px;
    font-weight: 900;
    color: #000549;
    line-height: 45px;
}



.core_box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 50px;
}


.core_item {
  height: auto;
  margin-bottom: 15px;

  border-radius: 15px;
  transition: all ease-in 0.1s;
  background: #ffffff;

  display: flex;
  flex-direction: column;
}

.core_box_row {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.core_item1 {
  width: calc(2/3*100% - (2 - 2/3)*0px);
  margin-right: 15px;
}

.core_item2 {
  width: calc(1/3*100% - (1 - 1/3)*0px);
}


.core_item3 {
  width: calc(1.5/3*100% - (1.5 - 1.5/3)*0px);
  margin-right: 15px;
}

.core_item4 {
  width: calc(1.5/3*100% - (1.5 - 1.5/3)*0px);
}


.core_item5 {
  width: calc(1.8 / 3 * 100% - (1.8 - 1.8 / 3) * 0px);
  margin-right: 15px;
}

.core_item6 {
  width: calc(1.2 / 3 * 100% - (1.2 - 1.2 / 3) * 0px);
}


@media only screen and (min-width: 0px) and (max-width: 759px) {

  .core_bg {
    padding: 100px 0px 100px 0px;
  }

  .core_box_row {
    flex-direction: column;
    width: 100%;
  }

  .core_item {
    width: calc(100%);
    margin-right: 15px;
  }

}


@media only screen and (min-width: 760px) and (max-width: 900px) {

  .core_bg {
    padding: 100px 0px 100px 0px;
  }


}

.core_item_icon_bundle {
  display: flex;
  flex-direction: column;
  padding: 25px;
}


.core_item_icon {
  width: 70px;
  height: 70px;
}

.core_item_icon1 {
  background: url(../../../img/products_img/getapk_img/getapk_function_icon1.svg) no-repeat center center;
  background-size: 60px 60px;
}

.core_item_icon2 {
  background: url(../../../img/products_img/getapk_img/getapk_function_icon2.svg) no-repeat center center;
  background-size: 60px 60px;
}


.core_item_icon3 {
  background: url(../../../img/products_img/getapk_img/getapk_function_icon3.svg) no-repeat center center;
  background-size: 60px 60px;
}

.core_item_icon4 {
  background: url(../../../img/products_img/getapk_img/getapk_function_icon4.svg) no-repeat center center;
  background-size: 60px 60px;
}

.core_item_icon5 {
  background: url(../../../img/products_img/getapk_img/getapk_function_icon5.svg) no-repeat center center;
  background-size: 60px 60px;
}

.core_item_icon6 {
  background: url(../../../img/products_img/getapk_img/getapk_function_icon6.svg) no-repeat center center;
  background-size: 60px 60px;
}


.core_item_tit {
  margin-left: 25px;
  padding: 0px 25px 10px 0px;
  font-size: 20px;
  font-weight: 700;
  color: #000549;
  line-height: 30px;
}

.core_item_text {
  padding: 0px 25px 25px 25px;
  font-size: 15px;
  font-weight: normal;
  line-height: 26px;
  word-break: keep-all;
  color: #666483;
}



.core_item:hover {
  background: #f4f6fa;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}


/************************
*
*
* analysis
*
*
*************************/


.analysis_bg {
  min-width: 320px;
  padding: 100px 0px 100px 0px;
  overflow: hidden;

}

.analysis_wrap {
  margin: 0 auto;
  max-width: 1300px;
  height: auto;
  padding: 0 20px 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.analysis_tit_box {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.analysis_tit > h3 {
    font-size: 30px;
    font-weight: 900;
    color: #000549;
    line-height: 45px;
}



/*세부 동작 흐름*/


.analysis_box {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}


.analysis_flow {
  display: flex;
}

.analysis_flow_m {
  width: 100%;
  max-width: 160px;
  display: none;
  margin: auto;
}




@media only screen and (min-width: 0px) and (max-width: 900px) {

  .analysis_flow {
    display: none;
  }

  .analysis_flow_m {
    display: flex;
  }


}