@charset "utf-8";

/* size */
@media screen and (max-width: 1250px) { } /* tablet */
@media screen and (max-width: 650px) { } /* mobile */

/* default */
*{
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    color : inherit;
    box-sizing: border-box;
    letter-spacing: inherit;
    line-height: inherit;
}

body{ font-family: 'Pretendard', sans-serif; font-weight:400; font-size: 16px; letter-spacing: -0.04em; }
section{ display:block; }
a{ color:inherit; }

.inner{ width:1200px; margin:0 auto; }

.paging_box{ margin-top: 20px; padding:10px 0; display:flex; align-items: center; justify-content: center; }

select{
    -webkit-appearance: none; -moz-appearance: none;  appearance: none;
    background: url('../img/common/select-icon.png') no-repeat 98% 50% #fff; 
}
select::-ms-expand{ display:none; }

@media screen and (max-width: 1250px) { 
    .inner{ width:100%; padding:0 10px; }
} /* tablet */
@media screen and (max-width: 650px) { 
    .paging_box{ font-size: 13px; }
} /* mobile */


/* header */
header{ background: #000; padding: 12px 0; position: fixed; left: 0; top: 0; width: 100%; z-index: 999; }
header .inner{ display: flex; justify-content: space-between; gap: 40px; align-items: center; }
header .menuList{ display: flex; gap: 40px; color: #FEEEB8; }  
header .telBox{  
    margin: 10px; border-radius: 63px; border: 3px solid transparent;
    background-image: linear-gradient(#000, #000), linear-gradient(to bottom, rgba(254, 238, 184, 1),  rgba(187, 157, 72, 1));
    background-origin: border-box; background-clip: content-box, border-box; 
}
header .telBox .item{ padding: 14px 30px; font-weight: 900; 
    background: linear-gradient(to bottom, rgba(254, 238, 184, 1), rgba(187, 157, 72, 1)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; 
}

@media screen and (max-width: 1250px) { 
    header .inner{ gap: unset; }
    header .menuList{ gap: 3vw; }
    header .menuList .item{ font-size: 14px; }
    header .telBox .item{ padding: 10px 15px; }
}
@media screen and (max-width: 1100px) { 
    header{ padding-bottom: 0; }
    header .inner{ flex-wrap: wrap; padding: 0; }
    header .menuList{ flex-wrap: wrap; width: 100%; order: 1; justify-content: space-between; padding: 20px; border-top: 1px solid rgba(255,255,255,0.2); }
    header.on{ position: static; }
    header.on .menuList{ position: fixed; left: 0; top: 0;  z-index: 999; background-color: #000; }
}
@media screen and (max-width:650px) { 
    header .logo{ width: 140px; }
    header .menuList{ gap: unset; text-align: center; justify-content: center; padding:15px 10px; } 
    header .menuList > li{ width: calc(100% / 4);  }
    header .menuList .item{ padding: 5px; font-size: 13px; }

    header .telBox .item{ font-size: 14px; padding:5px 10px; }
}

/* footer */
footer{ padding: 30px 0; border-top: 2px solid #FEEEB8; background-color: #222; background-image: url('../img/common/footer_bg.png'); background-size: cover; background-repeat: no-repeat; background-position: center; }
footer .logo{ display: block; margin: 0 auto; max-width: 100%; margin-bottom: 30px; }
footer .info_list{ gap: 6px; line-height: 1.5em; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; font-size: 18px; color: rgba(255,255,255,0.4);  }
footer .info_list .bar{ width: 1px; height: 14px; background-color: rgba(255,255,255,0.4); }
footer .copy_right{ text-align: center; margin-top: 15px; font-size: 14px; color: rgba(255,255,255,0.2); }

@media screen and (max-width: 1250px) { 
    footer .logo{ width: 140px; }
    footer .info_list{ font-size: 14px; }
    footer .copy_right{ font-size: 13px; }
}
@media screen and (max-width: 650px) { 
    footer .logo{ width: 120px; }
    footer .info_list{ font-size: 14px; }
    footer .copy_right{ font-size: 13px; }
}

/* .main .mainBanner */
.main .mainBanner{ padding: 150px 0 100px 0; position: relative; overflow: hidden; background-image: url('../img/main/mainBanner/background.png'); background-size: cover; background-repeat: no-repeat; background-position: center; }
.main .mainBanner .inner{ max-width: 80%; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.main .mainBanner .pizza{ width: 60%; position: absolute; }
.main .mainBanner .pizza1{ left: -60%; }
.main .mainBanner .pizza2{ right: -60%; }
.main .mainBanner .title1{ width: 26%;  }
.main .mainBanner .title2{ width: 74%; margin-top: 42px; }
.main .mainBanner .btnWrap{ width: 60%; margin-top: 80px; }
.main .mainBanner .btnWrap .btnLink{ width: 100%; display: block; }
.main .mainBanner .btnWrap .button{ display: block; width: 80%; margin: 0 auto; }
@media screen and (max-width: 950px) { 
    .main .mainBanner{ padding: 200px 0 50px 0; }
    .main .mainBanner .inner{ max-width: 100%; padding-bottom: 50vw; }
    .main .mainBanner .pizza1{ bottom: 0; left: -10%; }
    .main .mainBanner .pizza2{ bottom: 0; right: -10%; }

    .main .mainBanner .btnWrap{ margin-top: 40px; }
}
@media screen and (max-width: 650px) { 
    .main .mainBanner .title1{ width: 60%; }
    .main .mainBanner .title2{ width: 100%; }
    .main .mainBanner .btnWrap{ width: 80%; }
}

/* .main .brandStoryArti */
.main .brandStoryArti{ overflow: hidden; background-color: #222; padding: 100px 0; background-image: url('../img/main/brandStoryArti/background.png'); background-size: cover; background-repeat: no-repeat; background-position: center; }
.main .brandStoryArti .moBr{ display: none; }
.main .brandStoryArti .q_text{ text-align: center; color: #fff; font-size: 24px; font-family: 'Gmarket Sans'; line-height: 1.5em; }
.main .brandStoryArti .q_text.gold{ position: relative; z-index: 1; margin-top: 37px;  }
.main .brandStoryArti .q_text.gold span{ background: linear-gradient(to bottom, #FEEEB8, rgba(187, 157, 72, 1)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.main .brandStoryArti .halfList{ margin-top: 26px; display: flex; gap: 17px; }
.main .brandStoryArti .halfList .item{ 
    border-radius: 10px; border: 4px solid #FFF; width: 100%; background: #222; font-family: "Gmarket Sans"; 
    text-align: center; color: #fff; text-shadow: 8px 12px 4px rgba(0, 0, 0, 0.25); padding: 35px 20px; font-size: 24px; line-height: 1.5em;
    position: relative; z-index: 2;  display: flex; align-items: center; justify-content: center; word-break: keep-all;
}
.main .brandStoryArti .halfList.fourList .item{ 
    background-color: #222; position: relative;
    padding: 3px; border: 3px solid transparent;
    background-image: linear-gradient(#222, #222), linear-gradient(to right, #FEEEB8,  rgba(187, 157, 72, 1) 100%);
    background-origin: border-box;
    border-radius: 20px;
    background-clip: content-box, border-box; text-shadow: unset;
}
.main .brandStoryArti .halfList.fourList .item::before{ content:''; position: absolute; display: block;  width: 100%; height: calc(100% - 5px); bottom: 100%; background-image: url('../img/main/brandStoryArti/bottom_arrow.png'); background-size: contain; background-repeat: no-repeat; background-position:bottom center; }
.main .brandStoryArti .halfList .item .borderWrap{ padding: 35px 20px; }
.main .brandStoryArti .halfList.fourList .item span{ background: linear-gradient(to bottom, #FEEEB8, rgba(187, 157, 72, 1)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.main .brandStoryArti .title{ margin: 30px auto 0 auto; display: block; max-width: 100%; }

.main .brandStoryArti .halfList.mo{ display: none; }


@media screen and (max-width: 1250px) { 
    .main .brandStoryArti .halfList .item{ font-size: 20px; }
    .main .brandStoryArti .moBr{ display: inline-block; }
    .main .brandStoryArti .halfList.fourList .item::before{ height: calc(100% + 42px); }
    .main .brandStoryArti .title{ width: 70%; }
}
@media screen and (max-width: 1050px) { 
    .main .brandStoryArti .halfList{ max-width: 500px; margin: 40px auto; }
    .main .brandStoryArti .halfList.pc{ display: none; }
    .main .brandStoryArti .halfList.mo{ display: flex; }
    .main .brandStoryArti .halfList.fourList{ margin-top: 100px; }
    .main .brandStoryArti .halfList.fourList .item::before{ height: 105px; }
    
    .main .brandStoryArti .title{ min-width: 600px; }
}
@media screen and (max-width: 650px) { 
    .main .brandStoryArti .title{ width: 100%; min-width: unset;}
    .main .brandStoryArti .q_text{ word-break: keep-all; font-size: 20px; }
    .main .brandStoryArti .halfList .item{ font-size: 16px; }
}
@media screen and (max-width: 500px) { 
    .main .brandStoryArti .q_text{ font-size: 4vw; }
    .main .brandStoryArti .halfList .item{ padding: 5vw 2vw; font-size: 3.5vw; }
    .main .brandStoryArti .halfList.fourList{ margin-top: 15vw; }
    .main .brandStoryArti .halfList.fourList .item::before{ height: 16vw; }
    .main .brandStoryArti .halfList.fourList .item{ padding: 1px; border-radius: 10px; }
}

/* .main .knowhowArti */
.main .knowhowArti{ background-color: #222; padding: 100px 0; background-image: url('../img/main/knowhowArti/background.png'); background-size: cover; background-repeat: no-repeat; background-position: center; }
.main .knowhowArti .logo{ display: block; margin: 0 auto; max-width: 100%; }
.main .knowhowArti .title{ margin: 50px auto 0 auto; display: block; max-width: 100%; }
.main .knowhowArti .content{ background: linear-gradient(to bottom, #FEEEB8, rgba(187, 157, 72, 1)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; text-align: center; font-family: 'Gmarket Sans'; color: #FEEEB8; font-size: 28px;  line-height: 1.5em; margin-top: 40px; }
.main .knowhowArti .imgBox{ margin: 40px auto 0 auto; background-image: url('../img/main/knowhowArti/img.png'); background-size: 100% 100%; background-repeat: no-repeat; background-position: center; height: 800px; display: flex; align-items: flex-end; justify-content: center; padding: 5%; }
.main .knowhowArti .imgBox .btnTitle{ max-width: 100%; }

@media screen and (max-width: 1250px) { 
    .main .knowhowArti .logo{ width: 200px; }
    .main .knowhowArti .title{ width: 80%; }
    .main .knowhowArti .content{ font-size: 25px; }
    .main .knowhowArti .imgBox{ height: 64vw; }
}
@media screen and (max-width: 900px) { 
    .main .knowhowArti .logo{ width: 20%; }
}
@media screen and (max-width: 650px) { 
    .main .knowhowArti{ padding: 50px 0; }
    .main .knowhowArti .logo{ width: 30%; }
    .main .knowhowArti .title{ width: 100%; }
    .main .knowhowArti .content{ font-size: 3.8vw; }
}

/* .main .reviewArti */
.main .reviewArti{ overflow: hidden; background-color: #222; padding-top: 100px; background-image: url('../img/main/reviewArti/background.png'); background-size: cover; background-repeat: no-repeat; background-position: center; }
.main .reviewArti .title{ display: block; margin: 0 auto; max-width: 100%; }
.main .reviewArti .reviewBox{ margin-top: 50px; }
.main .reviewArti .reviewBox .reviewSlide .swiper-wrapper{ transition-timing-function: linear; }
.main .reviewArti .reviewBox .reviewSlide .swiper-slide img{ width: 100%; }

@media screen and (max-width: 1250px) { 
    .main .reviewArti .title{ max-width: 70%; }
}
@media screen and (max-width: 650px) {
    .main .reviewArti{ padding: 50px 0; }
    .main .reviewArti .title{ max-width: 90%; }
}

/* .main .menuArti */
.main .menuArti{ background-color: #222; overflow: hidden; padding: 180px 0; background-image: url('../img/main/menuArti/background.png'); background-size: cover; background-repeat: no-repeat; background-position: center; }
.main .menuArti .title{ display: block; margin: 0 auto; max-width: 100%; }
.main .menuArti .title.mo{ display: none; }
.main .menuArti .grayBox{ position: relative; margin-top: 46px; border-radius: 10px 10px 0px 0px; border: 4px solid #FEEEB8; background: #222; padding: 50px; }
.main .menuArti .grayBox .menuSlide{ overflow: hidden; margin-top: 15px; }
.main .menuArti .grayBox .logo{ display: block; margin: 0 auto; max-width: 100%; }
.main .menuArti .grayBox .menu{ width: 100%; }
.main .menuArti .grayBox .menuList{ width: 100%; position: absolute; left: 0; top: 0; height: 100%; display: flex; align-items: center; justify-content: space-between; }
.main .menuArti .grayBox .menuList .slideBtn{ position: relative; z-index: 2; background: none; border: none; }
.main .menuArti .grayBox .menuList .prevBtn{ left: -40px; }
.main .menuArti .grayBox .menuList .nextBtn{ right: -40px; transform: rotate(180deg); }

@media screen and (max-width: 1300px) { 
    .main .menuArti .grayBox .menuList .prevBtn{ left: 10px; }
    .main .menuArti .grayBox .menuList .nextBtn{ right: 10px;}
    .main .menuArti .grayBox{ padding: 50px 70px; }
    .main .menuArti .grayBox .menuList .slideBtn{ margin-top: 5vw; }
    .main .menuArti .grayBox .menuList .slideBtn .arrow{ width: 40px; }
}
@media screen and (max-width: 1250px) { 
    .main .menuArti{ padding: 100px 0; }
    .main .menuArti .grayBox .logo{ width: 30vw; max-width: 250px; }
}
@media screen and (max-width: 650px) { 
    .main .menuArti{ padding: 80px 0; }
    .main .menuArti .title.pc{ display: none; }
    .main .menuArti .title.mo{ display: block; width: 60vw; max-width: 250px; }
    .main .menuArti .grayBox{ padding: 20px 20px; margin-top: 30px; }
    .main .menuArti .grayBox .menuList{ display: none; }
    .main .menuArti .grayBox .logo{ width: 40vw; }
}

/* .main .elasticityArti */
.main .elasticityArti{ padding: 100px 0; overflow: hidden; background-color: #222; background-image: url('../img/main/elasticityArti/background.png'); background-size: cover; background-repeat: no-repeat; background-position: center; }
.main .elasticityArti .title{ display: block; margin: 0 auto; max-width: 100%; }
.main .elasticityArti .itemList{ margin-top: 30px; display: flex; flex-wrap: wrap; width: calc(100% + 20px); margin-left: -10px; }
.main .elasticityArti .itemList > li{ padding: 10px; width: calc(100% / 2); }
.main .elasticityArti .itemList .item{ width: 100%; }

@media screen and (max-width: 1250px) { 
    .main .elasticityArti .title{ width: 75%; max-width: 750px; }
}   
@media screen and (max-width: 650px) { 
    .main .elasticityArti{ padding: 80px 0; }
    .main .elasticityArti .title{ width:100%; max-width: 600px; }
    .main .elasticityArti .itemList{ width: 100%; margin: 30px auto 0 auto; max-width: 600px; }
    .main .elasticityArti .itemList > li{ width: calc(100%); }
}

/* .main .openArti */
.main .openArti{ background-color: #000; padding: 103px 0; overflow: hidden; background-image: url('../img/main/openArti/background.png'); background-size: cover; background-repeat: no-repeat; background-position: center;  }
.main .openArti .title{ margin: 0 auto; max-width: 100%; display: block; }
.main .openArti .graphBg{ margin-top: 30px; background-image: url('../img/main/openArti/graphBg.png'); background-size: 100% 67%; background-repeat: no-repeat; background-position: bottom 42px center; }
.main .openArti .graphBg .halfBox{ gap: 30px; display: flex; justify-content: center; align-items: flex-end; }
.main .openArti .graphBg .halfBox .graphBox{ display: flex; flex-direction: column; align-items: center; justify-content: flex-end; }
.main .openArti .graphBg .halfBox .graphBox .priceBox{ 
    border: 3px solid transparent; border-radius: 63px; font-size: 36px; font-weight: 700;
    background-image: linear-gradient(#000, #000), linear-gradient(to bottom, rgba(254, 238, 184, 1), rgba(187, 157, 72, 1));
    background-origin: border-box; background-clip: content-box, border-box;
}
.main .openArti .graphBg .halfBox .graphBox .priceBox .price{ 
    background: linear-gradient(to bottom, rgba(254, 238, 184, 1), rgba(187, 157, 72, 1));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; padding: 20px 40px;
}
.main .openArti .graphBg .halfBox .graphBox .labelBox{ 
    padding: 2px; margin-top: 14px; display: flex; align-items: center; justify-content: center; 
    background-image: linear-gradient(#000, #000), linear-gradient(to bottom, rgba(254, 238, 184, 1), rgba(187, 157, 72, 1));
    background-origin: border-box;
    background-clip: content-box, border-box;
}
.main .openArti .graphBg .halfBox .graphBox .labelBox .bgBox{ display: flex; align-items: center; justify-content: center; }
.main .openArti .graphBg .halfBox .graphBox.graph1 .labelBox .bgBox{ height: 245px; }

.main .openArti .graphBg .halfBox .graphBox.graph2 .labelBox .bgBox{ height: 330px; }
.main .openArti .graphBg .halfBox .graphBox .labelBox .icon{ width: 90%; }
.main .openArti .graphBg .halfBox .graphBox .textBox{ margin-top: 15px; font-size: 23px; font-weight: 700; color: #fff; } 

.main .openArti .graphBg .halfBox .arrow{ margin-bottom: 100%; }

@media screen and (max-width: 1250px) { 
    .main .openArti .title{ max-width: 70%; }
    .main .openArti .graphBg{ background-position: bottom 37px center; }
    .main .openArti .graphBg .halfBox .graphBox .priceBox .price{ font-size: 20px; padding: 10px 20px; }
    .main .openArti .graphBg .halfBox .graphBox .textBox{ font-size: 18px; }
    .main .openArti .graphBg .halfBox .arrow{ width: 90px; margin-bottom: 120%; }
}
@media screen and (max-width: 650px) { 
    .main .openArti{ padding: 80px 0; }
    .main .openArti .title{ max-width: 100%; }
    .main .openArti .graphBg{ background-position: bottom 6vw center; }
    .main .openArti .graphBg .halfBox .arrow{ width: 15vw; margin-bottom: 25vw; }
    .main .openArti .graphBg .halfBox{ gap: 2vw; }
    .main .openArti .graphBg .halfBox .graphBox .priceBox .price{ font-size: 4vw; padding: 2vw 3vw; }

    .main .openArti .graphBg .halfBox .graphBox.graph1 .labelBox .bgBox{ height: 40vw; }
    .main .openArti .graphBg .halfBox .graphBox.graph2 .labelBox .bgBox{ height: 60vw; }
    .main .openArti .graphBg .halfBox .graphBox .textBox{ font-size: 3.5vw; margin-top: 2vw; }
    .main .openArti .graphBg .halfBox .graphBox .labelBox .icon{ width: 20vw; margin: 3vw; }
}


/* .main .receptArti */
.main .receptArti{ overflow: hidden; background-color: #222; padding: 100px 0 0 0; background-image: url('../img/main/receptArti/background.png'); background-size: cover; background-repeat: no-repeat; background-position: center; }
.main .receptArti .title{ display: block; margin: 0 auto; max-width: 100%; }
.main .receptArti .halfBox{ margin-top: 43px; display: flex; align-items: flex-start; gap: 36px; }
.main .receptArti .halfBox .item{ flex-grow: 1; max-width: 100%; }
@media screen and (max-width: 1250px) { 
    .main .receptArti .halfBox{ margin: 40px auto 0 auto; width: 90%; gap: 2vw; }
    .main .receptArti .halfBox .graph{ width: 60%; }
    .main .receptArti .halfBox .paper{ width: 40%; }
}
@media screen and (max-width: 800px) { 
    .main .receptArti .title{ width: 40vw; }
    .main .receptArti .halfBox{ flex-direction: column; max-width: 500px; gap: 50px; }
    .main .receptArti .halfBox .graph{ width: 100%; }
    .main .receptArti .halfBox .paper{ width: 100%; }
}
@media screen and (max-width: 650px) { 
    .main .receptArti .title{ width:55vw; }
    .main .receptArti .halfBox{ gap: 5vw; }
}

/* .main .whyArti */
.main .whyArti{ overflow: hidden; padding: 120px 0; background-image: url('../img/main/whyArti/background.png'); background-size: cover; background-repeat: no-repeat; background-position: center; }
.main .whyArti .cateogy{ display: block; margin: 0 auto; max-width: 100%; }
.main .whyArti .title{ display: block; margin: 20px auto 0 auto; max-width: 100%; }
.main .whyArti .itemList{ flex-wrap: wrap; margin-top: 38px; display: flex; width: calc(100% + 20px); margin-left: -10px; }
.main .whyArti .itemList > li{ width: calc(100% / 4); padding:10px; } 
.main .whyArti .itemList .item{ width: 100%; }

@media screen and (max-width: 1250px) { 
    .main .whyArti .cateogy{ width: 60%; }
    .main .whyArti .title{ width: 65%; }
    .main .whyArti .itemList{ width: calc(100% + 10px); margin-left: -5px;  }
    .main .whyArti .itemList > li{ padding: 5px; }
}
@media screen and (max-width: 900px) { 
    .main .whyArti .itemList{ max-width: 500px; margin: 30px auto 0 auto; max-width: 100%; }
    .main .whyArti .itemList > li{ width: calc(100% / 2); }
}
@media screen and (max-width: 650px) { 
    .main .whyArti{ padding: 80px 0; }
    .main .whyArti .cateogy{ width: 90%; }
    .main .whyArti .title{ width: 100%; }
}

/* .main .appArti */
.main .appArti{ overflow: hidden; background-color: #222; padding: 100px 0 0 0; background-image: url('../img/main/appArti/background.png'); background-size: cover; background-repeat: no-repeat; background-position: center; }
.main .appArti .title{ display: block; margin: 0 auto; max-width: 100%; }
.main .appArti .title.mo{ display: none; }
.main .appArti .halfBox{ margin-top: 40px; display: flex; align-items: flex-start; justify-content: space-between; }
.main .appArti .halfBox .icon{ position: relative; left: 10px; width: 55%; flex-shrink: 0; }
.main .appArti .halfBox .leftBox{ width: 43%; flex-shrink: 0; }
.main .appArti .halfBox .leftBox img{ width: 100%; }

@media screen and (max-width: 1250px) { 
    .main .appArti .title{ max-width: 75%; }
}
@media screen and (max-width: 900px) { 
    .main .appArti .halfBox{ flex-direction: column; margin: 30px auto 0 auto; max-width: 600px; }
    .main .appArti .halfBox .leftBox{ width: 100%; margin-left: 1%; }
    .main .appArti .halfBox .icon{ width: 100%; }
}
@media screen and (max-width: 650px) { 
    .main .appArti{ padding-top: 80px; }
    .main .appArti .title.pc{ display: none; }
    .main .appArti .title.mo{ display: block; width:85%; max-width: unset; }
    .main .appArti .halfBox { gap: 30px; }
}


/* .main .howArti */
.main .howArti{ padding: 100px 0; background-color: #222; background-image: url('../img/main/howArti/background.png'); background-size: cover; background-repeat: no-repeat; background-position: center; }
.main .howArti .logo{ margin: 0 auto; max-width: 100%; display: block; }
.main .howArti .title{ margin: 15px auto 0 auto; display: block; max-width: 100%; }
.main .howArti .title.mo{ display: none; }
.main .howArti .itemList{ border: 2px solid #FEEEB8; margin-top: 44px; display: flex; flex-wrap: wrap; }
.main .howArti .itemList > li{ width: calc(100% / 4); text-align: center;   }
.main .howArti .itemList .borderDiv{ border: 2px solid #FEEEB8; background: #000; }
.main .howArti .itemList .item{ 
    display: flex; align-items: center; 
    justify-content: center; flex-direction: column; 
    height: 300px; width: 100%; background-size: 50%; background-repeat: no-repeat; background-position: center;
    background-image: url('../img/main/howArti/icon.png'); 
    font-family: 'Gmarket Sans'; 
}
.main .howArti .itemList .item .underBox{ padding-bottom: 10px; border-bottom: 2px solid #FEEEB8; }
.main .howArti .itemList .item .underline{ 
    font-size: 30px; background: linear-gradient(to bottom, rgba(254, 238, 184, 1), rgba(187, 157, 72, 1));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; 
}
.main .howArti .itemList .item .title{ 
    font-weight: 600; background: linear-gradient(to bottom, rgba(254, 238, 184, 1), rgba(187, 157, 72, 1));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-size: 30px; line-height: 1.5em;
}

@media screen and (max-width: 1250px) { 
    .main .howArti .title{ max-width: 75%; }
    .main .howArti .itemList .item{ height:23vw; }
    .main .howArti .itemList .item .underBox{ padding-bottom: 5px; }
    .main .howArti .itemList .item .underline{ font-size: 20px; }
    .main .howArti .itemList .item .title{ font-size: 25px; }
}
@media screen and (max-width: 800px) { 
    .main .howArti .itemList{ margin: 30px auto 0 auto; max-width: 500px; }
    .main .howArti .itemList > li{ width: calc(100% / 2); }
    .main .howArti .itemList .item{ height: 200px; }
}
@media screen and (max-width: 650px) { 
    .main .howArti{ padding: 80px 0; }
    .main .howArti .title.pc{ display: none; }
    .main .howArti .title.mo{ display: block; width: 65%; }
    .main .howArti .itemList .item{ background-size: 70%; }
    .main .howArti .itemList .item .underline{ font-size: 20px; }
    .main .howArti .itemList .item .title{ font-size: 18px; }
}
@media screen and (max-width: 500px) { 
    .main .howArti .itemList .item{ height: 40vw; }
}

/* .main .flowArti */
.main .flowArti{ overflow: hidden; padding: 100px 0; background-image: url('../img/main/flowArti/background.png'); background-size: cover; background-repeat: no-repeat; background-position: center; background-color: #222; }
.main .flowArti .title{ display: block; margin: 0 auto; max-width: 100%; }
.main .flowArti .stepList{ justify-content: center; margin-top:56px; width: calc(100% + 20px); margin-left: -10px; display: flex; flex-wrap: wrap; }
.main .flowArti .stepList > li{ width: calc(100% / 4); padding: 10px; }
.main .flowArti .stepList .item{ width: 100%; }

@media screen and (max-width: 1250px) { 
    .main .flowArti .stepList{ width: calc(100% + 10px); margin-left: -5px; }
    .main .flowArti .stepList > li{ padding: 5px; }
}
@media screen and (max-width: 900px) { 
    .main .flowArti .title{ width: 65%; }
    .main .flowArti .stepList > li{ width: calc(100% / 3); }
}
@media screen and (max-width: 650px) { 
    .main .flowArti{ padding: 80px 0; }
    .main .flowArti .title{ width: 90%; }
    .main .flowArti .stepList{ margin-top: 20px; }
    .main .flowArti .stepList > li{width: calc(100% / 2); }
}

/* .main .tableArti */
.main .tableArti{ padding: 50px 0; background-color:#222; background-image: url('../img/main/tableArti/background.png'); background-size: cover; background-repeat: no-repeat; background-position: center; }
.main .tableArti .title{ margin: 0 auto; max-width: 100%; display: block; }
.main .tableArti .borderWrap{ 
    margin-top: 50px; padding: 4px; border-radius: 10px; border: 3px solid transparent;
    background-image: linear-gradient(#fff, #fff), linear-gradient(to bottom, rgba(254, 238, 184, 1), rgba(187, 157, 72, 1));
    background-origin: border-box; background-clip: content-box, border-box;
}
.main .tableArti .tabelWrap .tableHeader{ display: flex; }
.main .tableArti .tabelWrap .tableHeader .box{ padding: 20px 10px; text-align: center; }
.main .tableArti .tabelWrap .row{ border-bottom: 1px solid #D9D9D9; display: flex;  }
.main .tableArti .tabelWrap .box{ 
    display: flex; align-items: center; justify-content: center; 
    padding: 16px 10px; position: relative; text-align: center; 
}
.main .tableArti .tabelWrap .box1{ flex-shrink: 0; width: 30%; }
.main .tableArti .tabelWrap .box2{ flex-grow: 1; }
.main .tableArti .tabelWrap .box3{ flex-shrink: 0; width: 15%; gap: 5px;  }
.main .tableArti .tabelWrap .box4{ flex-shrink: 0; width: 15%; }
.main .tableArti .tabelWrap .box4 .label{ position: absolute; }

.main .tableArti .tabelWrap .tableBody{ font-weight: 700; }
.main .tableArti .tabelWrap .tableBody .box + .box::before{ content:''; width: 2px; height: calc(100% - 20px); background: #D9D9D9; position: absolute; left: 0; } 
.main .tableArti .tabelWrap .tableBody .box2{ color: #7f7f7f; }

.main .tableArti .tabelWrap .tableBody .red{ color: #C22020; }
.main .tableArti .tabelWrap .tableBody .del{ text-decoration: line-through; }

.main .tableArti .tabelWrap .tableHeader{ background-color: #000; color: #fff; font-weight: 700; }

.main .tableArti .tabelWrap .tableBody .arrow{ z-index: 2; position: absolute; left: 65%; display: flex; align-items: center; }
.main .tableArti .tabelWrap .tableBody .arrow .bar{ display: block; width: 70px; height: 2px; background-color: #C22020; }


.main .tableArti .tabelWrap .tableBody .row:nth-child(2) .arrow{ left: 70%; }
.main .tableArti .tabelWrap .tableBody .row:nth-child(2) .arrow .bar{ width: 60px; }
.main .tableArti .tabelWrap .logoDiv{ background-color: #000; padding: 15px 10px; display: flex; align-items: center; justify-content: center; }

.main .tableArti .barList{ color: #fff; margin-top: 10px; opacity: 0.6; line-height: 1.5em; }
.main .tableArti .barList > li{ display: flex; align-items: flex-start; gap: 4px; word-break: keep-all; }
.main .tableArti .barList > li::before{ content:'-'; flex-shrink: 0; }

@media screen and (max-width: 1250px) { 
    .main .tableArti .tabelWrap .tableBody .arrow{ left: 69%; }
    .main .tableArti .tabelWrap .tableBody .arrow .bar{ width: 5vw; }
    .main .tableArti .tabelWrap .tableBody .arrow .right{ position: relative; right: 4px; }
    .main .tableArti .tabelWrap .tableBody .row:nth-child(2) .arrow{ left: 75%; }
    .main .tableArti .tabelWrap .tableBody .row:nth-child(2) .arrow .bar{ width: 4vw; }
}
@media screen and (max-width: 950px) { 
    .main .tableArti .tabelWrap .box3{ width: 20%; }
    .main .tableArti .tabelWrap .tableBody .arrow .bar{ width: 6vw; }
    .main .tableArti .tabelWrap .tableBody .row:nth-child(2) .arrow .bar{ width: 5vw; }
    .main .tableArti .tabelWrap .box4 .label{ width: 12vw; }
}
@media screen and (max-width: 710px) { 
    .main .tableArti .title{ width: 65%; }
    .main .tableArti .borderWrap{ padding: .4vw; border-radius: 2vw; }
    .main .tableArti .tabelWrap{ font-size: 2.3vw; border-radius: 1vw; overflow: hidden; }
    
    .main .tableArti .tabelWrap .tableHeader .box{ padding: 2vw; }

    .main .tableArti .tabelWrap .box{ padding: 2vw; }
    .main .tableArti .tabelWrap .box1{ width: 20%; }
    .main .tableArti .tabelWrap .box4{ width: 20%; }

    .main .tableArti .tabelWrap .box4 .label{ width: 15vw; }
}
@media screen and (max-width: 650px) { 
    .main .tableArti .title{ width: 90%; }
    .main .tableArti .tabelWrap{ font-size: 2.6vw; }
    .main .tableArti .tabelWrap .logoDiv .logo{ width: 30%; }
    .main .tableArti .barList{ font-size: 14px; }
}


.formList{ display: flex; flex-wrap: wrap; width: calc(100% + 10px); margin-left: -5px; }
.formList > li{ padding: 10px 0; width: 100%; }
.formList > li.half{ width: calc(100% / 2); }
.formList.three > li.half{ width: calc(100% / 3); }
.formList .label span{ color: #EB5757; }
.formList .label span.grayInfo{ font-size: 0.8em; color: #7F7F7F; }
.formList .red{ color: #EB5757; }
.formList .iptBox{ margin-top: 5px; }
.ipt{ padding: 10px; border: 1px solid #ECECEC; border-radius: 0; width: 100%; }
textarea.ipt{ resize: none; height: 170px; }
.ipt::placeholder{ color: rgba(119, 119, 119, 0.2); }
.formList .ipt + .red{ margin-top: 5px; display: block; }
.formList .scrollDiv{ border: 1px solid #E4E4E4; padding: 10px; height: 200px; overflow-y: scroll; color: #7F7F7F; line-height: 1.5em; }
input[type="file"].ipt{ border-radius: 8px; padding: 15px 15px 15px 45px; background-image: url('../img/boardImg/folder.png'); background-repeat: no-repeat; background-position: left 10px center; }
textarea.ipt{ resize: none; height: 170px; }
.formList .iptBox.btnIpt{ display: flex; gap: 4px; }
.formList .iptBox .grayBtn{ flex-shrink: 0; padding: 10px 20px; background: #222; border: none; border-radius: 0; color: #fff; }

.formList .iptBox.radioIpt{ margin-top: 10px; display: flex; flex-wrap: wrap; gap: 5px; }
.formList .iptBox.radioIpt label{ cursor: pointer; display: flex; align-items: center; padding-right: 10px; }
.formList .iptBox.radioIpt label input{ display: none; }
.formList .iptBox.radioIpt label input + .text{ display: flex; gap: 4px; align-items: center; }
.formList .iptBox.radioIpt label input + .text::before{ content:''; display: block; width: 20px; height: 20px; border: 1px solid #E4E4E4;  }
.formList .iptBox.radioIpt label input:checked + .text::before{ background-image: url('../img/common/checkbox_icon.png'); background-size: 60%; background-repeat: no-repeat; background-position: center; background-color: #FC504F; }

.agreeCheckDiv{ margin-top: 10px; display: flex; justify-content: flex-start; color: #7F7F7F; }
.agreeCheckDiv label input[type="checkbox"]{ display: none; }
.agreeCheckDiv label input[type="checkbox"] + .textBox{ display: flex; align-items: flex-start; gap: 4px; }
.agreeCheckDiv label input[type="checkbox"] + .textBox::before{ flex-shrink: 0; content:''; display: block; flex-shrink: 0; border: 1px solid #7f7f7f; width:16px; height: 16px;  }
.agreeCheckDiv label input[type="checkbox"]:checked + .textBox::before{ background-color: #fff; background-image: url('../img/main/applyArti/check_icon.png'); background-size: 120%; background-repeat: no-repeat; background-position: center; }
.agreeCheckDiv label .black{ color: #070707; cursor: pointer; }
input[type="file"].ipt label input[type="checkbox"]{ display: none;  }
.checkIpt{ margin-top: 10px; display: flex; justify-content: flex-start; }
.checkIpt .black{ color: #070707; }
.checkIpt.fileDel{ color: #7f7f7f; font-size: 14px; }
.checkIpt input[type="checkbox"]{ display: none; }
.checkIpt input[type="checkbox"] + .text{ color: #7f7f7f; cursor: pointer; position: relative; padding-left: 25px; padding-right: 10px; }
.checkIpt input[type="checkbox"] + .text::before{ content:''; display: block; width: 18px; height: 18px; border: 1px solid #dedede; position: absolute; left: 0; margin-top: 2px; }
.checkIpt.fileDel input[type="checkbox"] + .text{ padding-left: 20px; padding-right: 0; }
.checkIpt.fileDel input[type="checkbox"] + .text::before{ margin-top: 0; width: 15px; height: 15px; }
.checkIpt input[type="checkbox"]:checked + .text::before{ background-image: url('../img/main/applyArti/check_icon.png'); background-size: 100%; background-repeat: no-repeat; background-position: center; }

@media screen and (max-width: 900px) {
    .formList.three > li.half{ width: calc(100% / 2); }
}
@media screen and (max-width: 650px) {
    .formList{ font-size: 14px; }
    .formList > li.half{ width: 100%; }
    .formList.three > li.half{ width: 100%; }
    .formList .iptBox.radioIpt label input + .text::before{ width: 18px; height: 18px; }
    .agreeCheckDiv{ font-size: 14px; }
    .agreeCheckDiv label input[type="checkbox"] + .textBox::before{ width: 14px; height: 14px; }
    .checkIpt.fileDel{ font-size: 13px; }

    .checkIpt input[type="checkbox"] + .text{ padding-left: 20px; }
    .checkIpt input[type="checkbox"] + .text::before{ width: 16px; height: 16px; }
    .checkIpt{ margin-top: 5px; }
}

/* .main .applyArti */
.main .applyArti{ padding: 140px 0 50px 0; background: #070707; background-image: url('../img/main/applyArti/background.png'); background-size: cover; background-repeat: no-repeat; background-position: center; }
.main .applyArti .title{ margin: 0 auto; display: block; max-width: 100%; }
.main .applyArti .halfBox{ margin-top: 40px; display: flex; gap: 28px; }
.main .applyArti .halfBox .telWrap{ 
    width: 660px; border-radius: 10px; overflow: hidden; border: 3px solid transparent;
    background-image: linear-gradient(#000, #000), linear-gradient(to bottom, rgba(254, 238, 184, 1), rgba(187, 157, 72, 1));
    background-origin: border-box; background-clip: content-box, border-box; 
}
.main .applyArti .halfBox .telWrap .imgBox{ display: flex; align-items: center; justify-content: center; height: 425px; background-image: url('../img/main/applyArti/item.png'); background-size: cover; background-repeat: no-repeat; background-position: center; }
.main .applyArti .halfBox .telWrap .telBox{ padding: 50px 10px; display: flex; align-items: center; justify-content: center; gap: 10px; background: #fff;  } 
.main .applyArti .halfBox .telWrap .telBox .text{ font-family: "Gmarket Sans"; font-size: 58px; font-weight: 600; text-shadow: 6px 5px 8px rgba(0, 0, 0, 0.15); }

.main .applyArti .formBox{ 
    height: 100%; padding: 2px; border-radius: 10px; flex-grow: 1; background: #fff;  
    border: 3px solid transparent; display: flex; flex-direction: column; justify-content: center;
    background-image: linear-gradient(#fff, #fff), linear-gradient(to bottom, rgba(254, 238, 184, 1), rgba(187, 157, 72, 1));
    background-origin: border-box; background-clip: content-box, border-box; 
}
.main .applyArti .formBox .formDiv{ padding: 30px; }
.main .applyArti .formBox .formDiv .title{ text-align: center; font-family: 'Gmarket Sans'; font-size: 32px; }
.main .applyArti .formBox .formDiv .formList{ margin: 20px auto 0 auto; max-width: 400px; }
.main .applyArti .formBox .formDiv .submitBtn{ 
    display: block; margin: 30px auto 0 auto;  
    border: 3px solid transparent;
    background-image: linear-gradient(#000, #000), linear-gradient(to bottom, rgba(254, 238, 184, 1), rgba(187, 157, 72, 1));
    background-origin: border-box; border-radius: 30px;
    background-clip: content-box, border-box; overflow: hidden; width: 100%; max-width: 312px;
}
.main .applyArti .formBox .formDiv .submitBtn .text{ 
    background: linear-gradient(to bottom, rgba(254, 238, 184, 1), rgba(187, 157, 72, 1));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-weight: 700; padding: 15px 10px;
}

@media screen and (max-width: 1250px) { 
    .main .applyArti .halfBox{ gap: 10px; }
    .main .applyArti .halfBox .telWrap{ display: flex; flex-direction: column; }
    .main .applyArti .halfBox .telWrap a{ flex-grow: 1; }
    .main .applyArti .halfBox .telWrap .telBox{ padding: 20px 10px; height: 100%; }
    .main .applyArti .halfBox .telWrap .telBox .icon{ width: 35px; }
    .main .applyArti .halfBox .telWrap .telBox .text{ font-size: 40px; }

    .main .applyArti .formBox .formDiv .title{ font-size: 20px; }
    .main .applyArti .formBox .formDiv .formList > li{ padding: 5px 0; }
}
@media screen and (max-width: 900px) { 
    .main .applyArti{ padding: 100px 0; }
    .main .applyArti .title{ width: 65%; }
    .main .applyArti .halfBox{ flex-direction: column; margin: 0 auto; margin-top: 50px; max-width: 500px; }
    .main .applyArti .halfBox .telWrap{ width: 100%; }
    .main .applyArti .halfBox .telWrap .imgBox{ height: 300px; }
    .main .applyArti .halfBox .telWrap .imgBox .icon{ font-size: 50%; }
    .main .applyArti .halfBox .agreeCheckDiv{ max-width: 400px; margin: 20px auto 0 auto; }
}
@media screen and (max-width: 650px) { 
    .main .applyArti{ padding: 80px 0; }
    .main .applyArti .title{ width: 85%; }
    .main .applyArti .halfBox{ margin-top: 20px; }
    .main .applyArti .halfBox .telWrap .telBox .text{ font-size: 30px; }
}
@media screen and (max-width: 500px) { 
    .main .applyArti .halfBox .telWrap .imgBox{ height: 53vw; }
    .main .applyArti .halfBox .telWrap .imgBox .logo{ width: 30vw; }
}

/* 개인정보처리방침 , 이용약관 팝업 */
.privacyPopup{ 
	position: fixed; background-color: rgba(0, 0, 0, 0.60); width: 100%; height: 100%; z-index: 99999; left: 0; top: 0; 
	display: flex; align-items: center; justify-content: center; 
	opacity: 0; visibility: hidden; transition: opacity 0.5s, visibility 0.5s;
}
.privacyPopup.active{ opacity : 1; visibility: visible; }
.privacyPopup .inner{ max-width: 600px; }
.privacyPopup .contentWrap{ background-color: #fff; padding: 40px 30px; }
.privacyPopup .contentWrap .titleBox{ display: flex; justify-content: space-between; align-items: center; }
.privacyPopup .contentWrap .titleBox span{ font-weight: 600; font-size: 24px;  }
.privacyPopup .contentWrap .titleBox .closeBtn{ cursor: pointer;  }

.privacyPopup .contentWrap .contentBox{ margin-top: 30px; background-color: #F7F7F7; padding: 30px; max-height: 60vh; overflow-y: scroll; }

@media screen and (max-width: 650px) {
	.privacyPopup .contentWrap{ padding: 30px 20px; }
	.privacyPopup .contentWrap .titleBox span{ font-size: 18px; }
	.privacyPopup .contentWrap .contentBox{ padding: 15px; margin-top: 20px; font-size: 14px; }
}

.sec_top{ padding-top: 97px; }
@media screen and (max-width: 1250px) {
    .sec_top{ padding-top: 89px; }
}
@media screen and (max-width: 1000px) {
    .sec_top{ padding-top: 135px; }
}
@media screen and (max-width: 650px) {
    .sec_top{ padding-top: 148px; }
}




#hd_pop{ width: 100%; display: flex; gap: 10px; justify-content: center; }
.hd_pops_con{ background-color: #fff; }
@media screen and (min-width: 1250px) {
    #hd_pop .hd_pops{ left: unset !important; position: relative !important; }
}
@media screen and (max-width: 1250px) {
    .hd_pops_con{ max-width: 100%; height:auto !important; min-height: 200px; }
    .hd_pops{ max-width: 95%; left: 2.5% !important; height: auto !important; min-height: 200px;  }
}
#hd_pop{ width: 100%; }
@media screen and (max-width: 700px) {
    .hd_pops_con{ max-width: 100%; height:auto !important; min-height: 200px; }
    .hd_pops{ max-width: 95%; left: 2.5% !important; height: auto !important; min-height: 200px;  }
}

/* .main .youtubeArti */
.main .youtubeArti{ background-color: #222; position: relative; overflow: hidden; padding: 150px 0; background-image: url('../img/main/youtubeArti/background.png'); background-size: cover; background-repeat: no-repeat; background-position: center; }
.main .youtubeArti .title{ display: block; margin: 0 auto; max-width: 100%; }
.main .youtubeArti .youtubeList{ margin-top: 40px; display: flex; flex-wrap: wrap; width: calc(100% + 20px); margin-left: -10px; }
.main .youtubeArti .youtubeList > li{ width: 50%; height: 332px; padding: 10px;  }
.main .youtubeArti .youtubeList .item{ height: 100%; }

@media screen and (max-width: 1250px) {
    .main .youtubeArti .youtubeList > li{ height: 30vw; }
}
@media screen and (max-width: 900px) {
    .main .youtubeArti { padding: 100px 0; }
    .main .youtubeArti .youtubeList > li{ width: 100%; height: 60vw; }
}









