﻿
/* -------------
	Bootstrap no-gutter
-------------------------- */
.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}

/* -------------
	DEFAULT
-------------------------- */
@font-face {
    font-family: 'Helvetica';
    src: format('truetype') url('../fonts/Helvetica.ttf');
}

@font-face {
    font-family: 'Helvetica75';
    src: format('truetype') url('../fonts/Helvetica Bold.ttf');
}

body {
    font-family: 'Helvetica', 'Helvetica75', 'NanumGothic', 'Gulim';
    background-color: #fff;
    font-size : 10pt;
    color:#444444;
    min-width : 360px;
}

body.modal-open {
    padding-right: 15px !important;
}

.modal-open {
    overflow: auto;
}
.center {
    text-align : center;
}

.div60 {
    float : left;
    width : 60%;
    text-align:center;
}

.div50 {
    float : left;
    width : 50%;
    text-align:center;
}

.div40 {
    float : left;
    width : 40%;
    text-align:center;
}

.div20 {
    float : left;
    width : 20%;
    padding-left : 10px;
    padding-right : 10px;
}

.padding-left-15 {
    padding-left : 15px !important;
}

a {
    color : #444444;
}

.header-bar {
    border-top : 3px solid #3d3d3d;
    margin-bottom : 20px;
}

.tk-box {
    min-height: 20px;
    padding-top : 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    border-bottom: 1px solid #656565;
}

.tk-box .title {
    width : 100%;
    font-size : 20px;
    font-weight : 700;
    font-family : Helvetica;
    padding-bottom : 15px;
    border-bottom : 2px solid #656565;
}

.tk-box .body {
    padding-top : 30px;
    padding-bottom : 30px;
}

.tk-box .body .form-group:last-child {
    margin-bottom : 0px;
}

.tk-box .body .form-group input, .tk-box .body .form-group textarea {
    background-color: #e4e4e4;
}

.space20 {
    padding-top : 20px;
}

@media (max-width:360px) {
    .header-bar {
        margin-bottom : 0px;
    }
}

/* -------------
	SHOPBAR 
-------------------------- */

.shopbar {
    height:47px;
    font-family : "Helvetica";
    height:47px;
    border-bottom : 1px solid #3d3d3d;
}

.shopbar .shopbar-icon {
    float : left;
    padding-top : 7px;
}

.shopbar .label-info {
    position :relative;
    left : -10px;
    top : -5px;
}

.shopbar .content {
    float : left;
    padding-top : 14px;
    padding-left : 0px;
    font-size : 13px;
    font-family : Helvetica;
    font-weight : bold;
}

.shopbar .cart-count {
    background : url('/v2.5/images/bgCartCounter.png') no-repeat;
    width : 37px;
    height : 37px;
    margin-top : 4px;
    padding-top : 7px !important;
    padding-left : 0px !important;
    text-align : center;
    margin-left : 5px;
}

.shopbar .cart-count span {
    color : white;
    font-size : 16px;
}

.shopbar .sub-total {
    float : left;
    padding-top : 12px;
    padding-left : 5px;
}

.shopbar .sub-total .currency {
    font-size : 80%;
}

.shopbar .searchbar {
    background-color:#3d3d3d;
    height:46px;
    width : 95%;
}

.shopbar .searchbar .shopbar-icon {
    padding-left : 10px;
    width : 10%;
}

.shopbar .searchbar .searchbox {
    float:left;
    width : 75%;
}

.shopbar .searchbar .search-textbox {
    height:46px;
    background-color:#3d3d3d;
    color:white;
    border:0px;
    width : 100%;
}

.shopbar .searchbar .button {
    float:right;
    padding-top:5px;
    padding-left:5px;
    font-family: "Helvetica75";
    background:url(/v2.5/images/buttonbar.png) repeat-y left;
    height : 46px;
    width : 15%;
}

.shopbar .searchbar .button .btn {
    float:left;
    background-color:#3d3d3d;
    color:white;
}

.shopbar .badge {
    display : none;
    position : relative;
    top : -30px;
    left : 15px;
    background-color : #ffd800;
    color:#444444;
}

.shopbar .search-button-icon {
    display : none;
}

.currency-rate-mobile {
    display : none;
}

.currency-rate-mobile {
    font-size : 75%;
}

.currency-rate-mobile .table {
    margin-bottom : 10px;
}

/* -------------
	Shop bar Responsive 
-------------------------- */
@media (max-width:1280px) {
    .shopbar .shopbar-right-icon {
        display : none;
    }
    .shopbar .searchbar .searchbox {
        width : 75%;
    }
    .shopbar .searchbar .button {
        width : 15%;
    }
}

@media (max-width:1200px) {
    .shopbar .searchbar .searchbox {
        width : 70%;
    }
    .shopbar .searchbar .button {
        width : 20%;
    }
}

@media (max-width:990px) {
    .shopbar-login-icon, .cart-count {
        display : none;
    }
    .shopbar .badge {
        display : block;
    }
    .shopbar .searchbar .searchbox {
        width : 65%;
    }
    .shopbar .searchbar .button {
        width : 25%;
    }
    .shopbar .sub-total {
        padding-left : 20px;
    }
    .shopbar .sub-total .currency {

    }
}

@media (max-width:768px) {
    .shopbar .shopbar-right-icon {
        display : block;
    }
    .shopbar .content.shopbar-right {
        display : none;
    }
    .shopbar .sub-total .currency {

    }
}

@media (max-width:680px) {
    .searchbar .shopbar-icon {
        display : none;
    }
    .shopbar .searchbar .searchbox {
        width : 60%;
    }
    .shopbar .searchbar .button {
        width : 30%;
    }
    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        border-top: 0px;
    }
}

@media (max-width:635px) {
    .shopbar .badge {
        left : 0px;
        top : -15px;
    }
    .shopbar .searchbar .button button {
        display : none;
    }
    .shopbar .searchbar .button .search-button-icon {
        display : block;
        width: 25px;
        padding-top: 5px;
    }
    .shopbar .searchbar .searchbox {
        width : 85%;
    }
    .shopbar .searchbar .button {
        width : 15%;
    }
    .shopbar .shopbar-cart-icon .badge {
        top : -20px;
        left : 20px;
    }
    .shopbar .shopbar-cart-icon img {
        width: 50%;
        height: 50%;
        padding-top: 3px;
    }
    .shopbar .sub-total {
        font-size : 70%;
        padding-top: 28px;
        padding-left: 0px;
    }
}

@media (max-width:450px) {
    .shopbar .shopbar-icon img {
        width : 90%;
        height : 90%;
        padding-top : 3px;
    }
    .shopbar .badge {
        display : none;
    }
    .shopbar .searchbar .searchbox {
        width : 80%;
    }
    .shopbar .searchbar .button {
        width : 20%;
    }
    .shopbar .shopbar-cart-icon img {
        width: 50%;
        height: 50%;
        padding-top: 3px;
    }
    .shopbar .sub-total {
        padding-top: 10px;
        padding-left: 30px;
        left: -10px;
        position: absolute;
    }
}

@media (max-width:360px) {
    .shopbar .shopbar-cart-icon img {
        width: 100%;
        height: 100%;
        padding-top: 3px;
        padding-left: 20px;
    }

    .shopbar .sub-total {
        display: none;
    }
    .shopbar .badge {
        display : none;
    }
    .cart-count {
        display : none;
    }
    .shopbar .searchbar .searchbox {
        width : 100%;
    }
    .shopbar .searchbar .button {
        display:none;
    }
    .shopbar .searchbar {
        padding-left: 5px;
    }
}

/* -------------
	Menu
-------------------------- */
.menuArea {
    height : 86px;
}

.menuArea span.all {
    display : none;
    position : absolute;
    left : 10px;
    top : 20px;
}

.main-logo {
    padding-top : 26px;
}

.main-menu ul {
    padding-top : 15px;
    list-style: outside none none;
    padding-left : 0px;
}

.main-menu ul li {
    min-width: 105px;
    float: left;
    text-align: center;
    position: static;
    padding: 0px;
    line-height: 100%;
    padding-top : 22px;
}

.main-menu ul li span {
    font-family : Helvetica;
    font-size : 16px;
}

.main-menu ul li.all {
    min-width : 40px;
    padding-top : 15px;
}

.main-menu ul li a:hover {
    text-decoration : none;
    color : #e4577d;
}

.allCategoryBox {
    display : inline-block;
    width : 100%;
    background: #ececec none repeat scroll 0% 0%;
    border-top: 2px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    font-family : Helvetica;
    padding-top : 27px;
    font-size : 14px;
}

.allCategoryBox dt {
    padding-bottom : 10px;
}

.allCategoryBox dl dt {
    font-weight: bold;
    color: #DC4066;
}

.allCategoryBox a {
    display: inline;
    color: #333;
}

.allCategoryBox ul {
    list-style: outside none none;
    padding-left : 0px;
}

.allCategoryBox dl dd ul li {
    line-height: 1.5;
}

/* -------------
	Menu Responsive 
-------------------------- */

@media (max-width:1400px) {
    .currency-rate-mobile {
        display : inline-block;
        width : 100%;
    }
    .currency-rate-mobile .table {
        margin-bottom : 0px;
    }
    .currency-rate-mobile .table > tbody > tr > td {
        border-top : 0px;
    }
    .main-logo {
        padding-top : 10px;
    }
    .main-menu ul li.all {
        padding-top: 0px;
    }
    .main-menu ul li {
        padding-top: 8px;
    }
    .menuArea {
        height: 70px;
    }
}

@media (max-width:1200px) {
    .main-menu ul {
        padding-top : 10px;
    }
    .main-menu ul li {
        min-width: 93px;
        height: 30px;
    }

    .main-menu ul li span {
        font-size : 14px;
    }

    .menuArea {
        height: 80px;
    }
}

@media (max-width: 1000px) {
    .menuArea {
        height:110px}
}

@media (max-width:980px) {
    .main-logo {
        text-align : center;
        padding-top : 0px;
        padding-bottom : 10px;
    }
    .main-menu {
        padding-bottom : 10px;
    }
    .main-menu ul {
        padding-top : 0px;
    }
    .main-menu ul li {
        min-width: 97px;
    }

    .main-menu ul li span {
        font-size : 15px;
    }

}

@media (max-width:768px) {
    .menuArea  {
        height : 70px;
    }
    .menuArea span.all {
        display : inline ;
        padding-left : 10px;
    }
   .main-menu {
        display : none;
    }
}

@media (max-width:768px) {
    .menuArea span.all {
        top : 6px;
    }
}

/* -------------
	Footer
-------------------------- */
.common-footer-menu {
    border-top : 1px solid #b1b1b1;
    border-bottom : 1px solid #b1b1b1;
    font-size : 14px;
}

.common-footer-menu div {
    text-align : center;
    margin-top : 10px;
    margin-bottom : 10px;
    border-right : 1px solid #b1b1b1;
}

.common-footer-menu div:last-child {
    border-right : 0px solid #b1b1b1;
}

.common-footer-info {
    margin-top : 30px;
    margin-bottom : 20px;
    font-size : 90%;
}

.common-footer-info .authmarkinfo {
    text-align : center;
}

/* -------------
	Footer responsive
-------------------------- */
@media (max-width:768px) {
    .common-footer-info .footer-logo {
        text-align : center;
        padding-bottom : 20px;
    }
    .common-footer-info .footer-info {
        text-align : center;
    }
   .main-menu {
        display : none;
    }
    
    .footer-v4 .footer
    { 
    border-top: 1px solid #ccc;
    padding-top: 20px;}
}


@media (max-width:500px) {
    
    .list-unstyled li .address-list li {
        font-size: 9px;
    }
}

@media (max-width:448px) {
    .footer_response_cr { display: none;}
    
}
/* -------------
	Left Menu
-------------------------- */
.content-navigation {
}

.category-menu {
    border-top : 4px solid #443d3a;
}

.category-menu ul {
    list-style: outside none none;
    padding-left : 0px;
}

.category-menu ul li{
    padding-top : 10px;
    padding-bottom : 10px;
    padding-left : 10px;
    font-size : 16px;
    font-weight : bold;
}

.category-menu ul li:first-child {
    margin-top : 10px;
}

.category-menu ul li:last-child {
    border-bottom : 1px solid #443d3a;
}


.category-menu ul span.active {
    padding-right : 5px;
}

.category-menu ul li a:hover{
    text-decoration : none;
}

/* -------------
	content body default
-------------------------- */

@media (min-width:1280px) {
    .content-body {
        /*padding-top : 15px;*/
        /*min-height: 600px;*/
    }
}

.category-breadcrumb {
    background-color : white;
    font-size : 14px;
    /*text-transform : uppercase;*/
    padding-left : 10px;
}

.category-name {
    margin-top : 30px;
    padding-left : 10px;
    font-size : 30px;
    font-weight : bold;
    text-transform : uppercase;
}

.page-title {
    margin-top : 40px;
    padding-left : 10px;
    font-size : 25px;
    font-weight : bold;
    text-transform : uppercase;
}

/* -------------
	content body default Responsive
-------------------------- */

@media (max-width:360px) {
    .category-name {
        margin-top: 10px;
    }
    .page-title {
        margin-top : 10px;
    }
}

/* -------------
	Footer
-------------------------- */
.margin-bottom-20 {
    margin-bottom: 20px;
}

.footer-v4 .footer {
    /*padding: 25px 0;*/
    background-color: #fff;
    /*border-top: 2px solid #b1b1b1;*/
    border-bottom: 2px solid #ccc;
    margin: 25px 0px;
}

.footer-v4 .address-list li i {
    margin-right: 10px;
    vertical-align: middle;
    color: #bbb;
    margin-bottom: 7px;
    font-size : 14px;
}
.footer-v4 .shop-social li i {
    color: #fff;
    width: 30px;
    height: 30px;
    padding: 8px;
    font-size: 16px;
    text-align: center;
/*    background: #414040;*/
    background: pink;
    border-radius: 10px;
    
}

@media screen and (max-width:580px) {
    .footer-v4 .shop-social li i { display: none;}
}


.footer-v4 h2.thumb-headline {
    color: #000;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 0px;
    text-transform: uppercase;
}
.footer-v4 .simple-list li {
    color: #bbb;
}
li:first-child {
    padding-left: 0;
}

.footer-v4 .sponsors-icons {
    color: #000;
    font-size: 40px;
    margin-bottom: 0;
}


/* -------------
	TK Board
-------------------------- */
.board-notice:link {
    font-size : 120%;
    font-weight : bold;
}

.board-notice:hover {
    font-size : 120%;
    font-weight : bold;
}

.board-notice:visited {
    font-size : 120%;
    font-weight : bold;
}

pre {
    white-space: pre-wrap;
}



/*add 181106*********************************************************************************************************/
ul.tmenu{
	margin:0;
	padding:0;
	float:right;
}
.tmenu > li{
	float:left;
	list-style:none;
	padding:6px;
}
.tmenu > li:after{
	content:"";
	display:inline-block;
	width:1px;
	height:10px;
	background:#ddd;
	margin-left:12px;
}
.tmenu > li:last-child:after{
	display:none !important;
}

/*add 181227*********************************************************************************************************/
/*
.new_main_menu ul { position: relative;  }
.new_main_menu ul li { list-style:none; float: left; padding: 1rem 1rem; }
.new_main_menu ul li:hover> .new_sub_menu { visibility:visible; display: block;  background-color: #000; }
.new_main_menu ul li .new_sub_menu { visibility: hidden; position: absolute; z-index: 50; left:0; width: 100%; background-color: #000; }
.new_main_menu ul li .new_sub_menu a { color: #fff; }
.new_main_menu ul li ul { padding: 0.2rem 0.5rem;  }
.new_main_menu .new_sub_box li ul li {float: none; }
*/



