#wrap{
  width:1000px;
  margin: 0 auto;
}
@media only screen and (max-width : 999px){
  #wrap{
    width:100%;
    padding-left:5px;
    padding-right:5px;
    box-sizing:border-box;
  }
}
#header{
  width:100%;
  height:180px;
  box-sizing:border-box;
}
#header .top{
  position:relative;
  height:100px;
  padding-top:35px;
}
#header .top>.logo{
  display:inline-block;
}
#header .top>.logo>strong{
  display:inline-block;
  padding-left:5px;
  font-size:2.5rem;
  line-height:34px;
  vertical-align:top;
}
#header .top>.info{
  position:absolute;
  top:37px;
  right:0;

}
#header .top>.info>strong.tit{
  display:inline-block;
  height:40px;
  padding: 0 10px;
  margin-right:10px;
  font-size:1.4rem;
  line-height:40px;
  font-weight:400;
  color:#fff;
  background-color:#0095da;
}
#header .top>.info>a.tel{
  display:inline-block;
  font-family: 'GmarketSansBold';
  font-size:2rem;
  line-height:40px;
  font-weight:400;
}
#header .top >a.telM{
  display:none;
  position:absolute;
  top:17px;
  right:0;
}
#header .top >a.telM>img{
  width:37px;
}
#header .middle{
  width:100%;
  height:60px;
}
#header .middle>strong{
  display:inline-block;
  width:100%;
  height:100%;
  font-family: 'GmarketSansBold';
  font-size:2rem;
  line-height:64px;
  color:#fff;
  text-align:center;
  background-color:#202880;
}
@media only screen and (max-width : 999px){
  #header{
    height:auto;
    margin-bottom:20px;
  }
  #header .top{
    height:70px;
    padding-top:20px;
  }
  #header .top>.logo>img{
    width:90px;
  }
  #header .top>.logo>strong{
    font-size:2.1rem;
    line-height:25px;
  }
  #header .top>.info{
    display:none;
  }
  #header .top >a.telM{
    display:inline-block;
  }

}
@media only screen and (max-width : 460px){
  #header .middle>strong{
    font-size:1.7rem;
  }
}


#nav, #nav>li, #nav>li>a{
  display:inline-block;
}
#nav{
  width:100%;
  text-align:center;
  border-top:1px solid #c3c2c1;
  border-bottom:1px solid #c3c2c1;

}
#nav>li{
  padding-left:10px;
  padding-right:10px;
}
#nav>li>a{
  padding-left:20px;
  padding-right:20px;
  font-size:1.3rem;
  line-height:60px;
}
#nav>li:hover>a,#nav>li.active>a{
  color:#fff;
  background-color:#202880;
}
@media only screen and (max-width : 999px){
  #nav{
    white-space: nowrap;
    overflow-x: auto;
		overflow-y:hidden;
  }
  #nav>li{
    padding-left:0;
    padding-right:0;
  }
  #nav>li>a{
    padding-left:15px;
    padding-right:15px;
  }
}

.event{
  width:100%;
  padding:0 0 0 20px;
  margin-bottom:20px;
  /*border: 10px solid #ed0c6e;*/
  border: 1px solid #c3c2c1;
  box-sizing:border-box;
  background-color:#fff;
  text-align:left;
}
.event>strong.tit, .event>strong.tit>b{
  display:inline-block;
  width:339px;
  font-family: 'GmarketSansBold';
  font-size:2.9rem;
  line-height:2.9rem;
  font-style: italic;
  vertical-align:top;
}
.event>strong.tit{
  padding-top:20px;
  padding-left:10px;
}
.event>strong.tit>b{
  width:100%;
  color:#ed0c6e;
}
.event>ul, .event>ul>li{
  display:inline-block;
  vertical-align:top;
}
.event>ul>li{
  width:213px;
  height:112px;
  padding-top:30px;
  background-color:#ed0c6e;
  box-sizing:border-box;
}
.event>ul>li:nth-child(2){
  background-color:#f37024;
}
.event>ul>li:nth-child(3){
  padding-top:25px;
}
.event>ul>li span, .event>ul>li strong{
  display:inline-block;
  width:100%;
  text-align:center;
  color:#fff;
}
.event>ul>li span{
  padding-bottom:5px;
  font-family: 'GmarketSansLight';
  font-size:1.4rem;
  line-height:1.4rem;
}
.event>ul>li strong{
  font-family: 'GmarketSansBold';
  font-size:2.5rem;
  line-height:2.5rem;
    font-weight: 400;
}
@media only screen and (max-width : 999px){
  .event{
    padding: 10px 0 0 0;
    text-align:center;
  }
  .event>strong.tit, .event>strong.tit>b{
    width:100%;
    font-size:2.3rem;
    line-height:2.3rem;
  }
  .event>strong.tit{
    padding-top:10px;
    padding-bottom:10px;
  }
  .event>ul{
    width:100%;
  }
  .event>ul>li{
    width:33.3%;
  }
  .event>ul>li:nth-child(3){
    padding-top:30px;
  }
  .event>ul>li span{
    font-size:1.2rem;
    line-height:1.2rem;
  }
  .event>ul>li strong{
    font-size:2rem;
    line-height:2rem;
  }
}
@media only screen and (max-width : 460px){
  .event>ul>li{
    width:100%;
    height:75px;
    padding-top:15px;
  }
  .event>ul>li:nth-child(3){
    padding-top:10px;
  }
}


.cable{
  width:100%;
  height:240px;
  margin-bottom:20px;
  text-align:center;
}
.cable .box{
  display:table;
  float: left;
  width:490px;
  height:100%;
  border: 1px solid #c3c2c1;
  background-color:#fff;
  box-sizing:border-box;
}
.cable .box:hover{
  border: 8px solid #f15a22;
}
.cable .box.left{
  margin-right:20px;
}
.cable .box>div{
  display:table-cell;
  vertical-align:middle;
}
.cable .box strong, .cable .box strong>b, .cable .box span, .cable .box a.btn{
  display:inline-block;
}
.cable .box strong{
  padding: 0  15px  20px 15px;
  margin-bottom:15px;
  border-bottom: 1px solid #cccccc;
}
.cable .box strong>b{
  padding-left:10px;
  font-size:2.5rem;
  line-height:36px;
  font-weight:500;
  vertical-align:top;
}
.cable .box span{
  width:100%;
  margin-bottom:15px;
  text-align:center;
  font-size:1.1rem;
  line-height:20px;
  font-weight:500;
}
.cable .box a.btn{
  width:220px;
  height:50px;
  padding: 0  20px;
  border-radius:60px;
  font-size:1.7rem;
  line-height:50px;
  color:#fff;
  text-align:left;
  background: url(../../img/btnBg.png) 180px center no-repeat #f15a22;
}
@media only screen and (max-width : 999px){
  .cable{
    width:100%;
    height:420px;
    margin-bottom:0;
    text-align:center;
  }
  .cable .box{
    float: auto;
    width:100%;
    height:200px;
  }
  .cable .box.left{
    margin-right:0;
    margin-bottom:5px;
  }
  .cable .box a.btn{
    font-size:1.5rem;
    font-weight:600;
  }
}
@media only screen and (max-width : 460px){
  .cable .box strong>img{
    width:96px;
  }
  .cable .box strong>b{
    font-size:2.2rem;
    line-height:30px;
  }
}

.product{
  margin-bottom:20px;
}
.product>ul, .product>ul>li{
  display:inline-block;
  height:195px;
  text-align:center;
}
.product>ul{
  width:100%;
}
.product>ul>li{
  width:320px;
  margin-left:20px;
  border:1px solid #cccccc;
  background-color:#fff;
  box-sizing:border-box;
}
.product>ul>li:first-child{
  margin-left:0;
}
.product>ul>li>div.tit{
 height:110px;
}
.product>ul>li:nth-child(1)>div.tit{
  background-color:#3a9948;
}
.product>ul>li:nth-child(2)>div.tit{
  background-color:#2a317f;
}
.product>ul>li:nth-child(3)>div.tit{
  background-color:#009183;
}
.product>ul>li div.tit>strong, .product>ul>li div.tit>span{
  display:inline-block;
  width:100%;
  color:#fff;
}
.product>ul>li div.tit>strong{
  padding-top:27px;
  font-family: 'GmarketSansBold';
  font-size:2.3rem;
  line-height:2.3rem;
}
.product>ul>li div.tit>strong.long{
  padding-top:17px;
  font-family: 'GmarketSansBold';
  font-size:2.3rem;
  line-height:2.2rem;
  letter-spacing:-0.1rem;
}

.product>ul>li div.tit>span{
  font-size:1.1rem;
  line-height:1.3rem;
}
.product>ul>li strong.price, .product>ul>li span.txt{
  display:inline-block;
  width:100%;
}
.product>ul>li strong.price{
  height:56px;
  font-family: 'GmarketSansBold';
  font-size:2.2rem;
  line-height:56px;
}
.product>ul>li span.txt{
  height:24px;
  font-size:1rem;
  line-height:24px;
  border-top:1px solid #cccccc;
}
@media only screen and (max-width : 999px){
  .product>ul>li{
    width:100%;
    height:auto;
    margin-left:0;
    margin-bottom:5px;
  }
  .product>ul>li>div.tit{
   height:auto;
   padding-top:10px;
   padding-bottom:10px;
  }
  .product>ul>li div.tit>strong{
    padding-top:10px;
    font-size:2rem;
    line-height:2rem;
  }
  .product>ul>li strong.price{
    height:42px;
    font-size:1.8rem;
    line-height:44px;
  }
  .product>ul>li span.txt{
    font-size:0.9rem;
  }
}


#footer{
  position:relative;
  padding-top:30px;
  border-top:1px solid #c3c2c1;
}
#footer>a.logo, #footer>div{
  display:inline-block;
  padding-right:20px;
  vertical-align:top;
}
#footer>div.address{
  font-size:0.95rem;
  line-height:1.3rem;
  font-weight:500;
}
#footer>div.address>span{
  display:inline-block;
  width:100%;
  font-size:0.7rem;
  line-height:0.8rem;
  color:#555;
  text-transform:uppercase;
}
#footer>a.info{
  display:block;
  position:absolute;
  top:25px;
  right:0;
  height:36px;
  border: 1px solid #0095da;
  box-sizing: border-box;
}
#footer>a.info>strong{
  position:relative;
  display:inline-block;
  padding: 0 20px;
  height:100%;
  font-size:1.3rem;
  line-height:36px;
  color:#fff;
  font-weight:400;
  background-color:#0095da;
}
#footer>a.info>b{
  display:inline-block;
  padding-left:10px;
  padding-right:10px;
  font-family: 'GmarketSansBold';
  font-size:1.6rem;
  line-height:36px;
}
#footer>a.info>strong>img{
  display:none;
  position: absolute;
  top: 13px;
  right:5px;
  width: 36px;
  animation: 0.08s ease-in infinite alternate-reverse vibration;
}
@keyframes vibration {
  0% {transform: rotate(-7deg);}
  100% {/* transform: rotate(7deg); */}
}
@media only screen and (max-width : 999px){
  #footer{
    text-align:center;
    padding-bottom:70px;
  }
  #footer>a.logo, #footer>div{
    width:100%;
    padding-right:0;
  }
  #footer>a.info{
    position:fixed;
    top:auto;
    bottom:0;
    right:0;
    width:100%;
    height:60px;
    margin-top:0;
    margin-bottom:0;
    background-color:#fff;
    border:2px solid #0095da;
  }
  #footer>a.info>strong{
    float:left;
    padding-left:10px;
    padding-right:50px;
    font-size:2rem;
    line-height:56px;
  }
  #footer>a.info>strong>img{
    display:inline-block;
  }
  #footer>a.info>b{
    font-size:2.4rem;
    line-height:60px;
  }
}
@media only screen and (max-width : 435px){
  #footer>a.info{
    min-width:310px;
  }
    #footer>a.info>strong{
      font-size:0;
    }
    #footer>a.info>strong>img{
      right:10px;
    }
}




.productMain{
  width:100%;
  margin-bottom:20px;
}
.productMain>ul{
  display:inline-block;
  width:100%;
}
.productMain>ul>li{
  position:relative;
  display:inline-block;
  width:49%;
  height:240px;
  margin-left:2%;
  margin-top:20px;
  background-color:#fff;
  box-sizing: border-box;
}
.productMain>ul>li:nth-child(1), .productMain>ul>li:nth-child(3){
  margin-left:0;
  margin-top:0;
}
.productMain>ul>li:nth-child(2){
  margin-top:0;
}
.productMain>ul>li>div.outline{
  width:100%;
  height:100%;
  border:1px solid #c3c2c1;
}
.productMain>ul>li>div.outline:hover{
  border: 5px solid #f15a22;
}
.productMain>ul>li>div.outline i{
  position:absolute;
  top:5px;
  right:5px;
  padding-left:15px;
  padding-right:15px;
  font-size:1.1rem;
  line-height:30px;
  font-style: normal;
  color:#fff;
  font-weight:500;
  background-color:#0095da;
}

.productMain>ul>li div.box{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  box-sizing: border-box;
}
.productMain>ul>li div.box div.tit{
  padding-top:30px;
  padding-left:30px;
  padding-bottom:15px;
  box-sizing:border-box;
}
.productMain>ul>li div.box div.tit span, .productMain>ul>li div.box div.tit strong, .productMain>ul>li>div p{
  display:inline-block;
  width:100%;
}

.productMain>ul>li>div div.tit span{
  font-family: 'GmarketSansBold';
  font-size:1rem;
  line-height:20px;
}
.productMain>ul>li>div div.tit strong{
  font-family: 'GmarketSansBold';
  font-size:2rem;
  line-height:30px;
  color:#023f88;
}
.productMain>ul>li>div div.tit strong>b{
  font-size:2rem;
  line-height:30px;
  font-weight:600;
}
.productMain>ul>li>div div.tit strong.long{
  letter-spacing:-0.2rem;
}
.productMain>ul>li>div p{
  padding-left:30px;
  font-size:1rem;
  line-height:1.2rem;
  font-weight:500;
  box-sizing: border-box;
}
.productMain>ul>li>div b.line{
  display:inline-block;
  width:100%;
  height:1px;
  margin-top:20px;
  background-color:#c3c2c1;
}
.productMain>ul>li>div div.btn{
  display:inline-block;
  width:220px;
  height:42px;
  padding: 0  20px;
  margin-left:20px;
  margin-top:25px;
  border-radius:60px;
  font-size:1.7rem;
  line-height:42px;
  color:#fff;
  text-align:left;
  background: url(../../img/btnBg.png) 180px center no-repeat #f15a22;
  box-sizing:border-box;
  }
@media only screen and (max-width : 999px){
  .productMain>ul>li{
    width:100%;
    margin-left:0;
    margin-top:0;
    margin-bottom:10px;
  }
  .productMain>ul>li.long{
    height:270px;
  }
  .productMain>ul>li>div div.tit strong>b{
    display:inline-block;
    width:100%;
  }
}


#container{
  width:100%;
  padding:20px;
  margin-bottom:20px;
  border: 1px solid #c3c2c1;
  background-color:#fff;
  box-sizing:border-box;
}
#container div.tit{
  position:relative;
  padding-left:28px;
  width:100%;
  height:30px;
  margin-bottom:10px;
  font-family: 'GmarketSansBold';
  font-size:1.8rem;
  line-height:30px;
  background: url(../../img/titBg.png) left top no-repeat;
  box-sizing:border-box;
}
  #container span.explain{
  display:none;
  margin-bottom:10px;
  font-family: 'Noto Sans KR', sans-serif;
  font-size:1rem;
  line-height:15px;
  letter-spacing:-0.1rem;
  vertical-align:top;
}
@media only screen and (max-width : 999px){
  #container div.tit.tableSt{
    margin-bottom:0;
  }
  #container span.explain{
    display:inline-block;

  }
}

#container table.style1{
  width:100%;
  border: 1px solid #c3c2c1
}
#container table.style1 tbody tr th, #container table.style1 tbody tr td{
  padding-top:10px;
  padding-bottom:10px;
  font-size:1.4rem;
  line-height:1.5rem;
  text-align:center;
  border-top:1px solid #c3c2c1;
}
#container table.style1 tbody tr th{
  background-color:#f2f2f2;
  word-break:keep-all;
}
#container table.style1 tbody tr td{
  padding-left:5px;
  padding-right:5px;
  border-left:1px solid #c3c2c1;
  word-break:keep-all;
}
#container span.info{
  display:inline-block;
  width:100%;
  height:20px;
  margin-bottom:20px;
  font-size:0.9rem;
  line-height:20px;
  color:#999;
  text-align:right;
}
@media only screen and (max-width : 999px){
  #container table.style1 tbody tr th, #container table.style1 tbody tr td{
    font-size:1.3rem;
    line-height:1.6rem;
  }
}


#container table.style2{
  width:100%;
}
#container table.style2 tbody tr th, #container table.style2 tbody tr td{
  font-size:1rem;
  line-height:1.1rem;
}
#container table.style2>tbody>tr>th, #container table.style2>tbody>tr>td{
  text-align:center;
}
#container table.style2 table.style2_1>tbody>tr>th, #container table.style2 table.style2_1>tbody>tr>td{
  padding-top:7px;
  padding-bottom:7px;
  border-top:1px solid #c3c2c1;
}
#container table.style2 .tt008, #container table.style2 .tt009, #container table.style2 .tt010, #container table.style2 .tt011{
  font-size:1.1rem;
  line-height:1.2rem;
  font-weight:600;
  color:#fff;
}
#container table.style2_1{
  width:98%;
}
#container table.style2_1.marginR2{
  margin-right:2%;
}
#container table.style2 .tt008{
  background-color:#a8cb63;
}
#container table.style2 .tt009{
  background-color:#f8b155;
}
#container table.style2 .tt010{
  background-color:#e8aac1;
}
#container table.style2 .tt011{
  background-color:#85c4cd;
}
#container table.style2 .tt006{
  background-color:#f1f1f1;
}
@media only screen and (max-width : 999px){
  .tableBox{
    width:100%;
    overflow-x:scroll;
  }

  #container table.style2{
    width:1000px;
  }
}
