@charset "utf-8";

:root {
    --max-width:1630px;
    --font-80:80px;
    --font-70:70px;
    --font-60:60px;
    --font-50:50px;
    --font-30:30px;
    --font-25:25px;
    --font-20:20px;
    --font-17:17px;
}
@media all and (max-width: 1200px) {
    :root {
        --font-80:70px;
        --font-70:60px;
        --font-60:50px;
        --font-50:40px;
        --font-30:25px;
        --font-25:20px;
        --font-20:18px;
        --font-17:16px;
    }
}
@media all and (max-width: 800px) {
        :root {
        --font-80:60px;
        --font-70:50px;
        --font-60:40px;
        --font-50:30px;
        --font-30:22px;
        --font-25:18px;
        --font-20:16px;
        --font-17:14px;
    }
}
@media all and (max-width: 600px) {
    :root {
        --font-80:40px;
        --font-70:35px;
        --font-60:30px;
        --font-50:25px;
        --font-30:20px;
        --font-25:17px;
        --font-20:15px;
        --font-17:13px;
    }
}


#global{}
#global .button-content{padding-top: 40px;}
#global .button-content .inner-wrapper-sticky{z-index: 100;background: #fff !important;}
#global .button-content .tabs{padding: 30px 0;}
#global .button-content .tabs .cinner{display: flex;gap: 0 40px;}
#global .button-content ul li {line-height: 1;}
#global .button-content ul li a{display: block;text-transform: uppercase;color: #898989;font-size: 1.10em;font-weight: 600;transition: .35s;}
#global .button-content ul li a::after{content:'';width: 0%;transition:width .3s;display: block;background: #000;}
#global .button-content ul li.current a,
#global .button-content ul li a:hover{color: #000;font-weight: 700;}
#global .button-content ul li.current a::after,
#global .button-content ul li a:hover::after{width: 100%;background: #000;height: 1px;}
#global .tab-content{padding-top:150px;}
#global .tab-content#battery{padding-top: 150px;}
#global .tab-content.current{}
@media all and (max-width:1024px){
    #global .tab-content{padding-top: 100px;}
}
@media all and (max-width:768px){
    #global .button-content .tabs{padding: 20px 0;}
}

/* 해외판매망 시작 */
#map{}
#map .mapBox{text-align: center;position: relative;overflow-x:visible;white-space: nowrap;width: 100%;margin: 0 auto;}
#map .mapBox .nation{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
#map .mapBox .nation li{list-style: none;position: absolute;cursor: pointer;}
#map .mapBox .nation li:nth-child(1){top: 27%;left: 9.5%;}
#map .mapBox .nation li:nth-child(2){top: 33%;left: 6.5%;}
#map .mapBox .nation li:nth-child(3){top: 43%;left: 6%;}
#map .mapBox .nation li:nth-child(4){top: 34%;left: 9%;}
#map .mapBox .nation li:nth-child(5){top: 43.5%;left: 11.5%;}
#map .mapBox .nation li:nth-child(6){top: 43.5%;left: 16%;}
#map .mapBox .nation li:nth-child(7){top: 53%;left: 19%;}
#map .mapBox .nation li:nth-child(8){top: 53%;left: 21%;}
#map .mapBox .nation li:nth-child(9){top: 58%;left: 28%;}
#map .mapBox .nation li:nth-child(10){top: 24%;left: 32%;}
#map .mapBox .nation li:nth-child(11){top: 57%;left: 36%;}
#map .mapBox .nation li:nth-child(12){top: 44%;left: 46%;}
#map .mapBox .nation li:nth-child(13){top: 76%;left: 43%;}
#map .mapBox .nation li:nth-child(14){top: 85%;left: 54%;}
#map .mapBox .nation li:nth-child(15){top: 28%;left: 73%;}
#map .mapBox .nation li:nth-child(16){top: 40%;left: 77%;}
#map .mapBox .nation li:nth-child(17){top: 68%;left: 89%;}
#map .mapBox .nation li:hover .hoverBox{display: block;}
#map .mapBox>img{width: 100%;}
#map .mapBox .nation li .hoverBox{display:none;position: absolute;z-index:10;width:max-content;}
#map .mapBox .nation li .hoverBox img{}
#map .mapBox .nation li:nth-child(1) .hoverBox{top:-50px;}
#map .mapBox .nation li:nth-child(2) .hoverBox{top:-10.5vw;right: 0;}
#map .mapBox .nation li:nth-child(3) .hoverBox{top:-10.5vw;right:0;}
#map .mapBox .nation li:nth-child(4) .hoverBox{top:-10.5vw;left:10px;}
#map .mapBox .nation li:nth-child(5) .hoverBox{top:-10.5vw;left:10px;}
#map .mapBox .nation li:nth-child(6) .hoverBox{top:-50px;left:10px;}
#map .mapBox .nation li:nth-child(7) .hoverBox{top:-50px;right:10px;}
#map .mapBox .nation li:nth-child(8) .hoverBox{top:-50px;left:10px;}
#map .mapBox .nation li:nth-child(9) .hoverBox{top:-50px;left:10px;}
#map .mapBox .nation li:nth-child(10) .hoverBox{top:-50px;left:10px;}
#map .mapBox .nation li:nth-child(11) .hoverBox{top:-50px;left:10px;}
#map .mapBox .nation li:nth-child(12) .hoverBox{top:-50px;left:10px;}
#map .mapBox .nation li:nth-child(13) .hoverBox{top:-10.5vw;left:10px;}
#map .mapBox .nation li:nth-child(14) .hoverBox{top:-50px;left:10px;}
#map .mapBox .nation li:nth-child(15) .hoverBox{top:-50px;left:10px;}
#map .mapBox .nation li:nth-child(16) .hoverBox{top:-50px;left:10px;}
#map .mapBox .nation li:nth-child(17) .hoverBox{top:-50px;left:10px;}

#map .mapBox .nation li .imgBox{display: flex;flex-direction: column;align-items: center;gap: 5px 0;}
#map .title-cont{margin-bottom: 40px;}
#map .title-cont .txt1{font-size: 2.00em;font-weight: 600;margin-bottom: 20px;line-height: 1.2;}
#map .title-cont .txt2{font-size: 1.10em;font-weight: 500;}

#map .map_nation{display: none;}
@media all and (max-width:1910px){
    #map{}
    #map .mapBox .nation li .imgBox img:nth-child(1){display:none;}
    #map .mapBox .nation li .hoverBox{display: none;}
    #map .mapBox .nation li:hover .hoverBox{display:none;}
}
@media all and (max-width:1200px){
    #map .title-cont .txt1{font-size: 1.70em;}
    #map .title-cont .txt2{font-size: 1.00em;}
}
@media all and (max-width:640px){
    #map .title-cont .txt1{font-size: 1.40em;margin-bottom: 15px;}
    #map .mapBox .nation li .imgBox{gap: 3px 0;}
    #map .mapBox .nation li .imgBox img{width: 6px;}
    #map .map_nation{display:block;padding-top: 60px;}
    #map .map_nation .nation_list{}
    #map .map_nation .nation_list:not(:last-child){margin-bottom: 40px;}
    #map .map_nation .nation_list .nation_tit{display: flex;justify-content: center;align-items: center;gap: 0 20px;border: 1px solid #e3e3e3; border-radius: 20px;padding: 25px;}
    #map .map_nation .nation_list .nation_tit p.tit1{font-size: 18px;font-weight: 600;color: #000;}
    #map .map_nation .nation_con{padding:25px 20px 0 20px;}
    #map .map_nation .nation_con ul{}
    #map .map_nation .nation_con ul li{display: flex;gap: 0 20px;}
    #map .map_nation .nation_con ul li:not(:last-child){margin-bottom:12px;}
    #map .map_nation .nation_con ul li .imgBox{position: relative;display: flex;align-items: center;gap: 0 15px;}
    #map .map_nation .nation_con ul li .imgBox::before{content: '·';font-weight: 900;color: #e9e9e9;}
    #map .map_nation .nation_con ul li p.txt1{font-size: 18px;font-weight: 400;color: #000;}
}
@media all and (max-width:500px){
    #map .map_nation .nation_list .nation_tit{padding: 20px;}
}
/* 해외판매망 끝 */



/* customer 시작 */
#customer .customer__bnr{}
#customer .customer__bnr .informBox{height: 600px;position: relative;}
#customer .customer__bnr .viewBox{clip: rect(0, auto, auto, 0);position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
#customer .customer__bnr .imgBox{position: fixed;display: block;top: 0;left: 0;width: 100%;height: 100%;background-size: cover !important;background: url('/local/en/theme/BS4-Basic/img/sub/img-globalnetwork02.png') center no-repeat;}
#customer .customer__bnr .title-cont{text-align: left; color: #fff;max-width:1200px;width: 90%;margin: 0 auto;height: 100%;display: flex;flex-direction: column;justify-content: center;align-items: center;}
#customer .customer__bnr .title-cont .txt1{font-size: 2.0em; font-weight: 600;margin-bottom:20px;line-height: 1.2;word-break: keep-all;}
#customer .customer__bnr .title-cont p{font-size:1.10em; font-weight: 400;margin-bottom: 50px;line-height: 1.4;word-break: keep-all;width: 100%;}
#customer .customer__bnr .title-cont p span{font-size: 1.40em;font-weight: 500;}
#customer .customer__bnr .title-cont .list{width: 100%;text-align: left;}
#customer .customer__bnr .title-cont .list li{position: relative;display: flex;align-items: baseline;gap:0 5px;}
#customer .customer__bnr .title-cont .list li::before{content: '';display: block;width: 8px;height: 8px;border: 1px solid #fff;border-radius: 10px;}
#customer .customer__bnr .title-cont .list li:not(:last-child){margin-bottom: 10px;}
@media all and (max-width:1909px){
    #customer{padding-top: 100px !important;}
}
@media all and (max-width:1200px){
    #customer .customer__bnr .title-cont p{font-size: 1.00em;}
    #customer .customer__bnr .title-cont p span{font-size: 1.20em;}
    #customer .customer__bnr .title-cont .txt1{font-size: 1.70em;}
}
@media all and (max-width:1024px){
    #customer{padding-top: 60px !important;}
    #customer .customer__bnr .title-cont{width:auto; margin: 0 30px;}
}
@media all and (max-width:768px){
    #customer .customer__bnr .imgBox{position: unset;}
}
@media all and (max-width:640px){
    #customer .customer__bnr .informBox{height: 750px;}
    #customer .customer__bnr .title-cont{margin: 0 20px;}
    #customer .customer__bnr .title-cont p{margin-bottom: 30px;}
    #customer .customer__bnr .title-cont .txt1{font-size: 1.40em;margin-bottom: 15px;}
}


#customer .customer__logo{padding: 150px 0 0; background: #f5f5f5;}
#customer .customer__logo .section_title{margin-bottom: 100px;padding: 0 10px;}
#customer .customer__logo .section_title b{display: block; text-align: center; font-weight: 700; line-height: var(--font-30); font-size: var(--font-30); margin-bottom: 40px;}
#customer .customer__logo .section_title p{font-size: var(--font-60); text-align: center; font-weight: 700; line-height: var(--font-60);}
#customer .customer__logo .section_title span{font-size: var(--font-25); display: block; text-align: center; font-weight: 400; margin-top: 40px;}
#customer .customer__logo .section_title span.mo_text{display: none;}
#customer .customer__logo .marquee{width: calc(100% - 50px); margin: 0 auto; max-width: var(--max-width);overflow: hidden;position: relative;top: 0;left: 0;}
#customer .customer__logo .marquee::after{content: ""; position: absolute; top: 0; left: 0; height: 100%; width: 20%; background: linear-gradient(to left, #00000000, #f5f5f5);z-index: 1;}
#customer .customer__logo .marquee::before{content:""; position: absolute; top:0; right: 0; height: 100%; width: 20%; background: linear-gradient(to right, #00000000, #f5f5f5);z-index: 1;}
#customer .customer__logo .marquee ul{display: flex; flex-wrap: nowrap; overflow: visible; width:400%;}
#customer .customer__logo .marquee.left ul{animation: marquee_left 30s linear infinite;}
#customer .customer__logo .marquee.right ul{animation: marquee_right 30s linear infinite;}
#customer .customer__logo .marquee ul li{width: 20%; margin:0 25px; aspect-ratio: auto 1 / 1; align-items: center; display: inline-flex;border-radius: 20px;overflow: hidden;}
#customer .customer__logo .marquee ul li img{display: block; width: 100%; height: 100%;}
#customer .customer__logo .marquee ul li.sm img{scale: 0.8;}
#customer .customer__logo .flowBox{width: 100%; background: #f5f5f5; height:var(--font-80); margin: 100px auto 5px; position: relative; top: 0; left: 0;}
#customer .customer__logo .flowBox::after{content: ""; position: absolute; top: 0; left: 0; height: 100%; width: 20%; background: linear-gradient(to left, #00000000, #f5f5f5);z-index: 1;}
#customer .customer__logo .flowBox::before{content:""; position: absolute; top:0; right: 0; height: 100%; width: 20%; background: linear-gradient(to right, #00000000, #f5f5f5);z-index: 1;}
#customer .customer__logo .flowBox .track{width: 100%; margin: 0 auto; position: absolute; top: 0; left: 0; margin: 0 auto; height:var(--font-80);}
#customer .customer__logo .flowBox .track .content{display: flex;align-items: center;position: absolute; white-space: nowrap;will-change: transform;animation: marquee 100s linear infinite;top: 50%; transform: translateY(-50%);}
#customer .customer__logo .flowBox .track .content span{padding: 0 1.5vw; font-weight: 700; font-size:var(--font-80);line-height:var(--font-80); color: #000000; color: #ffff;}
@-webkit-keyframes marquee_left {
    0% {transform: translate3d(0, 0, 0);}
    100% {transform: translate3d(-50%, 0, 0);}
}
@-webkit-keyframes marquee_right {
    0% {transform: translate3d(-50%, 0, 0);}
    100% {transform: translate3d(0, 0, 0);}
}
@keyframes marquee {
    from { transform: translate(0, -50%); }
    to { transform: translate(-50%, -50%); }
}


@media all and (max-width: 1200px) {
    #customer .customer__logo .section_title{margin-bottom: 20px;}
    #customer .customer__logo .marquee ul{width:500%;}
}
@media all and (max-width:1024px){
    #customer .customer__logo{padding: 100px 0 0;}
}
@media all and (max-width: 800px) {
    #customer .customer__logo .marquee ul{width:700%;}
}
@media all and (max-width: 600px) {
    #customer .customer__logo .marquee{width: calc(100% - 20px);}
    #customer .customer__logo .marquee ul{width: 900%;min-width: 4000px;}
}
@media all and (max-width: 450px) {
    #customer .customer__logo .section_title span.pc_text{display: none;}
    #customer .customer__logo .section_title span.mo_text{display: block;}
}
/* customer 끝 */



/* franchise 시작 */
#franchise{}
#franchise .cinner{}
#franchise .section_title{margin-bottom: 100px;padding: 0 10px;}
#franchise .section_title b{display: block; text-align: center; font-weight: 700; line-height: var(--font-30); font-size: var(--font-30); margin-bottom: 40px;}
#franchise .section_title p{font-size: var(--font-60); text-align: center; font-weight: 700; line-height: var(--font-60);}
#franchise .section_title span{font-size: var(--font-25); display: block; text-align: center; font-weight: 400; margin-top: 40px;}
#franchise .section_title span.mo_text{display: none;}
/* #franchise .title-cont{width: 30%;} */
#franchise .title-cont .txt1{font-size: 2.30em;font-weight: 600;}
#franchise #bo_list_wrap{display: flex;justify-content: space-between;align-items: start;}
#franchise #bo_list_wrap form{width: 100%;}

@media all and (max-width: 1400px) {
	#franchise #bo_list_wrap{flex-direction: column;}
	#franchise .title-cont{width: 100%;}
}
@media all and (max-width: 1200px) {    
	#franchise .title-cont .txt1{font-size: 2.00em;}
}
@media all and (max-width:1024px){
    #franchise{padding: 100px 0 0;}
	#franchise .section_title{margin-bottom: 60px;}
	#franchise .title-cont .txt1{font-size: 1.50em;}
}
@media all and (max-width: 450px) {
    #franchise .section_title span.pc_text{display: none;}
    #franchise .section_title span.mo_text{display: block;}
}
/* franchise 끝 */













/* view */
#bo_v{margin-bottom: 200px;}
#bo_v_atc{}
#bo_v_info > .title{width: 100%;margin: 20px auto;/* padding: 20px; *//* background: #F5F5F5; */border-radius: 5px 5px 0 0;position: relative;top: 0;left: 0;}
#bo_v_info > .title .tit {padding: 0 0 20px;border-bottom: 2px solid var(--color-main);font-size: 1.30em;font-weight: 700;/* text-align: center; */}
#bo_v_info > .info {display: flex;justify-content: space-between;padding: 0 10px;box-sizing: border-box;}
#bo_v_info > .info > p {color: #6c757d;font-size: 16px;}
#bo_v_info > .info .writer {}
#bo_v_info > .info .date {}
#bo_v_btn {padding: 10px;}
#bo_v_btn * {font-size: 16px;}
#bo_v #bo_v_con{width: 100%;margin: 0 auto;padding: 40px 20px;border-top: 1px solid #ddd;margin-bottom: 0 !important;}
#bo_v #bo_v_con img {display: inline-block;border-radius: 0 !important;}
#bo_v_data{font-size: 16px;}
#bo_v_data li.prev_list,
#bo_v_data li.next_list{padding: 10px; gap: 10px; align-items: center; color: #787878;}
#bo_v_data li.prev_list .prev_tit{width: 50px;}
#bo_v_data li.prev_list .prev_txt {overflow: hidden; width:calc(100% - 50px);}
#bo_v_data li.prev_list .prev_txt .alink{width: 95%;}
#bo_v_data li.prev_list .prev_txt .alink a{text-overflow: ellipsis; overflow: hidden; white-space: nowrap; display: block; width: 100%;}
#bo_v_data li.next_list .next_tit{width: 50px;}
#bo_v_data li.prev_list .next_txt {overflow: hidden; width:calc(100% - 50px);}
#bo_v_data li.prev_list .next_txt .alink{width: 95%;}
#bo_v_data li.prev_list .next_txt .alink a{text-overflow: ellipsis; overflow: hidden; white-space: nowrap; display: block; width: 100%;}
#bo_v_data li.prev_list div:hover a,
#bo_v_data li.next_list div:hover a{color: var(--color);}
#bo_v_data li.prev_list div i,
#bo_v_data li.next_list div i{color: #787878;}
.d-none{display: block !important;flex-grow: 1 !important;}
#bo_btn_top>div>div{padding: 0 !important;}
#bo_btn_top>div>div .border-top{border-top: unset !important;}
#bo_btn_top>div>div .btn {font-size: 16px;}

#viewcomment #bo_vc {margin-top: 10px;}
#viewcomment #bo_vc .cmt-btn {display: flex;justify-content: flex-end;padding: 10px 20px;}
#viewcomment #bo_vc .cmt-btn ul {}
#viewcomment #bo_vc .cmt-btn ul > li {display: inline-block}
#viewcomment #bo_vc .cmt-btn ul > li > a {color: #444444;font-size: 16px;font-weight: 500;}
#viewcomment #bo_vc .cmt-btn ul > li > a:hover {color: var(--color-main);}

#bo_vc_w #captcha {display: flex;justify-content: center;flex-wrap: wrap;margin-top: 20px;}
#bo_vc_w #captcha #captcha_key {margin-right: 4px;font-size: 1.0em;}
#bo_vc_w #captcha #captcha_mp3 {display: none;margin-right: 4px;}
#bo_vc_w #captcha #captcha_audio {display: none;}
#bo_vc_w #captcha #captcha_info {width: 100%;font-size: 16px;}

#bo_vc_w #captcha.m_captcha #captcha_img {width: auto;margin: 0;height: 40px;}
#bo_vc_w #captcha.m_captcha #captcha_key {height: 40px;}
@media screen and (max-width:1200px){
	#bo_v{margin-bottom: 150px;}
}

/* list */
#bo_list_wrap{margin-bottom: 150px;}
#bo_list_wrap form{/* width: 100%; *//* margin-left: auto; */}
#bo_list_wrap form #bo_list{/* margin-top: 20px; *//* border-bottom: 2px solid var(--color-main); */}
#bo_list_wrap form #bo_list .list_con{border-top: 1px solid #E8E8E8;}
#bo_list_wrap form #bo_list .list_con li{border-bottom: 1px solid #E8E8E8;/* min-height: 70px; */}
#bo_list_wrap form #bo_list .list_con li.notice{background: #2ea7e01a;height: 70px;}
#bo_list_wrap form #bo_list .list_con li{/* display: flex; *//* justify-content: space-between; *//* align-items: center; *//* padding: 0 10px; *//* text-align: center; */}
#bo_list_wrap form #bo_list .list_con li .subject_wrap {display: flex;align-items: center;gap: 0 15px;min-height: 70px;padding: 0 50px;}
#bo_list_wrap form #bo_list .list_con li.open .subject_wrap {background: #FBFBFB;}
#bo_list_wrap form #bo_list .list_con li .subject_wrap .subject {display: inline-block;max-width: calc(100% - 25px);position: relative;font-weight: 600;cursor: pointer;display: -ms-flexbox;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;overflow: hidden;-webkit-line-clamp: 1;}
#bo_list_wrap form #bo_list .list_con li .subject_wrap .arrow {flex: 0 0 auto;width: 10px;height: 10px;border-right: 2px solid #333;border-bottom: 2px solid #333;transform: rotate(45deg);transition: .35s;}
#bo_list_wrap form #bo_list .list_con li.open .subject_wrap .arrow {transform: rotate(-135deg);margin-top: 6px;}
#bo_list_wrap form #bo_list .list_con li .subject_wrap .subject:hover {color: var(--color-main);}
#bo_list_wrap form #bo_list .list_con li .subject_wrap .subject > i {color: var(--color-main);font-size: 1.0em !important;}
#bo_list_wrap form #bo_list .list_con li .subject_wrap .subject > .cnt_cmt {color: var(--color-main);font-weight: 600;}
#bo_list_wrap form #bo_list .list_con li .subject_wrap p.edit{font-size: 16px;font-weight: 500;color: #fff;background: #333;/* margin-right: 10px; */padding: 3px 10px;border-radius: 3px;cursor: pointer;}
#bo_list_wrap form #bo_list .list_con li .contents_wrap {display: none;padding: 45px 50px;border-top: 1px solid #E8E8E8;box-sizing: border-box;color: #5B5B5B;font-size: 18px;}
#bo_list_wrap form #bo_list .list_con li .contents_wrap .file-links {margin-top: 20px;}
#bo_list_wrap form #bo_list .list_con li .contents_wrap .file-links a {display: inline-flex;align-items: center;gap: 0 9px;color: #333;font-size: 16px;font-weight: 500;}
#bo_list_wrap form #bo_list .list_con li .contents_wrap .file-links a:hover {color: var(--color-main);}
#bo_list_wrap form #bo_list .list_con li .contents_wrap .file-links .ico {flex: 0 0 auto;display: block;width: 18px;height: 16px;}
#bo_list_wrap form #bo_list .list_con li .contents_wrap .file-links .ico img {width: 100%;height: 100%;}

#bo_btn_top {margin-bottom: 20px;}
#bo_btn_top>div> .btn {font-size: 16px;}

/* 페이징 */
#bo_list_wrap .pagination{margin-top: 50px;gap: 0 3px;}
#bo_list_wrap .pagination li{width: 30px;aspect-ratio: 1 / 1;/* border: 1px solid #D9D9D9; *//* box-sizing: border-box; */}
.page-link{border: 1px solid #D9D9D9 !important;font-size: 14px;color: #838383;padding: 0 !important;height: 100%;line-height: 30px;text-align: center;}
.page-link {background: transparent !important;}
.page-link:focus{box-shadow: none !important;}
.page-item:first-child .page-link,
.page-item:last-child .page-link{display: flex;justify-content: center;align-items: center;border-radius: 0 !important;}
.page-item:first-child .page-link:hover img{content: url('/img/pg_prev_btn_on.svg');}
.page-item:last-child .page-link:hover img{content: url('/img/pg_next_btn_on.svg');}
.page-link img{max-width: 100%;}
.page-item.active .page-link{border: 0 !important;color: #fff;font-weight: 600;}


/* 검색창 */
#bo_list_wrap #bo_search{display: flex;justify-content: flex-end;margin-bottom: 30px;}
#bo_list_wrap #bo_search form#fsearch {/* text-align:left; *//* width:450px; */max-height:300px;/* overflow-y:auto; */border-radius:0;}
#bo_list_wrap #bo_search form#fsearch h3 {padding:15px;border-bottom:1px solid #e8e8e8}
#bo_list_wrap #bo_search form#fsearch legend {background:red}
#bo_list_wrap #bo_search form#fsearch form {display:block}
#bo_list_wrap #bo_search form#fsearch .sch_wrap {display: flex;}
#bo_list_wrap #bo_search form#fsearch select {float:left;margin-right: 5px;border:0;width: 130px;height: 50px;border: 1px solid #EDEDED;border-radius: 5px;padding: 0 20px;color: #333;font-size: 18px;-webkit-appearance: none;-moz-appearance: none;appearance: none;background: url('/img/sch_arrow.svg') no-repeat 82% 50%;}
#bo_list_wrap #bo_search form#fsearch select:focus{/* border: 1px solid var(--color1) !important; */outline: none !important;box-shadow: none !important;color: #000;border-radius:0;}
#bo_list_wrap #bo_search form#fsearch select option{color: #000;}
#bo_list_wrap #bo_search form#fsearch .sch_bar {display:inline-block;/* width:calc(100% - 165px); */float:left;border-radius:0;}
#bo_list_wrap #bo_search form#fsearch .sch_bar > div {gap: 0 5px;}
#bo_list_wrap #bo_search form#fsearch .sch_input {width: 230px;height: 50px;padding:0 10px;background-color:transparent;border: 1px solid #EDEDED;border-radius: 5px;font-size: 18px;color: #333;font-weight: 400;border-radius: 0 !important;}
#bo_list_wrap #bo_search form#fsearch .sch_input:focus{border:1px solid var(--color-acc) !important;} 
#bo_list_wrap #bo_search form#fsearch .sch_input::placeholder{color: #C5C5C5;}
#bo_list_wrap #bo_search form#fsearch .sch_btn {padding: 0 23px;border-radius: 5px;background: var(--color-main);color: #fff;font-size: 18px;font-weight: 600;/* background-image: url(/img/sch_btn.svg); *//* background-size: 20px; *//* background-position: center; *//* background-repeat: no-repeat; */}
#bo_list_wrap #bo_search form#fsearch .sch_btn:hover{background-color: var(--color-acc) !important;border-color: var(--color1) !important;}
#bo_list_wrap #bo_search form#fsearch .bo_sch_cls {position:absolute;right:0;top:0;color:#b5b8bb;border:0;padding:12px 15px;font-size:16px;background:#fff}

@media screen and (max-width:1199px){
	#bo_list_wrap form #bo_list .list_con li .subject_wrap {padding: 0 30px;}
	#bo_list_wrap form #bo_list .list_con li .contents_wrap {padding: 40px 30px;}
}
@media all and (max-width: 1024px){
	#bo_list_wrap{margin-bottom: 100px;}
	#bo_list_wrap #bo_search form#fsearch select {width: 110px;height: 45px;font-size: 16px;}
	#bo_list_wrap #bo_search form#fsearch .sch_input {width: 200px;height: 45px;font-size: 16px;}
	#bo_list_wrap #bo_search form#fsearch .sch_btn {padding: 0 18px;font-size: 16px;}
	#bo_list_wrap form #bo_list .list_con li .subject_wrap {min-height: 65px;}
}
@media all and (max-width:768px){
	#bo_list_wrap form #bo_list .list_con li .subject_wrap {padding: 0 20px;}
	#bo_list_wrap form #bo_list .list_con li .contents_wrap {padding: 30px 20px;}
	#bo_btn_top>div> .btn {padding: 5px 13px;font-size: 14px;line-height: normal;}
}
@media all and (max-width: 640px){
	#bo_list_wrap #bo_search {justify-content: center;}
	#bo_list_wrap #bo_search form#fsearch select {width: 90px;height: 45px;padding: 0 10px;font-size: 14px;}
	#bo_list_wrap #bo_search form#fsearch .sch_input {width: 155px;height: 45px;font-size: 14px;}
	#bo_list_wrap #bo_search form#fsearch .sch_btn {padding: 0 14px;font-size: 14px;}
	#bo_list_wrap form #bo_list .list_con li .subject_wrap {gap: 0 10px;}
	#bo_list_wrap form #bo_list .list_con li .subject_wrap .subject {font-size: 16px;}
	#bo_list_wrap form #bo_list .list_con li .contents_wrap {font-size: 16px;}
	#bo_list_wrap form #bo_list .list_con li .contents_wrap .file-links a {flex-wrap: wrap;gap: 4px 0;}
}

@media all and (max-width: 480px){
	
}
@media all and (max-width:420px){

}







/* write */
#bo_w{margin-bottom: 200px;}
#bo_w form{width: 100%;margin: 0 auto;}
#bo_w form>ul{}
#bo_w form>ul li{display: flex;justify-content: space-between;align-items:center ;flex-flow: row wrap;margin-bottom: 20px;}
#bo_w form>ul li:last-child{margin-bottom: 80px;}
#bo_w form>ul li>label{color: #000;font-size: 18px;display: flex;align-items: center;font-weight: bold;width: 70px;}
#bo_w form>ul li>label span{color: var(--color5);margin-left: 10px;display: block;font-weight: normal;}
#bo_w form>ul li>div{width: calc(100% - 80px);display: flex;align-items: center;flex-flow: row wrap;margin: 0 !important;}
#bo_w form>ul li>div>label{font-size: 1.0em; font-weight: normal; cursor: pointer; margin-right: 25px; display: flex; align-items: center; width: fit-content;}
#bo_w form>ul li div input[type='text']{width: 100%;height: 50px;line-height: 50px;background: #fff;border-radius: 5px;border: 1px solid #D9D9D9;padding: 0 20px;font-size: var(--font-20);color: #000;}
#bo_w form>ul li div>input:active,
#bo_w form>ul li div>input:valid,
#bo_w form>ul li div>input:focus{box-shadow: unset;}
#bo_w form>ul li div.link_wrap{}
#bo_w form>ul li div.link_wrap>div{width: 100%;}
#bo_w form>ul li div.file_wrap{}
#bo_w form .btn_wrap{display: flex;justify-content: space-between;align-items: center;flex-flow: row-reverse;margin-top: 80px;}
#bo_w form .btn_wrap button,
#bo_w form .btn_wrap a{display: block;height: 100%;padding: 14px 0;margin: 0;font-size: 1.0em;text-align: center;font-weight: bold;border-radius: 5px !important;width: calc(50% - 10px);}
.cke_sc{display: none !important;}

@media screen and (max-width:1200px){
	#bo_w{margin-bottom: 150px;}
	#bo_w form>ul li>label{width: 110px;}
	#bo_w form>ul li>div{width: calc(100% - 120px);}
}
@media screen and (max-width:800px){
	#bo_w form>ul li>div>label{width: 50%;margin-right: 0;margin-bottom: 10px;}
	#bo_w form>ul li>div>.privacy_label{width: fit-content;margin-bottom: 0;}
}

@media screen and (max-width:600px){
	#bo_w form>ul li>div>label{width: 50%;margin-right: 0;margin-bottom: 10px;}
	#bo_w form>ul li>label{width: 100%}
	#bo_w form>ul li>div{width: 100%}
}