@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 {
    position: relative;
    width: 100%;
    height: 624px;
    overflow: hidden;
    margin-top: 20px;
}

#visual .banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: none;
    object-position: center top;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
    z-index: 0;
}

#visual .banner.active {
    opacity: 1;
    z-index: 1;
}

#menu_box {
    display: flex;
    justify-content: center;
    margin-top: 130px;
}

#menu_box .menu_box1 {
    width: 308px;
    height: 97px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FCC300;
    font-size: 25px;
    font-family: 'GmarketSansBold';
}

#menu_box .menu_box2 {
    width: 308px;
    height: 97px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #008B3A;
    font-size: 25px;
    font-family: 'GmarketSansBold';
    margin-left: 20px;
}

#menu_box a {
    display: flex;
    align-items: center;
    position: relative;
    line-height: 10px;
    margin-left: 40px;
    margin-top: 5px;
}

#menu_box .menu_box2 a {
    color: #fff;
}

#menu_box img {
    height: auto;
    position: absolute;
    margin-left: -40px;
}

#section_box .title_box {
    text-align: center;
    margin-top: 130px;
    margin-bottom: 60px;
}

#section1 .title_box h2,
#section2 .title_box h2,
#section3 .title_box h2 {
    color: #161111;
    font-size: 40px;
    font-family: 'GmarketSansBold';
    margin-bottom: 15px
}

#section_box .title_box h2 .highlight {
    color: #F95F00;
    font-family: 'GmarketSansBold';
}

.title_box p {
    color: #737373;
}

#section_box .title_box p .highlight {
    color: #F95F00;
    font-family: 'GmarketSansBold';
}

#section1 .content_box {
    display: flex;
    justify-content: center;
    gap: 20px;
    font-family: 'GmarketSansmedium';
    text-align: center;
    margin-top: 30px;
}

.tap {
    display: flex;
    justify-content: end;
    position: relative;
    margin-right: 20px;
}

.tap .more_box {
    display: flex;
    gap: 5px;
}

.tap .btn_more {
    position: relative;
    z-index: 2;
    font-weight: bold;
}

.tap .btn_icon {
    margin-bottom: 5px
}

.tap .btn_icon2 {
    position: absolute;
    right: -15px;
    top: -20px;
}

#section1 .text_box {
    margin-top: 50px;
}

#section1 .content_box img {
    display: inline-block;
    margin-top: 60px;
}

#section1 .content_box h3 {
    font-size: 20px;
    line-height: 30px;
}

#section1 .content_box p {
    font-size: 16px;
    text-align: left;
    margin-left: 70px;
    color: #555;
}

#section1 .content_box .content1 {
    width: 400px;
    height: 400px;
    background: #FFECAA;
    border-radius: 20px;
    flex-grow: 1;
}

#section1 .content_box .content2 {
    width: 400px;
    height: 400px;
    background: #FFD9C2;
    border-radius: 20px;
    flex-grow: 1;
}

#section1 .content_box .content3 {
    width: 400px;
    height: 400px;
    background: #D0E8B0;
    border-radius: 20px;
    flex-grow: 1;
}

.btn {
    width: 145px;
    height: 32px;
    background: #fff;
    color: #FCC300;
    font-weight: bold;
    border-radius: 20px;
    text-align: center;
    padding-top: 5px;
    display: block;
    margin-left: 240px;
    margin-top: 20px;
}

.content2 .btn {
    width: 145px;
    height: 32px;
    background: #fff;
    color: #FCC300;
    font-weight: bold;
    border-radius: 20px;
    text-align: center;
    padding-top: 5px;
    display: block;
    margin-left: 240px;
    margin-top: -6px;
}

.content_box .btn .highlight {
    color: #008B3A;
}

/* #section2 */

#section2 .title_box {
    text-align: center;
    margin-top: 180px;
    margin-bottom: 60px;
}

section#section2 .title_box h2 .highlight {
    color: #008B3A;
}

section#section2 .centerbox {
    margin-top: 30px;
}

section#section2 .content_box {
    display: flex;
    align-items: center;
    border-radius: 20px;
}

#section2 .tap {
    display: flex;
    justify-content: end;
    position: relative;
    margin-right: 20px;
}

#section2 .tap .more_box {
    display: flex;
    gap: 5px;
}

#section2 .tap .btn_more {
    position: relative;
    z-index: 2;
    font-weight: bold;
}

#section2 .tap .btn_icon {
    margin-bottom: 5px
}

#section2 .tap .btn_icon2 {
    position: absolute;
    right: -15px;
    top: -20px;
}

section#section2 .text_box {
    background: #FCC300;
    width: 400px;
    height: 400px;
    border-radius: 20px;
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
}

#section2 .dc_box {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    width: 130px;
    height: 37px;
    top: 40px;
    left: -10px;
    transform: skewX(-20deg);
}

#section2 .text_box .dc_box p {
    color: #FCC300;
    font-size: 14px;
    font-family: 'GmarketSansbold';
    letter-spacing: 0.1em;
    margin: 0;
    transform: skewX(20deg);
    margin-top: -55px;
}

#section2 .text_box h4 {
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    position: relative;
    top: 25px;
    left: 5px;
}

#section2 .text_box p {
    font-size: 16px;
    text-align: left;
    margin-left: 60px;
    color: #555;
    position: relative;
    top: 30px;
    left: 5px;
}

#section2 .text_box img {
    display: inline-block;
    margin-top: 100px;
    margin-left: 95px;
}

#section2 .content_box .pick_box {
    text-align: left;
}

#section2 .content_box .pick_box .img_box {
    display: flex;
    flex-wrap: wrap;
}

#section2 .content_box .pick_box h3 {
    font-size: 22px;
    margin-bottom: 30px;
    margin-left: 45px;
}

#section2 .content_box .pick_box .img_box li {
    width: 21%;
    flex-grow: 1;
    text-align: center;
    line-height: 15px;
}

#section2 .content_box .pick_box .img_box li figure {
    text-align: center;
}

#section2 .content_box .pick_box .img_box li figure img {
    display: inline-block;
}

/* section3 */

#section3 {
    /* padding: 180px 0; */
}

#section3 .title_box {
    text-align: center;
    margin-top: 180px;
}

section #section3 .title_box h2 .highlight {
    color: #FCC300;
}

#section3 .notice_box {
    height: 280px;
    background: #FDE695;
    border-radius: 20px;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 180px;
}

#section3 .notice_box .notice li {
    border-bottom: 0.5px solid #ccc;
    padding: 0 65px;
}

#section3 .notice_box .notice li:last-child {
    border-bottom: none;
}

#section3 .notice_box .notice li span {
    color: #F95F00;
    font-weight: bold;
}

#section3 .notice_box .notice a {
    display: flex;
    gap: 40px;
    align-items: center;
    height: 68px;
    flex-grow: 1;
}

#section3 .notice_box .notice .date {
    width: 100px;
    display: flex;
    justify-content: end;
    text-align: right;
    flex-grow: 1;
}

/* section4 */

#section4 {
    position: relative;
    background: #FFFAEA;
    padding: 60px;
    /* height: 650px; */
    /* z-index: -2; */
    /* margin-top: 180px; */
    /* margin-bottom: 180px; */
}

#section4 .title_box {
    /* position: absolute;
    margin-top: 70px;
    margin-left: 400px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
    margin-top: 20px;
}

#section4 .title_box h2 {
    font-size: 40px;
    font-family: 'GmarketSansBold';
    position: relative;
    z-index: 1;
}

#section4 .title_box h2:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #FDE285;
    z-index: -1;
    left: -45px;
    top: -20px;
    ;
}

#section4 .title_box p {
    font-family: 'GmarketSansmedium';
    color: #737373;
}

#section4 .centerbox .dc {
    margin-left: 300px
}

/* #section4 .centerbox .dc img {
    position: absolute;
    margin-left: 380px;
    z-index: -1;
} */

#section4 .content_box .content {
    display: flex;
    justify-content: space-between;
    background: #FCC300;
    border-radius: 0 100px;
    overflow: hidden;
    gap: 80px;
    height: 300px;
    /* margin-top: 160px; */
}

#section4 .content_box .content .imgbox {
    border-radius: 0 100px 0 0;
    overflow: hidden;
}

#section4 .content_box .content .text {
    flex-grow: 1;
    display: flex;
    align-items: center;
}

#section4 .content_box .content .text p {
    font-size: 28px;
    font-weight: bold;
}

#section4 .content_box .content .text a {
    font-size: 16px;
    position: absolute;
    right: 45px;
    bottom: 20px;
    color: #fff;
    background: #000;
    border-radius: 20px;
    padding: 15px 33px;
}

#section4 .content_box .content .text a:hover {
    background: #008B3A;
    transition: 0.3s;
}

/* section5 */

#section5 .centerbox {
    margin: 0 auto;
    margin-top: 180px;
}

#section5 .title {
    display: flex;
    justify-content: center;
    font-size: 40px;
}

#section5 .title p {
    margin-top: 22px;
    margin-left: 10px;
    font-size: 40px;
    font-family: 'GmarketSansBold';
    /* position: absolute;
    right: 1060px;
    bottom: -2700px; */
}

#section5 .title p a {
    font-size: 16px;
    color: #777;
    font-family: 'GmarketSansMedium';
}

#section5 .map_tap {
    display: flex;
    justify-content: center;
}

#section5 .map_tap .map {
    width: 156px;
    height: 56px;
}

#section5 .map_tap ul {
    margin-top: 30px;
    gap: 30px;
}

#section5 .map_tap ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FDE591;
    width: 156px;
    height: 56px;
}

#section5 .map_tap ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    width: 100%;
    height: 100%;
    font-weight: bold;
}

#section5 .map {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

/* #section6 */

#footer {
    background: #007A33;
    color: #fff;
    padding: 20px 0 20px;
    font-size: 14px;
    font-family: 'GmarketSansMedium';
    margin-top: 130px;
    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;
}