

table {
    border-collapse: collapse;
}
table tr th, td {
    /* border: 1px solid gray; */
    border: 0;
    text-align: center;
    text-align: center;
    padding: 5px;
}
table.type11 {
    border-collapse: separate;
    /* border-spacing: 1px; */
    text-align: center;
    line-height: 1.5;
}
table.type11 th {
    position: relative;
    width: 155px;
    padding: 10px;
    /* font-weight: bold; */
    font-size: 17px;
    vertical-align: top;
    color: #fff;
    /* background: #9F71DB; */
    background: #2B2B2B;
    border: 0;
}
table.type11 th:nth-child(2n) {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;

}
/*caution*/
table.type11 th .w1 {
    width: 14px;
    height: 14px;
    margin-right:5px;
}
table.type11 th .w2 {
    width: 14px;
    height: 14px;
    margin-left:5px;
}
/*caution*/

table.type11 .th1 {
    position: relative;
}
table.type11 td {
    /*border-right: 0;*/
    /*border-left: 1px solid #ccc;*/
    border-right: 1px solid #ccc;
}
table.type11 td:last-child{
    border-right: 0;
}
table.type11 td:nth-child(2n) a {
    width: 100%;
    display: block;
}
table tr:nth-child(2n) td{
    /* background: #fff; */
    background: #E6E8ED;
}
table tr:nth-child(2n) .bg {
    background: url(/images/searchAreaBg_01.png);
    background-position:center center ;
    background-size: 100% auto;
    background-repeat: no-repeat;

}


table.type11 td {
    width: 155px;
    padding: 10px;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
    background: #fff;
    color: #242424;

}


.search {
    background: #fff url(/images/ico/top_search_gr.png) no-repeat;
    background-size: 21px;
    background-position: right 13px center;


}
input[type=text], select {
    width: 100%;
    padding: 10px 18px;
    margin: 8px 0;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 15px;
}
.text-red {
    border:1px solid yellow;
    background: yellow;
}
.type11 th .button1 {
    position: absolute;
    right: 0;
    top: 0;
    /* line-height: 47px; */
    margin-top: 11px;
    margin-right: 15px;
    width: 50px;
    height: 25px;
    border-radius: 5px;
    border: 1px solid #F3F4F5;
    font-weight: bold;
}
/*강아지 이로운*/


/* 다운로드 버튼 */
button.downloadBtn{
    background: url(/images/ico/ico_download4.png) no-repeat;
    background-size: 14px;
    background-position: center;
    border: 0;
    font-size: 0;
    width: 40px; height: 40px;
    display: block;
}






#menu-wrapper {
    position:absolute;
    left: 0; top:50%;
    transform:translateY(-50%);

    /* overflow: hidden;
    max-width: 55px; */
    cursor: pointer;
}


#menu-wrapper #hamburger-menu {
    position: relative;
    width: 25px;
    height: 20px;
    margin: 15px;
}

#menu-wrapper #hamburger-menu span {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    color: black;
    background-color: white;
    position: absolute;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

#menu-wrapper #hamburger-menu span:nth-child(1) {
    top: 0;
}
#menu-wrapper #hamburger-menu span:nth-child(2) {
    top: 9px;
}
#menu-wrapper #hamburger-menu span:nth-child(3) {
    top: 18px;
}
#menu-wrapper #hamburger-menu.open span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#menu-wrapper #hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: -60px;
}
#menu-wrapper #hamburger-menu.open span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
#menu-container .menu-list {
    /* position: relative;
    /* z-index: 50; */
    
}
#menu-container .menu-list .menu-submenu {
    padding:0;
}
#menu-container .menu-list .menu-submenu li a {
    display:block;
    font-size: 13px;
    text-align: left;
    padding:10px 0 10px 20px;
    color: #3d3d3d;
    border-bottom: 1px solid #dbdcd2;
}

#menu-container .menu-list .menu-submenu li a:hover {
    background:#eee;
}
#menu-container .menu-list {
    width: 80%; height: 100vh;
    background: white;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    z-index: 50;
   
}

#menu-container .menu-list li.accordion-toggle, #menu-container .menu-list .menu-login {
    padding: 13px 50px 14px 20px;
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #000;
}
#menu-container .menu-list li:first-of-type {
    border-top: 0;
}
.menu-list #nav2:nth-child(1) {
    width: 100%;
    height: 70px;
    background-color: #2B2B2B;
}
.menu-list #nav2:nth-child(1) .d1 {
    position: relative;
    display: block;
    display: flex;
    line-height: 70px;
}
.menu-list #nav2:nth-child(1) .d1 > .menu-link {
    display: block;
    color: #ccc;
    margin-left: 10px;
    font-size: 15px;
}
.menu-list #nav2:nth-child(1) .d1#menu-container .menu-list li.accordion-toggl > .menu-link:nth-child(1) {
    position: absolute;
    right: 0;
    margin-right: 20px;
    font-size: 12px;
    color: #fff;
}
.menu-list #nav2:nth-child(2) {
    /* position: relative; */
    width: 100%;
    height: 49px;
    background-color: #fff;

}

.menu-list #nav2:nth-child(2) > a {
    display: block;
    line-height: 49px;
    color:#2d2d2d;
    padding-left: 20px;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font-weight: bold;
    /* border-bottom: 1px solid #ccc; */
    font-size: 15px;
}

.menu-list #nav_2 > a {
    display: block;
    line-height: 49px;
    color:#000;
    padding-left: 20px;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font-size: 14px;
    /* border-top: 1px solid #ccc; */
}
.menu-list #nav2_1 {
    width: 100%;
    height: 49px;
    background-color: #fff;

}
.menu-list #nav2_2 .menu-link {
    display: block;
    line-height: 49px;
    color:#000;
    padding-left: 20px;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font-size: 14px;
    /* border-top: 1px solid #ccc; */
}
.menu-list #nav2_1 .menu-link {
    display: block;
    line-height: 49px;
    color:#000;
    padding-left: 20px;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font-size: 14px;
    border-top: 1px solid #ccc;
}

.accordion-toggle, .accordion-content {
    cursor: pointer;
    font-size: 16px;
    position: relative;
    letter-spacing: 1px;
}


.accordion-content {
    display: none;
}

.accordion-toggle a:before, .accordion-toggle a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 10px;
    height: 1px;
    margin-top: -1px;
    background-color: #5a5858;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s ease-out;
}

.accordion-toggle a:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 1;
    z-index: 2;
}

.accordion-toggle.active-tab {
    background: #ccc;
    transition: all 0.3s ease;
}
.accordion-toggle a.active:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    background: #fff !important;
}

.accordion-toggle a.active:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background: #fff !important;
    opacity: 0;
}


/* 닫기버튼 */
.menu-list-wrap {
    padding-left: 0;
    display: block;
    position: absolute;
    width: 100%; height: 100vh;
    /* background: rgba(0,0,0,0.5); */
    z-index: 999;
    left: -100%; top: 0;
}

/* .sideM {
    left: -100%; top: 0;
    position: absolute;

} */

.closeBtn{
    width: 24px;
    height: 24px;
    position: absolute;
    left: calc(80% + 10px);
    top: 10px;
    z-index: 10;

}
.closeBtn span{
    display: inline-block;
    width: 1px; height: 24px;
    background: #fff;
    position: absolute;
    left: 50%;top: 50%;
}
.closeBtn span:nth-child(1){
    transform: translate(-50%,-50%) rotate(45deg);
}
.closeBtn span:nth-child(2){
    transform: translate(-50%,-50%) rotate(-45deg);
}


.closebtn_sub{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    /* background-color: aqua; */
    background: rgba(0,0,0,0.5);
    /* z-index: 999; */

    /* padding-left: 0;
    display: block;
    position: absolute;
    width: 100%; height: 100vh;
    background: rgba(0,0,0,0.5);
    z-index: 999;
    left: -100%; top: 0; */



}
/* 다운로드  버튼 */

#r_title {
    text-align: left;
    /* font-size: 18px; */
}
#wrap.container {
    width: 100%;
    background-color: #fff;
}

.inner {
    width: 92%;
    margin: 0 auto;
    background-color: #fff;
}
    .box1 {
        padding: 15px 0 15px 0;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #999 ;
    }
    .box2_d1 {}
    .box2_d1 > li {
       
        position: relative;
       font-family: 'noto-m';
       display: flex;
       align-items: center;
       font-size: 16px;
    }
    .box2_d1 > li > a {
        display: block;
       
    }
    .span1 {
      
    }
    .span2 {
        margin-top: 7px;
        display: block;
        color: #666;
        font-size: 14px;
    }
    .box2 {
        /* text-align: center; */
        padding: 15px 0 15px 0;
        box-sizing: border-box;
        margin: 30px 0 30px 0;
    }
 
    .back {
    
        margin: 50px 0;
        width: 100%;
        height: 50px;
        color: #fff;
        border-radius: 5px;
        background-color: #333;
        padding: 5px;
        box-sizing: border-box;
        border: 1px solid #333;
        font-weight: bold;
        font-size: 14px;
    }

    @media all and (max-width:375px) {
        .box2_d1 > li {
            position: relative;
            font-family: 'noto-m';
            display: flex;
            align-items: center;
            font-size: 16px;
            flex-direction: column;
        }
       
     }


  






