﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
/* yellow color */
body.color_yellow .l-header_navbar {
    background-color: transparent;
    border-top: 1px solid yellow;
    border-bottom: 1px solid yellow;
}
body.color_yellow .l-header_navbar li:nth-child(1).nav-item:hover,
body.color_yellow .l-header_navbar li:nth-child(1).nav-item.active,
body.color_yellow .l-header_navbar li:nth-child(2).nav-item:hover,
body.color_yellow .l-header_navbar li:nth-child(2).nav-item.active,
body.color_yellow .l-header_navbar li:nth-child(3).nav-item:hover,
body.color_yellow .l-header_navbar li:nth-child(3).nav-item.active,
body.color_yellow .l-header_navbar li:nth-child(4).nav-item:hover,
body.color_yellow .l-header_navbar li:nth-child(4).nav-item.active,
body.color_yellow .l-header_navbar li:nth-child(5).nav-item:hover,
body.color_yellow .l-header_navbar li:nth-child(5).nav-item.active {
    background-color: transparent;
}

body.color_yellow #theme_nomal {
    border: 1px solid #fff;
    background-color: #fff;
    color: #000;
}

body.color_yellow .doSearchBtn {
  background-color: blue;
  border-color: yellow;
  color: yellow;
}
body.color_yellow .menu-box_inner,
body.color_yellow .l-related_carousel {
  background-color: blue;
}
body.color_yellow .fc-sidebar_head,
body.color_yellow .tag-style h1
/*body.color_yellow .tag-style h2*/ {
  background-color: blue;
  color: yellow;
  background-image: none;
}
body.color_yellow .sc-toggleNav_head,
body.color_yellow .sc-toggleNav_inner,
body.color_yellow .sc-search #search input,
body.color_yellow .tag-style h3,
body.color_yellow .tag-style h5::before {
  border-color: yellow;
}
/*
body.color_yellow .tag-style h5::before {
  border-left-color: yellow;
}
*/
body.color_yellow .fc-contact_box {
  background: blue;
  background-image: none;
  border-color: yellow;
}
body.color_yellow .sc-title,
body.color_yellow .l-header_funcCol_head,
body.color_yellow .l-header_funcFont_head {
  color: yellow;
}
body.color_yellow .sc-search_inner,
body.color_yellow .tag-style h1
/*body.color_yellow .tag-style h2*/ {
  border: yellow solid 1px;
}
body.color_yellow .fc-contact_title {
  border: yellow solid 2px;
  border-bottom: none;
}
body.color_yellow .l-ad_more_btn::before,
body.color_yellow .l-footer_navItem::before,
body.color_yellow .l-header_infoNav_item::before, 
body.color_yellow .f-about_navItem a.title-link::before, 
body.color_yellow .f-announce_links-all::before,
body.color_yellow .sc-toggleNav_item::before, 
body.color_yellow .sc-localNav_item a::before {
    border-left-color: yellow;
}
body.color_yellow .sc-localNav_head {
  border-color: yellow;
}
body.color_yellow .jump-pagetop a {
    background-color: blue;
    border: 1px solid yellow;
}
body.color_yellow .jump-pagetop a::before {
    background: blue;
    color: yellow;
}
body.color_yellow .l-footer,
body.color_yellow .l-related,
body.color_yellow .sc-content_links:first-of-type {
  border-top-color: yellow;
}
body.color_yellow .sc-news_head,
body.color_yellow .sc-content_links {
  border-bottom-color: yellow;
}
body.color_yellow .sc-news {
  background-image: none;
  background-color: blue;
  border-color: yellow;
}
body.color_yellow .sc-search {
  background-image: none;
  background-color: yellow;
  border: yellow solid 1px;
}
body.color_yellow .sc-toggleNav_btn::before {
  border-left-color: yellow;
}
body.color_yellow .menu-box_inner::before {
    border-bottom-color: blue;
}
body.color_yellow .l-ad_more_btn {
  background-color: blue;
  border: yellow solid 1px;
}

body.color_yellow .fc-contact .fc-contact_title {
    background-color: yellow;
    color: blue;
}

body.color_yellow .tag-style h2,
body.color_yellow .tag-style h3,
body.color_yellow .tag-style h4 {
    border-color: yellow;
}

body.color_yellow .tag-style h3 {
    background: transparent;
    border-top: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
}
}
