@charset "UTF-8";

@font-face {
    font-family: 'GmarketSansLight';
    src: url('https://fastly.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://fastly.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://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* reset */
* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

img {
    display: block;
}

body {
    font-family: 'GmarketSansMedium';
}

/* html, body {height: 100%;} */



/* style start */
.centerbox {
    width: 1300px;
    margin: 0 auto;
    position: relative;
    /* 기준 요소로 설정 */
}

header h1 {
    width: 100%;
    height: 100px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

header .loginbox {
    height: 30px;
    position: absolute;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 14px;
    top: 20px;
    right: 100px;
    margin: 20px;
}

header .loginbox i {
    position: absolute;
    right: 117px;
    top: 2px;
    color: #999;
}

header .loginbox a {
    color: #333;
    position: relative;
    padding: 0 20px;
}

header .loginbox a:last-child {
    padding: 0;
}

header .loginbox a:first-child:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 14px;
    background: #999;
    right: 0;
    top: 3px;
}

header nav ul {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

header .gnb li {
    font-size: 18px;
    font-family: 'GmarketSansMedium';
}

/* header .gnb li a {
    padding: 0px 50px;
    display: block;
    color: #000;
}

header .gnb li a:hover {
    transition: 0.2s;
    color: #fff;
    background: #008B3A;
    padding: 8px 50px;
    border-radius: 30px;
} */

header .gnb li a {
    padding: 0px 50px;
    display: block;
    color: #000;
    transition: 0.2s;
}

header .gnb li:nth-child(1) a:hover,
header .gnb li:nth-child(4) a:hover {
    color: #fff;
    background: #008B3A;
    padding: 8px 50px;
    border-radius: 30px;
}

header .gnb li:not(:nth-child(1)):not(:nth-child(4)) a:hover {
    color: #777;
    background: none;
    cursor: default;
}

#visual {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 624px;
    margin-top: 20px;
    overflow: hidden;
}

#visual p {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    margin-top: -110px;
    z-index: 2;
}

.text_box {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.text_box h1 {
    color: #F95F00;
    font-family: 'GmarketSansBold';
    font-size: 40px;
}

.text_box h1 span {
    color: #004620;
}

.text_box p {
    line-height: 50px;
    font-size: 20px;
}

#section_box .section {
    margin-top: 150px;
    height: 420px;
    width: 100%;
    position: relative;
    /* padding-bottom: 100px; */
}

#section_box .section .content_box {
    position: relative;
    top: -70px;
}

#section_box .section:nth-child(odd) {
    background: #FDF9EE;
}

/* odd 홀수 , even 짝수 */

#section_box .centerbox {
    display: flex;
    align-items: center;
    gap: 20px
}

#section_box .content_box img {
    display: flex;
}

#section_box .content_box .text .title {
    display: flex;
    text-align: center;
    align-items: center;
    gap: 10px;
}

#section_box .content_box .text .title .num {
    position: relative;
    z-index: 2;
    margin-left: 52px;
    font-size: 18px;
    color: #004620;
    font-weight: bold;
}

#section_box .content_box .text .title p::before {
    content: "";
    position: absolute;
    z-index: -1;
    background: #FFC500;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    top: -15px;
    left: -40px;
}

#section_box .content_box .text .tit {
    font-weight: bold;
    margin-left: 20px;
    margin-top: 10px;
    font-size: 20px;
}

#section_box .content_box .text h2 {
    font-size: 40px;
    margin-bottom: 10px;
    margin-left: 20px;
}

#section_box .section:nth-child(1) .content_box .text h2 {
    color: #B1D9A9;
}

#section_box .section:nth-child(2) .content_box .text h2 {
    color: #C7CBBC;
}

#section_box .section:nth-child(3) .content_box .text h2 {
    color: #D1B79F;
}

#section_box .section:nth-child(4) .content_box .text h2 {
    color: #FFE699;
}

#section_box .content_box .text p {
    margin-bottom: 10px;
    margin-left: 20px;
}

/* footer */

#footer {
    background: #007A33;
    color: #fff;
    padding: 20px 0 20px;
    font-size: 14px;
    font-family: 'GmarketSansMedium';
    letter-spacing: 0.5px;
}

.footer_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.1px solid #fff;
    padding-bottom: 20px;
}

.footer_menu {
    display: flex;
    gap: 30px;
}

.footer_menu li a {
    color: #fff;
    font-weight: bold;
    font-size: 13px;
}

.footer_bottom {
    margin-top: 30px;
    text-align: left;
    font-size: 13px;
    line-height: 2;
    opacity: 0.8;
}