@charset "utf-8";

* { box-sizing: border-box; word-break: keep-all; line-height: 1.5em; }
*::-webkit-scrollbar { width: 8px; height: 8px; }
*::-webkit-scrollbar-thumb { background-color: #b5b5b5; background-clip: padding-box; }
*::-webkit-scrollbar-track { background-color: #e5e5e5; }
#wrap{min-width: 280px; overflow-x: hidden; }
.mob_view { display: none; }

.fw_b { font-weight: bold !important; }
.align_right { text-align: right !important; }

.color_gray { color: #666 !important; }
.color_green { color: #20a64b !important; }
.color_blue { color: #1558a8 !important; }

.bg_sky { background-color: #f4f6fa; }

.flex_cont { display: flex; flex-wrap: wrap; }
.flex_cont .item { width: 50%; }
.flex_cont.align_end { align-items: flex-end; }

.com_txt_wrap { margin-bottom: 1.69em; position: relative; }  
.com_txt_wrap .com_txt { margin-bottom: 0.2em; }
.com_txt { font-size: 1.5em; font-weight: 700; }  
.com_txt2 { font-size: 2.5em; line-height: 1.4em; }
.com_tit { font-size: 3.5em; line-height: 1.43em; font-weight: 700; }

.poppins_tit { color: #f5f5f5; font-size: 7.5em; font-weight: bold; line-height: 0.8em; }


.com_tit_deco { position: relative; padding-left: 0.6em; margin-bottom: 0.5em; }
.com_tit_deco::before { content: ''; width: 0.17em; height: 1em; background-color: #11a84e; position: absolute; left: 0; top: 0.25em; }

@media (max-width: 1080px) {
    .com_tit { font-size: 2.5em; }
    .com_txt { font-size: 1.6em; }
    .com_txt2 { font-size: 1.69em; }
    .poppins_tit { font-size: 4.2em; }
}

.com_basic_swiper .swiper-pagination { bottom: 5em; }
.com_basic_swiper .swiper-pagination-bullet { background-color: #fff; opacity: 1; margin: 0 0.8em !important; transition: all 0.3s; }
.com_basic_swiper .swiper-pagination-bullet-active { background-color: #11a84e; transform: scale(1.6); }
.com_basic_swiper .swiper-pagination-fraction, .swiper-pagination-custom, 
.com_basic_swiper .swiper-container-horizontal > .swiper-pagination-bullets{bottom: 5em; display: flex; align-items: center; justify-content: center;}

@media screen and (max-width: 1080px) {
    .com_basic_swiper .swiper-pagination { bottom: 8%; }
}
@media screen and (max-width: 940px) {
    .com_basic_swiper .swiper-pagination-fraction, .swiper-pagination-custom, 
    .com_basic_swiper .swiper-container-horizontal > .swiper-pagination-bullets{bottom: 3em;}
}


/* button style */
.btn_basic { font-size: 1.25em; font-weight: bold; width: 10em; height: 3em; line-height: 3em; border-radius: 0.5em; background-color: #11a84e; border: 1px solid #11a84e; color: #fff; transition: all 0.3s; }
.btn_basic:hover { background-color: transparent; color: #11a84e; }
.tab_btn_basic { font-size: 1.125em; font-weight: bold; height: 2.2em; padding: 0 1.5em; display: flex; align-items: center; justify-content: center; border-radius: 5em; border: 2px solid transparent; transition: all 0.3s; color: #666; background-color: #f1f1f5; }
.tab_btn_basic:hover { border-color: #20a64b; }
.tab_btn_basic.active { color: #fff !important; background-color: #20a64b !important; }

.wh_btn { background-color: #fff; }
.gr_btn { background-color: #20a64b; }

.com_more_btn { display: inline-flex; align-items: center; font-size: 1.25em; font-weight: 700; color: #20a64b }
.com_more_btn i { padding-left: 1em; transition: all 0.5s; }
.com_more_btn:hover i { transform: translateX(0.5em); }

@media screen and (max-width:1080px) {
    .tab_btn_basic { font-size: 1.25em; }
    .com_more_btn .btn { font-size: 1.4em; }
}
@media screen and (max-width:940px) {
    .com_more_btn .btn { font-size: 1.5em; }
}


/* tab contents */
.com_tab_contents .tab_cont { display: none; }
.com_tab_contents .tab_cont.active { display: block; }


/* table */
.com_table_wrap,
.com_table thead { border-top: 2px solid #333; }
.com_table { width: 100%; table-layout: fixed; text-align: center; }
.com_table tr { border-bottom: 1px solid #ddd; }
.com_table th, .com_table td { padding: 0.7em 0.3em; }
.com_table th { font-weight: bold; position: relative; background-color: #f5f5f5; }
.com_table td { color: #666; word-break: break-all; }


/* header */
.header{ width: 100%; height: 100px; position: fixed !important; border-bottom: 1px solid rgba(255,255,255,0.2);  top: 0; left: 0; z-index: 98; min-width: 280px; transition: all 0.3s;}
.header .guide { height: 100%; max-width: 1720px; display: flex; justify-content: center; }
.header .logo{ position: relative; width: 40%; min-width: 150px; max-width: 240px; height: 100%; position: absolute; left: 0; top: 0; } 
.header .logo a{display: flex; align-items: center; width: 100%; height: 100%; position: absolute; top: 44%; left: 0; transform: translateY(-50%);} 
.header .logo a:first-child{z-index: 1;}
.gnb { display: flex; height: 100%; align-items: center; text-align: center; margin-left: 1%; }
.gnb > ul,
.gnb > ul > li,
.gnb > ul > li > a { height: 100%; }
.gnb > ul > li {  float: left; position: relative; font-weight: bold; }
.gnb > ul > li:hover > a:after{content: ""; width: 8px; height: 8px; border-radius: 50%; background-color: #2ca047; position: absolute; top: 0.8em; left: 2em; }
.gnb > ul > li > a { display: flex; align-items: center; padding: 0 1.5em; font-size: 1.625em; color: #fff; box-sizing: border-box; }
.gnb > ul > li > ul { display: none; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); padding: 1.75em 0; width: 100%; }
.gnb > ul > li > ul > li {width: 100%; font-weight: 500;}
.gnb > ul > li > ul > li > a { display: inline-block; font-size: 1.25em; margin: 10px 0; padding-bottom: 2px; border-bottom: 2px solid transparent; line-height: 1.2em;}
.gnb > ul > li > ul > li:hover { color: #2ca047; font-weight: 700;}
.gnb > ul > li > ul > li:hover > a{border-color: #2ca047; } 

.header.on,
.header.fixed { color: #333; background-color: #fff; border-color: #eee; }
.header.on .logo a img { opacity: 0; }
.header.on .gnb > ul > li > a,
.header.fixed .gnb > ul > li > a{color: #333;}
.header.on .gnb_bg{border-top:1px solid #eee;} 
.header.fixed .logo a:last-child{z-index: 2;}
.header.fixed .logo .color{opacity: 1 !important;}

.gnb_bg { width: 100%; height: 0; background-color: #fff; z-index: 30; box-shadow: 0px 20px 17px 0px rgb(0 0 0 / 9%);} 


/* quick_menu */
.quick_menu{ width: 13.75em; height: calc(100% + 1px); position: absolute; top: 0; right: 0; background-color: transparent; color: #fff; cursor: pointer; }
.quick_menu .btn { display:flex; align-items: center; justify-content: center; width: 100%; height: 100%;  }
.quick_menu .btn span { font-size: 1.625em; font-weight: 700; }

.quick_menu_wrap { display: none; position: fixed; top: 0; left: 0; width: 100%; min-width: 280px; height: 100%; z-index: 100; }
.quick_form_wrap { position: absolute; top: 0; right: 0%; width: 23.75em; background-color: #20a64b; height: 100%; padding: 2.5em 2.5em 2em; color: #fff; overflow-y: auto; }
.quick_form_wrap .inner{margin-top: 4em;}
.quick_form_wrap .close_btn{font-size: 1.8em; text-align: right; cursor: pointer; display: inline-block; position: absolute; top: 0; right: 0; width: 3.5em; height: 3.5em; display: flex; align-items: center; justify-content: center; }
.quick_form_wrap .tit{ position: relative; font-size: 3.25em; font-weight: 700;}
.quick_form_wrap .tit::after{content: ""; width: 0.25em; height: 0.25em; border-radius: 50%; background-color: #fff; position: absolute; top: -0.2em; left: 0; }
.quick_form_wrap .form_wrap{margin-top: 0.875em;}

.quick_form_wrap .contact{ margin-top: 5.5em; }
.quick_form_wrap .contact .txt{font-size: 1.25em; font-weight: 700; }
.quick_form_wrap .contact .call{font-size: 2.5em; font-weight: 700;}

@media screen and (max-width: 1600px) {
    .header { font-size: 0.9em; }
    .gnb { margin-left: 4%; }
    .gnb > ul > li > a { padding: 0 1em; }
    .quick_menu { width: 12em; }
}
@media screen and (min-width:1271px) {
    .quick_menu { border-left: 1px solid rgba(255,255,255,0.2); }
    .quick_menu .btn img { vertical-align: -2px; padding-right: 1.125em; }

    .header.on .quick_menu,
    .header.fixed .quick_menu { background-color: #11a84e; }
}
@media screen and (max-width:1270px) {
    .gnb { margin-left: auto; }

    .quick_menu { position: fixed; top: auto; bottom: 4%; right: 4%; width: 9em; height: 9em; border-radius: 50%; background-color: #20a64b; }
    .quick_menu .btn { flex-direction: column; }
    .quick_menu .btn span { padding-top: 0.5em; }
    .quick_menu img { display: block; width: 3.125em; max-width: 34px; }
}
@media screen and (max-width:1080px) {
    .header { height: 5.3em; }
    .header .logo { width: 10.4em; }
    .gnb{display: none;}
}
@media screen and (max-width:767px) {
    .quick_form_wrap{width: 100%; }
    .quick_form_wrap .tit{font-size: 2.5em;}
}
@media screen and (max-width:340px) {
    .quick_form_wrap{padding: 2.5em 1em 2em;}
}
/* header : end */ 


/* footer */
.footer{width: 100%; position: relative;}
.footer .top_footer{background-color: #f1f1f5; padding: 1.4em 0;}
.footer .guide{max-width: 1440px; }
.footer .top_footer .contact_wrap{ display: flex; flex-wrap: wrap; align-items: center; width: 100%;}
.footer .top_footer .contact_wrap .f_logo{ min-width: 150px; width: 15%; padding-right: 3%; }
.footer .top_footer .contact_wrap .contact{width: 65%;}
.footer .top_footer .contact_wrap .contact .list{display: flex; }
.footer .top_footer .contact_wrap .contact .list .txt{font-size: 0.875em; line-height: 1.71em; margin-right: 1.43em; color: #666; word-break: keep-all;}
.footer .top_footer .contact_wrap .contact .list .txt:last-child{margin-right: 0;}
.footer .top_footer .contact_wrap .contact .list .txt .bold{font-weight: 700; color: #999; padding-right: 0.3em; }
.footer .top_footer .contact_wrap .contact .list .txt .desc + .desc { padding-left: 0.6em; margin-left: 0.5em; display: inline-block; position: relative; }
.footer .top_footer .contact_wrap .contact .list .txt .desc + .desc::before { content: ''; width: 1px; height: 1em; background-color: #ccc; position: absolute; left: 0; top: 50%; transform: translateY(-50%);  }
.footer .top_footer .sns_wrap{display: flex; align-items: center; justify-content: flex-end; width: 20%;}
.footer .top_footer .sns_wrap .sns.icon { position: relative; width: 3em; height: 3em; border-radius: 50%; background-color: #fff; margin-right: 7px; border: 2px solid transparent; }
.footer .top_footer .sns_wrap .sns.icon:hover { border-color: #11a84e; }
.footer .top_footer .sns_wrap .sns a {display: flex; width: 100%; height: 100%; }
.footer .top_footer .sns_wrap .sns.icon img{position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.footer .top_footer .sns_wrap .sns.qr{ width: 4.25em; margin-left: 2.5em; }

.footer .bottom_footer{padding: 10px 0; background-color: #20a64b;}
.footer .bottom_footer .copyright{display: flex; align-items: center; justify-content: flex-end; font-size: 0.875em; color: #fff; line-height: 1.5em;}

.top_btn{ position: absolute; top: -2em; right: 1em; width: 3.75em; height: 3.75em; border-radius: 50%; background-color: #20a64b; cursor: pointer;}
.top_btn .btn{position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.top_btn .btn i{color: #fff;}

@media screen and (max-width:1365px) {
    .footer .top_footer .contact_wrap .contact { width: 80%; }
    .footer .top_footer .sns_wrap { width: 100%; }
}
@media screen and (max-width:1080px) {
    .footer .top_footer .contact_wrap .f_logo,
    .footer .top_footer .contact_wrap .contact { width: 100%; }
    .footer .top_footer .contact_wrap .contact { margin: 1em 0; }
    .footer .top_footer .contact_wrap .contact .list .txt { font-size: 1em; }
    .footer .top_footer .sns_wrap .sns.icon { width: 3.88em; height: 3.88em; }
    .footer .bottom_footer .copyright { justify-content: center; font-size: 12px; text-align: center; }
}
@media screen and (max-width:940px) {
    .footer .top_footer .contact_wrap .contact .list{ flex-direction: column; align-items: flex-start; }
    .footer .top_footer .contact_wrap .contact .list .txt .desc + .desc { display: block; padding-left: 0; margin-left: 0; }
    .footer .top_footer .contact_wrap .contact .list .txt .desc + .desc::before { display: none; }
    .top_btn{top: 2.5em;}
    .top_btn .btn{font-size: 1.67em;}
}
@media screen and (max-width:580px) {
    .footer .top_footer { padding: 2em 0; }
    .footer .top_footer .contact_wrap .contact { margin-bottom: 2em; }
    .footer .top_footer .contact_wrap .contact .list .txt01 .bold,
    .footer .top_footer .contact_wrap .contact .list .txt04 .bold{display: block;}
    .footer .top_footer .contact_wrap .contact .list .txt .desc + .desc { padding-left: 0; }
    .footer .top_footer .sns_wrap { justify-content: flex-start; }
    .footer .top_footer .sns_wrap .sns.icon { margin-right: 1em; }
    .footer .top_footer .sns_wrap .sns.qr { margin-left: 0.5em; }
}
/* footer : end */


/* news */
.com_news_list { display: flex; flex-wrap: wrap; margin: -1.4%; }
.com_news_list .news { width: 33.33%; padding: 1.4%; }
.com_news_list .news a { display: flex; flex-direction: column; }
.com_news_list .news .sum_img {position: relative; width: 100%; padding-top: 68%; overflow: hidden; }
.com_news_list .news .sum_img .img { width: 101%; height: 101%; background-repeat: no-repeat; overflow: hidden; transition: all 0.5s; position: absolute; left: 0; top: 0; }
.com_news_list .news01 .sum_img .img{background-image: url(../img/boram_news01.jpg);}
.com_news_list .news02 .sum_img .img{background-image: url(../img/boram_news02.jpg);}
.com_news_list .news03 .sum_img .img{background-image: url(../img/boram_news03.jpg);}
.com_news_list .news04 .sum_img .img{background-image: url(../img/boram_news04.jpg);}
.com_news_list .news05 .sum_img .img{background-image: url(../img/boram_news05.jpg);}
.com_news_list .news06 .sum_img .img{background-image: url(../img/boram_news06.jpg);}
.com_news_list .news > a:hover .sum_img .img{ transform: scale(1.05); }
.com_news_list .news > a:hover .sum_img .more_btn{ opacity: 1; }
.com_news_list .news .sum_img .more_btn{ opacity: 0; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 9.875em; height: 9.875em; display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: #11a84e; color: #fff; border-radius: 50%; text-align: center; transition: all 0.5s;}
.com_news_list .news .sum_img .more_btn .btn{position: absolute; top: 57%; left: 50%; transform: translate(-50%,-50%); width: 100%; text-align: center;}
.com_news_list .news .sum_img .more_btn .btn .txt{font-size: 1.25em; font-weight: 700; margin-bottom: 10px;}
.com_news_list .news .sum_img .more_btn .btn .icon i{font-size: 1.25em;}
.com_news_list .news .new_txt{margin-top: 1.8em;}
.com_news_list .news .new_txt .date_type{display: flex; align-items: center; margin-bottom: 0.4em}
.com_news_list .news .new_txt .txt{font-weight: 700; display: flex; align-items: center;}
.com_news_list .news .new_txt .txt::after{content: ""; display: inline-block; width: 1px; height: 0.875em; background-color: #ddd; margin: 0 9px; }
.com_news_list .news .new_txt .date{color: #999; }
.com_news_list .news .new_txt .news_tit{font-size: 1.5em; font-weight: 700; line-height: 1.5em; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; word-break: keep-all;}

@media screen and (max-width:1080px) {
    .com_news_list .news { width: 50%; }
    .com_news_list .news .new_txt .date_type { font-size: 1.1em; }
    .com_news_list .news .new_txt .news_tit { font-size: 1.56em; }
}
@media screen and (max-width: 940px) {
    .com_news_list { border: 1px solid #ddd; margin: 0; }
    .com_news_list .news { width: 100%; padding: 0; }
    .com_news_list .news > a { padding: 1.3em 1.5em 1.5em; }
    .com_news_list .news + .news { border-top: 1px solid #ddd; }
    .com_news_list .news .sum_img { display: none; }
    .com_news_list .news .new_txt { margin-top: 0; }
}

/* 판매 실적 */
.com_sales_performance { display: flex; width: 100%; }
.com_sales_performance .map_wrap { position: relative; width: 50%; padding-right: 8.5%; } 
.com_sales_performance .map_wrap .map { width: 100%; display: flex; }
.com_sales_performance .map_wrap .tab_btn_basic { position: absolute; color: #333; background-color: #fff; box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.09);}
.com_sales_performance .map_wrap .tab_btn_basic.active::after { content: ""; width: 3em; height: 3.8em; background: url(../img/map_mark.png) no-repeat center; background-size: contain; position: absolute; bottom: calc(100% - 0.25em); left: 50%; transform: translateX(-50%); }

.com_sales_performance .map_wrap .btn_ic { top: 15%; left: 22.5%; }
.com_sales_performance .map_wrap .btn_gg { top: 28.5%; left: 24%; } 
.com_sales_performance .map_wrap .btn_gw { top: 16.5%; left: 47%; }
.com_sales_performance .map_wrap .btn_cn { top: 45%; left: 17%; }
.com_sales_performance .map_wrap .btn_cb { top: 40%; left: 35.5%; }
.com_sales_performance .map_wrap .btn_gb { top: 48%; left: 57%; }
.com_sales_performance .map_wrap .btn_gn { top: 72%; left: 46%; }
.com_sales_performance .map_wrap .btn_ws { top: 65%; left: 66%; }
.com_sales_performance .map_wrap .btn_jb { top: 67.5%; left: 22%; }
.com_sales_performance .map_wrap .btn_jn { top: 81%; left: 20%; }

.com_sales_performance .chart_wrap { width: 50%; }
.com_sales_performance .chart_title_wrap { margin-bottom: 1.55em; }
.com_sales_performance .chart_wrap .tab_btn_list { display: flex; flex-wrap: wrap; margin: -0.25em; max-width: 600px; }
.com_sales_performance .chart_wrap .tab_btn_basic { margin: 0.25em; }

.com_sales_performance .chart_box { padding: 1.875em 2.5em 2.5em; border-radius: 1.25em; background-color: #fff; box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.09); margin-top: 2.5em; }
.com_sales_performance .chart_box .chart_head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 1.25em; }
.com_sales_performance .chart_box .chart_head .area_name { display: flex; align-items: flex-end; }
.com_sales_performance .chart_box .chart_head .area_name .icon { width: 2.5em; margin-right: 0.9em; }
.com_sales_performance .chart_box .chart_head .area_name .name { font-size: 2em; font-weight: bold; color: #1558a8; }
.com_sales_performance .chart_box .chart_head .total_num { display: none; }
.com_sales_performance .chart_box .chart_head .total_num .total { padding-left: 0.2em; }

.com_sales_performance .table_head th { font-size: 1.125em; }
.com_sales_performance .table_head th::after { content: ""; width: 1px; height:  1.11em; background-color: #ddd; position: absolute; top: 50%; right: 0; transform: translateY(-50%); }
.com_sales_performance .table_head th:last-child:after { display: none; }


.com_sales_performance .table_cont { height: 18.75em; overflow: auto; }

.com_sales_performance .table_cont tr:hover { background-color: #e9f5ec; }
.com_sales_performance .table_cont td { font-size: 1.125em; }

@media screen and (max-width: 1330px) {
    .com_sales_performance .map_wrap { padding-right: 6%; }

    .com_sales_performance .map_wrap .btn_jb { top: 65.5%; left: 23%; }
    .com_sales_performance .map_wrap .btn_ws{ top: 64%; left: 69%; }
}
@media screen and (max-width: 1200px) {
    .com_sales_performance .map_wrap { display: none; }

    .com_sales_performance .chart_wrap { width: 100%; }
}
@media screen and (max-width: 1080px) {
    .com_sales_performance .chart_box { padding: 1.3em; margin-top: 1.5em; }
    .com_sales_performance .chart_box .chart_head .area_name .icon { width: 1.5em; margin-right: 0.5em; }
    .com_sales_performance .chart_box .chart_head .area_name .name { font-size: 1.6em; }
    .com_sales_performance .table_head th,
    .com_sales_performance .table_cont td { font-size: 1em; }
}
@media screen and (max-width: 630px) {
    .com_sales_performance .table_cont::-webkit-scrollbar { width: 3px;}
    .com_sales_performance .chart_box { padding: 1em; }
    .com_sales_performance .table_head th, .com_sales_performance .table_cont td { font-size: 0.9em; }
}














