@charset "utf-8";

/* font */
/* 나눔스퀘어 */
@font-face {
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/NanumSquareB.ttf') format('truetype');
}
@font-face {
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/NanumSquareEB.ttf') format('truetype');
}
/* 타호마 */
@font-face {
    font-family: "Tahoma";
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/TAHOMABD.TTF') format('truetype');
}
/* G마켓산스 */
@font-face {
    font-family: "GmarketSans";
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/GmarketSansTTFBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 100;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 300;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 900;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');
}


/* font-family: 'NanumSquareLight';
font-family: 'NanumSquare';
font-family: 'NanumSquareBold';
font-family: 'NanumSquareExtraBold';
font-family: 'NanumSquareAcb';
font-family: 'NanumSquareAceb';
font-family: 'NanumSquareAcl';
font-family: 'NanumSquareAcr'; */
/* CSS Document */


@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);
@import url(https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css);


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
}

html {
    overflow-y: scroll;
}

body {
    line-height: 1;
    letter-spacing: -0.04em;
    color: #252525;
}

body,
b,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
tr,
td,
thead,
tbody,
form,
fieldset,
legend,
input,
textarea,
button,
select,
option {
    margin: 0;
    padding: 0;
    word-break: keep-all;
    font-family: 'Noto Sans KR', "Nanum Gothic", '돋움', 'dotum', tahoma, 'NanumBarunGothic', 'MalgunGothic', 'Verdana', 'Arial', 'Helvetica', 'sans-serif';
}

ul,
ol,
li,
dl,
dt,
dd {
    list-style: none;
}

i,
em,
address {
    font-style: normal;
}

label,
button {
    cursor: pointer;
    -webkit-appearance: none;
}

button {
    border: none;
    background: none;
    -webkit-appearance: none;
}

select {
    -webkit-appearance: none;
    /* 네이티브 외형 감추기 */
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    padding: 0 20px 0 10px;
    background: url("../img/btn/option_bar_btn.png")no-repeat right 10px center;
    vertical-align: middle;
    border: 1px solid #bbb;
    outline: none;
}

select::-ms-expand {
    display: none;
}

hr,
legend {
    display: none;
}

img,
fieldset,
iframe {
    border: none;
}

img {
    vertical-align: top;
    max-width: 100%;
}

textarea {
    font-family: 'Noto Sans KR', '돋움', 'dotum', tahoma, 'MalgunGothic', 'Verdana', 'Arial', 'Helvetica', 'sans-serif';
    padding: 8px;
    border: solid 1px #c6c6c6;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

caption {
    display: none;
}

input,
select,
button {
    vertical-align: middle;
    border-radius: 0;
}

table {
    border: none;
    border-collapse: collapse;
    padding: 0;
    border-spacing: 0;
}

fieldset {
    min-width: 100%;
}
a{
    text-decoration: none;
    color: inherit;
    font-size: inherit;
}
a:link,
a:visited,
a:active,
a:focus {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

input[type=text]::-ms-clear {
    display: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="button"],
input[type="tel"] {
    border: 1px solid #dcdcdc;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
}

input[type="text"]:hover,
input[type="text"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="number"]:hover,
input[type="number"]:focus,
input[type="tel"]:hover,
input[type="tel"]:focus {
    border-color: #ccc;
}

/* float */

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}
/* 
ul:after {
    content: '';
    display: block;
    clear: both;
} */

/* Common */

.blind,
legend {
    display: block;
    overflow: hidden;
    position: absolute;
    top: -1000em;
    left: 0
}

.skip a {
    display: block;
    position: absolute;
    left: 0;
    top: -9999em;
    width: 100%;
    background-color: #272727;
    color: #aaa;
    font: bold 12px/3.4 arial, sans-serif;
    text-align: center;
    z-index: 99999;
}

.skip a:hover,
.skip a:active,
.skip a:focus {
    top: 0
}

/*loader*/
#loader {
    background: #f5f5f5;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 999999;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

img.loading {
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 140px;
    height: 140px;
    margin-left: -70px;
    margin-top: -70px;
}


/*페이징*/
.board_num_list {
    width: 100%;
    text-align: center;
    padding: 45px 0;
}

.board_num_list a {
    display: inline-block;
    height: 36px;
    line-height: 34px;
    margin: 0 2px;
    color: #333;
    border: 1px solid #ddd;
    background: #fafafa;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.board_num_list a:hover {
    text-decoration: none;
}

.board_num_list a.num {
    position: relative;
    width: 36px;
    background: #fafafa;
    font-weight: bold;
}

.board_num_list a.num:hover,
.board_num_list a.on {
    line-height: 32px;
    border: 2px solid #2985db;
    color: #2985db;
}

.board_num_list a.prev_all {
    vertical-align: top;
    overflow: hidden;
    line-height: 9999px;
    width: 36px;
    background: #fafafa url('../img/common/b_prev_all.png') center center no-repeat;
    margin: 0 4px;
}

.board_num_list a.prev {
    vertical-align: top;
    overflow: hidden;
    line-height: 9999px;
    width: 36px;
    background: #fafafa url('../img/common/b_prev.png') center center no-repeat;
    margin: 0 4px;
    margin-right: 12px;
}

.board_num_list a.next_all {
    vertical-align: top;
    overflow: hidden;
    line-height: 9999px;
    width: 36px;
    background: #fafafa url('../img/common/b_next_all.png') center center no-repeat;
    margin: 0 4px;
}

.board_num_list a.next {
    vertical-align: top;
    overflow: hidden;
    line-height: 9999px;
    width: 36px;
    background: #fafafa url('../img/common/b_next.png') center center no-repeat;
    margin: 0 4px;
    margin-left: 12px;
}

.board_num_list a.prev_all:hover,
.board_num_list a.prev:hover,
.board_num_list a.next:hover,
.board_num_list a.next_all:hover {}



* {
    -webkit-text-size-adjust: none
}

/*기본*/

.quick_t {
    /* display: none; */
    position: fixed;
    right:  44px;
    top: 30%;
    width: 110px;
    height: 285px;
    background-color: #fff;
    border-radius: 8px;
    z-index: 49;
    border: 1px solid #dbdbdb;
    /* box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2); */
    text-align: center;
}
.q_tit{
    font-size: 14px;
    color: #454545;
    margin : 20px 0;
}

.quick_t a {
    width: 85px ;
    height: 85px;
    border-radius: 8px;
    margin: 0 auto;
    border: 1px solid #dbdbdb;
    background: url(../img/main/q_item.png) no-repeat center;
    font-size: 0;
    color: transparent;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.quick_t a.quick_item{
    margin-top: 10px;
}
.login_btn_box{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 460px;
    margin-bottom: 32px;
}
.login_btn_box div.non_member_btn{
    cursor: pointer;
    border: 1px solid #dbdbdb;
    border-bottom: 1px solid #252525;
    color: #999999;
}
.login_btn_box div.on{
    cursor: pointer;
    border: 1px solid #252525;
    color: #252525;
    border-bottom: none;
}
.login_btn_box div{
    width: 210px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
}
.page_btn{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.page_btn span{
    color: #0033a0;
}
.page_btn p{
    font-size: 13px;
    color: #757575;
    margin: 0 10px;
}
.page_btn img{
    cursor: pointer;
}

#recent_dots > ul > li {
    display: none;
}
#recent_dots > ul > li.slick-active {
    display: unset;
}
.screen_pc {}

.screen_tb {
    display: none;
}

.screen_ph {
    display: none;
}

#wrap {
    width: 100%;
    margin: 0 auto;
    margin-top: 180px;
    /* overflow: hidden; */
    position: relative;
}

#header {
    position: relative;
}

#container {
    position: relative;
}

#footer {
    position: relative;
}


.color_W {
    color: #fff;
}

/* flex */
.flex {
    display: flex;
}

.flex_c {
    display: flex;
    justify-content: center;
}

.flex_c_c {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex_b_c {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex_b {
    display: flex;
    justify-content: space-between;
}
.flex_wrap{
    flex-wrap: wrap;
}
.flex__c {
    display: flex;
    align-items: center;
}
.flex__e {
    display: flex;
    align-items: flex-end;
}



.layer_bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 246px;
    bottom: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    text-indent: -9999em;
    /* 
IE8이하는 rgba가 동작하지 않기 때문에 배경 투명도 적용을 위해 filter의 gradient을 대체 이용한다. 
컬러값 60000000의 8자리 숫자의 의미: 앞 60 불투명도, 나머지 6자리 컬러값.
startColorstr와 endColorstr의 색을 같게 하여 배경 투명도 처리를 하는것.
하지만 원래는 그라데이션 처리하는 기법이기 때문에 같은 60% 투명도라고 해도 약간의 차이는 있다.
*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
    zoom: 1;
    /* 일반적이진 않지만 ie6, 7 에서 적용 안되는경우 선언. */
}

.mo_layer_bg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 77;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    text-indent: -9999em;
    /* 
IE8이하는 rgba가 동작하지 않기 때문에 배경 투명도 적용을 위해 filter의 gradient을 대체 이용한다. 
컬러값 60000000의 8자리 숫자의 의미: 앞 60 불투명도, 나머지 6자리 컬러값.
startColorstr와 endColorstr의 색을 같게 하여 배경 투명도 처리를 하는것.
하지만 원래는 그라데이션 처리하는 기법이기 때문에 같은 60% 투명도라고 해도 약간의 차이는 있다.
*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
    zoom: 1;
    /* 일반적이진 않지만 ie6, 7 에서 적용 안되는경우 선언. */
}


/* moblie */
@media screen and (max-width: 850px) {
    .quick_t {
        display: none;
        position: fixed;
        right: 0;
        top: inherit;
        bottom:0;
        z-index: 9999;
        width: 100%;
    }
    .quick_t a {
        width: 100%;
        height:50px ;
        line-height: 50px;
        font-size: 14px;
        font-weight: 500;
        color: #252525;
        background:#f9e000 ;
        border-radius: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .quick_t a i {
        width: 22px ;
        height: 25px;
        display: block;
        margin-right:6px ;
        background: url(../img/ico/kakao_quick_m.png) no-repeat center / 22px auto;
    }

}
@media screen and (max-width: 768px) {

    .board_num_list {
        padding: 20px 0;
    }

    .board_num_list a {
        display: inline-block;
        height: 22px;
        line-height: 22px;
        margin: 0 2px;
        color: #333;
        border: 1px solid #ddd;
    }

    .board_num_list a:hover {
        text-decoration: none;
    }

    .board_num_list a.num {
        position: relative;
        width: 22px;
        background: #fff;
        font-weight: bold;
        line-height: 22px;
        font-size: 12px;
    }

    .board_num_list a.num:hover,
    .board_num_list a.on {
        line-height: 20px;
        background: #5f5f5f;
        color: #fff;
        border-color: #5f5f5f;
    }

    .board_num_list a.prev_all {
        vertical-align: top;
        overflow: hidden;
        line-height: 9999px;
        width: 22px;
        background: #fff url('../img/common/b_prev_all.png') center center no-repeat;
        margin: 0 2px;
    }

    .board_num_list a.prev {
        vertical-align: top;
        overflow: hidden;
        line-height: 9999px;
        width: 22px;
        background: #fff url('../img/common/b_prev.png') center center no-repeat;
        margin: 0 2px;
        margin-right: 4px;
    }

    .board_num_list a.next_all {
        vertical-align: top;
        overflow: hidden;
        line-height: 9999px;
        width: 22px;
        background: #fff url('../img/common/b_next_all.png') center center no-repeat;
        margin: 0 2px;
    }

    .board_num_list a.next {
        vertical-align: top;
        overflow: hidden;
        line-height: 9999px;
        width: 22px;
        background: #fff url('../img/common/b_next.png') center center no-repeat;
        margin: 0 2px;
        margin-left: 4px;
    }

    .board_num_list a.prev_all:hover,
    .board_num_list a.prev:hover,
    .board_num_list a.next:hover,
    .board_num_list a.next_all:hover {}

  
}

@media screen and (max-width: 420px) {

    .layer_bg {
        bottom: -372vw
    }

}

@media screen and (max-width: 375px) {

    .layer_bg {
        bottom: -372vw
    }

}

@media screen and (max-width: 360px) {

    .layer_bg {
        bottom: -426vw
    }

}

.note-editor.note-frame .note-editing-area .note-editable, .note-editor.note-airframe .note-editing-area .note-editable{
    padding: 50px;
}
