#wrap {
    width:100%;
    min-width:320px;
    overflow: hidden;
  }
  /* 
  .inner {
    margin: 0 auto;
    width: 1200px;
  } */
  .clearfix::after {
    display: block;
    clear: both;
    content: '';
  }
  
  /* common */
  .only_web,
  .only_web1180 {display:block;}
  .only_mo,
  .only_mo1180 {display:none;}

  .inquiry_btn {
    width: 180px;
    height: 42px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    border-radius: 21px;
    box-sizing: border-box;
  }
  
  .slick-slide {
    outline: 0;
  }
  .slick-dots li button {
    border: 0;
  }
  .ani_top {
      -webkit-transform: translateY(-255px);
      -ms-transform: translateY(-255px);
      transform: translateY(-255px);
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0;
      transition: transform .6s ease, opacity 1s ease;
  }
  .ani_top.active {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1;
  }
  .ani_left {
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%);
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0;
      transition: transform .6s ease, opacity 1.2s ease;
  }
  .ani_left.active {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1;
  }
  
  
  
  /* header */
  #header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 80px;
    background: #f92728;
    z-index: 100;
  }
  #header.on {
      background-color:#fff;
  }
  #header.shadow {
      -webkit-box-shadow: 0px 3px 10px #cf1c1d;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
      -moz-box-shadow: 0px 3px 10px #cf1c1d;  /* Firefox 3.5 - 3.6 */
      box-shadow: 0px 3px 10px #cf1c1d;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */    
  }
  #header .inner {
      position:relative;
      max-width:1200px;
      padding:0 15px;
      box-sizing: border-box;
      width:100%;
      margin:0 auto;
  }
  #header .logo {
      position: absolute;
      left: 15px;
      top: 50%;
      transform: translate(0, -50%);
  }
  #header .logo a {
    display: block;
  }
  #header .logo a img {
    display: block;
  }
  #header .gnb {
    float: left;
    margin-left: 34.5%;
  }
  #header .gnb li {
    float: left;
  }
  #header .gnb li a {
    display: block;
    padding: 0 19px;
    line-height: 80px;
    font-size: 18px;
    font-weight: 700;
    color:#fff;
  }
  #header .inquiry_btn {
      position: absolute;
      top: 50%;
      right: 10px;
      padding: 12px 30px;
      width: auto;
      height: auto;
      border-radius: 50px;
      font-size: 14px;
      font-weight: 500;
      color: #fff;
      border: 1px solid #fff;
      transform: translateY(-50%);
  } 
  #header .ham_btn{
    display: none;
  }
  /* //header */
  
  
  /* container */
  .container {
    /* height: 100vh; */
    /* overflow: hidden; */
  }
  .fullpage {
    /* position: relative; */
    /* top: 0; */
  }
  section {
    /* padding-top: 80px;
    width: 100%;
    height: 100vh; */
    /* min-height: 900px; */
    box-sizing: border-box;
  }
  section .table {
    display: table;
    width: 100%;
    /* height: 100vh;
    height: calc(100vh - 80px); */
  }

  /************** NEW ***************/
  
  
  
  /* container common */
  #container section {
      padding-top:125px;
  }
  #container section:last-child {
      padding-top:0;
  }
  #container .inner {
      width:100%;
      max-width:1200px;
      margin:0 auto;
      box-sizing: border-box;
      padding: 0 15px;
  }
  
  #container h2.sub_ttl {
      font-size:48px;
      font-weight: 800;
      color:#252525;
      text-align: center;
      line-height:1.3;
      margin-bottom:20px; 
      letter-spacing: -0.5px;   
  }
  #container p.sub_desc {
      font-size:18px;
      font-weight: 400;
      color:#454545;
      text-align: center;
      line-height:1.5;    
  }
  
  /* visual */
  #container .visual {
      position:relative;
      margin-top:80px;
      height:900px;
      background: #f92728;
  }
  #container .visual .inner {
      position:relative;
  }
  #container .visual .visual_text {
      position:absolute;
      top:-10px;
      left:auto;
      right:10px;
  }
  #container .visual .visual_text h2 {
      color:#fff;
      font-size:62px;
      transition: transform 1s ease, opacity 1.2s ease;
  
  }
  #container .visual .visual_text h2 strong {
      position: relative;
      color: #fff;
      font-size: 62px;
      line-height: 1.5;    
      transition: transform 1s ease, opacity 1.2s ease;
  }
  #container .visual .visual_text h2 em {
      position: absolute;
      left: 0;
      bottom: -5px;    
      display: inline-block;
      height: 4px;
      width: 100%;
      border: 1px solid #fff;
      background-color: #fff;
  }
  
  #container .visual .visual_text h2 span {
      color:#fff;
      font-weight: 300;
  
  }
  #container .visual .visual_text p {
      color:#fff;
      font-weight:300;
      margin-top:30px;
      text-align:left;
  }
  #container .visual .mob_box {
      position: relative;
      left: 0;
      top: 230px;
  }
  #container .visual .mob_top {
      position: relative;
      top: 100px;
      z-index: 1;
      left: 0px;
  }
  
  #container .visual .mob_bottom {
      position: relative;
      top: -150px;
  }
  #container .visual .mob_top img {
      position: absolute;
      top:0;
      right:0;
      bottom:0;
      left:0;
      width:100%;
      /* max-width:992px; */
  }
  #container .visual .mob_bottom img {
      position: relative;
      top:0;
      right:0;
      bottom:0;
      left:0;
      width:100%;
      /* max-width:992px; */
  }
  #container .visual .ico_box {
      position: absolute;
      width: 200px;
      height: 200px;
      top: -60px;
      left: 100px;
  }
  #container .visual .ico_box div:nth-child(1) {
      position:absolute;
      top:0;
      left:0;
  }
  #container .visual .ico_box div:nth-child(2) {
      position: absolute;
      right: 0;
      top: 25%;
  }
  #container .visual .ico_box div:nth-child(3) {
      position: absolute;
      top: 75%;
      left: 50%;
      /* transform: translateX(-50%); */
  }
  
  /*why*/
  
  #container .why {
      
  }
  #container .why .inner {
      overflow: hidden;
  }
  #container .why h2 {
  
  }
  #container .why p {
  
  }
  #container .why .why_lists {
      max-width:960px;
      width:100%;
      margin: 80px auto;
      overflow: hidden;
  }
  #container .why .why_lists li {
      float: left;
      width: 33.333333%;
  }
  #container .why .why_lists li img {
      display: block;
      margin: 0 auto;
  }
  #container .why .why_lists li strong {
      font-size:20px;
      text-align: center;
      display: block;
      margin-top:25px;
  }
  #container .why .why_lists li p {
      margin: 20px auto;
  
  }
  #container .why .why_lists li:nth-child(1) p {
      max-width:320px;    
  }
  #container .why .why_lists li:nth-child(2) p, 
  #container .why .why_lists li:nth-child(3) p {
      max-width:250px;    
  }
  /* consultant */
  #container .consultant {background-color:#343434;}
  #container .consultant .inner {
      position:relative;
      height:450px;
  }
  #container .consultant h2 {
      color:#fff;
  }
  #container .consultant h3 {
      font-size:28px;
      font-weight: 400;
      text-align:center;
      color:#fff;
      line-height:1.5;
  }
  #container .consultant h3 strong {
      background:url('../images/ico/ico_phone.png') no-repeat left center /contain;
      padding-left: 55px;
  }
  
  #container .consultant h3 span {
      padding-left:20px;
  }
  #container .consultant .bg_consultant {
      position: relative;
      top: 10px;
      right: 0;
      bottom: 0;
      left: 0;
      background: url(../images/main/visual_consultant.png) no-repeat center center /contain;
      height: 408px;
  }
  
  /* graph */
  #container .graph {
      padding-top:200px;
      padding-bottom:200px;
      margin-bottom:50px;
  } 
  #container .graph .chart_boxes li div img:nth-child(1) {
      display:block;
  }
  #container .graph .chart_boxes li div img:nth-child(2) {
      display:none;
  }
  #container .graph .chart_boxes li.chart_box + li.chart_box {
    margin-left:20px;
    
  }
  
  #container .graph .inner {} 
  #container .graph h2 span {
      font-weight:400;
  } 
  #container .graph h2 strong {} 
  #container .graph p {
      word-break: keep-all;
  } 
  #container .graph .remark {
      font-size: 18px;
      color: #252525;
      word-break: keep-all;
      margin-top:40px;
      text-align: center;
  }
  #container .graph .chart_boxes {
      overflow:hidden;
      margin-top:70px;
  }
  #container .graph .chart_boxes li {
      position:relative;
      float: left;
      /* overflow: hidden; */
      width: 33.333333%;
      height:100%;
  }
  #container .graph .chart_boxes > li {

    
  }
  #container .graph .chart_boxes .bars 
  li:after {
    position:absolute;
    display:block;
    clear:both;
    content:'';
    /* border:1px solid black; */
    top:9px;
    right:0;
    bottom:0;
    left:50%;
    width:56px;
    transform:translateX(-50%);
    background-color:rgba(6, 6, 6, 0.1);
    z-index:0;
  }
  #container .graph .chart_boxes .bars li:last-child::after {
    background-color:rgba(249,39,40, 0.1);
  }
  /* #container .graph .chart_boxes > li + li{
      margin-left:20px;
  } */
  #container .graph .chart_boxes li div img {
      position:relative;
      width:100%;
  }
  
  #container .graph .chart_boxes li strong {
      font-size:18px;
      color:#252525;
      text-align: center;
      display: block;
      margin-top: 50px;
  }
  
  
  #chart01,
  #chart02,
  #chart03 {
      width: 650px;
      height: 280px;
      /* margin: 30px auto 0; */
  background:url('../images/main/graph_bg.png') no-repeat 0 0 / cover;
      position: relative;
      width: 100%;
  }

  .chart #numbers {
      width: 50px;
      height: 100%;
      margin: 0;
      padding: 0;
      display: inline-block;
  }
  .chart #numbers li {
      text-align: right;
      padding-right: 1em;
      list-style: none;
      height: 29px;
      /* border-bottom: 1px solid #444; */
      position: relative;
      bottom: 30px;
  }
  .chart #numbers li:last-child {
      height: 30px;
  }
  .chart #numbers li span {
      position: absolute;
      bottom: 0;
      right: 10px;
      color:#252525;
  }
  .chart .bars {
      display: inline-block;
      /* background: rgba(0, 0, 0, 0.2); */
      /* width: 600px; */
      width: calc(92%);
      margin-left: calc(100% - 92%);
      height: 280px;
      padding: 0;
      /* margin: 0; */
      /* margin-bottom:10px; */
      /* box-shadow: 0 0 0 1px #444; */
  }
  .chart .bars li {
      display: table-cell;
      width: 100px;
      height: 300px;
      margin: 0;
      text-align: center;
      position: relative;
      width: calc(100% / 3);
      bottom:0;
  }
  #container .graph .chart_boxes > li.chart_box{
    width: calc(33.333333% - 15px);
  }
  .chart .bars li .bar {
      z-index: 1;
      background: #666;
      position: absolute;
      left: 50%;
      bottom: 0;
      max-width: 56px;
      width: 100%;
      transform: translateX(-50%);
      z-index:1;
  }
  .chart .bars li:last-child .bar {
      background:#f92728;
  }
  /* .chart .bars li .bar:hover {
      background: #5AE;
      cursor: pointer;
  } */
  /* .chart .bars li .bar:hover:before {
      color: white;
      content: attr(data-percentage) '%';
      position: relative;
      bottom: 20px;
  } */
  .chart .bars li b {
      color: #fff;
      font-size:14px;
      display: block;
      margin-top:10px;
  }
  .chart .bars li span {
    color: #252525;
    width: 100%;
    position: absolute;
    top: 100%;
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    margin-top: 10px;
}
  
  
  
  /* service */
  #container .service {
      position:relative; 
      max-width: 1920px;
      width: 100%;
      margin: 0 auto;
      /* padding-top: 240px !important; */
      margin-top: -300px;
  }
  #container .service_bg {
      position: absolute;
      display: block;
      content: '';
      clear: both;
      background: url(../images/main/bg_m.png) 0 0 no-repeat;
      z-index: -2;
      width: 736px;
      height: 543px;
      background-position: left bottom;
      top: 30%;
  }
  #container .service .inner::before {
      background: url('../images/main/bg_service.png') right 150px no-repeat; 
      display:block;
      content:'';
      clear: both;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index:-1;
      background-size: contain;
  }
  #container .service .inner {
      max-width:1920px;
  }
  #container .service .service_slider {
      display:block;
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
  } 
  #container .service .slick-prev {
      background: url(../images/ico/ico_arrow_left.png) center center no-repeat;
      width: 40px;
      height: 78px;
      display: block;
      position: absolute;
      text-indent: -9999px;
      top: 50%;
      left: -40px;
      transform: translateY(-50%);
      z-index: 1;
  }
  #container .service .slick-next {
      background: url(../images/ico/ico_arrow_right.png) center center no-repeat;
      width: 40px;
      height: 78px;
      display: block;
      position: absolute;
      text-indent: -9999px;
      top: 50%;
      right: -40px;
      transform: translate(0, -50%);
  }
  #container .service .service_box {
      display:none;
  }
  #container .service li {
      overflow:hidden;
  }
  
  .slick-slide[aria-hidden="true"] .text_box { visibility: hidden; }
  .slick-slide[aria-hidden="true"] .red_box01,
  .slick-slide[aria-hidden="true"] .red_box02,
  .slick-slide[aria-hidden="true"] .red_box03 { visibility: hidden; }
  
  #container .service_slider li .text_box { 
       -webkit-transform: translateY(-255px);
       -ms-transform: translateY(-255px);
       transform: translateY(-255px);
       -moz-opacity: 0;
       -khtml-opacity: 0;
       opacity: 0;
       transition: transform .6s ease, opacity 1s ease;
  }
  #container .service_slider li.slick-active .text_box.active {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1;
      visibility:visible;
  }
  #container .service .text_box {
      float: left;
      margin-left:120px;
      margin-top:15%;
  }
  #container .service .text_box strong {
      font-size:28px;
      color:#252525;
      font-weight: 800;
      margin-bottom:20px;
      display:block;
  }
  #container .service .text_box h2 {
      text-align:left;
  }
  #container .service .text_box p {
      text-align:left; 
  }
  #container .service .img_box {float:right;}
  #container .service .img_box img {}
  #container .service li .img_box .red_box01 {
      position: absolute;
      top: 260px;
      right: 106px;
      transform:translateX(200%);
      opacity: 0;
      transition:1s transform .6s ease, opacity 2s ease;
  } 
  #container .service li.slick-active .img_box .red_box01.active {
      transform:translateX(0%);
      opacity: 1;
      visibility:visible;
  } 
  
  #container .service li .img_box .red_box02 {
      position: absolute;
      top: 260px;
      right: 106px;
      transform:translateX(200%);
      opacity: 0;
      transition:1s transform .6s ease, opacity 2s ease;
  }
  #container .service li.slick-active .img_box .red_box02 {
      transform:translateX(0%);
      opacity: 1;
  }
  
  #container .service li .img_box .red_box03 {
      position: absolute;
      top: 260px;
      right: 206px;
      transform:translateX(350%);
      opacity: 0;
      transition:1s transform .6s ease, opacity 2s ease;
  } 
  #container .service li.slick-active .img_box .red_box03 {
      transform:translateX(0%);
      opacity: 1;
  } 
  
  /* suggestion */
  #container .suggestion {
      background-color:#f4f4f4;
  }
  #container .suggestion .inner {
      
  }
  #container .suggestion .suggestion_lists {
      overflow: hidden;
      padding: 50px 0;
      
  }
  #container .suggestion .suggestion_lists li {
      float:left;
      width:33.333333%;
      text-align:center;
  }
  #container .suggestion .suggestion_lists strong {
      margin-top: 35px;
      display: block;
      text-align: center;
      font-size:26px;
      color:#252525;
      font-weight:800;
  }
  #container .suggestion .suggestion_lists li .img_box {
  
  }
  #container .suggestion .suggestion_lists li .img_box img {
      position:relative;
      width:100%;
      max-width:350px;
  }
  #container .suggestion .suggestion_lists span {
      font-size: 20px;
      color: #252525;
      display: block;
      width: 100%;
      font-weight:700;
      text-align: center;
      margin: 20px auto;
  }
  #container .suggestion .suggestion_lists p {
      font-size: 18px;
      color: #252525;
      display: block;
      width: 100%;
      text-align: center;
      margin: 20px auto;
  }
  #container .suggestion .suggestion_lists p.notice {
      font-size:16px;
      line-height:1.5;
  }


/* 2020-02-06 추가 */
#container .hash_sec {
    padding-top: 130px;
    padding-bottom: 140px;
    background: #fafafa;
}
#container .hash_sec h2.sub_ttl {
    margin-bottom: 30px;
    text-transform: uppercase;
}
#container .hash_sec h2 span {
    display: block;
    font-weight: 400;
}
#container .hash_sec h2 br {
    display: none;
}
#container .hash_sec .sub_desc {
    font-size: 20px;
}
#container .hash_sec .hash_wrap {
    margin-top: 60px;
}
#container .hash_sec .hash_box {
    display: table;
    width: 100%;
    height: 540px;
    background: url(../images/hash_bg.jpg) center center no-repeat;
    background-size: cover;
}
#container .hash_sec .hash_box .hash_cont {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
#container .hash_sec .hash_box .hash_sub_title {
    margin-bottom: 26px;
    font-size: 20px;
    font-weight: 700;
    color: #fafafa;
}
#container .hash_sec .hash_box .hash_sub_desc {
    margin-bottom: 60px;
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
}
#container .hash_sec .hash_box .hash_form {
    margin: 0 auto;
    width: 460px;
}
#container .hash_sec .hash_box .hash_form .black_btn {
    display: block;
    height: 62px;
    border-radius: 5px;
    background: #000;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.53);
}
#container .hash_sec .hash_box .back_btn {
    display: block;
    border: 1px solid #fff;
    height: 62px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 5px;
    color: #fff;
    background: none;
    box-sizing: border-box;
}

/* .hash_box.input */
#container .hash_sec .hash_box.input .hash_form input {
    display: block;
    margin-bottom: 20px;
    border: 0;
    width: 100%;
    height: 62px;
    background: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    box-sizing: border-box;
}
#container .hash_sec .hash_box.input .hash_form input::placeholder {
    color: #bbb;
}
#container .hash_sec .hash_box.input .hash_form .black_btn {
    width: 100%;
}
/* .hash_box.acnt_success */
#container .hash_sec .hash_box.acnt_success .insta_thumb {
    margin: 0 auto;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
}
#container .hash_sec .hash_box.acnt_success .insta_thumb span {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#container .hash_sec .hash_box.acnt_success .insta_id {
    display: block;
    margin: 20px 0 16px;
    font-size: 30px;
    font-weight: 700;
    color: #fafafa;
}
#container .hash_sec .hash_box.acnt_success .info_detail {
    margin-bottom: 64px;
}
#container .hash_sec .hash_box.acnt_success .info_detail span {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    color: #fafafa;
}
#container .hash_sec .hash_box.acnt_success .info_detail span + span {
    margin-left: 26px;
}
#container .hash_sec .hash_box.acnt_success p {
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 700;
    color: #fafafa;
}
#container .hash_sec .hash_box.acnt_success .button_wrap button {
    float: left;
    width: calc(50% - 10px);
}
#container .hash_sec .hash_box.acnt_success .button_wrap .black_btn {
    margin-left: 20px;
}

/* .hash_box.acnt_fail */
#container .hash_sec .hash_box.acnt_fail .img {
    margin-bottom: 40px;
} 
#container .hash_sec .hash_box.acnt_fail p {
    margin-bottom: 52px;
    font-size: 26px;
    font-weight: 700;
    color: #fafafa;
    line-height: 1.3;
}
#container .hash_sec .hash_box.acnt_fail .back_btn {
    margin: 0 auto;
    width: 460px;
}
/* .hash_box.loading */
#container .hash_sec .hash_box.loading .loading_box {
    position: relative;
    margin: 0 auto 32px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
}
#container .hash_sec .hash_box.loading .loading_box .loading_item {
    display: block;
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fafafa;
    opacity: 0;
}
#container .hash_sec .hash_box.loading .loading_box .loading_item:nth-child(1) {
    top: 0;
    left: 50%;
    margin-left: -6px;
    animation: loading .8s ease-in infinite;
}
#container .hash_sec .hash_box.loading .loading_box .loading_item:nth-child(2) {
    top: 12px;
    right: 12px;
    animation: loading .8s .1s ease-in infinite;
}
#container .hash_sec .hash_box.loading .loading_box .loading_item:nth-child(3) {
    top: 50%;
    right: 0;
    margin-top: -6px;
    animation: loading .8s .2s ease-in infinite;
}
#container .hash_sec .hash_box.loading .loading_box .loading_item:nth-child(4) {
    bottom: 12px;
    right: 12px;
    animation: loading .8s .3s ease-in infinite;
}
#container .hash_sec .hash_box.loading .loading_box .loading_item:nth-child(5) {
    bottom: 0;
    left: 50%;
    margin-left: -6px;
    animation: loading .8s .4s ease-in infinite;
}
#container .hash_sec .hash_box.loading .loading_box .loading_item:nth-child(6) {
    bottom: 12px;
    left: 12px;
    animation: loading .8s .5s ease-in infinite;
}
#container .hash_sec .hash_box.loading .loading_box .loading_item:nth-child(7) {
    top: 50%;
    left: 0;
    margin-top: -6px;
    animation: loading .8s .6s ease-in infinite;
}
#container .hash_sec .hash_box.loading .loading_box .loading_item:nth-child(8) {
    top: 12px;
    left: 12px;
    animation: loading .8s .7s ease-in infinite;
}
#container .hash_sec .hash_box.loading .txt {
    font-size: 26px;
    font-weight: 700;
    color: #fafafa;
    line-height: 1.3;
}
@keyframes loading {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        transform: scale(1.6);
    }
}
/* 인스타지수 팝업 */
#container .hash_sec .hash_pop_wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    z-index: 1000;
}
#container .hash_sec .hash_pop_wrap.on {
    display: block;
}
#container .hash_sec .hash_pop_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 86px;
    width: 680px;
    height: 458px;
    border-radius: 28px;
    background: #fff;
    text-align: center;
}
#container .hash_sec .hash_pop_box .close_btn {
    position: absolute;
    top: 40px;
    right: 40px;
    outline: 0;
}
#container .hash_sec .hash_pop_box h3 {
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 800;
    color: #252525;
    line-height: 1.2;
}
#container .hash_sec .hash_pop_box p {
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 400;
    color: #252525;
    line-height: 1.3
}
#container .hash_sec .hash_pop_box .hash_form {
    margin: 0 auto;
    width: 460px;
}
#container .hash_sec .hash_pop_box .hash_form input {
    border: 0;
    width: 100%;
    height: 62px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    background: #f9f9f9;
    outline: 0;
}
#container .hash_sec .hash_pop_box .hash_form input::placeholder {
    color: #bbb;
}
#container .hash_sec .hash_pop_box .hash_form .button_wrap {
    margin-top: 40px;
}
#container .hash_sec .hash_pop_box .hash_form .button_wrap button {
    float: left;
    display: block;
    width: calc(50% - 10px);
    height: 62px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 5px;
}
#container .hash_sec .hash_pop_box .hash_form .button_wrap .cancel_btn {
    border: 1px solid #000;
    color: #252525;
}
#container .hash_sec .hash_pop_box .hash_form .button_wrap .ok_btn {
    margin-left: 20px;
    background: url(../images/hash_pop_ok_bg.jpg) center center no-repeat;
    color: #fff;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.26);
}



/* inquiry_sec */
  #container section.inquiry_sec h2.sub_ttl {
    color:#fff;
    margin-bottom:70px;
  }  
  .inquiry_sec {
    background: url(../images/inquiry_bg.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
    padding-bottom:80px;
  }

  .inquiry_sec .top .sub_title span::after {
    background: #fff;
  }
  .inquiry_sec .top .desc {
    margin-bottom: 60px;
    color: #9fa3b6;
  }
  .inquiry_sec .bottom {
    margin: 0 auto;
    width: 580px;
  }
  .inquiry_sec .bottom dl + dl {
    margin-top: 30px;
  }
  .inquiry_sec .bottom dt {
    display: block;
    margin-bottom: 4px;
    width: 100%;
    font-size: 18px;
    font-weight: 350;
  }
  .inquiry_sec .bottom input[type="text"] {
    padding: 0 10px;
    border: 0;
    border-bottom: 1px solid #fff;
    width: 100%;
    height: 40px;
    background: none;
    color: #fff;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
  }
  .inquiry_sec .bottom .radio_wrap {
    margin-top: 16px;
  }
  .inquiry_sec .bottom .radio_wrap .row_l {
    display: inline-block;
    margin-right: 36px;
  }
  .inquiry_sec .bottom .radio_wrap input[type="radio"] {
    display: none;
  }
  .inquiry_sec .bottom .radio_wrap input[type="radio"] + label {
    display: block;
    padding-left: 30px;
    line-height: 20px;
    background: url(../images/inquiry_radio_off.png) left center no-repeat;
    cursor: pointer;
  }
  .inquiry_sec .bottom .radio_wrap input[type="radio"]:checked + label {
    background: url(../images/inquiry_radio_on.png) left center no-repeat;
  }
  .inquiry_sec .bottom .button {
    margin: 70px auto 0;
    width: 380px;
  }
  .inquiry_sec .bottom .button button {
    width: 100%;
    height: 80px;
    font-size: 26px;
    font-weight: 900;
    color: #fff;
    background: #f92728;
    border-radius: 8px;
    box-shadow: 0px 18px 16px 0px rgba(0, 0, 0, 0.15);
  }
  .inquiry_sec .bottom .checkbox_wrap {
    margin-top: 26px;
    text-align: center;
  }
  .inquiry_sec .bottom .checkbox_wrap input[type="checkbox"] {
    display: none;
  }
  .inquiry_sec .bottom .checkbox_wrap input[type="checkbox"] + label {
    padding-left: 30px;
    line-height: 20px;
    font-size: 18px;
    font-weight: 350;
    color: #fff;
    background: url(../images/inquiry_check_off.png) left center no-repeat;
    cursor: pointer;
  }
  .inquiry_sec .bottom .checkbox_wrap input[type="checkbox"]:checked + label {
    background: url(../images/inquiry_check_on.png) left center no-repeat;
  }
  
  /* //inquiry_sec */
  
  .shadow_bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.6);
    z-index: 99;
  }
  
  
  
  /* footer */
  #footer {
    padding: 50px 0;
    background: #313030;
  }
  #footer .foot_logo {
    display: inline-block;
    vertical-align: middle;
  }
  #footer .info {
    display: inline-block;
    vertical-align: middle;
    margin-left: 62px;
  }
  #footer .info address {
    font-size: 15px;
    font-weight: 350;
    color: #888;
    font-style: normal;
  }
  #footer .info address span {
    position: relative;
    display: inline-block;
    margin-right: 4px;
    padding-right: 8px;
    line-height: 1.5;
  }
  #footer .info address span:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  #footer .info address span::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background: #888;
    content: '';
  }
  #footer .info address span:last-child::after {
    display: none;
  }
  #footer .info .copy {
    font-size: 15px;
    font-weight: 350;
    color: #888;
    line-height: 1.75;
  }
  /* //footer */
  
  
  
  .popup_wrap {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999999999;
  }
  
  .popup_wrap .popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 640px;
    height: 640px;
    z-index: 2;
  }
  .popup_wrap .popup .top {
    height: 50px;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #f92728;
    padding: 12px 12px 12px 15px;
  }
  .popup_wrap .popup .top p {
    float: left;
  }
  .popup_wrap .popup .top .close {
    float: right;
    cursor: pointer;
  }
  .popup_wrap .popup .top .close img {
    width: 25px;
  }
  .popup_wrap .popup .content {
    height: 570px;
    background: #fff;
    padding: 15px;
    font-size: 14px;
    line-height: 1.5;
  }
  .popup_wrap .popup .content .padding {
    height: 100%;
    overflow-y: auto;
  }
  .popup_wrap .popup .content .padding::-webkit-scrollbar {
    width: 0px;
    background: transparent;
    height: 0px !important;
  }
  .popup_wrap .popup .content .padding::-webkit-scrollbar-thumb {
    background-color: #aaa;
  }
  .popup_wrap .popup .content .padding::-webkit-scrollbar-track {
    background-color: #f5f5f5;
  }
  
  .popup_wrap .bg {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
  }
  
  /* 
  ::-webkit-scrollbar {
    width: 0px;
    background: transparent;
    height: 0px !important;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #aaa;
  }
  ::-webkit-scrollbar-track {
    background-color: #f5f5f5;
  }
   */
  
  
  
  /* 반응형 */
  @media all and (max-width: 1600px) {
    .inquiry_sec .top .desc {
      margin-bottom: 30px;
    }
    .inquiry_sec .bottom .button {
      margin-top: 50px;
    }
  }
  
  
  @media all and (max-height: 850px) and (min-width: 1360px) {
    /* .inquiry_btn {
      width: 160px;
    } */
    .inquiry_sec .top .desc {
      margin-bottom: 20px;
    }
    .inquiry_sec .bottom input[type="text"] {
      height: 36px;
    }
    .inquiry_sec .bottom dl + dl {
      margin-top: 20px;
    }
    .inquiry_sec .bottom .button {
      margin-top: 30px;
      width: 260px;
    }
    .inquiry_sec .bottom .button button {
      height: 50px;
      font-size: 20px;
    }
    .inquiry_sec .bottom .checkbox_wrap {
      margin-top: 20px;
    }
    #footer {
      padding: 38px 0;
    }
  }
  
  
  @media all and (max-height: 850px) and (min-width: 1280px) {
    .inquiry_sec .bottom dl + dl {
      margin-top: 30px;
    }
    .inquiry_sec .bottom .button {
      margin-top: 50px;
      width: 300px;
    }
    .inquiry_sec .bottom .button button {
      height: 70px;
    }
  }
  
  
  @media all and (max-height: 660px) and (min-width: 1280px) {
    .inquiry_btn {
      width: 160px;
    }
    .inquiry_sec .bottom dl + dl {
      margin-top: 20px;
    }
    .inquiry_sec .bottom .button {
      margin-top: 30px;
      width: 280px;
    }
    .inquiry_sec .bottom .button button {
      height: 50px;
      font-size: 22px;
    }
    .inquiry_sec .bottom .checkbox_wrap input[type="checkbox"] + label {
      font-size: 16px;
    }
  }
  
  
  @media all and (max-width: 1400px) {
      /* service */
      #container .service .slick-prev {left:15px;}
      #container .service .slick-next {right:15px;}
  }
 
  @media all and (max-width: 1180px) {
    /* common */
    .only_web1180 {display:none;}
    .only_mo1180 {display:block;}
    #header .gnb li a {
        padding: 0 12px;
    }
    /* //common */
  
    #container h2.sub_ttl {font-size:40px;}
    #container p.sub_desc {font-size:24px;}

    #container .visual {
        padding-top:95px;
        height: calc(100% - 10vw);  
    }
    #container .visual .mob_box {
        top:10vw;
        height: 65vw;
        width: 100%; 
        margin: 0 auto;    
    }

    #container .visual .visual_text {
        position: relative;
        top: 0;
        right: auto;
        text-align: center;
        letter-spacing: -1px;
        max-width: 570px;
        width:100%;
        margin: 0 auto;
    }
    #container .visual .visual_text h2 {
        text-align: left;
    }
    #container .visual .visual_text h2 strong {
    }
    #container .visual .visual_text h2 em {
        height:2px;
    }
    #container .visual .visual_text p {
        text-align: left;
    }

    #container .visual .mob_top {
        position: relative;
        top: 20vw;
        /*  left: 50%;
        right: 0;
        transform: translate(-50%, 0); */
    }
    #container .visual .mob_bottom {
        position:relative;
        top:0;
        /* left: 50%;
        transform: translate(-50%, 0); */
    }
    #container .visual .mob_top img {
    }
    #container .visual .mob_bottom img {

    }

    #container .visual .ico_box {
        position: absolute;
        width: 30%;
        max-width: 200px;
        left: 5%;
        top: 0;
        height: 20vw;
    }
    #container .visual .ico_box div:nth-child(1) {
        position:relative;
        width:30%;
    }
    #container .visual .ico_box div:nth-child(2) {
        position: relative;
        width:30%;
        float:right;

    }
    #container .visual .ico_box div:nth-child(3) {
        position: relative;
        width:30%;
        left:35%;
    }
    #container .visual .ico_box div:nth-child(1) img,
    #container .visual .ico_box div:nth-child(2) img,
    #container .visual .ico_box div:nth-child(3) img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    /*why*/
    #container .why h2 {
    }
    #container .why p{
    }


    /* consultant */
    #container .consultant .bg_consultant {
        top:30px;
        height: calc(100%);
    }
    
    /* service */
    #container .service {
        padding-top:100px !important;
        /* padding-bottom:40px; */
    }  
    #container .service .inner {padding:0;}
    #container .service_bg {
        background:none;
    }
    #container .service .inner::before {
        display:none;
    }
    #container .service .service_slider {
        display:none;
    }
    #container .service li {
        position:relative;
    }
    #container .service li:nth-child(2) {
        padding-top: 80px;
        padding-bottom: 80px;
        margin-top: -50px;
    }
    #container .service li:nth-child(3) {
        margin-top:-50px;
    }
    #container .service li + li {
        margin-top:20px;
    }
    #container .service li::before {
        background: url(../images/main/bg_service.png) right bottom no-repeat;
        display: block;
        content: '';
        clear: both;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
    }
    #container .service li:nth-child(1):before {
        background-size: 60%;
        background-position: 120% 80%;
    }
    #container .service li:nth-child(2):before {
        transform: rotate(180deg);
        left: 0px;
        background-size: 60%;
        background-position: 120% 28%;
    }
    #container .service li:nth-child(3):before {
        background-size: 60%;
        background-position: 120% 80%;
        margin-bottom: -50px;
    }
    #container .service .service_box {
        display:block;
    }
    #container .service .text_box strong {
        font-size:22px;
    }
    #container .service .text_box {
        float:none;
        transform:none;
        margin-left:15px;
        margin-top:0;
        max-width:550px;

    }
    #container .service .img_box {
        float:none;
        text-align:center;
        margin-top: 50px;
    }
    #container .service .img_box div {
        position:relative;
    }
    #container .service .img_box img {
        width:50%;
        min-width:200px;
    }
    #container .service .img_box img:nth-child(2),
    #container .service .img_box img:nth-child(3) {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        transition: opacity 1.5s ease-out;
    }

    #container .service .img_box.active img:nth-child(3) {
         opacity: 0; 
    }
    
    /* graph */
    #container .graph {
        padding-top:16vw;

    } 
      #container .graph .chart_boxes li.chart_box {
          float:none;
          margin:0 auto;
      }
      #container .graph .chart_boxes li.chart_box + li.chart_box {
          margin-left:0;
          margin:40px auto 0;
      }
      #container .graph .chart_boxes > li.chart_box {
        width:100%;
      }
      #chart01,
      #chart02,
      #chart03 {
        max-width:536px;
        width:100%;
        max-height:394px;
        height:69.5vw;
        left: 50%;
        transform: translateX(-50%);
        /* height:70vw; */
        background:url(../images/main/m_graph_bg.png) no-repeat 0 0;
        background-size:100% auto;
      }
      .chart .bars li .bar {
        bottom: 1px;
      }
      .chart .bars {
        /* height:409px; */
        height:100%;
      }
      .chart .bars li {
        height:100%;

      }
      .chart .bars li span {
          font-size:12px;
      }
      #container .graph .chart_boxes li {height:100%;}
      #container .graph .chart_boxes .bars li:after {
        top:3.6%;
        bottom:4.3%;
        /* height:65vw; */
        max-width:380px;
        /* bottom:calc(100% - 72vw); */
      }

    /* suggestion */
    #container .suggestion .suggestion_lists li:nth-child(1) {
        width:50%;
    }
    #container .suggestion .suggestion_lists li:nth-child(2) {
        width:50%;
    }
    #container .suggestion .suggestion_lists li:nth-child(3) {
        float:none;
        margin:0 auto;
        width:100%;
    }
    
    /* inquiry */
        
    .inquiry_btn {
      width: 140px;
    }
    #container section.inquiry_sec h2.sub_ttl {
      margin-bottom:35px;
    }  
    
  
  }
  
  @media all and (max-width: 1024px) {
      #container .visual {
          margin-top:0;
      }
    section {
      padding-top: 0;
      height: auto;
    }
    section .table {
      display: block;
      height: auto;
    }
    /* section .table .t_ro {
      display: block;
    }
    section br.mo {
      display: block;
    } */
    section .top .sub_title {
      font-size: 24px;
      font-size: 3.333vw
    }
    /* section .top .title {
      margin-top: 30px;
      line-height: 1.3;
      font-size: 30px;
      font-size: 4.167vw;
    }
    section .top .title + .desc {
      margin-top: 20px;
      font-size: 14px;
      font-size: 1.944vw;
      line-height: 1.5;
    } */
    #header .inquiry_btn {
      background: url(../images/ico/ico_kakao.png) no-repeat center center / contain;
      text-indent: -99999px;
      width: 40px;
      height: 40px;
      border: none;
      right: 70px;
    }
    #header {
        height:60px;
    }
    #header .inner {
      height: 60px;
    }
    #header .logo {
      width: 162px;
    }
    #header .logo a img {
      width: 100%;
    }
    #header .gnb {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        margin-left: 0;
        border-top: 1px solid #ddd;
        padding: 60px 80px;
        width: 100%;
        background: #fff;
    }
    #header .gnb.on {
      display: block;
    }
    #header .gnb li {
      float: none;
      display: block;
      margin-bottom: 34px;
      margin-bottom: 6.071428%;
      text-align: center;
    }
    #header .gnb li:last-child {
      margin-bottom: 0;
    }
    #header .gnb li a {
      position: relative;
      display: inline-block;
      padding: 0 20px 10px;
      font-size: 30px;
      font-size: 4.167vw;
      font-weight: 500;
      line-height: 1;
      color:#000;
    }
    #header .gnb li:last-child a {
      color: #cf1c1d;
    }
    #header .gnb li a:hover::after {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 3px;
      background: #222;
      content: '';
    }
    #header .ham_btn {
      display: block;
      position: absolute;
      top: 50%;
      right: 15px;
      transform: translateY(-50%);
      width: 48px;
      height: 48px;
    }
    #header .ham_btn div {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 36px;
      height: 24px;
    }
    #header .ham_btn span {
      display: block;
      position: absolute;
      left: 0;
      width: 100%;
      height: 4px;
      background: #fff;
      transition: all .3s;
    }
    #header .ham_btn span:nth-child(1) {
      top: 0;
    }
    #header .ham_btn span:nth-child(2) {
      top: 50%;
      transform: translateY(-50%);
    }
    #header .ham_btn span:nth-child(3) {
      bottom: 0;
    }
    #header .ham_btn.on span {
      transition: all .3s;
      background-color:#000;
    }
    #header .ham_btn.on span:nth-child(1) {
      transform: rotate(-45deg) translate(-7px, 8px);
    }
    #header .ham_btn.on span:nth-child(2) {
      opacity: 0;
    }
    #header .ham_btn.on span:nth-child(3) {
      transform: rotate(45deg) translate(-6.5px, -6.5px);
    }
    .shadow_bg {display:none; /*opacity:0;*/}
    .shadow_bg.on {display:block;} 
    
    .container {
      padding-top: 60px;
      height: auto;
      overflow: auto;
      overflow-x: hidden;
    }

    /* graph */
    #container .graph .remark {
        display:none;
    }


  }
  
  
  @media all and (max-width: 960px) {
  
  }
  
  
  @media all and (max-width: 720px) {
      .only_web {display:none;}
      .only_mo {display:block;}
      #container section {padding-top:80px; padding-bottom:90px;}
      #container h2.sub_ttl {font-size:30px; line-height:1.5;}
      #container p.sub_desc {font-size:18px;}
  
  
    #header .inquiry_btn {
      /* position: fixed;
      top: auto;
      bottom: 50px;
      right: 30px;
      padding: 19px 0;
      width: 70px;
      height: 70px;
      border-radius: 50%;
      line-height: 1.4;
      font-size: 14px;
      font-weight: 500;
      transform: none;
      box-shadow: 0 15px 30px rgba(0,0,0,0.11), 0 5px 15px rgba(0,0,0,0.3); */
    }
    section .top .sub_title {
      font-size: 24px;
    }
    section .top .title {
      font-size: 30px;
    }
  
  
    /* visual */
    #container .visual {
        padding-bottom:0;
    }
    #container .visual .visual_text h2 strong {
        font-size:36px;
    }
    #container .visual .visual_text p {
        font-size:18px;
    }


    /*why*/
    #container .why h2 {
        font-size:30px;
    }
    #container .why p{
        font-size:18px; 
    }
    #container .why p.only_mo{
        max-width: 270px;
        word-break: keep-all;
        margin: 0 auto;
    }     
    #container .why .why_lists {
        margin: 60px 0 0;
    }    
    #container .why .why_lists li {
        width:100%;
    }
    #container .why .why_lists li + li {
        margin-top:30px;
    }

    #container .consultant h3 strong {
        display: block;
        padding-left: 0;
        background-size: 30px;
        width: 220px;
        margin: 0 auto;
        font-size: 26px;
        margin-left: 50%;
        transform: translate(-40%, 0);
    }
    #container .consultant h3 span {
        font-size:26px;
        padding-left:0;
    }

    #container .consultant .bg_consultant {
        top:-80px;
    }

    /* consultant */
    #container .consultant {
        padding-bottom:50px;
        margin-bottom:20px;
    }

    /* graph */
    #container .graph {
        padding-top:60px;
    }

    /* service */
    #container .service {
        padding-top:150px !important;
        padding-bottom:0;
    }
    #container .service li:nth-child(1):before {
        background-size: 80%;
        background-position: 200% bottom;

    }
    #container .service li:nth-child(2):before {
        background-size: 80%;
        background-position: 200% 20%;
    }
    #container .service li:nth-child(3):before {
        background-size: 80%;
        background-position: 200% 90%;
        
    }
      
    /* .chart .bars li .bar {
        bottom:2%;
    } */

    
    #container .service .img_box img {
        width:60%;
    }

    /* suggestion */
    #container .suggestion .suggestion_lists {
        padding:0;

    }
    #container .suggestion .suggestion_lists li {
        float: left;
        width: 100%;
        text-align: center;
        margin-top:32.5px;
    }

    #container .suggestion .suggestion_lists li:nth-child(1) {
        width:100%;
    }
    #container .suggestion .suggestion_lists li:nth-child(2) {
        width:100%;
    }
    #container .suggestion .suggestion_lists li:nth-child(3) {
    }
        
    #container .consultant .bg_consultant {
        top: calc(-12.5%);
        background: url(../images/main/m_visual_consultant.png) no-repeat center center;
        background-size: 350px auto;
    }

    
    /* hash_sec */
    #container .hash_sec {
        padding-top: 60px;
        padding-bottom: 0;
    }
    #container .hash_sec .inner {
        padding: 0;
    }    
    #container .hash_sec h2 {
        line-height: 1.3;
    }
    #container .hash_sec h2 br {
        display: block;
    }
    #container .hash_sec .hash_wrap {
        margin-top: 40px;
    }
    #container .hash_sec .hash_box {
        height: 350px;
    }
    #container .hash_sec .hash_box .hash_sub_title {
        margin-bottom: 20px;
    }
    #container .hash_sec .hash_box .hash_sub_desc {
        margin-bottom: 40px;
        font-size: 24px;
        line-height: 1.3;
    }
    #container .hash_sec .hash_box .hash_form {
        width: calc(100% - 32px);
        max-width: 460px;
    }
    #container .hash_sec .hash_box.input .hash_form input {
        margin-bottom: 15px;
        height: 43px;
        font-size: 14px;
    }
    #container .hash_sec .hash_box .back_btn,
    #container .hash_sec .hash_box .hash_form .black_btn {
        height: 43px;
        font-size: 14px;
        border-radius: 3px;
    }
    #container .hash_sec .hash_box.acnt_success .insta_thumb {
        width: 84px;
        height: 84px;
    }
    #container .hash_sec .hash_box.acnt_success .insta_id {
        margin: 15px 0;
        font-size: 21px;
    }
    #container .hash_sec .hash_box.acnt_success .info_detail {
        margin-bottom: 30px;
    }
    #container .hash_sec .hash_box.acnt_success .info_detail span {
        font-size: 13px;
    }
    #container .hash_sec .hash_box.acnt_success .info_detail span + span {
        margin-left: 20px;
    }
    #container .hash_sec .hash_box.acnt_success p {
        margin-bottom: 26px;
        font-size: 14px;
    }
    #container .hash_sec .hash_box.acnt_fail .img {
        margin-bottom: 25px;
    }
    #container .hash_sec .hash_box.acnt_fail .img img {
        width: 70px;
    }
    #container .hash_sec .hash_box.acnt_fail p {
        margin-bottom: 40px;
        font-size: 14px;
        line-height: 1.5;
    }
    #container .hash_sec .hash_box.acnt_fail .back_btn {
        width: calc(100% - 32px);
        max-width: 460px;
    }

    #container .hash_sec .hash_box.loading .loading_box {
        margin: 0 auto 30px;
        width: 45px;
        height: 45px;
    }
    #container .hash_sec .hash_box.loading .loading_box .loading_item {
        width: 7px;
        height: 7px;
    }
    #container .hash_sec .hash_box.loading .loading_box .loading_item:nth-child(1) {
        top: 0;
        left: 50%;
        margin-left: -3px;
    }
    #container .hash_sec .hash_box.loading .loading_box .loading_item:nth-child(2) {
        top: 6px;
        right: 6px;
    }
    #container .hash_sec .hash_box.loading .loading_box .loading_item:nth-child(3) {
        top: 50%;
        right: 0;
        margin-top: -3px;
    }
    #container .hash_sec .hash_box.loading .loading_box .loading_item:nth-child(4) {
        bottom: 6px;
        right: 6px;
    }
    #container .hash_sec .hash_box.loading .loading_box .loading_item:nth-child(5) {
        bottom: 0;
        left: 50%;
        margin-left: -3px;
    }
    #container .hash_sec .hash_box.loading .loading_box .loading_item:nth-child(6) {
        bottom: 6px;
        left: 6px;
    }
    #container .hash_sec .hash_box.loading .loading_box .loading_item:nth-child(7) {
        top: 50%;
        left: 0;
        margin-top: -3px;
    }
    #container .hash_sec .hash_box.loading .loading_box .loading_item:nth-child(8) {
        top: 6px;
        left: 6px;
    }
    #container .hash_sec .hash_box.loading .txt {
        font-size: 14px;
    }
    #container .hash_sec .hash_pop_box {
        padding-top: 45px;
        padding-bottom: 34px;
        width: 90%;
        height: auto;
        border-radius: 14px;
    }
    #container .hash_sec .hash_pop_box .close_btn {
        top: 15px;
        right: 15px;
        width: 20px;
    }
    #container .hash_sec .hash_pop_box .close_btn img {
        width: 100%;
    }
    #container .hash_sec .hash_pop_box h3 {
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 1.3;
    }
    #container .hash_sec .hash_pop_box p {
        margin-bottom: 13px;
        font-size: 13px;
    }
    #container .hash_sec .hash_pop_box .hash_form {
        width: calc(100% - 48px);
    }
    #container .hash_sec .hash_pop_box .hash_form input {
        height: 43px;
        font-size: 14px;
    }
    #container .hash_sec .hash_pop_box .hash_form .button_wrap {
        margin-top: 16px;
    }
    #container .hash_sec .hash_pop_box .hash_form .button_wrap button {
        width: calc(50% - 5px);
        height: 43px;
        font-size: 14px;
    }
    #container .hash_sec .hash_pop_box .hash_form .button_wrap .ok_btn {
        margin-left: 10px;
    }

    
    /* inquiry */
    .inquiry_sec .top .desc {
      margin: 16px 0 40px;
    }
    .inquiry_sec .bottom {
      width: 88.414634%;
    }
    .inquiry_sec .bottom dl {
      position: relative;
    }
    .inquiry_sec .bottom dl:nth-child(1) dt,
    .inquiry_sec .bottom dl:nth-child(2) dt {
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      width: auto;
      font-size: 14px;
    }
    .inquiry_sec .bottom dt input[type="text"] {
      font-size: 14px;
      font-size: 1.944vw;
    }
    .inquiry_sec .bottom dl:nth-child(1) dd input[type="text"] {
      padding-left: 90px;
    }
    .inquiry_sec .bottom dl:nth-child(2) dd input[type="text"] {
      padding-left: 50px;
    }
    .inquiry_sec .bottom dl + dl {
      margin-top: 20px;
    }
    .inquiry_sec .bottom .radio_wrap .row_l {
      display: block;
      margin: 0;
      margin-bottom: 20px;
    }
    .inquiry_sec .bottom .radio_wrap input[type="radio"] + label {
      font-size: 14px;
    }
    .inquiry_sec .bottom .button {
      margin-top: 30px;
      width: 240px;
    }
    .inquiry_sec .bottom .button button {
      height: 50px;
      font-size: 24px;
    }
    .inquiry_sec .bottom .checkbox_wrap input[type="checkbox"] + label {
      font-size: 14px;
      line-height: 1;
      background-size: auto 100%;
    }
    .inquiry_sec .bottom .checkbox_wrap input[type="checkbox"]:checked + label {
      background-size: auto 100%;
    }
    #footer {
      padding: 40px 0;
    }
    #footer .foot_logo {
      display: block;
      margin: 0 auto;
      width: 162px;
      height: 24px;
    }
    #footer .foot_logo img {
      width: 100%;
    }
    #footer .info {
      display: block;
      margin-left: 0;
      margin-top: 30px;
      text-align: center;
    }
    #footer .info address,
    #footer .info .copy {
      font-size: 13px;
    }
    #footer .info address span::after {
      display: none;
    }
    #footer .info address span {
    display: inline;
    }
    .popup_wrap .popup {
      width: 300px;
      height: 400px;
    }
    .popup_wrap .popup .content {
      height: calc(100% - 50px);
    }
  }
  
  
  @media all and (max-width: 640px) {
    .chart .bars li .bar {
        bottom:0.5%;
    }

  }

  @media all and (max-width: 500px) {
    .chart .bars li .bar {
        bottom:1%;
    }
  }

  @media all and (max-width: 414px) {
    .chart .bars li .bar {
        bottom:2%;
    }
  }


  @media all and (max-width: 375px) {
    .chart .bars li .bar {
        bottom:3%;
    }
  }
  
  @media all and (max-width: 370px) {
    #header .call_btn {
      padding: 0;
      width: 38px;
      height: 38px;
      background-position: center center;
      border-radius: 50%;
      text-indent: -9999em;
    }
    section .top .title {
      font-size: 26px;
    }
    section .top .title + .desc {
      font-size: 12px;
    }
    .effect_sec .top .title + .desc {
      font-size: 12px;
    }
    .effect_sec .top .desc + p {
      font-size: 12px;
    }
    .service_sec .slide_wrap.mo .text_wrap .subject {
      font-size: 22px;
    }
    .service_sec .slide_wrap.mo .text_wrap .desc {
      font-size: 12px;
    }
    .service_sec .slide_wrap.mo .recommend_wrap > p {
      font-size: 18px;
    }
    .fee_sec .card .text .desc {
      font-size: 12px;
    }
    .fee_sec .card .text .desc + p {
      font-size: 11px;
    }
    .service_sec .slide_wrap.mo .recommend_wrap .slide_box p {
      font-size: 11px;
    }

    #container .hash_sec .hash_box .hash_sub_desc {
        font-size: 22px;
    }

  }