@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&family=Noto+Sans+KR:wght@100..900&display=swap');
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

/*
------------------------------------------------------------- font
font-family: "Noto Sans KR", sans-serif;
font-family: "Pretendard Variable", Pretendard ,"Noto Sans KR", sans-serif;
font-family: "Montserrat", sans-serif;
------------------------------------------------------------- color
main color : FFFFFF, 1F1F1F
sub color : 666
point color : DBD3C7

 */

* {margin: 0; padding: 0;}
body {background-color: #fff; overflow: hidden;}
li {list-style: none;}
img {display: block; border: none;}
a {text-decoration: none; cursor: pointer;}
address, em {font-style: normal;}
button {cursor: pointer;}
body, section, div, aside, article, header, footer, li, p, h1, h2, h3, h4, h5, h6, a, address, span {
    font-family: 'Pretendard','Noto Sans KR', sans-serif, 'Noto Serif', serif;
    font-size: 16px;
    line-height: 1em;    
    color: #1f1f1f;
}

section {margin: 0px auto 200px auto;}
/* h2 {
    font-family: "Montserrat", sans-serif; font-size: 2.5em;
    color: #1f1f1f;
} */



.btn_more {
    display: flex; justify-content: space-between; align-items: center;
    height: 42px;
    padding: 10px 20px;
    font-family: "Montserrat", sans-serif; font-weight: 600; font-size: 1.2em; color: #1f1f1f;
    line-height: 21px;
    background: none;
    border: 1px solid #1f1f1f; border-radius: 21px;
    box-sizing: border-box;
}
.btn_more img {margin-left: 10px;}

.type {
    color: #fff;
    background: none; border: 1px solid #fff;
    box-sizing: border-box;
}