input:focus {outline:none;}
  .vr_box {max-width:1050px; margin:0 auto; margin-top:95px; border-radius:10px; box-shadow: 0px 3px 11px rgba(0,0,0,0.3); overflow: hidden;}
  .vr_box .vr_txt {height:650px; width:100%; padding:50px 60px; background:#fff; overflow-y: scroll; -ms-overflow-style: none;  overscroll-behavior: contain}
  .vr_box .vr_txt{ }
  .vr_box .vr_txt::-webkit-scrollbar{ display:none; }
  .vr_box .vr_txt h2 {font-size:1.7em; font-family: 'GmarketSansMedium'; font-weight:400; margin-bottom:25px;}
  .vr_box .vr_txt h2 b {color:#5ac2d3;}
  .vr_box .vr_txt .line {width:45px; height:3px; background:#5ac2d3; position: relative; margin-bottom:30px;}
  .vr_box .vr_txt .line:after {content:''; width:45px; height:3px; background:#ccc; position: absolute; left:48px;}
  .vr_box .vr_txt p {font-size:1em; font-family: 'GmarketSansLight'; margin-top:2px;}

  .vr_box .list_cont:after {content: ''; clear:both; display:table;}
  .vr_box .vr_tit {font-size:1.25em; background:#5ac2d3; color:#fff; display:inline-block; padding:3px 13px; border-radius:50px; font-weight:300; font-family: 'GmarketSansMedium'; margin-bottom:10px; margin-left:1%;}
  .vr_box .list_cont .list_box {float:left; width:31.33%; margin:1%; margin-bottom:50px;}
  .vr_box .list_cont .list_box .list_img {width:100%; height:270px; background:#f2f2f2; transition: .3s; border-radius:5px;}
  .vr_box .list_cont .list_box .list_txt {margin-top:10px;}
  .vr_box .list_cont .list_box .list_txt .list_tit {font-size:1.4em; color:#434348; font-family: 'GmarketSansMedium'; }
  .vr_box .list_cont .list_box .list_txt .list_content {font-size:1.0em; margin-top:10px; color:#999; font-family: 'Noto Sans KR', sans-serif;}
  .vr_box .list_cont .list_box:hover .list_img {opacity: .7;}



  @media screen and (max-height:900px){
    .vr_box {margin-top:70px;}
    .vr_box .vr_txt {height:550px; padding:45px 60px;}
    .vr_box .vr_txt .wid_log {margin-top:25px;}
  }
  @media screen and (max-height:800px){
    .vr_box .vr_txt {height:500px;}
  }

  @media screen and (max-width:992px) {
    .vr_box .logo_img_box {display:none;}
    .vr_box {width:90%; margin:0 5%; margin-top:135px; }
    .vr_box .vr_txt {width:100%;}

    .vr_box .list_cont .list_box .list_img {height:175px;}
    .vr_box .list_cont .list_box .list_txt .list_tit {font-size:1.25em;}
    .vr_box .list_cont .list_box .list_txt .list_content {font-size:.8em; }
  }
  @media screen and (max-width:550px) {
    .vr_box {width:90%; margin:0 5%; margin-top:35px; }
    .vr_box .vr_txt {width:100%; padding:30px 25px; height:500px;}
    .vr_box .vr_txt h2 {font-size:1.5em;}
    .vr_box .vr_txt .line {margin-bottom:30px;}

    .vr_box .vr_tit {font-size:1.2em;}
    .vr_box .list_cont .list_box {float:left; width:100%; margin:0; margin-bottom:40px;}
    .vr_box .list_cont .list_box .list_img {height:300px;}


  }
  @media screen and (max-width:380px) {
    .vr_box .vr_txt {height:450px;}
    .vr_box .list_cont .list_box .list_img {height:270px;}
  }
  @media screen and (max-width:330px) {
    .vr_box .vr_txt {height:400px;}
    .vr_box .vr_txt .bt_log {margin-right:2.5%;}

    .vr_box .list_cont .list_box .list_img {height:240px;}
  }