input:focus {outline:none;}
  .my_box {max-width:780px;width: 100%; margin:0 auto;  border-radius:10px; box-shadow: 0px 3px 11px rgba(0,0,0,0.3); overflow: hidden; position: absolute; top: 53%; left: 50%; transform: translate(-50%,-50%);}
  .my_box .my_txt {height:570px; width:100%; background:#fff; padding:50px 60px;  overflow-y: scroll; -ms-overflow-style: none;  overscroll-behavior: contain}
  .my_box .my_txt{ }
  .my_box .my_txt .close {position:relative; left:100%; top:-5%;}
  .my_box .my_txt::-webkit-scrollbar{ display:none; }
  .my_box .my_txt h2 {font-size:1.7em; font-family: 'GmarketSansMedium'; font-weight:400; margin-bottom:25px;}
  .my_box .my_txt h2 b {color:#5ac2d3;}
  .my_box .my_txt .line {width:45px; height:3px; background:#5ac2d3; position: relative; margin-bottom:30px;}
  .my_box .my_txt .line:after {content:''; width:45px; height:3px; background:#ccc; position: absolute; left:48px;}
  .my_box .my_txt table {width: 100%; border-collapse: collapse;}
  .my_box .my_txt table th {background:#f6f9f9; color:#4e99a5; border:1px solid #e1e8e8; padding: 11px 0 9px 0; text-align: center; font-weight: 300; font-size:1.1em;  font-family: 'GmarketSansMedium';}
  .my_box .my_txt table td {border:1px solid #e1e8e8; text-align:center; font-size:1.1em; padding:8px 0px; color:#90a7ab;}
  .my_box .my_txt table td a {display: inline-block; padding: 3px 10px 4px 10px; color: #fff; background: #5ac2d3; border-radius: 3px;}

  @media screen and (max-width:992px) {
    .my_box {width: 90%;}
    .my_box .my_txt  {padding: 35px;}
  }
  @media screen and (max-width:550px) {
    .my_box .my_txt {height:500px; padding:35px 25px;}
    .my_box {width: 90%;}
     .my_box .my_txt table th {font-size: .9em;}
      .my_box .my_txt table td {font-size: .85em;}
       .my_box .my_txt table td a {padding: 2px 5px 4px 5px;}
       .my_box .my_txt .close {position:relative; left:93%; top:-5%;}
  }
  @media screen and (max-width:380px) {
  .my_box .my_txt .close {position:relative; left:93%; top:-5%;}
  }
  @media screen and (max-width:330px) {
  .my_box .my_txt .close {position:relative; left:90%; top:-5%;}
  }