﻿/*@font-face {
    font-family: "NotoSans";
    src: url("../fonts/NotoSansCJKkr-Thin.otf") format('opentype');
}

@font-face {
    font-family: "NotoSans";
    src: url("../fonts/NotoSansCJKkr-Light.otf") format('opentype');
    font-weight: 200;
}

@font-face {
    font-family: "NotoSans";
    src: url("../fonts/NotoSansCJKkr-DemiLight.otf") format('opentype');
    font-weight: 300;
}

@font-face {
    font-family: "NotoSans";
    src: url("../fonts/NotoSansCJKkr-Regular.otf") format('opentype');
    font-weight: 400;
}

@font-face {
    font-family: "NotoSans";
    src: url("../fonts/NotoSansCJKkr-Medium.otf") format('opentype');
    font-weight: 500;
}

@font-face {
    font-family: "NotoSans";
    src: url("../fonts/NotoSansCJKkr-Bold.otf") format('opentype');
    font-weight: 700;
}

@font-face {
    font-family: "NotoSans";
    src: url("../fonts/NotoSansCJKkr-Black.otf") format('opentype');
    font-weight: 900;
}*/

@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);

.cb-body {
    font-family: "Nanum Gothic", sans-serif;
    padding: 0;
    margin: 0;
}

.cb-body header,
.cb-body ul, 
.cb-body p,
.cb-body header h1, .cb-body h2, .cb-body h3, .cb-body h4, .cb-body h5 {
    padding: 0;
    margin: 0;
}

.cb-body a, 
.cb-body a:visited, 
.cb-body a:hover, 
.cb-body a:link, 
.cb-body a:active {
    text-decoration: none;
    vertical-align: middle;
}

.cb-body input[type=text],
.cb-body input[type=submit],
.cb-body select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    border-radius: 0;
}

.cb-body img {
    width: 100%;
    height: 100%;
}

.cb-body ul {
    list-style: none;
}

.cb-body ul > li {
    float: left;
}

.cb-content {
    width: 100%;
}

.cb-icon {
    cursor: pointer;
}

.cb-icon, .cb-button {
    display: inline-block;
    vertical-align: middle;
}

.cb-layout {
    overflow: hidden;
}

.cb-cell-layout {
    width: 100%;
    display: table;
}

.cb-cell {
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
}

.cb-circle {
    border-radius: 100%;
}

.cb-layout .cb-left {
    float: left;
}

.cb-row {             
    display: block;
    min-height: 1px;
    margin-left: -15px;
    margin-right: -15px;
    box-sizing: border-box;
    clear: both;
    overflow: hidden;
}

.cb-row::after {
    display: table;
    content: " ";
}

.cb-row::before {
    display: table;
    content: " ";
}

.cb-row-2d {
    width: 50%;
    float: left;
    min-height: 1px;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.cb-row-3d {
    width: 33.3333%;
    float: left;
    min-height: 1px;
    position: relative;
    padding-left: 3px;
    padding-right: 3px;
    box-sizing: border-box;
}

.cb-row-4d {
    width: 25%;
    float: left;
    min-height: 1px;
    position: relative;
    padding-left: 3px;
    padding-right: 3px;
    box-sizing: border-box;
}

.cb-row-5d {
    width: 20%;
    height: 200px;
    float: left;    
    min-height: 1px;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.cb-row-6d {
    width: 16.6666%;
    height: 250px;
    float: left;
    min-height: 1px;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Icons */

.cb-icon-menu {
    width: 36px;
    height: 31px;
    background: url("../svg/menu.svg") no-repeat center center;
    background-size: 100% 100%;
}

.cb-icon-option {
    width: 36px;
    height: 31px;
    background: url("../svg/option.svg") no-repeat center center;
    background-size: 100% 100%;
}

.cb-icon-search {
    width: 21px;
    height: 21px;
    background: url("../svg/search.svg") no-repeat center center;
    background-size: 100% 100%;
}

.cb-icon-mbot {
    width: 65px;
    height: 65px;
    background: url("../svg/m_bot.svg") no-repeat center center;
    background-size: 100% 100%;
}

.cb-icon-prev {
    width: 44px;
    height: 80px;
    background: url("../svg/PC_left.svg") no-repeat center center;
    /*background-color: #ffd800;*/
    background-size: 100% 100%;
}

.cb-icon-next {
    width: 44px;
    height: 80px;
    background: url("../svg/PC_right.svg") no-repeat center center;
    /*background-color: #ffd800;*/
    background-size: 100% 100%;
}

.cb-icon-facebook {
    width: 16px;
    height: 34px;
    background: url("../svg/fabok.svg") no-repeat center center;
    background-size: 100% 100%;
}

.cb-icon-naver {
    width: 27px;
    height: 26px;
    background: url("../svg/naver.svg") no-repeat center center;
    background-size: 100% 100%;
}

.cb-icon-kakaotalk {
    width: 40px;
    height: 37px;
    background: url("../svg/katok.svg") no-repeat center center;
    background-size: 100% 100%;
}

.cb-icon-user {
    width: 60px;
    height: 66px;
    background: url("../svg/user.svg") no-repeat center center;
    background-size: 100% 100%;
}

.cb-icon-camera {
    width: 56px;
    height: 49px;
    background: url("../svg/cam.svg") no-repeat center center;
    background-size: 100% 100%;
}

.cb-icon-robot {
    width: 52px;
    height: 51px;
    background: url("../svg/l_menu1.svg") no-repeat center center;
    background-size: 100% 100%;
}

.cb-icon-tool {
    width: 52px;
    height: 51px;
    background: url("../svg/l_menu2.svg") no-repeat center center;
    background-size: 100% 100%;
}

.cb-icon-msg {
    width: 52px;
    height: 51px;
    background: url("../svg/l_menu3.svg") no-repeat center center;
    background-size: 100% 100%;
}

.cb-icon-shopper {
    width: 29px;
    height: 29px;
    background: url("../svg/shop.svg") no-repeat center center;
    background-size: 100% 100%;
}

.cb-icon-agent {
    width: 52px;
    height: 51px;
    background: url("../svg/l_menu5.svg") no-repeat center center;
    background-size: 100% 100%;
}

.cb-icon-house {
    width: 21px;
    height: 21px;
    background: url("../svg/home.svg") no-repeat center center;
    background-size: 100% 100%;
    margin-top: -5px;
}

.cb-icon-smile {
    width: 30px;
    height: 30px;
    background: url("../svg/imo.svg") no-repeat center center;
    background-size: 100% 100%;
}

.cb-icon-recom {
    width: 30px;
    height: 30px;
    background: url("../svg/recom.svg") no-repeat center center;
    background-size: 100% 100%;
}

.cb-icon-go {
    width: 10px;
    height: 12px;
    background: url("../svg/go.svg") no-repeat center center;
    background-size: 100% 100%;
}

.cb-icon-backward {
    width: 30px;
    height: 15px;
    background-color: #ffd800;
}