.wrap {overflow: hidden;}

.cms_crm_intro {
    padding: 318px 0 167px 0;
    background: url(/images/cms_top.png);
    background-repeat: no-repeat;
    background-position: top;
}

.cms_crm_contents {
    width: 1280px;
    margin: 0 auto;
}

.cms_crm_contents_small_txt {
    font-family: pretendard;
    font-size: 23px;
    color: #333;
}

.cms_crm_contents_title {
    font-family: pretendard;
    font-size: 93px;
    font-weight: 800;
    line-height: 120px;
    color: #000;
}

.cms_crm_intro_ex_img_wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.cms_crm_intro_ex {
    font-family: pretendard;
    font-size: 30px;
    color: #333;
    margin-top: 84px;
    margin-bottom: 50px;
}

.bubble_box li{
    display: inline-block;
    height: 45px;
    padding: 0 40px;
    border-radius: 30px;
    background: #5847E0;
    line-height: 45px;
    font-family: pretendard;
    font-size: 22px;
    color: #fff;
    margin-bottom: 15px;
    margin-right: 3px;
}

.cms_crm_intro_img {
    width: calc(100% - 624px);
}

.middle_line {
    width: 950px; height: 0;
    margin: 0 auto 160px auto;
    border-top: 1px solid #aaa;
}

/*커스터마이징*/
.customizing_title_box {
    width: calc(100% - 40px);
    margin: 0 auto;
}
.customizing_title {
    font-family: pretendard;
    font-size: 45px;
    font-weight: 700;
    color: #111;
    line-height: 60px;
    text-align: center;
    margin-bottom: 45px;
}

.customizing_ex {
    font-family: pretendard;
    font-size: 22px;
    color: #333;
    text-align: center;
}

/*기능 나열*/
.funtion_wrap {
    width: 1220px;
    margin: 0 auto;
    padding: 130px 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.funtion_wrap_purple {
    background-color: #EDF0FF;
}

.funtion_img img {
    width: 100%;
}

.funtion_title {
    font-family: pretendard;
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-bottom: 25px;
    line-height: 48px;
}

.funtion_title span {
    display: block;
}

.funtion_ex {
    font-family: pretendard;
    font-size: 18px;
    color: #333;
    line-height: 28px;
}

.funtion_ex span {
    display: block;
}

.customer_icon {
    margin-top: 70px;
    margin-bottom: 90px;
}

.funtion_btn {
    display: block;
    width: fit-content;
    height: 58px;
    background: #f4f4f4;
    border-radius: 6px;
    font-family: pretendard;
    font-size: 20px;
    color: #333;
    line-height: 58px;
    padding: 0 26px;
    overflow: hidden;
    margin-top: 60px;
    transition: 0.3s all;
}

.funtion_btn:hover {
    background: #e0e0e0;
    cursor: pointer;
}

.funtion_btn_purple {
    background: #D2D9FC;
}

.funtion_btn_purple:hover {
    background: #bfcafa;
    cursor: pointer;
}

.funtion_btn span {
    display: block;
    float: left;
}

.funtion_btn img {
    display: block;
    float: left;
    margin-top: 20px;
    margin-left: 10px;
}

.sales_icon {
    margin-top: 25px;
    margin-bottom: 60px;
}

.homepage_icon {
    margin-top: 60px;
    margin-bottom: 70px;
}

/*체험사이트*/
.demo_site_wrap {
    padding: 156px 0;
}

.demo_site_box {
    position: relative;
    width: 1400px; height: 327px;
    margin: 0 auto;
    background: url(/images/demo_site_bg.jpg);
    border-radius: 20px;
    padding: 90px 145px;
}

.demo_site_title {
    font-family: pretendard;
    font-size: 36px;
    font-weight: 700;
    line-height: 50PX;
    color: #fff;

}

.demo_site_btn {
    display: block;
    width: 182px;
    font-family: pretendard;
    font-size: 20px;
    color: #fff;
    overflow: hidden;
    margin-top: 30PX;
    padding-bottom: 7px;
}

.demo_site_btn:hover {
    cursor: pointer;
    border-bottom: 1PX solid #FFF;
}

.demo_site_btn span {
    display: block;
    float: left;
}

.demo_site_btn img {
    display: block;
    float: left;
    margin-top: 4px;
    margin-left: 10px;
}

.demo_site_img {
    position: absolute;
    right: 145px; top: 40px;
    animation: shake 1s;
    animation-iteration-count: infinite;
}

@keyframes shake {
    0% { transform: translate(0px, 4px) rotate(0deg); }

    50% { transform: translate(0px, 0px) rotate(0deg); }

    100% { transform: translate(0px, 4px) rotate(0deg); }
  }

/*문의하기폼*/
.inquiry_wrap {
    padding: 190px 0;
    background: #f8f8f8;
}

.inquiry_form {
    width: 1400px;
    margin: 0 auto;
}
.inquiry_contents {
    margin-top: 100px;
  }

  .inquiry_form_title {
    font-family: pretendard;
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    color: #000;
  }

  .inquiry_blank_box {
    overflow: hidden;

  }

  .inquiry_blank {
    float: left;
    width: calc(50% - 20px);
    margin-bottom: 40px;
  }

  .inquiry_email {
    margin-bottom: 50px;
  }

  .inquiry_blank:nth-child(odd) {
    margin-right: 40px;
  }

  .inquiry_blank_title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    /*text-transform: capitalize;*/
    color: #222222;
    margin-bottom: 18px;
  }

  .inquiry_blank input, .inquiry_email input {
    width: 100%;
    height: 60px;
    background: #FFFFFF;
    border: 1px solid #AAAAAA;
    padding: 0 20px;
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /*text-transform: capitalize;*/
    color: #666666;
  }


  .inquiry_blank_contents textarea {
    width: 100%;
    height: 200px;
    background: #FFFFFF;
    border: 1px solid #AAAAAA;
    padding: 20px 20px;
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /*text-transform: capitalize;*/
    color: #666666;
    resize: none;
  }

  #agree_chk {display: none;}
  #agree_chk:checked ~ .agree_chkbox {
    background: url(/images/icon/agree_chk.svg);

  }

  .agree_box {
    margin-top: 10px;
  }

  .agree_chkbox {
    float: left;
    display: block;
    width: 25px;
    height: 25px;
    border: 1px solid #AAAAAA; box-sizing: border-box;
    margin-right: 9px;

    cursor: pointer;
  }

  .agree_txt {
    font-family: 'Pretendard';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  /* identical to box height, or 150% */

  /*text-transform: capitalize;*/

  color: #888888;
  margin-right: 9px;
  }

  .agree_view {
    font-family: 'Pretendard';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  /* identical to box height, or 150% */

  text-decoration-line: underline;
  /*text-transform: capitalize;*/

  color: #333333;
  cursor: pointer;
  }

  .inquiry_btn {
    width: 163px;
    height: 60px;
    background: #FFFFFF;
    border: 1px solid #AAAAAA;
    border-radius: 40px;
    margin: 0 auto;
    margin-top: 50px;
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    color: #111111;
    cursor: pointer;
  }

  .inquiry_btn:hover {
    border: 1px solid #5A4CCA;
    font-weight: 600;
  }

	.contanct_result_inquiry {
	    display: none;
	    padding: 65px 0 70px 0;
	    border-top: 1px solid #444444;
	    border-bottom: 1px solid #444444;
	    text-align: center;
	    margin-top: -100px;
	}

	.contanct_inquiry_result_title {
	    font-family: 'Pretendard';
	    font-style: normal;
	    font-weight: 500;
	    font-size: 40px;
	    color: #111111;
	    margin-bottom: 30px;
	}
	.contanct_inquiry_result_txt {
	    font-family: 'Pretendard';
	    font-style: normal;
	    font-weight: 400;
	    font-size: 20px;
	    color: #444444;
	}
  .inquiry_email.hid{display:none;}



/*반응형*/
@media screen and (max-width:1520px) {
    .cms_crm_intro_img img {
        width: 100%;
    }
}

@media screen and (max-width:1400px) {
    .demo_site_box {
        width: calc(100% - 40px);
    }

    .inquiry_form {
        width: calc(100% - 40px);
    }
}

@media screen and (max-width:1280px) {
    .cms_crm_contents {
        width: calc(100% - 40px);
    }
}

@media screen and (max-width:1240px) {
    .funtion_wrap {
        width: calc(100% - 40px);
    }

    .demo_site_box {
        padding: 90px 50px;
    }

    .demo_site_img {
        right: 50px;
    }
}

@media screen and (max-width:1024px) {
    .cms_crm_intro_ex_img_wrap {
        flex-wrap: wrap;
    }

    .cms_crm_intro_img {
        width: 60%;
        margin: 0 auto;
    }
}

@media screen and (max-width:980px) {
    .middle_line {
        width: calc(100% - 40px);
    }

    .demo_site_box {
        padding: 90px 30px;
    }

    .demo_site_img {
        width: 250px;
        right: 30px;
        top: 80px;
    }

    .demo_site_img img {
        width: 100%;
    }
}

@media screen and (max-width:840px) {
    .demo_site_title {
        font-size: 30px;
    }
    .demo_site_img {
        width: 200px;
        right: 30px;
        top: 100px;
    }

    .contanct_result_inquiry {
        margin-top: 50px;
    }
	.contanct_inquiry_result_title{
		font-size:30px
	}

}

@media screen and (max-width:768px) {
    .cms_crm_intro {
        padding: 100px 0 100px 0;
    }

    .middle_line {
        margin: 0 auto 100px auto;
    }

    .funtion_wrap {
        padding: 100px 0;
    }

    .cms_crm_contents_title {
        font-size: 70px;
    }

    .cms_crm_intro_ex {
        font-size: 22px;
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .customizing_title {
        font-size: 40px;
    }

    .funtion_title {
        font-size: 30px;
    }

    .funtion_wrap {
        flex-wrap: wrap;
        justify-content: center;
    }

    .funtion_img {
        margin-bottom: 30px;
    }

    .funtion_wrap_purple .funtion_img {
        order: 1;
    }

    .funtion_wrap_purple .funtion_txt_wrap {
        order: 2;
    }

    .demo_site_box {
        padding: 30px 30px;
    }

    .demo_site_img {
        top: 140px;
    }

    .demo_site_title p {
        display: inline;
    }
    .cms-inquiry .inquiry_wrap{
        padding:60px 0;
    }
    .cms-inquiry  .inquiry_form_title{
        font-size:28px;
    }
    .cms-inquiry .inquiry_contents.gform{
        margin-top:20px;
    }
    .cms-inquiry .inquiry_contents.form-wrap{
        margin-top:40px;
    }
    .cms-inquiry .inquiry_contents{
        margin-bottom:60px;
    }
}

@media screen and (max-width:680px) {
    .customizing_title span {
        display: block;
      }

      .customizing_ex span {
        display: block;
      }
}

@media screen and (max-width:600px) {
    .bubble_box li {
        padding: 0 20px;
        font-size: 18px;
    }

    .inquiry_blank {
        float: unset;
        width: 100%;
      }

      .inquiry_blank:nth-child(odd) {
        margin-right: 0;
      }
}

@media screen and (max-width:520px) {
    .funtion_ex span {
        display: inline;
    }
}

@media screen and (max-width:500px) {
    .demo_site_box {
        height: 427px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .demo_site_img {
        top: 240px;
    }
}

@media screen and (max-width:470px) {
    .funtion_title span {
        display: inline;
    }

    .customer_icon img {
        width: 100%;
    }

}

@media screen and (max-width:425px) {
    .middle_line {
        margin: 0 auto 50px auto;
    }

    .funtion_wrap {
        padding: 50px 0;
    }

    .cms_crm_contents_title {
        font-size: 50px;
    }

    .cms_crm_intro_ex {
        font-size: 20px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .customizing_title {
        font-size: 36px;
    }

    .funtion_title {
        font-size: 24px;
        line-height: 30px;

    }
}

@media screen and (max-width:390px) {
    .bubble_box li {
        padding: 0 10px;
        font-size: 18px;
    }

    .demo_site_title {
        font-size: 22px;
    }

    .homepage_icon img {
        width: 100%;
    }
}

@media screen and (max-width:325px) {
    .bubble_box li {
        padding: 0 10px;
        font-size: 16px;
    }
}