@charset "uft-8";

* {
    margin: 0;
    padding: 0;
    font-family: 'Pretendard-Regular';
}

a {
    text-decoration: none;
    color: #000;
}

ul {
    list-style: none;
}

.hidden {
    position: absolute;
    left: -9999px;
}





/*all*/

#wrap {
    min-width: 1168px;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 110px;
    line-height: 1;
    letter-spacing: -3px;
    font-weight: 900;
}

h3 {
    font-size: 50px;
    letter-spacing: -1px;
}

h3.title {
    font-size: 70px;
    font-weight: 800;
    letter-spacing: -2px;
}

h4 {
    font-size: 34px;
    line-height: 1;
    letter-spacing: -1px;
    font-weight: 600
}

h5 {
    font-size: 28px;
    letter-spacing: -1px;
    font-weight: 600;
}

h6 {
    font-size: 24px;
    letter-spacing: -1px;
    font-weight: 600;
}

p {
    font-size: 18px;
    letter-spacing: -1px;
}

.tag {
    font-size: 16px;
    color: #333;
    float: left;
    margin-right: 40px;
    position: relative;
    left: 15px;
}

.tag::after {
    content: "";
    position: absolute;
    width: calc(100% + 30px);
    height: 35px;
    border-radius: 20px;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -45%);
    border: 1px solid #ddd;
    box-sizing: border-box;
    background-color: #fff;
}

.notice::after,
.notice {
    background-color: #ff164f;
    color: #fff;
    font-weight: 600;
    border: none;
}

a.btn {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -1px;
    z-index: 0;
    padding: 10px 30px;
    height: 30px;
    left: 50%;
    color: #fff;
    background-color: #000;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 30px;
    text-align: center;
}

a.btn:hover {
    background-color: #ff164f;
}

img {
    vertical-align: top;
}

button {
    width: 60px;
    height: 60px;
    background-color: #000;
    border-radius: 50%;
    position: fixed;
    right: 50px;
    bottom: 50px;
    border: none;
    box-shadow: 0 0 0 0.2, #000;
    z-index: 1;
    cursor: pointer;
    box-shadow: 0 18px 0 2px, rgba(0, 0, 0, 0.5);
}

button img {
    width: 35px;
    height: 35px;
}

button:hover {
    background-color: #ff164f;
}






/*header*/





#header {
    height: 80px;
    background-color: #fff;
    padding: 0 6%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 2;
}

#header > * {
    float: left;
    height: 80px;
}

#logo {
    width: calc((100% - 410px) / 2);
}

#logo a {
    display: block;
    height: 80px;
    width: 135px;
}

#logo a:hover {
    color: #ff164f;
}

#logo a > * {
    float: left;
}

#logo a h1 {
    line-height: 80px;
    position: relative;
    text-indent: 15px;
}

#logo a img {
    width: 37px;
    height: 45px;
    position: relative;
    top: 17px;
    left: 5px;
}









/*lnb*/





#lnb {
    width: 410px;
    height: 80px;
}

#lnb > ul > li {
    float: left;
    margin-right: 40px;
    text-align: center;
    font-size: 18px;
    line-height: 80px;
    letter-spacing: -0.3px;
}

#lnb > ul > li:last-child {
    margin-right: 0;
}

#lnb > ul > li > a {
    display: block;
    width: 100%;
    height: 100%;
}

#lnb > ul > li:hover a {
    color: #ff164f;
}





/*gnb*/





#gnb {
    width: calc((100% - 410px) / 2);
}

#gnb > ul {
    float: right;
    position: relative;
}

#gnb > ul > li {
    float: left;
    line-height: 80px;
    font-size: 18px;
    margin-left: 30px;
    position: relative;
}

#gnb > ul > li > a {
    display: block;
    width: 100%;
    height: 100%;
}

#gnb > ul > li:hover a {
    color: #ff164f;
}

#gnb > ul > li:hover::after {
    border: 2px solid #ff164f;
}

#gnb > ul > li:hover::before {
    background-color: #ff164f;
}


.search {
    width: 40px;
    height: 80px;
    cursor: pointer;
}

.search::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    border: 2px solid #000;
    border-radius: 50%;
    left: 5px;
    top: 28px;
}

.search::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 9px;
    background-color: #000;
    left: 25px;
    top: 45px;
    transform: rotate(-45deg);
    z-index: 1;
    border-radius: 3px;
}



/*toast*/

.toast {
    position: absolute;
    z-index: 1;
    width: 250px;
    height: 80px;
    background-color: #fff;
    right: 0;
    margin-right: 6%;
}

.type {
    width: 200px;
    height: 35px;
    padding: 0 20px;
    box-sizing: border-box;
    border-radius: 20px;
    border: none;
    background-color: #e5e5e5;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.go {
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    left: 170px;
}

.go a {
    display: block;
    width: 100%;
    height: 100%;
}

.close {
    position: absolute;
    width: 25px;
    height: 25px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.close::after,
.close::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 25px;
    background-color: #000;
}

.close::after {
    transform: rotate(45deg);
}

.close::before {
    transform: rotate(-45deg);
}



/*section*/

#section {
    width: 100%;
    overflow: hidden;
}



/*contentwrap*/



#contentwrap {
    width: 1136px;
    margin: 0 auto;
    padding: 0 16px;
}



/*footer*/





#footer {
    width: 100%;
    height: 150px;
    background-color: #000;
    color: #fff;
    text-align: center;
}

#address {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

address {
    font-style: normal;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 300;
}

small {
    font-size: 100%;
}