@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900&display=swap&subset=korean');
@import url('https://fonts.googleapis.com/css?family=Do+Hyeon&display=swap&subset=korean');

/*====================
1.  Basic Style
=====================*/

html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family:  sans-serif;
    color: #222;
    font-size: 13px;
    letter-spacing: -dkvk0.01em;
    font-weight: 300;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Nanum Gothic', sans-serif;
    margin-top: 15;
}
a:hover {
    color: #009FE2;
    text-decoration: none;
}
a:focus {
    color: #009FE2;
    outline: none;
    text-decoration: none;
}
a {
    color: #2F2F2F;
    transition: .4s;
    font-weight: 250;
    font-size: 13px;
}
img {
    max-width: 100%;
}
select option {
    padding: 5px;
    font-weight: 400;
    text-transform: capitalize;
}
.pt-20 {
    padding-top: 20px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-50 {
    padding-top: 50px;
}
.ptb-20 {
    padding: 20px 0;
}
.ptb-30 {
    padding: 30px 0;
}
.ptb-40 {
    padding: 40px 0;
}
.ptb-50 {
    padding: 50px 0;
}
.mt-10 {
    margin-top: 10px;
}
.mt-20 {
    margin-top: 10px;
}
.mt-30 {
    margin-top: 10px;
}
.mt-40 {
    margin-top: 20px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-minus-53 {
    margin-top: -53px;
}
.text-alert {
    color: #434343;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}
legend {
    border: none;
}
.nopadding_l {
    padding-left: 0;
}
.nopadding_r {
    padding-right: 0;
}
.mobile-view {
    display: none;
}
.mobile-hidden {
    display: block;
}
.btn {
    border-radius: 2px;
}
#ui-datepicker-div {
    z-index: 1111 !important;
}
/*====================
2.  background images
=====================*/

.top-banner-bg-1 {
    background-image: url('img/banner/top.png');
}
/*====================
3.  Top banner
=====================*/

.top-banner-area {
    background-color: #EFEFEF;
    background-size: cover;
    background-position: center;
    min-height: 120px;
    padding: 0px 0px;
}
.hide-top-banner {
    transition: 0.3s;
    margin-top: -120px;
}
.top-banner-area .icon {
    float: left;
    margin-top: -20px;
    margin-right: 30px;
}
.top-banner-area .description {
    color: #fff;
    padding-top: 20px;
}
.learn-more-btn a {
    cursor: pointer;
    color: #fff;
    border: 2px solid #fff;
    display: inline-block;
    padding: 11px 30px;
    margin-top: 7px;
}
.learn-more-btn a:hover {
    background-color: #009FE2;
    border-color: #009FE2;
}
.close-section-btn {
    color: #000;
    position: absolute;
    right: 20px;
    bottom: 10px;
    font-size: 18px;
    cursor: pointer;
}
/*====================
4.  Banner Style
=====================*/

.banner-hover {
    position: relative;
    z-index: 1;
    display: block;
}
.banner-hover:after, .banner-hover:before {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.2);
    content: "";
    left: 50%;
    right: 51%;
    opacity: 1;
    top: 0;
    bottom: 0;
}
.banner-hover:after {
    left: 0;
    right: 0;
    top: 50%;
    bottom: 51%;
}
.banner-hover:hover:after {
    top: 0;
    bottom: 0;
}
.banner-hover:hover:before {
    left: 0;
    right: 0;
}
.banner-hover:hover:after, .banner-hover:hover:before {
    opacity: 0;
    transition: 0.8s;
    transition-timing-function: ease-in;
}
/*====================
5.  header
=====================*/

header {
    background-color: #fff;
}
#mobileMenu {
    display: none;
}
/*====================
5.1 header top
=====================*/

.header-top-area {}
/*====================
5.1.1  header top 
=====================*/

.header-address, .header-menu ul li a {
    line-height: 22px;
}
.header-address {
    float: left;
    margin-right: 15px;
    font-size: 12px;
    margin-left: 1px;
    color: #ffffff;
}
.header-address a {
    line-height: 22px;
    color: #ffffff;
    padding: 0 15px;
    display: inline-block;
}
.header-address a:hover {
    color: #2F2F2F;
}
.header-address .on {
    background-color: #ffffff;
    color: #2F2F2F;
}
.header-menu ul li:hover>a {
    color: #009FE2;
}
/*====================
5.1.2  header top menu
=====================*/

.header-menu ul {
    text-align: center;
    background-color: #222;
}
.header-menu ul li {
    display: inline-block;
    position: relative;
}
.header-menu ul li a {
    color: #888888;
    font-size: 12px;
    padding: 0 13px;
    text-transform: capitalize;
}
.header-menu ul li a span {
    color: #ccc;
}
.header-menu>ul>li>a {
    /* border-left: 1px solid #ebebeb; */
}
.header-menu>ul>li:last-child>a {
    /* border-right: 1px solid #ebebeb; */
}
.header-menu ul ul {
    position: absolute;
    width: 120%;
    background-color: #fff;
    z-index: 9999999;
    text-align: left;
    box-shadow: 0px 2px 5px -1px #999;
    transition: 0.3s;
    transform-origin: 0 0 0;
    transform: scaleY(0);
    opacity: 0;
    visibility: hidden;
}
.header-menu ul li:hover ul {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
}
.header-menu ul ul li {
    display: block;
}
.header-menu ul ul li a {
    line-height: 30px;
    color: #282828;
}
.pure-css-select-style {
    width: 100%;
    overflow: hidden;
}
.pure-css-select-style select {
    width: 100%;
    padding-right: 38px;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    /* Hide arrow on FF */
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: ellipsis;
}
.header-util {
    background-color: #222;
}
/* Hide arrow on IE10*/

.pure-css-select-style select::-ms-expand {
    display: none;
}
.pure-css-select-style optgroup {
    color: inherit;
    font: inherit;
}
/* IE9: To hide select arrow we make the select overflow on the right side there is not another way :( */

@media screen and (min-width:0\0) {
    .pure-css-select-style select {
        width: calc( 100% + 58px);
    }
}
/*====================
6.  Main header
=====================*/

.main-header-area {
    padding: 20px 0px;
}
.main-header-area .logo img {
    padding-top: 15px;
}
.catagory-bar, .total-cart {
    padding-top: 15px;
}
.header-search {
    position: relative;
    background-color: #ffffff;
    border-radius: 4px;
    font-size: 13px;
    border: 1px solid #ebebeb;
}
.header-search input {
    background-color: transparent;
    border: 0px;
    padding: 13px 0px 13px 20px;
    width: 220px;
}
.header-search span:after {
    position: absolute;
    content: "\f107";
    font-family: fontawesome;
    top: -2px;
    right: -20px;
}
.header-search span {
    position: relative;
    margin-left: 20px;
}
.header-search span:before {
    position: absolute;
    width: 2px;
    height: 20px;
    content: "";
    background-color: #e1e1e1;
    top: -1px;
    left: 10px
}
.header-search #select {
    background-color: transparent;
    border: none;
    position: relative;
    right: -60px;
}
.header-search #select:after {
    content: "\f107";
    font-family: 'fontawesome';
    position: absolute;
    right: -50px;
    display: block;
}
.header-search button {
    position: absolute;
    right: 0;
    height: 100%;
    width: 60px;
    font-size: 24px;
    border: 0px;
    background-color: #009FE2;
    color: #fff;
    border-radius: 0px 4px 4px 0px;
}
/*====================
7.  header rolling
=====================*/

.ticker {
    padding-top: 20px;
    margin: 0 auto;
    text-align: left;
    position: relative;
}
.ticker ul {
    width: 100%;
    position: relative;
}
.ticker ul li {
    width: 100%;
    display: none;
    font-size: 14px;
    color: #222;
}
.ticker li span {
    font-size: 26px;
    font-weight: 600;
}
/*====================
8.  Mainmenu
=====================*/

.mainmenu ul li {
    display: inline-block;
    /* position: relative;*/
}
.mainmenu ul li a {
    color: #222;
    font-size: 14px;
    display: block;
    padding: 8px 35px;
    text-transform: uppercase;
    line-height: 25px;
}
.mainmenu ul .style1 {
    border-right: 1px solid #efefef;
}
.mainmenu ul .style a, .mainmenu ul .style1 a {
    font-weight: 400;
}
.mainmenu ul .style2 a {
    font-size: 14px;
}
.mainmenu ul li.active>a {
    color: #2F2F2F;
}
.mainmenu ul li:hover>a {
    color: #009FE2;
}
/*====================
9.  Submenu
=====================*/

.mainmenu ul li div {
    position: absolute;
    z-index: 9999;
    width: 100%;
    top: 100%;
    left: 0;
    background-color: #fff;
    transition: 0;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #009FE2;
    padding-left: 20px;
}
.mainmenu ul li:hover>div {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}
/*
.mainmenu ul li div:before {
    content: "";
    border-bottom: 8px solid #009FE2;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    top: -9px;
}
.mainmenu ul li:nth-child(1) div:before {
    left: 50px;
}
.mainmenu ul li:nth-child(2) div:before {
    left: 140px;
}
.mainmenu ul li:nth-child(3) div:before {
    left: 220px;
}
.mainmenu ul li:nth-child(4) div:before {
    left: 330px;
}
.mainmenu ul li:nth-child(5) div:before {
    left: 500px;
}
.mainmenu ul li:nth-child(6) div:before {
    left: 650px;
}
.mainmenu ul li:nth-child(7) div:before {
    left: 800px;
}
.mainmenu ul li:nth-child(8) div:before {
    left: 950px;
}
.mainmenu ul li:nth-child(9) div:before {
    left: 1070px;
}
*/

.mainmenu ul li div {
    padding: 20px 20px;
}
.mainmenu .mainsub a {
    line-height: 25px;
    padding: 0;
    font-size: 13px !important;
    font-weight: 300 !important;
letter-spacing: -0.5pt;
}
.mainmenu ul li div .menu-open {
    padding-right: 5px;
    color: #6E6E6E;
}
..mainsub {
    vertical-align: top !important;
}
.mainsub h4 {
    display: block;
    font-size: 13px;
    font-weight: 500;
    padding: 0px;
    margin-top: 7px;
}
.mainsub .menu-title {
    float: left;
    width: 10%;
}
.mainsub .menu-body {
    float: left;
    width: 90%;
    border-left: 2px solid #ccc;
    padding-left: 10px;
    padding-top: 0px;
    padding-bottom: 3px;
    margin-bottom: 20px;
}
.mainsub .menu-body li {
    display: inline-block;
    width: 33%;
}
/*
.mainmenu ul li div ul {
    color: #333;
    padding : 30px 10px;
}

.mainmenu ul li div ul li {
    width : 33%;
    text-overflow: ellipsis; 
    white-space: nowrap; 
    overflow: hidden;    
}
.mainmenu ul li div ul li a {
    line-height : 30px ;
    padding : 0;
    font-size: 13px;    
}

.mainmenu ul li ul {
  position: absolute;
  z-index: 9999;
  width: 200px;
  top: 100%;
  background-color: #fff;
  transition: 0.3s;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  opacity: 0;
  visibility: hidden;
}
.mainmenu ul li ul li {
  display: block;
  float: left;
  width: 33%;
  height: 40px;
}
.mainmenu ul li ul li a {
  font-weight: 600;
  color: #f1f1f1;
  padding: 10px 20px;
  border-bottom: 1px solid #222;
}
.mainmenu ul li ul li:first-child > a {
  padding-left: 20px;
}
.mainmenu ul li:hover > ul {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
*/

/*====================
10.  Category menu
=====================*/

.header-bottom {
    border-top: 1px solid #D3D3D3;
    background-color: #fff;
    transition: 0.3s;
    border-bottom: 2px solid #009FE2;
}
.header-bottom.stick {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    background-color: rgba(255, 255, 255, 0.7);
}
.header-bottom.stick:hover {
    background-color: rgba(255, 255, 255, 1.0);
}
.no-full-bg {
    background-color: transparent;
}
.header-section-bg {
    background-color: #000;
    margin-left: -15px;
    padding-left: 30px;
}
.more-catagory-item, .less-catagory {
    display: none;
}
.catagory-heading {
    cursor: pointer;
}
.catagory-heading h2 {
    background-color: #009FE2;
    color: #ffffff;
    font-size: 14px;
    font-family: 'Nanum Gothic', sans-serif;
    line-height: 45px;
    margin: 0;
    padding: 10px 0px 10px 85px;
    position: relative;
    text-transform: uppercase;
    font-weight: 400;
}
.stick .catagory-heading h2 {
    background-color: #b68e43;
    transition: 0.3s;
}
.stick .catagory-heading h2:hover {
    background-color: #009FE2;
}
.catagory-heading h2:before {
    color: #ffffff;
    font-family: fontawesome;
    position: absolute;
    content: "\f0c9";
    left: 25px;
    font-size: 14px;
    width: 45px;
    height: 45px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    text-align: center;
    line-height: 43px;
    top: 10px;
}
.catagory-list-menu ul li {
    line-height: 50.7px;
    position: relative;
}
.catagory-list-menu ul li a {
    background-color: #000000;
    border-bottom: 1px solid #2b2a2a;
    color: #aaa;
    display: block;
    font-size: 14px;
    text-transform: capitalize;
    font-family: Arial;
    padding-left: 30px;
}
.catagory-list-menu ul>li>a>img {
    width: 20px;
    position: relative;
    top: -2px;
    margin-right: 5px;
}
.catagory-list-menu ul li:hover a {
    background-color: #2b2a2a;
}
.catagory-list-menu ul li.arrow::after {
    color: #aaa;
    content: "\f105";
    font-family: fontawesome;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 0;
    width: 20px;
    z-index: 1;
}
.catagory-list-menu ul li a i {
    display: block;
    float: left;
    height: 25px;
    line-height: 50px;
    margin-left: -2px;
    margin-right: 7px;
    text-align: center;
    width: 25px;
}
.catagory-list-menu ul li ul.c-sub-menu {
    background-color: #ffffff;
    left: 100%;
    padding: 30px;
    position: absolute;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0 0 0;
    transition: all 0.5s ease 0s;
    width: 240px;
    z-index: 0;
    opacity: 0;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.catagory-list-menu ul li:hover ul.c-sub-menu {
    z-index: 5;
    transform: scaleX(1);
    opacity: 1;
}
.catagory-list-menu ul li ul.c-sub-menu li {
    line-height: 35px
}
.catagory-list-menu ul li ul.c-sub-menu li a {
    border-bottom: 0px solid #2b2aba;
    padding: 0;
    background-color: #fff;
    color: #232323;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}
.c-mega-menu {
    background-color: #ffffff;
    opacity: 0;
    padding: 20px;
    position: absolute;
    top: 50px;
    left: 0;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 100%;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    z-index: 999;
}
.c-mega-menu.item-3 {
    width: 600px;
}
.c-mega-menu.item-3 span {
    width: 33.33%;
}
.mainmenu li:hover .c-mega-menu {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
}
.block {
    overflow: hidden;
}
.catagory-list-menu ul li .banner a {
    border: 0px;
    padding-left: 0px;
}
.banner-hover img {
    width: 100%;
}
.catagory-list-menu ul li .banner {
    margin-top: 20px;
}
.c-mega-menu span {
    float: left;
    width: 25%;
}
.catagory-list-menu li .c-mega-menu a, .catagory-list-menu li:hover .c-mega-menu a {
    background-color: #FFF;
}
.catagory-list-menu .c-mega-menu span a {
    border-bottom: 0 none;
    line-height: 35px;
    padding: 0;
    color: #6f6f6f;
}
.catagory-list-menu ul>li:hover>a, .catagory-list-menu ul>li.arrow:hover:after, .catagory-list-menu .c-mega-menu span a:first-child:hover, .catagory-list-menu ul li ul.c-sub-menu li a:hover, .catagory-list-menu .c-mega-menu span a:hover {
    color: #009FE2;
}
.catagory-list-menu .c-mega-menu span a:first-child {
    font-family: Nanum Gothic;
    color: #232323;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
}
.catagory-list-menu {
    display: block;
    position: absolute;
    width: 100%;
    z-index: 999;
}
.catagory-list-menu.hidden-menu {
    display: none;
}
.catagory-menu {
    position: relative;
}
/*====================
11.  Mobile menu
=====================*/

#mobileMenu li a i {
    display: none;
}
.slicknav_menu {
    background-color: #000;
}
.slicknav_menu .slicknav_menutxt {
    font-size: 0px;
}
.slicknav_menu .slicknav_icon {
    margin: 5px 3px 2px 3px;
}
.slicknav_nav .slicknav_row, .slicknav_nav a {
    border-radius: 0px !important;
    text-transform: capitalize;
    font-weight: 600;
}
.slicknav_nav .slicknav_row:hover, .slicknav_nav a:hover {
    background-color: #009FE2;
    color: #000;
}
.slicknav_nav .slicknav_row:hover a {
    color: #000;
}
.slicknav_nav .slicknav_row a:hover {
    background-color: transparent;
}
/*====================
12.  sldier area
=====================*/

.slide-show {
    background-color: #ffffff;
}
.slide-show.slide-banner {
    background-color: #ffffff;
}
.nivo-controlNav {
    padding: 0;
    margin: 0 auto;
    width: 1160px;
    background: #fff;
    z-index: 99999;
    height: 45px;
}
.nivo-controlNav a {
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    display: inline-block;
    width: 20%;
    text-align: center;
    line-height: 45px;
    font-size: 14px;
	    letter-spacing: -0.5pt;
}
.nivo-controlNav .active, .nivo-controlNav a:hover {
    background-color: #efefef;
    color: #009FE2;
}
/*====================
13.  Slider content
=====================*/

.slider-area {
    position: relative;
}
.slide-banner .slider-area {
    width: 69%;
    float: left;
}
.slide-banner .slide-banners {
    width: 31%;
    float: right;
}
.slider-caption {
    padding-top: 70px;
}
.layer-1-1 h2.title-1, .layer-1-2 h2.title-2, .layer-2-1 h2.title-1, .layer-2-2 h2.title-2 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    animation: 0.6s ease-in-out 0.6s normal backwards 1 running fadeInDown;
}
.layer-1-1 h2.title-1 {
    margin-bottom: 0px;
}
.layer-1-2 h2.title-2, .layer-2-2 h2.title-2 {
    font-size: 50px;
    color: #e2f2f5;
    animation: 0.6s ease-in-out 1s normal backwards 1 running zoomIn;
}
.layer-2-2 h2.title-2 {
    color: #fff;
}
.layer-2-2 h2.title-2 span {
    color: #009FE2;
    display: block;
}
.layer-1-3 p.title-3, .layer-2-3 p.title-3 {
    font-size: 24px;
    color: #ffbc00;
    font-weight: 700;
    padding-left: 0;
    margin-bottom: 40px;
    animation: 0.6s ease-in-out 1.6s normal backwards 1 running fadeInLeft;
}
.layer-2-3 p.title-3 {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
}
.layer-1-4 a.title-4, .layer-2-4 a.title-4 {
    color: #fff;
    padding: 0px 25px;
    line-height: 40px;
    background-color: #009FE2;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    animation: 0.6s ease-in-out 2s normal backwards 1 running rollIn;
}
.layer-1-4 a.title-4:hover, .layer-2-4 a.title-4:hover {
    background-color: #dca340;
}
.slider-caption.style-2 .layer-1-1 .title-1 {
    color: #ee4e67;
    font-weight: 400;
}
.slider-caption.style-2 .layer-1-1 .title-1, .slider-caption.style-2 .layer-2-1 .title-1 {
    font-size: 14px;
    font-weight: 500;
}
.slider-caption.style-2 .layer-1-3 .title-3, .slider-caption.style-2 .layer-1-2 .title-2 {
    color: #282828;
}
.slider-caption.style-2 .layer-1-3 .title-3 {
    font-size: 18px;
}
.slider-caption.style-2 .layer-2-1 .title-1, .slider-caption.style-2 .layer-2-2 .title-2 span {
    color: #ff8625;
}
/*====================
14.  Info area
=====================*/

.single-info {
    background-color: #fff;
    border: 1px solid #eeeeee;
    padding: 20px;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
    z-index: 1;
}
.img {
    float: left;
    width: 66px;
    height: 66px;
    position: relative;
}
.img img {
    transition: 0.3s;
}
.img img:last-child {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
}
.single-info:hover .img img:last-child {
    z-index: 9;
    opacity: 1;
}
.info-content {
    padding-left: 76px;
    line-height: 25px;
    color: #bdbdbd;
    padding-top: 15px;
    transition: 0.3s;
}
.info-content h3 {
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #282828;
    line-height: 18px;
    transition: 0.3s;
}
.single-info:after {
    content: "";
    border: 0px solid transparent;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    position: absolute;
    transition: 0.3s;
    z-index: -1;
}
.single-info:hover:after {
    border: 2px solid #009FE2;
}
.single-info:hover h3, .single-info:hover .info-content {
    color: #009FE2
}
/*====================
15.  Product style
=====================*/

.section-heading {
    height: 35px;
    position: relative;
}
.section-heading span {
    float: right;
    margin-right: 10px;
    padding-top: 10px;
}
.section-heading h2 {
    text-transform: uppercase;
    margin: 0;
    font-size: 14px;
    line-height: 35px;
    position: relative;
    z-index: 1;
    font-weight: 700;
    color: #2F2F2F;
    display: inline-block;
}
.section-heading h2.small-icon-size {
    padding-left: 10px;
}
.section-heading h2.small-icon-size i {
    padding-right: 10px;
}
.section-heading h2.small-icon-size i {
    font-size: 15px;
}
.section-heading h2.small-icon-size img {
    margin-right: 33px;
}
.section-heading h2 img {
    margin-right: 15px;
}
.section-heading:after {
    border: 1px solid #ebebeb;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
}
.color-bordered {
    border: 2px solid #009FE2;
}
.grey-bordered {
    border: 1px solid #ebebeb;
}
.single-product-item.floating {
    overflow: hidden;
}
.floating .item-img {
    width: 30%;
    float: left;
    position: relative;
}
.view .item-img {
    width: 50%;
    float: left;
    position: relative;
}
.view .item-img img {
    width: 100%;
}
.view .item-info {
    width: 50%;
    float: left;
    padding: 30px;
}
.list-items .floating .item-img {
    width: 35%;
    margin-right: 4%;
}
.floating .item-info {
    width: 70%;
    float: left;
    padding: 30px;
}
.view .item-info h3 {
    color: #222;
    font-weight: 700;
    margin: 0 0 20px;
	letter-spacing: -1pt;
}
.floating .item-img img {
    width: 100%;
}
.sale:after, .new:after {
    content: "NEW!";
    right: 10px;
    top: 15px;
    position: absolute;
    background-color: #db4d4d;
    color: #fff;
    width: 42px;
    height: 42px;
    font-size: 13px;
    border-radius: 50%;
    line-height: 42px;
    text-align: center;
    text-transform: capitalize;
}
.new:after {
    content: "new";
    background-color: #3c74b9;
}
.item-info h2 {
    margin-top: 10px;
    display: block;
}
.item-title {
    font-size: 13px;
    line-height: 20px;
    color: #000;
    margin-bottom: 0px;
    text-transform: capitalize;
    display: block;
}
.item-title.large {
    font-size: 20px;
    font-weight: 400;
	letter-spacing: -0.5pt;
}
.ratings {
    margin: -5px 0px 10px;
}
.ratings i {
    color: #ffbf44;
    font-size: 12px;
}
.item-division {
    display:inline-block;
    width: 70px;
    color:#000;
}
.item-price {
    line-height: 150%;
    margin: 0;
    color: #787878;
    font-size: 14px;
    font-weight: 400;
}
.item-price .old-price {
    text-decoration: line-through;
    margin: 0px 5px;
    color: #acacac;
}
.item-hoecha {
    color: #787878;
    font-size: 14px;
    font-weight: 400;
}
.item-hoecha-txt {
    background-color: #FFFF80;
    padding: 2px 0px;
    color: #222;
    display: inline-block;
    text-align: center;
    min-width: 170px;
}
.product-descriptions {
    margin: 0;
    padding: 7px 0;
    font-size: 14px;
    color: #c5c5c5;
    font-weight: 0;
    line-height: 16px;
    min-height: 60px;
}
.DateCountdown {
    width: 75%;
    margin-left: -10px;
    margin-bottom: 10px;
}
.single-action {
    background-color: #ebebeb;
    color: #848484;
    display: inline-block;
    text-transform: capitalize;
    font-size: 13px;
    text-align: center;
    padding: 0px 12px;
    line-height: 37px;
    font-weight: 700;
    border-radius: 5px;
    margin-right: 4px;
}
.single-action i {
    font-size: 18px;
    position: relative;
    top: 4px;
}
.single-action:hover {
    background-color: #009FE2;
    color: #fff;
}
/*====================
16.  Owl nav style
=====================*/

.owl-carousel .owl-controls .owl-nav div {
    position: absolute;
    top: 40%;
    font-size: 16px;
    color: #ccc;
    height: 35px;
    width: 30px;
    text-align: center;
    line-height: 35px;
    transition: 0.3s;
}
.owl-carousel .owl-controls .owl-nav div:hover {
    color: #222;
}
.owl-carousel .owl-controls .owl-nav div.owl-prev {
    left: 5px;
}
.owl-carousel .owl-controls .owl-nav div.owl-next {
    right: 5px;
}
/*====================
17.  multiple items
=====================*/

.multiple-items .single-product-item {
    position: relative;
    z-index: 1;
    padding: 12px;
}
.multiple-items.owl-carousel .owl-stage-outer {
    border-left: 1px solid #ebebeb;
    margin-left: -1px;
}
.multiple-items .single-product-item:after, .banner-type-item .single-product-item:after {
    content: "";
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
    transition: 0.3s;
    border-left: 1px solid transparent;
}
.multiple-items .single-product-item .item-info {
    padding-top: 20px;
}
.multiple-items .single-product-item .item-info .item-price {
    text-decoration: none;
    padding-bottom: 5px;
}
.multiple-items .single-product-item .item-info .item-info-dt {
    font-size: 12px;
    line-height: 150%;
    color: #333;
}
.hover-content {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    width: 100%;
    left: 0;
    transition: 0.3s;
    transform: scale(0);
    opacity: 0;
}
.single-product-item:hover .hover-content {
    transform: scale(1);
    opacity: 1;
}
.multiple-items .single-product-item:hover:after, .banner-type-item .single-product-item:hover:after {
    border: 2px solid #009FE2;
}
.multiple-items .single-product-item .actions {
    padding-top: 17px;
}
.list-items .floating .item-info {
    padding: 0;
}
.list-items .single-product-item {
    border-bottom: 1px solid #ebebeb;
    padding: 14.5px 0px;
    margin: 0px 10px;
}
.list-items .single-product-item:last-child {
    border: 0px;
}
.item-info .item-btn {
    padding: 3px 5px;
    font-size: 12px;
}
/*====================
17.1  Product tab
=====================*/

.product-tab li a {
    color: #909090;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Nanum Gothic', sans-serif;
    display: block;
    padding: 15px 20px;
    position: relative;
    line-height: 23px;
}
.product-tab li {
    display: inline-block;
}
.product-tab li.active a, .product-tab li:hover a {
    color: #373737;
}
.product-tab li:first-child a {
    padding-left: 0px;
}
.product-tab li a:after {
    content: "";
    background-image: url(img/icon/line.png);
    width: 1px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 10px;
}
.product-tab li:last-child a::after {
    width: 0;
}
.tab-content>.tab-pane {
    display: block;
    height: 0px;
}
.tab-content>.tab-pane.active {
    height: auto;
    display: block;
}
.tab-content>.tab-pane.active .owl-carousel.owl-loaded, .tab-content>.tab-pane.active .banner-type-item, .tab-content>.tab-pane.active .gird-items, .tab-content>.tab-pane.active .list-category-items, .tab-content>.tab-pane.active .category-options {
    display: block;
}
.tab-content>.tab-pane .owl-carousel.owl-loaded, .tab-content>.tab-pane .banner-type-item, .tab-content>.tab-pane .gird-items, .tab-content>.tab-pane .list-category-items, .tab-content>.tab-pane .category-options {
    display: none;
}
.tab-content.style-2 {
    margin-left: -60px;
    padding-left: 30px;
}
/*====================
17.2  Category item menu
=====================*/

.category-item-menu {
    font-family: 'Nanum Gothic', Arial, Helvetica, sans-serif;
    position: relative;
    z-index: 1;
}
.category-item-menu ul {
    position: absolute;
    right: 85px;
    top: -38px;
}
.category-item-menu ul li a {
    color: #909090;
    text-transform: capitalize;
    font-size: 12px;
    padding: 15px 10px;
    position: relative;
    z-index: 1;
}
.category-item-menu ul li a:after {
    width: 6px;
    height: 6px;
    background-color: #f9b848;
    content: "";
    position: absolute;
    border-radius: 50%;
    left: -3px;
    top: 20px;
    transition: 0.3s;
    opacity: 0;
}
.category-item-menu ul li a:hover:after {
    opacity: 1;
    left: 0;
    top: 18px;
}
.category-item-menu ul li a:hover {
    color: #f9b848;
}
/*====================
18.  Box content
=====================*/

.box-items .owl-stage-outer {
    border-left: 1px solid #ebebeb;
    margin-left: -1px;
}
.single-box-item {
    overflow: hidden;
    border-left: 0px;
}
.single-box-item:last-child {
    border-top: 0px;
}
.single-box-item .box-item-img {
    float: left;
    overflow: hidden;
}
.single-box-item .box-item-img a img {
    transition: 0.5s;
    transform: scale(1);
    width: 500px;
}
.single-box-item:hover .box-item-img a img {
    transform: scale(1.15);
}
.box-content {
    width: 55%;
    float: left;
}
.box-content>a {
    text-transform: uppercase;
    font-weight: 600;
    color: #3c74b9;
    font-family: 'Nanum Gothic', sans-serif;
    display: block;
    line-height: 1;
    margin-bottom: 15px;
    font-size: 14px;
}
.box-content ul li a {
    color: #6f6f6f;
    font-size: 12px;
    line-height: 25px;
    text-transform: capitalize;
    display: block;
}
.box-content ul li a:hover {
    padding-left: 5px;
}
.box-content a:hover, .item-title:hover, .blog-info>a:hover {
    color: #f9bc48
}
.single-box-item.style-2:hover .box-item-img a img {
    transform: scale(1);
}
.single-box-item.style-2 {
    padding: 15px;
    position: relative;
}
.single-box-item.style-2 .actions {
    margin-top: 15px;
}
.single-box-item.style-2 .hover-content {
    left: 73%;
    margin-top: 32px;
}
.single-box-item.style-2:hover .hover-content {
    opacity: 1;
    transform: scale(1);
}
.single-box-item.style-2:after {
    content: "";
    border: 2px solid transparent;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: 0.3s;
    z-index: -1;
}
.single-box-item.style-2:hover:after {
    border-color: #009FE2;
}
.box-item .box-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 15px 20px 10px;
}
.box-item .box-text h5, .box-item .box-text p {
    color: #fff;
}
/*====================
19.  Blog post
=====================*/

.single-blog {
    height:252px;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
.single-blog-data {
    height:213px;
}

.single-blog:hover .blog-img img {
    opacity: 0.85;
}
.single-blog .blog-img img {
    transition: 0.3s;
    width: 100%;
}
.blog-content {
    padding: 30px;
}
.blog-content .blog-info .date {
    background-color: #373737;
    color: #fff;
    display: block;
    padding: 10px 15px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    line-height: 18px;
    float: left;
    margin-right: 20px;
}
.blog-content .blog-info {
    overflow: hidden;
}
.blog-content .blog-info .date span {
    font-weight: 400;
    display: block;
    font-size: 13px;
}
.blog-info>a {
    display: block;
    color: #434343;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 18px;
    margin-bottom: 5px;
    font-family: 'Nanum Gothic', Arial, Helvetica, sans-serif;
}
.blog-content .view-count {
    font-size: 12px;
    font-family: 'Nanum Gothic'. Arial, Helvetica, sans-serif;
    margin-bottom: 0;
}
.blog-content .view-count i {
    margin-right: 7px;
}
.blog-description {
    color: #434343;
    margin-bottom: 0px;
    margin-top: 22px;
    line-height: 25px;
    font-size: 14px;
    font-family: 'Nanum Gothic', Arial, Helvetica, sans-serif;
}
.single-blog ul {
    padding: 3px 10px 0 12px;
}
.single-blog li {
    line-height: 29px;
    border-bottom: 1px dotted #f1f1f1;
}
/*====================
main review
=====================*/

.review ul {
    border-left: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    height: 252px;
}
.review ul li {
    height: 84px;
    padding-top: 5px;
    padding-bottom: 5px;

}
.review ul li img {
    margin-left: 15px;
}
.review ul li:not(:last-child) {
    border-bottom: 1px solid #f1f1f1;
}
.review .desc {
    padding: 12px 10px 0 20px;
    line-height: 16px;
}
.review .desc img {
    margin-left: 0px;
}
.review .desc p {
    font-size: 14px;
    color: #009FE2;
}
.review .date  {
    font-size: 11px;
    color:#cccccc;
}


/*====================
20.  Client logos
=====================*/

.clients {
    background-color: #ffffff;
    padding: 20px 0;
}
.clients-logo .item {
    text-align: center;
}
.clients-logo a {
    display: inline-block;
}
.clients-logo img {
    width: inherit !important;
}
.clients-logo img {
    transition: 0.5s;
}
.clients-logo img:hover {
    opacity: 0.85;
}
/*====================
21.  Footer area
=====================*/

.footer-area {
    background-color: #2d2d2d;
}
.footer-area, .footer-area a {
    color: #757575;
}
.newsletter-area {
    padding: 40px 0;
    border-bottom: ;
    border-bottom: 1px solid #383838;
}
.newsletter-title h2 {
    color: #009FE2;
    text-transform: uppercase;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}
.newsletter-title {
    color: #fff;
    font-size: 14px;
}
.newsletter-form input {
    width: 100%;
    background-color: #fff;
    border: 0px;
    padding: 10px 15px;
    text-transform: capitalize;
    color: #454545;
    border-radius: 5px;
}
.newsletter-form {
    position: relative;
    z-index: 1;
}
.newsletter-form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border: 0px;
    background-color: #f9bc48;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px 15px;
    border-radius: 0px 5px 5px 0px;
}
.social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    background-color: #373737;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    margin-left: 3px;
}
.social-icons a:hover {
    background-color: #009FE2;
}
.footer-widget-area {
    padding: 20px 0px;
}
.widget-title h3 {
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 0;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.widget-address span {
    color: #fff;
    text-transform: capitalize;
}
.widget-address p {
    line-height: 25px;
    line-height: ;
}
.widget-address p a:hover {
    color: #009FE2;
}
.widget-menu a {
    display: block;
    padding: 5px 0px;
    text-transform: capitalize;
    position: relative;
    font-size: 14px;
    color:#efefef;
}
.widget-menu a:hover {
    padding-left: 15px;
    color: #009FE2;
}
.footer-bottom-area {
    padding: 20px 0px;
    border-top: 1px solid #383838;
}
.footer-bottom-area {
    display: block;
}
.footer-bottom-area ul {}
.footer-bottom-area ul li {
    float: left;
    line-height: 150%;
    margin-right: 20px;
}
.footer-copyright {
    clear: both;
    font-size: 13px;
    padding-top: 15px;
}
.footer-copyright a {
    color: #009FE2;
    text-transform: capitalize;
}
.footer-bottom-area p {
    font-size: 12px;
    font-weight: 300;
    line-height: 150%;
}

.footer-bottom-area .footer-logo { 
    float:left;
    margin-bottom:10px;
}

.footer-bottom-area .footer-util { 
    float:left;
    margin-left: 30px;
    padding-top: 10px;
}
.footer-bottom-area .footer-util li a { 
    font-weight: bold;
}


.sitelink_sbox {
	float: left;
	position: relative
}

.sitelink_sbox button {
	text-align: left;
	float: left;
	border: 1px solid #6C6C6C;
	color: #6C6C6C;
	padding: 0 30px 0 15px;
	width: 150px;
	height: 33px;
	margin-left: 2px;
	border-radius: 5px;
	position: relative;
	top: 10px;
	cursor: pointer;
	background: url('/pages/basic/img/main/sitelink_arrow.gif')  right #262626 no-repeat;
	font-size: 12px;
	box-sizing: border-box
}
.sitelink_sbox button:hover {
	color: #fff;
	font-weight: bold
}
.sitelink_sbox ul {
	position: absolute;
	bottom: 20px;
	left: 2px;
	width: 200px;
	height: auto;
	display: block;
	background: #33383f;
	border-radius: 4px 4px 0 0;
	padding: 20px 10px 20px 15px;
	z-index: 10;
	box-sizing: border-box;
	border: 1px solid #6e7e98
}
.sitelink_sbox ul li a {
	line-height: 23px;
	color: #fff;
	display: block;
	width: 100%;
	font-size: 12px
}



/*====================
22.  Product modal
=====================*/

#item-modal .modal-dialog {
    width: 1100px;
    margin-top: 70px;
}
#item-modal .modal-body {
    padding: 20px;
}
.close-button {
    position: absolute;
    right: -22px;
    width: 28px;
    height: 28px;
    background-color: #fff;
    color: #333;
    line-height: 28px;
    text-align: center;
    font-size: 28px;
    border-radius: 50%;
    top: -22px;
    cursor: pointer;
}
.cart-plus-minus-box {
    width: 50px;
    border-radius: 0px;
    border: 1px solid #ddd;
    padding: 4px 0px;
    text-align: center;
    margin-left: 8px;
}
.qtybutton {
    display: inline-block;
    width: 40px;
    border: 1px solid #ddd;
    text-align: center;
    margin-left: 10px;
    font-size: 18px;
    height: 38px;
    line-height: 36px;
    cursor: pointer;
    font-weight: 700;
}
.cart-plus-minus {
    margin: 30px 0px;
}
.product-modal .item-img {
    /*border: 1px solid #ddd;*/
}
.product-modal .item-info {
    padding-top: 0px;
    line-height: 27px;
    color: #898989;
}
.product-modal .item-info #hoecha_list {
    border-radius: 5px;
    background-color: #efefef;
    height: 34px;
}
.product-modal .item-info .edu_price {
    background-color: #fff97E;
    display: inline-block;
    min-width: 200px;
    color: #000000;
    text-align: center;
    line-height: 150%;
}
.product-modal .item-title.large {
    margin: 10px 0;
    font-size: 21px;
    font-weight: 700;
}
.product-modal .info {
    font-size: 14px;
    color: #333;
    line-height: 20px;
    margin-bottom: 5px;
    margin-top: 10px;
   letter-spacing: 0pt;
}
.product-modal .info p {
    border-bottom: 1px dotted #efefef;
    padding: 4px 0;
    margin: 0;
}
.product-modal .info span {
    display: inline-block;
    color: #009FE2;
    width: 80px;
}
.product-modal .product-descriptions {
    font-size: 14px;
}
.product-modal .item-price {
    font-size: 18px;
}
.product-modal .item-info .actions {
    margin-bottom: 30px;
}
.size, .color {
    color: #333;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.size select {
    width: 220px;
    text-transform: uppercase;
    border: 1px solid #ddd;
    padding: 0px 10px;
    margin-top: 5px;
}
.single-color {
    display: inline-block;
    position: relative;
}
.color span {
    position: relative;
    width: 35px;
    height: 35px;
    z-index: 1;
    display: block;
    cursor: pointer;
}
.color span:after {
    position: absolute;
    content: "";
    background-color: #434a54;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    display: block;
}
form .single-color:nth-child(2) span:after {
    background-color: #f39c11;
}
form .single-color:nth-child(3) span:after {
    background-color: #5d9cec;
}
form .single-color:nth-child(4) span:after {
    background-color: #f1c40f;
}
.single-color input {
    position: absolute;
    top: 0;
}
.stock {
    font-weight: 600;
    font-style: italic;
    margin-bottom: 30px;
}
.stock span {
    font-style: normal;
    background-color: #333;
    color: #fff;
    padding: 8px 12px;
    border-radius: 5px;
}
.product-modal .social-share a {
    border: 1px solid #ddd;
    display: inline-block;
    padding: 3px 15px;
    color: #333;
    text-transform: capitalize;
}
.product-modal .social-share a:nth-child(1) {
    color: #00aaf0;
}
.product-modal .social-share a:nth-child(2) {
    color: #435f9f;
}
.product-modal .social-share a:nth-child(3) {
    color: #dd5044;
}
.product-modal .social-share a:nth-child(4) {
    color: #cc2129;
}
.product-modal .social-share a:hover {
    color: #fff;
}
.product-modal .social-share a:hover:nth-child(1) {
    background-color: #00aaf0;
    border-color: #00aaf0;
}
.product-modal .social-share a:hover:nth-child(2) {
    background-color: #435f9f;
    border-color: #435f9f;
}
.product-modal .social-share a:hover:nth-child(3) {
    background-color: #dd5044;
    border-color: #dd5044;
}
.product-modal .social-share a:hover:nth-child(4) {
    background-color: #cc2129;
    border-color: #cc2129;
}
/*====================
23.  Scroll Item
=====================*/

.scroll-banner {
    position: absolute;
}
.scroll-item {
    width: 200px;
}
.scroll-item #toggle-img {
    text-decoration: underline;
}
.scroll-item ul {
    transition: 0.3s;
}
.scroll-item .scroll-visible {
    /*  margin-top: -80px; */
}
.scroll-item {
    position: fixed;
    bottom: 100px;
    right: 0;
    z-index: 999;
}
.scroll-item li a {
    display: block;
    height: 60px;
    width: 60px;
    background-color: #333;
    text-align: center;
    border-bottom: 1px solid #454545;
    line-height: 60px;
}
.scroll-item li a:hover {
    background-color: #009FE2;
    border-color: #009FE2;
}
.scroll-item li:last-child a {
    border-bottom: 0px;
}
#scrollUp {
    display: none;
}
#scrollUp a {
    width: 200px;
    top: 50%;
    text-align: center;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    height: 60px;
}
#scrollUp span {
    position: relative;
    font-size: 12px;
}
/*====================
24.  Other Style
=====================*/

.single-product-item {
    overflow: hidden;
    position: relative;
    padding: 30px 30px 10px;
}
.category-items-m .single-product-item {
    padding: 10px 20px 15px;
}
.category-items-m .single-product-item .item-title {
    font-size: 16px;
    margin-bottom: 5px;
}
.category-items-m .single-product-item .item-info h2 {
    margin: 0;
}
.category-items-m .single-product-item .item-info h3 {
    margin: 0;
}
.grbox {
    background: #fff;
    border: 7px solid transparent;
    -moz-border-image: -moz-linear-gradient(top, #d1d1d1 0%, #efefef 100%);
    -webkit-border-image: -webkit-linear-gradient(top, #d1d1d1 0%, #efefef 100%);
    border-image: linear-gradient(to bottom, #d1d1d1 0%, #efefef 100%);
    border-image-slice: 1;
}
.deals-day-items .single-product-item {
    padding: 0px;
}
.hot-deals-item {
    border: 2px solid #009FE2;
}
.hot-deals-item .actions {
    margin: 20px 0 15px;
}
.hot-deals-item .DateCountdown {
    width: 100%;
    margin-left: 0;
    margin-bottom: -3px;
}
.hot-deals-item .time_circles>div>h4 {
    font-size: 9px !important;
    line-height: 9px !important;
}
.hot-deals-item .item-info {
    padding-top: 20px;
}
.hot-deals-item .single-product-item:hover .hover-content {
    top: 38%;
}
.different-items .single-box-item {
    padding: 5px 0px;
}
.different-items .single-box-item .hover-content {
    margin-top: -40px;
}
.different-items .single-box-item .actions {
    margin-top: 25px;
}
.different-items .single-box-item .item-info {
    margin-top: 11.5px;
}
.new-arrival-items.style-2 .list-items .single-product-item {
    padding: 20px 0px;
}
.header-section-bg .product-tab li a {
    color: #fff;
}
.header-section-bg .product-tab li.active a, .header-section-bg .product-tab li:hover a {
    color: #009FE2;
}
.style-2 .owl-carousel .owl-controls .owl-nav div {
    top: -53px;
    color: #999;
}
.style-2 .owl-carousel .owl-controls .owl-nav div.owl-next i::after {
    background-color: #888;
}
.banner-type-item {
    width: 31%;
    float: left;
    border: 1px solid #eee;
}
.banner-type-item .single-product-item {
    padding: 18px 15px;
}
.banner-type-item-slide {
    width: 69%;
    margin-left: 31%;
}
.banner-type-item .single-product-item:after {
    border-color: transparent;
}
.banner-type-item .single-product-item .actions {
    margin-top: 21px;
}
.banner-type-item-slide .single-box-item.style-2 {
    padding: 15.8px 15px;
}
.banner-type-item-slide .single-box-item.style-2:first-child {
    border-bottom: 0px;
}
.detail {
    min-height: 100px;
    padding: 10px 0 20px;
}
.detail h1 {
    font-size: 20px;
	font-weight: 700;
    color: #333333;
    display: inline-block;
}
.detail .title {
    padding-bottom: 5px;
    border-bottom: 2px solid #000000;
}
/*====================
25.  Gird List Items
=====================*/

.gird-items .single-product-item {
    width: 33.33%;
    float: left;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    min-height: 355px;
}
.gird-items .single-product-item .item-info {
    min-height: 120px;
}
.gird-items .single-product-item .item-info h2 {
    display: block;
    margin-top: 20px;
}
.gird-items .single-product-item .item-info .item-title {
    font-size: 20px;
    line-height: 24px;
}
.gird-items .single-product-item img {
    width: 100%;
}
.gird-items .single-product-item .actions {
    margin-top: 20px;
}
.gird-items {
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    overflow: hidden;
}
.gird-items .single-product-item:after, .list-category-items .single-product-item:after {
    border: 2px solid transparent;
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    transition: 0.3s;
    z-index: -1;
}
.gird-items .single-product-item:hover:after, .list-category-items .single-product-item:hover:after {
    border: 2px solid #009FE2;
}
.list-category-items .single-product-item {
    border: 1px solid #eee;
    border-bottom: 0px;
}
.list-category-items .single-product-item:last-child {
    border-bottom: 1px solid #eee;
}
.list-category-items .floating .item-info {
    padding: 5px 0px 0px 25px;
}
.list-category-items .agency {}
.list-category-items .type {}
.list-category-items .edu_price {
    background-color: #fff97E;
    display: inline-block;
    min-width: 200px;
    color: #000000;
    text-align: center;
    line-height: 150%;
}
.list-category-items .btngroup {
    text-align: right;
    margin-top: -40px;
}
.gird-items .btngroup {
    margin-top: 20px;
    text-align: center;
}
.gird-items .empty {
    line-height: 50px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background-color: #F6F6F6;
}
.list-category-items .empty {
    border: 1px solid #eee;
    line-height: 50px;
    background-color: #F6F6F6;
}
/*====================
26.  Shop sidebar
=====================*/

.sidebar {
    background-color: #f4f4f5;
    padding: 0px 15px 30px;
}
.sidebar-title {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding: 30px 0 20px;
    color: #000;
    display: block;
    margin: 0;
}
.input-box label {
    position: relative;
    top: -3px;
    color: #898989;
    text-transform: capitalize;
    font-weight: 500;
    margin-left: 2px;
    cursor: pointer;
    margin-bottom: 10px;
}
.price-slider-amount #amount {
    border: 0px;
    background-color: transparent;
}
.price-slider-amount {
    font-size: 13px;
    color: #444;
    margin-bottom: 20px;
}
#slider-range.ui-slider .ui-slider-handle {
    background-color: #fff;
    border-radius: 50%;
    border: 4px solid #009FE2;
    height: 17px;
    width: 17px;
    cursor: pointer;
}
#slider-range .ui-slider-range.ui-widget-header {
    background-color: #009FE2;
    border: 0px solid transparent;
    height: 6px;
    top: 1px;
}
#slider-range.ui-widget-content {
    background-color: transparent;
    border: 0px;
    width: 90%;
    margin: auto;
}
/*====================
27.  Gird List Tab
=====================*/

.list-gird-tab-menu li {
    display: inline-block;
}
.list-gird-tab-menu li a {
    display: inline-block;
    color: #898989;
    border: 1px solid #ddd;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #ffffff;
}
.list-gird-tab-menu li.active a, .list-gird-tab-menu li a:hover {
    background-color: #009FE2;
    color: #fff;
    border-color: #009FE2;
}
.list-gird-tab-menu {
    display: inline-block;
}
.category-options .size {
    display: inline-block;
    margin-left: 40px;
    margin-bottom: 0;
}
.category-bar p {
    display: inline-block;
    margin-bottom: 0px;
    margin-top: 10px;
}
.compare-btn {
    color: #fff;
    background-color: #333;
    text-transform: uppercase;
    font-weight: 500;
    padding: 6px 10px;
    display: inline-block;
    float: right;
}
.compare-btn:hover {
    color: #fff;
}
.category-options {
    height: 30px;
}
.category-options .category-title h2 {
    text-transform: uppercase;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    margin-bottom: 5px;
}
.category-options .category-title h2 span {
    float: right;
    text-transform: capitalize;
    font-size: 13px;
}
.category-options .category-bar {
    border-bottom: 2px solid #ebebeb;
    padding: 10px 0px;
}
.category-items-m .category-options .category-title h2 {
    font-size: 14px;
}
.category-bar {
    background: url('/pages/_common/img/contact_bg3.gif') bottom;
    border: 1px solid #ccc;
    margin: 0;
    padding-top: 0;
    padding-bottom: 5px;
    display: block;
}
/*====================
28.  Breadcrumb area
=====================*/

.breadcrumb-area {
    background-color: #f8f8f8;
    padding: 30px 0px;
}
.breadcrumb {
    margin: 0;
    background-color: transparent;
    padding: 0;
}
.breadcrumb li a {
    color: #7b7b7b;
}
.breadcrumb li.active {
    color: #009FE2;
    text-transform: capitalize;
}
/*====================
29.  Cart & Wishlist
=====================*/

.table-responsive .table th {
    text-transform: capitalize;
    font-size: 13px;
    color: #333;
    font-style: normal;
}
.table-responsive .table .item-img {
    width: 110px;
}
.table-responsive .table .item-img img {
    border: 1px solid #ddd;
}
.table-responsive .table .cart-product-name a {
    color: #3a3939;
    display: block;
    font-size: 17px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 5px;
    margin-top: 5px;
}
.table-responsive .table .cart-product-name a:hover {
    color: #009FE2;
}
.table-responsive .table .cart-product-name p {
    margin-bottom: 3px;
    font-size: 12px;
}
.table-responsive .table .unit-price span {
    display: block;
    font-weight: 400;
    line-height: 95px;
}
.table-responsive .table .stock span {
    font-weight: 600;
    line-height: 95px;
    text-transform: capitalize;
    font-size: 12px;
    border-radius: 0;
}
.table-responsive .table .add-to-cart .cart-btn, .shopping-button button, .shopping-button a {
    background-color: #fff;
    border: 1px solid #009FE2;
    border-radius: 5px;
    color: #009FE2;
    font-weight: 600;
    margin: 29px 0;
    padding: 10px 20px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
}
.table-responsive .table .add-to-cart .cart-btn:hover, .shopping-button button:hover, .shopping-button a:hover {
    background-color: #009FE2;
    color: #fff;
}
.table-responsive .table .quantity input {
    height: 35px;
    margin: 30px 0;
    text-align: center;
    width: 35px;
    border: 1px solid #ddd;
}
.table-responsive .table .remove-icon button {
    background-color: transparent;
    border: 0 none;
    font-size: 24px;
    margin: 30px 0px;
}
.table-responsive .table .remove-icon button:hover {
    color: #ee2050;
}
.cart-addition-area {
    overflow: hidden;
    padding-top: 30px;
}
.section-small-title h3 {
    font-family: "Nanum Gothic", sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 25px;
    margin-top: 0;
    text-transform: uppercase;
    color: #333;
}
.single-shipping-location, .payment-method-box {
    border: 1px solid #eee;
    height: 40px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    width: 45%;
}
.single-shipping-location::after, .payment-method-box:after {
    color: #777777;
    content: "\f107";
    font-family: "fontawesome";
    position: absolute;
    right: 5px;
    top: 7px;
    pointer-events: none;
}
.single-shipping-location select, .payment-method-box select {
    background-color: transparent;
    border: medium none;
    color: #606060;
    font-weight: 400;
    height: 40px;
    padding-left: 5px;
    text-transform: capitalize;
    width: 115%;
}
.discount-coupon p {
    margin-top: -4px;
}
.discount-coupon .input-box input {
    border: 1px solid #eee;
    padding: 5px 10px;
    width: 100%;
}
.cart-total p {
    border-bottom: 1px solid #e7e7e7;
    color: #69686c;
    font-weight: 400;
    margin-bottom: 12px;
    margin-top: -4px;
    padding-bottom: 10px;
    text-transform: capitalize;
}
.cart-total p.no-border {
    border-bottom: 0px;
    margin-bottom: 0px;
}
.cart-total p.total-price {
    border-top: 1px solid #24273e;
    color: #24273e;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0px;
    padding-top: 15px;
    border-bottom: 0px;
}
.shopping-button button, .shopping-button a {
    line-height: 15px;
    margin-bottom: 0;
}
.shipping-location .shopping-button button {
    margin-top: 19px;
}
.shopping-button a {
    display: inline-block;
}
.empty-cart h3, .empty-wishlist h3 {
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 0;
}
.buttons a {
    display: inline-block;
    margin: 0;
}
.buttons a.stock span {
    border-radius: 0;
    text-transform: uppercase;
    padding: 10px 20px;
    transition: 0.3s;
}
.buttons a.stock:last-child {
    float: right;
}
.buttons a.stock span:hover {
    background-color: #009FE2;
}
.content {
    padding: 100px 0px;
}
.content h2 {
    text-transform: uppercase;
    font-size: 24px;
    color: #333;
}
.my-account-accordion button, .authentication button, .content a {
    background-color: #333;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    padding: 10px 20px;
    transition: 0.3s;
}
.my-account-accordion button:hover, .authentication button:hover, .content a:hover {
    background-color: #009FE2;
}
/*====================
30.  Checkout
=====================*/

.client-address-form input, .client-address-form textarea, .blog-comment-form input, .blog-comment-form textarea {
    border: 1px solid #eee;
    margin-bottom: 22px;
    padding: 6px 10px;
    text-transform: capitalize;
    width: 100%;
}
.payment-methods {
    overflow: hidden;
}
.payment-method .section-small-title h3 {
    margin-top: 25px;
}
.terms-text .checkbox {
    padding-left: 20px;
    text-transform: capitalize;
}
.terms-text .checkbox a {
    color: #009FE2;
}
.terms-text .checkbox a:hover {
    text-decoration: underline;
}
.checkout-area .shopping-button a, .blog-comment-form .shopping-button button {
    margin-top: 15px;
}
/*====================
31.  My account
=====================*/

.my-account-accordion .panel-group {
    margin-bottom: 0;
}
.my-account-accordion .panel-title i {
    color: #009FE2;
    margin-right: 5px;
    padding-right: 5px;
    position: relative;
}
.my-account-accordion .panel-title i:after {
    background-color: #ddd;
    content: "";
    height: 36px;
    position: absolute;
    right: -3px;
    top: -12px;
    width: 1px;
}
.account-title h4 {
    font-size: 14px;
    text-transform: capitalize;
}
.order-history p, .credit-slids p {
    background-color: #009FE2;
    color: #fff;
    margin-top: 20px;
    padding: 15px 20px;
    font-size: 13px;
}
.my-address p {
    font-size: 13px;
}
.account-address {
    border: 1px solid #ddd;
    padding: 15px;
}
.account-address ul li.address-menu-title {
    border-bottom: 1px solid #ddd;
    color: #333;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.account-address li {
    font-size: 13px;
    line-height: 24px;
    text-transform: capitalize;
}
.account-address ul li button, .add-address button, .save-button, .wishlist-container button {
    margin-top: 20px;
}
.add-address, .save-button, .wishlist-container .save-button {
    text-align: right;
    margin-right: 5px;
}
.wishlist-container h3 {
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
}
.wishlist-container label {
    display: block;
    font-weight: 600;
}
.wishlist-container input {
    border: 1px solid #ddd;
    min-height: 40px;
    width: 100%;
    padding: 0px 20px;
}
.delivery-details input, .delivery-details select {
    border: 1px solid #eee;
    background-color: transparent;
    padding: 0px 10px 0;
    margin-bottom: 20px;
}
.my-account-accordion button, .authentication button {
    border: 1px solid #333;
}
.my-account-accordion button:hover, .authentication button:hover {
    border-color: #009FE2;
}
/*====================
32.  Authentication
=====================*/

.authentication {
    padding: 20px;
    background-color: #fbfbfb;
    border: 1px solid #eee;
}
.border-title h3 {
    text-transform: uppercase;
    font-size: 18px;
    color: #333;
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.authentication label, .authentication input {
    width: 100%;
}
.authentication label {
    text-transform: uppercase;
    color: #333;
}
.authentication input {
    border: 1px solid #ddd;
    padding: 8px 10px;
    background-color: transparent;
    font-size: 12px;
    text-transform: capitalize;
    color: #333;
    margin-bottom: 30px;
}
/*====================
33.  Blog
=====================*/

.blog-category {
    display: block;
    text-transform: capitalize;
    color: #454545;
    border-bottom: 1px solid #e0e0e0;
    padding: 8px 0px;
    transition: 0.3s;
}
.blog-category:hover {
    color: #009FE2;
}
/*====================
33.1.  Blog details
=====================*/

.blog-full-post .blog-img a img {
    width: 100%;
}
.blog-full-post .blog-info {
    margin-bottom: 10px;
    margin-top: 30px;
}
.blog-full-post .blog-title {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 30px;
}
.blog-full-post .post-text p {
    margin-bottom: 35px;
}
.blog-full-post .post-text blockquote {
    border-left: 4px solid #009FE2;
    font-size: 14px;
    margin-left: 55px;
}
.blog-full-post .blog-info {
    margin-bottom: 10px;
    margin-top: 30px;
}
.blog-full-post .post-info {
    background-color: #f3f3f3;
    margin-bottom: 30px;
    padding: 10px 10px 7px 22px;
}
.blog-full-post .post-info span i {
    color: #009FE2;
}
.comment-list ul li {
    background-color: #f3f3f3;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 20px 25px;
}
.comment-list ul li.comment-reply {
    margin-left: 40px;
}
.comment-list .author-img {
    float: left;
    width: 10%;
}
.comment-list .author-comment {
    float: left;
    padding-left: 3%;
    width: 90%;
}
.author-comment h5 {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 600;
    margin: 0;
}
.author-comment p {
    color: #666666;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 0;
}
.author-comment a {
    color: #009FE2;
    margin-right: 10px;
    text-transform: capitalize;
}
.author-comment a.reply {
    color: #777;
}
.author-comment a.reply:hover {
    color: #ee2050;
}
/*====================
34.  main icon
=====================*/

.moddle-icon {
    background-color: #F1F1F1;
    padding: 30px 0 50px;
}
.moddle-icon .icon {
    float: left;
    text-align: center;
    width: 11%;
}
.moddle-icon .icon a {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    line-height: 100px;
    background-color: #ffffff;
    display: block;
    margin: 0 auto;
}
.moddle-icon h5 {
    padding-top: 15px;
    font-size: 13px;
}
.moddle-icon .icon img {
    transition: 1s ease;
}
.moddle-icon .icon img:hover {
    -webkit-transform: rotateZ(-10deg);
    -ms-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg);
    transition: 1s ease;
}
/*.fadein img{
opacity:0.5;
transition: 1s ease;
}

.fadein img:hover{
opacity:1;
transition: 1s ease;
}
*/

/*====================
34.  main contact
=====================*/

form label+i, form label+i {
    position: absolute;
    font-size: 14px !important;
    left: 20px;
    top: 13px;
    width: 1em;
    line-height: 1;
    text-align: center;
}
form label+i+.form-control, form label+i+.form-control {
    padding-left: 45px;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], input[type="date"], textarea, select, .form-control {
    height: 38px;
    background-color: #fffffff;
    border-radius: 0px;
    box-shadow: none;
    color: #333333;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
    line-height: 30px;
}
.contact-form button, .contact-form input[type="submit"] {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 4px;
    line-height: 1;
    display: inline-block;
    text-align: center;
    color: #ffffff;
    background-color: #00A9E0;
    border-radius: 5px;
    border: none;
    position: relative;
    padding: 10px 15px;
    transition: all 0.4s linear 0s;
}
.contact-form .terms-text {
    display: inline-block;
    line-height: 20px;
    margin-left: 0;
}
.contact-form .terms-text input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin: 0 0 0 -20px;
    ;
}
.contact-form .btngroup {
    display: inline-block;
    float: right;
}
.contact-form label[for] {
    display: none;
}
.contact-form i {
    color: #bf3654;
    border-color: #bf3654;
}
label {
    font-weight: inherit;
}
.main-contact {
    background-image: url(/pages/_common/img/contact_bg3.gif);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.main-contact .tel-area {
    padding-left: 50px;
    padding-top: 20px;
    display: inline-block;
}
.main-contact .form-group {
    margin-bottom: 5px;
}
/*====================
34.  main recruit
=====================*/

.recruit {
    padding: 8px 15px;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}
.recruit ul {}
.recruit li {
    list-style-type: none;
    line-height: 27px;
}
.recruit .title {
    font-weight: 400;
    border-bottom: 1px solid #efefef;
}
.recruit li span {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.recruit li .process {
    width: 49%;
}
.recruit li .name {
    width: 19%;
    text-align: center;
}
.recruit li .job {
    width: 28%;
}
/*====================
34.  overlay
=====================*/
.overlay {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    opacity: 0;
    display: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.overlay.show {
    opacity: 1;
    display: block;
}
/*====================
34.  popup
=====================*/

.popup-newsletter {
    position: fixed;
    top: 50%;
    z-index: 99997;
    left: 50%;
    transform: translate(-50%, -50%);
}
.popup-newsletter .popup {
    background: #fff;
    border-radius: 10px;
    margin-right: 15px;
    margin-left: 15px;
    overflow: hidden;
    padding: 0;
}
.popup-newsletter .popup span {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    right: 10px;
    top: -20px;
    background-color: #f28b00;
    border-radius: 50%;
    cursor: pointer;
}
.popup-newsletter .popup span:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    right: 19px;
    top: 10px;
    background: #fff;
    transform: rotate(45deg);
}
.popup-newsletter .popup span:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 1px;
    right: 10px;
    top: 19px;
    background: #fff;
    transform: rotate(45deg);
}
/*====================
34.  worknet
=====================*/

.worknet li {
    border-left: 1px solid #EBEBEB;
    border-right: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    height: 50.4px;
    padding: 8px 10px 0px 10px;
    width: 288px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.worknet li a {
    font-size: 12px;
    color: #009FE2;
}
.worknet li span {
    color: #ccc;
    font-size: 11px;
}
.worknet li p {
    line-height: 27px;
}
/*====================
34.  top location
=====================*/

.location-top {
    background-color: #F8F8F8;
    border-bottom: 1px solid #ccc;
}
.location-inner {
    background-color: #F8F8F8;
}
.location-inner>ul {
    height: 100%;
}
.location-inner>ul>li {
    position: relative;
    float: left;
    width: 200px;
    height: 100%;
    color: #373737;
    line-height: 44px;
    background: url(/assets/img/iconfile/location_bg2.png) no-repeat 100% 0;
    padding-right: 20px;
}
.location-inner>ul>li.home {
    width: auto;
    font-size: 12px;
    font-weight: 300;
    background: #F8F8F8 url(/assets/img/iconfile/location_bg1.png) no-repeat 100% 0;
    padding-right: 40px;
}
.location-inner>ul>li>a {
    display: block;
    padding-left: 23px;
    font-size: 13px;
    background: url(/assets/img/iconfile/location_arrow.jpg) no-repeat 95% 50%;
}
.location-inner>ul>li .location-2dep li a:hover {
    background: #f0f0f0 url(/assets/img/iconfile/location_arrow2.jpg) no-repeat 90% 50%;
}
.location-inner>ul>li .location-2dep li {
    height: 44px;
    line-height: 44px;
    border-top: 1px solid #cfcfcf;
}
.location-inner>ul>li .location-2dep li a {
    display: block;
    padding-left: 40px;
    color: #414141;
    font-size: 13px;
    font-weight: 300;
}
.location-inner>ul>li.location1, .location-inner>ul>li .location-2dep {
    width: 180px;
}
.location-inner>ul>li .location-2dep {
    display: none;
    position: absolute;
    top: 44px;
    left: -18px;
    border-left: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    background-color: #fff;
    z-index: 11;
}
.utils i {
    font-size: 20px;
    margin-left: 30px;
    line-height: 45px;
}
/*====================
34.  contentInfo
=====================*/

#contentInfo {
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}
#contentInfo h3 {
    display: inline-block;
    position: relative;
    padding: 0 0 20px;
    border-bottom: 2px solid #0060a1;
    color: #151515;
    font-size: 22px;
    font-weight: 400;
}
#contentInfo .sub-prev-btn {
    padding-right: 5px;
    left: 0px;
}
#contentInfo .sub-next-btn {
    padding-left: 5px;
    right: 0px;
}
#contentInfo a {
    display: inline-block;
    position: absolute;
    top: 0px;
    padding: 15px 0px 0px 0;
}
/*====================
34.  quick right
=====================*/

#floatMenu {
    position: absolute;
    width: 200px;
    right: 20px;
    bottom: 100px;
    z-index: 90;
}
#floatMenu a {
    display: block;
    padding-bottom: 10px;
}
#floatMenu .right_top {
    width: 200px;
    height: 30px;
    line-height: 30px;
    background-color: #000;
    color: #fff;
    text-align: center;
}
/*====================
34.  agent color
=====================*/

.mainmenu .btn-sm {
    width: 48px;
    margin-right: 5px;
    font-size: 13px;
    padding: 2px 4px;
}
.basic {
    background-color: #009FE2;
    border-color: #008DCA;
    color: #fff;
}
.jeonnam {
    background-color: #00BA88;
    border-color: #00AE7E;
    color: #fff;
}
.shinsegae {
    background-color: #E7328A;
    border-color: #E21B79;
    color: #fff;
}
.cheomdan {
    background-color: #EB555A;
    border-color: #E8393E;
    color: #fff;
}
.mokpo {
    background-color: #726CC2;
    border-color: #554EB6;
    color: #fff;
}
.color-basic {
    color: #009FE2;
}
.color-jeonnam {
    color: #00BA88;
}
.color-shinsegae {
    color: #E7328A;
}
.color-cheomdan {
    color: #EB555A;
}
.color-mokpo {
    color: #726CC2;
}
/*====================
34.  view style
=====================*/

.btn-type {
    margin-top: 30px;
}
.view_box_ad1 {
    text-align: center;
    padding: 30px 0 50px;
}
.view_box_ad1 img {
    width: 100%;
}
.view_box_price {
    background-color: #FBFBFB;
    padding: 30px 0;
    text-align: center;
}
.view_box_certi {
    text-align: center;
    padding: 30px 0 50px;
}
.view_box_detext {
    padding: 30px 50px 50px;
    font-size: 14px;
    line-height: 170%;
}
.support_program {
    text-align: center;
    padding: 30px 0 50px;
}
.curriculum_lists {
    padding: 30px 30px 50px;
}
.curriculum_lists h3 {
    font-weight: 300;
}
.curriculum_lists h3 span {
    color: #009FE2;
}
.curriculum_lists h5 {
    padding-left: 30px;
    margin-bottom: 30px;
    font-weight: 400;
}
.curriculum_lists table>thead>tr {
    border-top: 2px solid #222;
    border-bottom: 2px solid #222;
    font-size: 15px;
}
.curriculum_lists th {
    text-align: center;
}
.curriculum_lists td {
    height: 45px;
    font-size: 14px;

}
.pf_lists {
    margin-top: 30px;
}
.pf_lists .item {
    display: inline-block;
    width: 23.333%;
    background-color:#fff;
    margin-bottom:3px;
    border:1px solid #ccc;
    margin: 5px;
    -webkit-box-shadow: 3px 3px 1px 2px rgba(204,204,204,0.5);
    -moz-box-shadow: 3px 3px 1px 2px rgba(204,204,204,0.5);
    box-shadow: 3px 3px 1px 2px rgba(204,204,204,0.5);
}
.pf_lists .item h5 {
    margin: 5px 0;
}
.pf_lists .item span {
    display: block;
    margin-bottom: 10px;
}
.pf_lists .item img {
    width: 100%;
    margin: 0 auto;
}
.pf_btn { 
    width: 200px; 
    margin-top: 30px;   
    border-radius: 3px;
}


.facility_lists .item img {
    width: 90%;
    margin: 0 auto;
}

.review_lists {
    margin-top: 20px;
}
.review_lists .item {
    display: block;
    text-align: center;
    line-height: 150%;
    margin: 0 5px;
    border: 1px solid #cccccc;
    background-color: #fff;
    -webkit-box-shadow: 2px 4px 5px 0px rgba(224, 224, 224, 1);
    -moz-box-shadow: 2px 4px 5px 0px rgba(224, 224, 224, 1);
    box-shadow: 2px 4px 5px 0px rgba(224, 224, 224, 1);
    padding-bottom: 5px;
    margin-bottom: 30px;
}
.review_lists .item img {
    width: 100%;
}
.review_lists .item h5 {
    margin: 5px 0;
}
.review_lists .owl-controls .owl-nav div {
    top: 20%;
}
/*====================
34.  owl theme
=====================*/

.owl-controls .owl-dots {
    margin-top: -30px;
    margin-left: 20px;
}
.owl-controls .owl-dot {
    display: inline-block;
}
.owl-controls .owl-dot span {
    background-color: #efefef;
    border-radius: 20px;
    display: block;
    height: 14px;
    margin: 5px 7px;
    opacity: 0.7;
    width: 14px;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    /* -ms-transition: opacity 200ms ease; */
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
    background: #009FE2;
}
/*====================
map common 
=====================*/

.kjca-maps {
    width: 100%;
    height: 350px;
}

/*====================
online common 
=====================*/

#radioBtn .notActive {
    color: #3276b1;
    background-color: #fff;
}
#radioBtn {
    margin-bottom: 50px;
}
#radioBtn .btn {
    padding: 20px 0;
}
.modal-body .bt_title_type {
    font-size: 16px;
    color: #222;
}
.modal-body .bt_title_type {
    font-size: 16px;
    color: #222;
    margin-bottom: 10px;
}
.modal-body .bottom_box {
    margin-bottom: 20px;
}
/*====================
online common 
=====================*/

#left-sidebar {
    width: 180px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background: #ffffff;
    color: #fff;
    transition: all 0.3s;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-right: 4px solid rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
#left-sidebar.active {
    margin-left: -177px;
}
#sidebarCollapse {
    width: 40px;
    height: 40px;
    position: fixed;
    top: 50px;
    left: 176px;
    z-index: 999;
    font-size: 20px;
    color: #fff;
    background-color: #A1A1A1;
    transition: all 0.3s;
    border: none;
    padding: 0;
    border-top-right-radius: 20%;
    border-bottom-right-radius: 20%;
}
#sidebarCollapse.active {
    margin-left: -177px;
}
#left-sidebar a[data-toggle="collapse"] {
    position: relative;
}
#left-sidebar a[aria-expanded="false"]::before, #left-sidebar a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}
#left-sidebar a[aria-expanded="true"]::before {
    content: '\e260';
}
#left-sidebar .list-group-item:last-child, #left-sidebar .list-group-item:first-child {
    border-radius: 0;
}
#left-sidebar .list-group {
    margin-bottom: 0;
}
#left-sidebar .list-group-item {
    border: 1px dotted #DDD;
    border-left: 0;
    border-right: 0;
    margin-bottom: 0;
    margin-top: -1px;
    font-size: 12px;
    color: #222;
}
#left-sidebar .list-group .collapse a {
    padding-left: 25px;
}
#left-sidebar .list-group-item .glyphicon {
    margin-right: 5px;
}
#left-sidebar .list-group .group-child {
    font-size: 12px;
    font-weight: 300;
}
#left-sidebar .top {
    min-height: 100px;
    background-color: #F1F2F2;
}
#left-sidebar .tel {
    padding-top: 8px;
    text-align: center;
    height: 45px;
    background-color: #525252;
}
#left-sidebar .agent {
    text-align: center;
    height: 40px;
    padding-top: 10px;
    background-color: #525252;
}
#left-sidebar .agent_more {
    background-color: #525252;
    display: none;
    /*opacity: 0.0;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    */
}
#left-sidebar .agent_more ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#left-sidebar .agent_more li {
    display: inline-block;
    background-color: #525252;
    text-align: center;
    color: #ffffff;
    width: 84px;
    padding: 10px;
    border-right: 1px solid #646464;
}
#left-sidebar .agent_more li h5 {
    font-size: 14px;
    height: 20px;
    padding: 0;
    margin: 0;
}
#left-sidebar .agent_more li .agent {
    color: #efefef;
    font-size: 12px;
    line-height: 25px;
}
#left-sidebar .agent_more li div a {
    color: #333;
    font-size: 18px;
    line-height: 24px;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    background: #efefef;
    display: inline-block;
}
.main_agent {
    clear: both;
}
.main_agent ul li {
    float: left;
    width: 33.333%;
    text-align: center;
    background-color: #333;
    min-height: 120px;
    border-right: 1px dotted #474747;
    border-bottom: 1px dotted #474747;
    padding: 5px;
    color: #fff;
}
.main_agent ul li h5 {
    font-size: 16px;
}
.main_agent li a {
    color: #fff;
}
.main_agent li a:hover {
    color: #009FE2;
}
.main_agent li div {
    padding-top: 15px;
}
.main_agent li div a {
    color: #333;
    font-size: 18px;
    line-height: 24px;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    background: #efefef;
    display: inline-block;
}
/*====================
new location  
=====================*/

.location-nevi {
    background-color: #ffffff;
    border-bottom : 1px solid #EFEFEF;
    height:40px;
}

div.selectBox {
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-align: left;
    clear: both;
    z-index: 10;
    height: 40px;
    line-height: 40px;
    margin:0;
    padding: 0;
}

div.selectHome {
    width: 80px;
}
div.selectTab {
    width: 15px;
}

span.selected {
    min-width: 180px;
    text-indent: 5px;
    overflow: hidden;
    font-size: 14px;
    font-weight: 500;
    background: #ffffff;
	letter-spacing: 0pt;
    color:#222;
}
span.selectArrow {
    text-align: center;
    font-size: 12px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
span.selectArrow,
span.selected {
    position: relative;
    float: left;
    z-index: 1;
    height: 40px;
    border-bottom: 1px solid #EFEFEF;
}

ul.selectOptions {
    position: absolute;
    top: 40px;
    left: -4px;
    min-width: 214px;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
    overflow: hidden;
    display: none;
    list-style: none inside none;
    z-index:20;
    background:#ffffff;
}

li.selectOption {
    display: block;
    line-height: 20px;
    padding: 5px 0 5px 10px;
    font-size: 13px;
    list-style: none;
    margin: 0;
}

li.selectOption:hover {
    color: #f6f6f6;
    background: #009FE2;
}

div.selectedBox .selected {
    color:#009FE2 !important;
}

.location-nevi h5{
    position: relative;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-top:0;

}
.location-nevi h5 a{
    color:#222;
    font-weight: 700;
}

/*====================
category-items
=====================*/

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #f1f1f1;
}
.category-items td {
    font-size: 14px;
    font-weight: 300;
}
.category-items thead {
    border-top: 3px solid #009FE2;
}
.category-items table thead th {
    font-size: 13px;
    text-align: center;
    padding: 0;
    margin: 0;
    color: #222;
    vertical-align: middle;
}
.category-items table tbody td {
    vertical-align: middle;
}
.category-items table select {
    border: none;
    padding: 0 10px;
    margin: 0;
    font-size: 13px;
    text-align-last: center;
    cursor: pointer;
}
/*====================
main-lists
=====================*/

.main-all-list {
    margin-top: 30px;
    margin-bottom: 30px;
}
.main-all-list h4 {
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 22px
}
.main-all-list table thead th {
    color: #222;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}
.main-all-list table tbody td {
    height: 35px;
    vertical-align: middle;
}
.main-all-list table th select {
    border: none;
    padding: 0 10px;
    margin: 0;
    font-size: 13px;
    text-align-last: center;
    cursor: pointer;
}

.main-lists .btn { font-size:12px; }