@import url('https://fonts.googleapis.com/icon?family=Material+Icons+Outlined');
/* font-family: 'Material Icons Outlined'; */

/*-----------------------------------------------------------------------------------

	Theme Name: legal
	Theme URI: http://themeforest.net/user/zytheme
	Description: legal is a pixel perfect creative html5 legal landing page  based on designed with great attention to details, flexibility and performance. It is ultra professional, smooth and sleek, with a clean modern layout.
	Author: zytheme
	Author URI: http://themeforest.net/user/zytheme
	Version: 1.0

-----------------------------------------------------------------------------------*/
/*!
// Contents
// ------------------------------------------------>

 1.  Global Styles
 2.  Typography
 3.	 Color
 4.	 Align
 5.	 Grid
 6.	 Blockquotes
 7.	 Background
 8.	 Breadcrumbs
 9.	 Buttons
 10. Forms
 11. Icons
 12. List
 13. Media
 14. Tabs
 15. Accordions
 16. Page Title
 17. Pagination
 18. Alerts
 19. Backtop
 20. Range
 21. Icon Box
 22. Misc
 23. Modals
 24. Animation
 25. Tables
 26. Heading
 27. Loading
 28. Header
 29. Menu
 30. Hero
 31. Team
 32. Testimonial
 33. Portfolio
 34. Feature
 35. Call To Action
 36. Counter
 37. Pricing Tables
 38. Blog
 39. Shop
 40. Contact
 41. Sidebar
 42. Footer
 43. 404
 44. Soon
 45. Maintenance
 46. Clients
 47. Process
 48. Skills
 49. Video
 50. Newsletter
 51. Timeline
 52. Carousel
 53. Divider
 54. Banner
 55. Number
 56. Pie Charts
 57. Side Nav
 58. Landing
 59. Layout Boxed
 60. Layout Bordered
 61. Layout Split

/*------------------------------------*\
    #GLOBAL STYLES
\*------------------------------------*/
/*
WARNING! DO NOT EDIT THIS FILE!

To make it easy to update your theme, you should not edit the styles in this file. Instead use
the custom.css file to add your styles. You can copy a style from this file and paste it in
custom.css and it will override the style in this file. You have been warned! :)
*/
body,
html {
    overflow-x: hidden;
}

html {
    font-size: 16px;
}

body {
    background-color: #ffffff;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 1.5;
    margin: 0;
    padding-bottom: 100px;
}

.wrapper {
    background-color: #f9f9f9;
}

* {
    outline: none;
}

::-moz-selection {
    text-shadow: none;
}

::selection {
    background-color: #376ea5;
    color: #ffffff;
    text-shadow: none;
}

a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #376ea5;
}

a:hover {
    color: #376ea5;
    text-decoration: none;
}

a:focus {
    color: #376ea5;
    outline: none;
    text-decoration: none;
}

a:active {
    color: #376ea5;
    outline: none;
    text-decoration: none;
}

textarea {
    resize: none;
}

button.btn {
    margin-bottom: 0;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
    outline: none;
}

.modal-backdrop {
    z-index: 1020;
    background-color: rgba(34, 34, 34, 0.95);
}

.fullscreen {
    height: 100vh !important;
}

/* Custom, iPhone Retina */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    .fullscreen {
        height: auto !important;
    }
}

/*------------------------------------*\
    #TYPOGRAPHY
\*------------------------------------*/
/* Heading Text */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #363636;
    /* font-family: 'Merriweather', serif; */
    font-weight: 700;
    margin: 0 0 28px;
    line-height: 1;
}

.h1,
h1 {
    font-size: 52px;
}

.h2,
h2 {
    font-size: 42px;
}

.h3,
h3 {
    font-size: 38px;
}

.h4,
h4 {
    font-size: 32px;
}

.h5,
h5 {
    font-size: 24px;
}

.h6,
h6 {
    font-size: 18px;
}

p {
    color: #999999;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
}

.lead {
    font-size: 16px;
    line-height: 1.8;
}

/* Aligning Text */
.text--left {
    text-align: left !important;
}

.text--right {
    text-align: right !important;
}

.text--center {
    text-align: center !important;
}

.text--just {
    text-align: justify !important;
}

.align--top {
    vertical-align: top;
}

.align--bottom {
    vertical-align: bottom;
}

.align--middle {
    vertical-align: middle;
}

.align--baseline {
    vertical-align: baseline;
}

/* Weight Text */
.bold {
    font-weight: bold;
}

.regular {
    font-weight: normal;
}

.italic {
    font-style: italic;
}

.break-word {
    word-wrap: break-word;
}

.no-wrap {
    white-space: nowrap;
}

/* Text Color */
.text-white {
    color: #ffffff !important;
}

.text-gray {
    color: #f8f8f8 !important;
}

.text-black {
    color: #363636;
}

.text-theme {
    color: #d8ae76;
}

.text--capitalize {
    text-transform: capitalize !important;
}

.text--uppercase {
    text-transform: uppercase !important;
}

.font-heading {
    font-family: 'Merriweather', serif;
}

.font-body {
    font-family: 'Open Sans', sans-serif;
}

.font-18 {
    font-size: 24px;
}

.font-16 {
    font-size: 16px;
}

.font-20 {
    font-size: 20px;
}

.font-40 {
    font-size: 40px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    text-center-xs {
        text-align: center !important;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    text-center-sm {
        text-align: center !important;
    }
}

.higlighted-style1 {
    background-color: #d8ae76;
    color: #fff;
    padding: 5px 0;
}

.higlighted-style2 {
    background-color: #363636;
    color: #fff;
    padding: 5px 0;
}

.higlighted-style3 {
    background-color: #f8f8f8;
    color: #d8ae76;
    padding: 5px 0;
}

/*------------------------------------*\
    #COLORS
\*------------------------------------*/
.color-heading {
    color: #363636 !important;
}

.color-theme {
    color: #d8ae76 !important;
}

.color-white {
    color: #ffffff !important;
}

.color-gray {
    color: #f8f8f8 !important;
}

/*------------------------------------*\
    #Align
\*------------------------------------*/
address,
blockquote,
dd,
dl,
fieldset,
form,
ol,
p,
pre,
table,
ul {
    margin-bottom: 20px;
}

section {
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
}

/* All margin */
.m-0 {
    margin: 0 !important;
}

.m-xs {
    margin: 10px;
}

.m-sm {
    margin: 20px;
}

.m-md {
    margin: 40px;
}

.m-lg {
    margin: 80px;
}

/* top margin */
.mt-0 {
    margin-top: 0;
}

.mt-xs {
    margin-top: 10px;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mt-150 {
    margin-top: 150px;
}

/* bottom margin */
.mb-0 {
    margin-bottom: 0 !important;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mb-150 {
    margin-bottom: 150px !important;
}

/* right margin */
.mr-0 {
    margin-right: 0;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-50 {
    margin-right: 50px;
}

.mr-60 {
    margin-right: 60px;
}

.mr-150 {
    margin-right: 150px;
}

/* left margin */
.ml-0 {
    margin-left: 0;
}

.ml-xs {
    margin-left: 10px;
}

.ml-sm {
    margin-left: 20px;
}

.ml-md {
    margin-left: 40px;
}

.ml-lg {
    margin-left: 80px;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-50 {
    margin-left: 50px;
}

.ml-60 {
    margin-left: 60px;
}

.ml-150 {
    margin-left: 150px;
}

/* All padding */
.p-0 {
    padding: 0 !important;
}

.p-xs {
    padding: 10px;
}

.p-sm {
    padding: 20px;
}

.p-md {
    padding: 40px;
}

.p-lg {
    padding: 80px;
}

/* top padding */
.pt-0 {
    padding-top: 0 !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px !important;
}

.pt-80 {
    padding-top: 80px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-100 {
    padding-top: 100px !important;
}

.pt-150 {
    padding-top: 150px !important;
}

/* bottom padding */
.pb-0 {
    padding-bottom: 0 !important;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px !important;
}

/* right padding */
.pr-0 {
    padding-right: 0;
}

.pr-xs {
    padding-right: 10px;
}

.pr-sm {
    padding-right: 20px;
}

.pr-md {
    padding-right: 40px;
}

.pr-lg {
    padding-right: 80px;
}

.pr-15 {
    padding-right: 15px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pr-50 {
    padding-right: 50px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-100 {
    padding-right: 100px !important;
}

.pr-150 {
    padding-right: 150px;
}

/* left padding */
.pl-0 {
    padding-left: 0 !important;
}

.pl-30 {
    padding-left: 30px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-100 {
    padding-left: 100px !important;
}

.pl-150 {
    padding-left: 150px;
}

/* Postions */
.fixed {
    position: fixed;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.static {
    position: static;
}

/* Zindex*/
.zindex-1 {
    z-index: 1;
}

.zindex-2 {
    z-index: 2;
}

.zindex-3 {
    z-index: 3;
}

/* Borders */
.border-all {
    border: 1px solid #d8ae76;
}

.border-top {
    border-top: 1px solid #d8ae76;
}

.border-bottom {
    border-bottom: 1px solid #d8ae76;
}

.border-right {
    border-right: 1px solid #d8ae76;
}

.border-left {
    border-left: 1px solid #d8ae76;
}

/* Display */
.inline {
    display: inline;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.hide {
    display: none;
}

.flex {
    display: flex;
}

@media only screen and (max-width: 767px) {
    section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .text-center-xs {
        text-align: center !important;
    }

    .pull-none-xs {
        float: none !important;
        text-align: center !important;
    }

    .mb-15-xs {
        margin-bottom: 15px;
    }

    .mb-30-xs {
        margin-bottom: 30px !important;
    }

    .mb-50-xs {
        margin-bottom: 50px;
    }

    .mb-60-xs {
        margin-bottom: 60px !important;
    }

    .p-none-xs {
        padding-right: 0;
        padding-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .text-center-sm {
        text-align: center !important;
    }

    .mb-0-sm {
        margin-bottom: 0;
    }

    .mb-15-sm {
        margin-bottom: 15px;
    }

    .mb-30-sm {
        margin-bottom: 30px !important;
    }

    .mb-50-sm {
        margin-bottom: 50px;
    }

    .mb-60-sm {
        margin-bottom: 60px;
    }

    .pb-15-sm {
        padding-bottom: 15px;
    }

    .pb-30-sm {
        padding-bottom: 30px;
    }

    .pb-50-sm {
        padding-bottom: 50px;
    }

    .pb-60-sm {
        padding-bottom: 60px;
    }

    .p-none-sm {
        padding-right: 0;
        padding-left: 0;
    }

    .pull-none-sm {
        float: none !important;
        text-align: center !important;
    }
}

.border-b {
    border-bottom: 1px solid #f8f8f8;
}

/*------------------------------------*\
    #Grid
\*------------------------------------*/
.row-no-padding [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.col-lg-5ths,
.col-md-5ths,
.col-sm-5ths,
.col-xs-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.col-content {
    padding: 120px 100px 90px 120px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .col-content {
        padding: 40px !important;
    }
}

/* Small Devices, Tablets */
.col-img {
    height: 833px !important;
    padding: 60px;
    overflow: hidden;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .col-img {
        height: auto;
        min-height: 600px;
    }
}

/* Postion Helpers */
.pos-fixed {
    position: fixed;
}

.pos-relative {
    position: relative;
}

.pos-absolute {
    position: absolute;
}

.pos-static {
    position: static;
}

.pos-top {
    top: 0;
}

.pos-bottom {
    bottom: 0;
}

.pos-right {
    right: 0;
}

.pos-left {
    left: 0;
}

.pos-vertical-center {
    position: relative;
    top: 50%;
    -webkit-transform: perspective(1px) translateY(-50%);
    -moz-transform: perspective(1px) translateY(-50%);
    -o-transform: perspective(1px) translateY(-50%);
    transform: perspective(1px) translateY(-50%);
}

.height-700 {
    height: 700px !important;
}

.height-500 {
    height: 500px !important;
}

.height-800 {
    height: 800px !important;
}

@media only screen and (min-width: 992px) {
    .hidden-lg,
    .hidden-md {
        display: none;
    }
}

/*------------------------------------*\
    #BACKGROUNDS
\*------------------------------------*/
.bg-theme {
    background-color: #d8ae76 !important;
}

.bg-gray {
    background-color: #f8f8f8 !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-dark {
    background-color: #363636 !important;
}

/* Background Image */
.bg-section {
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*background-attachment: fixed;*/
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
}

.bg-overlay:before {
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-overlay-light:before {
    background-color: #ffffff;
    opacity: 0.8;
}

.bg-overlay-dark:before {
    background-color: #333333;
    opacity: 0.5;
}

.bg-overlay-theme:before {
    background-color: #d8ae76;
    opacity: 0.7;
}

.bg-parallex {
    background-attachment: fixed;
}

.bg-ytvideo.bg-overlay:before {
    z-index: 1;
    opacity: .7;
}

/* Background Color Palettes */
.bg-purple {
    color: #ffffff;
    background-color: #cc66cc !important;
}

.bg-sun-flower {
    color: #ffffff;
    background-color: #f1c40f !important;
}

.bg-orange {
    color: #ffffff;
    background-color: #f39c12 !important;
}

.bg-carrot {
    color: #ffffff;
    background-color: #e67e22 !important;
}

.bg-pumpkin {
    color: #ffffff;
    background-color: #d35400 !important;
}

.bg-alizarin {
    color: #ffffff;
    background-color: #e74c3c !important;
}

.bg-pomegranate {
    color: #ffffff;
    background-color: #c0392b !important;
}

.bg-turquoise {
    color: #ffffff;
    background-color: #1abc9c !important;
}

.bg-green-sea {
    color: #ffffff;
    background-color: #16a085 !important;
}

.bg-emerald {
    color: #ffffff;
    background-color: #2ecc71 !important;
}

.bg-nephritis {
    color: #ffffff;
    background-color: #27ae60 !important;
}

.bg-peter-river {
    color: #ffffff;
    background-color: #3498db !important;
}

.bg-belize-hole {
    color: #ffffff;
    background-color: #2980b9 !important;
}

.bg-amethyst {
    color: #ffffff;
    background-color: #9b59b6 !important;
}

.bg-wisteria {
    color: #ffffff;
    background-color: #8e44ad !important;
}

.bg-wet-asphalt {
    color: #ffffff;
    background-color: #34495e !important;
}

.bg-wet-asphalt {
    color: #ffffff;
    background-color: #34495e !important;
}

.bg-midnight-blue {
    color: #ffffff;
    background-color: #2c3e50 !important;
}

.bg-clouds {
    color: #454545;
    background-color: #ecf0f1 !important;
}

.bg-silver {
    color: #ffffff;
    background-color: #bdc3c7 !important;
}

.bg-concrete {
    color: #ffffff;
    background-color: #859596 !important;
}

.bg-asbestos {
    color: #ffffff;
    background-color: #7f8c8d !important;
}

.bg-asbestos {
    color: #ffffff;
    background-color: #7f8c8d !important;
}

.bg-graphite {
    color: #ffffff;
    background-color: #454545 !important;
}

.bg-gray-0 {
    background-color: #EEEEEE !important;
    color: #454545;
}

.bg-gray-1 {
    background-color: #ECECEC !important;
    color: #454545;
}

.bg-gray-2 {
    background-color: #BDC3C7 !important;
    color: #454545;
}

.bg-gray-3 {
    backgrond-color: #DADFE1 !important;
    color: #454545;
}

.bg-gray-5 {
    background-color: #ECF0F1 !important;
    color: #454545;
}

.bg-gray-4 {
    backgrouund-color: #F2F1EF !important;
    color: #454545;
}

.bg-gray-6 {
    background-color: #D2D7D3 !important;
    color: #454545;
}

.bg-gray-7 {
    background-color: #E6E6E6 !important;
    color: #454545;
}

.bg-orange-1 {
    background-color: #F9690E !important;
    color: #ffffff;
}

.bg-orange-2 {
    background-color: #D35400 !important;
    color: #ffffff;
}

.bg-orange-3 {
    background-color: #F89406 !important;
    color: #ffffff;
}

/* Background Video */
.bg-ytvideo {
    position: absolute !important;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 0 !important;
}

.bg-video {
    width: 100%;
    overflow: hidden;
    behavior: url(/PIE.htc);
    transform: translateZ(0);
    display: block;
    border-radius: 0;
}

.bg-video iframe {
    display: block;
    position: absolute;
    z-index: -2;
}

.bg-video .bg-player {
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: url(polina.jpg) no-repeat;
    min-height: 500px;
}

.bg-video .vidbg {
    min-width: 100%;
    min-height: 100%;
}

.bg-vyoutube {
    z-index: 550;
    text-align: center;
    height: 100%;
    min-height: 100%;
    position: relative;
    overflow: hidden;
}

/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/
/* Top button */
.btn-top {
    position: fixed;
    z-index: 100;
    right: 20px;
    ` bottom: 120px;
    font-size: 26px;
    color: #fff;
    background-color: #376ea5;
    border: 1px solid #fff;
    width: 53px;
    height: 53px;
    border-radius: 50%;
    text-align: center;
    /* line-height:10px; */
    transform: translateY(100px);
    opacity: 0;
    transition: 0.5s;
}

.btn-top.active {
    transform: translateY(0);
    opacity: 1;
}

.btn-top i {
    color: #fff;
    font-size: 24px;
    line-height: 47px;
}

@media only screen and (max-width: 992px) {
    .overflow-wrap {
        hyphens: auto !important;
    }

    .overflow-wrap div {
        display: inline !important;
    }

}

/*mobile_quickmenu */
/* #scroll_btn{
  width:110px;
  height:auto;
  position:fixed;
  z-index:9999;
  bottom:10%;
  right:30px;
  background:pink;
}
#scroll_btn ul{
  width:35px;
  float:right;
  background:yellow;
}
#scroll_btn ul li{
  display:block;
  width:35px;
  height:35px;
  border-radius:50%;
  background:#3c75d3;
  margin-top:10px;
  float:right;
  overflow:hidden;
  text-align:center;
}
#scroll_btn ul li a{
color:#fff;
line-height:35px;
font-size:12px;
}

#scroll_btn .icon{
line-height:35px;
  color:#fff;
  font-size:20px;
text-align:right;
}
#scroll_btn ul li a .scroll_hover{
  display:none;
  width:70px;
  text-align:center;
  font-weight:bold;
  vertical-align:top;
} */


.btn {
    font-family: 'Open Sans', sans-serif;
    position: relative;
    z-index: 2;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    border-radius: 6px;
    padding: 0;
    line-height: 53px;
    width: 210px;
    height: 53px;
}

.btn.active,
.btn:active {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Button Primary */
.btn--gray {
    background-color: #333;
    color: #ffffff;
    transition: 0.35s;
}

.btn--gray:active,
.btn--gray:focus,
.btn--gray:hover {
    background-color: #666666;
    color: #ffffff;
}

.btn--primary {
    background-color: #376ea5;
    color: #ffffff;
}

.btn--primary:active,
.btn--primary:focus,
.btn--primary:hover {
    background-color: #363636;
    color: #ffffff;
}

.bg-dark .btn--primary:active,
.bg-dark .btn--primary:focus,
.bg-dark .btn--primary:hover {
    background-color: #376ea5;
    color: #ffffff;
}

/* Button Secondary*/
.btn--secondary {
    background-color: #363636;
    color: #ffffff;
    border: 2px solid #363636;
}

.btn--secondary:active,
.btn--secondary:focus,
.btn--secondary:hover {
    background-color: #376ea5;
    color: #ffffff;
    border-color: #376ea5;
}

/* Button White */
.btn--white {
    background-color: #ffffff;
    color: #363636;
    border: 1px solid #ffffff;
    border-radius: 4px;
}

.btn--white:active,
.btn--white:focus,
.btn--white:hover {
    background-color: #376ea5;
    color: #ffffff;
    border-color: #376ea5;
}

/* Button Block */
.btn--block {
    width: 100%;
}

.btn--auto {
    width: auto;
}

/* Button Rounded */
.btn--rounded {
    border-radius: 50px;
}

/* Button Bordered */
.btn--bordered {
    background-color: transparent;
}

.btn--bordered.btn--primary {
    color: #376ea5;
    border-color: #376ea5;
}

.btn--bordered.btn--primary:active,
.btn--bordered.btn--primary:focus,
.btn--bordered.btn--primary:hover {
    color: #ffffff;
    background-color: #376ea5;
    border-color: #376ea5;
}

.btn--bordered.btn--secondary {
    color: #363636;
    border-color: #363636;
}

.btn--bordered.btn--secondary:active,
.btn--bordered.btn--secondary:focus,
.btn--bordered.btn--secondary:hover {
    color: #ffffff;
    background-color: #363636;
    border-color: #363636;
}

.btn--bordered.btn--white {
    color: #ffffff;
    border-color: #ffffff;
}

.btn--bordered.btn--white:active,
.btn--bordered.btn--white:focus,
.btn--bordered.btn--white:hover {
    color: #376ea5;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn--white.btn--secondary {
    color: #363636;
    border-color: #ffffff;
    background-color: #ffffff;
}

.btn--white.btn--secondary:active,
.btn--white.btn--secondary:focus,
.btn--white.btn--secondary:hover {
    color: #ffffff;
    background-color: #376ea5;
    border-color: #376ea5;
}

.bg-theme .btn--primary,
.bg-overlay-theme .btn--primary {
    background-color: #ffffff;
    color: #376ea5;
}

.bg-theme .btn--primary:hover,
.bg-overlay-theme .btn--primary:hover {
    background-color: #363636;
    color: #ffffff;
}

.portfolio-filter li a.active-filter,
.portfolio-filter li a:hover {
    color: #376ea5;
}

.navbar-toggle {
    /* border-color: #376ea5; */
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-top: 35px;
}

/*------------------------------------*\
    #FORMS
\*------------------------------------*/
.form-control {
    color: #999999;
    /* font-family: 'Open Sans', sans-serif; */
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    height: 45px;
    text-transform: capitalize;
    border: none;
    /* background: #f5f5f5; */
    border: #666;
    padding-left: 24px;
    margin-bottom: 0px;
    position: relative;
    border-radius: 6px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    border-color: #376ea5;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Placeholder */
.form-control::-webkit-input-placeholder {
    color: #999999;
}

.form-control:-moz-placeholder {
    color: #ffffff;
}

.form-control::-moz-placeholder {
    color: #999999;
}

.form-control:-ms-input-placeholder {
    color: #999999;
}

.input-group {
    border-radius: 25px;
    border: 1px solid #ffffff;
    background-color: transparent;
    overflow: hidden;
    padding: 3px;
}

.input-group .btn {
    width: 160px;
}

.input-group .input-group-btn {
    border-radius: 50px;
    overflow: hidden;
}

/*------------------------------------*\
    #PAGE-TTILE
\*------------------------------------*/
.page-title {
    padding: 0;
}

.page-title .title {
    padding: 243px 0 163px;
}

.page-title .title--heading {
    margin-bottom: 0;
}

.page-title .title--heading h1 {
    color: #ffffff;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 22px;
}

.page-title .breadcrumb,
.page-title .breadcrumb a {
    color: #eeeeee;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}

.page-title .breadcrumb .active {
    color: #d8ae76;
}

.page-title .breadcrumb a:hover {
    color: #d8ae76;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .page-title .title {
        padding: 120px 0 80px;
    }

    .page-title .title--heading h1 {
        font-size: 40px;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-title .title {
        padding: 150px 0 100px;
    }

    .page-title .title--heading h1 {
        font-size: 60px;
    }
}

/*------------------------------------*\
    #PAGINATION
\*------------------------------------*/
.pagination {
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.pagination > li {
    margin-right: 5px;
    display: inline-block;
}

.pagination > li > a,
.pagination > li > span {
    background-color: transparent;
    color: #363636;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    border: 2px solid #e0e0e0;
    text-transform: uppercase;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 25px;
    text-align: center;
}

.pagination > .active > a,
.pagination > li:hover > a {
    background-color: #363636 !important;
    color: #ffffff;
    border-color: #363636 !important;
}

/*------------------------------------*\
    #BREADCRUMB
\*------------------------------------*/
/* Breadcrumb Style 1 */
.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
    padding: 0;
    border-radius: 0;
    color: #e5e4e4;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
}

.breadcrumb > li + li:before,
.breadcrumb > li a {
    color: #e5e4e4;
}

.breadcrumb > .active {
    color: #f8f8f8;
}

.breadcrumb-2 > li + li:before {
    content: "\f101";
    font-family: fontawesome;
}

.breadcrumb-3 > li + li:before {
    content: "\f105";
    font-family: fontawesome;
}

.breadcrumb > li a:hover {
    color: #d8ae76;
}

/*------------------------------------*\
    #Heading
\*------------------------------------*/
.heading-1 img {
    max-width: 100% !important;
}

.heading .heading--title {
    /* font-family: 'Merriweather', serif; */
    color: #0b367a;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 0;
    text-transform: capitalize;
    padding-bottom: 0;
}

.heading .heading--divider {
    position: relative;
    margin-bottom: 43px;
    height: 1px;
}

.heading .heading--divider:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background-color: #376ea5;
}

.heading .heading--center:after {
    left: 50%;
    margin-left: -25px;
}

.heading .heading--desc {
    /* font-family: 'Open Sans', sans-serif; */
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    width: 80%;
    margin: 0 auto 30px;
}

.heading .heading--title + .heading--desc {
    margin-top: 26px;
}

.heading .heading--title + .heading--divider {
    margin-top: 35px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .heading .heading--title {
        font-size: 30px;
    }
}

/* Small Devices, Tablets */
/*------------------------------------*\
    #LOADING-SECTION
\*------------------------------------*/
.preloader {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 99999;
    background-color: #ffffff;
    overflow: hidden;
}

/*------------------------------------*\
    #HEADER
\*------------------------------------*/
.header {
    height: 100px;
}

/* .header-transparent {
  background-color: transparent;
} */
.header-transparent + .mtop-100,
.header-transparent + .page-title {
    position: relative;
    margin-top: -100px;
}

/*------------------------------------*\
    #Menu
\*------------------------------------*/
/* .header .navbar-collapse {
  padding-right: 0;
  padding-left: 0;
} */
.header .navbar {
    margin-bottom: 0;
    border-radius: 0;
    height: 100px;
    border: none;
}

.header .navbar.affix {
    top: 0;
}

.header-bordered .navbar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.header .navbar .logo {
    max-width: 100%;
    height: auto;
    line-height: 100px;
}

.navbar-nav:not(.nav-pos-right) {
    margin-right: 200px;
}

.nav-bordered-right {
    margin-right: 30px;
}

.nav-bordered-right + .module:first-of-type:before {
    position: relative;
    margin-left: 12px;
}

.nav-bordered-right + .module:first-of-type:before {
    position: absolute;
    top: 50%;
    margin-top: -13px;
    left: -46px;
    content: "";
    width: 2px;
    height: 26px;
    background-color: #fff;
}

.affix .nav-bordered-right + .module:first-of-type:before {
    background-color: #fff;
}

.navbar-nav > li {
    /* menuwidth */
    width: 130px;
    margin: 0 2px;
    text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav > li {
        width: 130px;
        margin: 0px;
        text-align: center;
    }
}

.navbar-nav > li > a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 100px;
    color: #222;
    padding: 0;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: transparent;
    border: none;
}

.navbar-nav > li.active > ul {
    margin-top: 0;
}

.navbar-nav > li > a:focus,
.navbar-nav > li > a:hover {
    background-color: transparent;
    color: #376ea5;
}

/* Menu Level #1 */
.navbar-nav > li > a:before {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 1px;
    background: transparent;
    content: '';
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.navbar-nav > li:hover > a::before {
    background-color: #376ea5;
    width: 100%;
}

.transparent-header .navbar {
    background-color: transparent;
    height: 101px;
}

/* Header Light */
/* .header-light {
  background-color: #ffffff;
}
.header-light .navbar .logo-dark {
  display: inline-block;
}
.header-light .navbar .logo-light {
  display: none;
}
.header-light .navbar .navbar-nav > li > a:hover{
  color:#376ea5;
}
.header-light .navbar .navbar-nav > li > a:hover::before {
  background-color: #376ea5;
} */

/* Header Fixed */
.header-fixed .affix {
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    display: block;
}

.header-fixed:not(.header-light) .navbar .logo-dark {
    display: none;
}

.header-fixed .navbar.affix .logo-dark {
    display: inline-block;
}

.header-fixed .navbar.affix .logo-light {
    display: none;
}

.header-fixed .navbar.affix .navbar-nav > li {
    background-color: #fff;
}

/* .header-fixed .navbar.affix .navbar-nav > li:hover{
  background-color: whitesmoke;
} */
.header-fixed .navbar.affix .module .module-icon i,
.header-fixed .navbar.affix .navbar-nav > li > a {
    color: #222222;
}

.header-fixed .navbar.affix .navbar-nav > li:hover > a {
    color: #376ea5;
}

.header-fixed .navbar.affix .navbar-nav > li:hover > a::before {
    background-color: #376ea5;
}

/* Header Centered */
/* .header-centered {
  height: 255px;
}
.header-centered .navbar-collapse {
  padding-right: 260px;
  padding-left: 260px;
}
.header-centered .navbar {
  top: 155px;
}
.header-centered .navbar.affix {
  top: 0;
}
.header-centered .logo-centered {
  padding-top: 50px;
  padding-bottom: 25px;
} */
/* Header With Top Bar */
.header-topbar {
    height: 155px;
}

.header-topbar .navbar {
    top: 55px;
}

.header-topbar .navbar.affix {
    top: 0;
}

/* Header #3 */
.header-3 .navbar-nav {
    margin-right: 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.header-3 .navbar + .module:first-of-type:before {
    position: relative;
    margin-left: 12px;
}

/* Header #5 */
.header-5 .container-fluid {
    padding-right: 0;
}

.header-5 .module {
    position: relative;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.header-5 .module .module-icon {
    margin-left: 25px;
    margin-right: 25px;
}

/* Header #5 */
.header-6 .container-fluid {
    padding-right: 0;
}

.header-6 .navbar {
    min-height: 79px;
}

.header-6 .navbar .logo {
    height: 79px;
    line-height: 79px;
}

.header-6 .module .module-icon {
    line-height: 79px;
}

.header-6 .module .module-label {
    top: 24px;
    right: 17px;
    left: auto;
}

.header-6 .navbar-nav > li {
    margin-right: 0;
}

.header-6 .navbar-nav > li > a {
    padding-right: 32px;
    padding-left: 32px;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    line-height: 79px;

}

.header-6 .navbar-nav > li > .menu-item:before {
    display: none;
}

.header-6 .navbar-nav > li.active,
.header-6 .navbar-nav > li:hover {
    background-color: rgba(34, 34, 34, 0.5);
}

.header-6 .module {
    position: relative;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.header-6 .module .module-icon {
    margin-left: 32px;
    margin-right: 32px;
}

/* Header Centered */
.header-7 {
    height: 305px;
}

.header-7 .navbar {
    top: 205px;
}

.header-7 .navbar.affix {
    top: 0;
}

/* Header #13 */
.header-13 .logo {
    position: absolute;
    left: 50%;
    margin-left: -51px;
}

/* Header #10 */
.header-10 .nav-bordered-right + .module:first-of-type:before {
    background-color: #464d52;
}

/* Header #16 */
.header-16 .navbar {
    top: 30px;
}

.header-16 .navbar.affix {
    top: 0;
}

/* Header #17 */
.header-centered.header-17 {
    height: 265px;
}

.header-centered.header-17 .navbar {
    top: 165px;
}

.header-17 .navbar.affix {
    top: 0;
}

/* Header Half */
.header-half .navbar-nav > li > .menu-item:before {
    bottom: 36px;
}

/* Container Bordered */
.container-bordered {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    height: 100px;
}

/* Navbar Dark */
.header-transparent.header-light .navbar.affix {
    background-color: transparent;
}

.navbar.navbar--dark .logo-dark {
    display: inline-block !important;
}

.navbar.navbar--dark .logo-light {
    display: none;
}

.navbar.navbar--dark .module .module-icon,
.navbar.navbar--dark .module .module-icon i,
.navbar.navbar--dark .navbar-nav > li > a {
    color: #222222;
}

.navbar.navbar--dark .navbar-nav > li > .menu-item:hover::before,
.navbar.navbar--dark .navbar-nav > li.active > .menu-item:before,
.header-8 .navbar.navbar--dark .module-menu .module-icon:after {
    background-color: #222222;
}

/* Header Split */
.header-split .logo-dark {
    display: none;
}

.header-split .logo-light {
    display: inline-block;
}

.header-split .module .module-icon i,
.header-split .navbar-nav > li > a {
    color: #222222;
}

.header-split .navbar-nav > li > .menu-item:hover::before,
.header-split .navbar-nav > li.active > .menu-item:before {
    background-color: #222222;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 479px) {
    /* .header .navbar {
    top: 0;
  } */
    .navbar-toggle .icon-bar {
        background-color: #376ea5;
    }

    /* .header-fixed .navbar.affix .navbar-nav > li > a {
    color: #ffffff;
  } */
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    /* .header .container {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-nav {
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  } */
    .navbar-toggle {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        margin-top: 35px;
    }

    .navbar-toggle .icon-bar {
        background-color: #376ea5;
    }

    /* .container > .navbar-header {
    margin-left: 0;
    padding-right: 10px;
    padding-left: 10px;
  }
  .container > .navbar-collapse {
    width: 100%;
    background-color: rgba(255,255,255,0.5);
    margin-right: 0;
    margin-left: 0;
  }
  .navbar-nav > li {
    height: auto !important;
    margin-right: 0;
  }
  .navbar-nav > li.pull-left {
    float: none !important;
  }
  .navbar-nav li a {
    line-height: 36px;
    color: #ffffff;
    padding-right: 0;
    padding-left: 10px;
    padding-top: 0;
  }
  .navbar-nav > li > a:before {
    display: none;
  }
  .navbar-nav:not(.nav-pos-right) {
    margin-right: 0;
  } */
}


/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* .header .container {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-header {
    float: none !important;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .header .navbar .logo {
    float: left;
  }  */
    /* .navbar-toggle {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-top: 35px;
    display: block;
  }
  .navbar-toggle .icon-bar {
    background-color: #376ea5;
  } */
    /* .navbar-fixed-top .navbar-collapse {
    overflow: scroll !important;
  } */
    /* .navbar-collapse.collapse {
    width:100%;
    display: none!important;
  }
  .collapse.in {
    display: block !important;
  }
  .navbar-nav > li {
    float: none;
  }
  .container > .navbar-collapse {
    width: 100%;
    background-color: rgba(255,255,255,0.5);
    margin-right: 0;
  }
  .navbar-nav > li {
    height: auto !important;
    background-color: transparent !important;
    margin-right: 0;
  }
  .navbar-nav > li.pull-left {
    float: none !important;
  }
  .navbar-nav > li > a {
    line-height: 36px !important;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
  }
  .navbar-nav > li:hover a{
    color: #376ea5;
  }

  .navbar-nav > li:after {
    display: none;
  }
  .navbar-nav > li.active {
    border-bottom: none;
  }
  li a:hover,
  li.open > a:focus {
    color: #ffffff;
  }
  .nav > li > a:focus,
  .nav > li > a:hover {
    background-color: transparent;
  }
  .navbar-nav > li > a:before {
    display: none;
  } */
    /* .navbar-toggle .icon-bar {
    background-color: #376ea5;
  } */
}


/*------------------------------------*\
    #Hero
\*------------------------------------*/
.header-transparent + .slider {
    margin-top: -100px;
}

.slider {
    height: 549px;
    padding-top: 0;
    padding-bottom: 0;
}

.slider .slide--item {
    padding-top: 45px;
    height: 518px;
}

.slider .slide--headline {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 70px;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.slider .slide--bio {
    color: #ffffff;
    /* font-family: 'Open Sans', sans-serif; */
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
    margin-top: 10px;
}

.slider-2,
.slider-2 .bg-section {
    overflow: visible;
}

.slider .slide--holder {
    position: relative;
}

.slider .slide--holder img {
    position: absolute;
    left: 0;
    bottom: -700px;
}

.slider-2 + .clearfix {
    padding-top: 200px;
}

.slide--item .bg-ytvideo {
    height: 800px;
}

.slider .bg-ytvideo iframe {
    min-height: 800px !important;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .slider .row-content {
        padding-top: 120px;
    }

    .slider .slide--headline {
        margin-top: 50px;
        font-size: 30px;
        line-height: 1.2;
        text-align: center;
        margin-top: 0;
    }

    .slider .slide--bio {
        font-size: 14px;
        line-height: 1.5;
        padding: 0 10px;
        text-align: center;
    }

    .slider,
    .slider .slide--item {
        height: auto;
    }

    .slider .slide--item {
        padding-top: 30px;
    }

    .slider form {
        margin-bottom: 30px !important;
    }

    .slider .slide--holder img {
        position: relative;
        right: 0;
        bottom: 0;
    }

    .slide--action {
        text-align: center;
        margin-bottom: 30px;
    }

    .slider-2 + .clearfix {
        padding-top: 0;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 1000px) {
    .slider {
        height: 535px;
    }

    .slider .slide--item {
        height: 550px;
        padding-top: 30px;
    }

    .slider .slide--headline {
        font-size: 30px;
        line-height: 1.2;
    }

    .slider .slide--bio {
        font-size: 14px;
        line-height: 1.5;
    }

    .slider .slide--holder img {
        max-width: 350px;
    }

    .slider .slide--holder img {
        position: relative;
        right: 0;
        bottom: 0;
    }

    .slider-2 + .clearfix {
        padding-top: 0;
    }


}

/*------------------------------------*\
    #Testimonial
\*------------------------------------*/
.testimonial-panel {
    text-align: center;
    padding: 0 10px;
}

.testimonial-panel .testimonial--body {
    margin-bottom: 10px;
}

.testimonial-panel .testimonial--body p {
    color: #0b367a;
    /* font-family: 'Merriweather', serif; */
    font-size: 13px;
    margin-bottom: 2px;
    line-height: 1.2em;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-panel .testimonial--meta h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
    padding-top: 5px;
}

.testimonial-panel .testimonial--meta-img {
    width: 183px;
    height: 240px;
    line-height: 50px;
    margin-right: 10px;
    overflow: hidden;
    margin: 0 auto 10px;
}

.col-lg-3 div p {
    font-size: 13px;
    line-height: 1.2em;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 3px;
}

.owl-item img {
    height: 240px;
}

.testimonial .owl-controls {
    margin-top: 0;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .testimonial-panel .testimonial--body p {
        font-size: 15px;
        line-height: 1.6;
    }
}


/*------------------------------------*\
    #Features
\*------------------------------------*/
.feature-panel {
    position: relative;
}

.feature-panel .feature--icon {
    color: #376ea5;
    font-size: 60px;
    line-height: 1;
    margin-bottom: 20px;
}

.feature-panel .feature--icon i {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    display: inline-block;
}

.feature-panel .feature--icon:hover i {
    -webkit-animation: pulse 0.9s infinite;
    -moz-animation: pulse 0.9s infinite;
    -ms-animation: pulse 0.9s infinite;
    -o-animation: pulse 0.9s infinite;
    animation: pulse 0.9s infinite;
}

.feature-panel .feature--content h3 {
    /* font-family: 'Merriweather', serif; */
    color: #363636;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 14px;
    text-transform: capitalize;
}

.feature-panel .feature--content p {
    opacity: 0.6;
    color: #777777;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}

.feature-left .feature-panel .feature--icon {
    position: absolute;
    left: 0;
    top: 0;
    margin-bottom: 0;
}

.feature-left .feature-panel .feature--content {
    padding-left: 68px;
}

.feature-left .feature-panel {
    margin-bottom: 18px;
}

/* feature left circle  */
.feature-left-circle .feature--content h3 {
    font-size: 22px;
    /* font-family: 'Merriweather', serif; */
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 15px;
}

.feature-left-circle .feature--content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    padding: 0;
}

.feature-left-circle .feature--icon {
    width: 45px;
    height: 45px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    color: #376ea5;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    border: 2px solid #376ea5;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}

.feature-left-circle .feature-panel:hover .feature--icon {
    background: #376ea5;
    border-color: #376ea5;
    color: #ffffff;
}

.feature-divider {
    margin-top: 0;
    margin-bottom: 0;
}

.about p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
}

.about .signture {
    margin-top: 20px;
}

.feature-2 .feature-panel {
    margin-bottom: 50px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .feature-panel {
        margin-bottom: 20px;
    }

    .feature-panel .feature--icon {
        margin-bottom: 10px;
    }

    .feature img {
        max-width: 100%;
        height: auto;
    }

    .about-content {
        margin-bottom: 30px;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature-panel {
        margin-bottom: 20px;
    }

    .about-content {
        margin-bottom: 30px;
    }
}

/*------------------------------------*\
    #Call To Action
\*------------------------------------*/
/*------------------------------------*\
    #PRICING-SECTION
\*------------------------------------*/
.pricing-panel {
    border: 1px solid #eeeeee;
    background-color: #ffffff;
    padding: 50px 65px;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    position: relative;
}

.pricing-panel:hover {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
}

.pricing-panel .pricing--heading h4 {
    color: #376ea5;
    /* font-family: 'Open Sans', sans-serif; */
    font-size: 33px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.pricing-panel .pricing--heading p {
    color: #333333;
    font-size: 70px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.pricing-panel .pricing--heading span.currency {
    font-size: 18px;
    font-weight: 400;
    vertical-align: top;
    top: 10px;
    position: relative;
}

.pricing-panel .pricing--heading .pricing--desc {
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 26px;
    text-transform: uppercase;
}

.pricing-panel .pricing--body {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}

.pricing-panel .pricing--body ul {
    margin-bottom: 40px;
}

.pricing-panel .btn--primary:hover {
    background-color: #dbb683;
    border-color: #dbb683;
    color: #ffffff;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .price-table {
        margin-bottom: 30px;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pricing-panel {
        padding: 20px;
    }
}

/*------------------------------------*\
    #Footer
\*------------------------------------*/
.footer {
    background-color: #363636;
    padding-top: 0;
    padding-bottom: 0;
}

/* Footer Widgets */
.footer-widget {
    padding-top: 60px;
    padding-bottom: 50px;
}

.footer-widget .footer--widget-title h5 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 40px;
}

.footer-widget .footer--widget-content p {
    color: #bdbdbd;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 20px;
}

.footer--widget-about .social a {
    color: #888888;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-right: 24px;
}

.footer--widget-about .social a:hover {
    color: #376ea5;
}

.footer--widget-recent .entry {
    position: relative;
    margin-bottom: 30px;
}

.footer--widget-recent .entry:last-of-type {
    margin-bottom: 0;
}

.footer--widget-recent .entry--img {
    position: absolute;
    left: 0;
    top: 0;
}

.footer--widget-recent .entry--content {
    padding-left: 90px;
}

.footer--widget-recent .entry--meta {
    color: #888888;
    /* font-family: 'Merriweather', serif; */
    font-size: 10px;
    line-height: 1;
}

.footer--widget-recent .entry--title {
    margin-bottom: 14px;
}

.footer--widget-recent .entry--title a {
    color: #bdbdbd;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.footer--widget-recent .entry--title a:hover {
    color: #ddd;
}

.footer--widget-recent img {
    border-radius: 4px;
}

.footer--widget-recent span {
    margin-right: 8px;
}

.footer-widget .footer--widget-contact ul li {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #bdbdbd;
    /* font-family: 'Open Sans', sans-serif; */
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
}

.footer-widget .footer--widget-contact ul li i {
    position: absolute;
    left: 0;
    top: 4px;
    color: #376ea5;
    font-size: 19px;
}

.footer--copyright {
    background-color: #272727;
    padding: 33px 0;
    color: #888888;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
}

.footer--copyright i {
    color: red;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .footer-widget {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .footer--copyright {
        font-size: 12px;
    }

    .footer--widget-content {
        margin-bottom: 30px;
    }
}

/* Small Devices, Tablets */
/*------------------------------------*\
    #Carousel
\*------------------------------------*/
.carousel-dots .owl-controls {
    margin-top: 50px;
}

.carousel-dots .owl-controls .owl-dots .owl-dot span {
    height: 11px;
    width: 11px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid rgba(100, 100, 100, 0.5);
    margin: 0 4px;
}

.carousel-dots .owl-controls .owl-dots .owl-dot.active span {
    background-color: #646464;
    border-color: #646464;
}

.carousel-dots.carousel-white .owl-controls .owl-dots .owl-dot span {
    border-color: rgba(255, 255, 255, 0.5);
}

.carousel-dots.carousel-white .owl-controls .owl-dots .owl-dot.active span {
    background-color: #ffffff;
    border-color: #ffffff;
}

.carousel-navs .owl-controls .owl-nav {
    position: relative;
}

.carousel-navs .owl-controls .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
    color: #363636;
    font-size: 0;
    font-weight: 400;
    text-align: center;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    margin-top: -250px;
}

.carousel-navs .owl-controls .owl-nav [class*=owl-]:hover {
    color: #376ea5;
    background-color: transparent;
}

.carousel-navs .owl-controls .owl-nav .owl-prev {
    left: 0;
}

.carousel-navs .owl-controls .owl-nav .owl-prev:before {
    font-family: 'Linearicons-Free';
    content: "\e875";
    font-size: 40px;
}

.carousel-navs .owl-controls .owl-nav .owl-next {
    right: 0;
}

.carousel-navs .owl-controls .owl-nav .owl-next:before {
    font-family: 'Linearicons-Free';
    content: "\e876";
    font-size: 40px;
}

.carousel-navs .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
}

.carousel-navs .owl-dots .owl-dot span {
    background-color: transparent;
    border: 1px solid #fff;
}

.carousel-navs .owl-dots .owl-dot.active span,
.carousel-navs .owl-dots .owl-dot:hover span {
    background: #ffffff;
}

/**/
.slider-dots .owl-controls {
    margin-top: 0;
}

.slider-dots .owl-controls .owl-dots {
    position: absolute;
    bottom: 30px;
    width: 100%;
}

.slider-dots .owl-controls .owl-dots .owl-dot span {
    height: 11px;
    width: 11px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 2px solid rgba(0, 0, 0, 0.6);
    margin: 0 4px;
}

.slider-dots .owl-controls .owl-dots .owl-dot.active span {
    -moz-box-shadow: 0 0 0 2px #3d3c3c;
    -webkit-box-shadow: 0 0 0 2px #3d3c3c;
    box-shadow: 0 0 0 2px #ffffff;
}

.slider-navs .owl-controls .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    height: 60px;
    width: 60px;
    line-height: 60px;
    margin-top: -30px;
    color: #ffffff;
    font-size: 0;
    font-weight: 400;
    background-color: rgba(27, 26, 26, 0.5);
    text-align: center;
    padding: 0;
    border-radius: 0;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.slider-navs .owl-controls .owl-nav [class*=owl-]:hover {
    color: #999999;
    background-color: #ffffff;
}

.slider-navs .owl-controls .owl-nav .owl-prev {
    left: 30px;
}

.slider-navs .owl-controls .owl-nav .owl-prev:before,
.slider-navs .owl-controls .owl-nav .owl-next:before {
    font-family: fontawesome;
    font-size: 25px;
}

.slider-navs .owl-controls .owl-nav .owl-prev:before {
    content: "\f104";
}

.slider-navs .owl-controls .owl-nav .owl-next {
    right: 30px;
}

.slider-navs .owl-controls .owl-nav .owl-next:before {
    content: "\f105";
}

.slider-navs .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
}

.slider-navs .owl-dots .owl-dot span {
    background-color: transparent;
    border: 1px solid #fff;
}

.slider-navs .owl-dots .owl-dot.active span,
.slider-navs .owl-dots .owl-dot:hover span {
    background: #ffffff;
}

.slider-navs.slider-small .owl-controls .owl-nav .owl-next {
    right: 0;
}

.slider-navs.slider-small .owl-controls .owl-nav .owl-prev {
    left: 0;
}

.slider-navs.slider-shop .owl-controls .owl-dots .owl-dot span {
    background-color: #3d3c3c;
    border: 2px solid #ffffff;
}

.slider-navs.slider-shop .owl-controls .owl-dots .owl-dot.active span {
    -moz-box-shadow: 0 0 0 2px #3d3c3c;
    -webkit-box-shadow: 0 0 0 2px #3d3c3c;
    box-shadow: 0 0 0 2px #3d3c3c;
}

.slider-theme.slider-navs .owl-controls .owl-nav [class*=owl-]:hover {
    color: #363636;
}

.slider-theme.slider-dots .owl-controls .owl-dots .owl-dot span {
    border-color: #376ea5;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .carousel-dots .owl-controls {
        margin-top: 20px;
    }

    .slider-navs .owl-controls .owl-nav .owl-prev {
        left: 0;
    }

    .slider-navs .owl-controls .owl-nav .owl-next {
        right: 0;
    }

    .slider-navs .owl-controls .owl-nav .owl-next:before,
    .slider-navs .owl-controls .owl-nav .owl-prev:before {
        font-size: 20px;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-navs .owl-controls .owl-nav .owl-next:before,
    .slider-navs .owl-controls .owl-nav .owl-prev:before {
        font-size: 30px;
    }
}

/*------------------------------------*\
    #Landing Page / Promo Page
\*------------------------------------*/
.landing-hero {
    height: 100vh;
    padding-top: 200px;
}

.landing-hero h1 {
    font-size: 55px;
    font-weight: 600;
    line-height: 70px;
    text-transform: capitalize;
}

.landing-hero p {
    /* font-family: 'Merriweather', serif; */
    font-size: 18px;
    line-height: 27px;
}

.landing-demos .portfolio-filter li a {
    font-weight: 600;
}

.landing-demos .portfolio-item {
    margin-bottom: 50px;
}

.landing-demos .portfolio-title h4 {
    color: #282828;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0;
}

.landing-demos .portfolio-title:hover h4 {
    color: #376ea5;
}

.landing-demos .portfolio-img {
    -moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.1);
    -webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.1);
    box-shadow: 0 0 36px 4px rgba(0, 0, 0, 0.1);
    background-color: #c0c0c0;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.landing-demos .portfolio-img img {
    max-width: 100%;
    height: auto;
}

.landing-demos .portfolio-item:hover .portfolio-img {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
}

.landing-demos .portfolio-item:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.landing-demos .portfolio-bio {
    padding-top: 23px;
}

.landing-action {
    padding-top: 200px;
}

.landing-action img {
    margin-bottom: 50px;
}

.landing-action h2 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 50px;
}

.landing-featues {
    padding-bottom: 50px;
}

.landing-featues .feature-box {
    margin-bottom: 50px;
}

/* Portfolio Filter */
.portfolio-filter {
    text-align: center;
    margin-bottom: 36px;
}

.portfolio-filter li a {
    color: #363636;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    margin-right: 29px;
    text-transform: capitalize;
}

.portfolio-filter li:last-child a {
    margin-right: 0;
}

.portfolio-filter li a.active-filter,
.portfolio-filter li a:hover {
    color: #376ea5;
}

/* Portfolio Item */
.portfolio-item .portfolio--img {
    position: relative;
}

.portfolio-item .portfolio--img img {
    max-width: 100%;
    height: auto;
}

/*------------------------------------*\
    #COLOR-SWITCHER
\*------------------------------------*/
.switcher-box {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #222222;
    left: 0px;
    overflow: inherit;
    padding: 0px;
    position: fixed;
    text-align: center;
    top: 200px;
    z-index: 999;
}

.switcher-box .gear-check {
    background-color: #ffffff;
    border-radius: 0 5px 5px 0;
    border: 1px solid #dddddd;
    border-left-color: transparent;
    color: #222222;
    cursor: pointer;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    padding-top: 4px;
    position: absolute;
    right: -39px;
    text-align: center;
    top: -1px;
    width: 40px;
}

.switcher-box .gear-check i {
    font-size: 30px;
}

.switcher-box .color-options {
    display: none;
    float: left;
    padding: 5px 16px;
    width: 200px;
}

.switcher-box ul {
    margin-bottom: 0;
}

.switcher-box ul li {
    border-radius: 5px;
    cursor: pointer;
    height: 30px;
    margin: 0 10px 10px 0;
    width: 30px;
}

.color-options h4 {
    border-bottom: 3px solid #eeeeee;
    font-size: 18px;
    font-weight: 700;
    line-height: 46px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .landing-hero {
        height: auto;
        padding-top: 60px;
    }

    .landing-hero h1 {
        font-size: 34px;
        line-height: 50px;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .landing-hero {
        height: auto;
        padding-top: 100px;
    }

    .landing-hero h1 {
        font-size: 50px;
        line-height: 55px;
    }
}

@keyframes animatedBackground {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 100% 0;
    }
}

.bg-animate {
    background-position: 0px 0px;
    background-repeat: repeat-x;
    animation: animatedBackground 30s linear infinite;
}

/*------------------------------------*\
    #Counters
\*------------------------------------*/
.counter {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -85px;
    position: relative;
    z-index: 2;
}

.counter-container {
    padding-top: 54px;
    padding-bottom: 54px;
    border-radius: 6px;
    background-color: #fff;
}

.count-box {
    position: relative;
    padding-left: 50px;
}

.count-box .count-icon {
    color: #376ea5;
    font-size: 76px;
    margin-bottom: 10px;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 50px;
}

.count-box .count-content {
    padding-left: 65px;
}

.count-box .counting {
    color: #363636;
    font-size: 36px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    line-height: 1;
    margin-bottom: 12px;
    position: relative;
}

.count-title {
    color: #bdbdbd;
    /* font-family: 'Merriweather', serif; */
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    font-style: italic;
    text-transform: capitalize;
}

.counter-theme .count-icon,
.counter-theme .count-title,
.counter-theme .counting {
    color: #ffffff;
}

.counter-dark .count-icon {
    color: #376ea5;
}

.counter-dark .count-title,
.counter-dark .counting {
    color: #ffffff;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .counter {
        padding-top: 60px;
        padding-bottom: 60px;
        margin-top: 0;
    }

    .count-box {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .count-box {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

/*------------------------------------*\
    #Team
\*------------------------------------*/
.team {
    background-color: #dcded4;
}

.member {
    text-align: center;
    overflow: hidden;
}

.member .member-img {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.member .member-img img {
    max-width: 100%;
    height: auto;
}

.member .member-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 20px;
    top: 0;
    left: 0;
}

.member .member-overlay .member-social {
    border-radius: 2px;
    background-color: #376ea5;
    opacity: 0.9;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.member .member-img:hover .member-overlay .member-social {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.member .member-overlay .member-social a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin-right: 20px;
}

.member .member-overlay .member-social a:last-child {
    margin-right: 0;
}

.member .member-overlay .member-social a:hover {
    color: #363636;
}

.member .member-info h5 {
    color: #363636;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.member .member-info h6 {
    color: #999999;
    /* font-family: 'Merriweather', serif; */
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
    font-style: italic;
    text-transform: capitalize;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .member {
        margin-bottom: 30px;
    }
}

/* Small Devices, Tablets */
/*------------------------------------*\
    #Client
\*------------------------------------*/
.clients {
    padding-top: 55px;
    padding-bottom: 55px;
}

.client img {
    max-width: 100%;
    width: auto !important;
}

.clients-carousel [class*="col-"] {
    max-height: 80px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .client img {
        margin-bottom: 20px;
    }
}

/*------------------------------------*\
    #BLOG-SECTION
\*------------------------------------*/
.blog-entry {
    margin-bottom: 50px;
}

.blog-entry .entry--img {
    margin-bottom: 25px;
    overflow: hidden;
    border-radius: 6px;
    position: relative;
}

.blog-entry .entry--img img,
.entry-related .entry--img img {
    max-width: 100%;
    height: auto;
    -moz-transition: all .35s linear;
    -webkit-transition: all .35s linear;
    -ms-transition: all .35s linear;
    -o-transition: all .35s linear;
    transition: all .35s linear;
}

.blog-entry .entry--overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    background-color: rgba(51, 51, 51, 0.4);
    -moz-transition: all .35s linear;
    -webkit-transition: all .35s linear;
    -ms-transition: all .35s linear;
    -o-transition: all .35s linear;
    transition: all .35s linear;
}

.blog-entry .entry--img:hover .entry--overlay {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.blog-entry .entry--overlay a {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    border: 3px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    margin-top: -30px;
    margin-left: -30px;
}

.blog-entry .entry--overlay a:hover {
    background-color: #376ea5;
    border-color: #376ea5;
}

.blog-entry .entry--img:hover img {
    transform: scale(1.1);
}

.entry-related .entry--img {
    overflow: hidden;
}

.blog-entry .entry--meta {
    color: #aaaaaa;
    font-family: 'Merriweather', serif;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 7px;
}

.blog-entry .entry--meta span:first-of-type {
    margin-right: 14px;
}

.blog-entry .entry--title {
    margin-bottom: 25px;
}

.blog-entry .entry--title h4 {
    color: #363636;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    margin-bottom: 0;
}

.blog-entry .entry--title h4 a {
    color: #363636;
}

.blog-entry .entry--title h4 a:hover {
    color: #376ea5;
}

.blog-entry .entry--content {
    color: #aaaaaa;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 25px;
}

.blog-entry .entry--more {
    overflow: hidden;
}

.blog-entry .entry--more a {
    color: #aaaaaa;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
    position: relative;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.blog-entry .entry--more a:hover {
    color: #363636;
}

/* Blog Single */
.blog-single .blog-entry .entry--meta {
    margin-bottom: 17px;
}

.blog-single .blog-entry .entry--meta span {
    font-family: 'Merriweather', serif;
    font-size: 12px;
    font-style: italic;
    line-height: 1;
    margin-right: 14px;
    color: #aaaaaa;
}

.blog-single .blog-entry .entry--meta a {
    color: #aaaaaa;
}

.blog-single .blog-entry .entry--title h4 {
    font-size: 30px;
    font-weight: 600;
    line-height: 42px;
}

.blog-single .blog-entry .entry--content {
    padding-bottom: 26px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eeeeee;
}

.blog-single .blog-entry .entry--content,
.blog-single .blog-entry .entry--content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.entry--share-tags {
    color: #363636;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Merriweather', serif;
    margin-bottom: 50px;
}

.entry--share-tags span {
    margin-right: 20px;
    color: #333;
}

.entry--share-tags a {
    color: #bdbdbd;
    font-style: italic;
    text-decoration: underline;
    color: #5d5d5d;
    font-size: 14px;
    margin-right: 9px;
}

.entry--share-tags a:hover {
    color: #376ea5;
}

.entry--share a:last-child {
    margin-right: 0;
}

.entry--share a.facebook {
    color: #3b5998;
}

.entry--share a.twitter {
    color: #1da1f2;
}

.entry--share a.google {
    color: #dd4b39;
}

.entry--share a.pinterest {
    color: #bd081c;
}

.entry--share a:hover {
    color: #376ea5;
}

.entry-widget .entry-widget-title {
    position: relative;
    margin-bottom: 50px;
}

.entry-widget .entry-widget-title h4 {
    color: #363636;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 0;
}

.entry-widget .entry-widget-content {
    position: relative;
}

.entry-share a:hover {
    color: #376ea5;
}

ul.comments-list {
    width: 100%;
    list-style: none;
    overflow: hidden;
    padding-left: 0;
    margin-bottom: 100px;
}

ul.comments-list li {
    position: relative;
    border-bottom: 1px solid #eee;
    padding-bottom: 50px;
    margin-bottom: 60px;
}

ul.comments-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

ul.comments-list .comment-body .avatar {
    position: absolute;
    left: 0;
    top: 0;
}

ul.comments-list .comment-body .comment {
    padding-left: 90px;
}

ul.comments-list .comment-body .comment h6 {
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 14px;
    color: #363636;
    line-height: 30px;
    display: inline-block;
    margin-right: 13px;
}

ul.comments-list .comment-body .comment .date {
    color: #aaaaaa;
    font-family: 'Merriweather', serif;
    font-size: 12px;
    font-style: italic;
    line-height: 30px;
}

ul.comments-list .comment-body .comment p {
    color: #999999;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
}

ul.comments-list .comment-body .comment a.reply {
    font-size: 12px;
    font-weight: 300;
    text-transform: capitalize;
    color: #376ea5;
    line-height: 30px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

ul.comments-list .comment a.reply:hover {
    color: #363636;
}

ul.comments-list ul.comment-children {
    list-style: none;
    margin: 20px 0 0 90px;
    padding-top: 30px;
    padding-left: 0;
    border-top: 2px solid #f8f8f8;
}

ul.comments-list ul.comment-children .comment-body .comment {
    padding-left: 90px;
}

ul.comments-list ul.comment-children li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

ul.comments-list ul.comment-children ul .comment-body .comment {
    padding-left: 90px;
}

.entry-widget.comments-form .entry-widget-title h4 {
    margin-bottom: 60px;
}

#post-comment .form-control {
    margin-bottom: 30px;
    background-color: #ffffff;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    ul.comments-list ul.comment-children {
        margin: 20px 0 0;
    }

    .blog-entry {
        padding: 20px;
    }

    .blog-single .blog-entry .entry--title h4 {
        font-size: 17px;
        line-height: 1.2;
    }

    .entry--share .text-right {
        text-align: left;
    }

    .entry-next,
    .entry-prev {
        width: 100%;
        float: none;
        margin-bottom: 0;
    }

    .entry-next {
        margin-bottom: 0;
    }

    .entry-prev {
        margin-bottom: 30px;
    }

    .entry-prev-next {
        padding: 10px;
    }

    .entry-prev-next:after {
        display: none;
    }

    .entry-prev-next a {
        font-size: 13px;
    }

    .entry-prev-next .entry-prev {
        padding-right: 0;
    }

    .entry-widget {
        padding: 20px;
    }

    .entry-bio .entry-bio-desc p,
    .entry-bio img {
        position: relative;
        margin-bottom: 15px;
    }

    .entry-bio .entry-bio-desc {
        padding-left: 0;
    }

    .entry-related .entry {
        margin-bottom: 30px;
    }

    .entry-related .entry:last-of-type {
        margin-bottom: 0;
    }

    .blog-standard .blog-entry .entry--title h4 {
        font-size: 18px;
        line-height: 1.2;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .entry-related img {
        width: 100%;
    }

    .blog-standard .blog-entry .entry--title h4 {
        font-size: 20px;
        line-height: 1.2;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .entry-related img {
        width: 100%;
    }
}

/*------------------------------------*\
	#Widgets
\*------------------------------------*/
.sidebar {
    border-radius: 6px;
    background-color: #ffffff;
    padding: 30px;
}

.widget {
    margin-bottom: 50px;
    padding-bottom: 40px;
    border-bottom: 1px solid #eeeeee;
}

.widget:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

/* Widget */
.widget .widget--title {
    position: relative;
}

.widget .widget--title h5 {
    color: #363636;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 40px;
}

/* Category Widget */
.widget-categories {
    padding-bottom: 30px;
}

.widget-categories ul {
    margin-top: -10px;
    margin-bottom: 0;
}

.widget-categories ul li a {
    color: #bdbdbd;
    font-size: 14px;
    font-weight: 400;
    line-height: 33px;
}

.widget-categories ul li a:hover {
    color: #376ea5;
}

.widget-categories ul li a i {
    margin-right: 11px;
    color: #bdbdbd;
}

.widget-categories ul li a:hover i {
    color: #376ea5;
}

/* Tags Widget */
.widget-tags {
    padding-bottom: 32px;
}

.widget-tags ul {
    margin-bottom: 0;
    margin-left: 0;
}

.widget-tags ul li {
    padding-left: 0;
    padding-right: 0;
}

.widget-tags a {
    display: inline-block;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #363636;
    margin-right: 6px;
    margin-bottom: 8px;
    text-transform: capitalize;
    padding: 10px 12px;
}

.widget-tags a:hover {
    color: #376ea5;
    border-color: #376ea5;
}

/* Recent Widegt */
.widget-recent-posts .entry {
    position: relative;
    margin-bottom: 30px;
    min-height: 50px;
}

.widget-recent-posts .entry:last-of-type {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.widget-recent-posts img {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    text-align: center;
}

.widget-recent-posts .entry .entry-desc {
    position: relative;
    margin-left: 90px;
}

.widget-recent-posts .entry .entry-title {
    margin-bottom: 5px;
}

.widget-recent-posts .entry .entry-title a {
    color: #363636;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    text-transform: capitalize;
}

.widget-recent-posts .entry .entry-title a:hover {
    color: #376ea5;
}

.widget-recent-posts .entry .entry-desc .entry-meta,
.widget-recent-posts .entry .entry-desc .entry-meta a {
    font-family: 'Merriweather', serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    font-style: italic;
    color: #aaaaaa;
}

.widget-recent-posts .entry .entry-desc .entry-meta span:first-of-type {
    margin-right: 10px;
}

/* Search Widget */
.widget-search {
    border-bottom: none;
    padding-bottom: 0;
}

.widget-search .form-search {
    border: none;
    border-radius: 22px;
    background-color: #f5f5f5;
}

.widget-search .input-group {
    border-radius: 0;
    border: none;
    background-color: transparent;
    overflow: hidden;
    padding: 0 12px 0 0;
}

.widget-search .form-search .form-control {
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #bdbdbd;
    font-size: 13px;
    font-weight: 400;
    line-height: 45px;
    height: 45px;
    text-transform: capitalize;
    background-color: transparent;
}

/* Placeholder */
.widget-search .form-search .form-control::-webkit-input-placeholder {
    color: #bdbdbd;
}

.widget-search .form-search .form-control:-moz-placeholder {
    color: #bdbdbd;
}

.widget-search .form-search .form-control::-moz-placeholder {
    color: #bdbdbd;
}

.widget-search .form-search .form-control::-ms-input-placeholder {
    color: #bdbdbd;
}

.widget-search .form-search .btn {
    background-color: transparent;
    color: #bdbdbd;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 35px;
    height: 45px;
    line-height: 29px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    margin-left: 0;
    padding: 0;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .sidebar {
        margin-bottom: 15px;
        padding: 15px;
    }

    .widget {
        margin-bottom: 30px;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .widget-recent .entry .entry-desc {
        margin-left: 70px;
    }

    .sidebar {
        margin-bottom: 20px;
        padding: 20px;
    }
}

/*------------------------------------*\
    #Layout Bordered
\*------------------------------------*/
.body-bordered .bordered--line {
    position: fixed;
    display: block;
    background: #ffffff;
    z-index: 999999;
}

.body-bordered .bordered--line-top,
.body-bordered .bordered--line-bottom {
    height: 20px;
    left: 0;
    right: 0;
}

.body-bordered .bordered--line-right,
.body-bordered .bordered--line-left {
    width: 20px;
    top: 0;
    bottom: 0;
}

.body-bordered .bordered--line-top {
    top: 0;
}

.body-bordered .bordered--line-bottom {
    bottom: 0;
}

.body-bordered .bordered--line-right {
    right: 0;
}

.body-bordered .bordered--line-left {
    left: 0;
}

.body-bordered .navbar-fixed-top {
    top: 20px;
}

.body-bordered .navbar-fixed-top.affix {
    top: 0;
}

/*------------------------------------*\
    #BOXED LAYOUT
\*------------------------------------*/
.body-boxed {
    background: url(../images/background/pattern.png);
}

.body-boxed .header-fixed .affix {
    box-shadow: none;
}

@media only screen and (min-width: 1200px) {
    .body-boxed .wrapper {
        width: 1170px;
        margin: auto;
        -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    }

    .body-boxed .wrapper .container {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media only screen and (max-width: 1200px) {
    .body-boxed .wrapper {
        width: auto;
        margin: auto;
        overflow-x: hidden;
    }
}

.body-boxed .header-fixed .affix {
    background-color: transparent;
}

.body-boxed .header-fixed .affix .container {
    background-color: #ffffff;
}

.body-boxed .col-content {
    padding: 90px;
}

/*///////////////////*/
/*  SHORTCODE PORTFOLIO GRID
----------------------------------------------------------*/
.vlt-portfolio-grid-filters {
    margin-bottom: 50px;
    text-align: center;
}

.vlt-portfolio-grid-filters .vlt-filter-counter::before {
    content: '(';
    margin-left: 4px;
}

.vlt-portfolio-grid-filters .vlt-filter-counter::after {
    content: ')';
}

.vlt-portfolio-grid-filters .cbp-filter-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 8px 12px 8px 14px;
    margin: 0 6px;
    color: #333;
}

.vlt-portfolio-grid-filters .cbp-filter-item:hover,
.vlt-portfolio-grid-filters .cbp-filter-item.cbp-filter-item-active {
    color: #000;
}

.vlt-portfolio-grid-filters .cbp-filter-item.cbp-filter-item-active {
    background-color: #efefef;
}

.vlt-portfolio-style1 .vlt-portfolio-grid-link {
    display: block;
}

.vlt-portfolio-style1 .vlt-portfolio-grid-content {
    padding: 10px;
    text-align: center;
    border: 1px solid #efefef;
    border-top: none;
}

.vlt-portfolio-style1 .vlt-portfolio-grid-content p {
    margin: 0;
    font-size: 12px;
}

.vlt-portfolio-style2 .vlt-portfolio-grid-link {
    display: block;
    position: relative;
}

.vlt-portfolio-style2 .vlt-portfolio-grid-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.vlt-portfolio-style2 .vlt-portfolio-grid-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    pointer-events: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.vlt-portfolio-style2 .vlt-portfolio-grid-content h5,
.vlt-portfolio-style2 .vlt-portfolio-grid-content p {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.vlt-portfolio-style2 .vlt-portfolio-grid-content p {
    margin: 0;
    font-size: 12px;
}

.vlt-portfolio-style2:hover .vlt-portfolio-grid-link::before {
    opacity: 1;
}

.vlt-portfolio-style2:hover .vlt-portfolio-grid-content h5,
.vlt-portfolio-style2:hover .vlt-portfolio-grid-content p {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.vlt-portfolio-style2:hover .vlt-portfolio-grid-content h5 {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.vlt-portfolio-style2:hover .vlt-portfolio-grid-content p {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

/*  SHORTCODE ALERT




/*form*/
.container-center {
    margin: auto;
    display: flex;
}

.container-center .row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-radio em {
    font-style: normal;
    display: block;
    /* color:#222; */
    /* padding-right:10px; */
    /* padding-bottom:10px; */
}

.form-radio label {
    display: inline-block;
    padding-right: 17px;
    box-sizing: border-box;
}

.form-radio label input[name=who]:checked + span {
    color: #222;
}

.label_font {
    color: #222;
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
}

.field {
    display: flex;
    margin: 10px 0;
}

.field label {
    flex: 1;
    text-transform: capitalize;
}

.field input,
.field textarea {
    flex: 4;
    border: 1px solid #ddd;
    padding: 5px;
    padding-left: 20px;
    border-radius: 3px;
}

.field p {
    flex: 1;
    text-transform: capitalize;
}

.field .label_wrap {
    flex: 4;
    /* border: 1px solid #ddd;
  background-color: #fff; */
    padding: 5px;
    padding-left: 20px;
    border-radius: 3px;
}

@media (max-width: 767px) {
    .form-radio li {
        display: block;
        text-align: left;
    }

    .label_wrap label {
        display: block;
    }
}


/* ///// 서브메뉴 ///// */
.main .sub {
    display: none;
    background: #0c244a;
    text-align: center;
    margin: 0px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.39);
    border-radius: 3px;
    width: 130px;
}

.main .sub dd {
    width: 130px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    transition: 0.3s;
    border-radius: 3px;
}

.main .sub dd a {
    width: inherit;
    height: inherit;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 15px;
}

.sub dd:hover {
    background: rgb(5, 19, 34);
}

.sub dd:hover a {
    color: #fff;
}


/* Quickmenu_________ */
.quick_toggle {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 70px;
    width: 50px;
    height: 50px;
    border: 1px solid #ffffff4d;
    border-radius: 5px 0 0 5PX;
    color: #fff;
    background: #333 url(../images/logo/close.png) no-repeat center center;
    display: block;
    cursor: pointer;
    z-index: 998;
}

.quickhead {
    margin: 0;
    text-align: center;
}

.quick_icon {
    list-style-type: none;
    padding: 0px;
    margin: 0;
}

.quick_icon li {
    list-style-type: none;
    text-align: center;
    padding: 7px 5px;
}

.quick_icon li:last-child {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 15px;
    box-sizing: border-box;
}

.quick_open {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 70px;
    width: 50px;
    height: 50px;
    border: 1px solid #ffffff4d;
    border-radius: 5px 0 0 5px;
    background: #333 url(../images/logo/open.png) no-repeat center center;
    display: block;
    cursor: pointer;
    z-index: 997;
}

.quickmenu {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 70px;
    height: 400px;
    text-align: center;
    background: #fff;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

.quickmenu .quick_icon {
    padding-top: 10px;
}

.quickmenu_icon {
    display: block;
    font-size: 12px;
    color: #222
}

.quickmenu .quick_icon li:hover .quickmenu_icon {
    color: #999;
}

/* .bg-gray{
  background-color: #eeeeee;
}
.container{
  margin:0 auto;
  padding: 0;
} */

/* Mobile menu */
.menu_toggle_btn {
    display: block;
    position: fixed;
    top: 30px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: transparent;
    cursor: pointer;
}

.menu_toggle_btn span {
    position: absolute;
    left: 5px;
    top: 18px;
    width: 70%;
    height: 2px;
    background: #376ea5;
    content: '';
    transition: all 0.3s;
}

.menu_toggle_btn:before, .menu_toggle_btn:after {
    position: absolute;
    top: 20px;
    left: 5px;
    width: 70%;
    height: 2px;
    background: #376ea5;
    content: '';
    text-align: center;
    transition: all 0.3s;
}

.menu_toggle_btn:before {
    transform: translateY(-12px);
}

.menu_toggle_btn:after {
    transform: translateY(8px);
}

.menu_toggle_btn.mobile-menu-open:before {
    transform: translateY(0px) rotate(135deg);
}

.menu_toggle_btn.mobile-menu-open:after {
    transform: translateY(0px) rotate(-135deg);
}

.menu_toggle_btn.mobile-menu-open span {
    opacity: 0;
}


#sidebar {
    width: 150px;
    height: 100vh;
    position: fixed;
    right: 0px;
    top: 100px;
    border-left: 1px solid #eee;
    background: #fff;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
    z-index: 100;
}

.mobile-menu {
    padding: 0;
}

.mobile-menu > li {
    /*position: relative;*/
    width: 150px;
    height: 50px;
    border-top: 1px solid #eee;
    list-style-type: none;
}

.mobile-menu > li > a {
    display: block;
    color: #333;
    font-weight: 600;
    font-size: 15px;
    line-height: 50px;
    padding-left: 20px;
}

.mobile-menu > li:hover > a {
    color: #376ea5;
}

.mobile-menu > li:hover > a:after {
    color: #376ea5;
}

.mobile-menu > li > a:after {
    content: "\e5cb";
    font-family: 'Material Icons Outlined';
    color: rgb(180, 179, 179);
    font-size: 16px;
    float: left;
    margin-right: 10px;
    font-weight: normal;
}

/* .mobile-menu>li>a.uparrow:after {
  content: "\f106";
  font-family: fontawesome;
  float: leftt;
} */


.mobile-sub {
    display: none;
    position: absolute;
    top: 0px;
    right: 150px;
    padding: 0;
    margin: 0;
    width: 150px;
    height: 100vh;
    /* border-right: 1px solid #eee; */
    z-index: 90;
    overflow-y: scroll;
}

.mobile-sub dd {
    padding-left: 15px;
    width: 150px;
    height: 50px;
    /* background:#fff; */
    border-bottom: 1px solid #eee;
    background-color: #fff;
    list-style-type: none;
    margin: 0;
}

.mobile-sub dd:hover {
    background: rgb(228, 240, 252);
}

.mobile-sub > dd:last-child {
    border-bottom: none;
}

.mobile-sub > dd > a {
    display: block;
    color: #333;
    font-weight: 400;
    font-size: 15px;
    line-height: 50px;
}

.sub_box {
    position: fixed;
    top: 100px;
    right: 150px;
    width: 150px;
    height: 100vh;
    background: #fff;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
    z-index: 80;
}

/* .sub_box_open{
  right:-150px;
 } */


/*======================== welcome.html===================== */
.sub_visual_welcome {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    height: 350px;
    background: url(../images/background/office02.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

.sub_visual_team {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    height: 350px;
    background: url(../images/team/img00.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

.sub_visual_kind {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    height: 350px;
    background: url(../images/background/office05.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

.sub_visual_cases {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    height: 350px;
    background: url(../images/team/img04.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

.sub_visual_contact {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    height: 350px;
    background: url(../images/team/team1.webp) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

.sub_visual_office01 {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    height: 350px;
    background: url(../images/office/office_img01.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

.sub_visual_office02 {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    height: 350px;
    background: url(../images/office/office_img02.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

.sub_visual_office03 {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    height: 350px;
    background: url(../images/office/office_img03.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

.sub_visual_office04 {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    height: 350px;
    background: url(../images/office/office_img04.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}


.font-M {
    font-style: italic;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: #ddd;
}


/*======================== teamsub4.html===================== */

.accordion:first-of-type {
    margin-right: 15px;
}

@media only screen and (max-width: 991px) {
    .accordion {
        margin: 0 8px;
    }
}

.accordion .title,
.accordion .content {
    background-color: whitesmoke;
    padding: 10px 15px;
}

.accordion .title {
    cursor: pointer;
    border: 1px solid #ddd;
}

.accordion .content {
    border: 1px solid #ddd;
}

.accordion .accordion_chevron {
    font-size: 20px;
    color: #376ea5;
    margin-left: 20px;
    transform: translateY(-1px);
    transition: 0.35s;
}

.accordion .title.active .accordion_chevron {
    transform: translateY(-10%) rotate(180deg);
}

.accordion .title.active {
    /* background-color: #7f97cb; */
}

.accordion .content {
    color: #333;
    padding: 20px;
    box-sizing: border-box;
    display: none;
}

.accordion .content.active {
    display: block;
}

.accordion .teamsub4_title {
    text-align: center;
    color: #376ea5;
    font-size: 20px;
    font-weight: 400;
    border: 1px solid #376ea5;
    width: 170px;
    padding: 10px 13px;
}


/* cases.html */
.case, .kind {
    padding: 0;
}

.case .case_tabMenu,
.kind .kind_tabMenu {
    /* border: 1px solid #000; */
}

.case .case_btn,
.kind .kind_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    overflow: hidden;
}

.case .case_btn li,
.kind .kind_btn li {
    margin: 0 3px 10px;
    /* float:left; */
    /* width:120px; */
    text-align: center;
    font-size: 18px;
    list-style-type: none;
    background-color: #fff;
    color: #666;
    border: 1px solid #ddd;
    padding: 10px 12px;
    transition: 0.5s;
}

.case .case_btn a li:hover,
.case .case_btn a li.active2,
.kind .kind_btn a li:hover,
.kind .kind_btn a li.active2 {
    color: #fff;
    background-color: #0b367a;
}

/* Tab Contents */
.case .case_tabContents,
.kind .kind_tabContents {
    /* border: 1px solid #000; */
    background-color: #fff;
    padding: 50px;
    box-sizing: border-box;
}

.case .case_tabContents #tab1,
.case .case_tabContents #tab2,
.case .case_tabContents #tab3,
.case .case_tabContents #tab4,
.case .case_tabContents #tab5,
.case .case_tabContents #tab6,
.case .case_tabContents #tab7,
.case .case_tabContents #tab8,
.case .case_tabContents #tab9,
.case .case_tabContents #tab10,
.case .case_tabContents #tab11,
.case .case_tabContents #tab12,
.case .case_tabContents #tab13,
.case .case_tabContents #tab14,
.case .case_tabContents #tab15 {
    display: none;
}

.case .case_tabContents #tab1.active2,
.case .case_tabContents #tab2.active2,
.case .case_tabContents #tab3.active2,
.case .case_tabContents #tab4.active2,
.case .case_tabContents #tab5.active2,
.case .case_tabContents #tab6.active2,
.case .case_tabContents #tab7.active2,
.case .case_tabContents #tab8.active2,
.case .case_tabContents #tab9.active2,
.case .case_tabContents #tab10.active2,
.case .case_tabContents #tab11.active2,
.case .case_tabContents #tab12.active2,
.case .case_tabContents #tab13.active2,
.case .case_tabContents #tab14.active2,
.case .case_tabContents #tab15.active2 {
    display: block;
}

.kind .kind_tabContents #tab1,
.kind .kind_tabContents #tab2,
.kind .kind_tabContents #tab3,
.kind .kind_tabContents #tab4,
.kind .kind_tabContents #tab5,
.kind .kind_tabContents #tab6,
.kind .kind_tabContents #tab7,
.kind .kind_tabContents #tab8,
.kind .kind_tabContents #tab9,
.kind .kind_tabContents #tab10,
.kind .kind_tabContents #tab11,
.kind .kind_tabContents #tab12,
.kind .kind_tabContents #tab13,
.kind .kind_tabContents #tab14,
.kind .kind_tabContents #tab15 {


    display: none;
}

.kind .kind_tabContents #tab1.active2,
.kind .kind_tabContents #tab2.active2,
.kind .kind_tabContents #tab3.active2,
.kind .kind_tabContents #tab4.active2,
.kind .kind_tabContents #tab5.active2,
.kind .kind_tabContents #tab6.active2,
.kind .kind_tabContents #tab7.active2,
.kind .kind_tabContents #tab8.active2,
.kind .kind_tabContents #tab9.active2,
.kind .kind_tabContents #tab10.active2,
.kind .kind_tabContents #tab11.active2,
.kind .kind_tabContents #tab12.active2,
.kind .kind_tabContents #tab13.active2,
.kind .kind_tabContents #tab14.active2,
.kind .kind_tabContents #tab15.active2 {
    display: block;
}

/* .team_tabContents div img{
  float:left;
  margin-right:10px;
} */


.case_tabContents .bannerList {
    margin: 0 auto;
    width: 80%;
    max-width: 100%;
    height: 420px;
    overflow: hidden;
    /* background-color: orange; */
}

.case_tabContents .bannerList ul {
    height: 700px;
    margin: 0;
    padding: 0;
}


.case_tabContents .bannerList ul li {
    width: 100%;
    height: 70px;
    line-height: 70px;
    margin: 0;
    background-color: #fff;
    padding-left: 20px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.case_tabContents .bannerList ul li:first-child {
    border-top: 3px solid #ddd;
}

.bannerList ul li a {
    /* text-overflow: ellipsis; */
}

.kind_box {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    background: url(../images/team/bg03.jpg) no-repeat center center;
    background-size: cover;
    /* background-color: #f9fbff; */
}

.profile_list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.profile_list a {
    color: #999;
}

.profile_list a figure {
    margin-right: 5px;
    margin-bottom: 10px;
}

.profile_list figure figcaption {
    padding: 10px 0 !important;
}

.career li {
    padding: 5px 0;

}


.press_item {
    width: 300px;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
}

.press_item input {
    border: 1px solid lightgray;
    height: 40px;
    width: inherit;
    padding: 5px 5px 5px 10px;
    border-radius: 5px;
    outline: none;
    transition: 0.35s;
}

.press_item button {
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
    color: #fff;
    background-color: gray;
    border: 1px solid transparent;
    font-size: 16px;
    width: 45px;
    height: 40px;
    text-align: center;
    line-height: 30px;
    border-radius: 0 5px 5px 0;
    transition: 0.35s;
}

.press_item input:focus {
    border: 1px solid #999;
}

.press_item button span {
    position: absolute;
}

.press_item button span:before {
    font-family: 'Material Icons Outlined';
    content: '\e8b6';
    position: absolute;
    top: 50%;
    left: 60%;
    font-size: 32px;
    transform: translate(-50%, -50%);
}

.btn_login {
    position: absolute;
    top: 0;
    right: 5%;
    color: #555;
    font-size: 16px;
    width: 40px;
    height: 40px;
    text-align: center;
}

.btn_login:before {
    font-family: 'Material Icons Outlined';
    content: '\e84f';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;

}


.profile_press_list {
    margin-left: 10px;
}

.profile_press_list dt {
    /* background:#7cadb6; */
    border-bottom: 1px solid #ddd;
    padding: 5px 5px 10px 0;
    font-weight: 400;
    cursor: pointer;
}

.profile_press_list dd {
    /* border:1px solid #7cadb6; */
    height: auto;
    padding: 10px 0 10px;
    margin: 0;
    display: none;
}

/*# sourceMappingURL=style.css.map */

/*** 2024.12.10 리뉴얼 추가 ***/
.btn_chello {
    position: absolute;
    top: 10px;
    right: 0px;
    text-align: center;
}

.btn_chello button {
    display: block;
    padding: 10px;
    background-color: #21b6bf;
    width: 100px;
    border: none;
    border-radius: 20px;
    padding: 5px 0 8px 0;
    color: #fff;
    font-size: 18px;
}

.ex_success_wrap li, .ex_success_wrap ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.press_list {
    clear: both;
}

.press_list h3 {
    font-size: 18px;
    color: #0b367a;
    padding-top: 50px;
}

.press_list dl {
    color: #515151;
    padding: 20px 0;
    margin-bottom: -1px;
    border: 1px solid #dddddd;
    border-left: none;
    border-right: none;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.press_list dl:hover {
    background-color: #f7f7f7
}

.press_list dt {
    margin-bottom: 0px;
}

.press_list dd {
    margin-bottom: 0px;
    color: #aaaaaa;
}

.press_list dd span {
    padding-right: 30px;
}

.profile_img_option ul {
    display: flex;
    justify-content: center;
    margin-left: -40px;
    flex-wrap: wrap;
}

.profile_img_option li {
    border: 1px solid #0b367a;
    border-radius: 3px;
    color: #0b367a;
    margin: 3px;
    padding: 3px 7px;
    text-align: center;
    list-style: none;
    background-color: #e5e5e5;
}

.profile_img_option a {
    background-color: #164288;
    color: #fff;
    border: 1px solid #142f5a;
    text-align: center;
    padding: 7px 15px;
    border-radius: 5px;
    font-size: 18px;
}

.request_consulting {
    width: 600px;
    margin: 0 auto;
}

.request_consulting select {
    appearance: none;
    background: url(../../assets/images/ico_dropdown.jpg) no-repeat right #fff;
    background-size: auto;
    background-size: 17px 30px;
    padding: 4px 10px 5px 10px;
    height: 40px;
    width: 330px;
    border: 1px solid #748cb3;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.request_consulting input {
    appearance: none;
    color: #90a0ac;
    padding: 4px 10px 5px 10px;
    height: 40px;
    border: 1px solid #748cb3;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.request_consulting .input_infor {
    width: 330px;
}

.request_consulting th, .request_consulting td {
    padding-bottom: 10px;
}

.request_consulting th {
    width: 110px;
}

.request_consulting td {
    width: 490px;
}

.request_consulting textarea {
    width: 480px;
    height: ;
    padding: 10px;
    border: 1px solid #748cb3;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.file_attach {
    border-radius: 0px 5px 5px 0px;
    background-color: #2b4983;
    border-color: #2b4983;
    padding: 0 10px;
    color: #fff;
}

.attach_text {
    border-radius: 5px 0px 0px 5px;
    width: 364px;
    font-size: 14px;
    color: #525252;
}

.link_privacy_policy {
    padding: 1px 3px;
    border: 1px solid #376ea5;
    border-radius: 3px;
    background-color: #fff;
    color: #555;
}

.go_request_consulting {
    width: 340px;
    border-radius: 5px;
    background-color: #2b4983;
    border-color: #2b4983;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
}

.input_attach {
    border-radius: 5px 0px 0px 5px;
    width: 364px;
    font-size: 14px;
    color: #525252;
}

.teamsub1_img {
    position: relative;
}

.teamsub1_img span {
    position: absolute;
    top: 10px;
    right: 10px;
}

.teamsub1_img span img {
    width: 35px;
}

.teamsub1_img {
    width: 270px;
    height: 405px;
    margin-right: 10px;
    overflow: hidden;
    margin: 0 auto 10px;
}

.teamsub1_img img {
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.teamsub2_img {
    position: relative;
}

.teamsub2_img span {
    position: absolute;
    top: 10px;
    right: 10px;
}

.teamsub2_img span img {
    width: 35px;
}

.teamsub2_img {
    width: 270px;
    height: 350px;
    margin-right: 10px;
    overflow: hidden;
    margin: 0 auto 10px;
}

.teamsub2_img img {
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.list-unstyled li {
    padding-left: 10px;
    text-indent: -12px;
}

.testimonial-panel .testimonial--body {
    margin-bottom: 0px;
}

.ex_success_wrap {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}

.success_wrap_tit {
    font-size: 18px;
    color: #0b367a;
    padding-top: 50px;
    margin-top: 80px;
}

.ex_success_wrap section {
    width: 272px;
    padding: 15px 20px;
    border: 1px solid #8da2c3;
    border-radius: 5px;
    background-color: #f5f5f5;
    margin: 10px;
    cursor: pointer;
}

.ex_success_wrap .infor_success {
    display: flex;
    justify-content: space-between;
}

.ex_success_wrap .infor_success p {
    padding: 2px 7px 4px;
    background-color: #0b367a;
    border-radius: 3px;
    color: #fff;
}

.ex_success_wrap .infor_success span {
    color: #0b367a;
    padding-top: 3px;
    font-size: 14px;
}

.ex_success_wrap h4 {
    font-size: 18px;
    width: 232px;
    line-height: 1.4em;
    margin: -10px 0 15px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ex_success_wrap .result_success {
    position: relative;
}

.ex_success_wrap .result_success p {
    height: 130px;
    border: 1px solid #8da2c3;
    overflow: hidden;
    margin-bottom: 10px;
}

.ex_success_wrap .result_success span {
}

.ex_success_wrap .result_wrap {
    position: absolute;
    top: 44px;
    left: 0px;
    width: 100%;
    text-align: center;
}

.ex_success_wrap .result_wrap span {
    border: 3px solid #e40000;
    padding: 0px 8px 4px;
    font-size: 24px;
    text-align: center;
    color: #e40000;
    font-weight: 900;
    display: inline-block;
    transform: rotate(-10deg)
}

.ex_success_wrap ul {
    display: flex;
    justify-content: center;
}

.ex_success_wrap li {
    text-align: center;
    margin: 0 5px;
    color: #0b367a;
    font-size: 12px;
}

.success_detail {
    width: 100%
}

.success_detail header {
    position: relative;
    margin-bottom: 50px;
    border-bottom: 1px solid #bdbdbd;
}

.success_detail .ex_cate {
    display: inline;
    text-decoration: none;
    box-shadow: inset 0 -15px 0 #e2eaf6;
    color: #555;
    font-size: 20px;
}

.success_detail .ex_tit {
    font-size: 30px;
    color: #333;
    font-weight: 700;
    margin-top: 15px;
    line-height: 1.3em;
}

.success_detail .detail_list {
    position: absolute;
    top: 25px;
    right: 10px;
}

.success_detail_text {
    margin-bottom: 40px;
}

.success_detail_text h4 {
    border-left: 3px solid #0b367a;
    padding-left: 7px;
    padding-bottom: 3px;
    font-size: 18px;
    color: #0b367a;
    margin-bottom: 15px;
}

.success_detail_text p {
    font-size: 16px;
    color: #5a5a5a;
    line-height: 1.6em;
}

.success_detail_text p button {
    border-radius: 3px;
    border: 1px solid #0b367a;
    margin-left: 5px;
    background-color: #0b367a;
    color: #fff;
    padding: 1px 7px 3px;
}

.success_detail .lawyer_list {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0px;
}

.success_detail .lawyer_list li {
    text-align: center;
    margin: 0 5px;
    color: #0b367a;
    font-size: 12px;
    width: 50px;
}

.success_detail_nb {
    padding: 0;
    list-style: none;
    position: relative;
    margin: 20px 0;
    clear: both;
    text-align: left;
}

.success_detail_nb li {
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    padding: 13px;
    margin-bottom: -1px;
}

.success_detail_nb li:hover {
    background-color: #f5f5f5;
}

.success_detail_nb .nb_tit {
    display: inline-block;
    padding-right: 20px;
    color: #b3b3b3;
}

.success_detail_nb .nb_date {
    float: right;
    color: #b3b3b3;
}

.success_more {
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -80px;
    background-color: #0b367a;
    color: #fff;
    text-align: center;
    padding: 10px;
    width: 160px;
    border-radius: 5px 5px 0 0;
    font-weight: 500;
}

.blog_wrap {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}

.blog_list {
    width: 222px;
    height: 200px;
    border: 1px solid #0b367a;
    border-radius: 7px;
    position: relative;
    margin: 6px;
    cursor: pointer;
}

.blog_list h4 {
    background-color: #0b367a;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 10px 0;
    border-radius: 6px 6px 0 0;
    margin-bottom: 0px;
}

.blog_list div {
    padding: 15px 20px;
}

.blog_list h5 {
    font-size: 16px;
    color: #0b367a;
    font-weight: 500;
    line-height: 1.4em;
}

.blog_list ul {
    position: absolute;
    right: 8px;
    bottom: 10px;
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
}

.blog_list ul li {
    margin: 0 2px;
}

.ico_blog {
    position: absolute;
    top: 0px;
    right: 50%;
    margin-right: -100px;
}

.notice_wrap {
    background-color: #fff;
    position: absolute;
    top: -100px;
    left: -80px;
}

.notice_wrap div {
    position: relative;
    width: 300px;
    height: 360px;
    padding: 25px 35px;
}

.notice_wrap h3 {
    font-size: 18px;
    color: #0b367a;
    margin-bottom: 20px;
}

.notice_wrap p {
    font-size: 14px;
    color: #777;
    font-weight: 500;
}

.notice_wrap ol {
    display: flex;
    justify-content: center;
    text-align: center;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -70px;
    width: 100px;
}

.notice_wrap ol li {
    width: 10px;
    height: 10px;
    background-color: #9f9f9f;
    border-radius: 10px;
    margin: 0 2px;
    display: inline-block;
    cursor: pointer;
}

.notice_wrap ol .on {
    background-color: #0b367a;
}

.notice_wrap ul {
    width: 340px;
    display: flex;
    position: absolute;
    bottom: -20px;
    left: -40px;
}

.notice_wrap ul .left {
    background-color: #5a5a5a;
}

.notice_wrap ul .right {
    background-color: #0b367a;
}

.notice_wrap ul li {
    width: 170px;
    height: 47px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    padding-top: 13px;
    cursor: pointer;
}

.notice_wrap dl {
    display: flex;
    justify-content: space-between;
    width: 290px;
    position: absolute;
    top: 145px;
    left: 5px;
}

.notice_wrap dd {
    cursor: pointer;
}

li {
    list-style: none;
}

.center_introduce {
    width: 100%;
    padding-left: 0px;
    margin-left: 0px;
    display: flex;
    flex-wrap: wrap;
}

.center_introduce li {
    background-color: #0b367a;
    text-align: center;
    color: #ccd1dd;
    border: 1px solid #234d8e;
    width: 16.5%;
    padding: 30px 0px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}

.center_introduce li span {
    display: block;
}

.center_introduce .center_title {
    font-size: 20px;
    padding-top: 70px;
}

.center_introduce .center_title span {
    font-size: 24px;
    font-weight: 700;
}

.client_list {
    width: 100%;
    padding-left: 0px;
    margin-left: 0px;
    display: flex;
    flex-wrap: wrap;
}

.client_list li {
    background-color: #f0f2f3;
    text-align: center;
    color: #ccd1dd;
    border: 1px solid #bac6d8;
    width: 228px;
    padding: 30px 0px;
    margin-right: -1px;
    margin-bottom: -1px;
    cursor: pointer;
}

.appointment_list {
    width: 100%;
    padding-left: 0px;
    margin-left: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.appointment_list li {
    width: 200px;
    padding: 30px 0px;
}

.appointment_list li img {
    border: 1px solid #bac6d8;
    width: 200px;
}

.appointment_prev {
    position: absolute;
    top: 160px;
    left: -40px;
    width: 30px;
    border: none;
}

.appointment_next {
    position: absolute;
    top: 160px;
    right: -40px;
    width: 30px;
    border: none;
}

.toolbar_counsel {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 20px 0px;
    background-color: #0c2650;
    z-index: 100;
    color: #fff;
    display: flex;
    justify-content: center;
}

.toolbar_counsel ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0px 20px;
    padding: 0px;
}

.toolbar_counsel ul li {
    font-size: 30px;
    width: 200px;
    text-align: center;
    line-height: 0.8em;
    font-weight: 700;
    margin: 0px 0px 0px;
    padding: 5px 0px 0px;
}

.toolbar_counsel ul li span {
    font-size: 16px;
    font-weight: 400;
}

.toolbar_counsel .btn_katalk button {
    font-size: 22px;
    border: 1px solid #254f92;
    border-radius: 3px;
    background-color: #0b367a;
    width: 165px;
    height: 56px;
    padding-top: 7px;
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.59);
    -webkit-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.59);
    -moz-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.59);
}

.toolbar_counsel .btn_katalk button img {
    margin-top: -3px;
}

.toolbar_counsel .btn_happycall button {
    font-size: 20px;
    font-weight: 500;
    border: 1px solid #2e5fae;
    border-radius: 3px;
    background-color: # #0b367a;
    width: 165px;
    height: 56px;
    padding-top: 7px;
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.59);
    -webkit-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.59);
    -moz-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.59);
}

.toolbar_counsel .btn_happycall button img {
    margin-top: -3px;
}

.toolbar_counsel ol {
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
    padding: 0px;
}

.toolbar_counsel ol li {
    font-size: 18px;
    padding: 0px 10px;
    text-align: center;
    line-height: 0.8em;
    font-weight: 700;
    margin: 5px 7px 0px;
    padding: 5px 0px 0px;
}

.toolbar_counsel ol li input {
    width: 100px;
    padding: 10px;
    margin-left: 10px;
    border: 1px solid #040e1e;
    background-color: #0b367a;
    color: #fff;
}

.toolbar_counsel ol li input::placeholder {
    color: #7d8bac;
}

.toolbar_counsel button {
    font-size: 20px;
    border: 1px solid #2e5fae;
    border-radius: 3px;
    background-color: #164288;
    width: 110px;
    height: 48px;
    padding-top: 1px;
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.59);
    -webkit-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.59);
    -moz-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.59);
}

.toolbar_counsel_mobile {
    display: none;
}

.center_member_g {
    width: 100%;
    height: 420px;
    background: url(../../assets/images/center/bg.jpg) repeat-x;
    background-size: 1px 500px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.center_member_g article {
    width: 300px;
    position: relative;
    margin-bottom: 0px;
    cursor: pointer;
}

.center_member_g dl {
    text-align: center;
    position: absolute;
    top: 310px;
    width: 100%;
    margin-bottom: 0px;
    color: #fff;
}

.center_member_g .tit {
    font-size: 10px;
    font-weight: 400;
}

.center_member_g dt {
    font-size: 20px;
}

.center_member_g dd {
    font-size: 12px;
    margin-top: 10px;
}

.center_member_g p {
    margin-bottom: 0px;
}

.center_member_g p img {
    width: 100%;
}

.center_member_g .history_tooltip {
    position: absolute;
    top: 30px;
    left: 200px;
    width: 270px;
    background-color: #0b367a;
    margin: 0px;
    padding: 20px;
    border-radius: 10px;
    z-index: 100;
    box-shadow: 3px 4px 12px 0px rgba(0, 0, 0, 0.61);
    -webkit-box-shadow: 3px 4px 12px 0px rgba(0, 0, 0, 0.61);
    -moz-box-shadow: 3px 4px 12px 0px rgba(0, 0, 0, 0.61);
    overflow-x: hidden;
    overflow-y: auto;
}

.center_member_g .history_tooltip li {
    list-style: none;
    color: #fff;
    font-size: 12px;
    margin-bottom: 3px;
}

.center_member_g_mobile {
    display: none;
}

.center_tax_info {
    width: 1000px;
    margin: 0 auto;
}

.center_tax_info img {
    width: 100%;
}

.center_detail {
    width: 700px;
    margin: 0 auto;
}

.center_detail h3 {
    border-bottom: 2px solid #0b367a;
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-size: 24px;
    color: #0b367a;
}

.center_detail ul {
    margin: 0px;
    padding: 0px;
}

.center_detail li {
    color: #666b74;
    font-size: 18px;
    padding-left: 10px;
    text-indent: -10px;
    line-height: 1.3em;
    margin-bottom: 7px;
}

.center_detail li span {
    color: #0c244a;
    font-size: 24px;
}

.center_detail li strong {
    color: #0c244a;
}

.yul {
    text-align: center;
    font-size: 18px;
    border: 3px solid #0e3571;
    border-radius: 100px;
    font-weight: 700;
    color: #0e3571;
    padding: 20px;
    background-color: #e8e8e8;
    width: 700px;
    margin: 0 auto;
}

.yul p {
    margin-bottom: 10px;
}

.center_member {
    display: flex;
    flex-wrap: wrap;
}

.center_member dl {
    width: 203px;
    border: 1px solid #dedede;
    margin: 15px 15px;
    background-color: #eeeeee;
}

.center_member dt {
    width: 203px;
    height: 262px;
}

.center_member dt img {
    width: 100%;
    height: 100%;
}

.center_member dd {
    padding: 20px;
    margin-bottom: 0px;
    text-align: center;
    font-weight: 600;
    color: #0b367a;
    font-size: 14px;
}

.center_member dd span {
    color: #4d668e;
    font-size: 12px;
}

.center_member dd p {
    font-size: 24px;
    font-weight: 700;
    color: #22272f;
}

.center_tax_info_mobile {
    display: none;
}

.center_virtual_info_mobile {
    display: none;
}

.center_finance_info_mobile {
    display: none;
}

.center_divorce_info_mobile {
    display: none;
}

.center_estate_info_mobile {
    display: none;
}

.center_transportation_info_mobile {
    display: none;
}

.center_voice_info_mobile {
    display: none;
}

.center_disaster_info_mobile {
    display: none;
}

.center_property_info_mobile {
    display: none;
}

.center_tax_process {
    display: flex;
    justify-content: space-between;
}

.center_tax_process dl {
    width: 260px;
    background-color: #e3dee9;
    border: 1px solid #5c259f;
    border-radius: 5px;
}

.center_tax_process dt {
    color: #fff;
    padding: 10px;
    font-size: 20px;
}

.center_tax_process .step01 {
    background-color: #5c259f;
}

.center_tax_process .step02 {
    background-color: #511f8d;
}

.center_tax_process .step03 {
    background-color: #441977;
}

.center_tax_process .step04 {
    background-color: #371460;
}

.center_tax_process dd {
    color: #441977;
    line-height: 1.7em;
    font-size: 16px;
    font-weight: 600;
    padding: 15px;
    margin-bottom: 0px;
    text-align: left;
}

.center_tax_text {
    font-size: 18px;
    text-align: left;
    font-weight: 600;
    padding: 20px 10px;
    color: #441977;
    border-top: 2px solid #441977;
    border-bottom: 2px solid #441977;
    width: 70%;
    margin: 0 auto;
}

.center_tax_info_mobile dl {
    width: 320px;
    margin: 20px;
}

.center_tax_info_mobile .process01 dt {
    background-color: #0e3571;
}

.center_tax_info_mobile .process01 dd {
    background-color: #0e3571;
}

.center_tax_info_mobile .process02 dt {
    background-color: #114572;
}

.center_tax_info_mobile .process02 dd {
    background-color: #114572;
}

.center_tax_info_mobile .process03 dt {
    background-color: #18526a;
}

.center_tax_info_mobile .process03 dd {
    background-color: #18526a;
}

.center_tax_info_mobile .process04 dt {
    background-color: #135f68;
}

.center_tax_info_mobile .process04 dd {
    background-color: #135f68;
}

.center_tax_info_mobile .process05 dt {
    background-color: #0c6a6a;
}

.center_tax_info_mobile .process05 dd {
    background-color: #0c6a6a;
}

.center_tax_info_mobile dt {
    color: #fff;
    padding: 10px;
    border-radius: 5px 5px 0 0;
    text-align: center;
    padding: 20px;
    font-size: 20px;
}

.center_tax_info_mobile dt p {
    margin-bottom: 10px;
}

.center_tax_info_mobile dd {
    color: #fff;
    padding: 10px 30px 30px 30px;
    border-radius: 0 0 5px 5px;
}

.center_virtual_info_mobile dl {
    width: 320px;
    margin: 20px;
}

.center_virtual_info_mobile .process01 dt {
    background-color: #739ee2;
}

.center_virtual_info_mobile .process01 dd {
    background-color: #739ee2;
}

.center_virtual_info_mobile .process02 dt {
    background-color: #5f8ace;
}

.center_virtual_info_mobile .process02 dd {
    background-color: #5f8ace;
}

.center_virtual_info_mobile .process03 dt {
    background-color: #4c77bb;
}

.center_virtual_info_mobile .process03 dd {
    background-color: #4c77bb;
}

.center_virtual_info_mobile .process04 dt {
    background-color: #416cb0;
}

.center_virtual_info_mobile .process04 dd {
    background-color: #416cb0;
}

.center_virtual_info_mobile .process05 dt {
    background-color: #305b9f;
}

.center_virtual_info_mobile .process05 dd {
    background-color: #305b9f;
}

.center_virtual_info_mobile dt {
    color: #fff;
    padding: 10px;
    border-radius: 5px 5px 0 0;
    text-align: center;
    padding: 20px;
    font-size: 20px;
}

.center_virtual_info_mobile dt p {
    margin-bottom: 10px;
}

.center_virtual_info_mobile dd {
    color: #fff;
    padding: 10px 30px 30px 30px;
    border-radius: 0 0 5px 5px;
}

.center_finance_info_mobile dl {
    width: 320px;
    margin: 20px;
}

.center_finance_info_mobile .process01 dt {
    background-color: #4a35a4;
}

.center_finance_info_mobile .process01 dd {
    background-color: #4a35a4;
}

.center_finance_info_mobile .process02 dt {
    background-color: #5540af;
}

.center_finance_info_mobile .process02 dd {
    background-color: #5540af;
}

.center_finance_info_mobile .process03 dt {
    background-color: #6550bf;
}

.center_finance_info_mobile .process03 dd {
    background-color: #6550bf;
}

.center_finance_info_mobile .process04 dt {
    background-color: #715ccb;
}

.center_finance_info_mobile .process04 dd {
    background-color: #715ccb;
}

.center_finance_info_mobile .process05 dt {
    background-color: #846fde;
}

.center_finance_info_mobile .process05 dd {
    background-color: #846fde;
}

.center_finance_info_mobile .process06 dt {
    background-color: #9883f2;
}

.center_finance_info_mobile .process06 dd {
    background-color: #9883f2;
}

.center_finance_info_mobile dt {
    color: #fff;
    padding: 10px;
    border-radius: 5px 5px 0 0;
    text-align: center;
    padding: 20px;
    font-size: 20px;
}

.center_finance_info_mobile dt p {
    margin-bottom: 10px;
}

.center_finance_info_mobile dd {
    color: #fff;
    padding: 10px 30px 30px 30px;
    border-radius: 0 0 5px 5px;
}

.center_divorce_info_mobile dl {
    width: 320px;
    margin: 20px;
}

.center_divorce_info_mobile .process01 dt {
    background-color: #792b41;
}

.center_divorce_info_mobile .process01 dd {
    background-color: #792b41;
}

.center_divorce_info_mobile .process02 dt {
    background-color: #85374d;
}

.center_divorce_info_mobile .process02 dd {
    background-color: #85374d;
}

.center_divorce_info_mobile .process03 dt {
    background-color: #94465c;
}

.center_divorce_info_mobile .process03 dd {
    background-color: #94465c;
}

.center_divorce_info_mobile .process04 dt {
    background-color: #9f5167;
}

.center_divorce_info_mobile .process04 dd {
    background-color: #9f5167;
}

.center_divorce_info_mobile .process05 dt {
    background-color: #b6687e;
}

.center_divorce_info_mobile .process05 dd {
    background-color: #b6687e;
}

.center_divorce_info_mobile .process06 dt {
    background-color: #ca7c92;
}

.center_divorce_info_mobile .process06 dd {
    background-color: #ca7c92;
}

.center_divorce_info_mobile dt {
    color: #fff;
    padding: 10px;
    border-radius: 5px 5px 0 0;
    text-align: center;
    padding: 20px;
    font-size: 20px;
}

.center_divorce_info_mobile dt p {
    margin-bottom: 10px;
}

.center_divorce_info_mobile dd {
    color: #fff;
    padding: 10px 30px 30px 30px;
    border-radius: 0 0 5px 5px;
}

.center_estate_info_mobile dl {
    width: 320px;
    margin: 20px;
}

.center_estate_info_mobile .process01 dt {
    background-color: #773901;
}

.center_estate_info_mobile .process01 dd {
    background-color: #773901;
}

.center_estate_info_mobile .process02 dt {
    background-color: #884305;
}

.center_estate_info_mobile .process02 dd {
    background-color: #884305;
}

.center_estate_info_mobile .process03 dt {
    background-color: #a25d1f;
}

.center_estate_info_mobile .process03 dd {
    background-color: #a25d1f;
}

.center_estate_info_mobile .process04 dt {
    background-color: #b46f31;
}

.center_estate_info_mobile .process04 dd {
    background-color: #b46f31;
}

.center_estate_info_mobile dt {
    color: #fff;
    padding: 10px;
    border-radius: 5px 5px 0 0;
    text-align: center;
    padding: 20px;
    font-size: 20px;
}

.center_estate_info_mobile dt p {
    margin-bottom: 10px;
}

.center_estate_info_mobile dd {
    color: #fff;
    padding: 10px 30px 30px 30px;
    border-radius: 0 0 5px 5px;
}

.center_transportation_info_mobile dl {
    width: 380px;
    margin: 20px;
    padding-bottom: 10px;
}

.center_transportation_info_mobile .process01 {
    background-color: #013977;
}

.center_transportation_info_mobile .process02 {
    background-color: #0a3361;
}

.center_transportation_info_mobile .process03 {
    background-color: #0f2c4c;
}

.center_transportation_info_mobile .process04 {
    background-color: #0e2035;
}

.center_transportation_info_mobile dt {
    color: #fff;
    padding: 10px;
    border-radius: 5px 5px 0 0;
    text-align: center;
    padding: 20px;
    font-size: 20px;
}

.center_transportation_info_mobile dt p {
    margin-bottom: 20px;
}

.center_transportation_info_mobile dd {
    color: #fff;
    padding: 0px 30px 20px;
    margin-bottom: -10px;
    text-indent: -8px;
}

.center_voice_info_mobile dl {
    width: 360px;
    margin: 20px;
    padding-bottom: 10px;
}

.center_voice_info_mobile .process01 {
    background-color: #5c49ae;
}

.center_voice_info_mobile .process02 {
    background-color: #4d3a9b;
}

.center_voice_info_mobile .process03 {
    background-color: #413184;
}

.center_voice_info_mobile dt {
    color: #fff;
    padding: 10px;
    border-radius: 5px 5px 0 0;
    text-align: center;
    padding: 20px;
    font-size: 20px;
}

.center_voice_info_mobile dt p {
    margin-bottom: 20px;
}

.center_voice_info_mobile dd {
    color: #fff;
    padding: 0px 30px 20px;
    margin-bottom: -10px;
    text-indent: -8px;
}

.center_disaster_info_mobile dl {
    width: 360px;
    margin: 20px;
    padding-bottom: 10px;
}

.center_disaster_info_mobile .process01 {
    background-color: #920700;
}

.center_disaster_info_mobile .process02 {
    background-color: #9f0e06;
}

.center_disaster_info_mobile .process03 {
    background-color: #950d06;
}

.center_disaster_info_mobile .process04 {
    background-color: #aa1008;
}

.center_disaster_info_mobile .process05 {
    background-color: #bd1b13;
}

.center_disaster_info_mobile .process06 {
    background-color: #cb2018;
}

.center_disaster_info_mobile dt {
    color: #fff;
    padding: 10px;
    border-radius: 5px 5px 0 0;
    text-align: center;
    padding: 20px;
    font-size: 20px;
}

.center_disaster_info_mobile dt p {
    margin-bottom: 20px;
}

.center_disaster_info_mobile dd {
    color: #fff;
    padding: 0px 30px 20px;
    margin-bottom: -10px;
    text-indent: -8px;
}

.center_property_info_mobile dl {
    width: 360px;
    margin: 20px;
    padding-bottom: 10px;
}

.center_property_info_mobile .process01 {
    background-color: #4c8911;
    border-radius: 5px
}

.center_property_info_mobile .process02 {
    background-color: #228911;
    border-radius: 5px
}

.center_property_info_mobile .process03 {
    background-color: #7c8911;
    border-radius: 5px
}

.center_property_info_mobile .process04 {
    background-color: #118917;
    border-radius: 5px
}

.center_property_info_mobile .process05 {
    background-color: #147819;
    border-radius: 5px
}

.center_property_info_mobile .process06 {
    background-color: #136718;
    border-radius: 5px
}

.center_property_info_mobile .process07 {
    background-color: #105714;
    border-radius: 5px
}

.center_property_info_mobile dt {
    color: #fff;
    text-align: center;
    padding: 20px;
    font-size: 20px;
}

.center_property_info_mobile dt p {
    margin-bottom: 20px;
}

.center_property_info_mobile dd {
    color: #fff;
    padding: 0px 30px 20px;
    margin-bottom: -10px;
    text-indent: -8px;
}

.main_g_list {
    width: 930px;
    padding-left: 0px;
    margin: 0 auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main_g_tit {
    text-align: center;
}

.main_g_tit img {
    width: 600px;
}

.main_g_list li {
    text-align: center;
    font-size: 16px;
    width: 290px;
    margin-bottom: 7px;
    border-radius: 20px;
    background: url('../../assets/images/main_comment_bg.png');
}

.main_member_g {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.main_member_g article {
    width: 250px;
    position: relative;
    margin-bottom: 0px;
    cursor: pointer;
}

.main_member_g dl {
    text-align: center;
    position: absolute;
    top: 200px;
    width: 100%;
    margin-bottom: 0px;
    color: #fff;
}

.main_member_g .tit {
    font-size: 10px;
    font-weight: 400;
}

.main_member_g dt {
    font-size: 18px;
    font-weight: 500;
}

.main_member_g dd {
    font-size: 12px;
    margin-top: 10px;
}

.main_member_g p {
    margin-bottom: 0px;
}

.main_member_g p img {
    width: 100%;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .main_g_list {
        width: 290px;
        margin: 0 auto 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .main_g_tit {
        text-align: center;
    }

    .main_g_tit img {
        width: 380px;
    }

    .main_g_list li {
        text-align: center;
        font-size: 16px;
        width: 290px;
        margin-bottom: 7px;
        padding: 3px 0;
        border-radius: 20px;
        background: url('../../assets/images/main_comment_bg.png');
    }

    .main_member_g {
        display: none;
    }

    .main_member_g_m {
        margin-bottom: -20px;
    }

    .main_member_g_m img {
        width: 100%;
    }

    .heading .heading--title {
        /* font-family: 'Merriweather', serif; */
        color: #0b367a;
        font-size: 36px;
        font-weight: 700;
        line-height: 1.2em;
        margin-bottom: 0;
        text-transform: capitalize;
        padding-bottom: 0;
    }

    .notice_wrap {
        background-color: #fff;
        position: absolute;
        top: -150px;
        left: 50%;
        margin-left: -150px;
    }

    .notice_wrap div {
        position: relative;
        width: 300px;
        height: 330px;
        padding: 25px 35px;
    }

    .press_list h3 {
        font-size: 18px;
        color: #0b367a;
        padding-top: 50px;
        padding-left: 20px;
    }

    .press_list dl {
        color: #515151;
        padding: 20px;
        margin-bottom: -1px;
        border: 1px solid #dddddd;
        border-left: none;
        border-right: none;
        display: block;
        justify-content: space-between;
        cursor: pointer;
    }

    .press_list dl:hover {
        background-color: #f7f7f7
    }

    .press_list dt {
        margin-bottom: 5px;
    }

    .press_list dd {
        margin-bottom: 0px;
        color: #aaaaaa;
    }

    .center_introduce {
        width: 100%;
        padding-left: 0px;
        margin-left: 0px;
        margin-top: -40px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .center_introduce li {
        width: 280px;
        flex: 1 1 30%;
    }

    .center_introduce li img {
        width: 50px;
    }

    .center_introduce li {
        background-color: #0b367a;
        text-align: center;
        color: #ccd1dd;
        border: 1px solid #234d8e;
        width: 20%;
        padding: 20px 0px;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
    }

    .ex_success_wrap {
        margin-top: 50px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .client_list {
        width: 100%;
        padding-left: 0px;
        margin-left: 0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .client_list li {
        width: 120px;
    }

    .appointment_list {
        width: 100%;
        padding-left: 0px;
        margin-left: 0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .appointment_list li {
        width: 200px;
        padding: 20px 0px;
        margin: 10px;
        flex: 1 1 30%;
    }

    .blog_wrap {
        margin-top: 50px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .blog_list {
        flex: 1 1 40%;
    }

    .request_consulting {
        width: 380px;
        margin: 0 auto;
    }

    .request_consulting select {
        appearance: none;
        background: url(../../assets/images/ico_dropdown.jpg) no-repeat right #fff;
        background-size: auto;
        background-size: 17px 30px;
        padding: 4px 10px 5px 10px;
        height: 40px;
        width: 200px;
        border: 1px solid #748cb3;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
    }

    .request_consulting input {
    }

    .request_consulting .input_infor {
        width: 200px;
        appearance: none;
        color: #90a0ac;
        padding: 4px 10px 5px 10px;
        height: 40px;
        border: 1px solid #748cb3;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
    }

    .request_consulting th, .request_consulting td {
        padding-bottom: 10px;
    }

    .request_consulting textarea {
        width: 300px;
        height: ;
        padding: 10px;
        border: 1px solid #748cb3;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
    }

    .request_consulting th {
        text-align: right;
        padding-right: 10px;
    }

    .request_consulting td {
        width: 280px;
    }

    .file_attach {
        border-radius: 0px 5px 5px 0px;
        background-color: #2b4983;
        border-color: #2b4983;
        padding: 0 5px;
        color: #fff;
        width: 110px;
    }

    .attach_text {
        border-radius: 5px 0px 0px 5px;
        font-size: 14px;
        color: #525252;
    }

    .link_privacy_policy {
        padding: 1px 3px;
        border: 1px solid #376ea5;
        border-radius: 3px;
        background-color: #fff;
        color: #555;
    }

    .go_request_consulting {
        width: 200px;
        border-radius: 5px;
        background-color: #2b4983;
        border-color: #2b4983;
        padding: 10px;
        color: #fff;
        font-size: 18px;
        margin-top: 10px;
    }

    .input_attach {
        width: 170px;
        appearance: none;
        color: #90a0ac;
        padding: 4px 10px 5px 10px;
        height: 40px;
        border: 1px solid #748cb3;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
    }

    .toolbar_counsel {
        display: none;
    }

    .toolbar_counsel_mobile {
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
        padding: 20px 0px;
        background-color: #0c2650;
        z-index: 100;
        color: #fff;
        display: flex;
        justify-content: space-between;
    }

    .toolbar_counsel_mobile ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0px;
        margin: 0px 0px 5px;
    }

    .toolbar_counsel_mobile li {
        text-align: center;
        width: 33.333%;
        border-right: 1px solid #164288;
    }

    .toolbar_counsel_mobile li a {
        color: #fff;
        font-size: 16px;
        padding-left: 40px;
        padding-top: 4px;
        padding-bottom: 5px;
    }

    .toolbar_counsel_mobile .call {
        background-image: url('../../assets/images/ico_phone.png');
        background-repeat: no-repeat;
        background-size: 24px;
        background-position: 12px;
    }

    .toolbar_counsel_mobile .katalk {
        background-image: url('../../assets/images/ico_katalk.png');
        background-repeat: no-repeat;
        background-size: 24px;
        background-position: 12px;
    }

    .toolbar_counsel_mobile .happycall {
        background-image: url('../../assets/images/logo_happycall.png');
        background-repeat: no-repeat;
        background-size: 24px;
        background-position: 12px;
    }

    .toolbar_counsel_mobile .write {
        background-image: url('../../assets/images/ico_write.png');
        background-repeat: no-repeat;
        background-size: 24px;
        background-position: 12px;
    }


    .navbar-header .logo img {
        margin-left: 15px;
        display: inline-block;
    }

    .center_member {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .center_member_g {
        display: none;
        position: relative;
    }

    .center_member_g_mobile {
        width: 100%;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .center_member_g_mobile article {
        width: 300px;
        margin: 10px;
        border: 1px solid #f0f0f0;
        position: relative;
        margin-bottom: 0px;
        background: url(../../assets/images/center/bg.jpg) repeat-x;
        background-size: 1px 500px;
    }

    .center_member_g_mobile dl {
        text-align: center;
        position: absolute;
        top: 310px;
        width: 300px;
        margin-bottom: 0px;
        color: #fff;
        cursor: pointer;
    }

    .center_member_g_mobile .tit {
        font-size: 10px;
        font-weight: 400;
    }

    .center_member_g_mobile dt {
        font-size: 20px;
    }

    .center_member_g_mobile dd {
        font-size: 12px;
        margin-top: 10px;
    }

    .center_member_g_mobile p {
        width: 300px;
        margin-bottom: 0px;
    }

    .center_member_g_mobile p img {
        width: 100%;
    }

    .center_detail {
        width: 90%;
        margin: 0 auto;
    }

    .center_detail li {
        color: #666b74;
        font-size: 16px;
    }

    .center_detail li span {
        color: #666b74;
        font-size: 18px;
    }

    .center_tax_info {
        display: none;
    }

    .center_tax_info_mobile {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 15px;
    }

    .center_virtual_info_mobile {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 15px;
    }

    .center_finance_info_mobile {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 15px;
    }

    .center_divorce_info_mobile {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 15px;
    }

    .center_estate_info_mobile {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 15px;
    }

    .center_transportation_info_mobile {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 15px;
    }

    .center_voice_info_mobile {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 15px;
    }

    .center_disaster_info_mobile {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 15px;
    }

    .center_property_info_mobile {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 15px;
    }

    .yul {
        text-align: center;
        font-size: 14px;
        border: 3px solid #0e3571;
        border-radius: 100px;
        font-weight: 700;
        color: #0e3571;
        padding: 20px;
        background-color: #e8e8e8;
        width: 90%;
        margin: 0 auto;
    }

    .yul p {
        margin-bottom: 10px;
    }

    .center_tax_process {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .center_tax_process dl {
        width: 260px;
        background-color: #e3dee9;
        border: 1px solid #5c259f;
        border-radius: 5px;
        margin: 20px;
    }

    .center_tax_text {
        width: 80%;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 1000px) {

    .main_g_list {
        width: 600px;
        margin: 0 auto 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .main_g_tit {
        text-align: center;
    }

    .main_g_tit img {
        width: 600px;
    }

    .main_g_list li {
        text-align: center;
        font-size: 16px;
        width: 290px;
        margin-bottom: 7px;
        padding: 3px 0;
        border-radius: 20px;
        background: url('../../assets/images/main_comment_bg.png');
    }

    .main_member_g {
        display: none;
    }

    .main_member_g_m {
        margin-bottom: 0px;
    }

    .main_member_g_m img {
        width: 100%;
    }

    .center_introduce {
        width: 100%;
        padding-left: 0px;
        margin-left: 0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .center_introduce li {
        width: 280px;
    }

    .ex_success_wrap {
        margin-top: 50px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .client_list {
        width: 100%;
        padding-left: 0px;
        margin-left: 0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .appointment_list {
        width: 100%;
        padding-left: 0px;
        margin-left: 0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .appointment_list li {
        width: 200px;
        padding: 30px 0px;
        margin: 10px;
    }

    .blog_wrap {
        margin-top: 50px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .toolbar_counsel {
        display: none;
    }

    .toolbar_counsel_mobile {
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
        padding: 20px 10px;
        background-color: #0c2650;
        z-index: 100;
        color: #fff;
        display: flex;
        justify-content: space-between;
    }

    .toolbar_counsel_mobile ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0px;
        margin: 0px 0px 5px;
    }

    .toolbar_counsel_mobile li {
        text-align: center;
        width: 33.333%;
        border-right: 1px solid #164288;
    }

    .toolbar_counsel_mobile li a {
        color: #fff;
        font-size: 18px;
        padding-left: 50px;
        padding-top: 3px;
        padding-bottom: 5px;
    }

    .toolbar_counsel_mobile .call {
        background-image: url('../../assets/images/ico_phone.png');
        background-repeat: no-repeat;
        background-size: 30px;
        background-position: 12px;
    }

    .toolbar_counsel_mobile .katalk {
        background-image: url('../../assets/images/ico_katalk.png');
        background-repeat: no-repeat;
        background-size: 30px;
        background-position: 12px;
    }

    .toolbar_counsel_mobile .happycall {
        background-image: url('../../assets/images/logo_happycall.png');
        background-repeat: no-repeat;
        background-size: 30px;
        background-position: 12px;
    }

    .toolbar_counsel_mobile .write {
        background-image: url('../../assets/images/ico_write.png');
        background-repeat: no-repeat;
        background-size: 30px;
        background-position: 12px;
    }

    .center_tax_process {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .center_tax_process dl {
        width: 260px;
        background-color: #e3dee9;
        border: 1px solid #5c259f;
        border-radius: 5px;
        margin: 20px;
    }

    .center_tax_text {
        width: 80%;
    }

    .navbar-header .logo img {
        margin-left: 15px;
        display: inline-block;
    }

    .center_member_g {
        display: none;
    }

    .center_member_g_mobile {
        width: 100%;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .center_member_g_mobile article {
        width: 300px;
        margin: 10px;
        border: 1px solid #f0f0f0;
        position: relative;
        margin-bottom: 0px;
        background: url(../../assets/images/center/bg.jpg) repeat-x;
        background-size: 1px 500px;
    }

    .center_member_g_mobile dl {
        text-align: center;
        position: absolute;
        top: 310px;
        width: 300px;
        margin-bottom: 0px;
        color: #fff;
    }

    .center_member_g_mobile .tit {
        font-size: 10px;
        font-weight: 400;
    }

    .center_member_g_mobile dt {
        font-size: 20px;
    }

    .center_member_g_mobile dd {
        font-size: 12px;
        margin-top: 10px;
    }

    .center_member_g_mobile p {
        width: 300px;
        margin-bottom: 0px;
    }

    .center_member_g_mobile p img {
        width: 100%;
    }

    .center_detail {
        width: 90%;
        margin: 0 auto;
    }

    .center_tax_info {
        display: none;
    }

    .center_tax_info_mobile {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 15px;
    }

    .center_virtual_info_mobile {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 15px;
    }

    .center_finance_info_mobile {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 15px;
    }

    .center_divorce_info_mobile {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 15px;
    }

    .center_estate_info_mobile {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 15px;
    }

    .center_transportation_info_mobile {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 15px;
    }

    .center_voice_info_mobile {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 15px;
    }

    .center_disaster_info_mobile {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 15px;
    }

    .center_property_info_mobile {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 15px;
    }

    .yul {
        text-align: center;
        font-size: 18px;
        border: 3px solid #0e3571;
        border-radius: 100px;
        font-weight: 700;
        color: #0e3571;
        padding: 20px;
        background-color: #e8e8e8;
        width: 90%;
        margin: 0 auto;
    }

    .yul p {
        margin-bottom: 10px;
    }
}

/* cases.html */
.kind {
    padding: 0;
}

.kind_tabMenu {
    margin-bottom: 50px;
}

.kind_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    overflow: hidden;
}

.kind_btn li {
    margin: 0 3px 10px;
    /* float:left; */
    /* width:120px; */
    text-align: center;
    font-size: 18px;
    list-style-type: none;
    background-color: #fff;
    color: #666;
    border: 1px solid #ddd;
    padding: 10px 12px;
    transition: 0.5s;
}

.kind_btn a li:hover,
.kind_btn a li.active2 {
    color: #fff;
    background-color: #0b367a;
}

.success_list {
    padding: 0;
}

.success_list_tabMenu {
    margin-bottom: 50px;
}

.success_list_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    overflow: hidden;
}

.success_list_btn li {
    margin: 0 3px 10px;
    border-radius: 25px;
    /* float:left; */
    /* width:120px; */
    text-align: center;
    font-size: 14px;
    list-style-type: none;
    background-color: #fff;
    color: #666;
    border: 1px solid #ddd;
    padding: 10px 12px;
    transition: 0.5s;
}

.success_list_btn a li:hover,
.success_list_btn a li.active2 {
    color: #fff;
    background-color: #0b367a;
}


/* 페이징 */
.pg_wrap_wrap {
    display: flex;
    justify-content: center;
}

.pg_wrap {
    clear: both;
    display: inline-block;
    margin-top: 20px;
}

.pg_wrap:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.pg {
    text-align: center
}

.pg_page, .pg_current {
    display: inline-block;
    vertical-align: middle;
    background: #eee;
    border: 1px solid #eee
}

.pg a:focus, .pg a:hover {
    text-decoration: none
}

.pg_page {
    color: #959595;
    font-size: 1.083em;
    height: 30px;
    line-height: 28px;
    padding: 0 5px;
    min-width: 30px;
    text-decoration: none;
    border-radius: 3px
}

.pg_page:hover {
    background-color: #fafafa
}

.pg_start {
    text-indent: -999px;
    overflow: hidden;
    background: url('../../img/btn_first.gif') no-repeat 50% 50% #eee;
    padding: 0;
    border: 1px solid #eee
}

.pg_prev {
    text-indent: -999px;
    overflow: hidden;
    background: url('../../img/btn_prev.gif') no-repeat 50% 50% #eee;
    padding: 0;
    border: 1px solid #eee
}

.pg_end {
    text-indent: -999px;
    overflow: hidden;
    background: url('../../img/btn_end.gif') no-repeat 50% 50% #eee;
    padding: 0;
    border: 1px solid #eee
}

.pg_next {
    text-indent: -999px;
    overflow: hidden;
    background: url('../../img/btn_next.gif') no-repeat 50% 50% #eee;
    padding: 0;
    border: 1px solid #eee
}

.pg_start:hover, .pg_prev:hover, .pg_end:hover, .pg_next:hover {
    background-color: #fafafa
}

.pg_current {
    display: inline-block;
    background: #164288;
    border: 1px solid #164288;
    color: #fff;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    min-width: 30px;
    border-radius: 3px
}