﻿
/****** *테마요소* *******/
 

/*기본 테마칼라- 배경색, 보더 등*/
.theme-blue .theme-color, .theme-blue .on-theme-color { color: #007ECC !important; }
.theme-blue .theme-border { /*테마칼라*/ border: 2px solid #007ECC; }
.theme-blue .theme-bgcolor { background-color: #007ECC; }

.theme-green .theme-color, .theme-green .on-theme-color { color: #328B4F !important; }
.theme-green .theme-border { /*테마칼라*/ border: 2px solid #328B4F; }
.theme-green .theme-bgcolor { background-color: #328B4F; }

/*링크색*/
.theme-blue a.theme:hover { color: #007ECC; }
.theme-blue .contentWrap a.theme:hover { color: #007ECC !important; }
.theme-blue .contentWrap .anchorListWrap a.theme:hover { color: #FFF !important; }


.theme-green a.theme { color: #3fa460; }
/*.green a:hover { color: #3fa460; }*/
.theme-green .contentWrap a.theme:hover { color: #328B4F !important; }
.theme-green .contentWrap .anchorListWrap a.theme:hover { color: #FFF !important; }

/*제목색*/
.theme-green h2 { /*테마칼라*/ color: #328B4F; margin-top: 0; }
.theme-green h3 { /*테마칼라*/ color: #328B4F; }
.theme-green h4 { font-size: 20px; color: #328B4F; margin-top: 40px; margin-bottom: 11px; /* padding-left: 10px; */ }

/*페이지 제목 꾸미기*/
.theme-green .p-title-wrap .title-comment span.mini { /*테마칼라*/ color: #328B4F; }
.theme-green .p-title-wrap .title-comment hr { /*테마칼라*/ border: 2px solid #e0b145; }
.theme-green .p-title-wrap .img-bubble { /*테마배경이미지*/ background-image: url(../img/reservation/bubble-green.png); }


/*타이틀 부분*/
.theme-blue .p-title-wrap .title-bar { background-color: #007ecc; }
.theme-green .p-title-wrap .title-bar { background-color: #328c4f; }
.theme-orange .p-title-wrap .title-bar { background-color: #ED570D; }


/*gnb*/
.theme-blue .fullwidth .dropdown-menu > li.gnbLinkGroup a { border: 1px solid #007ECC; }
.theme-green .fullwidth .dropdown-menu > li.gnbLinkGroup a { border: 1px solid green; }
.theme-orange .fullwidth .dropdown-menu > li.gnbLinkGroup a { border: 1px solid #ED570D; }

li.blue ul li a.theme-color { color: #007ECC !important; }
li.green ul li a.theme-color { color: #328B4F !important; }
li.orange ul li a.theme-color { color: #ED570D !important; }

/* lnb */
.theme-green .p-title-wrap .nav-pills > li.active > a,
.theme-green .nav-pills > li.active > a:focus, .theme-green .nav-pills > li > a:focus,
.theme-green .nav-pills > li.active > a:hover { background-color: #ffffff; color: #328B4F !important; }


/*버튼*/
.theme-green .btn-theme { color: #fff; background-color: #328B4F; border-color: #328B4F; }
    .theme-green .btn-theme:hover,
    .theme-green .btn-theme:active,
    .theme-green .btn-theme:focus,
    .theme-green .btn-theme:active:hover,
    .theme-green .btn-theme:active:focus { color: #fff; background-color: #3fa460; border-color: #328B4F; }
 
