.main_wrapper .title_wrapper > p{
    background-image:url(/ir/news/images/icn_title_pc.png);
}

.subpage_links {
    margin-bottom: 10%;
}


#search_area_page {
    margin: 0 auto 5%;
}

#search_area_page .search_btn_wrapper{
    background:#fff;
    border:1px solid #dcdcdc;
}

#search_area_page input[type="text"] {
    -webkit-appearance: none;
    background:#fff;
    border: none;
    padding: 13px 20px;
    float: right;
    width: 90%;
    font-size: 123%;
}

#search_area_page input[type="submit"] {
    -webkit-appearance: none;
    border: none;
    float: left;
    background: url(/share/images/submitbtn.png) no-repeat left center;
    /*
    width: 53px;
    */
    width:5%;
    height: 50px;
    text-indent: -9999px;
}


.gray_area{
    background-color:#d5d5d5;
    padding: 3%;
    text-align:center;
    margin-bottom: 10%;
}

.gray_area .btn1{
}

.gray_area .btn1 a{
    width:430px;
    margin:0 auto 2%;
    border:2px solid #000;
    font-size:1.214em;
    display:block;
    padding:3%;
    font-weight:bold;
    background:url(/share/images/l2l3/arrow_btn.png) no-repeat 96% center #fff;
}
.gray_area .link1 a {
    font-size: 1.143em;
    border-bottom: 1px solid #6c6c6c;
    background: url(/share/images/l2l3/arrow_black_pc.png) no-repeat right center;
    padding-right: 50px;
}


.gray_area  a{
    color:#000;
}

.gray_area  a:hover{
    text-decoration:none;
    opacity:0.7;
}

.subpage_tabs{
    border-bottom:1px solid #000;    
    margin-bottom:3%;
}
.subpage_tabs > li {
    float: left;
    margin-right: 3px;
    width: 16.4%;
}
.subpage_tabs > li:last-child{
    margin-right:0;
}

.subpage_tabs > li a{
    display:block;
        padding: 6% 1%;
    background-color:#d5d5d5;
    font-size:1.286em;
    font-weight:bold;
    text-align:center;
    color:#000;
}
.subpage_tabs > li.active a{
    background-color:#000;
    color:#fff;
}

.subpage_tabs > li a:hover{
    text-decoration:none;
    opacity:0.85;
}


.link_old{
    text-align:center;    
    margin-bottom: 10%;
}
.link_old a {
    background: url(/share/images/l2l3/allow_white_pc.png) no-repeat right center;
    border-bottom: 1px solid #6c6c6c;
    color: #000000;
    font-size: 1.143em;
    padding-right: 9%;
}


.news_layout {
    margin-bottom: 80px;
}


@media screen and (max-width:979px) and (min-width:641px){
    .subpage_tabs > li {
        margin-right:1%;
        width:19.2%;
    }
    
    .subpage_tabs > li a{
        display:block;
        padding: 6% 1%;
        background-color:#d5d5d5;
        font-size:1.286em;
        font-weight:bold;
        text-align:center;
        color:#000;
    }
    .subpage_tabs > li:nth-child(5n){
        margin-right:0;
    }    
    
    
    #search_area_page input[type="text"] {
            width: 78%;
    }
    
    #search_area_page input[type="submit"] {
        width: 15%;
        background-position:center;
    }        
}


@media screen and (max-width:640px){
    .subpage_tabs > li {
        margin-right:1%;
        width:19.2%;
    }
    
    .subpage_tabs > li a{
        display:block;
        padding: 6% 3%;
        background-color:#d5d5d5;
        font-size:1em;
        font-weight:bold;
        text-align:center;
        color:#000;
    }
    .subpage_tabs > li:nth-child(5n){
        margin-right:0;
    }    
    
    
    #search_area_page input[type="text"] {
        padding:13px 0;
        width: 80%;
        font-size: 100%;
    }    
    #search_area_page input[type="submit"] {
        width: 20%;
        height: 50px;
    }    
    
    .gray_area .btn1 a{
        width:auto;
        margin:0 3% 5%;
    }    
    
    
}


