@charset "utf-8";

#wrap{width: 100%; height: 100%; overflow: hidden; }
.inner{max-width: 1440px; margin: 0 auto;}


.header-wrap .menu1{float: left; display: inline-block;}
.header-wrap .menu2{float: right; display: inline-block;}
.menu1 .clear li, .menu2 .clear li{float: left; color: #000;}
.menu1 .clear li a, .menu2 .clear li a{color: #000; font-size: 16px; transition: all .5s;}
.menu1 .clear li:hover a, .menu2 .clear li:hover a{color: #fb3d40;}
.menu1 .clear li{margin-right: 40px;}
.menu2 .clear li{margin-left: 40px;}

/* header-mobile */
.open-ul li:first-child{float: left;}
.open-ul li:last-child{float: right;}
.open{
  font-size: 0;
  display: block;
  color: #111;
}
.open-menu{
  display: none;
  width: 70vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: -70vw;
  background-color: #fb3d40;
  z-index: 99;
}
.open-nav{
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
}
.open-nav a{
  display: block;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 32px;
}
.close{
  display: block;
  color: #fff;
  position: absolute;
  top: 30px;
  right: 30px;
}
.open-log{display: none;}
.open-log a{
  display: inline-block;
  color: #111;
}
.open-log .log1{margin-right: 5px;}

/* main 본문 */

.category-wrap{width: 100%; height: 100%; position: relative; margin-bottom: 50px;height: 50px;margin-top: 50px;}

.tab-tit .clear li{float: left; margin-right: 15px;}
.tab-tit .clear li:last-child{margin-right: 0;}
.tab-tit .clear li a{display: block; font-size: 16px; padding: 5px 15px; border-radius: 10px; border: 1px solid #d3d3d3; transition: all .5s; font-weight: 300;}
.tab-tit .clear li:hover a{background-color: #fb3d40; border: 1px solid #fb3d40; color: #fff;}
.tab-tit .clear li.on a{background-color: #fb3d40; border: 1px solid #fb3d40; color: #fff;}

.search{
  position: absolute;
  top: 0;
  right: 0;
}

input[type=text], input[type=password]{
  width: 280px;
  height: 33px;
  /* border: 2px solid #333; */
  padding-left: 20px;
}
.search-btn{
  position: absolute;
  top: 0;
  right: 0;
  width: 33px;
  height: 33px;
  color: #fff;
  background-color: #333;
  border-radius: 0 30px 30px 0;
  cursor: pointer;
}

.content-wrap{
  width: 100%;
  height: 100%;
  position: relative;
}

.content-wrap .check-wrap{
  width: 100%;
  height: 140px;
  background-color: #e8ebf0;
  font-size: 20px;
  text-align: center;
  line-height: 140px;
  font-weight: 800;
}
.content-wrap .img-box{
  width: 125px;
  height: 125px;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}

#content{
  /* padding-top: 50px; */
}

.tab_wrap > .tab_tit > .clear > li{
  float: left;
  width: 33.3%;
  /* padding: 15px; */
  text-align: center;
  box-sizing: border-box;
  margin-right: 0;
  font-size: 20px;
  background-color: #f5f5f5;
  cursor: pointer;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}
.tab_wrap > .tab_tit > .clear > li > a{
  padding: 15px;
  width: 100%;
  display: inline-block;
}

.tab_wrap > .tab_tit > .clear > li.on{
  background-color: #fb3d40;
  color: #fff;
}
.tab_wrap > .tab_tit > .clear > li.on a{
  color: #fff;
}
.tab_con .cont{
  display: none;
}
.tab_con > .cont:first-child{display: block;}


.info-table{
  margin-bottom: 70px;
}
.info-table table{
  border-top: 2px solid #000;
  border-spacing: 0;
  width: 100%;
}
.info-table table td, .info-table table th{
  border-bottom: 1px solid #d3d3d3;
}
.info-table table th{
  width: 20%;
  padding: 30px 0;
  background-color: #f5f5f5;
  font-size: 16px;
}
.info-table table td{
  width: 80%;
  text-align: right;
}
.info-table input[type=text]{
  width: 98%;
  height: 40px;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  padding-left: 10px;
}

.info-table input[type=password]{
  width: 98%;
  height: 40px;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  padding-left: 10px;
}

.info-table .birth input[type=text]:nth-child(1){
  width: 40%;
  height: 40px;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  padding-left: 10px;
  margin-right: 1%;
}
.info-table .birth input[type=text]:nth-child(2){
  width: 28%;
  height: 40px;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  padding-left: 10px;
  margin-right: 1%;
}
.info-table .birth input[type=text]:nth-child(3){
  width: 28%;
  height: 40px;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  padding-left: 10px;
}
.pl-9{padding-left: 9px;}
.pl-24{padding-left: 24px;}

.text-left{text-align: left !important;}

.info1{margin-bottom: 40px;}

.info-table label{
  display: inline-block;
  width: 100px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  font-size: 15px;
  border-radius: 5px;
  position: relative;
}
.info-table input[type=radio]{
  appearance: none;
  width: 100px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #d3d3d3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.info-table label input[type=radio]:checked{
  background-color: #d3d3d3;
}

.btn-box{text-align: center;}
.btn-box .check-btn{
  display: inline-block;
  width: 150px;
  height: 60px;
  border-radius: 30px;
  border: 1px solid #d3d3d3;
  margin-right: 10px;
  text-align: center;
  line-height: 58px;
  transition: all .5s;
}
.btn-box .check-btn:hover{
  background-color: #fb3d40;
  border: 1px solid #fb3d40;
  color: #fff;
}


.history-box{
  padding: 30px;
  border: 5px solid #f5f5f5;
  margin-bottom: 20px;
}

.history-box .select{
  display: inline-block;
  width: 150px;
  height: 32px;
  padding: 5px;
  border: 1px solid #d3d3d3;
  margin-right: 20px;
}

.history-box .btn-date-wrap{
  display: inline-block;
  margin-right: 20px;
}
.history-box .btn-date{
  text-align: center;
  padding: 6px 8px;
  border: 1px solid #dadada;
  background-color: #f8f8f8;
  margin-right: -5px;
  cursor: pointer;
  font-size: 12px;
}

.history-box .btn-view{
  padding: 6px 8px;
  background-color: #495164;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  margin-left: 10px;
  cursor: pointer;
}

.view-date{margin-bottom: 20px;}
.view-date table{
  width: 100%;
}
.view-date table td{width: 50%; font-size: 22px;}
.view-date table td:first-child{text-align: left;}
.view-date table td:last-child{text-align: right;}

.view-table{
  padding: 10px 0;
  border-top: 2px solid #000;
  border-bottom: 1px solid #d3d3d3;
}
.view-table table{
  width: 100%;
  border-spacing: 0;
  margin-bottom: 10px;
}
.view-table th{
  padding-top: 10px;
  padding-bottom: 20px;
}
.view-table th:first-child{text-align: left; padding-left: 20px;}
.view-table td{
  text-align: center;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  padding: 10px 0;
}
.view-table td .img-box img{
  width: 156px;
  height: 156px;
}
.view-table td:first-child{
  width: 156px;
  height: 156px;
}
.view-table td h5{
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 400;
}
.view-table td p{
  font-size: 15px;
  color: #777;
  margin-bottom: 2px;
}
.view-table .view-info{
  padding-left: 50px;
  text-align: left;
}
.btn-area{
  width: 100%;
  text-align: right;
}
.btn-area a{
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #111;
  text-align: center;
  font-size: 16px;
}

.return-table{margin-bottom: 80px;}
.return-table > h5{font-size: 20px; margin-bottom: 20px;}
.return-table > table{
  width: 100%;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.return-table > table td:first-child{width: 200px; border-right: 1px solid #d3d3d3; text-align: center;}
.return-table > table td:last-child{padding: 30px; }
.return-table > table td:last-child > p{color: #777; margin-bottom: 30px;}
.return-table > table .return-prod td:first-child{
  width: 100px;
  height: 100px;
  border-right: 0;
}
.return-table > table .return-prod{width: 100%; margin-bottom: 60px;}
.return-table > table .return-prod td:first-child{width: 10%;}
.return-table > table .return-prod td:first-child .img-box{width: 100px; height: 100px; border-radius: 10px; overflow: hidden;}
.return-table > table .return-prod td:first-child .img-box img{width: 100px; height: 100px;}
.return-table > table .return-prod .return-info{
  width: 75%;
  padding-left: 30px;
}
.return-table > table .return-prod .return-info h5{font-size: 18px; margin-bottom: 10px;}
.return-table > table .return-prod .return-info p{font-size: 16px;}
.return-table > table .return-prod .return-info p .deli-num{color: #777; text-decoration: underline;}
.return-table > table .return-prod td:last-child{
  text-align: center;
  width: 15%;
}
.return-table > table .return-prod td:last-child span{display: inline-block; padding: 4px 15px; background-color: #d3d3d3; font-size: 15px; border-radius: 8px; color: #fff;}

.return-table .select1{
  display: block;
  width: 100%;
  height: 42px;
  padding: 5px;
  border: 1px solid #d3d3d3;
  color: #d3d3d3;
  margin-bottom: 10px;
}
.return-table .select2{
  display: block;
  width: 50%;
  height: 42px;
  padding: 5px;
  border: 1px solid #d3d3d3;
  color: #d3d3d3;
  margin-bottom: 10px;
}
.return-table textarea{
  width: 100%;
  height: 200px;
  border: 1px solid #d3d3d3;
  background-color: #f7f7f7;
  padding: 10px;
  resize: none;
  font-family: 'Noto Sans KR', sans-serif;;
}
.return-table textarea::placeholder{font-size: 15px; color: #d3d3d3;}

.return-table2{margin-bottom: 80px;}
.return-table2 .clear{margin-bottom: 20px;}
.return-table2 .clear li:first-child{float: left;}
.return-table2 .clear li:first-child h5{font-size: 20px;}
.return-table2 .clear li:last-child{float: right; font-size: 15px; color: #777;}
.return-table2 table{width: 100%; border-bottom: 2px solid #000; border-top: 2px solid #000;}
.return-table2 table td:first-child{width: 200px; border-right: 1px solid #d3d3d3; text-align: center;}
.return-table2 table td:last-child{padding: 30px; text-align: right; font-weight: 500; font-size: 20px;}

.return-table3{margin-bottom: 80px;}
.return-table3 h5{font-size: 20px; margin-bottom: 20px;}
.return-table3 table{width: 100%; border-bottom: 2px solid #000; border-top: 2px solid #000;}
.return-table3 table td:first-child{width: 200px; border-right: 1px solid #d3d3d3; text-align: center;}
.return-table3 table td:last-child{padding: 30px; }
.return-table3 .select3{
  display: block;
  width: 100%;
  height: 42px;
  padding: 5px;
  border: 1px solid #d3d3d3;
}

.mb-50{
  margin-bottom: 50px;
}

/* footer */

.sub-footer{
  width: 100%;
  padding: 40px 0;
  background-color: #fb3d40;
}
.footer-logo{
  width: 200px;
  height: 50px;
  margin-bottom: 25px;
}
.sub-foot-info .info p{
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.sub-footer > .inner{
  position: relative;
}

.footer-etc{
  width: 360px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.footer-etc .clear li{
  float: left;
  display: block;
  width: calc((100% - 40px) / 3);
  text-align: center;
  position: relative;
}
.footer-etc .clear li:first-child{margin-right: 20px;}
.footer-etc .clear li:last-child{margin-left: 20px;}

.footer-etc .clear li a{
  font-size: 14px;
  color: #fff;
}

.footer-etc .clear li:nth-child(1):after{
  content: "";
  display: block;
  width: 1px;
  height: 13px;
  background-color: #fff;
  position: absolute;
  top: 7px;
  right: 1px;
}
.footer-etc .clear li:nth-child(2):after{
  content: "";
  display: block;
  width: 1px;
  height: 13px;
  background-color: #fff;
  position: absolute;
  top: 7px;
  right: -24px;
}

/* mediaquary */
@media(max-width:1200px){
  .return-table > table td:first-child{width: 20%;}
  .return-table > table td:last-child{width: 80%; padding: 10px;}
}
@media(max-width:1104px){
  .sub-footer{padding: 40px 0 60px;}
  .footer-logo{width: 120px; height: auto;}
  .sub-foot-info .info p{font-size: 12px;}
  .footer-etc{width: 100%; bottom: -40px; font-size: 12px;}
}
@media (max-width:992px){
  .text-wrap {
    margin-top: 35vh;
  }
  .foot-info{padding-left: 40px; padding-right: 40px;}
  .open{font-size: 22px;}
  .open-menu{display: block;}
  .header-wrap .menu1{display: none;}
  .open-log{display: block;}
  .header-wrap .menu2{display: none;}

  .tab-tit .clear li{width: calc((100% - 20px) / 5); margin-right: 5px;}
  .tab-tit .clear li a{text-align: center;}

  .content-wrap .check-wrap{
    height: 120px;
    line-height: 120px;
  }

  .return-table > table td:first-child{width: 10%; font-size: 12px;}
  .return-table > table td:last-child{width: 90%;}
  .return-table > table .return-prod td:first-child{width: 30%;}
  .return-table > table .return-prod td:first-child .img-box{width: 100%; height: auto;}
  .return-table > table .return-prod td:first-child .img-box img{width: 100%; height: auto;}
  .return-table > table .return-prod .return-info{width: 40%; padding-left: 3px;}
  .return-table > table .return-prod td:last-child{width: 30%; font-size: 12px;}
  .return-table > table .return-prod .return-info h5{font-size: 13px;}
  .return-table > table .return-prod .return-info p{font-size: 12px;}
  .return-table > table .return-prod td:last-child span{font-size: 12px; padding: 4px 8px;}
  .return-table > table td:last-child > p{font-size: 12px;}
}
@media (max-width:766px){
  .content-wrap .check-wrap{
    height: 100px;
    line-height: 100px;
  }

  .tab_wrap > .tab_tit > .clear > li {
    font-size: 12px;
    padding: 15px 0;
  }

  .info-table table th{width: 25%; font-size: 14px;}
  .info-table table td{width: 75%; font-size: 14px;}
  .pl-24{padding-left: 5px;}
  .pl-9{padding-left: 2px;}
  .info-table{margin-bottom: 45px;}
  .info-table .birth input[type=text]:nth-child(1){width: 38%;}
  .info-table label{width: 60px; font-size: 12px;}
  .info-table input[type=radio]{width: 60px;}
  .btn-box .check-btn{width: 100px; height: 50px; line-height: 50px; font-size: 16px;}

  .history-box{padding: 15px;}
  .history-box .select{width: 100%; margin-bottom: 10px;}
  .history-box .btn-date-wrap{margin-bottom: 10px;}
  .view-date table td{font-size: 15px;}
  .view-table td:first-child{width: 20%;}
  .view-table td:first-child .img-box{width: 100%; height: auto;}
  .view-table td:first-child .img-box img{width: 100%; height: auto;}
  .view-table th:first-child{padding-left: 10px; width: 65%;}
  .view-table th{font-size: 13px;}
  .view-table .view-info{padding-left: 5px;}
  .view-table td h5{font-size: 13px;}
  .view-table td p{font-size: 12px;}
  .view-table td{font-size: 12px;}

  .return-table2 .clear li:first-child{margin-bottom: 10px;}
  .return-table2 .clear li:last-child{font-size: 12px;}
  .return-table2 table td:first-child{width: 30%; font-size: 14px;}
  .return-table3 table td:first-child{width: 30%; font-size: 14px;}
  .return-table3 table td:last-child{padding: 10px;}

}
@media (max-width:576px){
  .text-wrap {
    margin-top: 25vh;
  }
  .text-wrap h2{
    font-size: 30px;
  }
  .text-wrap h5{
    font-size: 18px;
  }
  .go-btn{width: 200px; height: 40px; padding: 10px 0 0 20px; font-size: 16px;}
  .foot-info{font-size: 12px;}
  .logo{
    width: 160px;
    top: 15px;
  }
  header{padding-top: 20px; height: 140px;}

  .tab-tit .clear li{width: calc((100% - 8px) / 5); margin-right: 2px;}
  .tab-tit .clear li a{font-size: 12px; padding: 5px 0;}

  .content-wrap .check-wrap{
    height: 80px;
    line-height: 80px;
    font-size: 14px;
  }

  .history-box .btn-view{margin-left: 2px; font-size: 12px; padding: 4px 6px;}
}


