/* common */  
.sec_tit{  
    text-align: center;  
}  
  
.sec_tit h2{  
    font-size: 2.125rem;  
    font-weight: 700;  
}  
  
.sec_tit p{  
    font-size: 0.875rem;  
    margin-top: 1.6875rem;  
    color: #666666
}  
  
.input_type1{  
    height: 3.125rem;  
    background: #FFFFFF;  
    border: 0.0625rem solid #BBBBBB;  
    border-radius: 0.25rem;  
    padding: 0 0.9375rem;  
    box-sizing: border-box;  
}  
.input_type2{  
    height: 2.8125rem;  
    background: #FFFFFF;  
    border: 0.0625rem solid #BBBBBB;  
    border-radius: 0.25rem;  
    padding: 0 0.9375rem;  
    box-sizing: border-box;  
}  
.input_150{  
    width: 9.375rem;  
}  
.input_tel{  
    width: 9.375rem;  
}  
.input_date{  
    width: 9.375rem;  
}  
.input_215{  
    width: 13.4375rem;  
}  
.input_btn{  
    width: 19.0625rem;  
}  
.input_default{  
    width: 19.0625rem;  
}  
.input_email{  
    width: 19.0625rem;  
}  
.input_305{  
    width: 19.0625rem;  
}  
.input_100per{  
    width: 100%;  
}  
.input_flex{  
    display: flex;  
    align-items: center;  
}  
  
input.alert,  
select.alert{  
    border-color: #D91E26;  
}  
  
.btn {  
    text-align: center;  
}  
.btn button{  
    height: 3.75rem;  
    background: #333333;  
    border-radius: 0.25rem;  
    color: #fff;  
    font-size: 1.0625rem;  
    width: 13.125rem;  
}  
.btn button.cancel{  
    color: #333333;  
    background: #fff;  
    border: 0.0625rem solid #333333;  
}  
.btn button.point{  
    background: #D91E26;  
    border: 0.0625rem solid #D91E26;  
}  
.btn button.type1{  
    width: 13.125rem;  
}  
/* login */  
  
.login .wrap .sec_tit{  
    margin-top: 10.125rem;  
}  
  
.login .wrap .sec_con{  
    width: 28.125rem;  
    margin: 0 auto;  
    margin-top: 4.3125rem;  
    margin-bottom: 19.5625rem;  
}  
.login .wrap .sec_con form .input_wrap h5{  
    font-weight: 500;  
}  
  
.login .wrap .sec_con form .input_wrap input{  
    width: 100%;  
    margin-top: 0.5rem;  
    margin-bottom: 1.0rem;  
}  
.login .wrap .sec_con form .btn{  
    margin-top: 0.875rem;  
}  
.login .wrap .sec_con form .btn button{  
    width: 100%;  
}  
.login .wrap .sec_con form .login_info{  
    display: flex;  
    justify-content: space-between;  
    margin-top: 0.625rem;  
    font-weight: 500;  
}  

.login .wrap .sec_con form .login_info li:last-child{
    text-decoration: underline;
}
.login .wrap .sec_con form small{  
    margin-top: 0.875rem;  
    color: #666666;  
    font-size: 0.8125rem;  
    display: block;  
}  
  
/* term */  
  
.term .wrap .sec_tit{  
    margin-top: 7.625rem;  
}  
.term .wrap .sec_con{  
    width: 56.25rem;  
    margin: 0 auto;  
    margin-top: 4.5625rem;  
    margin-bottom: 14.25rem;  
}  
.term .wrap .sec_con .term_wrap:nth-child(2){  
    margin-top: 2.3125rem;  
}  
.term .wrap .sec_con .term_wrap h5{  
    font-size: 1.125rem;  
    font-weight: 500;  
  
}  
.term .wrap .sec_con .term_wrap .term_txt{  
    box-sizing: border-box;  
    height: 11.875rem;  
    overflow-y: scroll;  
    white-space: pre-wrap;  
    word-break: break-all;  
    margin-top: 0.8125rem;  
    background: #FFFFFF;  
    border: 0.0625rem solid #BBBBBB;  
    border-radius: 0.25rem;  
    padding: 1.125rem 1.5rem;  
    box-sizing: border-box;  
    color: #999999;  
    font-size: 0.875rem;  
}  
.term .wrap .sec_con .term_wrap ul.term_agree{  
    margin-top: 1.1875rem;  
}  
.term .wrap .sec_con .term_wrap ul.term_agree li{  
    display: flex;  
    justify-content: right;  
}  
.term .wrap .sec_con .term_wrap ul.term_agree li .radio_wrap{  
    margin-left: 0.9375rem;  
}  
.term .wrap .sec_con .term_wrap .check_wrap{  
    text-align: right;  
    margin-top: 0.8125rem;  
}  
.term .wrap .sec_con .term_wrap .check_wrap label{  
    font-size: 1.125rem;  
}  
.term .wrap .sec_con .btn {  
    text-align: center;  
    margin-top: 4.375rem;  
}  
  
/* sign_up */  
.form .wrap .sec_tit{  
    margin-top: 7.375rem;  
}  
.form .wrap .sec_con{  
    width: 57.5rem;  
    margin: 0 auto;  
    margin-top: 3.5rem;  
    margin-bottom: 16.125rem;  
}  
.form .wrap .sec_con .btn {  
    margin-top: 4.125rem;  
}  
  
.form_con{  
    border-top: 0.0625rem solid #000000;  
    border-bottom: 0.0625rem solid #000000;  
    padding: 2.9375rem 0;  
}  
.form_con .input_flex{  
    margin-top: 1.1875rem;  
}  
.form_con .input_flex .flex_wrap{  
    width: 100%;  
    justify-content: left;  
}  
.form_con .input_flex > h5{  
    width: 8.75rem;  
    font-weight: 500;  
    font-size: 1.0625rem;  
    flex: none;  
}  
.form_con .input_flex > p{
    font-size: 14px;
}
.form_con .input_flex button.sub_btn{  
    font-size: 0.875rem;  
    width: 6.5625rem;  
    height: 2.8125rem;  
    background: #333333;  
    color: #fff;  
    margin-left: 0.375rem;  
    border-radius: 0.25rem;  
}  
.form_con .input_flex h5.input_2nd{  
    margin-left: 2.25rem;  
}  
.form_con .input_flex h5 span{  
    color: #D91E26;  
}  
.form_con .input_flex span.dashed{  
    padding: 0 0.4375rem;  
}  
.form_con .input_flex span.at{  
    padding: 0 0.75rem;  
}  
.form_con .input_flex span.txt{  
    padding: 0 1.0625rem 0 0.5rem;  
    font-size: 0.875rem;  
    color: #333333;  
}  


.form .wrap .sec_tit .idPw_tab ul {
    display: flex;
    margin-top: 22px;
}
.form .wrap .sec_tit .idPw_tab ul li:first-child{
    margin-right: 8px;
}
.form .wrap .sec_tit .idPw_tab ul li{
    width: 50%;
}
.form .wrap .sec_tit .idPw_tab ul li.on a{
    border-color: #1472B5;
    color: #1472B5;

}
.form .wrap .sec_tit .idPw_tab ul li a{
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;

    border: 1px solid #C9CACA;
    border-radius: 4px;

}
  
/* eqiupment */  
  
.equipment .wrap .sec_tit{  
    padding-top: 7.625rem;  
}  
.equipment .wrap .sec_con{  
    margin-top: 3.25rem;  
    margin-bottom: 29.5rem;  
}  
  
.equipment .wrap .sec_con .equip_list{  
    border-top: 0.0625rem solid #DDDDDD;  
    border-bottom: 0.0625rem solid #DDDDDD;  
    margin-bottom: 3.0rem;  
}  
.equipment .wrap .sec_con .equip_list ul{  
    display: flex;  
    justify-content: space-between;  
}  
.equipment .wrap .sec_con .equip_list ul li{  
    width: 11.11%;  
    text-align: center;  
}  
.equipment .wrap .sec_con .equip_list ul li a{  
    width: 100%;  
    height: 100%;  
    display: inline-block;  
    height: 3.0rem;  
    line-height: 3.0rem;  
	font-size:14px
}  
.equipment .wrap .sec_con .equip_list ul li.on{  
    background: #333333;  
}  
.equipment .wrap .sec_con .equip_list ul li.on a{  
    color: #fff;  
}  
.equipment .wrap .equip_con{
    display: flex;
    justify-content: space-between;
    margin-bottom: 316px;
}
.equipment .wrap .link{
    text-align: right;
    margin-top: 67px;
    font-size: 14px;
    color: #666666;
}
.equipment .wrap .equip_con .equip_left{
    width: 700px;
    height: 700px;
    flex: none;
    border: 1px solid #dddddd;
    display: flex;
}
.equipment .wrap .equip_con .equip_left img{
    width: 100%;
}
.equipment .wrap .equip_con .equip_right{
    width: 100%;
    padding-left: 57px;
    box-sizing: border-box;
}
.equipment .wrap .equip_con .equip_right > h2{
    font-size: 35px;
    font-weight: 700;
    margin-top: 46px;
    margin-bottom: 33px;
}
.equipment .wrap .equip_con .equip_right .hr{
    width: 100%;
    height: 1px;
    background: #dddddd;
}
.equipment .wrap .equip_con .equip_right .equip_detail_list{
    margin-top: 41px;
    margin-bottom: 43px;
}
.equipment .wrap .equip_con .equip_right .equip_detail_list ul li{
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}
.equipment .wrap .equip_con .equip_right .equip_detail_list ul li:last-child{
    margin-bottom: 0;
}
.equipment .wrap .equip_con .equip_right .equip_detail_list ul li h5{
    width: 143px;
    flex: none;
    font-weight: 700;
    font-size: 17px;

}
.equipment .wrap .equip_con .equip_right .equip_detail_list ul li .list_right{
    width: 100%;
}
.equipment .wrap .equip_con .equip_right .equip_detail_list ul li .list_right table{
    width: 100%;
    text-align: center;
}
.equipment .wrap .equip_con .equip_right .equip_detail_list ul li .list_right table tr td{
    border: 1px solid #dddddd;
    padding: 7px 0;
}
.equipment .wrap .equip_con .equip_right .equip_detail_list ul li .list_right table tr td:nth-child(2n){
    color: #FF3535;
}
.equipment .wrap .equip_con .equip_right .equip_detail_list ul li .list_right select{
    width: 215px;
}

.equipment .wrap .equip_con .equip_right .total{
    margin-top: 28px;
    display: flex;
    justify-content: right;
    align-items: flex-end;
    margin-bottom: 35px;
}
.equipment .wrap .equip_con .equip_right .total h4{
    font-size: 20px;
    font-weight: 500;
}
.equipment .wrap .equip_con .equip_right .total h3{
    font-size: 35px;
    font-weight: 700;
    margin-left: 22px;
}
.equipment .wrap .equip_con .equip_right .btn button{
     width: 100%;
}
/* section content 공통 */    
.content .wrap .sec_con ul.product_list{    
    display: flex;    
    justify-content: flex-start;    
    align-items: center;    
    flex-wrap: wrap ;    
}    
.content .wrap .sec_con ul.product_list li{    
     width: 18.8125rem;    
     background: #fff;    
     box-sizing: border-box;    
     position: relative;    
     border: 0.0625rem solid #DDDDDD;    
     margin-right: 2rem;  
}     
.content .wrap .sec_con ul.product_list li:nth-child(4n){  
    margin-right: 0;  
}  
.content .wrap .sec_con ul.product_list li .prod_img {    
    width: 100%;    
    height: 18.6875rem;    
    transition: .3s;    
    background-size: 100% !important;    
}    
.content .wrap .sec_con ul.product_list li:hover .prod_img{    
    background-size: 110% !important;    
}    
    
    
.content .wrap .sec_con ul.product_list li .prod_img .new{    
    width: 3.25rem;    
    height: 3.25rem;    
    background: linear-gradient(135deg, #F83D3D 0%, #C81F1F 100%);    
    border-radius: 0.125rem;    
    text-align: center;    
    border: 0.125rem;    
    position: absolute;    
    top: 0.0rem;    
    right: 0.0rem;    
    padding: 0.5rem;    
    box-sizing: border-box;    
}    
.content .wrap .sec_con ul.product_list li .prod_img .new p{    
    color: #fff;    
    font-size: 0.875rem;    
    margin-top: 0.1875rem;    
    font-family: 'Roboto', sans-serif;    
}    
.content .wrap .sec_con ul.product_list li .prod_txt h4{    
    font-size: 1.125rem;    
    text-align: center;    
    background: #333333;    
    color: #fff;    
    padding: 0.90625rem;    
    font-family: 'Roboto', sans-serif;    
}    
.content .wrap .sec_con ul.product_list li .prod_txt .price_list{    
    padding: 0.875rem 1.5625rem;    
}    
.content .wrap .sec_con ul.product_list li .prod_txt .price_list .price{    
    display: flex;    
    align-items: center;    
    justify-content: space-between;    
}    
.content .wrap .sec_con ul.product_list li .prod_txt .price_list .price{    
    margin-bottom: 0.3125rem;    
}    
.content .wrap .sec_con ul.product_list li .prod_txt .price_list .price:last-child{    
    margin-bottom: 0;    
}    
.content .wrap .sec_con ul.product_list li .prod_txt .price_list .price p{    
    display: flex;    
    align-items: center;    
    font-size: 0.875rem;    
    font-weight: 500;    
}    
.content .wrap .sec_con ul.product_list li .prod_txt .price_list .price p i{    
    margin-right: 0.4375rem;    
}    
.content .wrap .sec_con ul.product_list li .prod_txt .price_list .price h5{    
    font-size: 0.875rem;    
    font-weight: 500;    
    color: #FF3535;    
}    
.content .wrap .sec_con ul.product_list li:nth-child(n+5){    
    margin-top: 2.0rem;    
}    
.content .wrap .sec_con ul.product_list.type2 li .prod_txt h4{    
    display: inline-block;  
    padding: 0 1.5625rem;    
    background: #fff;    
    color: inherit;    
    text-align: left;    
    font-weight: 700;    
}    
.content .wrap .sec_con ul.product_list.type2 li .prod_img{    
    height: 18.125rem;    
}    
  
.content .sec_con .more_btn a{  
    width: 100%;  
    height: 100%;  
    display: inline-block;  
    line-height: 2.6875rem;    
    color: #fff;    
    font-size: 1.0rem;    
    text-align: center;  
    font-family: 'Roboto', sans-serif;    
}  
  
.content .sec_con .more_btn{    
    background: #333333;    
    border-radius: 31.25rem;    
    width: 6.875rem;    
    height: 2.6875rem;    
    line-height: 2.6875rem;    
    margin: 0 auto;  
    margin-top: 2.6875rem;    
}    
  
/* company */  
  
.company .wrap .sec_tit{  
    margin-top: 4.625rem;  
}  
.company .wrap .sec_con{  
    margin-top: 3.25rem;  
    margin-bottom: 9.25rem;  
}  
.company .wrap .sec_con .sub_visu{  
    height: 16.25rem;  
    display: flex;  
    align-items: center;  
    justify-content: center;  
    text-align: center;  
}  
.company .wrap .sec_con .sub_visu h3{  
    color: #fff;  
    font-size: 1.5625rem;  
    font-weight: 300;  
    line-height: 2.5625rem;  
}  
.company .wrap .sec_con .sub_visu h3 span{  
    font-weight: 700;  
    color: #fff;  
}  
.company .wrap .sec_con .company_list{  
    width: 58.75rem;  
    margin: 0 auto;  
    margin-top: 6.375rem;  
}  
.company .wrap .sec_con .company_list ul li{  
    display: flex;  
    justify-content: left;  
    margin-bottom: 4.375rem;
}  
.company .wrap .sec_con .company_list ul li .num{  
    margin-right: 4.375rem;  
}  
 
.company .wrap .sec_con .company_list ul li .img{ 
    padding-right: 3.125rem; 
    margin-right: 3.125rem; 
    border-right: 0.0625rem solid #DDDDDD; 
    box-sizing: border-box;
} 
.company .wrap .sec_con .company_list ul li .img img{ 
    width: 9.25rem; 
} 
.company .wrap .sec_con .company_list ul li .txt{ 
 
} 
.company .wrap .sec_con .company_list ul li .txt h5{ 
    font-size: 1.5625rem; 
    font-weight: 700; 
} 
.company .wrap .sec_con .company_list ul li .txt p{ 
    font-size: 1.0rem; 
} 

/* location */  
  
.location .sec_con .map iframe{
    width: 100%;
    height: 368px;
}
.location .sec_con .map_txt{
    display: flex;
    margin-top: 45px;
}
.location .sec_con .map_txt .txt_left{
    padding-right: 56px;
    margin-right: 56px;
    border-right: 1px solid #BBBBBB;
}
.location .sec_con .map_txt .txt_left h2{
    font-weight: 700;
    font-size: 27px;
}
.location .sec_con .map_txt .txt_right ul{
    display: flex;
    margin-top: 7px;
}
.location .sec_con .map_txt .txt_right ul li{
    display: flex;
    align-items: center;
    margin-right: 36px;
    color: #666666;
}
.location .sec_con .map_txt .txt_right ul li i{
    margin-right: 6.6px;
}
.location .sec_con .map_txt .txt_right ul li span{
    font-weight: 700;
}
.location .wrap .sec_tit{  
    margin-top: 4.625rem;  
}  
.location .wrap .sec_con{  
    margin-top: 3.25rem;  
    margin-bottom: 9.25rem;  
}  

/* board */
.board .wrap .sec_tit{  
    margin-top: 4.625rem;  
}  
.board .wrap .sec_con{  
    margin-top: 3.25rem;  
    margin-bottom: 9.25rem;  
}  
.board_con table{
    width: 100%;
    table-layout:fixed;word-break:break-all;
    border-bottom: 1px solid #333333;
}
.board_con table tr th{
    height: 50px;
    vertical-align: middle;
    border-top: 1px solid #000;
    font-weight: 700;
    font-size: 15px;
}
.board_con table tr td{
    height: 50px;
    vertical-align: middle;
    border-top: 1px solid #DDDDDD;
    text-align: center;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;  /* 말줄임 적용 */    
    color: #666666;
}
.board_con table tr:hover td{
    background: #F8F8F8;
}
.board_con table tr td > a{
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 50px;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;  /* 말줄임 적용 */   
    color: #333333;
}
.board_con.type1 table tr td:nth-child(2){
    text-align: left;
}
.board_con .pager ul{
    display: flex;
    justify-content: center;
    align-items: center;
}
.board_con .pager ul li{
    margin: 0 10px;
    margin-top: 35px;
}
.board_con .pager ul li.on a{
    color: #DC1D25;
    font-weight: bold;
    font-size: 15px;
}
.board_con .pager ul li a{
    color: #BBBBBB;
}
.board_con .btn {
    margin-top: 13px;
    text-align: right;
}
.board_con .btn button{
    width: 100px;
}
.board_con .board_detail > div{
    border-bottom: 1px solid #DDDDDD;
    padding: 0 20px;
}
.board_con .board_detail > .tit{
    padding: 12.3px 20px;
    border-top: 1px solid #000000;
    font-size: 18px;
    font-weight: 700;
}
.board_con .board_detail > .info{
    padding: 15px 20px;
}
.board_con .board_detail > .info ul{
    display: flex;
    align-items: center;
}
.board_con .board_detail > .info ul li{
    display: flex;
    align-items: center;
    margin-right: 7%;
    font-size: 14px;
}
.board_con .board_detail > .info ul li h5{
    font-weight: 700;
    margin-right: 10px;
}
.board_con .board_detail > .txt{
    padding-top: 28px;
    padding-bottom: 97px;
    line-height: 33px;
    font-size: 15px;
}
.board_con .board_detail > .file{
    padding: 7.5px 20px;
    border-bottom: 1px solid #000000;
    line-height: 33px;
    font-size: 14px;
}
.board_con .board_detail > .file span{
    line-height: 33px;
}

/* faq */
.faq .wrap .sec_tit{  
    margin-top: 4.625rem;  
}  
.faq .wrap .sec_con{  
    margin-top: 3.25rem;  
    margin-bottom: 9.25rem;  
}  
.faq .wrap .sec_con .Accordion_wrap{
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}


.que2{
    position: relative;
    padding: 16px 0;
    cursor: pointer;
    font-size: 14px;
    border-bottom: 1px solid #dddddd;
  }
  .anw2 {
    display: none;
    overflow: hidden;
    padding: 30px 0;
    padding-right: 40px;
    background: #F8F8F8;
  }  
  .que2.on i{
    font-weight: bold;
    color: #D91E26; 
  }
  .que2.on {
      font-weight: bold;
  }
  .que2.on + .anw2 i{
    font-weight: bold;
    color: #D91E26;  
  }

  .que2 i{
    display: inline-block;
    position: absolute;
    padding-left: 70px;
    box-sizing: border-box;
  }  
  .anw2 i{
    display: inline-block;
    position: absolute;
    padding-left: 70px;
    box-sizing: border-box;
  }

  .que2 span{
    width: 100%;
    font-size: 13px;
    display: block;
    padding-left: 148px;
    box-sizing: border-box;
  }

  .anw2 span{
    width: 100%;
    font-size: 13px;
    display: block;
    padding-left: 148px;
    color: #666666;
    box-sizing: border-box;
  }
    
/* tracking */
.tracking .wrap .sec_tit{  
    margin-top: 4.625rem;  
}  
.tracking .wrap .sec_con{  
    margin-top: 3.25rem;  
    margin-bottom: 9.25rem;  
} 
table.type2 tr td .prod_name{
    display: flex;
    align-items: center;
}
table.type2 tr td .prod_name i.img{
    width: 113px;
    display: inline-block;
    flex: none;
}
table.type2 tr td .prod_name i.img img{
    width: 100%;
}
table.type2 tr td.mark{
    color: #D91E26;
}
table.type2 tr td .track a{
    display: inline-block;
    width: 90px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #BBBBBB;
    border-radius: 4px;
    color: #333333;
    margin-top: 11px;

}
table.type2 tr td:nth-child(1){
    padding-left: 30px;
    box-sizing: border-box;
}  
table.type2 tr td:nth-child(1) p{
    font-weight: 700;
}
table.type2 tr td{
    color: #333333;
}
table.type2 tr:hover td{
    background: #fff;
}


table.type3 tr td:nth-child(2){
    padding-left: 30px;
    box-sizing: border-box;
}  
table.type3 tr td:nth-child(2) p{
    font-weight: 700;
}
table.type3 tr td{
    color: #333333;
}
table.type3 tr:hover td{
    background: #fff;
}

.tracking .wrap .sec_con .board_con > small{
    display: block;
    text-align: right;
    margin-top: 15px;
    font-size: 15px;
}

/* cart */


/* reservation */  
/* .content .reserv {  
    padding: 2.5rem 0;  
}   */
.content .reserv{  
    display: flex;  
    justify-content: space-between;  
}  
.content .reserv .reserv_con{  
    width: 100%;  
    box-sizing: border-box ;  
    background: #FFFFFF;  
    box-shadow: 0.0rem 0.0rem 0.625rem rgba(0, 0, 0, 0.08);    
    position: relative;  
    overflow: hidden;  
}  
.content .reserv .reserv_con > h3{  
    flex: none;  
    background: #D91E26;  
    color: #fff;  
    text-align: center;  
    font-size: 1.25rem;  
    font-weight: 700;  
    display: inline-block;  
    width: 100%;  
    padding: 1.25rem 0;  
}  
  
.content .reserv .reserv_con form{  
    display: flex;  
    align-items: flex-end;  
    padding: 23px 3.0rem 53px;  
    box-sizing: border-box;
}  
.content .reserv .reserv_con form .form_input{  
    display: flex;  
    position: relative;
    justify-content: space-between;
    
}  
/* .content .reserv .reserv_con form .form_input .input_con:nth-child(1){  
    padding-right: 2.5rem;  
}   */
.content .reserv .reserv_con form .form_input .tilde{
    padding: 0 30px;
    position: relative;
    top: 54px;
}
.content .reserv .reserv_con form .form_input .rent_date{
    padding-left: 53px;
}
.content .reserv .reserv_con form .form_input .rent_date h5{
    font-size: 17px;
    font-weight: 500;
}
.content .reserv .reserv_con form .form_input .rent_date h4{
    font-size: 25px;
    font-weight: 700;
    margin-top: 19px;
}
.content .reserv .reserv_con form .alert{
    position: absolute;
    bottom: 25px;
    font-size: 14px;
    color: #D91E26;
}
.content .reserv .reserv_con form .form_input ul li input.date{
    padding-left: 39px;
    background: rgba(255, 255, 255, 0);
    background: url(../images/select_arrow.png) no-repeat 95% 50%/14px auto !important;
}
.content .reserv .reserv_con form .form_input ul li select.date{
    padding-left: 39px;
    background: rgba(255, 255, 255, 0);
}
.content .reserv .reserv_con form .form_input .input_con:nth-child(2){  
    padding-left: 2.5rem;  
}  
  
.content .reserv .reserv_con form .form_input .input_con h5{  
    margin-bottom: 1.125rem;  
    font-weight: 500;  
}  
.content .reserv .reserv_con form .form_input .input_con ul.input_left{  
    display: flex;  
    flex-wrap: wrap;  
}  
.content .reserv .reserv_con form .form_input .input_con ul.input_left li:nth-child(3),  
.content .reserv .reserv_con form .form_input .input_con ul.input_left li:nth-child(4){  
    margin-top: 0.625rem;  
}  
.content .reserv .reserv_con form .form_input ul.input_right{  
    display: flex;  
    flex-wrap: wrap;  
}  
.content .reserv .reserv_con form .form_input ul.input_right li:nth-child(3){  
    margin-top: 0.625rem;  
}  
.content .reserv .reserv_con form .form_input ul li{  
    position: relative;  
}  
.content .reserv .reserv_con form .form_input ul li input{  
    height: 3.125rem;  
    padding-left: 0.9375rem;   
    border: 0.0625rem solid #DDDDDD;  
    border-radius: 0.25rem;  
    font-size: 0.875rem;  
}  
.content .reserv .reserv_con form .form_input ul li select{  
    height: 3.125rem;  
    padding-left: 0.9375rem;   
    border: 0.0625rem solid #DDDDDD;  
    border-radius: 0.25rem;  
    background:url('../images/select_arrow.png') no-repeat 95% 50%/0.875 auto;  
    font-size: 0.875rem;  
}  
.content .reserv .reserv_con form .form_input ul li.prod_name{  
    position: relative;  
}  
.content .reserv .reserv_con form .form_input ul li.prod_name p{  
    position: absolute;  
    top: 50%;  
    transform: translateY(-50%);  
    left: 0.9375rem;  
    font-size: 0.875rem;  
}  
.content .reserv .reserv_con form .form_input ul li.prod_name input{  
    padding-left: 4.5625rem;  
}  
.content .reserv .reserv_con form .form_input ul li i{  
    position: absolute;  
    top: 50%;  
    transform: translateY(-50%);  
    left: 0.9375rem;  
}  
.content .reserv .reserv_con form .form_input ul li .input_sm{  
    width: 13.7375rem;  
}  
.content .reserv .reserv_con form .form_input ul li .input_md{  
    width: 17.03125rem;  
}  
.content .reserv .reserv_con form .form_input ul li .input_lg{  
    width: 34.6875rem;  
}  
.content .reserv .reserv_con form .form_input ul li:nth-child(2n-1){  
    margin-right: 0.625rem;  
}  
.content .reserv .reserv_con form .form_btn{  
    flex: none;  
}  
.content .reserv .reserv_con form .form_btn button{  
    width: 6.6875rem;  
    height: 6.875rem;  
    background: #333333;  
    border: 0.1875rem solid #333333;  
    border-radius: 0.25rem;      
    font-size: 0.9375rem;  
    font-weight: 700;  
    color: #fff;  
}  








.cart .wrap .sec_tit{  
    margin-top: 4.625rem;  
}  
.cart .wrap .sec_con{  
    margin-top: 3.25rem;  
    margin-bottom: 9.25rem;  
} 

.cart .wrap .sec_con .btn{
    margin-top: 56px;
}
.cart .wrap .sec_con .btn + small{
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    font-size: 15px;
}
.cart .wrap .sec_con .board_con table input[type=checkbox]+ label.chk_style1:before{
    position: unset;
    margin-right: 0;
}

.cart .wrap .sec_con .board_con table input[type=checkbox] + label.chk_style1{
    padding-left: 0;
}
.cart .wrap .sec_con .board_con ul.board_btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}
.cart .wrap .sec_con .board_con ul.board_btn li button{
    width: 100px;
    height: 40px;
    border: 1px solid #BBBBBB;
    border-radius: 4px;    
}

table.type3 tr td .prod_name{
    display: flex;
    align-items: center;
}
table.type3 tr td .prod_name i.img{
    width: 113px;
    display: inline-block;
    flex: none;
}
table.type3 tr td .prod_name i.img img{
    width: 100%;
}
table.type3 tr td.mark{
    color: #D91E26;
}
table.type3 tr td .track a{
    display: inline-block;
    width: 90px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #BBBBBB;
    border-radius: 4px;
    color: #333333;
    margin-top: 11px;
}
table.type3 tr.total_wrap td{
    background: #F8F8F8;
    padding: 0 50px 0 40px;
}
table.type3 tr.total_wrap td .total{
    display: flex;
    justify-content: space-between;
}
table.type3 tr.total_wrap td .total .total_left{
    font-weight: 700;
    font-size: 20px;
}
table.type3 tr.total_wrap td .total .total_right{
    font-size: 17px;
}
table.type3 tr.total_wrap td .total .total_right span{
    font-weight: 700;
    font-size: 20px;
    color: #FF3535;
}

@media screen and (max-width: 1330px){
    /* eqiupment */  
    .content .wrap .sec_con ul.product_list{   
        justify-content: flex-start;   
        width: 60.1875rem;   
        margin: 0 auto;   
    }   
    .content .wrap .sec_con ul.product_list li:nth-child(4n){  
        margin-right: 0.625rem;   
    }      
    .content .wrap .sec_con ul.product_list li{   
        margin: 0 0.625rem;   
    }   
  
    .content .wrap .sec_con ul.product_list li:nth-child(n+4){    
        margin-top: 1.25rem;    
    }      
    .equipment .wrap .equip_con{
        display: block;
    }
    .equipment .wrap .equip_con .equip_left{
        margin: 0 auto;
    }

    .equipment .wrap .equip_con .equip_right{
        padding-left: 0;
        width: 700px;
        margin: 0 auto;
    }
    .equipment .wrap .link{
        margin-bottom: 20px;
    }
    table.type2 tr td .prod_name i.img {
        width: 50px;
    }    
    table.type2 tr td:nth-child(1) p{
        font-size: 14px;
    }

    table.type3 tr td .prod_name i.img {
        width: 50px;
    }    
    table.type3 tr td:nth-child(2) p{
        font-size: 14px;
    }

    .tracking .wrap .sec_con .board_con table tr td .track a {
        width: 60px;
        height: 25px;
        line-height: 25px;
        margin-top: 5px;
        font-size: 13px;
    }    
    .board_con table.type2 tr td{
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .board_con table.type3 tr td{
        padding-top: 5px;
        padding-bottom: 5px;
    }    
    .content .reserv .reserv_con form .form_input ul li .input_sm{
        width: 8.7375rem;
    }
}  
@media screen and (max-width: 1060px){
    .content .wrap .sec_con ul.product_list{   
        width: 40.125rem;   
    }   
    .content .wrap .sec_con ul.product_list li:nth-child(n+3){    
        margin-top: 1.25rem;    
    }        
    .company .wrap .sec_con .company_list{  
        width: 100%; 
    } 
    .content .reserv .reserv_con form .form_input{
        width: 100%;
        display: block;
    }
    .content .reserv .reserv_con form .form_input .rent_date{
        padding-left: 0;
    }
    .content .reserv .reserv_con form .form_input .tilde{
        display: none;
    }
    .content .reserv .reserv_con form .form_input .input_con{
        margin-bottom: 20px;
    }
    .content .reserv .reserv_con form .form_input ul li .input_sm{
        width: 100%;
    }
    .content .reserv .reserv_con form .form_input ul li{
        width: 49%;
    }
    .content .reserv .reserv_con form{
        width: 100%;
    }
    .content .reserv .reserv_con form .form_input .input_con ul.input_left{
        width: 100%;
        justify-content: space-between;
    }
    .content .reserv .reserv_con form .alert{
        position: unset;
    }
    .content .reserv .reserv_con form{
        display: block;
    }
    .content .reserv .reserv_con form .alert{
        margin-top: 10px;
    }
}  
@media screen and (max-width: 950px){
  
    .term .wrap .sec_con{  
        width: 100%;  
    }      
    .form .wrap .sec_con{  
        width: 100%;  
    }          
    .equipment .wrap .sec_con .equip_list ul li a{  
        font-size: 0.8125rem;  
    }  
}  
  
@media screen and (max-width: 790px){
    .form_con .input_flex > h5{  
        margin-bottom: 0.625rem;  
    }  
    .form_con .input_flex .flex_wrap{  
        justify-content: space-between;  
    }      
    .form_con .input_flex span.dashed{  
        padding: 0 0.3125rem;  
    }  
    .form_con .input_flex span.at{  
        padding: 0 0.3125rem;  
    }  
    .form_con .input_flex span.txt{  
        padding: 0 0.3125rem;  
    }  
  
    .form_con .input_flex{  
        display: block;  
    }  
    .form_con .input_flex h5.input_2nd{  
        margin-left: 0;  
        margin-top: 1.1875rem;  
    }  
    /* .input_215{  
        width: 28%;  
    }      
    .input_305{  
        width: 28%;  
    } */  
    .form_con .input_flex > span.txt{  
        padding: 0 0.3125rem;  
    }  
    .input_tel{  
        width: 30%;  
    }      
    .input_date{  
        width: 30%;  
    }      
    .input_btn{  
        width: 64%;  
    }      
    .input_default{  
        width: 100%;  
    }      
    .input_email{  
        width: 30%;  
    }  
    .input_215{  
        width: 30%;  
    }  
    .input_305{  
        width: 100%;  
    }      
    .wrap .sec_tit{  
        padding-top: 3.75rem !important;  
    }  
    .wrap .sec_con{  
        margin-bottom: 6.25rem !important;  
    }  
    .equipment .wrap .link{
        margin-top: 3.75rem !important;  
    }
    .equipment .wrap .equip_con{
        margin-bottom: 6.25rem !important;  
    }
}  
  
@media screen and (max-width: 750px){
    .content .wrap .sec_con ul.product_list{   
        width: 19.9375rem;   
    }   
    .content .wrap .sec_con ul.product_list li:nth-child(n+2){    
        margin-top: 1.25rem;    
    }                   
    .equipment .wrap .sec_con .equip_list ul{  
        font-size: 0.75rem;  
        flex-wrap: wrap;  
    }  
    .equipment .wrap .sec_con .equip_list ul li{  
        width: 33.33%;  
    }  
    .company .wrap .sec_con .company_list ul li{ 
        display: block; 
        margin-bottom: 3.125rem; 
        position: relative; 
    } 
    .company .wrap .sec_con .company_list ul li .txt h5{ 
        padding: 0.625rem 0; 
    } 
    .company .wrap .sec_con .company_list ul li:last-child{ 
        margin-bottom: 0; 
    }     
    .company .wrap .sec_con .company_list ul li .img{ 
        border: none; 
        position: absolute; 
        top: 0; 
        right: 0; 
        margin-right: 0; 
        padding-right: 0; 
    } 
    .company .wrap .sec_con .company_list ul li .img img{ 
        width: 8.25rem; 
    } 
    .location .sec_con .map_txt{
        display: block;
    }
    .location .sec_con .map_txt .txt_left{
        border: none;
        margin-right: 0;
        padding-right: 0;
        margin-bottom: 1rem;
    }
    .anw2{
        padding-right: 30px;
    }

    .que2 i{
        padding-left: 30px;
      }  
      .anw2 i{
        padding-left: 30px;
      }
    
      .que2 span{
        padding-left: 70px;
      }
    
      .anw2 span{
        padding-left: 70px;
      }
      .equipment .wrap .equip_con .equip_left{
        width: 100%;
        height: auto;
    }
    .equipment .wrap .equip_con .equip_left img{
        width: 100%;
    }
    .equipment .wrap .equip_con .equip_right{
      width: 100%;
    }   
    .equipment .wrap .equip_con .equip_right .equip_detail_list ul li h5{
        width: 100px;
    }
    .tracking .wrap .sec_con{
        overflow-x: scroll;
    }
    .tracking .wrap .sec_con .board_con{
        width: 750px;
        padding: 10px 0;
    }
    .tracking .wrap .sec_con .board_con table tr td .prod_name i.img{
        width: 50px;
        /* display: none; */
    }
    table.type2 tr td:nth-child(1){
        padding-left: 0;
    }
    table.type2 tr td:nth-child(1) p{
        line-height: 50px;
    }
    table.type2 tr th{
        font-size: 10px;
    }
    table.type2 tr td{
        font-size: 10px;
    }

    table.type3 tr td:nth-child(2){
        padding-left: 0;
    }
    table.type3 tr td:nth-child(2) p{
    }
    table.type3 tr th{
        font-size: 10px;
    }
    table.type3 tr td{
        font-size: 10px;
    }    
    table.type2 tr td .track a{
        width: 40px;
        height: 25px;
        line-height: 25px;
        margin-top: 5px;
        font-size: 10px;
    }
    table.type2 tr td .prod_name{
    }
    .cart .btn button.type1{
        width: 30% !important;
    }
} 
@media screen and (max-width: 620px){
    .content .reserv .reserv_con form .form_input ul li{
        width: 100%;
    }
    .content .reserv .reserv_con form .form_input ul li:nth-child(2n-1){
        margin-right: 0;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 520px){
    .login .wrap .sec_con{  
        width: 100%;  
    }  
    .location .sec_con .map_txt .txt_right ul{
        display: block;
    }
    .location .sec_con .map_txt .txt_right ul li{
        margin-bottom: 10px;
    }
    table.type3 tr td .prod_name{
        display: block;
    }
    table.type3 tr.total_wrap td{
        padding: 0 20px;
    }
    table.type3 tr td:nth-child(2) p{
        font-size: 12px;
    }
    .cart .wrap .sec_con .btn + small{
        font-size: 12px;
    }
    .content .reserv .reserv_con form .form_input .rent_date h4{
        font-size: 20px;
    }
    .content .reserv .reserv_con form{
        padding: 20px 20px 20px;
    }
    .content .reserv .reserv_con form .alert{
        font-size: 10px;
    }

    .form .wrap .sec_tit .idPw_tab ul li a{
        height: 45px;
        line-height: 45px;
    }
}  
@media screen and (max-width: 420px){
    .btn button.cancel,  
    .btn button.point{  
        width: 9.375rem;  
    }  
    .board_con table tr th{
        font-size: 14px;
    }      
    .board_con table tr td{
        font-size: 14px;
    }
    .tracking .wrap .sec_con .board_con > small{
        font-size: 12px;
    }
    table.type3 tr th{
        font-size: 10px;
    }
    table.type3 tr td{
        font-size: 10px;
    }        
    
}  