section.positionWrapper {position:relative;width:100%;height:67px;font-size:var(--fs18);border-bottom:1px solid #cccccc;}
section.positionWrapper .inner{position:relative;display:flex;align-items: center;height:100%;}
section.positionWrapper .inner .home{width:70px;height:100%;display:flex;align-items: center;justify-content: center;border-left:1px solid #cccccc;border-right:1px solid #cccccc;}
section.positionWrapper .inner .menu_list_wrap{position:relative;width:200px;height:100%;border-right:1px solid #cccccc;display:flex;flex-direction:column;align-items: center;justify-content: center;font-family:'Paperlogy-5Medium';color:#333333;cursor:pointer;}
section.positionWrapper .inner .menu_list_wrap::before{position:absolute;content:'';background-image:url('../images/main/down_arrow.png');width:10px;height:5px;right:20px;transform: rotate(0deg);transition: .5s all;}
section.positionWrapper .inner .menu_list_wrap.on::before{transform: rotate(180deg);transition: .5s all;}
section.positionWrapper .inner .menu_list_wrap .cur_menu{position:relative;}

section.positionWrapper .inner .menu_list_wrap .smemu_list_wrapper{position:absolute;z-index:3;top:67px;width:100%;display:none;font-family: "Noto Sans KR", sans-serif;}
section.positionWrapper .inner .menu_list_wrap .smemu_list_wrapper .smemu_list{width:100%;display:flex;flex-direction: column;align-items: center;gap:10px 0;padding:10px 0;background:#FFFFFF;border:1px solid #cccccc;}
section.positionWrapper .inner .menu_list_wrap .smemu_list_wrapper .smemu_list .smenu{}
section.positionWrapper .inner .cur_position{position:relative;width:300px;height:100%;border-right:1px solid #cccccc;display:flex;align-items: center;justify-content: center;color:#ff6633;font-family:'Paperlogy-6SemiBold';cursor:pointer;padding:0 40px;}
section.positionWrapper .inner .cur_position::before{position:absolute;content:'';background-image:url('../images/main/down_arrow.png');width:10px;height:5px;right:20px;transform: rotate(0deg);transition: .5s all;}
section.positionWrapper .inner .cur_position.on::before{transform: rotate(180deg);transition: .5s all;}
section.positionWrapper .inner .cur_position .smemu_list_wrapper{position:absolute;z-index:3;top:67px;width:100%;display:none;font-family: "Noto Sans KR", sans-serif;}
section.positionWrapper .inner .cur_position .smemu_list_wrapper .smemu_list{width:100%;display:flex;flex-direction: column;align-items: center;gap:10px 0;padding:10px 0;background:#FFFFFF;border:1px solid #cccccc;}
section.positionWrapper .inner .cur_position .smemu_list_wrapper .smemu_list .smenu{}

.page_head {font-size:1.875rem;font-family:'Paperlogy-6SemiBold';color:#232323;width:100%;padding:65px 0 30px 0;display:flex;justify-content: center;border-bottom:1px solid #cccccc;}
.sub_visual {margin:54px 0 65px 0;}
.sub_visual.none {margin:10px auto 65px auto;width:1200px;}
.sub_visual.none img{width:100%;height:100%;object-fit: cover;}
.sub_ment{text-align:center;font-size:var(--fs24);color:#999999}

.para_content {}
.para_content .ttl{font-size:var(--fs24);color:#666666;font-family:var(--fw6paper);margin-bottom:30px;}
.para_content .exp{font-size:var(--fs18);color:#333333;font-family:var(--fwnoto);}
.intro_content {display:flex;justify-content: center;gap:0 90px;padding:120px 0 90px 0;box-sizing: border-box;border-bottom:1px solid #666666}
.intro_content .intro{font-family: "Noto Sans KR", sans-serif;font-size:var(--fs18);line-height:1.7;}
.intro_content .intro p{line-height:1.7;}
.intro_content .intro p.ttl{font-family:var(--fw5paper);font-size:1.875rem;margin-bottom:40px;}
.intro_content .intro p.sign{display:flex;width:100%;justify-content: end;}

.privacy_content {display:flex;justify-content: start;gap:0 90px;padding:60px 20px 90px 20px;box-sizing: border-box;border-bottom:1px solid #666666}
.privacy_content .cont{font-family: "Noto Sans KR", sans-serif;font-size:var(--fs18);line-height:1.7;}
.privacy_content .cont  p{line-height:1.7;}



.history_wrapper {position:relative;display:flex;flex-direction:column;width:100%;height:100%;margin:0 0 80px 0;}
.history_wrapper::before{position:absolute;content:'';background:#333333;width:1px;height:95%;left:50%;top:30px;}
.history_wrapper .ttl{color:#666666;font-size:var(--fs24);font-family:var(--fw6paper);margin:0 0 20px 0;}
.history_wrapper .history_pic{position:absolute;left:0;top:0;width:50%;text-align:right;}
.history_wrapper .history_pic > img{margin-right:50px;margin-top:40px;width:400px;}
.history_wrapper .history_wrap{position:relative;display:flex;flex-direction: column;align-items: start;margin-bottom:40px;text-align:right;}
.history_wrapper .history_wrap.right{align-items: end;text-align:left;}
.history_wrapper .history_wrap .history{position:relative;display:flex;flex-direction: column;width:50%;padding:0 50px;box-sizing: border-box;}
.history_wrapper .history_wrap .history .year{color:#666666;font-size:var(--fs35);font-family: var(--fw6paper);margin-bottom:24px;}
.history_wrapper .history_wrap .history .syear{color:#666666;font-size:var(--fs35);font-family: var(--fw6paper);margin-bottom:24px;}
.history_wrapper .history_wrap .history.cur .year{margin-bottom:45px;}
.history_wrapper .history_wrap .history .txt{color:#333333;font-size:var(--fs18);font-family:var(--fw4paper);line-height:1.7;}
.history_wrapper .history_wrap .history::after{position:absolute;content:'';background-image:url('../images/icon_history.png');width:25px;height:25px;right:-12.5px;top:7px;}
.history_wrapper .history_wrap.right .history::after{position:absolute;content:'';background-image:url('../images/icon_history.png');width:25px;height:25px;left:-12.5px;top:7px;}
.history_wrapper .history_wrap .history.cur::after{background-image:url('../images/icon_history_on.png');}

.ethic_content {display:flex;flex-direction: column;align-items: center;}
.ethic_content .ethic_cont{position:relative;text-align:center;width:100%;padding:0 0 110px 0;border-bottom:1px solid #cccccc;display:flex;justify-content: center;}
.ethic_content .ethic_cont .econt{position:relative;text-align:center;}
.ethic_content .ethic_cont .econt::before{position:absolute;content:'';background-image:url('../images/qmark01.png');width:97px;height:66px;left:-140px;top:20px;}
.ethic_content .ethic_cont .econt::after{position:absolute;content:'';background-image:url('../images/qmark02.png');width:97px;height:66px;right:-140px;bottom:-30px;}
.ethic_content .ethic_cont .ttl{font-size:var(--fs24);font-family:var(--fw6paper);color:#666666;margin-bottom:45px;}
.ethic_content .ethic_cont .exp{font-size:var(--fs18);font-family:var(--fwnoto);color:#333333;font-weight:500;}

.ethic_content .vision_cont {width:100%;text-align:center;margin:60px 0 0 0;}
.ethic_content .vision_cont .ttl{font-size:var(--fs24);font-family:var(--fw6paper);color:#666666;margin-bottom:40px;}
.ethic_content .vision_cont .exp{font-size:var(--fs18);font-family:var(--fwnoto);color:#333333;font-weight:500;}

.ethic_content .purpose_cont {width:100%;text-align:center;margin:80px 0 160px 0;}
.ethic_content .purpose_cont .ttl{font-size:var(--fs24);font-family:var(--fw6paper);color:#666666;margin-bottom:40px;}
.ethic_content .purpose_cont .purpose_wrapper{display:flex;justify-content: center;gap:0 25px;}
.ethic_content .purpose_cont .purpose_wrapper .purpose{width:330px;height:350px;background:#f0f0f0;padding:58px 25px 0 25px;box-sizing: border-box;}
.ethic_content .purpose_cont .purpose_wrapper .purpose .num{color:#006699;font-size:var(--fs40);font-family:var(--fw9paper);margin-bottom:34px;}
.ethic_content .purpose_cont .purpose_wrapper .purpose .txt{font-size:var(--fs20);font-family:var(--fw4paper);padding-bottom:30px;border-bottom:1px solid #cccccc;margin-bottom:30px;}
.ethic_content .purpose_cont .purpose_wrapper .purpose .txt2{font-size:var(--fs18);font-family:var(--fwnoto);letter-spacing: -1px;}
.ethic_content .purpose_cont .purpose_wrapper .purpose.on{background:#ff6633}
.ethic_content .purpose_cont .purpose_wrapper .purpose.on .txt{color:#FFFFFF;border-bottom:1px solid #FFFFFF;}
.ethic_content .purpose_cont .purpose_wrapper .purpose.on .txt2{color:#FFFFFF;}
.ethic_content .purpose_cont .purpose_wrapper .purpose:hover{background:#ff6633}
.ethic_content .purpose_cont .purpose_wrapper .purpose:hover .txt{color:#FFFFFF;border-bottom:1px solid #FFFFFF;}
.ethic_content .purpose_cont .purpose_wrapper .purpose:hover .txt2{color:#FFFFFF;}


.people_content {display:flex;flex-direction: column;margin:115px 0 0 0;border-bottom:1px solid #666666;}
.people_content .ttl{font-size:var(--fs24);font-family:var(--fw6paper);color:#666666;}
.people_content .people_cont{display:flex;flex-direction:column;gap:0 0;margin:30px 0 122px 0;padding:46px 78px;box-sizing: border-box;border:5px solid #cccccc}
.people_content .people_cont .p_info{display:flex;align-items:center;gap:0 48px;padding:0 0 35px 0;border-bottom:0.5px solid #cccccc;font-family:var(--fwnoto);font-weight:500;color:#666666;font-size:var(--fs19);margin:0 0 35px 0;}
.people_content .people_cont .p_info.col{flex-direction:column;align-items:start;}
.people_content .people_cont .p_info.last{padding:0 0 0 0;border-bottom:0;margin:0}
.people_content .people_cont .p_info .num{display:flex;justify-content:center;align-items:center;width:50px;height:50px;background:#006699;color:#ffffff;font-size:var(--fs24);font-family:var(--fw6paper)}
.people_content .people_cont .p_info .paper{color:#666666;font-size:var(--fs17);font-family:var(--fwnoto);font-weight:500;}

.people_content .people_cont .p_info .items{margin:40px 0 0 0;}
.people_content .people_cont .p_info .items ul{display:flex;flex-wrap: wrap;gap:10px 0;}
.people_content .people_cont .p_info .items ul li{width:50%;}

.people_content.last {margin:115px 0 0 0;border-bottom:0}
.people_content.last .people_cont{margin:30px 0 50px 0;}
.people_txt {margin:30px 0 120px 0;font-size:var(--fs20);color:#666666;font-family:var(--fw5paper);line-height:1.4;}

.people_content.gen {margin:45px 0 0 0;}
.people_content.gen .people_cont{margin:30px 0 65px 0;}
.people_content.gen > .exp{color:#333333;font-weight:500;font-family: var(--fwnoto);line-height:1.7;font-size:var(--fs18);}


.organ_content {display:flex;flex-direction: column;width:100%;padding:55px 0 0 0;font-family:var(--fw6paper);}
.organ_content .part01{width:100%;display:flex;flex-direction: column;align-items: center;}
.organ_content .part01 .head{width:100%;text-align:left;color:#232323;font-size:1.875rem;}
.organ_content .part01 .organ_wrapper img{width:100%;}

.organ_content .part02{width:100%;display:flex;flex-direction: column;align-items: center;margin:100px 0 120px 0;}
.organ_content .part02 .head{width:100%;text-align:left;color:#232323;font-size:1.875rem;}
.organ_content .part02 .organ_wrapper{width:100%;}
.organ_content .part02 .organ_wrapper img{width:100%;}
.organ_content .part02 .organ_wrapper .work_tbl{width:100%;color:#333333;font-size:var(--fs18);margin:38px 0 0 0;border-top:1px solid #333333;border-bottom:1px solid #333333;}
.organ_content .part02 .organ_wrapper .work_tbl th{height:70px;background:#f0f0f0;border-bottom:1px solid #999999;border-right:1px solid #999999;}
.organ_content .part02 .organ_wrapper .work_tbl th:last-child{border-right:0;}
.organ_content .part02 .organ_wrapper .work_tbl td{padding:13px 0;min-height:107px;color:#333333;text-align:center;border-right:1px solid #999999;border-bottom:1px solid #999999;line-height:1.5;font-family: "Noto Sans KR", sans-serif;}
.organ_content .part02 .organ_wrapper .work_tbl tr.last td{border-bottom:0}
.organ_content .part02 .organ_wrapper .work_tbl td.last{border-bottom:0}
.organ_content .part02 .organ_wrapper .work_tbl td:last-child{border-right:0;}
.organ_content .part02 .organ_wrapper .work_tbl td.col3{padding:13px 0 13px 19px;box-sizing: border-box;text-align:left;}

.bbs_content {display:flex;flex-direction: column;width:100%;padding:60px 0 0 0;font-family:var(--fw6paper);margin-bottom:120px;}
.bbs_content .search_wrap{position:relative;width:100%;height:100px;background:#ebebeb;border-radius:20px;overflow: hidden;margin-top:10px;}
.bbs_content .search_wrap::before{position:absolute;content:'';background-image:url('../images/icon_find.png');width:36px;height:36px;left:30px;top:34px;}
.bbs_content .search_wrap input[type=text]{border:0;background:transparent;width:100%;height:100%;color:#666666;font-size:1.875rem;font-family:var(--fw6paper);padding-left:115px;}
.bbs_content .search_wrap input:focus{outline:none;}
.bbs_content .type_tab_list {display:flex;flex-wrap:wrap;gap:9px 29px;justify-content: start;margin:32px 0 0 0;padding:0 25px;box-sizing: border-box;}
.bbs_content .type_tab_list .s_menu{font-size:var(--fs18);width:300px;height:40px;border:0.5px solid #666666;}
.bbs_content .type_tab_list .s_menu a{display:flex;justify-content: center;align-items: center;color:#333333;width:100%;height:100%;}
.bbs_content .type_tab_list .s_menu.on{background:#0066cc;}
.bbs_content .type_tab_list .s_menu.on a{color:#FFFFFF;}

.bbs_content .bbs_list{width:100%;}
.bbs_content .bbs_list .bbs_tbl{width:100%;margin:80px 0 0 0;}
.bbs_content .bbs_list .bbs_tbl th{color:#666666;font-size:1.5rem;height:82px;border-top:2px solid #666666;border-bottom:2px solid #666666;text-align:center;}
.bbs_content .bbs_list .bbs_tbl td{font-family: "Noto Sans KR", sans-serif;color:#666666;font-size:1.188rem;text-align:center;height:64px;border-bottom:1px solid #666666;box-sizing: border-box;}
.bbs_content .bbs_list .bbs_tbl tbody tr:hover{background:#ffe8d2;}
.bbs_content .bbs_list .bbs_tbl th.col1{width:105px;}
.bbs_content .bbs_list .bbs_tbl th.col2{width:860px;padding:0 0 0 30px;box-sizing: border-box;}
.bbs_content .bbs_list .bbs_tbl th.col3{width:110px;}
.bbs_content .bbs_list .bbs_tbl th.col4{width:200px;}
.bbs_content .bbs_list .bbs_tbl th.col5{width:125px;}
.bbs_content .bbs_list .bbs_tbl td.col1{width:105px;}
.bbs_content .bbs_list .bbs_tbl td.col2{width:860px;padding:0 0 0 30px;box-sizing: border-box;text-align:left;}
.bbs_content .bbs_list .bbs_tbl td.col3{width:110px;}
.bbs_content .bbs_list .bbs_tbl td.col4{width:200px;}
.bbs_content .bbs_list .bbs_tbl td.col5{width:125px;}
.bbs_content .bbs_list .bbs_tbl td span.new{display:inline-block;background-image:url('../images/icon_new.png');width:26px;height:26px;margin-left:5px;text-indent: -9999px;}
.bbs_content .bbs_list .bbs_tbl td span.lock{display:inline-block;background-image:url('../images/icon_lock.png');width:16px;height:21px;margin-left:5px;text-indent: -9999px;}
.bbs_content .bbs_list .bbs_tbl td span.answer_complete{font-size:19px;color:#006699;font-weight:900;}
.bbs_content .bbs_list .bbs_tbl td a{display:flex;align-items: center;line-height:1;color:#666666;}
.bbs_content .btns_wrap {display:flex;justify-content: end;}
.bbs_content .btns_wrap .btn_reg {width:100px;height:40px;border:1px solid #666666;}
.bbs_content .btns_wrap .btn_reg a{display:flex;width:100%;height:100%;justify-content: center;align-items: center;}

.bbs_content .bbs_gallery_list {width:100%;display:flex;justify-content:center;padding:0 56px;box-sizing: border-box;}
.bbs_content .bbs_gallery_list .bbs_gallery_wrap{display:flex;flex-wrap: wrap;gap:45px 45px;font-family:'Noto Sans KR',sans-serif;font-weight:500;font-size:var(--fs19);color:#666666;}
.bbs_content .bbs_gallery_list .bbs_gallery_wrap .bbs_gallery{width:433.33px;border:1px solid #888888;box-sizing: border-box;}
.bbs_content .bbs_gallery_list .bbs_gallery_wrap .bbs_gallery .photo{width:100%;height:265px;display:flex;align-items: center;}
.bbs_content .bbs_gallery_list .bbs_gallery_wrap .bbs_gallery .photo img{object-fit: cover;width:100%;height:100%;}
.bbs_content .bbs_gallery_list .bbs_gallery_wrap .bbs_gallery .title{width:100%;height:100px;border-top:1px solid #888888;padding:0 15px;box-sizing: border-box;}
.bbs_content .bbs_gallery_list .bbs_gallery_wrap .bbs_gallery .title a{width:100%;height:100%;white-space: normal;word-wrap: break-word;overflow-wrap: break-word;text-align:center;}
.bbs_content .bbs_gallery_list .bbs_gallery_wrap .bbs_gallery .readnum{width:100%;height:50px;font-size:var(--fs18);background:#e2e2e2;padding:0 20px;box-sizing: border-box;display:flex;align-items:center;}
.bbs_content .bbs_gallery_list .bbs_gallery_wrap .bbs_gallery .readnum .read{position:relative;display:flex;padding:0 0 0 35px;}
.bbs_content .bbs_gallery_list .bbs_gallery_wrap .bbs_gallery .readnum .read::before{position:absolute;left:0;top:7px;content:'';background-image:url('../images/icon_readnum.png');width:22px;height:15px;}
.bbs_content .bbs_gallery_list .bbs_gallery_wrap .bbs_gallery a{color:#666666;display:flex;width:100%;height:100%;justify-content: center;align-items: center;}
.bbs_content .bbs_gallery_list .bbs_gallery_wrap .bbs_gallery a:hover{color:#666666 !important;}
.bbs_content .bbs_gallery_list .bbs_gallery_wrap .bbs_gallery.none{border:0;}

.bbs_content .bbs_gallery_list .bbs_report_wrap{display:flex;flex-wrap: wrap;gap:45px 40px;font-family:'Noto Sans KR',sans-serif;font-weight:500;font-size:var(--fs28);color:#666666;}
.bbs_content .bbs_gallery_list .bbs_report_wrap .bbs_report{border:1px solid #888888;box-sizing: border-box;}
.bbs_content .bbs_gallery_list .bbs_report_wrap .bbs_report .photo{width:400px;height:480px;display:flex;align-items: center;}
.bbs_content .bbs_gallery_list .bbs_report_wrap .bbs_report .photo img{object-fit: cover;max-width:300px;max-height:400px;box-shadow: 3px 6px 18px rgba(160, 120, 10, 0.3);}
.bbs_content .bbs_gallery_list .bbs_report_wrap .bbs_report .title{width:100%;height:70px;/* border-top:1px solid #888888; */padding:0 5px 40px;box-sizing: border-box;}
.bbs_content .bbs_gallery_list .bbs_report_wrap .bbs_report .readnum{width:100%;height:50px;font-size:var(--fs18);background:#e2e2e2;padding:0 20px;box-sizing: border-box;display:flex;align-items:center;display:none;}
.bbs_content .bbs_gallery_list .bbs_report_wrap .bbs_report .readnum .read{position:relative;display:flex;padding:0 0 0 35px;}
.bbs_content .bbs_gallery_list .bbs_report_wrap .bbs_report .readnum .read::before{position:absolute;left:0;top:7px;content:'';background-image:url('../images/icon_readnum.png');width:22px;height:15px;}
.bbs_content .bbs_gallery_list .bbs_report_wrap .bbs_report a{color:#666666;display:flex;width:100%;height:100%;justify-content: center;align-items: center;}
.bbs_content .bbs_gallery_list .bbs_report_wrap .bbs_report a:hover{color:#666666 !important;}
.bbs_content .bbs_gallery_list .bbs_report_wrap .bbs_report.none{border:0;}

.bbs_content .bbs_gallery_list .bbs_webzine_wrap{display:flex;flex-wrap: wrap;gap:45px 40px;}
.bbs_content .bbs_gallery_list .bbs_webzine_wrap .bbs_webzine{box-sizing: border-box;}
.bbs_content .bbs_gallery_list .bbs_webzine_wrap .bbs_webzine .photo{width:400px;height:528px;display:flex;align-items: center;}
.bbs_content .bbs_gallery_list .bbs_webzine_wrap .bbs_webzine .photo img{object-fit: cover;max-width:100%;}
.bbs_content .bbs_gallery_list .bbs_webzine_wrap .bbs_webzine a{color:#666666;display:flex;width:100%;height:100%;justify-content: center;align-items: center;}

.bbs_content .bbs_gallery_list .bbs_webzine_wrap .bbs_webzine.none{border:0;}
/*
.bbs_content .bbs_gallery_list .bbs_webzine_wrap{display:flex;flex-wrap: wrap;gap:30px 35px;}
.bbs_content .bbs_gallery_list .bbs_webzine_wrap .bbs_webzine{box-shadow: 10px 26px 20px 0px #ededed}
.bbs_content .bbs_gallery_list .bbs_webzine_wrap .bbs_webzine .photo{width:600px;height:400px;}
.bbs_content .bbs_gallery_list .bbs_webzine_wrap .bbs_webzine .photo img{object-fit: cover;width:100%;height:100%;}
.bbs_content .bbs_gallery_list .bbs_webzine_wrap .bbs_webzine .title{width:100%;height:100px;font-size:1.75rem;color:#666666;font-family:'Noto Sans KR',sans-serif;font-weight:500;}
.bbs_content .bbs_gallery_list .bbs_webzine_wrap .bbs_webzine a{color:#666666;display:flex;width:100%;height:100%;justify-content: center;align-items: center;}
.bbs_content .bbs_gallery_list .bbs_webzine_wrap .bbs_webzine a:hover{color:#666666 !important;}
*/


/* 상세 페이지 */
.bbs_content .bbs_view  {color:#666666;font-size:1.188rem;font-family:'Noto Sans KR',sans-serif;font-weight:500;}
.bbs_content .bbs_view  .title{font-size:1.5rem;font-family:var(--fw5paper);border-top:2px solid #666666;border-bottom:2px solid #666666;padding:30px 0;text-align:center;}
.bbs_content .bbs_view  .info{display:flex;justify-content: end;gap:0 50px;padding:20px 65px;box-sizing: border-box;border-bottom:1px solid #666666;}
.bbs_content .bbs_view  .contents{padding:40px 42px;box-sizing: border-box;line-height:1.7;}
.bbs_content .bbs_view  .contents img{max-width:100%;}
.bbs_content .bbs_view  .answer{padding:40px 42px;box-sizing: border-box;line-height:2;font-weight:600;border-top:1px solid #666666;}
.bbs_content .bbs_view  .answer p.ttl{font-weight:900;}
.bbs_content .bbs_view  .file_wrap{background:#e6e7e9;display:flex;padding:22px 35px;box-sizing: border-box;gap:0 20px;border:1px solid #bbbcbd;}
.bbs_content .bbs_view  .file_wrap .ttl{font-weight:600;}
.bbs_content .bbs_view  .file_wrap .file_list{display: flex;flex-direction: column;gap: 12px;}

.bbs_content .bbs_view  .data_wrap {display:flex;justify-content: start;align-items:center;height:55px;border-top:1px solid #DEDEDE;border-bottom:1px solid #DEDEDE;}
.bbs_content .bbs_view  .data_wrap.prev {border-bottom:0;margin:45px 0 0 0;}
.bbs_content .bbs_view  .data_wrap .ttl{background:#f9f9f9;height:100%;width:150px;display:flex;justify-content: center;align-items: center;}
.bbs_content .bbs_view  .data_wrap .txt{position:relative;padding:0 0 0 40px;}
.bbs_content .bbs_view  .data_wrap.prev .txt::before{position:absolute;content:'';background-image:url('../images/arr.png');width:15px;height:8px;transform: rotate(180deg);left:15px;top:10px;}
.bbs_content .bbs_view  .data_wrap.next .txt::before{position:absolute;content:'';background-image:url('../images/arr.png');width:15px;height:8px;left:15px;top:10px;}
.bbs_content .bbs_view  .btns_wrap {display:flex;justify-content: center;padding:35px 0;gap:0 14px;margin-top:45px;}
.bbs_content .bbs_view  .btns_wrap > div{width:100px;height:40px;font-size:var(--fs18);color:#333333;}
.bbs_content .bbs_view  .btns_wrap > div a{display:flex;width:100%;height:100%;justify-content: center;align-items: center;}
.bbs_content .bbs_view  .btns_wrap > div.list{background:#0066cc}
.bbs_content .bbs_view  .btns_wrap > div.list a{color:#FFFFFF;}
.bbs_content .bbs_view  .btns_wrap > div.mod a{color:#333333;border:1px solid #666666;}
.bbs_content .bbs_view  .btns_wrap > div.del a{color:#333333;border:1px solid #666666;}
/* 상세 페이지 */

/* 글삭정 */
.bbs_content .bbs_write  {color:#666666;font-size:1.188rem;font-family:'Noto Sans KR',sans-serif;font-weight:500;}
.bbs_content .bbs_write  .item_wrapper{border-top:2px solid #666666;}
.bbs_content .bbs_write  .item_wrapper .item{display:flex;border-bottom:1px solid #666666}
.bbs_content .bbs_write  .item_wrapper .item.last{border-bottom:2px solid #666666}
.bbs_content .bbs_write  .item_wrapper .item .ttl{width:120px;background:#dfdfdf;font-size:1.375rem;color:#666666;font-family:'Noto Sans KR',sans-serif;font-weight:500;padding:25px 22px;box-sizing: border-box;}
.bbs_content .bbs_write  .item_wrapper .item .ipt{flex:1;padding:15px 20px;box-sizing: border-box;}
.bbs_content .bbs_write  .item_wrapper .item .ipt.cont{flex:1;padding:15px 10px;box-sizing: border-box;}
.bbs_content .bbs_write  .item_wrapper .item .ipt select{height:40px;border:1px solid #cccccc;font-size:1.25rem;padding:0 10px;}
.bbs_content .bbs_write  .item_wrapper .item .ipt input[type=text],input[type=password],input[type=file]{height:40px;border:1px solid #cccccc;padding:0 20px;box-sizing: border-box;font-size:1.375rem;}
.bbs_content .bbs_write  .item_wrapper .item .ipt textarea{border:1px solid #cccccc;padding:20px 20px;box-sizing: border-box;font-size:1.375rem;background:#e6e7e9;}
.bbs_content .bbs_write  .item_wrapper .item .ipt {display:flex;align-items:center;gap:0 20px;}
.bbs_content .bbs_write  .item_wrapper .item .ipt label{position:relative;top:3px;}
.bbs_content .bbs_write  .btns_wrap {display:flex;justify-content: center;padding:35px 0;gap:0 14px;border-top:1px solid #666666;margin-top:45px;}
.bbs_content .bbs_write  .btns_wrap > div{width:100px;height:40px;font-size:var(--fs18);color:#333333;}
.bbs_content .bbs_write  .btns_wrap > div a{display:flex;width:100%;height:100%;justify-content: center;align-items: center;}
.bbs_content .bbs_write  .btns_wrap > div.reg{background:#0066cc}
.bbs_content .bbs_write  .btns_wrap > div.reg a{color:#FFFFFF;}
.bbs_content .bbs_write  .btns_wrap > div.cancel a{color:#333333;border:1px solid #666666;}
/* 글삭정 */
.bbs_content .webzine_part {width:100%;}
.bbs_content .webzine_part .title{width:100%;height:65px;background:#0066cc;font-size:var(--fs24);font-family:var(--fw5paper);color:#FFFFFF;display:flex;align-items: center;padding:0 25px;box-sizing: border-box;}
.bbs_content .webzine_part .title .txt{position:absolute;right:20px;font-size:var(--fs19);}
.bbs_content .webzine_part .cont{width:100%;padding:34px 0 75px 0;}
.bbs_content .webzine_part .cont .support_bbs_wrapper{width:100%;display:flex;justify-content: center;margin:1% 0 0 0;}
.bbs_content .webzine_part .cont .support_bbs_wrapper .support_bbs_list{display:flex;flex-wrap:wrap;gap:0 4%;width:calc(100% - 4%);}
.bbs_content .webzine_part .cont .support_bbs_wrapper .support_bbs_list .bbs_data{width:48%;margin-bottom:4%;box-shadow:0 5px 20px rgba(88,88,88,.25);border-radius: 30px;}
.bbs_content .webzine_part .cont .support_bbs_wrapper .support_bbs_list .bbs_data .pic{width:100%;height:400px;display: flex;justify-content: center;align-items: center;}
.bbs_content .webzine_part .cont .support_bbs_wrapper .support_bbs_list .bbs_data .pic img{width:100%;height:100%;object-fit: cover; border-radius: 30px 30px 0 0;}
.bbs_content .webzine_part .cont .support_bbs_wrapper .support_bbs_list .bbs_data .ttl{font-size:var(--fs24);font-family: var(--fwnoto);font-weight:500;color:#666666;background:#FFFFFF;height:100px;display:flex;justify-content: center;align-items: center;border-radius: 30px;}

.bbs_content .webzine_part .cont .support_company_wrapper{width:100%;display:flex;justify-content: center;margin:1% 0 0 0;}
.bbs_content .webzine_part .cont .support_company_wrapper .support_company_list{display:flex;flex-wrap:wrap;gap:0 4%;width:calc(100% - 4%);}
.bbs_content .webzine_part .cont .support_company_wrapper .support_company_list .company{width:48%;margin-bottom:4%;box-shadow:0 5px 20px rgba(88,88,88,.25);border-radius: 30px;}
.bbs_content .webzine_part .cont .support_company_wrapper .support_company_list .company .pic{width:100%;height:320px;display: flex;justify-content: center;align-items: center;}
.bbs_content .webzine_part .cont .support_company_wrapper .support_company_list .company .pic img{max-width:90%;border-radius: 30px 30px 0 0;}
.bbs_content .webzine_part .cont .support_company_wrapper .support_company_list .company .ttl{font-size:var(--fs28);font-family: var(--fwnoto);font-weight:500;color:#FFFFFF;background:#7b7b7b;height:65px;display:flex;justify-content: center;align-items: center;}
.bbs_content .webzine_part .cont .support_company_wrapper .support_company_list .company .info{color:#666666;font-family:var(--fwnoto);font-size:var(--fs22);font-weight:500;height:115px;display:flex;flex-direction:column;align-items: center;justify-content: center;}
.bbs_content .webzine_part .cont .support_company_wrapper .support_company_list .company .info .address{}
.bbs_content .webzine_part .cont .support_company_wrapper .support_company_list .company .info .tel{}

.paging {width:100%;display:flex;justify-content: center;margin:50px 0 0 0;gap:30px;}
.paging ul{display:flex;justify-content: center;gap:0 18px;}
.paging ul li{color:#666666;font-size:1.5rem;}
.paging ul li.on{color:#ff6633}

.map_content {display:flex;flex-direction: column;align-items:center;width:100%;padding:60px 0 15px 0;font-family:var(--fw4paper);margin-bottom:120px;border-bottom:1px solid #CCCCCC;}
.map_content .map_wrap {display:flex;flex-direction: column;align-items: center;gap:24px 0;}
.map_content .map_wrap .title{font-family:var(--fw6paper);color:#232323;font-size:1.875rem;text-align:left;width:100%;}
.map_content .map_wrap .map{width:1398px;height:494px;}
.map_content .map_wrap .addr{display:flex;justify-content: center;align-items:center;gap:0 20px;color:#666666;font-size:1.375rem;}

.guide_content {font-size:1.375rem;font-family:var(--fw4paper);}
.guide_content .tabs_wrap{display:flex;border-bottom:2px solid #006699;gap:0 5px;}
.guide_content .tabs_wrap .tab{width:250px;height:100px;border-top-left-radius: 20px;border-top-right-radius: 20px;background:#f0f0f0;color:#666666;display:flex;justify-content: center;align-items: center;text-align:center;cursor:pointer;}
.guide_content .tabs_wrap .tab.on{background:#006699;color:#FFFFFF;}


.guide_content .info_wrap {display:flex;flex-direction: column;margin-top:45px;color:#666666;gap:30px 0;border-bottom:1px solid #CCCCCC;padding:0 0 30px 0;}
.guide_content .info_wrap .info{display:flex;}
.guide_content .info_wrap .info .icon{width:70px;text-align:center;}
.guide_content .info_wrap .info .txt{}
.guide_content .info_wrap .info .txt span{font-family:var(--fw6paper);}
.guide_content .info_wrap .info .txt .cont{font-family: "Noto Sans KR", sans-serif;font-size:var(--fs18);margin-top:25px;line-height:2;}
.guide_content .info_wrap .info .txt .cont .item{position:relative;padding-left:12px;}
.guide_content .info_wrap .info .txt .cont .item::before{position:absolute;content:'•';left:0;color:#b5b5b5;font-weight:400;}
.guide_content .info_wrap .info .txt .cont span{font-family: "Noto Sans KR", sans-serif;font-weight:800;}


/* 서브 02 */
.company_content {display:flex;flex-direction: column;align-items:start;width:100%;padding:60px 100px 120px 100px;font-family:var(--fw4paper);}
.company_content .title{position:relative;font-size:var(--fs28);font-family:var(--fw6paper);padding:0 0 0 36px;text-align:center;color:#232323;width:100%;margin-bottom:10px;}
.company_content .stitle{color:#666666;font-size:1.5rem;font-family:var(--fw6paper);margin-bottom:15px;width:100%;display:flex;align-items:center;gap:0 10px;}
.company_content .stitle span.exp{font-size:1.2rem;font-family:var(--fwnoto);font-weight:400;}
.company_content .info_wrap{width:100%;border:5px solid #cccccc;box-sizing: border-box;font-family: "Noto Sans KR", sans-serif;padding:47px 76px;margin-bottom:80px;}
.company_content .info_wrap .info{color:#666666;font-size:1.188rem;display:flex;gap:0 65px;align-items:center;padding-bottom:30px;border-bottom:1px solid #cccccc}
.company_content .info_wrap .info:last-child{border-bottom:0;padding-top:30px;padding-bottom:0;}
.company_content .info_wrap.research .info:last-child{border-bottom:0;padding-top:0;padding-bottom:0;}
.company_content .info_wrap .info .num{width:50px;height:50px;color:#ffffff;background:#006699;display:flex;justify-content: center;align-items:center;font-family:var(--fw6paper);}
.company_content .info_wrap .info .txt{color:#666666;font-size:1.188rem;letter-spacing: -1px;}
.company_content .cont{font-size:1.188rem;color:#666666;font-family: "Noto Sans KR", sans-serif;width:100%;}
.company_content .cont > div{position:relative;padding-left:13px;line-height:2;}
.company_content .cont > div::before{position:absolute;content:'•';left:0;color:#b5b5b5;font-size:var(--fs18);}
.company_content .btns_wrapper{position:relative;display:flex;justify-content: center;width:100%;margin:95px 0 0 0;gap:0 17px;}
.company_content .btns_wrapper.support{margin:0px 0 0 0;gap:0 0;}
.company_content .btns_wrapper .btn{position:relative;background:#0066cc;height:60px;padding:0 70px 0 25px;border-radius:10px;font-size:1.5rem;overflow:hidden;}
.company_content .btns_wrapper .btn:hover{background:#f26f21;}
.company_content .btns_wrapper .btn::after{position:absolute;content:'';background-image:url('../images/icon_go.png');width:31px;height:31px;right:17px;top:14px;}
.company_content .btns_wrapper .btn a{display:flex;color:#FFFFFF;width:100%;height:100%;align-items: center;justify-content: center;}
.company_content .btns_wrapper .btn:hover a{color:#FFFFFF !important;}
.company_content .btns_wrapper .btn:hover::after{transform: rotate(360deg);transition: 1s all}

.company_content .info_wrap.effect {display:flex;flex-direction: column;align-items: center;gap:30px 0;padding:47px 76px 0 76px;}
.company_content .info_wrap.effect .ttl{text-align:center;color:#666666;font-size:var(--fs20);}
.company_content .info_wrap.effect .ttl span{font-family:var(--fw5paper);}
.company_content .info_wrap.effect .info:last-child{border-bottom:0;padding-top:0;padding-bottom:0;}

.company_content .f_gallery{margin-top:40px;}
.company_content .f_gallery img{width:100%;}



.company_content .flow_wrap {font-size:1.188rem;color:#666666;font-family: "Noto Sans KR", sans-serif;width:100%;margin-top:20px;}
.company_content .flow_wrap .process_flow{display:flex;}
.company_content .flow_wrap .process_flow .flow{position:relative;width:150px;display:flex;flex-direction:column;gap:20px 0;}
.company_content .flow_wrap .process_flow .flow::after{position:absolute;content:'';background-image:url('../images/icon_dir.png');width:22px;height:28px;right:-65px;top:58px;}
.company_content .flow_wrap .process_flow .flow.last::after{position:absolute;content:'';background-image:none;right:0;top:0;}
.company_content .flow_wrap .process_flow .flow .pic{width:100%;height:150px;}
.company_content .flow_wrap .process_flow .flow .pic img{width:100%;}
.company_content .flow_wrap .process_flow .flow > .info{display:flex;flex-direction:column;}
.company_content .flow_wrap .process_flow .flow > .info .step{color:#666666;font-size:var(--fs20);font-family:var(--fw3paper);text-align:center;letter-spacing: -1px;}
.company_content .flow_wrap .process_flow .flow > .info .txt{text-align:center;margin-top:10px;font-size:var(--fs19);font-family:var(--fwnoto);font-weight:500;line-height:1.2;letter-spacing: -1px;}

.company_content .flow_wrap .process_flow.type01{gap:0 64px;}
.company_content .flow_wrap .process_flow.type01 .flow::after{right:-40px;top:58px;}
.company_content .flow_wrap .process_flow.type02{gap:0 190px;}
.company_content .flow_wrap .process_flow.type02 .flow::after{right:-110px;top:58px;}

.company_content .flow_wrap .process_flow.type03{gap:0 106px;}
.company_content .flow_wrap .process_flow.type03 .flow::after{right:-65px;top:58px;}

.company_content .eflow_wrap {font-size:1.188rem;color:#666666;font-family: "Noto Sans KR", sans-serif;width:100%;margin-top:20px;}
.company_content .eflow_wrap .process_flow{display:flex;justify-content: space-between;padding:0 60px;box-sizing:border-box;}
.company_content .eflow_wrap .process_flow .flow{position:relative;width:180px;display:flex;flex-direction:column;gap:20px 0;align-items: center;}
.company_content .eflow_wrap .process_flow .flow .pic{width:150px;height:150px;}
.company_content .eflow_wrap .process_flow .flow .pic img{width:100%;}
.company_content .eflow_wrap .process_flow .flow > .info{display:flex;flex-direction:column;}
.company_content .eflow_wrap .process_flow .flow > .info .step{color:#666666;font-size:var(--fs20);font-family:var(--fw3paper);text-align:center;letter-spacing: -1px;}
.company_content .eflow_wrap .process_flow .flow > .info .txt{text-align:center;margin-top:10px;font-size:var(--fs19);font-family:var(--fwnoto);font-weight:500;line-height:1.7;letter-spacing: -1px;}


.research_tbl{width:100%;color:#333333;font-size:var(--fs18);margin:10px 0 0 0;border-top:1px solid #333333;}
.research_tbl th{height:70px;background:#f0f0f0;border-bottom:1px solid #999999;border-right:1px solid #999999;}
.research_tbl th:last-child{border-right:0;}
.research_tbl td{padding:13px 0;min-height:107px;color:#333333;text-align:center;border-right:1px solid #999999;border-bottom:1px solid #999999;line-height:1.5;font-family: "Noto Sans KR", sans-serif;letter-spacing:-1px;}
.research_tbl td:last-child{border-right:0;}
.research_tbl td.col1{width:300px;}
.research_tbl td.col2{flex:1;padding:13px 0 13px 19px;box-sizing: border-box;text-align:left;}
.research_tbl td.col3{padding:13px 0 13px 19px;box-sizing: border-box;text-align:left;}
.research_tbl td.center{text-align:center;}

.dge_tbl{width:100%;color:#333333;font-size:var(--fs18);margin:10px 0 0 0;border-top:1px solid #333333;}
.dge_tbl th{height:70px;background:#f0f0f0;border-bottom:1px solid #999999;border-right:1px solid #999999;}
.dge_tbl th:last-child{border-right:0;}
.dge_tbl td{padding:13px 0;min-height:107px;color:#333333;text-align:center;border-right:1px solid #999999;border-bottom:1px solid #999999;line-height:1.5;font-family: "Noto Sans KR", sans-serif;letter-spacing:-1px;}
.dge_tbl td:last-child{border-right:0;}
.dge_tbl td.col1{width:200px;}
.dge_tbl td.col2{width:500px;padding:13px 0 13px 19px;box-sizing: border-box;text-align:left;}
.dge_tbl td.center{text-align:center;}

.support_tbl{width:100%;color:#333333;font-size:var(--fs18);margin:10px 0 0 0;border-top:1px solid #333333;}
.support_tbl th{height:70px;background:#f0f0f0;border-bottom:1px solid #999999;border-right:1px solid #999999;}
.support_tbl th:last-child{border-right:0;}
.support_tbl td{padding:13px 0;min-height:107px;color:#333333;text-align:center;border-right:1px solid #999999;border-bottom:1px solid #999999;line-height:1.5;font-family: "Noto Sans KR", sans-serif;letter-spacing:-1px;}
.support_tbl td  > div{position:relative;padding-left:10px;line-height:1.5;margin-bottom:10px;}
.support_tbl td  > div:last-child{margin-bottom:0px;}
.support_tbl td:last-child{border-right:0;}
.support_tbl td.col1{width:330px;}
.support_tbl td.col2{width:570px;padding:13px 0 13px 19px;box-sizing: border-box;text-align:left;line-height:2;}
.support_tbl td.col2  > div::before{position:absolute;content:'-';left:0;}
.support_tbl td.col3{padding:13px 0 13px 19px;box-sizing: border-box;text-align:left;}
.support_tbl td.center{text-align:center;}

.dangerous_tbl{width:100%;color:#333333;font-size:var(--fs18);margin:10px 0 0 0;border-top:1px solid #333333;}
.dangerous_tbl th{height:70px;background:#f0f0f0;border-bottom:1px solid #999999;border-right:1px solid #999999;}
.dangerous_tbl th:last-child{border-right:0;}
.dangerous_tbl td{padding:13px 0;min-height:107px;color:#333333;text-align:center;border-right:1px solid #999999;border-bottom:1px solid #999999;line-height:1.5;font-family: "Noto Sans KR", sans-serif;letter-spacing:-1px;}
.dangerous_tbl td:last-child{border-right:0;}
.dangerous_tbl td.col1{width:400px;}
.dangerous_tbl td.col2{width:890px;padding:13px 0 13px 19px;box-sizing: border-box;text-align:left;}
.dangerous_tbl td.col3{padding:13px 0 13px 19px;box-sizing: border-box;text-align:left;}
.dangerous_tbl td.center{text-align:center;}
.dangerous_tbl td .spacer{display:inline-block;width:60px}

.welfare_tbl{width:100%;color:#333333;font-size:var(--fs18);margin:10px 0 0 0;border-top:1px solid #333333;}
.welfare_tbl th{height:70px;background:#f0f0f0;border-bottom:1px solid #999999;border-right:1px solid #999999;}
.welfare_tbl th:last-child{border-right:0;}
.welfare_tbl td{padding:17px 0;min-height:107px;color:#333333;text-align:center;border-right:1px solid #999999;border-bottom:1px solid #999999;line-height:1.5;font-family: "Noto Sans KR", sans-serif;letter-spacing:-1px;}
.welfare_tbl td:last-child{border-right:0;}
.welfare_tbl td.col1{width:200px;}
.welfare_tbl td.col2{width:640px;padding:17px 0 17px 28px;box-sizing: border-box;text-align:left;}
.welfare_tbl td.center{text-align:center;}


.tel_wrapper{width:100%;height:80px;color:#666666;font-size:1.25rem;margin:40px 0 0 0;border:0.5px solid #666666;display:flex;justify-content: center;align-items: center;font-family:var(--fw4paper);}
.tel_wrapper.support{margin:80px 0 0 0;}
.tel_wrapper > div{width:100%;height:100%;display:flex;justify-content: center;align-items: center;gap:0 30px;}


.help_content {display:flex;flex-direction: column;align-items:center;width:100%;padding:60px 0 120px 0;font-family:var(--fw4paper);}
.help_content .title{color:#666666;font-size:1.5rem;font-family:var(--fw6paper);margin-bottom:52px;width:100%;}
.help_content .exp{width:100%;line-height:1.6;color:#666666;font-size:1.25rem;font-family:var(--fw4paper);margin-bottom:52px;text-align:center;}

.help_content .stitle{color:#666666;font-size:1.5rem;font-family:var(--fw6paper);margin-bottom:15px;width:100%;}

.help_content .info_wrap{width:100%;border:5px solid #cccccc;box-sizing: border-box;font-family: "Noto Sans KR", sans-serif;padding:40px 76px;margin:0 auto 80px auto;}
.help_content .info_wrap .info{position:relative;color:#666666;font-size:1.188rem;display:flex;align-items:center;padding-left:10px;line-height:1.6;gap:0 65px;}

.help_content .info_wrap .info::before{position:absolute;content:'•';left:0;top:0;color:#b5b5b5;font-size:var(--fs18);}
.help_content .info_wrap .info.none::before{content:'';}

.help_content .info_wrap .info.gen{display:flex;align-items:center;justify-content: center;width:100%;}
.help_content .info_wrap .info.gen::before{position:absolute;content:'';}

.help_content .cont{font-size:1.188rem;color:#666666;font-family: "Noto Sans KR", sans-serif;width:100%;}
.help_content .cont.box{background:#f0f0f0;padding:45px;box-sizing:border-box;}
.help_content .cont > p{position:relative;line-height:1.7;color:#333333;letter-spacing: -1px;}
.help_content .cont.box > p{margin:10px 0;}
.help_content .cont.box > p:first-child{margin:0 0 10px 0;}
.help_content .cont > div{position:relative;padding-left:13px;line-height:1.7;}
.help_content .cont > div::before{position:absolute;content:'•';left:0;color:#b5b5b5;font-size:var(--fs18);}
.help_content .cont > div span{color:#000000;font-weight:500;}
.help_content .cont > div span.major{color:#0066cc;font-weight:800;}
.help_content .line{width:100%;height:1px;background:#cccccc;margin:75px 0 70px 0;}

.help_content .step_wrapper{position:relative;display:flex;justify-content: center;width:100%;margin:60px 0 0 0;gap:0 105px;color:#666666;font-size:1.25rem;font-family:var(--fw4paper);flex-wrap:wrap;}
.help_content .step_wrapper.left{justify-content: start;}
.help_content .step_wrapper .step{position:relative;display:flex;justify-content: center;align-items:center;flex-direction: column;gap:22px 0;}
.help_content .step_wrapper .step::after{position:absolute;content:'';background-image:url('../images/icon_dir.png');width:22px;height:28px;right:-70px;top:60px;}
.help_content .step_wrapper .step:last-child::after{position:absolute;content:'';background-image:inherit;}
.help_content .step_wrapper .step .pic{position:relative;display:flex;justify-content: center;align-items:center;width:150px;height:150px;border:4px solid #cccccc;border-radius:50%;box-sizing: border-box;}

.help_content .btns_wrapper{position:relative;display:flex;justify-content: center;width:100%;margin:95px 0 0 0;gap:0 17px;}
.help_content .btns_wrapper.support{margin:0px 0 0 0;gap:0 0;}

.help_content .btns_wrapper .btn_down{position:relative;background:#0066cc;height:60px;padding:0 70px 0 35px;border-radius:10px;font-size:1.5rem;overflow:hidden;}
.help_content .btns_wrapper .btn_down a{display:flex;color:#FFFFFF;width:100%;height:100%;align-items: center;justify-content: center;}
.help_content .btns_wrapper .btn_down:hover a{color:#FFFFFF !important;}
.help_content .btns_wrapper .btn_down::before{position:absolute;content:'';background-image:url('../images/icon_go.png');width:31px;height:31px;right:15px;top:14px;}
.help_content .btns_wrapper .btn_down:hover::before{animation:1s move_down_icon infinite linear forwards}

.help_content .btns_wrapper .btn_support{position:relative;background:#0066cc;height:60px;padding:0 70px 0 35px;border-radius:10px;font-size:1.5rem;overflow:hidden;}
.help_content .btns_wrapper .btn_support a{display:flex;color:#FFFFFF;width:100%;height:100%;align-items: center;justify-content: center;}
.help_content .btns_wrapper .btn_support:hover a{color:#FFFFFF !important;}
.help_content .btns_wrapper .btn_support::before{position:absolute;content:'';background-image:url('../images/icon_go.png');width:31px;height:31px;right:15px;top:14px;}
.help_content .btns_wrapper .btn_support:hover::before{animation:1s move_down_icon infinite linear forwards}

.supportor_list_wrap {position:relative;width:100%;font-family: "Noto Sans KR", sans-serif;}
.supportor_list_wrap .star{position:absolute;background-image: url('../images/star.png');width:227px;height:63px;top:-30px;left:490px;}


.supportor_list_wrap .supportor_list{width:100%;display:flex;flex-wrap:wrap;padding:78px 70px;box-sizing: border-box;border:5px solid #cccccc;gap:47px 30px;color:#666666;font-size:1.188rem;}
.supportor_list_wrap .supportor_list .supportor{width:150px;display:flex;flex-direction: column;align-items: center;justify-content: center;gap:8px 0;}
.supportor_list_wrap .supportor_list .supportor .photo{width:100%;height:190px;border-radius: 10px;overflow: hidden;border:1px solid #dddddd;}
.supportor_list_wrap .supportor_list .supportor .photo > img{width:100%;}
.supportor_list_wrap .supportor_list .supportor .intro{text-align:center;height:50px;font-size:var(--fs16);display:flex;align-items: center;}
.supportor_list_wrap .supportor_list .supportor .name{font-weight:600;}

.supportor_list_wrap .supportor_list.intro{width:100%;display:flex;flex-wrap:wrap;align-items:start;padding:78px 70px;box-sizing: border-box;border:5px solid #cccccc;gap:47px 30px;color:#666666;font-size:1.188rem;}
.supportor_list_wrap .supportor_list.intro .supportor{width:30%;height:100px;display:flex;flex-direction: row;align-items: start;justify-content: start;gap:10px 20px;}
.supportor_list_wrap .supportor_list.intro .supportor .photo{width:80px;height:100%;border-radius: 10px;overflow: hidden;border:1px solid #dddddd;}
.supportor_list_wrap .supportor_list.intro .supportor .photo > img{width:100%;}
.supportor_list_wrap .supportor_list.intro .supportor .intro_wrap{flex:1;display:flex;flex-direction:column;border-top:1px solid #DEDEDE;border-bottom:1px solid #DEDEDE;height:100%;}
.supportor_list_wrap .supportor_list.intro .supportor .intro_wrap .intro{height:50%;font-size:var(--fs16);display:flex;align-items: center;justify-content: center;word-break: keep-all;line-height:1.2;}
.supportor_list_wrap .supportor_list.intro .supportor .intro_wrap .intro.full{height:100%;line-height:1.5;}
.supportor_list_wrap .supportor_list.intro .supportor .intro_wrap .name{height:50%;font-size:var(--fs16);font-weight:600;border-top:1px solid #DEDEDE;display:flex;align-items: center;justify-content: center;text-align:center;line-height:1.2;}



.request_list_wrap {position:relative;width:100%;display:flex;font-family: "Noto Sans KR", sans-serif;font-size:var(--fs18);justify-content: space-between;}
.request_list_wrap .request_item{display:flex;flex-direction: column;align-items: center;justify-content:center;width:440px;height:500px;background:#ebebeb;padding:0 25px;box-sizing: border-box;}
.request_list_wrap .request_item .icon{height:160px;display:flex;align-items: end;justify-content: center;}
.request_list_wrap .request_item .name{color:#666666;font-weight:900;margin-top:30px;border-bottom:1px solid #FFFFFF;padding-bottom:17px;width:100%;text-align:center;}
.request_list_wrap .request_item .explain{font-weight:400;line-height:1.7;text-align:center;margin-top:20px;}
.request_list_wrap .request_item .btn{margin-top:30px;}
.request_list_wrap .request_item .btn a{display:flex;align-items:center;justify-content:center;color:#0066cc;font-weight:500;border:1px solid #0066cc;width:180px;height:40px;font-size:1.438rem;}
.request_list_wrap .request_item .btn a:hover{border:1px solid #f26f21}
.inner_cont {width:100%;padding:0 100px;box-sizing: border-box;}
.inner_cont.full {padding:0 0;}

.support_tab_wrapper {display:flex;justify-content:center;}
.support_tab_wrapper .support_tab{display:flex;justify-content:center;width:100%;}
.support_tab_wrapper .support_tab > div{flex:1;font-size:var(--fs18);font-family:var(--fw5paper);display:flex;justify-content: center;align-items: center;height:60px;border:.3px solid #666766;box-sizing: border-box;border-right:0;}
.support_tab_wrapper .support_tab > div:hover{border:1px solid #f26f21;box-sizing: border-box;}
.support_tab_wrapper .support_tab > div:last-child{border-right:.3px solid #666766;}

.support_tab_wrapper .support_tab > div.on{background:#f26f21;border:0;}
.support_tab_wrapper .support_tab > div a{color:#333333;text-align:center;padding:0 5px;}
.support_tab_wrapper .support_tab > div:hover a{color:#f26f21 !important;}
.support_tab_wrapper .support_tab > div:hover a:hover{color:#f26f21 !important;}
.support_tab_wrapper .support_tab > div.on a{color:#FFFFFF;}

.support_tab_wrapper.fixed {position:fixed;top:100px;left:0;width:100%;background: #FFFFFF;z-index:1;}
.support_tab_wrapper.fixed .support_tab{width:1400px;margin:0 auto;padding:0 100px;box-sizing: border-box;}


.finance_content {display:flex;flex-direction: column;align-items:center;width:100%;padding:60px 0 120px 0;font-family:var(--fw4paper);}
.finance_cont_wrapper {display:flex;flex-direction: column;margin-top:95px;padding:0 100px;box-sizing: border-box;}
.finance_cont_wrapper .finance_cont{display:flex;flex-direction: column;color:#666666;margin-bottom:60px;}
.finance_cont_wrapper .finance_cont .title{position:relative;font-size:var(--fs28);font-family:var(--fw6paper);padding:0 0 0 36px;text-align:center;color:#232323;}
.finance_cont_wrapper .finance_cont .ttl{position:relative;font-size:var(--fs24);font-family:var(--fw6paper);padding:0 0 0 36px;}
.finance_cont_wrapper .finance_cont .ttl::before{position:absolute;content:'';background-image:url('../images/icon_m.png');width:20px;height:20px;left:3px;top:4px;}
.finance_cont_wrapper .finance_cont .cont{font-size:var(--fs19);font-weight:400;font-family:var(--fwnoto);margin-top:15px;padding:0 0 0 0;}
.finance_cont_wrapper .finance_cont .cont .inbox{border:5px solid #cccccc;display:flex;align-items:center;padding:40px 100px;box-sizing: border-box;margin-top:30px;gap:0 65px;}
.finance_cont_wrapper .finance_cont .cont .inbox.mj{margin-top:0;}
.finance_cont_wrapper .finance_btns{text-align:center;margin-bottom:110px;}
/* 서브 02 */

.support_content {display:flex;flex-direction: column;align-items:center;width:100%;padding:50px 0 120px 0;font-family:var(--fw4paper);}
.support_content .pay_wrapper{width:100%;display:flex;flex-direction:column;align-items:start;}
.support_content .pay_wrapper .title{font-size:1.75rem;color:#666666;font-weight:900;margin-bottom:30px;}
.support_content .pay_wrapper .pay_wrap{width:100%;display:flex;align-items:center;background:#dfefff;border-radius:20px;padding:0 50px;box-sizing:border-box;}
.support_content .pay_wrapper .pay_wrap.part01{height:150px;}
.support_content .pay_wrapper .pay_wrap.part02{height:200px;}
.support_content .pay_wrapper .pay_wrap .f_ttl{width:180px;color:#666666;font-weight:900;font-size:1.375rem;}
.support_content .pay_wrapper .f_ipt_wrap{width:100%;gap:0 20px;}

.support_content .info_wrapper{width:100%;display:flex;flex-direction:column;align-items:start;color:#666666;}
.support_content .info_wrapper .title{font-size:1.75rem;color:#666666;font-weight:900;margin-bottom:30px;}
.support_content .info_wrapper .infobox_wrapper{width:100%;border-radius:20px;box-sizing:border-box;border:1px solid #0066cc;overflow:hidden;}
.support_content .info_wrapper .infobox_wrapper .infobox_wrap{width:100%;display:flex;align-items:center;border-bottom:1px solid #ebebeb;padding:30px 50px;}
.support_content .info_wrapper .infobox_wrapper .infobox_wrap.last{border-bottom:0;}
.support_content .info_wrapper .infobox_wrapper .infobox_wrap .f_ipt_wrap{width:100%;}
.support_content .info_wrapper .infobox_wrapper .infobox_wrap .f_ipt{flex:1;color:#666666;font-size:1.375rem;}
.support_content .info_wrapper .infobox_wrapper .infobox_wrap .f_ttl{width:180px;font-size:1.375rem;}
.support_content .info_wrapper .infobox_wrapper .infobox_wrap .txt{font-size:1rem;}
.support_content .info_wrapper .infobox_wrapper .infobox_wrap .ment{font-size:1.375rem;}
.support_content .info_wrapper .infobox_wrapper .infobox_wrap .txt.mj{color:#910000;}

.support_content .info_wrapper .infobox_wrapper input[type=text]{height:40px;background:#FFFFFF;box-sizing:border-box;border:1px solid #cccccc;color:#888888;font-size:1.375rem;}
.support_content .info_wrapper .infobox_wrapper textarea{width:100%;height:240px;background:#FFFFFF;box-sizing:border-box;border:1px solid #cccccc;color:#888888;font-size:1.375rem;padding:20px;box-sizing: border-box;}
.support_content .info_wrapper .infobox_wrapper input[type=tel]{height:40px;background:#FFFFFF;box-sizing:border-box;border:1px solid #cccccc;color:#888888;font-size:1.375rem;}
.support_content .info_wrapper .infobox_wrapper input.readonly{background:#dfdfdf}
.support_content .info_wrapper .infobox_wrapper select{height:40px;background:#FFFFFF;border:1px solid #cccccc;box-sizing:border-box;font-size:1.375rem;padding:0 10px;color:#888888;}
.support_content .info_wrapper .infobox_wrapper input[type=text]:focus{outline:none;}
.support_content .info_wrapper .infobox_wrapper input{padding:0 20px;box-sizing: border-box;font-size:1rem;}
.support_content .info_wrapper .infobox_wrapper input.hp{width:120px;padding:0 10px;text-align:center;}

.support_content .privacy_wrapper{width:100%;display:flex;flex-direction:column;align-items:start;color:#666666;font-size:1.625rem;}
.support_content .btns_wrap{display:flex;justify-content: center;}
.support_content .btns_wrap .btn{background:#0066cc;color:#FFFFFF;font-size:1.5rem;font-weight:600;width:250px;height:60px;display:flex;justify-content: center;align-items:center;border-radius:10px;cursor:pointer;}


sup.required {color:#910000;font-size:0.875rem;font-weight:600;}
.el_left {display:flex;}
.el_vcenter {display:flex;justify-content: start;align-items:center;}
.el_hcenter {display:flex;justify-content: center;align-items:start;}
.el_alcenter {display:flex;justify-content: center;align-items:center;}
.el_both {display:flex;justify-content: space-between;gap:0 10px;}
.el_v_left {display:flex;flex-direction:column;}

.btn_auth {width:100px;height:40px;background:#f26f21;font-size:1.375rem;color:#FFFFFF;cursor:pointer;}
.btn_auth a{color:#FFF;}
.btn_auth a:hover{color:#FFF !important;}
.btn_pay {position:relative;width:280px;height:60px;background:#FFFFFF;font-size:1.375rem;color:#666666;cursor:pointer;display:flex;justify-content:center;align-items: center;gap:0 14px;border-radius:10px;box-sizing: border-box;}
.btn_pay.on {border:1px solid #0066cc}
.btn_pay:hover {border:1px solid #0066cc}


select.pay_item {color:#0066cc;font-weight:900;width:180px;height:40px;font-size:1.375rem;padding:0 0 0 20px;border:1px solid #0066cc;}
.f_price {font-size:1.275rem;color:#666666;gap:0 17px;}
.f_price span {display:flex;border-radius:10px;width:150px;height:40px;border:1px solid #0066cc;box-sizing: border-box;justify-content: center;align-items: center;cursor:pointer;}
.f_price span.on {background:#0066cc;color:#FFFFFF}
.f_price span:hover {background:#0066cc;color:#FFFFFF}

.f_direct_price {font-size:1.375rem;}
.f_direct_price .txt{background:#f26f21;width:150px;height:40px;display:flex;justify-content: center;align-items: center;color:#FFFFFF;border-radius:10px;margin-right:17px;}
.f_direct_price .ipt input[type=text]{width:165px;height:40px;border:1px solid #d8d8d8;box-sizing: border-box;padding:0 17px;font-size:1.375rem;}
.f_direct_price .ipt input[type=text]:focus{outline:none;}
.f_direct_price .ipt input[type=text]::placeholder{color:#666666;}



.map_area_content {display:flex;flex-direction: column;align-items:center;width:100%;padding:60px 0 15px 0;font-family:var(--fw4paper);margin-bottom:45px;border-bottom:1px solid #CCCCCC;}
.map_area_content .map_wrap {display:flex;flex-direction: column;align-items: center;gap:24px 0;}
.map_area_wrapper {}
.map_area_wrapper .ttl{font-size:var(--fs20);color:#666666;font-family:var(--fw5paper);}
.map_area_wrapper .map_area{display:flex;gap:0 30px;}
.map_area_wrapper .map_area > div{width:200px;height:40px;display:flex;justify-content: center;align-items: center;border:0.5px solid #666666;color:#333333;font-size:var(--fs18);font-family:var(--fw5paper);}
.map_area_wrapper .map_area > div.on{background:#0066cc;color:#fffefe;}
.map_area_wrapper .map_sub_area{display:flex;margin:25px 0 0 0;gap:0 10px;}
.map_area_wrapper .map_sub_area > div{color:#666666;font-size:var(--fs19);font-family:var(--fwnoto);width:100px;height:30px;line-height:1;border:0.3px solid #666666;display:flex;justify-content: center;align-items: center;border-radius:5px;}
.map_area_wrapper .type_area{display:flex;gap:0 30px;}
.map_area_wrapper .type_area > div{width:200px;height:40px;display:flex;justify-content: center;align-items: center;border:0.5px solid #666666;color:#333333;font-size:var(--fs18);font-family:var(--fw5paper);}
.map_area_wrapper .type_area > div.on{background:#0066cc;color:#fffefe;}
.list_company_wrapper {margin-bottom:100px;}
.list_company_wrapper .ttl{font-size:var(--fs20);color:#666666;font-family:var(--fw5paper);}
.list_company_wrapper .company_wrapper{width:100%;display:flex;flex-wrap:wrap;gap:30px 55px;}
.list_company_wrapper .company_wrapper .company_wrap{width:675px;height:100px;border:0.3px solid #cccccc;display:flex;justify-content: space-between;align-items: center;padding:0 35px;box-sizing: border-box;}
.list_company_wrapper .company_wrapper .company_wrap .info{color:#333333;font-weight:500;}
.list_company_wrapper .company_wrapper .company_wrap .info .name{font-family: var(--fwnoto);margin-bottom:10px;font-size:var(--fs22);}
.list_company_wrapper .company_wrapper .company_wrap .info .name span{color:#006699;}
.list_company_wrapper .company_wrapper .company_wrap .info .addr{font-size:var(--fs18);}
.list_company_wrapper .company_wrapper .company_wrap .tel_wrap {background:#006699;width:150px;height:40px;border-radius:5px;}
.list_company_wrapper .company_wrapper .company_wrap .tel_wrap a{display:flex;width:100%;height:100%;justify-content: center;align-items: center;color:#ffffff;font-size:var(--fs22);}


.bbs_content .bbs_gallery_list {padding:0 5px;}
.bbs_content .bbs_gallery_list .bbs_webzine_wrap{display:flex;flex-wrap: wrap;gap:10px 1%;}
.bbs_content .bbs_gallery_list .bbs_webzine_wrap .bbs_webzine{box-sizing: border-box;width:48%;}
.bbs_content .bbs_gallery_list .bbs_webzine_wrap .bbs_webzine .photo{width:100%;height:auto;display:flex;align-items: center;}
.bbs_content .bbs_gallery_list .bbs_webzine_wrap .bbs_webzine .photo img{object-fit: cover;max-width:100%;}
.bbs_content .bbs_gallery_list .bbs_webzine_wrap .bbs_webzine a{color:#666666;display:flex;width:100%;height:100%;justify-content: center;align-items: center;}

.bbs_content .bbs_gallery_list .bbs_webzine_wrap .bbs_webzine.none{border:0;}


.area_line{position:relative;width:100%;height:1px;background:#b6b6b6;margin:50px 0;}


input[type=radio] {display:none;}
input[type=checkbox] {display:none;}

input[type="radio"].u_rdo+label {
  position:relative;
  display: block;
  background: url('../images/icon_rdo.png') no-repeat 0 0px / contain;
  padding-left:35px;
  transition:.5s all;
}

input[type="radio"].u_rdo:checked+label {
  position:relative;
  display: block;
  background: url('../images/icon_rdo_on.png') no-repeat 0 0px / contain;
  padding-left:35px;
  transition:.5s all;
}
input[type="checkbox"].u_chk_box+label {
  position:relative;
  display: block;
  background: url('../images/icon_chk.png') no-repeat 0 0px / contain;
  padding-left:40px;
  transition:.5s all;
}

input[type="checkbox"].u_chk_box:checked+label {
  position:relative;
  display: block;
  background: url('../images/icon_chk_on.png') no-repeat 0 0px / contain;
  padding-left:40px;
  transition:.5s all;
}

@media (max-width: 640px) {
  section.positionWrapper {height:4.188rem;}
  section.positionWrapper .inner .menu_list_wrap{width:50%;}
  .inner_cont {padding:0 10px}
  .help_content .info_wrap {padding:20px 10px;}

  .intro_content {flex-direction:column-reverse;align-items: center;gap:2rem 0;padding:40px 20px 90px 20px}
  .intro_content .photo img{width:100%;}
  .intro_content .intro p.sign {margin-top:20px;}
  BR.pc {display:none}

  section.positionWrapper .inner .home{width:15%;}
  section.positionWrapper .inner .home img{width:30%;}
  section.positionWrapper .inner .menu_list_wrap{flex:1;}
  section.positionWrapper .inner .cur_position{flex:1;}

  .page_head {font-size:1.875rem;padding:30px 0 30px 0;display:flex;justify-content: center;border-bottom:1px solid #cccccc;text-align:center;}


  .support_tbl td.col1{width:100px;}
  .support_tbl td.col2{width:inherit;}
  .support_tbl td.col3{width:80px;}
  .support_content {padding:20px 10px 120px 10px;box-sizing: border-box;}

  .support_content .pay_wrapper .pay_wrap{width:100%;display:flex;align-items:start;justify-content:center;border-radius:20px;padding:20px 20px;flex-direction:column;gap:10px 0;}
  .support_content .pay_wrapper .pay_wrap.part01{height:inherit;}
  .support_content .pay_wrapper .pay_wrap.part01 .f_ipt_wrap {flex-direction:column;gap:10px 0;justify-content: center;align-items: center;}
  .support_content .pay_wrapper .pay_wrap.part02{height:inherit;}
  .support_content .pay_wrapper .pay_wrap .f_ttl{width:180px;color:#666666;font-weight:900;font-size:1.375rem;}
  .support_content .pay_wrapper .f_ipt_wrap{width:100%;gap:0 20px;}

  .support_content .info_wrapper .infobox_wrapper{padding:20px 20px;}
  .support_content .info_wrapper .infobox_wrapper .infobox_wrap{width:100%;display:flex;align-items:start;padding:10px 0;flex-direction:column;gap:10px 0;}
  .support_content .info_wrapper .infobox_wrapper .infobox_wrap.last{border-bottom:0;}
  .support_content .info_wrapper .infobox_wrapper .infobox_wrap .f_ipt_wrap{width:100%;}
  .support_content .info_wrapper .infobox_wrapper .infobox_wrap .f_ipt{flex:1;color:#666666;font-size:1.375rem;}
  .support_content .info_wrapper .infobox_wrapper .infobox_wrap .f_ipt > div.full{flex:1;}
  .support_content .info_wrapper .infobox_wrapper .infobox_wrap .f_ttl{width:180px;font-size:1.375rem;}
  .support_content .info_wrapper .infobox_wrapper .infobox_wrap .txt{font-size:1rem;}
  .support_content .info_wrapper .infobox_wrapper .infobox_wrap .ment{font-size:1.375rem;}
  .support_content .info_wrapper .infobox_wrapper .infobox_wrap .txt.mj{color:#910000;}


  .support_content .pay_wrapper .f_ipt_wrap .f_price_wrap {flex-direction: column;gap:20px 0;}
  .support_content .pay_wrapper .f_ipt_wrap .f_price_wrap .f_price{flex-wrap:wrap;gap:10px 10px;}
  .support_content .info_wrapper .infobox_wrapper input.hp{width:27%;padding:0 10px;text-align:center;}


  .bbs_content {padding:20px 10px 0 10px;box-sizing:border-box;margin-bottom:0px;}
  .bbs_content .search_wrap{height:60px;overflow: hidden;}
  .bbs_content .search_wrap::before{position:absolute;content:'';background-image:url('../images/icon_find.png');width:27px;height:27px;left:30px;top:15px;background-size:100%;}

  .bbs_content .bbs_list .bbs_tbl {margin:30px 0 0 0;}
  .bbs_content .bbs_list .bbs_tbl th {height:60px;}
  .bbs_content .bbs_list .bbs_tbl th:nth-child(3){display:none;}
  .bbs_content .bbs_list .bbs_tbl th:nth-child(4){display:none;}
  .bbs_content .bbs_list .bbs_tbl th:nth-child(5){display:none;}

  .bbs_content .bbs_list .bbs_tbl td:nth-child(3){display:none;}
  .bbs_content .bbs_list .bbs_tbl td:nth-child(4){display:none;}
  .bbs_content .bbs_list .bbs_tbl td:nth-child(5){display:none;}
  .paging {gap:10px;}

  .help_content .step_wrapper{flex-direction:column;justify-content: center;width:100%;margin:60px 0 0 0;gap:50px 0;color:#666666;font-size:1.25rem;font-family:var(--fw4paper);flex-wrap:wrap;padding:0  50px;box-sizing: border-box;}
  .help_content .step_wrapper.left{justify-content: start;}
  .help_content .step_wrapper .step{position:relative;display:flex;justify-content: center;align-items:center;flex-direction: row;gap:22px 20px;width:100%;}
  .help_content .step_wrapper .step::after{position:absolute;content:'';background-image:url('../images/icon_dir.png');width:22px;height:28px;left:55px;top:140px;transform:rotate(90deg)}
  .help_content .step_wrapper .step:last-child::after{position:absolute;content:'';background-image:inherit;}
  .help_content .step_wrapper .step .pic{justify-content: center;align-items:center;width:130px;height:130px;border:4px solid #cccccc;border-radius:50%;box-sizing: border-box;}
  .help_content .step_wrapper .step .text{flex:1}


  .help_content .btns_wrapper{flex-direction:column;width:100%;margin:50px 0 0 0;gap:20px 0;}
  .help_content .btns_wrapper.support{margin:0px 0 0 0;gap:0 0;}



  .supportor_list_wrap .star{position:absolute;background-image: url('../images/star.png');width:156px;height:43px;top:-20px;left:27%;background-size:100%;background-repeat: no-repeat;}
  .supportor_list_wrap .supportor_list{width:100%;display:flex;flex-wrap:wrap;padding:30px 20px;box-sizing: border-box;border:5px solid #cccccc;gap:30px 15px;color:#666666;font-size:1.188rem;}
  .supportor_list_wrap .supportor_list .supportor{width:140px;display:flex;flex-direction: column;align-items: center;justify-content: center;gap:10px 0;}
  .supportor_list_wrap .supportor_list .supportor .photo{width:140px;height:140px;border-radius: 50%;overflow: hidden;}
  .supportor_list_wrap .supportor_list .supportor .photo > img{width:100%;}
  .supportor_list_wrap .supportor_list .supportor .name{}

  .company_content {padding:30px 10px 120px 10px;box-sizing: border-box;}

  .paging ul {gap:0 7px;}
  .paging ul li {font-size:1.5rem;display:flex;alilgn-items:center;justify-content: center;}
  .paging ul li.on {font-weight:800;}
  .paging ul li img{transform:scale(.6);}
  .btn_pay {position:relative;width:100%;font-size:1.375rem;}
  .btn_pay  img{width:25px}
  .btn_pay.on {border:1px solid #0066cc}
  .btn_pay:hover {border:1px solid #0066cc}

  .mb80 {margin-bottom:40px !important;}
  .ml10 {margin-left:0 !important;}
  .mt35 {margin-top:20px !important;}
  input[type=text] {width:100%;}
  .f_direct_price .ipt input[type=text] {width:80%;}
  input[type="checkbox"].u_chk_box+label {
    position:relative;
    display: block;
    background: url('../images/icon_chk.png') no-repeat 0 0px / contain;
    padding-left:40px;
    transition:.5s all;
    background-size:22px;
  }
  input[type="checkbox"].u_chk_box:checked+label {
    position:relative;
    display: block;
    background: url('../images/icon_chk_on.png') no-repeat 0 0px / contain;
    padding-left:40px;
    transition:.5s all;
    background-size:25px;
  }
  .w170 {width:140px !important;}
  .w250 {width:200px !important;}


  .supportor_list_wrap .supportor_list.intro{width:100%;padding:58px 20px 20px 20px;}
  .supportor_list_wrap .supportor_list.intro .supportor{width:100%;height:100px;gap:10px 20px;}
  .supportor_list_wrap .supportor_list.intro .supportor .photo{width:80px;height:100%;border-radius: 10px;overflow: hidden;border:1px solid #dddddd;}
  .supportor_list_wrap .supportor_list.intro .supportor .photo > img{width:100%;}
  .supportor_list_wrap .supportor_list.intro .supportor .intro_wrap{flex:1;display:flex;flex-direction:column;border-top:1px solid #DEDEDE;border-bottom:1px solid #DEDEDE;height:100%;}
  .supportor_list_wrap .supportor_list.intro .supportor .intro_wrap .intro{height:50%;font-size:var(--fs18);display:flex;align-items: center;justify-content: center;word-break: keep-all;line-height:1.2;}
  .supportor_list_wrap .supportor_list.intro .supportor .intro_wrap .intro.full{height:100%;line-height:1.5;}
  .supportor_list_wrap .supportor_list.intro .supportor .intro_wrap .name{height:50%;font-size:var(--fs18);font-weight:600;border-top:1px solid #DEDEDE;display:flex;align-items: center;justify-content: center;text-align:center;line-height:1.2;}

  .bbs_content .webzine_part .title{height: 40px;padding: 0 15px;}
  
  .bbs_content .webzine_part .cont{width:100%;padding:10px 0 35px 0;}
  .bbs_content .webzine_part .cont .support_bbs_wrapper{width:100%;display:flex;justify-content: center;margin:0;}
  .bbs_content .webzine_part .cont .support_bbs_wrapper .support_bbs_list{display:flex;flex-wrap:wrap;gap:10px 0;width:100%;justify-content: space-between;}
  .bbs_content .webzine_part .cont .support_bbs_wrapper .support_bbs_list .bbs_data{width:49%;box-shadow:0 2px 5px rgba(88,88,88,.25);margin-bottom:0;}
  .bbs_content .webzine_part .cont .support_bbs_wrapper .support_bbs_list .bbs_data .pic{width:100%;height:auto;display: flex;justify-content: center;align-items: center;}
  .bbs_content .webzine_part .cont .support_bbs_wrapper .support_bbs_list .bbs_data .pic img{width:100%;height:100%;object-fit: cover;}
  .bbs_content .webzine_part .cont .support_bbs_wrapper .support_bbs_list .bbs_data .ttl{font-size:var(--fs18);font-family: var(--fwnoto);font-weight:500;color:#666666;background:#FFFFFF;height:60px;display:flex;justify-content: center;align-items: center;text-align:center;}

  .bbs_content .webzine_part .cont .support_company_wrapper{width:100%;display:flex;justify-content: center;margin:10px 0 0 0;}
  .bbs_content .webzine_part .cont .support_company_wrapper .support_company_list{display:flex;flex-wrap:wrap;gap:10px 0;width:100%;justify-content: space-between;}
  .bbs_content .webzine_part .cont .support_company_wrapper .support_company_list .company{width:49%;box-shadow:0 2px 5px rgba(88,88,88,.25);}
  .bbs_content .webzine_part .cont .support_company_wrapper .support_company_list .company .pic{width:100%;height:calc(100vw * 0.33);display: flex;justify-content: center;align-items: center;}
  .bbs_content .webzine_part .cont .support_company_wrapper .support_company_list .company .pic img{max-width:90%;}
  .bbs_content .webzine_part .cont .support_company_wrapper .support_company_list .company .ttl{font-size:var(--fs20);font-family: var(--fwnoto);font-weight:500;color:#FFFFFF;background:#7b7b7b;height:40px;display:flex;justify-content: center;align-items: center;}
  .bbs_content .webzine_part .cont .support_company_wrapper .support_company_list .company .info{color:#666666;font-family:var(--fwnoto);font-size:var(--fs16);font-weight:500;height:65px;display:flex;flex-direction:column;align-items: center;justify-content: center;}
  .bbs_content .webzine_part .cont .support_company_wrapper .support_company_list .company .info .address{}
  .bbs_content .webzine_part .cont .support_company_wrapper .support_company_list .company .info .tel{}


  .people_content {margin:30px 0 0 0;}
  .people_content .people_cont{gap:0 0;margin:30px 0 122px 0;padding:46px 20px;box-sizing: border-box;border:5px solid #cccccc}
  .people_content .people_cont .p_info{gap:0 10px;padding:0 0 35px 0;margin:0 0 35px 0;}
  .people_content .people_cont .p_info.col{flex-direction:column;align-items:start;}
  .people_content .people_cont .p_info.last{padding:0 0 0 0;border-bottom:0;margin:0}
  .people_content .people_cont .p_info .num{height:50px;padding:0 10px;}
  .people_content .people_cont .p_info .paper{color:#666666;font-size:var(--fs17);font-family:var(--fwnoto);font-weight:500;}

  .people_content .people_cont .p_info .items{margin:40px 0 0 0;}
  .people_content .people_cont .p_info .items ul{display:flex;flex-wrap: wrap;gap:10px 0;}
  .people_content .people_cont .p_info .items ul li{width:50%;}

  .people_content.last {margin:115px 0 0 0;border-bottom:0}
  .people_content.last .people_cont{margin:30px 0 50px 0;}
  .people_txt {margin:30px 0 120px 0;font-size:var(--fs20);color:#666666;font-family:var(--fw5paper);line-height:1.4;}

  .people_content.gen {margin:45px 0 0 0;}
  .people_content.gen .people_cont{margin:30px 0 65px 0;}
  .people_content.gen > .exp{color:#333333;font-weight:500;font-family: var(--fwnoto);line-height:1.7;font-size:var(--fs18);}

  .ethic_content .ethic_cont{padding:0 0 110px 0;}
  .ethic_content .ethic_cont .econt{}
  .ethic_content .ethic_cont .econt::before{width:44px;height:30px;left:-60px;top:50px;background-size:100%;}
  .ethic_content .ethic_cont .econt::after{width:44px;height:30px;right:-60px;bottom:-0px;background-size:100%;}

  .ethic_content .vision_cont {width:100%;text-align:center;margin:60px 0 0 0;}
  .ethic_content .vision_cont .ttl{font-size:var(--fs24);font-family:var(--fw6paper);color:#666666;margin-bottom:40px;}
  .ethic_content .vision_cont .exp{font-size:var(--fs18);font-family:var(--fwnoto);color:#333333;font-weight:500;}

  .ethic_content .purpose_cont {width:100%;text-align:center;margin:80px 0 160px 0;}
  .ethic_content .purpose_cont .ttl{font-size:var(--fs24);font-family:var(--fw6paper);color:#666666;margin-bottom:40px;}
  .ethic_content .purpose_cont .purpose_wrapper{display:flex;justify-content: center;gap:10px 10px;flex-wrap:wrap;}
  .ethic_content .purpose_cont .purpose_wrapper .purpose{width:43%;height:350px;background:#f0f0f0;padding:58px 25px 0 25px;box-sizing: border-box;}

  .history_wrapper .history_pic{position:absolute;left:0;top:0;width:50%;text-align:right;}
  .history_wrapper .history_pic > img{margin-right:10px;margin-top:40px;width:90%;}
  .history_wrapper .history_wrap .history{padding:0 15px 0 15px;}


  .bbs_content .bbs_list .bbs_tbl{width:100%;margin:80px 0 0 0;}
  .bbs_content .bbs_list .bbs_tbl th{color:#666666;font-size:1.2rem;height:40px;}
  .bbs_content .bbs_list .bbs_tbl td{font-size:1.188rem;text-align:center;height:44px;border-bottom:1px solid #666666;box-sizing: border-box;}


  /* 상세 페이지 */
  .bbs_content .bbs_view  .title{font-size:1.5rem;font-family:var(--fw5paper);border-top:2px solid #666666;border-bottom:2px solid #666666;padding:30px 0;text-align:center;}
  .bbs_content .bbs_view  .info{gap:0 20px;padding:20px 10px;}
  .bbs_content .bbs_view  .data_wrap .ttl{width:80px;}
  /* 상세 페이지 */
  .map_content {margin-bottom:0;}
  .map_content.last {margin-bottom:100px;padding:0 0 20px 0;}

  .finance_cont_wrapper {margin-top:95px;padding:0 10px;}
  .finance_cont_wrapper .finance_cont{display:flex;flex-direction: column;color:#666666;margin-bottom:60px;}
  .finance_cont_wrapper .finance_cont .cont .inbox{width:100%;border:3px solid #cccccc;padding:20px 10px;box-sizing: border-box;margin-top:30px;gap:0 15px;}
  .finance_cont_wrapper .finance_cont .cont .inbox img{width:80px}
  .finance_cont_wrapper .finance_cont .cont .inbox.mj{margin-top:0;}
  .finance_cont_wrapper .finance_btns{text-align:center;margin-bottom:110px;}

  .support_tab_wrapper.fixed {top:61px;}
  .support_tab_wrapper.fixed .support_tab{width:100%;padding:0 10px;}


  .company_content .flow_wrap .process_flow{display:flex;flex-direction:column;align-items:center;justify-content: center;}
  .company_content .flow_wrap .process_flow .flow{position:relative;width:150px;display:flex;flex-direction:column;gap:20px 0;}
  .company_content .flow_wrap .process_flow .flow::after{position:absolute;content:'';background-image:url('../images/icon_dir.png');width:22px;height:28px;right:-65px;top:58px;transform:rotate(90deg)}
  .company_content .flow_wrap .process_flow .flow.last::after{position:absolute;content:'';background-image:none;right:0;top:0;}
  .company_content .flow_wrap .process_flow .flow .pic{width:100%;height:150px;}
  .company_content .flow_wrap .process_flow .flow .pic img{width:100%;}
  .company_content .flow_wrap .process_flow .flow > .info{display:flex;flex-direction:column;}
  .company_content .flow_wrap .process_flow .flow > .info .step{color:#666666;font-size:var(--fs20);font-family:var(--fw3paper);text-align:center;letter-spacing: -1px;}
  .company_content .flow_wrap .process_flow .flow > .info .txt{text-align:center;margin-top:10px;font-size:var(--fs19);font-family:var(--fwnoto);font-weight:500;line-height:1.2;letter-spacing: -1px;}

  .company_content .flow_wrap .process_flow.type01{gap:100px 0;}
  .company_content .flow_wrap .process_flow.type01 .flow::after{right:60px;top:250px;}
  .company_content .flow_wrap .process_flow.type02{gap:100px 0;}
  .company_content .flow_wrap .process_flow.type02 .flow::after{right:60px;top:230px;}

  .company_content .flow_wrap .process_flow.type03{gap:100px 0;}
  .company_content .flow_wrap .process_flow.type03 .flow::after{right:60px;top:250px;}


  .research_tbl td.col1{width:80px;}
  .research_tbl td.col2{flex:1;padding:13px 0 13px 19px;box-sizing: border-box;text-align:left;}
  .research_tbl td.col3{padding:13px 0 13px 19px;box-sizing: border-box;text-align:left;}

  .company_content .info_wrap{width:100%;border:3px solid #cccccc;padding:20px 10px;margin-bottom:80px;}
  .company_content .info_wrap .info{color:#666666;font-size:1.188rem;display:flex;gap:0 10px;}
  .company_content .info_wrap .info .img img{width:100px}
  .company_content .info_wrap .info:last-child{border-bottom:0;padding-top:30px;padding-bottom:0;}
  .company_content .info_wrap.research .info:last-child{border-bottom:0;padding-top:0;padding-bottom:0;}
  .company_content .info_wrap .info .num{width:50px;height:50px;color:#ffffff;background:#006699;display:flex;justify-content: center;align-items:center;font-family:var(--fw6paper);}
  .company_content .info_wrap .info .txt{color:#666666;font-size:1.188rem;letter-spacing: -1px;}


  .help_content .info_wrap{border:3px solid #cccccc;padding:20px 10px;}
  .help_content .info_wrap .info{position:relative;color:#666666;font-size:1.188rem;display:flex;align-items:center;padding-left:10px;line-height:1.6;gap:0 10px;}
  .help_content .info_wrap .info .img img{width:80px;}


  .request_list_wrap {display:flex;flex-direction:column;justify-content: center;align-items:center;gap:20px 0;}
  .request_list_wrap .request_item{width:90%;height:500px;background:#ebebeb;padding:0 25px;box-sizing: border-box;}
  .request_list_wrap .request_item .icon{height:160px;display:flex;align-items: end;justify-content: center;}
  .request_list_wrap .request_item .name{color:#666666;font-weight:900;margin-top:30px;border-bottom:1px solid #FFFFFF;padding-bottom:17px;width:100%;text-align:center;}
  .request_list_wrap .request_item .explain{font-weight:400;line-height:1.7;text-align:center;margin-top:20px;}
  .request_list_wrap .request_item .btn{margin-top:30px;}
  .request_list_wrap .request_item .btn a{display:flex;align-items:center;justify-content:center;color:#0066cc;font-weight:500;border:1px solid #0066cc;width:180px;height:40px;font-size:1.438rem;}
  .request_list_wrap .request_item .btn a:hover{border:1px solid #f26f21}

  .sub_visual.none {margin:10px auto 65px auto;width:100%;}

  .company_content .eflow_wrap .process_flow{padding:0 10px;box-sizing:border-box;flex-wrap:wrap;gap:20px 0;}
  .company_content .eflow_wrap .process_flow .flow{position:relative;width:100%;display:flex;flex-direction:column;gap:20px 0;align-items: center;}
  .company_content .eflow_wrap .process_flow .flow .pic{width:150px;height:150px;}
  .company_content .eflow_wrap .process_flow .flow .pic img{width:100%;}

  .bbs_content .bbs_gallery_list .bbs_gallery_wrap{display:flex;flex-wrap: wrap;gap:45px 0;}
  .bbs_content .bbs_gallery_list .bbs_gallery_wrap .bbs_gallery{width:100%}
  .bbs_content .bbs_gallery_list .bbs_gallery_wrap .bbs_gallery .photo{width:100%;height:265px;display:flex;align-items: center;}
  .bbs_content .bbs_gallery_list .bbs_gallery_wrap .bbs_gallery .photo img{object-fit: cover;width:100%;height:100%;}
  .bbs_content .bbs_gallery_list .bbs_gallery_wrap .bbs_gallery .title{width:100%;height:60px;border-top:1px solid #888888;padding:0 5px;box-sizing: border-box;}
  .bbs_content .bbs_gallery_list .bbs_gallery_wrap .bbs_gallery .title a{width:100%;height:100%;white-space: normal;word-wrap: break-word;overflow-wrap: break-word;text-align:center;}
  .bbs_content .bbs_gallery_list .bbs_gallery_wrap .bbs_gallery .readnum{width:100%;height:50px;font-size:var(--fs18);background:#e2e2e2;padding:0 20px;box-sizing: border-box;display:flex;align-items:center;}
  .bbs_content .bbs_gallery_list .bbs_gallery_wrap .bbs_gallery .readnum .read{position:relative;display:flex;padding:0 0 0 35px;}
  .bbs_content .bbs_gallery_list .bbs_gallery_wrap .bbs_gallery .readnum .read::before{position:absolute;left:0;top:3px;content:'';background-image:url('../images/icon_readnum.png');width:22px;height:15px;}
  .bbs_content .bbs_gallery_list .bbs_gallery_wrap .bbs_gallery a{color:#666666;display:flex;width:100%;height:100%;justify-content: center;align-items: center;}
  .bbs_content .bbs_gallery_list .bbs_gallery_wrap .bbs_gallery a:hover{color:#666666 !important;}
  .bbs_content .bbs_gallery_list .bbs_gallery_wrap .bbs_gallery.none{border:0;}

  .bbs_content .bbs_view  .contents{padding:20px 10px;box-sizing: border-box;line-height:1.7;}

  .bbs_content .bbs_list .bbs_tbl{width:100%;margin:80px 0 0 0;}
  .bbs_content .bbs_list .bbs_tbl td.col1 {width:10%;}
  .bbs_content .bbs_list .bbs_tbl th.col2{width:80%;padding:0 10px;}
  .bbs_content .bbs_list .bbs_tbl th.col3{display:none;}
  .bbs_content .bbs_list .bbs_tbl th.col4{display:none;}
  .bbs_content .bbs_list .bbs_tbl th.col5{display:none;}
  .bbs_content .bbs_list .bbs_tbl td a{display:flex;align-items: center;line-height:1.2;color:#666666;width:100%;text-overflow: ellipsis;overflow: hidden;white-space: normal;}

  .bbs_content .bbs_list .bbs_tbl td.col2{padding:0 10px;width:90%;}

}
