* {
    padding: 0;
    margin: 0
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'NanumSquare', 'Noto Sans KR', 'Helvetica', 'Arial', 'sans-serif';
}

img {
    vertical-align: top;
    border: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'NanumSquare', 'Noto Sans KR', 'Helvetica', 'Arial', 'sans-serif';
    padding: 0;
    margin: 0
}

p {
    margin: 0;
    padding: 0
}

dl,
dt,
dd,
ul,
li {
    list-style-type: none;
    padding: 0;
    margin: 0
}

/* input 기본 스타일 초기화 */


/* textarea reset */

textarea {
    border: none;
    overflow: auto;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0
}




/* 갤러리 */

.swiper-container {
    padding-bottom: 4rem !important;
    margin: 2rem 0 0
}

.swiper-container img {
    width: 100%;
}


.swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #ff6000;
    border-radius: 2rem;
    width: 2rem;
}

footer {
    background: #525252;
    color: #a8a8a8;
}

.kois {
    border-top: 1px solid #7e7e7e;
    border-bottom: 1px solid #7e7e7e;
    width: 100px;
    text-align: center;
    font-weight: 700;
    color: #7e7e7e;
    letter-spacing: -1px;
    line-height: 22px;
    font-size: .9rem;
    font-family: 'Noto Sans KR'
}

.kois a {
    color: #7e7e7e !important;
    text-decoration: none
}

.kois span {
    color: #bbbbbb
}

/*카페24 당당체 */
@font-face {
    font-family: 'Cafe24Dangdanghae';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.2/Cafe24Dangdanghae.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*지마켓산스 */
@font-face {
    font-family: 'Gmarket Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Gmarket Sans Bold'), local('GmarketSans-Bold'),
        url('https://script.ebay.co.kr/fonts/GmarketSansBold.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('https://script.ebay.co.kr/fonts/GmarketSansBold.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
    font-family: 'Gmarket Sans';
    font-style: normal;
    font-weight: 500;
    src: local('Gmarket Sans Medium'), local('GmarketSans-Medium'),
        url('https://script.ebay.co.kr/fonts/GmarketSansMedium.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('https://script.ebay.co.kr/fonts/GmarketSansMedium.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
    font-family: 'Gmarket Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Gmarket Sans Light'), local('GmarketSans-Light'),
        url('https://script.ebay.co.kr/fonts/GmarketSansLight.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('https://script.ebay.co.kr/fonts/GmarketSansLight.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}