
.travelover-sub-body {
  text-align: left;
  font-size: 13px;
  background: #efefef;
  font-family: 'Noto Sans KR', sans-serif;; }

.ui-container {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden; }

.default-color {
  color: #0a9243; }

  .travelover-header {
    width: 100%;
    height:45px;
    background: rgba(255, 255, 255, 0.53);
    border-top: 1px solid #d6e2e5;
    border-bottom: 1px solid #d6e2e5;
    padding-top: 10px; }

.travelover-header .logo {
  background: url("../image/header-logo.png") no-repeat left top;
  padding-left: 27px;
  display: inline-block; }

.travelover-header .close-btn {
  float: right; }

.tab-contents {
  overflow-y: scroll;
  height: 200px;
  display: none; 
}

.tab-contents.active {
  display: block; 
}
.sub-form-area {
  margin-top: 22px;
  padding: 42px;
  background: #fff;
  /* border-top:5px solid #08a048; */
}

.sub-form-area .info {
  padding: 55px 110px 70px;
}
  .sub-form-area.border-none .form-item{
    border-bottom:none;
  }
  .sub-form-area.contract{
    padding: 34px 42px;
    /* padding: 34px 42px 70px 42px; */
  }
  .sub-form-area .form-tit{
    display:block;
    font-size:14px;
    margin-bottom:12px;
    padding-top:20px;
    vertical-align: top;
  }
  .tab-btn-container{
    overflow:hidden;
    background: #a0a5ab;
  }
  .tab-btn-container .tab-btn{
    float:left;
    width: 33.33%;
    height:100px;
    background:#a0a5ab;
  }
  .tab-btn-container .tab-btn.active{
    background:#2faa33;
    border:1px solid #06853c;
    font-weight: bold;
  }
  .tab-btn-container .tab-btn .icon{
    display:block;
  }
  .tab-btn-container .tab-btn .tab-tit{
    display:block;
    color:#fff;
    font-size:16px;
    padding-top:13px;
  }
  .date-area{/* overflow: hidden; */position: relative;display: inline-block;width: 669px;padding-top: 20px;}
.date-area .input-date{float: left;/*background: #fcfcfc;*/width: 246px;height: 40px;}
.date-area .date-input{background: #fcfcfc;border: 1px solid #d3d3d3;height: 40px;width: 170px;margin: 0;float: left;font-size: 16px;padding-left: 15px;}
.date-area .date-time{height: 40px;vertical-align: top;float: left;border: 1px solid #d3d3d3;background: #fcfcfc;/*border-left: none; border-radius: unset; */border-radius: 0;font-size: 16px;width: 66px;}
.date-area .middle-mark{float: left;height: 40px;line-height: 40px;font-size: 16px;padding: 0 20px;}
.form-border.first{
  border:1px solid #e5e5e5;
  border-style: dashed;
  margin:10px 0 0 0;
}

.sub-contents{
  padding-bottom:0;
}
.calc-input-area .form-tit{
  display:inline-block;
  width:120px;
}

.form-calc {
  float:left;
  display: inline-block;
  width: 660px;
  margin-top:11px;
}

.form-calc .prupose-txt{
  /* padding:0 25px 0 15px; */
  vertical-align: top;
  color:#666666;
}
.form-calc .radio-large{
  display:inline-block;
}
.default-input{
  background: #fcfcfc;
  border: 1px solid #d3d3d3;
  height: 40px;
  line-height:44px;
  font-size:16px;
  padding-left:15px;
  width: 100%;
}
.address_search_btn{
  position:absolute;
  top: 13px;
  right:15px;
}
.form-border{
  border:1px solid #666a6d;
  margin:40px 0 15px 0;
}
.notice-list li{
  padding-top:10px;
}
.form-btn-area{
  padding-top:30px;
  overflow:hidden;
}
.form-btn-area .next-btn{
  float: left;
  width: 544px;
  height: 65px;

  font-weight: bold;
  font-size: 16px;
  color: #08a048;
  margin-left: 18px;
  text-align: left;
  padding-left: 30px;
  border-radius: 4px;

  border:2px solid #08a048;
  color: #08a048;
  background: url('../image/right-arrow-green.png') no-repeat right 30px center;
}
.form-btn-area .next-btn.active{
  color: #fff;
  border: 2px solid #08a048;
  background: url('../image/right-arrow-white.png') no-repeat right 30px center #08a048;
}
.form-btn-area .choice-btn{
  float:left;
  width: 544px;
  height:65px;
  border:1px solid #08a048;
  color:#08a048;
  font-weight: bold;
  font-size:16px;
  margin-left:18px;
  text-align: left;
  background: url('../image/right-arrow-green.png') no-repeat right 30px center;
  padding-left: 30px;
}
/*
.form-btn-area .choice-btn:hover{
  color: #fff;
  border: 2px solid #08a048;
  background: url('../image/right-arrow-white.png') no-repeat right 30px center #08a048;
}*/
.form-btn-area .choice-btn.active{
  color: #fff;
  border: 2px solid #08a048;
  background: url('../image/right-arrow-white.png') no-repeat right 30px center #08a048;
}
.form-btn-area .prev-btn{
  float:left;
  font-weight: bold;
  font-size:16px;
  height:65px;
  width:314px;
  background: url('../image/left-arrow-white.png') no-repeat left 30px center #797979;
  color:#fff;
  padding: 0 30px 0 60px;
  text-align:left;
  border-radius: 4px;
}
.form-btn-area .prev-btn:hover{
  float:left;
  font-weight: bold;
  font-size:16px;
  height:65px;
  width:314px;
  background: url('../image/left-arrow-white.png') no-repeat left 30px center #494949;
  color:#fff;
  padding: 0 30px 0 60px;
  text-align:left;
  border-radius: 4px;
}

/* sussce
.form-btn-area .prev-btn.sussce{

}
.form-btn-area .next-btn.sussce{

} */

.state-area{
  overflow:hidden;
  padding-top: 40px;
  padding-bottom: 13px;
  border-bottom: 5px solid #08a048;
}
.main-state-list{
overflow:hidden;
float: right;
}
.main-state-list li{
  float:left;
  font-size:14px;
  color:#858585;
  margin-right:20px;
}
.main-state-list li:last-child{
  margin-right:0;
}
.main-state-list li.active{
  color:#000;
  font-weight: bold;
  border-bottom:2px solid #000;
}
.sub-left-column{
  float:left;
  width:268px;
  padding-top:75px;
}
.sub-right-column{
  float:left;
  margin-left:20px;
  width: 876px;
}
.sub-left-top{
  border-top: 5px solid #098b40;
  width: 268px;
  height: 158px;
  background: #08a048;
  color: #fff;
  padding:30px;
}
.sub-left-top.second-left-top{
  border-top:none;
  /* background:url('../image/second-left-top.jpg') no-repeat center top #098b40; */
}

.sub-left-top-DOM{
  background:url('../image/second-left-top.jpg') no-repeat center top #098b40;
}

.sub-left-top-ABR{
  background:url('../image/second-left-top2.jpg') no-repeat center top #098b40;
}

.sub-left-top-LONG{
  background:url('../image/second-left-top3.jpg') no-repeat center top #098b40;
}


.sub-left-top h2{
  font-size:27px;
  font-weight: normal;
}
.sub-left-top h2 strong{
  font-weight: bold;
  display:block;
}
.sub-left-column .sub-left-list{
  margin-top:15px;
  width:268px;
  height:60px;
  line-height:58px;
  border:1px solid #08a048;
  background:#fff;
  padding-left:24px;
  font-size:16px;
  color:#08a048;
}
.contents-tit{
  padding-top:25px;
  font-size:22px;
  font-weight: normal;
}
.contents-tit span{
  font-weight: bold;
}

.gender-btn{
  outline: none;
}

.form-border{
  border:1px solid #e5e5e5;
  border-style: dashed;
  margin:40px 0 0 0;
}
.second-desc{
  border:1px solid #08a048;
  background:#fff;
  border-radius: 5px;
  margin-top:10px;
}
.second-desc li{
  border-bottom:1px solid #e5e5e5;
  border-style: dashed;
  padding: 15px 0 15px 20px;
}
.second-desc li:last-child{
  border-bottom:none;
}
.second-desc .desc-tit{
  font-size:16px;
  color:#000;
  vertical-align: middle;
  font-weight: bold;
}
.second-desc .desc-tit2{
  font-size:16px;
  color:#999;
  vertical-align: middle;
}
.second-desc .change-btn{
  border:1px solid #08a048;
  font-size:12px;
  font-weight: bold;
  line-height:1;
  padding:3px;
  border-radius: 5px;
  color:#08a048;
  margin-left:10px;
  vertical-align: middle;
  font-weight: bold;
}
.second-desc .desc-inform{
  overflow:hidden;
  padding-top:5px;
}
.second-desc .desc-inform dt{
  width: auto;
  float:left;
  color:#73757d;
  font-size:13px;
}
.second-desc .desc-inform dd{
  /* width: 170px; */
  float:left;
  color:#73757d;
  font-size:13px;
  /* letter-spacing: -1px; */
}

.step2_val{
  width: 170px;
  float:left;
  color:#73757d;
  font-size:14px;
  letter-spacing: -1px;
}

.step5_cov_header{
  height: 38px;
  vertical-align: middle;
  color: #48494b;
  background: #f7f7f7;
  text-align: center;
}

.second-desc .deactive{
  font-size:16px;
  color:#08a048;
}

.input-area{
  position:relative;
  overflow:hidden;
  vertical-align: top;
  height: 44px;
}
.input-area .input-tit{
  font-size:14px;
  width:120px;
  height:44px;
  line-height:44px;
  vertical-align: top;
  display:inline-block;
}
.input-desc{
  display:inline-block;
  vertical-align: top;
}
.input-area .default-input{
  font-size:14px;
  height:44px;
  line-height:44px;
  border:1px solid #cbccd2;
  background:#fff;
  vertical-align: top;
}
.input-area .default-input-tit{
  width:180px;
}
.input-area .default-input-birth{
  width:230px;
  margin-left:10px;
}
.input-area .default-toggle-btn{
  width:50px;
  height:44px;
  font-size:16px;
  border:1px solid #cbccd2;
  float:left;
}
.input-area .default-toggle-area{
  margin-left:10px;
  overflow:hidden;
  display:inline-block;
}
.input-area .default-toggle-btn.active{
  background:#1fad00;
  color:#fff;
}
.add-input-area{
  margin-top:10px;
}
.add-input-area.last{
  /*
  border-bottom:1px solid #8c8c8c;
  margin-bottom:30px;
  */
}
.delete-btn{
  vertical-align: middle;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #8c8c8c;
  color: #fff;
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 19px;
  line-height: 24px;
}
.delete-btn:hover{
  background:#272727;
}
.delete-btn-div{
  width:100px;
  height:44px; 
  display:inline-block;
  overflow:hidden;
}

.personnel-add-btn{
  width: 100%;
  height:76px;
  background:#fcfcfc;
  border:1px solid #9dd3e4;
  border-style:dashed;
  color: #5e5e5e;
  font-weight: bold;
  font-size: 20px;
  line-height: 74px;
}
.personnel-add-btn:hover{
  border:1px solid #239bc0;
  border-style:dashed;
}

.personnel-add-btn .plus-icon{
  display:inline-block;
  width:28px;
  height:28px;
  background:#0b90bb;
  color: #ffffff;

  vertical-align: middle;
  border-radius: 50%;
  border: 1px solid #147ea0;
  line-height: 28px;
  font-style: normal;
  font-size: 19px;
}
.notice-txt-area{
  padding:20px 0;
}
.notice-txt-area .notice-tit{
  color:#147ea0;
  font-size:16px;
}
.notice-txt-area .notice-txt{
  font-size:14px;
}
.notice-area{
  padding:20px 30px;
  background:#f6f6f6;
  border:1px solid #e1e1e1;
}
.notice-area .notice-tit{
  color:#08a048;
  font-size:16px;
  background: url('../image/notice-bg-green.png') no-repeat left center;
  padding-left: 20px;
}
.notice-area ul li{
  color:#8c8c8c;
  font-size:12px;
  padding-top:2px;
}

/* 비교테이블 */
.header-tit-n {
  line-height:130px;
  font-size:16px;
  width : 250px;
}

.plan-header-n{
  height:130px;
  text-align:center;
  background:#fff;
  border: 1px solid #cdcdcd;
  border-right: none;
}
.exception .plan-header-n {
  text-align : center;
  padding-top: 12px;
}

.plan-header-n .title{
  position: absolute;
}

.plan-header-n label{
  display:block;
  padding-top:7px;
  font-size:14px;
}

.plan-header-n span .price{
  font-size : 20px;
  font-weight: bold;
  display : block;
}

.coverage-max {
  color: #099d3b;
}

.coverage-min {
  color: #93b608;
}

.coverage-non {
  color: #b8b8b8;
}

.smallchip {
  display: inline-block;
  height: 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  padding: 0 7px;
  border-radius: 16px;
  background-color: #e4e4e4;
  margin-bottom: 1px;
  margin-right: 1px;
  color: #FFFFFF;
}

.plan-company-n {
  border: 1px solid #cdcdcd;
  border-right: none;
  border-top: none;
  height: auto;
  line-height: 30px;
  padding: 10px;
  text-align : right;
}

.plan-list .add-txt-n {
  position: absolute;
  top: -10px;
  right: 0;
  width: 350px;
  left : 170px;
  height: auto;
  background: #099d3b;
  color: #fff;
  padding: 6px;
  z-index: 99999;
}

/* ---------- */
.plan-area{
  width: 160px;
}
.plan-header{
  height:160px;
  text-align:center;
  background:#fff;
  border: 1px solid #cdcdcd;
  border-right: none;
}
.plan-header .header-tit{
  line-height:160px;
  font-size:16px;
}

.plan-header2{
  height:80px;
  text-align:center;
  background:#fff;
  border: 1px solid #cdcdcd;
  border-right: none;
}

.plan-header2 .header-tit{
  line-height:80px;
  font-size:16px;
}

.plan-area, .plan-overflow{
  display: inline-block;
  vertical-align: top;
  /* margin-right: -3px; */
}
.plan-container .plan-overflow{
  overflow:hidden;
  width: 500px;
  overflow-x: scroll;
  white-space: nowrap;
  float: none;
  height:auto;
  display: absolute;
}
.plan-container{
  /* overflow:hidden; */
  /* margin-top:20px; */
}
.plan-area .plan-list{
  padding:0 13px;
  height: auto;
  border: 1px solid #cdcdcd;
  border-top: none;
  border-right: none;
  padding-top:10px;
}
.plan-area .plan-list li{
  padding-bottom:5px;
  font-size:14px;
  position: relative;
}
.plan-area:last-child .plan-list{
  border-right: 1px solid #cdcdcd;
}
.plan-area:last-child .plan-header{
  border-right: 1px solid #cdcdcd;
}
.plan-area:last-child .plan-header2{
  border-right: 1px solid #cdcdcd;
}
.plan-area.active.green{
  border:2px solid #44b82b;
}
.plan-area.active.blue{
  border:2px solid #089dc2;
}
.plan-area.active.orange{
  border:2px solid #ff6e0d;
}
.plan-area.active.gray{
  border:2px solid #acacac;
}
.plan-company{
  border:1px solid #cdcdcd;
  border-right:none;
  border-top:none;
  height: 30px;
  line-height: 30px;
  padding-left: 13px;
}
.plan-area:last-child .plan-company{
  border-right: 1px solid #cdcdcd;
}
.plan-overflow .plan-header{
  text-align:center;
  padding-top:12px;
}
.plan-overflow .plan-header2{
  text-align:center;
  padding-top:12px;
}
.plan-overflow .plan-list{
  text-align:right;
  background:#fff;
}
.plan-header .radio-large{
  margin:0 auto;
}
.plan-header label{
  display:block;
  padding-top:7px;
  font-size:14px;
}
.plan-header span{
  display:block;
}
.plan-header span.price{
  font-size:20px;
  font-weight: bold;
}
.plan-header span.average{
  font-size:12px;
  color:#79797e;
}
.plan-header .price.green{
  color:#19854c;
}
.plan-header .kind.green{
  color:#19854c;
}
.plan-header .price.blue{
  color:#089dc2;
}
.plan-header .kind.blue{
  color:#089dc2;
}
.plan-header .price.orange{
  color:#ff6e0d;
}
.plan-header .kind.orange{
  color:#ff6e0d;
}
.plan-header .price.gray{
  color:#acacac;
}
.plan-header .kind.gray{
  color:#acacac;
}

.plan-header2 .radio-large{
  margin:0 auto;
}
.plan-header2 label{
  display:block;
  padding-top:7px;
  font-size:14px;
}
.plan-header2 span{
  display:block;
}
.plan-header2 span.price{
  font-size:20px;
  font-weight: bold;
}
.plan-header2 span.average{
  font-size:12px;
  color:#79797e;
}
.plan-header2 .price.green{
  color:#19854c;
}
.plan-header2 .kind.green{
  color:#19854c;
}
.plan-header2 .price.blue{
  color:#089dc2;
}
.plan-header2 .kind.blue{
  color:#089dc2;
}
.plan-header2 .price.orange{
  color:#ff6e0d;
}
.plan-header2 .kind.orange{
  color:#ff6e0d;
}
.plan-header2 .price.gray{
  color:#acacac;
}
.plan-header2 .kind.gray{
  color:#acacac;
}

.plan-overflow .plan-company{
  text-align:center;
  background: #fff;
}
.plan-list .add-txt{
  position:absolute;
  top: -5px;
  right:0;
  background: #000;
  color: #fff;
  padding: 6px;
}
.detail-view-txt{
  font-size:16px;
  color:#48494b;
  padding-top:20px;
}
.detail-view-txt .clause-view{
  font-size:16px;
  color:#099b47;
  text-decoration: underline;
  margin-left:8px;
}

.half-input-area {
  margin: 5px 0px;
  height: 58px;
  /* height: 70px; */
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}


.step4_address_div{
  height:125px !important;
}

.half-input-area .half-area{
  float:left;
  /* margin-left: 67px; */
  margin-left:0;
  position: relative;
  height: 85px;
}
.half-input-area .half-tit, .half-input-area .half-input, .half-input-area .rr-input, .half-input-area .rr-number-mark, .half-input-area .second-input{
  /* height:44px; */
  line-height: 2.5em;
  font-size:16px;
}
.half-input-area .half-tit{
  display:inline-block;
  width:128px;
}
.half-input-area .half-tit.green{
  color:#19854c;
}
.half-input-area .half-area.first .half-input{
  width:186px;
  height: 40px;
}
.half-input-area .rr-input{
  width:120px;
  height: 40px;
}
.half-input-area .half-area.first {
  /* margin-left:0; */
  margin-right: 65px;
}
.warning-msg{
  color:red;
  font-size:12px;
  position:absolute;
  bottom: 16px;
  /* right:0; */
  left: 130px;
  line-height: 3;
}

.warning-msg-step2{
  color:red;
  font-size:12px;
  position:absolute;
  bottom: 16px;
  /* right:0; */
  left: 123px;
  line-height: 3;
}

.half-input-area input{
  padding-left:15px;
}
.half-input-area .rr-number-mark{
  padding:0 12px;
}
.half-input-area .second-input{
 width: 277px;
 height: 40px;
}
.half-input-area .half-area .half-input.mail{
  width: 430px;
  height: 40px;
}

.address-input{
  width: 660px !important;
}

.form-item{
  border-bottom:1px solid #8c8c8c;
  padding-top: 10px;
}
.form-item.first{
  padding-top: 30px;
  padding-bottom: 30px;
}
.half-area.error input{
  border:1px solid red;
 }
.half-area.error .warning-msg{
  display:block !important;
}
.half-area .default-select{
  height:44px;
  font-size:16px;
  border:1px solid #c7c7c7;
  width: 200px;
  vertical-align: top;
  margin-left: 31px;
}
.contract-contents .contract-tit{font-size: 18px;color: #001736;padding-bottom: 5px;}

.contract-contents .contract-inform{
  border-top: 1px solid #001736;
  padding-top: 10px;
}
.contract-contents{
  padding-top: 40px;
}
.contract-contents .contract-list li{padding-top: 10px;height: 30px;line-height: 30px;}
.contract-contents .contract-item{display: inline-block;}
.contract-contents .contract-item.first{font-size: 14px; width: 120px;}
.contract-contents .contract-item.second{width: 345px;font-size: 14px;color: #666666;}
.contract-contents .contract-item.third{font-size: 14px; width: 80px;}
.contract-contents .contract-item.fourth{font-size: 14px;color: #666666;}
.contract-contents .total-price{margin-top: 13px;}
.contract-contents .total-price .price_notice{color:#e93131; font-size: 18px; text-align: right;}
.contract-contents .price-txt{background: #f4fbfd;border: 1px solid #dfebee;height: 65px;text-align: right;padding-right: 40px;line-height: 63px;font-size: 14px;color: #141414;}
.contract-contents .price-txt span{color: #169b4e;font-size: 22px;font-weight: bold;margin-left: 20px; font-weight: bold;}
.contract-table{
  border-top: 1px solid #001736;
  width: 100%;
}
.contract-table th{height: 38px;vertical-align: middle;color: #48494b;background: #f7f7f7;text-align: center;}
.contract-table td{font-size: 14px;padding-left: 15px;/* height: 30px; */vertical-align: middle;border-right: 1px solid #f2f2f2;padding: 7px 15px;}
.contract-table tr td:last-child{border-right:none;text-align:center;}
.contract-table tr td:nth-child(2){border-right: 1px solid #999a9f;}

.contract-tab-area .tab-btn-area{
    background: #fff;
    margin-top: 20px;
    height: 55px;
    line-height: 55px;
    padding: 0 30px;
}
.contract-tab-area .tab-btn{
    padding: 0 15px;
    font-size: 14px;
    color: #001736;
    outline: none;
}
.contract-tab-area .tab-btn.active{
  color:#169b4e;
  border-bottom:3px solid #169b4e;
  font-weight: bold;
  height: 55px;
}
.tab-content-area .tab-contents{
    border: 10px solid #ffffff;
    background: #f1f1f1;
    padding: 20px 30px;
    color: #8a8a8a;
}
.notice-chk-area{padding: 30px;background: #fff;margin-top: 20px;}
.notice-chk-area .notice-chk-inform{vertical-align: middle;line-height: 20px;display: block;}
.deafult-chk{
  width: 20px;
  height: 20px;
  vertical-align: top;
}
.notice-chk-area label{vertical-align: top;margin-left:10px;}
.notice-event>span{ display:block; margin-left:30px; color:#888; font-size: 12px;}
.payment-choice{padding-top: 20px;}
.payment-choice .payment-tit{font-size: 20px;color: #001736;margin-bottom: 15px;display: block;}
.payment-choice .payment-radio{/* background-color: white; */float: left;width: 165px;/* border: 1px solid #cfd0d5; */height: 158px; outline:none; text-align: center;/* padding-top: 45px; */}

.payment-choice .payment-radio.first{
  margin: 0 12px;
  background:url('../image/icon_pay1.jpg') no-repeat center top;
}
.payment-choice .payment-radio.first.payment_active{
  background:url('../image/icon_pay1.1.jpg') no-repeat center top;
}
.payment-choice .payment-radio.second{
  /* margin: 0 12px; */
  background:url('../image/icon_pay2.jpg') no-repeat center top;
}
.payment-choice .payment-radio.second.payment_active{
  background:url('../image/icon_pay2.1.jpg') no-repeat center top;
}
.payment-choice .payment-radio.third{
  background:url('../image/icon_pay3_kakao.jpg') no-repeat center top;
}
.payment-choice .payment-radio.third.payment_active{
  background:url('../image/icon_pay3.1_kakao.jpg') no-repeat center top;
}
.payment-choice .payment-radio.fourth{
  margin: 0 12px;
  background:url('../image/icon_pay4.jpg') no-repeat center top;
}
.payment-choice .payment-radio.fourth.payment_active{
  background:url('../image/icon_pay4.1.jpg') no-repeat center top;
}
.payment-choice .payment-radio.fifth{
  background:url('../image/icon_pay5.jpg') no-repeat center top;
}
.payment-choice .payment-radio.fifth.payment_active{
  background:url('../image/icon_pay5.1.jpg') no-repeat center top;
}
.payment-choice .payment-radio.sixth{
  background:url('../image/icon_pay6.jpg?update=2020') no-repeat center top;
}
.payment-choice .payment-radio.sixth.payment_active{
  background:url('../image/icon_pay6.1.jpg?update=2020') no-repeat center top;
}
.payment-choice .payment-radio.seventh{
  background:url('../image/icon_pay7.jpg') no-repeat center top;
}
.payment-choice .payment-radio.seventh.payment_active{
  background:url('../image/icon_pay7.1.jpg') no-repeat center top;
}

.payment-radio-area{
  overflow: hidden;
}
.payment-choice img{
  display:block;
  /* margin: 0px auto 20px; */
}
.payment-choice .radio-large{
  display: inline-block;
  vertical-align: middle;
}
.payment-choice .payment-label{
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}
.payment-last{
  border-top: 1px solid #001736;
  padding-top: 30px;
}
.payment-last .payment-label{
  margin-right:128px;
  display: inline-block;
  vertical-align: top;
  margin-left: 8px;
}
.payment-last .radio-large{
  display:inline-block;
}
.complete-contents{margin-top: 50px;border-top: 5px solid #08a048;background: #fff;text-align: center; padding:70px 0px;}
.complete-contents .complete-img{margin-bottom: 35px;}
.complete-contents .complete-tit{font-size: 32px;color: #2b2b2b;line-height: 1;}
.complete-contents .complete-txt{font-size: 18px;color: #56585b;padding: 35px 0;}
.complete-contents .complete-btns{width: 525px;margin: 0 auto;border-top: 1px solid #001736;padding: 30px 0;}
.complete-contents a{width: 230px;height: 64px;line-height: 64px;display: inline-block;border: 1px solid #001736;margin: 0 10px;}
.complete-contents .btn-join{
  background: #001736;
  color: #fff;
}
.styledCheckbox{
  display:inline-block;
}
.form-item .contract-tit{
  font-size: 18px;
  color: #001736;
  padding-bottom: 5px;
  border-bottom: 1px solid #001736;
  margin-bottom: 40px;
}
.form-item .notice-tit-t{font-size: 12px;color: #888;padding-left: 128px;}
.nation-keyup-event{
  display:none;
}
.nation-keyup-event.active{
  display:block;
}

.nation-keyup-event{
  display:none;
  position:absolute;
  background: #fff;
  border: 1px solid #000;
  width: 540px;
}
.nation-keyup-event.active{
  display:block;
}
.nation-keyup-event ul{
  padding:10px 0;
}
.nation-keyup-event ul li a{
  display:block;
  padding:0 10px;
}
.nation-keyup-event ul li a:hover{
  background:#f3fbfb;
}
.nation-keyup-event .not-search{
  text-align:left;
  padding-top: 10px;
}
.nation-keyup-event .link-area{
  text-align:center;
}
.not-search strong{
  padding-left:10px;
}
.not-search p{
  padding-left:10px;
  padding-bottom:10px;
}
.nation-keyup-event .not-search a{
  width:100%;
  display:block;
  background:#f7f7f7;
  padding:10px;
  border-top:1px solid #cbcbcb;
}


.list-choice-wrap
{ background-color:#f0f0f1; display:inline-block; width:100%; margin-top:20px;}

.list-choice-tap
{width:50%; float:left; text-align:center; line-height:3.7em; font-size:16px; color:#08a048}

.list-choice-tap img
{width:18px; vertical-align:middle; margin-top:-5px}

.list-choice-tap-on
{background: #fff; border-top:1px solid #08a048; border-left:1px solid #08a048; border-right:1px solid #08a048;}

.list-choice-tap-off
{background: #e9ebed; border-bottom: 1px solid #08a048;}


    .excel-list-wrap {
      width: 100%;
      height: 350px;
      background: #fcfcfc;
      border: 1px solid #9dd3e4;
      border-style: dashed;
      color: #5e5e5e;
      padding: 15px;
      overflow-y: scroll;
      background-repeat: no-repeat;
      background-size: contain;
    }

    .excel-list-sussce {
      display: inline-block;
      width: 50%;
      float: left;
    }

    .excel-list-fail {
      display: inline-block;
      width: 50%;
      float: left;
      color: #d0021b;
    }

    .excel-total-wrap {
      width: 100%;
      line-height: 62px;
      background: #0b90bb;
      margin-top: 15px;
    }

    .excel-total-wrap .title {
      color: #fff;
      font-size: 16px;
      margin: 30px;
    }

    .excel-total-wrap .title_num {
      color: #fff;
      font-size: 16px;
      /* margin: 30px; */
    }

    .excel-total-wrap .sub_text {
      color: #c4c5c5;
      /* margin: 30px; */
    }

    .excel-list-btn {
      background: #067a9f;
      border: 1px solid #067a9f;
      color: #fff;
      font-size: 13px;
      line-height: 60px;
      padding: 0px 30px;
      float: right;
    }

    .excel-list-btn2 {
      background: #08a048;
      border: 1px solid #08a048;
      color: #fff;
      font-size: 16px;
      line-height: 60px;
      padding: 0px 30px;
      float: right;
    }

    .excel-list-btn3 {
      background: #4d7c8b;
      border: 1px solid #4d7c8b;
      color: #fff;
      font-size: 13px;
      line-height: 60px;
      padding: 0px 30px;
      float: right;
    }

    .again-icon {
      width: 15px;
      vertical-align: middle;
      color: #fff;
      margin-top: -3px;
    }
  .list-choice-wrap
  { background-color:#f0f0f1; display:inline-block; width:100%; margin-top:20px;}
  
  .list-choice-tap
  {width:50%; float:left; text-align:center; line-height:3.7em; font-size:16px; color:#08a048}
  
  .list-choice-tap img
  {width:18px; vertical-align:middle; margin-top:-5px}
  
  .list-choice-tap-on
  {background: #fff; border-top:1px solid #08a048; border-left:1px solid #08a048; border-right:1px solid #08a048;}
  
  .list-choice-tap-off
  {background: #e9ebed; border-bottom: 1px solid #08a048;}

  .step1-warning-msg {
    margin-left: 120px;
    color: red;
    font-size: 12px;
    position: absolute;
    bottom: 16px;
    right: 0;
    left: 10px;
    top: 40px;
  }

  .plan_select_wrap { display: block; overflow: hidden;}
  .plan_select_wrap>.plan_select_div {
    width:32%;
    height:auto;
    float: left;
    margin: 5px;
    text-align: center;
    padding:5px;
    }
  .grayboder{ background: #f5f5f5;}
  .grayboder2{ background: #ededed; opacity:0.5;}
  .plan_select_div2 { padding:22px; background: #fff; /*height:300px;*/}
  
  .plan_select_wrap>.plan_select_div> span {display: block; border:1px solid red;}
  .plan_title {font-size:22px;}
  .plan_price {font-size:27px;}
  .plan_price_sub{font-size:12px; color:#999;}
  .plan_price_sebu {font-size: 12px; padding:2px 5px; background:#e9e9e9; color:#666; margin:5px;}
  .plan_line {width:100%; border-top:2px solid #9f9f9f; margin:16px 0px;}
  .plan_sum {font-size:12px; color:#666;}

  .discount_wrap {border:1px solid #dfe3e4;}
  .discount_wrap p {text-align: center; line-height:6.5em;}
  .discount_wrap button {background: #08a048; color:#fff; margin-left:10px; padding:13px 20px;}

  .list-wrap {width:33.3%;  float:left; overflow: hidden;}
  .list_span {display:block; }

/*YASTART*/

.chk-all-no {
  color: #08a048;
  width: 15px;
  vertical-align: middle;
  margin-top: -3px;
}

.btn-all-no {
  margin-left: 610px;
  border: 1px solid #08a048;
  border-radius: 4px;
  font-size: 15px;
  padding: 10px 15px;
  text-align: right;
}

.pop-default-txt-info {
  display: block;
  font-size: 12px;
  color: #888;
}

.switch_wrap {
  float: right;
}

.switch_wrap span {
  padding: 2px 10px;
}

.step-desc2-wrap {
  /* height: 450px; */
  height: 310px;
  overflow-y: scroll;
}


.step-desc2 {
  width: 100%;
  border-bottom: 1px solid #d5d5d5;
  padding: 15px 0px;
  display: inline-block;
}

.step-desc-w70 {
  width: 75%;
  float: left;
}

.step-desc-w30 {
  width: 25%;
  float: right;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 25px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: #08a048;
}

input:focus+.slider {
  box-shadow: 0 0 1px #f6f7f9;
}

input:checked+.slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 50px;
}

.slider.round:before {
  border-radius: 50%;
}


.popup_notice_wrap {
  height: 450px;
  overflow-y: scroll;
  padding: 15px;
}

.popup_notice_wrap dl dt {
  margin-top: 10px;
  line-height: 2em;
}

.popup_notice_wrap dl dd {
  font-weight: 300;
  line-height: 1.5em;
  white-space: pre-line;

}

.popup_notice_wrap dl dd>span {
  color: #888;
  display: block;
  font-size: 14px;
  white-space: pre-line;
}
.notice_warp {
  padding: 20px;
  max-width: 1080px;
  margin: 0 auto;
  height: 400px;
  overflow-y: scroll;
}

.title_h2 {
  font-size: 20px;
  font-weight: bold;
}

.notice_strong {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 25px;
  padding-top: 10px;
  color: #333;
}

.notice_warp p {
  font-size: 13px;
  color: #555;
  line-height: 23px;
}

.notice_ul {
  font-size: 12px;
  margin: -5px 0px 0px -40px;
  color: #666;
  line-height: 23px;
}

.notice_span {
  display: block;
  color: #999;
  font-size: 12px;
  margin-top: 10px;
  border: 1px solid #e1e1e1;
  background: #f4f4f4;
  padding: 10px 20px;
}

.notice_span2 {
  display: block;
  color: #999;
  font-size: 12px;
  margin-top: 5px;
}

.notice_spantitle {
  display: block;
  color: #333;
  font-size: 12px;
  margin-top: 30px;
}


.notice_table1 {
  border-collapse: collapse;
  width: 100%;
}

.notice_table1 tr th {
  border: 1px solid #dcdcdc;
  font-size: 12px;
  padding: 15px 0px;
  background: #f4f4f4;
  text-align: center;
}

.notice_table1 tr td {
  border: 1px solid #dcdcdc;
  font-size: 12px;
  text-align: center;
  padding: 10px 0px;
}

.notice_table2 {
  border-collapse: collapse;
  width: 100%;
  
}

.notice_table2 tr th {
  width: 33.3%;
  border-bottom: 1px solid #f4f4f4;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  font-size: 12px;
  padding: 15px 0px;
  background: #f4f4f4;
  text-align: center;
}

.notice_table2 tr td {
  border: 1px solid #dcdcdc;
  font-size: 12px;
  padding: 10px;
  line-height: 20px;
}

.notice_table2 tr td span {
  display: block;
  margin-top: 10px;
  color: #888;
}

.notice_footer {
  border-bottom: 1px solid #f1f1f1;
  padding: 20px 0px;
}

.notice_footer ul {
  font-size: 13px;
  margin: -5px 0px 0px -40px;
  color: #666;
  line-height: 18px;
}

.notice_footer span {
  font-size: 13px;
  color: #333;
  line-height: 30px;
  padding: 10px 0px 5px 0px;
  display: block;
}

.right {
  float: right;
}

/*YAEND*/


#per_price_popup .step-inform {
  background: #fff;
  padding: 30px 50px 30px 50px;
  border-radius: 5px;
  margin-bottom: 10px;
}

/*결제완료 */
.last_pay_wrap {border-top:1px solid #d8d8d8; width: 525px;  margin:0 auto; text-align: left;}
.last_pay_wrap .contract-list li{padding:10px ;  line-height:15px;}
.last_pay_wrap .contract-list li:last-child {padding-bottom:10px;}
.last_pay_wrap .contract-item{display: inline-block;}
.last_pay_wrap .contract-item.first{font-size: 14px;width: 120px; }
.last_pay_wrap .contract-item.second{width: 345px;font-size: 14px;color: #252525;}
/*결제완료 */

/*pay*/
.arspay_btn {padding:10px 20px; height:44px; background: #08a048; border-radius: 4px; vertical-align: bottom; color:#fff;}
.gasang_totalpay { font-size:18px; color:#08a048;}
mark {background: #d6f3df; } 
/*pay*/

/*로딩이미지*/
.cssload-thecube {
	width: 41px;
	height: 41px;
	margin: 0 auto;
	margin-top: 27px;
	position: relative;
	transform: rotateZ(45deg);
		-o-transform: rotateZ(45deg);
		-ms-transform: rotateZ(45deg);
		-webkit-transform: rotateZ(45deg);
		-moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
	position: relative;
	transform: rotateZ(45deg);
		-o-transform: rotateZ(45deg);
		-ms-transform: rotateZ(45deg);
		-webkit-transform: rotateZ(45deg);
		-moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
}
.cssload-thecube .cssload-cube:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #86E57F;
	animation: cssload-fold-thecube 1.8s infinite linear both;
		-o-animation: cssload-fold-thecube 1.8s infinite linear both;
		-ms-animation: cssload-fold-thecube 1.8s infinite linear both;
		-webkit-animation: cssload-fold-thecube 1.8s infinite linear both;
		-moz-animation: cssload-fold-thecube 1.8s infinite linear both;
	transform-origin: 100% 100%;
		-o-transform-origin: 100% 100%;
		-ms-transform-origin: 100% 100%;
		-webkit-transform-origin: 100% 100%;
		-moz-transform-origin: 100% 100%;
}
.cssload-thecube .cssload-c2 {
	transform: scale(1.1) rotateZ(90deg);
		-o-transform: scale(1.1) rotateZ(90deg);
		-ms-transform: scale(1.1) rotateZ(90deg);
		-webkit-transform: scale(1.1) rotateZ(90deg);
		-moz-transform: scale(1.1) rotateZ(90deg);
}
.cssload-thecube .cssload-c3 {
	transform: scale(1.1) rotateZ(180deg);
		-o-transform: scale(1.1) rotateZ(180deg);
		-ms-transform: scale(1.1) rotateZ(180deg);
		-webkit-transform: scale(1.1) rotateZ(180deg);
		-moz-transform: scale(1.1) rotateZ(180deg);
}
.cssload-thecube .cssload-c4 {
	transform: scale(1.1) rotateZ(270deg);
		-o-transform: scale(1.1) rotateZ(270deg);
		-ms-transform: scale(1.1) rotateZ(270deg);
		-webkit-transform: scale(1.1) rotateZ(270deg);
		-moz-transform: scale(1.1) rotateZ(270deg);
}
.cssload-thecube .cssload-c2:before {
	animation-delay: 0.225s;
		-o-animation-delay: 0.225s;
		-ms-animation-delay: 0.225s;
		-webkit-animation-delay: 0.225s;
		-moz-animation-delay: 0.225s;
}
.cssload-thecube .cssload-c3:before {
	animation-delay: 0.45s;
		-o-animation-delay: 0.45s;
		-ms-animation-delay: 0.45s;
		-webkit-animation-delay: 0.45s;
		-moz-animation-delay: 0.45s;
}
.cssload-thecube .cssload-c4:before {
	animation-delay: 0.675s;
		-o-animation-delay: 0.675s;
		-ms-animation-delay: 0.675s;
		-webkit-animation-delay: 0.675s;
		-moz-animation-delay: 0.675s;
}



@keyframes cssload-fold-thecube {
	0%, 10% {
		transform: perspective(77px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		transform: perspective(77px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		transform: perspective(77px) rotateY(180deg);
		opacity: 0;
	}
}

@-o-keyframes cssload-fold-thecube {
	0%, 10% {
		-o-transform: perspective(77px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-o-transform: perspective(77px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-o-transform: perspective(77px) rotateY(180deg);
		opacity: 0;
	}
}

@-ms-keyframes cssload-fold-thecube {
	0%, 10% {
		-ms-transform: perspective(77px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-ms-transform: perspective(77px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-ms-transform: perspective(77px) rotateY(180deg);
		opacity: 0;
	}
}

@-webkit-keyframes cssload-fold-thecube {
	0%, 10% {
		-webkit-transform: perspective(77px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-webkit-transform: perspective(77px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-webkit-transform: perspective(77px) rotateY(180deg);
		opacity: 0;
	}
}

@-moz-keyframes cssload-fold-thecube {
	0%, 10% {
		-moz-transform: perspective(77px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-moz-transform: perspective(77px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-moz-transform: perspective(77px) rotateY(180deg);
		opacity: 0;
	}
}
/*로딩이미지*/

.accordion_sub .pop-default-txt {
  white-space: pre-line;
  text-align: left;
}

/* .sub-form-area { */
  /* padding: 55px 110px 70px 110px; */
  /* border-top: 1px solid #08a048; */
/* } */

.sub_bojong_tit {
  text-align: center;
}

.sub_bojong_tit h1 {
  font-size: 30px;
  font-weight: 100;
}

.sub_bojong_tit p {
  font-size: 14px;
}

.sub_bojong_ul {
  width: 100%;
  /* border: 1px solid #e3e3e3; */
  overflow: hidden;
  text-align: center;
  margin-top: 50px;
}

.sub_bojong_ul li:first-child {
  border: 1px solid #e3e3e3;
}

.sub_bojong_ul li:last-child {
  border: 1px solid #e3e3e3;
}

.payment-radio.seventh.payment_active{
  border: 1px solid #08a048;
}

.sub_bojong_ul li {
  /* float: left; */
  /* width: 24.7%; */
  line-height: 48px;
  font-size: 16px;
  border: 1px solid #e3e3e3;
  display: inline-block;
}

.li_div4_over{
  width: 18.7%;
}

.li_div4_under{
  width: 23.7%;
}

.sub_bojong_ul>.bojong_on {
  background: #079041;
  color: #fff;
}

.sub_bojong_topimg {
  background-size: cover;
  width: 100%;
  height: 125px;
  background-color: #f1f1f1;
  margin-top: 20px;
  text-align: center;
  color: #fff;
  font-weight: 700;
}

.sub_bojong_topimg p {
  line-height: 125px;
  font-size: 22px;
}

.sub_bojong_tex {
  line-height: 22px;
  font-size: 14px;
  margin: 15px 0px;
}

.sub_bojong_btn_warp {
  margin-top: 30px;
  text-align: center;
}

.sub_bojong_btn {
  background: #079041;
  width: 400px;
  color: #fff;
  margin: 0 auto;
  line-height: 3.7em;
  font-size: 18px;
  border-radius: 7px;
}

.sub_bojong_info {
  color: #898989;
  margin-top: 15px;
}

.sub_bojong_table {
  width: 100%;
}

.sub_bojong_table tr th {
  background-color: #f1f1f1;
  padding: 15px 5px;
}

.sub_bojong_table tr td {
  border-bottom: 1px solid #f3f3f3;
  border-left: 1px solid #f3f3f3;
  padding: 5px;
  color: #666;
}

.sub_bojong_table tr td:first-child {
  border-left: none;
}

.sub_bojong_table .cate_select {
  margin-left: 22px;
  height: 26px;
  border: 1px solid #d3d3d3;
  background: #fcfcfc;
  border-radius: 0;
  font-size: 13px;
  font-weight: bold;
  width: 120px;
}


.sub_bojong_wrap {
  width: 100%;
  text-align: center;
}

.sub_bojong_wrap img {
  width: 15%;
  padding: 10px 20px;
}

.step4-input{
  /* height:30px; */
  /* outline: none; */
  /* line-height: 40px; */
}

.sub-left-notice{
  margin-top:15px;
  width:268px;
  border-radius:10px;
  background:#fff;
  padding:10px 24px;
  font-size:12px;
  color:#888;
}

.sub-left-column {
  float: left;
  width: 268px;
  padding-top:90px;}
.side_logo {margin:20px 20px 10px 20px;}
.b2bc-state-area { width:45%; float:right; margin-top:13px;}
.b2bc-sub-form-area {
  margin-top: 22px;
  padding: 42px;
  background: #fff;
  border-top:4px solid #08a048;}
.contents-tit {font-size: 28px; margin-top:10px;}
.form-item .contract-tit {
  line-height: 2.5em;
  font-size:22px;
  color: #001736;
  border-bottom:none;
  margin-bottom:0px;
  padding-bottom:0px;
}
.half-input-area .half-tit  {
  float:left;
  display: inline-block;
  width: 130px;
}
.date-area  {
  float:left;
  display: inline-block;
  width: 660px;
  padding-top:0px;
  }
.second-desc {
  border: 1px solid #d3d3d3;
  background: #fff;
  border-radius: 12px;
  margin-top: 10px;}
.contract-contents {padding-top:0px;}
.b2bc_gnb {
  color:#222;
  float:right;
  margin-right: 36px;
}
.b2bc_gnb li {
  float:left; 
  padding-left:15px; 
  font-size: 13px;
}
.sub_bojong_tap {
  width: 100%;
  border-bottom: 1px solid #079041;
  text-align: center;
}

.sub_bojong_tap ul {
  overflow: hidden;
}

.sub_bojong_tap ul li {
  float: left;
  line-height: 36px;
  width: 20%;
  border-top: 1px solid #dbdce1;
  border-right: 1px solid #dbdce1;
  border-bottom: 1px solid #079041;
  color: #666;
}

.sub_bojong_tap ul li:first-child {
  border-left: 1px solid #dbdce1;
}

.sub_bojong_tap .on {
  border-top: 1px solid #079041 !important;
  border-left: 1px solid #079041 !important;
  border-right: 1px solid #079041 !important;
  border-bottom: none;
  color: #079041;
}

.sub_bojong_tap .blank{
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #079041;
}

.sub_price_table {
  width: 100%;
}

.sub_price_table tr th {
  background-color: #f1f1f1;
  border: 1px solid #fff;
  padding: 8px 0px 8px 0px;
}

.sub_price_table tr td {
  border-bottom: 1px solid #f3f3f3;
  border-left: 1px solid #f3f3f3;
  padding: 5px;
  color: #666;
}

.sub_price_table tr td:first-child {
  border-left: none;
}

.sub_price_table .cate_select {
  margin-left: 22px;
  height: 26px;
  border: 1px solid #d3d3d3;
  background: #fcfcfc;
  border-radius: 0;
  font-size: 13px;
  font-weight: bold;
  width: 90px;
}

.cssload-spin-box {
	position: absolute;
	margin: auto;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	box-shadow: 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223);
		-o-box-shadow: 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223);
		-ms-box-shadow: 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223);
		-webkit-box-shadow: 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223);
		-moz-box-shadow: 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223);
	animation: cssload-spin ease infinite 4.6s;
		-o-animation: cssload-spin ease infinite 4.6s;
		-ms-animation: cssload-spin ease infinite 4.6s;
		-webkit-animation: cssload-spin ease infinite 4.6s;
		-moz-animation: cssload-spin ease infinite 4.6s;
}



@keyframes cssload-spin {
	0%,
	100% {
		box-shadow: 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223);
	}
	25% {
		box-shadow: -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73);
	}
	50% {
		box-shadow: -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223);
	}
	75% {
		box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
	}
}

@-o-keyframes cssload-spin {
	0%,
	100% {
		box-shadow: 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223);
	}
	25% {
		box-shadow: -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73);
	}
	50% {
		box-shadow: -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223);
	}
	75% {
		box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
	}
}

@-ms-keyframes cssload-spin {
	0%,
	100% {
		box-shadow: 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223);
	}
	25% {
		box-shadow: -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73);
	}
	50% {
		box-shadow: -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223);
	}
	75% {
		box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
	}
}

@-webkit-keyframes cssload-spin {
	0%,
	100% {
		box-shadow: 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223);
	}
	25% {
		box-shadow: -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73);
	}
	50% {
		box-shadow: -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223);
	}
	75% {
		box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
	}
}

@-moz-keyframes cssload-spin {
	0%,
	100% {
		box-shadow: 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223);
	}
	25% {
		box-shadow: -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73);
	}
	50% {
		box-shadow: -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223);
	}
	75% {
		box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
	}
}
