@charset "utf-8";

/* **********************************************************************************	*/
/*																						*/
/*						CUSTOM.CSS (pc Style Sheets)		     		     		    */
/*																						*/
/* 								                                                    	*/
/* 작성자	: DOUNG YOUNG KIM															*/
/* 작성일	: 2022-11-07																*/
/* **********************************************************************************	*/

/* CSS 수정시 수정날짜,수정한 사람 기입 */

/* web font */
@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');
@import url('https://webfontworld.github.io/sebang/SebangGothic.css');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

@font-face {
    font-family: 'GmarketSansLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'InkLipquid';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/InkLipquid.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


.gsl {
    font-family: 'GmarketSansLight', sans-serif;
}

.gsm {
    font-family: 'GmarketSansMedium', sans-serif;
}

.gsb {
    font-family: 'GmarketSansBold', sans-serif;
}

.ink {
    font-family: 'InkLipquid', sans-serif;
}

ul {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
}

:is(a, h1, h2, h3, h4, h5, h6, td, th, li, span, strong, dl, dd, div, section, button) {
    font-family: 'Noto Sans KR', sans-serif;
    color: #333;
}

a {
    color: #333 !important;
    text-decoration: none !important;
}

a:hover {
    color: #333 !important;
}





/* tiny-editor */

.tox .tox-edit-area__iframe {
    min-height: 483px;
    padding: 15px;
}
.tox-pop.tox-pop--left  {
    display: none !important;
}

.tox-promotion {
    display: none !important;
}

span.tox-statusbar__branding {
    display: none;
}

.tox .tox-toolbar__overflow.tox-toolbar__overflow--closed {
    height: 39px !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.tox-statusbar__wordcount {
    display: none;
}


