
.section_main {
    width: 960px;
    margin: 60px auto;
}
.section_detail {
    width: 710px;
    margin: 60px auto;
}

.list_drop, .drop_head, .search_input, .art_img>span, .list_article>div, .column, .author_box {
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}


.article_head {
    width: 100%;
    position: relative;
}
.article_head > div {
    background: rgba(0,0,0,0.8);
    height: 50px;
    color: #CCCCCC;
    position: relative;
}
h2 {
    font-size: 18pt;
}
h2 a {
    color: black;
}
.hidden {
    display: none;
}
.column {
    background: white!important;
    border-top: 1px solid #b8b8b8;
    border-left: 1px solid #b8b8b8;
    width: calc(100% - 282px);
    padding: 20px;
    text-transform: uppercase;
    font-size: 14pt;
    line-height: 10px;
    color: #D65206!important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 1px;
}
/*SEARCH BOX*/
.search_btn {
    width: 50px;
    height: 50px;
    margin-left: 1px;
    position: relative;
    cursor: pointer;
    z-index: 2;
}
.search_btn:after {
    content: "";
    background: url('../../img/layout2/article/icon_search_20x20.png') no-repeat center center;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
}
.search_input {
    width: 960px;
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
    color: white;
}
.search_input input[type="text"] {
    border: none;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-top: 1px;
    margin-bottom: 0;
    padding: 0 20px;
    color: white;
}
.section_detail .search_input {
    width: 710px;
}

.search_input input[type="text"]::-webkit-input-placeholder {
    color: gray;
}
.search_input input[type="text"]:-moz-placeholder {
    color: gray;
    opacity: 1!important;
}
.search_input input[type="text"]::-moz-placeholder {
    /* FF 19+ */
    color: gray;
    opacity: 1!important;
}
.search_input input[type="text"]:-ms-input-placeholder { /* IE10+ */
    color: gray;
}

/*LIST BOX*/
.list_drop {
    width: 230px;
    position: relative;
    cursor: pointer;
    z-index: 5;
}
.drop_head {
    width: 100%;
    padding: 20px;
    text-transform: uppercase;
    font-size: 14pt;
    line-height: 10px;
    font-weight: bold;
    position: relative;
    height: 50px;
}
.drop_head:after {
    content: "";
    background: url('../../img/layout2/article/icon_droplist_19x30.png') no-repeat bottom center;
    width: 19px;
    height: 15px;
    top: 17px;
    right: 10px;
    position: absolute;
}
.drop_head.up:after {
    background: url('../../img/layout2/article/icon_droplist_19x30.png') no-repeat top center;
}
.list_drop > ul {
    background: rgba(0,0,0,0.8);
    border-top: 1px solid white;
    color: white;
    display: none;
}
.list_drop > ul li {
    padding: 10px 20px;
    border-top: 1px solid #666666;
}
.list_drop > ul li:hover {
    background: #D65206;
}


/*MAIN ARTICLE*/
.article_main {
    background: white;
    border: 1px solid #b8b8b8;
    position: relative;
}
.no_content {
    padding: 50px;

}
.banner {
    width: 100%;
    height: 350px;
    border-bottom: 1px solid #b8b8b8;
    margin-bottom: 30px;
}
.top_article {
    width: 890px;
    margin: auto;
}
.top_article:first-child {
    margin-top: 30px;
}
.top_article>div {
    margin: 10px;
}
.top_article > div:first-child {
    width: 550px!important;
}
.top_article > div:first-child img {
    width: 550px!important;
    height: 160px!important;
}
.top_article > div:last-child {
    width: 270px;
}
.top_article > div:last-child img {
    width: 270px;
    height: 160px;
}
.art_img {
    position: relative;
    margin-bottom: 5px;
}
.top_article .art_img > span {
    position: absolute;
    left: -3px;
    bottom: 15px;
    right: 10px;
    color: white;
    text-transform: uppercase;
    font-size: 8pt;
    font-family: 'Open Sans condensed', sans-serif;
    font-weight: bold;
    line-height: 17px;
}
.art_info > span, .cat > span, .foot_info > span, .slideshow ul li > span  {
    color: white;
    text-transform: uppercase;
    font-size: 8pt;
    font-family: 'Open Sans condensed', sans-serif;
    font-weight: bold;
    line-height: 17px;
    margin-left: 7px;
    margin-bottom: 10px;
    display: inline-block;
}
.foot_info > span {
    margin: 10px 0 5px -40px;
}
.slideshow ul li > span {
    margin: 0;
    position: absolute;
    bottom: 20px;
    right: 27px;
}
.cat {
    margin-top: 10px;
    margin-left: -10px;
}
.top_article .art_img > span > a, .art_info > span > a, .cat > span > a, .foot_info > span > a, .slideshow ul li > span > a {
    background: #d65206;
    padding: 2px 0 0;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    box-shadow: 7px 0px 0px #D65206, -7px 0px 0px #D65206, 7px 1.5px 0px #D65206, -7px 1.5px 0px #D65206;
    color: white;
}
.top_article .art_img > span > a:hover, .art_info > span > a:hover, .cat > span > a:hover, .foot_info > span > a:hover, .slideshow ul li > span > a:hover {
    background: black;
    box-shadow: 7px 0px 0px black, -7px 0px 0px black, 7px 1.5px 0px black, -7px 1.5px 0px black;
    text-decoration: none;
}
.list_article {
    margin: 20px 0;
    position: relative;
    z-index: 1;
}
.list_article > div {
    width: 890px;
    margin: auto;
    padding: 20px 10px;
    border-top: 1px solid #b8b8b8;
}
.list_article:first-child > div:first-child {
    border: none;
}
.list_article > div.page_links:last-child {
    padding: 10px 0 0;
    font-size: 15pt;
    font-weight: 600;
    margin-bottom: 40px;
}
span.page_btn, .page_links>span {
    display: inline-block;
    margin: 0 20px 0 0;
}
span.page_btn a {
    color: #808080;
}
span.page_btn a:hover {
    color: #d65206;
}
span.page_btn.active a {
    color: #d65206;
    cursor: default;
}
span.page_btn.active a:hover {
    text-decoration: none;
}
.art_headline {
    width: 500px;
}
.art_info, .list_article  .art_img {
    width: 150px;
}
.list_article .art_img {
    height: 100px;
    margin-bottom: 0;
}
.list_article img {
    width: 150px;
    height: 100px;
}
.date {
    margin: 3px 0 0;
}
.art_info > .date {
    border-top: 1px solid #b8b8b8;
    padding-top: 5px;
    margin: 0;
}
.art_author {
    margin-top: 10px;
    color: #d65206;
    font-style: italic;
    display: inline-block;
}
div.brief, p.brief {
    height: 2.5em;
    margin-top: 8px;
}

.noti_box {
    display: block;
    margin: 20px 34px;
    background: #EEEEEE;
    padding: 10px;
}
.noti_box>span {
    font-weight: bold;
}
.noti_box>span>span {
    color: #d65206;
}
.author_box {
    display: block;
    border: 1px solid #FC6;
    background: none repeat scroll 0% 0% #FFEECD;
    padding: 10px;
    margin: 20px 34px;
}
.author_box .image {
    background: none repeat scroll 0% 0% #FFF;
    padding: 1px;
    display: block;
    float: left;
    margin-right: 10px !important;
}
.author_box img {
    border: 1px solid #B3B3B3;
    background: none repeat scroll 0% 0% #FFF;
    width: 61px;
    height: 61px;
    float: left;
    position: relative;
    z-index: 1000;
}
.author_box .name {
    font-weight: bold;
    margin-right: 20px;
    position: relative;
}
.author_box .mail, .author_box .phone {
    padding-left: 20px;
    margin-right: 20px;
    position: relative;
}
.author_box .mail:before, .author_box .phone:before {
    content: " ";
    height: 16px !important;
    position: absolute;
    top: 0 !important;
    left: 0 !important;
}
.author_box .mail:before{
    width: 17px !important;
    background: url("../../img/layout2/article/icon_mail_17x16.png") no-repeat scroll center top transparent !important;
}
.author_box .phone:before {
    width: 18px !important;
    background: url("../../img/layout2/article/icon_phone_18x16.png") no-repeat scroll center top transparent !important;
}
.author_detail > div {
    margin-top: 10px;
}


/*DETAIL*/

.section_detail .inner {
    margin: 10px 30px 20px;
}
.section_detail img {
    max-width: 100%;
    height: auto;
}
.section_detail h2 {
    font-size: 22pt;
}
.art_content {
    margin: 20px 0;
}
.art_content p {
    margin-bottom: 10px;
}
.short_content {
    padding-bottom: 10px;
    font-style: italic;
    color: gray;
    position: relative;
}
.section_detail img {
    max-width: 100%;
    height: auto;
}
.keywords {
    border-top: 1px solid #b8b8b8;
    color: gray;
    padding: 10px 0;

}
.keywords span {
    margin-right: 20px;
    display: inline-block;
}
.ad_ban {
    margin-bottom: 15px;
}

/*FOOTER*/
.art_foot {
    margin-top: 20px;
    text-align: left;
}
.art_foot>div {
    width: 315px;
}
.art_foot>div>div {
    margin: 10px 0;
}
.art_foot h3 {
    font-size: 18pt;
    font-weight: normal;
    margin-bottom: 10px;
}
.art_foot img {
    width: 90px;
    height: 90px;
}
.foot_info {
    margin-left: 10px;
	width:215px;
}
.art_foot h4 a {
    color: black;
}

/*SLIDE BANNER*/
.slideshow .prev a, .slideshow .next a {
    position: absolute;
    z-index: 5;
    top: 0;
    height: 100%;
    width: 15px;
    cursor: pointer;
}
.slideshow .prev a {
    left: 0;
}
.slideshow .next a {
    right: 0;
}
.slideshow .prev a:before, .slideshow .next a:before {
    position: absolute;
    top: 0;
    content: "";
    background: url('../../img/layout2/article/icon_arrow_30x50.png') no-repeat;
    height: 100%;
    width: 15px;
}
.slideshow .prev a:before {
    /*left: 0;*/
    background-position: left center;
}
.slideshow .next a:before {
    /*right: 0;*/
    background-position: right center;
}

.slideshow .sl_button {
    position: absolute;
    bottom: 17px; left: 20px;
    z-index: 10;
    display: block;
}
.ani_play a, .ani_pause a {
    width: 20px;
    height: 20px;
    display: inline-block;
}
.ani_play a {  background: url('../../img/layout2/article/icon_play_20x40.png') no-repeat center top;  }
.ani_pause a { background: url('../../img/layout2/article/icon_pause_20x40.png') no-repeat center top;  }
.ani_play a:hover {  background: url('../../img/layout2/article/icon_play_20x40.png') no-repeat center bottom;  }
.ani_pause a:hover { background: url('../../img/layout2/article/icon_pause_20x40.png') no-repeat center bottom;  }


/*FLEXBOX*/
.flexbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.flexbox.justify {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flexbox.col {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flexbox.start {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.flexbox.end {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.flexbox.middle {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flexbox.stretch {
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.flexbox.top {
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.flexbox.bottom {
    -webkit-box-align: end;
    -moz-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.flexbox.center {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}