@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;
    background: #fafbfc;
    -webkit-text-size-adjust: 100%;
}

a {
    text-decoration: none;
}

img {
    border: 0;
}

li {
    list-style: none;
}



.purchase_all {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.purchase_bg {
    min-width: 320px;
    margin-top: -65px;
    flex: 1 0 100%;
    position: relative;
    background: url(../../../img/purchase_img/purchase_elements.png) no-repeat center top;
    background-size: cover;

}

.purchase_app_box {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 20px 0 20px;
    overflow: hidden;
}



.purchase_item {
    width: 100%;
    height: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 30px;
    padding: 140px 0px 140px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.purchase_tit_img {
    max-width: 900px;
    width: 100%;
    z-index: 1;
    position: relative;
    
    display: flex;
    flex-direction: column;
    align-items: center;
}

.purchase_tit_img > img {
    width: 100%;
    display: block;
}

.purchase_tit_img_all {
    z-index: 3;
    position: relative;
}

.purchase_tit_img_bg {
    position: absolute;
    top: 0px;
    z-index: 0;
}




.purchase_info_all {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}






.purchase_intro {
    margin-top: -50px;
    max-width: 900px;
    width: 100%;
    z-index: 2;
}

@media only screen and (min-width: 0px) and (max-width: 499px) {
    .purchase_intro {
        margin-top: -20px;
    }
}

@media only screen and (min-width: 500px) and (max-width: 630px) {
    .purchase_intro {
        margin-top: -30px;
    }
}

.purchase_intro_item {
    padding: 20px 20px 20px 20px;
    background: rgba(255, 255, 255, 1);
    border-radius: 15px;

    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
}


.purchase_tit_text {
    text-align: center;
    word-break: keep-all;
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
}


.purchase_tit_text > h3 {
    font-size: 35px;
    font-weight: 900;
    color: #1471b1;
    line-height: 50px;
    margin-bottom: 15px;
    display: block;
}


.purchase_tit_text > h3 > span {
    background: #FFDE7D;
    background: -webkit-linear-gradient(0deg, rgba(255, 222, 125, 1) 0%, rgba(255, 222, 125, 1) 30%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(0deg, rgba(255, 222, 125, 1) 0%, rgba(255, 222, 125, 1) 30%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, rgba(255, 222, 125, 1) 0%, rgba(255, 222, 125, 1) 30%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFDE7D", endColorstr="#FFFFFF", GradientType=0);
}


.purchase_tit_text_inner {
    position: relative;
    overflow: hidden;

    padding: 28px 24px;
    background: #eef1f7;

    border-radius: 12px;
    border: 1px dashed #2c8fd1;
}

.purchase_tit_text_inner > p {
    font-size: 20px;
    font-weight: normal;
    color: #434343;
    line-height: 30px;
    display: block;
}

.purchase_tit_text_inner > p > span {
    font-weight: 900;
}

.highlight_text {
    background: #FFDE7D;
    background: -webkit-linear-gradient(0deg, rgba(255, 222, 125, 1) 0%, rgba(255, 222, 125, 1) 30%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(0deg, rgba(255, 222, 125, 1) 0%, rgba(255, 222, 125, 1) 30%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, rgba(255, 222, 125, 1) 0%, rgba(255, 222, 125, 1) 30%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFDE7D", endColorstr="#FFFFFF", GradientType=0);
}

@media only screen and (min-width: 0px) and (max-width: 529px) {
    .purchase_tit_text > h3 {
        font-size: 25px;
        line-height: 35px;
    }

    .purchase_tit_text_inner > p {
        font-size: 14px;
        line-height: 24px;
    }
}



@media only screen and (min-width: 530px) and (max-width: 750px) {
    .purchase_tit_text > h3 {
        font-size: 28px;
        font-weight: 900;
        color: #1471b1;
        line-height: 38px;
        margin-bottom: 15px;
        display: block;
    }

    .purchase_tit_text_inner > p {
        font-size: 16px;
        font-weight: normal;
        color: #434343;
        line-height: 26px;
        display: block;
    }
}


.purchase_point {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;

    margin: 20px 0;
}

.purchase_point_item {
    display: flex;
    align-items: baseline;
    gap: 7px;
}

.purchase_point_item strong {
    font-size: 46px;
    font-weight: 900;
    line-height: 1;

    background: #1471B1;
    background: -webkit-linear-gradient(130deg, rgba(20, 113, 177, 1) 0%, rgba(62, 20, 177, 1) 100%);
    background: -moz-linear-gradient(130deg, rgba(20, 113, 177, 1) 0%, rgba(62, 20, 177, 1) 100%);
    background: linear-gradient(130deg, rgba(20, 113, 177, 1) 0%, rgba(62, 20, 177, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1471B1", endColorstr="#3E14B1", GradientType=0);

    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.purchase_point_item > strong > span {
    font-size: 24px;
}

.purchase_point_item span {
    color: #434343;
    font-size: 20px;
    font-weight: 800;
}

.purchase_point_symbol {
    color: #1471b1;
    font-size: 24px;
    font-weight: 900;
}

.purchase_intro_last {
    margin-top: 4px;
}


@media only screen and (max-width: 529px) {
    .purchase_tit_text_inner {
        padding: 22px 15px;
    }

    .purchase_point {
        gap: 12px;
        margin: 16px 0;
    }

    .purchase_point_item {
        flex-direction: column;
        align-items: center;
        gap: 3px;
    }

    .purchase_point_item strong {
        font-size: 34px;
    }

    .purchase_point_item span {
        font-size: 18px;
    }

    .purchase_point_symbol {
        font-size: 19px;
    }

    .mobile_none {
        display: none;
    }
}


/***************************
*
*
* 패키지
*
*
*****************************/

.package_intro {
    max-width: 900px;
    width: 100%;
    z-index: 2;
}


.package_intro_item {
    padding: 20px 20px 20px 20px;
    background: rgba(255, 255, 255, 1);
    border-radius: 15px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
    height: 100%;
}


.package_item_new {
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: flex-start;
}


.package_item_img {
    max-width: calc(2/5*100% - (1 - 2/5)*15px);
    padding: 20px;
    flex-shrink: 0;
}


.package_item_img > img {
    width: 100%;
}




.package_item_desc {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
    margin-bottom: 20px;
}


.package_item_desc_tit {
    font-size: 20px;
    font-weight: 900;
    color: #1471b1;
}

.package_item_desc_text {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #d92727;

    flex-shrink: 0;

    border-radius: 99px;
    padding: 5px 11px 5px 11px;
    font-size: 12px;
    font-weight: 500;
    margin-left: 8px;
}

.promotion_price {
    height: 100%;
    display: flex;
    flex-direction: column;
}


.package_item_price {
    width: 100%;
    height: 100%;
    max-width: calc(3/5*100% - (1 - 3/5)*15px);

    display: flex;
    flex-direction: column;
}

.price_original {
    display: flex;
    flex-direction: row;
}

.price_original {
    margin-bottom: 4px;
    color: #858b97;
    font-size: 18px;
}

.price_original span {
    margin-left: 6px;
    text-decoration: line-through;
    text-decoration-thickness: 1px;
}



.price_sale {
    display: flex;
    flex-direction: row;
    align-items: center;
}


.price_sale strong,
.price_sale span,
.price_sale h4 {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;

    background: #1471B1;
    background: -webkit-linear-gradient(130deg, rgba(20, 113, 177, 1) 0%, rgba(62, 20, 177, 1) 100%);
    background: -moz-linear-gradient(130deg, rgba(20, 113, 177, 1) 0%, rgba(62, 20, 177, 1) 100%);
    background: linear-gradient(130deg, rgba(20, 113, 177, 1) 0%, rgba(62, 20, 177, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1471B1", endColorstr="#3E14B1", GradientType=0);
}

.price_sale h4 {
    font-size: 23px;
    font-weight: 800;
    display: block;
    margin-right: 6px;
}

.price_sale strong {
    font-size: 40px;
    font-weight: 900;
    display: block;
}

.price_sale span {
    font-size: 28px;
    font-weight: 800;
    display: block;
    margin-left: 6px;
}


.package_support{
    display:flex;
    flex-wrap:wrap;
    gap:10px;

    margin:18px 0 18px;
}

.package_support span{

    display:flex;
    align-items:center;
    justify-content:center;

    padding:8px 14px;

    border-radius: 8px;

    background:#eef5fb;
    color:#1471b1;

    font-size:14px;
    font-weight:700;
}


.price_notice {
    margin: 0px 0 18px 0px;
    color: #444b57;
    font-size: 16px;
    line-height: 27px;
    word-break: keep-all;
}

.price_notice_period {
    padding: 15px 15px;
    background: #f4f5f7;
    border-radius: 12px;
    margin-top: 18px;
    word-break: keep-all;

    display: flex;
    flex-direction: row;
    gap: 10px;
}

.price_notice_period::before{
    content:"i";
    width:20px;
    height:20px;
    border-radius:50%;
    background:#1471b1;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:14px;
    flex-shrink:0;
    margin-top:2px;
}


.price_notice_period h3{
    display:flex;
    align-items:flex-start;
    gap:10px;
    font-size: 15px;
    font-weight: 400;
    color: #434343;
    line-height: 24px;
}



.price_notice_period h4{
    margin:15px 0 10px 0px;
    font-size:14px;
    font-weight:700;
    color:#15284b;
}

.period_example{
    list-style:none;
    margin:0;
    padding:0;
    display:flex;
    flex-direction:column;
    gap:10px;
}

.period_example li{
    display:flex;
    align-items:center;
    gap:10px;
    padding:8px 10px 8px 10px;
    background:#fff;
    border:1px solid #e4ebf3;
    border-radius:10px;
    font-size: 14px;
}


.period_example b{
    font-size:20px;
    color:#1471b1;
}

.period_example strong{
    color:#ff5b2d;
    font-weight:700;
}


.period_example{
    display: flex;
    flex-direction: column;
    gap: 5px;
}


.period_example span{
    color:#1471b1;
    font-weight:700;
    word-break: break-all;
}

.period_example b{
    color:#ff5a36;
    font-size:18px;
}

.purchase_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    padding: 15px 25px 15px 25px;
    border-radius: 12px;
    background: #15284b;
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    text-decoration: none;
    transition:
        transform 0.2s ease,
        background 0.2s ease;
}

.purchase_btn:hover {
    background: #1471b1;
    transform: translateY(-2px);
}




@media only screen and (min-width: 0px) and (max-width: 830px) {


    .package_item_new {
        display: flex;
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }


    .package_item_img {
        max-width: calc(70%);
    }


    .package_item_price {
        width: 100%;
        height: 100%;
        max-width: calc(100%);
    }


    .package_item_desc_tit {
        font-size: 20px;
        font-weight: 900;
        color: #1471b1;
    }

    .price_original {
        margin-bottom: 4px;
        color: #858b97;
        font-size: 16px;
    }


    .price_sale strong {
        font-size: 30px;
    }

    .price_sale span {
        font-size: 20px;
        margin-left: 6px;
    }

    .price_notice {
        font-size: 14px;
        line-height: 27px;
    }

}


/*****************************
*
* 갤러리
*
****************************/


.gall_bg {
  position: relative;
}


.gall_wrap {
    margin: 0 auto;
    max-width: 900px;
    height: auto;
}


.ui_notice {
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    word-break: keep-all;
    text-align: center;
}

.gall_tit_box {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.gall_tit > h3 {
    font-size: 30px;
    font-weight: 900;
    color: #000549;
    line-height: 45px;
}


.swiper-container {
  overflow: inherit !important;
}


.gall_item_purchase {
  width: 300px;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
}


.gall_item_purchase::after {
  content: "";
  display: table;
  clear: both;
}


.gall_item_all {

}

.gall_item_photo {
  padding-bottom: 70%;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.gall_item_photo > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
}


@media only screen and (min-width: 0px) and (max-width: 414px) {
  .gall_item_photo {
    width: 100%;
    height: auto;
}
}

@media only screen and (min-width: 415px) and (max-width: 577px) {
    .gall_item_photo {
      width: 100%;
    height: auto;
  }
}

@media only screen and (min-width: 578px) and (max-width: 763px) {
    .gall_item_photo {
      width: 100%;
    height: auto;
  }
}

@media only screen and (min-width: 764px) and (max-width: 990px) {
  .gall_item_photo {
    width: 100%;
    height: auto;
}

  #gall_item_photo1 {
    background-size: cover;
  }
  
  #gall_item_photo2 {
    background-size: cover;
  }
  
  #gall_item_photo3 {
    background-size: cover;
  }
  
}


/*인포*/

.gall_item_info {
  width: 100%;
  height: auto;
  padding: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #edf0f6;
  border-top: 1px solid #e9e9f1;

  overflow: hidden;
  border-radius: 0px 0px 15px 15px;
}


.gall_item_text > h4 {
  font-size: 15px;
  color: #000549;
  line-height: 23px;
}

.gall_item_text > p {
  font-size: 13px;
  color: #666483;
  line-height: 22px;
}





/*faq 시작*/

.faq_box {
    max-width: 900px;
    width: 100%;
    z-index: 2;
}


.faq_bundle {
    padding: 20px 20px 20px 20px;
    background: rgba(255, 255, 255, 1);
    border-radius: 15px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
    height: 100%;
}


.common_text > h2 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 900;
    margin: 0px 0 20px 0;
    color: #1471b1;
    word-break: keep-all;
    text-align: left;
}


/*탭이 있을 경우*/


.tab_box {
  transition: ease-in-out 0.2s;
}

.accordion_box {
 background: #ffffff;
 box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
 margin-bottom: 15px;

 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;

 border-radius: 10px;

 border: 1px solid #ddd;

 overflow: hidden;
}

.accordion_box:last-child {
  margin-bottom: 0px;
}

.accordion_header > h3 {
font-size: 18px;
font-weight: 900;
line-height: 33px;
padding: 15px 60px 15px 15px;
color: #434343;
word-break: keep-all;
text-align: left;
display: block;
cursor: pointer;

background: url(../../../img/trial_img/plus.png) no-repeat top 15px right 15px;

transition: ease-in-out 0.3s;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: block;
}


.accordion_header.tab_open > h3 {
 color: #1471b1;
background: url(../../../img/trial_img/minus.png) no-repeat top 15px right 15px;
}



.inner_tabs > div  {
 border-top: 1px solid #eaeaea;
}


.nar_tab_center {
 background: #f4f4f4;

}


.nar_tab_center > p {
 font-size: 16px;
 font-weight: normal;
 line-height: 30px;
 color: #434343;
 word-break: keep-all;
 padding: 20px;

 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}


.nar_tab_center > p > a {
 word-break: break-all !important;
}



.support_spec_table{
    width:100%;
    border-collapse:collapse;
}

.support_spec_table th,
.support_spec_table td{
    padding:12px 16px;
    text-align:left;
    font-size:14px;
    line-height:1.7;
    border-bottom:1px solid #ececec;
}

.support_spec_table tr:last-child th,
.support_spec_table tr:last-child td{
    border-bottom:none;
}

.support_spec_table th{
    width:140px;
    background:#f7f8fa;
    font-weight:600;
    color:#333;
}

.support_spec_table td{
    color:#555;
    background:#fff;
}


@media only screen and (min-width: 0px) and (max-width: 800px) {
  .accordion_header > h3 {
    font-size: 16px;
  }
    
}