@charset "utf-8";
/***** layout *****/
#wrap {width:100%;}

a {text-decoration: none; }

.body { width:100%; background-color: #fafafa; }
.content {
    display: flex;
    flex-direction: column;
}
.menu {
    padding: 22px 20px 24px 20px;
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.main_logo {
    width: 80px;
    height: auto
}
.menu_text {
    font-family: AppleSDGothicNeoR;
    font-size: 16px;
    letter-spacing: -0.78px;
    color: #ffffff;
}

.menu_between {
    margin-left: 25px;
}


#section_white {
    display: flex;
    justify-content: center;
    background-color: #ffffff;
}

#section_gray {
    display: flex;
    justify-content: center;
    background-color: #fafafa;
}

#section_blue {
    display: flex;
    justify-content: center;
    background-color: #2f374d;
}



#main_section1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100vh;
    background: url('https://files.ban-life.com/web/www/main_image_200520.jpg?20210403164130') no-repeat;  background-size: cover; background-position:center;
}
.main_body1 {
    display:flex;
    flex-direction: column;
    align-items: center;
    margin-top: 25vh;
}

.main_download {
    display:flex;
    flex-direction: row;
    align-items: center;
    margin-top: 34px;
}
.main_body2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align:center;
}
.main_body3 {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    text-align:center;
}
.main_body4 {
    padding: 60px 20px 60px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


.main_body_img1 {
    width: 266px;
    margin-top: 10px;
    margin-bottom: 70px;
}

.main_body_img2 {
    width: 232px;
    margin-top: 10px;
    margin-bottom: 70px;
}

.main_body_img3_1 {
    width: 266px;
    margin-top: -10px;
}


.main_body_img3 {
    width: 266px;
    margin-top: 40px;
    margin-bottom: 70px;
}

.main_body_img4 {
    width: 268px;
    margin-top: 10px;
    margin-bottom: 70px;
}

.main_content1 {
    width: 100%;
}

.main_content2 {
    width: 100%;
    margin-top: 30px;
}

.main_content_title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.main_recomm_place_body {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    padding-bottom: 10px;


}

.main_content_img1 {
    float: left;
    width: 120px;
    height: 83px;
    margin-right: 15px;
}

.main_content_img2 {
    float: left;
    width: 120px;
    height: 83px;
    margin-right: 15px;
}


.main_title_text {
    font-family: AppleSDGothicNeoEB;
    font-size: 38px;
    color: #ffffff;
    letter-spacing: -0.22px;
    line-height: 48px;
    text-align: center;

}

.main_body_title_text {
    font-family: AppleSDGothicNeoB;
    font-size: 35px;
    letter-spacing: -0.2px;
    line-height: 43px;
    margin-top: 70px;
    margin-bottom: 40px;

}

.main_body_bold_text {
    font-family: AppleSDGothicNeoB;
    font-size: 15px;
    letter-spacing: -0.78px;
    margin-bottom: 10px;
}

.main_body_text {
    font-family: AppleSDGothicNeoR;
    font-size: 15px;
    letter-spacing: -0.78px;
    line-height: 22px;
    margin-bottom: 40px;
}

.main_content_title_bold_text {
    font-family: AppleSDGothicNeoB;
    font-size: 20px;
    letter-spacing: -0.2px;
    color:#ffffff;
}

.main_banlife_pick_item {
    margin-bottom: 20px;
}

.main_banlife_pick_body {
    display: flex;
    flex-direction: column;
    margin-top: 30px;

}

.main_sub_content_text {
    font-family: AppleSDGothicNeoR;
    font-size: 14px;
    letter-spacing: -0.3px;
    margin-bottom: 4px;
    line-height: 150%;
}

.main_content_text {
    font-family: AppleSDGothicNeoB;
    font-size: 16px;
    letter-spacing: -0.78px;
    line-height: 150%
}

.main_coupang_text {
    font-family: AppleSDGothicNeoB;
    font-size: 18px;
    letter-spacing: -0.78px;
    line-height: 150%;
}
.list_coupang_pic {
    width: 100%;
    height:163px;
    border-radius: 8px;
}


.list_coupang_item {
    float: left;
    width: calc(50% - 5px); /* 한 줄에 두 개씩 */
    /*width: 163px;*/
    flex-wrap: wrap;
    margin-bottom: 50px
}

.list_content_title {
    font-family: AppleSDGothicNeoB;
    font-size: 20px;
    letter-spacing: -0.2px;
    margin-bottom: 16px;
}

.list_coupang_item:nth-last-child(-n+1) {
    display: none;
}


.main_content_date_text {
    display: block;
}

/*.main_content_title_text1 {*/
/*display: none;*/
/*}*/

/*.main_content_title_text2 {*/
/*display: block;*/
/*}*/
.main_content_body1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 67px;
    margin: 8px 0px 8px 0px;
}

.main_content_body2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 8px 0px 8px 0px;
}

.sub_header {
    margin: 60px 10% 70px 10%;
    display:flex;
    flex-direction: column;
    align-items: flex-start;
}

.sub_view_header {
    margin: 0px 20px 25px 20px;
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}

.sub_header_sub_title {
    font-family: AppleSDGothicNeoR;
    font-size: 18px;
    letter-spacing: -0.4px;
    color: #ffffff;
}

.sub_header_title {
    font-family: AppleSDGothicNeoB;
    font-size: 35px;
    letter-spacing: -1.82px;
    line-height: 44px;
}

.sub_body {
    display: flex;
    flex-direction: column;
    padding: 40px 0px 130px 0px;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.sub_content_body {
    display: flex;
    flex-direction: column;
    padding: 40px 0px 130px 0px;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.content_body {
    display: flex; flex-direction: column; flex-wrap: wrap;
    justify-content: center;
    margin: 0px 20px 0px 20px;
}


.content_img {
    min-width: 120px;
    width:120px;
    height:83px
}

.content_item {
    display: flex;
    flex-direction: row;
    padding-top: 25px;
}
.content_contents {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 5px 0px 5px 20px;
}

.content_title {
    font-family: AppleSDGothicNeoB;
    font-size: 35px;
    letter-spacing: -1.82px;
    line-height: 44px;
}

.content_view_title {
    font-family: AppleSDGothicNeoB;
    font-size: 25px;
    letter-spacing: -0.5px;
    line-height: 30px;
}

.content_sub_title {
    font-family: AppleSDGothicNeoR;
    font-size: 18px;
    letter-spacing: -0.2px;
}


.sub_content_text {
    font-family: AppleSDGothicNeoR;
    font-size: 13px;
    letter-spacing: -0.3px;
}


.content_text {
    font-family: AppleSDGothicNeoR;
    font-size: 15px;
    letter-spacing: -0.78px;
    line-height: 19px;
}

#section_list {
    width: 100%;
    background-color: #ffffff;
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list_body {
    width: 82%;
}

.list_group {
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}

.list_title {
    width: 90%;
    font-family: AppleSDGothicNeoB;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.2px;
    margin-bottom: 16px;
}
.list_pic {
    width: 40vw;
    height: 26vw;
    border-radius: 8px;
}

.list_item {
    float: left;
    width: 40vw;
    height: auto;
    flex-wrap: wrap;
    margin-bottom: 40px;
}


.store_list_item {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
}


.store_list_pic {
    width: 80px;
    height: 80px;
    float: left;
    border-radius: 10px;
}

.store_list_area {
    width: auto;
    height: 100px;
}



.store_content_text {
    font-family: AppleSDGothicNeoR;
    font-size: 16px;
    letter-spacing: -0.78px;
    line-height: 19px;
}



.line2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 라인수 */
    -webkit-box-orient: vertical;
    word-wrap:break-word;
    line-height: 1.2em;
    height: 2.4em;
}
.no_data {
    font-size: 18px;
    letter-spacing: -0.78px;
    line-height: 19px;
    text-align: center;
    width: 100%;
    margin-top: 50px;
}


.box {
    display: flex;
    flex-direction: row;
    width: 250px;
    margin-bottom: 10px;
}
.tab_on {
    flex: 1 1;
    text-align: center;
    color: #ff871a;
}
.tab_on:after {
    display: block;
    clear: both;
    content : "";
    position: relative;
    left    : 0;
    bottom  : 0;
    height  : 15px;
    width   : 100%;  /* or 100px */
    border-bottom: 3px solid #ff871a;
    margin:0 auto;
}

.tab_off {
    flex: 1 1;
    text-align: center;
    color: #aaaaaa;
}

.font15 {
    font-family: AppleSDGothicNeoR;
    font-size: 15px;
    letter-spacing: -0.78px;
    line-height: 22px;
}

.list_title {
    font-family: AppleSDGothicNeoB;
    font-size: 20px;
    letter-spacing: -0.2px;
}


.contact_body {
    padding: 40px 20px 90px 20px;
    width: 100%;
}


.contact_radio_area {
    display: flex;
    flex-direction: row;
    align-items: center;
}



.radio input[type=radio] {
    position: absolute;
    opacity: 0;
}
.radio input[type=radio] + .radio-label:before {
    content: "";
    background: #cccccc;
    border-radius: 100%;
    display: inline-block;
    width: 12px;
    height: 12px;
    position: relative;
    margin-right: 0.5em;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}

.radio input[type=radio]:checked + .radio-label:before {
    background-color: #ffffff;
    box-shadow: inset 0 0 0 4px #FF871A;
}
.radio input[type=radio]:focus + .radio-label:before {
    outline: none;
    border-color: #ffffff;
}
.radio input[type=radio]:disabled + .radio-label:before {
    border-color: #9a4900;
    background: #cccccc;
}
.radio input[type=radio] + .radio-label:empty:before {
    margin-right: 0;
}


.font24 {
    font-family: AppleSDGothicNeoR;
    font-size: 24px;
    letter-spacing: -0.2px;
}

.font24Bold {
    font-family: AppleSDGothicNeoB;
    font-size: 24px;
    letter-spacing: -0.2px;
}




input[type=text],
input[type=tel],
input[type=email] {
    box-sizing: border-box;
    width: 100%;
    height: 45px;
    padding: 0 17px;
    background: #ffffff;
    border-radius: 0px;
    border: 1px solid #eeeeee;
    font-size: 17px;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus {
    outline: none;
}


textarea {
    box-sizing: border-box;
    width: 100%;
    height: 240px;
    padding: 17px;
    background: #ffffff;
    border-radius: 0px;
    border: 1px solid #eeeeee;
    font-size: 17px;
    resize: none; /* 사용자 임의 변경 불가 */
}

input::placeholder {
    font-size: 17px;
    color: #aaaaaa;
}
textarea::placeholder {
    font-size: 17px;
    color: #aaaaaa;
}

.btn_orange {
    width: auto;
    height: 40px;
    background-color: #ff871a;
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    border-radius: 3px;
    line-height:40px;
    border: none;
}


.footer_banner {
    background-color: #3f9eff;
}

.footer_banner_green {
    background-color: #1EAE8D;
}

.footer_img1 {
    display: block;
}

.footer_img2 {
    display: none;
}


#footer { width:100%;  background-color: #000000; }
.footer {  display:flex;  flex-direction: column;  align-items: flex-start;  }
.footer_body {  margin: 40px 20px 0px 20px;  flex:1;  }
.footer_body2 {  margin-top: 15px;  }
.sns {  margin: 30px 20px 40px 20px; flex:1; display:flex;  flex-direction: row;  align-self: flex-end; justify-content: flex-end;  }
.footer_text {
    font-family: AppleSDGothicNeoR;
    font-size: 11px;
    letter-spacing: -0.07px;
    color: #ffffff;
}
.footer_bold_text {
    font-family: AppleSDGothicNeoB;
    font-size: 11px;
    letter-spacing: -0.07px;
    color: #ffffff;
}
