
@font-face {
    font-family: 'PR';
    src: url('/css/PretendardVariable.woff2') format("woff2");
	font-weight: 100 900;
    font-style: normal;
}

*:not(i) {font-family:'PR',sans-serif !important;}

.myBtn{background:var(--main-bg-color);line-height:30px;text-align:center;}
.btn_submit:hover, .btn_b02:hover{background:var(--main-bg-color);border:1px solid var(--main-bg-color);}
.btn_wrap{float:unset;}
.btn_wrap .btn a:hover{background:var(--main-bg-color);}

.num_color{color:var(--main-bg-color)!important;}

.pg_page{background-color:#fff;font-size:14px;}
.pg_wrap .pg_current{color:var(--main-bg-color);border:1px solid var(--main-bg-color);font-size:14px;}
.pg_page:hover{color:#fff;background-color:var(--main-bg-color);border:1px solid var(--main-bg-color)}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt60{margin-top:60px;}
.mt70{margin-top:70px;}
.mt80{margin-top:80px;}
.p15{padding:15px;}
.p20{padding:20px;}
.h3s{font-size:24px;font-weight:500;margin-bottom:20px;text-align:left;}
.h6s{font-size:13px;color:#888;font-weight:400;margin-bottom:10px;}
.h6s small{color:var(--main-bg-color);}
#top_btn{border:2px solid #333;background:#333;color:#fff;border-radius:50%;}
#top_btn:hover{border-color: var(--main-bg-color); background: rgba(255, 255, 255, 0.7);color: var(--main-bg-color);} 
.scroll_top_banner{position: sticky; top: 50px; z-index: 1000;}
.scroll_top_banner .container{position: relative; }
.scroll_top_banner .wing{position: absolute; top: 302px; width: 140px; text-align: center; font-size: 14px;}
.quick_li{font-weight: 600;width:100%;border-radius:0px;padding:20px;}
.quick_li span{color:#333;font-weight:500;}
.quick_li i {font-size:30px;display:block;text-align:center;margin-bottom:10px;color:#aaaaaa;}
.quick_li, .asideBnr{display: block; padding: 10px; background-color: #fff; border: 1px solid #eee; line-height: 1.3;}
.asideBnr p{word-break: break-all;}
.quick_li, .scroll_top_banner .banner{box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.04);}
.quick_li + .quick_li, .asideBnr + .asideBnr{border-top: none;}
.quick_li + .banner{margin-top: 10px;}
.RightWrap .noti p{background:#fff;box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.04);border-right:1px solid #eeeeee;border-left:1px solid #eeeeee;border-bottom:1px solid #eeeeee;padding:4px;font-size:13px;}
.RightWrap .noti p small{font-size:11px;display:block;margin-top:4px;}
#RightWing{right: -160px;}
#LeftWing{left: -160px;}


.top_wrap {background-color: #f5f7fa; border-bottom: 1px solid #eee; width: 100%; padding: 10px 0;}
.top_wrap > div{justify-content: space-between;}
.top_wrap .container { width: calc(100% - 2rem); max-width: 1200px; margin: 0 auto;display:flex; }
.top_wrap ul li{font-size: 13px; color: #666;font-weight:400;}
.top_wrap ul li a{display: block; }
.top_wrap .top_left li{font-size: 14px; font-weight:400;}
.top_wrap ul li{border-left: 1px solid #eee;padding:0 10px;}
.top_wrap ul li:first-child{border-left:0px;}
.user_info li span, .user_info b{color: var(--main-bg-color);}
.top_wrap a.adm_btn{color: var(--main-bg-color); font-weight: 600;}
.top_wrap .list_side{display: flex; align-items: center; flex-wrap: wrap; justify-content: center;}

.header{background:#fff;}

.header .container {display:flex;justify-content: space-between;padding:10px 0;align-items: center;gap:10px;}
.header .container .logo{width:220px;}
.header .container .logo img{/*width:60px;*/}
.header .container .srcbar_wrap{width:calc(100% - 542px)}
.header .container .srcbar_wrap form{width:100%;}
.header .container .srcbar_wrap .scr_inner{border:none;display:flex;gap:10px;width:100%}
.header .container .srcbar_wrap .scr_inner .s1 {width:120px;}
.header .container .srcbar_wrap .scr_inner .s1 select{width: 100%; border: 3px solid var(--main-bg-color);  padding:0 10px;}
.header .container .srcbar_wrap .scr_inner .s2{position:relative;width:calc(100% - 120px);}
.header .container .srcbar_wrap .scr_inner .s2 input{width:100%;height:40px; border: 3px solid var(--main-bg-color);  padding:0 10px;}
.header .container .srcbar_wrap .scr_inner .s2 button{position:absolute;top:50%;right:13px;transform:translateY(-50%);color:var(--main-bg-color);cursor:pointer;background:none;border:none;font-size:15px;}

.header .container #topRight{width:360px;}
.header .container #topRight ul{display: flex; align-items: center; flex-wrap: wrap; justify-content: center;}
.header .container #topRight li {
    position: relative;
    flex: 1;
    text-align: center;
}
.header .container #topRight li > a {
    display: block;
    padding: 0 1rem;
	
}
.header .container #topRight li + li::before {
    position: absolute;
    width: 1px;
    height: 50%;
    top: 50%;
    left: 0;
    content: "";
    display: block;
    clear: both;
    background-color: #eee;
    transform: translateY(-50%);
}
.header .container #topRight li > a i {
   font-size:22px;
   display:block;
   margin-bottom:6px;
   color:#777;
}
.header .container #topRight li > a p{font-size:14px;color:#565656;}
.header .container #topRight li > a:hover p{color:#40b9eb;transition:all 0.2s ease-in-out}
.header .container #topRight li > a:hover i{color:#40b9eb;transition:all 0.2s ease-in-out}
nav#topNav{position: sticky;
    top: 0;
    width: 100%;
    height: 50px;
    z-index: 1000;
    border: 1px solid #eee;
    border-style: solid none;
    box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.02);
    background-color: #fff;}
	
nav#topNav a{color:#333;font-weight: 500;}
span.news{border-radius:50%;font-size:10px;width:14px;height:14px;line-height:15px;background:var(--main-red-color);display:inline-block;text-align:center;color:#fff;vertical-align: middle;}
nav#topNav a i{color:#ccc;}


@keyframes blurEffect {
  50% {box-shadow: 0 0 0.5em var(--main-bg-color);}
}

.modal_content .caution_box span.caution_num{background:var(--main-bg-color);}

.comm-footer .legal{background:#333333;padding:15px 0;}
.comm-footer .legal .legal_list{color:#fff;display:flex;gap:20px;font-size:14px;}
.comm-footer .legal .legal_list a{position:relative;display:inline-block;}
.comm-footer .legal .legal_list a:after{position:absolute;top:50%;transform:translateY(-50%);right:-11px;width:1px;height:10px;background:#ffffff6b;content:'';}
.comm-footer .legal .legal_list a:last-child:after{background:unset;}

.comm-footer .info-s {background:#f5f6fb;padding:40px 0;}
.comm-footer .info-s .cont1 .flex1{display:flex;gap:30px;}
.comm-footer .info-s .cont1 .flex1 > div.t1{width:calc(33.33% - 15px);}
.comm-footer .info-s .cont1 .flex1 > div.t2{width:calc(66.66% - 15px);display:flex;gap:30px;}
.comm-footer .info-s .cont1 .flex1 > div.t2 .tsub{width:calc(50% - 15px);}
.comm-footer .info-s .cont1 .flex1 > div .hksw_box{margin-bottom:20px;display:flex;justify-content: space-between; align-items: center;}
.comm-footer .info-s .cont1 .flex1 > div .hksw_box h3{font-size:18px;font-weight:600;color:#222;letter-spacing: -0.2px;}
.comm-footer .info-s .cont1 .flex1 > div .hksw_box a{font-size:14px;font-weight:600;line-height:18px;color:var(--main-bg-color);position:relative;}
.comm-footer .info-s .cont1 .flex1 > div .hksw_box a:after{position:absolute;bottom:-1px;left:0px;width:100%;height:1px;background:var(--main-bg-color);content:'';}
.comm-footer .info-s .cont1 .flex1 > div .call{font-size:30px;font-weight:700;color:var(--main-bg-color);margin-bottom:10px;display:block;}
.comm-footer .info-s .cont1 .flex1 > div .comment{color:#888;line-height:20px;font-size:14px;letter-spacing: -0.2px;}
.comm-footer .info-s .cont1 .flex1 > div .comment + .comment{margin-top:20px;border-top:1px solid #99999929;padding-top:20px;}
.comm-footer .info-s .cont1 .flex1 > div .contents{color:#888;line-height:16px;font-size:14px;letter-spacing: -0.2px;}
.comm-footer .info-s .cont1 .flex1 > div .contents strong{color:var(--main-red-color);}
.comm-footer .cont2{margin-top:20px;padding-top:20px;border-top:1px solid #eee;display:flex;gap:40px;}
.comm-footer .cont2 .logo{width:220px;}
.comm-footer .cont2 .logo img{width:60px;}
.comm-footer .cont2 .copyr .list-up{display:flex;gap:20px;flex-wrap: wrap;row-gap:0px;margin-bottom:20px;}
.comm-footer .cont2 .copyr .list-up p {position:relative;}
.comm-footer .cont2 .copyr .list-up p:after{position:absolute;top:50%;transform:translateY(-50%);right:-11px;width:1px;height:10px;background:#b1b1b16b;content:'';}
.comm-footer .cont2 .copyr .list-up p:last-child:after{background:unset;}
.comm-footer .cont2 .copyr p{font-size:14px;line-height:22px;color:#887;letter-spacing: -0.2px;}

/* 모바일 메뉴 */
.m_menu {display:none;}
.m_menu .menu_icon {}
.m_menu .menu_icon .wrap {border-radius:1rem; margin-top: 0.5rem; margin-right: 0.5rem; }
.m_menu .menu_icon .wrap span {display:block; width:22px; height:3px; border-radius:3px; background:#333; margin:5px auto;/* transition:all 0.3s ease-in-out; -webkit-transition:all 0.3s ease-in-out;*/}
.m_menu .menu_icon .close_icon {position: absolute; top: 2rem; right: 1rem;z-index:3;}
.m_menu .menu_icon .close_icon {width:20px;margin-top:10px;}

.m_menu .menu_icon .close_icon img{width:100%;}

.full_menu {opacity:0; height:0; width: 100%;  transform: scale(1,0); transform-origin: top;  background: #fff;  position: fixed; z-index:99999; top:0; left:0; text-align: left; transition:all 0.3s ease-in-out; -webkit-transition:all 0.3s ease-in-out;}

.full_menu.open { opacity:1; height:100%;  transform: scale(1,1);  display:block;  overflow-y:scroll;}
.full_menu dl {clear:both; }
.full_menu dd {display:block; width:16.66%; float:left; text-align: center; padding-top:15%; border-right:1px solid #eee;}
.full_menu dd h3 {font-size:33px; margin-bottom:20px;}
.full_menu dd a {display:block; text-align: center; height:20px;  line-height:20px;  font-size:20px; margin:20px 0;}
.full_menu dd a:hover {color: #050b0b;}
.full_menu .m_icon {display:none; line-height: 1; letter-spacing:-1px; position:relative; z-index:1;background:#f7f7f7f0;}
.full_menu .m_icon:after {content:''; position:absolute; left:0; top:0; width:100%; height:73px; z-index:-1; }
.full_menu .m_icon .login_notice {color:#777; line-height: 20px; margin:10px 0 ; display: block; font-size:14px;} 
.full_menu .m_icon .login_btn { display:grid; grid-template-columns:repeat(2, 1fr); }
.full_menu .m_icon .login_btn li { text-align:center; background:#999; line-height: 45px;}
.full_menu .m_icon .login_btn li a{color:#fff; display:block; border: 1px solid #fff; font-size:13px;}
.full_menu .m_icon .login_btn li:first-child {margin-left:0; background:var(--main-bg-color);}
.full_menu .m_icon .mobile_logo {width:220px;padding-top: 6px;}
.full_menu .m_icon img { max-width:120px; }
.full_menu .m_icon .login_btn li.mypageBtn,
.full_menu .m_icon .login_btn li.addAdBtn { background-color:#999999; }

/* 로그인 후 */
.full_menu .user_info {width:100%; margin:35px 0 20px; font-size:13px; display:inline-block;}
.full_menu .user_info li {float:left; margin-left:30px; font-weight:300; font-size:14px; position:relative;}
.full_menu .user_info li:first-child {margin-left:0;}
.full_menu .user_info li b,
.full_menu .user_info li span {color:var(--main-bg-color); font-weight:500; padding-right:2px;}
.full_menu .user_info li:first-child:after {display:none;}
.full_menu .user_info li:after {content:''; position:absolute; left:-15px; top:3px; width:1px; height:9px; background:#d8d2bb;}

/* 메인1 */
.boss_gll_main_wrap{  }
.boss_gll_main_wrap .main1{background-color:#e9f7ff;background-image:url('/img/iiiii.png');background-size:auto 210px;background-repeat:no-repeat;background-position:70% 30%;}
.boss_gll_main_wrap .main1 .txt{padding:60px 0 0px 0;padding-left:10%;}
.boss_gll_main_wrap .main1 .txt h2{font-size:32px;line-height:34px;margin-top:20px;}
.boss_gll_main_wrap .main1 .txt p{font-size:24px;line-height:32px;}
.boss_gll_main_wrap .main1 .visits{margin-top:30px;position:relative;top:43px;}
.boss_gll_main_wrap .main1 .visits{display:inline-flex;padding:20px;color:#333;background:#fff;gap:30px;width:100%;box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);}
.boss_gll_main_wrap .main1 .visits > .visit{display:flex;position:relative;width:calc(50% - 15px);gap:20px;justify-content: center;}
.boss_gll_main_wrap .main1 .visits > .visit:first-child:after{border-right:1px solid #d8d8d8;content:'';position:absolute;top:50%;right:-1px;width:1px;height:20px;transform:translateY(-50%);}
.boss_gll_main_wrap .main1 .visits > .visit .visit_logo img{width:46px;}
.boss_gll_main_wrap .main1 .visits > .visit .visit_txt{display:flex;min-width:440px;align-items: center;gap:20px;}
.boss_gll_main_wrap .main1 .visits > .visit .visit_txt > div{width:calc(50% - 10px);position:relative;display:flex;gap:4px;align-items: center;font-weight:500;letter-spacing: -1px;}
.boss_gll_main_wrap .main1 .visits > .visit .visit_txt > div:first-child:after{border-right:1px solid #d8d8d8;content:'';position:absolute;top:50%;right:-1px;width:1px;height:10px;transform:translateY(-50%);}
.boss_gll_main_wrap .main1 .visits > .visit .visit_txt > div strong{margin-left:10px;font-weight:bold;color:var(--main-bg-color);}
/*
.boss_gll_main_wrap .main1 .visit > div > div:after{position:absolute;top:50%;transform:translateY(-50%);right:-15px;width:1px;height:10px;background:#ffffff6b;content:'';}
.boss_gll_main_wrap .main1 .visit > div > div:last-child:after{background:none;}
.boss_gll_main_wrap .main1 .visit > div > div span{display:inline-block;}
.boss_gll_main_wrap .main1 .visit > div > div strong{font-size:20px;color:var(--main-bg-color);display:inline-block;width:100px;text-align:right;}
*/
.main2 {display:flex;margin-top:70px;gap:10px;}
.main2 .sec{}
.main2 .sec h2{font-size:20px;font-weight:500;display:flex;align-items: center;gap:8px;margin-bottom:15px;}
.main2 .sec h2 i{font-size:24px;color:var(--main-bg-color);}
/*.main2 .sec1{width:72%;display:flex;gap:10px;}*/
.main2 .sec1{width:100%;display:flex;gap:10px;}
.main2 .sec1 .se {background-color: #fff; border: 1px solid #e7e7e7;}
.main2 .sec1 .se ul {display:flex;flex-wrap: wrap;gap:20px;row-gap:10px;}
/*.main2 .sec1 .se ul li{width:calc(50% - 10px);}*/
.main2 .sec1 .se ul li{width:calc(9% - 7px);}
.main2 .sec2{width:36%;}
.main2 .sec2 ul {display:flex;flex-wrap: wrap;gap:20px;}
.main2 .sec2 ul li{width:calc(33.33% - 14px);}
/*.main2 .sec1 ul li a,.main2 .sec2 ul li a {display:block;padding-left:16px;position:relative;}*/
.main2 .sec1 ul li a,.main2 .sec2 ul li a {display:block;text-align:center;position:relative;font-size:13px;}
/*
.main2 .sec1 ul li a:before,
.main2 .sec2 ul li a:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #333;
    content: "";
    display: block;
    clear: both;
    transition-duration: 100ms;
}
*/
.main2 .sec1 ul li a i,
.main2 .sec2 ul li a i{
	width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto 10px auto;
    background-size: 40px auto;
}
.main2 .sec1 ul li a:hover i,
.main2 .sec2 ul li a:hover i{
    background-position: 0px -56px;
}
.main2 .sec1 ul li a:hover,
.main2 .sec2 ul li a:hover{color:var(--main-bg-color);}
.main2 .sec1 ul li a:hover:before,
.main2 .sec2 ul li a:hover:before{background-color:var(--main-bg-color);}
.main2 .sec3{width:28%;background-color: #fff; border: 1px solid #e7e7e7;}
.main2 .sec3 .bor{border-bottom:1px solid #dfdfdf;}
.main2 .sec3 .my_board_search .scr_inner{position:relative;}
.main2 .sec3 .my_board_search .scr_inner input{width:100%;height:40px;background:#f9f9f9;border:1px solid #dfdfdf;}
.main2 .sec3 .my_board_search .scr_inner button{position:absolute;top:50%;right:10px;transform:translateY(-50%);background:none;border:none;font-size:17px;}
.main2 .sec3 .qna_status{display:flex;justify-content: space-between;align-items: center}
.main2 .sec3 .qna_status a{font-size:14px;border:1px solid #dfdfdf;height:28px;width:28px;line-height:28px;text-align:center;color:#666;}
.main2 .sec3 .qnaWriteBtn{height:45px;background: var(--main-bg-color);text-shadow:none;font-weight:500;font-size:14px;}
.main2 .sec3 .qnaWriteBtn.blurEffect { color: white; animation: blurEffect 1.0s infinite; }
.main2 .sec3 .real_time_qna ul{width:100%;}
.main2 .sec3 .real_time_qna li{border-bottom:1px solid #d8d8d8;height:50px;}
.main2 .sec3 .real_time_qna li:nth-child(3n){border-bottom:none;}
.main2 .sec3 .real_time_qna li a{padding:10px 0;display:block;font-size:16px;}
.main2 .sec3 .real_time_qna li a:hover h5{text-decoration:underline;}
.main2 .sec3 .real_time_qna li + li {}
.main2 .sec3 .real_time_qna li h5{margin-bottom:4px;}
.main2 .sec3 .real_time_qna li h5 .title_text{margin-bottom:4px;font-weight:400;}
.main2 .sec3 .real_time_qna li h5 .new_icon {
    border-radius: 50%;
    font-size: 9px;
    width: 13px!important;
    height: 14px;
    line-height: 14px;
    background: var(--main-red-color);
    display: inline-block;
    text-align: center;
    color: #fff;
    vertical-align: middle;
}
.main2 .sec3 .real_time_qna li .u_info{display:flex;color:#777;font-size:13px;gap:20px;align-items: center}
.main2 .sec3 .real_time_qna li .u_info span:first-child{position:relative;}
.main2 .sec3 .real_time_qna li .u_info span:first-child:after{position:absolute;top:50%;transform:translateY(-50%);right:-10px;width:1px;height:10px;background:#d1d1d1;content:'';}
.main2 .main2_mo_btn{display:none;}

.main_company{margin-top:40px;}
.main_company h3{text-align:center;}
.main_company h3 .colors{color:#1faee9}
.main_company h6{font-size:14px;color:#888;font-weight:400;margin-bottom:10px;}
.main_company h6 small{color:var(--main-bg-color);}
 .com_list {display: grid; grid-template-columns: repeat(5,1fr); gap: 0.5rem 0.5rem;}
.main_company .com_list li {display: flex; flex-direction: column; justify-content: space-between; min-height:285px; position:relative; background:#fff; border:1px solid #ddd;}
.main_company .com_list li.nothing {width:99%;}
.main_company .com_list li .top {display:block; text-align:center;}
.main_company .com_list li .top .s_tit {padding:2.5rem 0 1.5rem; background:#f5f7fa;}
.main_company .com_list li .top .s_tit span {line-height:1.3em; display:block; font-weight:500; font-size:16px; letter-spacing: -1px;}
.main_company .com_list li .top .s_tit span.t1 {color:var(--main-bg-color);}
.main_company .com_list li .top .s_tit span.t2 {color:#333;}
.main_company .com_list li .top .about_com {margin: 1rem 0 12px; padding:0px 1rem;}
.main_company .com_list li .top .about_com dd {font-size:14px; color: #666; line-height: 1.3;}
.main_company .com_list li .btm {}
.main_company .com_list li .com_nm {padding: 1em; font-weight: 600; font-size:15px;  overflow:hidden; text-overflow:ellipsis; white-space:nowrap; border: 1px solid #eee; border-style: solid none; text-align: center;}
.main_company .com_list li .com_nm.pc {}
.main_company .com_list li .com_nm.mo { display:none; }
.main_company .com_list li .com_nm .fa{ color:var(--main-bg-color); margin-right: 5px;}
.main_company .com_list li .btm .list_side{display:flex;padding: 1em; font-size:13px; align-items: center; justify-content: space-between;}
.main_company .com_list li .btm span.location svg {color:var(--main-bg-color);}
.main_company .com_list li .btm span.more_btn {font-weight:500; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.main_company .com_list li .btm span.more_btn svg {display:inline-block; vertical-align:baseline; margin-left:3px;}
.main_company .com_list li .btm.mo {display:none;}
.main_company .com_list li .btm.mo .fa { color:var(--main-bg-color); }
.main_company .com_list li.data:hover {border-width: 1px; border-color:var(--main-bg-color); transform: scale(1.05); transition-duration: 400ms;}
.main_company .com_list li .s_title {position: relative; padding:2rem 10px; background-repeat: no-repeat; background-size: cover; z-index :1;}
.main_company .com_list li .s_title::after{position: absolute; left: 0; right: 0; bottom: 0; top: 0; background-color: rgba(0, 0, 0, 0.4); content: ""; display: block; clear: both; z-index: -1;}
.main_company .com_list li.s_wait .s_title{background: #f5f7fa;}
.main_company .com_list li.s_wait .s_title::after{display: none;}
.main_company .com_list li.s_wait a.btm{display: block; padding: 1em; font-size: 13px; text-align: center; color: #c0c0c0; background: #fff; border-top: 1px dashed #ddd; font-weight: 500;}

.main_company .com_list li .s_title span {line-height: 1.3; display:block; font-weight:600; font-size: 1.1rem; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-break: break-all; min-height: 1.3em;}
.main_company .com_list li .s_title span.t1 {color: var(--main-bg-color);}
.main_company .com_list li .s_title span.t2 {color: #fff;}
.main_company .com_list li .top .com_nm.pc {}
.main_company .com_list li .top .com_nm.mo { display:none; }
.main_company .com_list li .btm span {font-size:13px;}
.main_company .com_list li .btm span.location i {padding-right:4px; color: var(--main-bg-color);}
.main_company .com_list li .btm span.more_btn fa {display:inline-block; vertical-align: baseline; font-size:10px; margin-left:3px;}
.main_company .com_list li .btm.mo {display:none;}
.main_company .com_list li .btm.mo .fa { color:var(--main-bg-color); }


.main_gll_board .container{display:flex;gap:40px;margin-top:60px;}
.main_gll_board.main_board{padding-bottom:0px;}
.main_gll_board.main_board .board_wrap,
.main_gll_board.main_board .board_qna{margin:0px;border:none;width:100%;padding:0px;}
.main_gll_board.main_board .board_wrap .h3s,
.main_gll_board.main_board .board_qna .h3s{display:flex;justify-content: space-between;align-items: center; }
.main_gll_board.main_board .board_wrap .h3s a,
.main_gll_board.main_board .board_qna .h3s a{font-size:12px;padding:6px 8px;border:1px solid #eeeeee;}
.main_gll_board.main_board table th{border-top:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9;height:40px;}
.main_gll_board.main_board .board_wrap table th.th1{width:60px;}
.main_gll_board.main_board .board_wrap table th.th3{width:130px;}
.main_gll_board.main_board .board_wrap td {border-bottom:1px solid #eeeeee;}
.main_gll_board.main_board table td a{width:100%;display:block;} 
.main_gll_board.main_board table td .title{font-weight:400;color:#222;font-size:14px;}
.main_gll_board.main_board table td .title:hover{color:var(--main-red-color)!important;}
.main_gll_board.main_board table .location{border:1px solid var(--main-bg-color);color:var(--main-bg-color);font-weight:500;}
.main_gll_board.main_board .board_qna table th.th1{width:60px;}
.main_gll_board.main_board .board_qna table td:first-child{text-align:center;}
.main_gll_board.main_board .board_qna td {border-bottom:1px solid #eeeeee;}
.main_gll_board.main_board .board_qna table th.th3{width:120px;}
.main_gll_board.main_board .board_qna table th.th4{width:100px;}
.main_gll_board.main_board table td .mo_info{ display:none;}

.main_board_latest{margin:60px 0;}
.main_board_latest .container{display:flex;gap:40px;}
.main_board_latest .container .tab{width:33.33%;position:relative;}
.main_board_latest .container .tab.bor:after{position:absolute;top:0px;right:-21px;width:1px;height:100%;content:'';background:#eeeeee;}
.main_board_latest .container .tab .dept3{margin-top:23px;}
.main_board_latest .container .tab .latest-list ul{min-height:108px;}
.main_board_latest .container .tab .latest-list ul li a{display:flex;font-size:14px;gap:20px;justify-content: space-between;align-items: center;padding:8px 0;}
.main_board_latest .container .tab .latest-list ul li a:hover{color:var(--main-red-color)}
.main_board_latest .container .tab .latest-list ul li p{width:calc(100% - 100px);overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.main_board_latest .container .tab .latest-list ul li span{width:80px;text-align:right;font-family: 'NotoKr', sans-serif !important;font-weight:200;color:#888;}
.main_board_latest .container .tab .latest-list .quick_click{display:flex;gap:20px;}
.main_board_latest .container .tab .latest-list .quick_click a{width:calc(33.33% - 13px);text-align:center;position:relative;}
.main_board_latest .container .tab .latest-list .quick_click a:after{position:absolute;top:50%;transform:translateY(-50%);right:-10px;width:1px;height:10px;background:#d1d1d1;content:'';}
.main_board_latest .container .tab .latest-list .quick_click a:last-child:after{background:unset;}
.main_board_latest .container .tab .latest-list .quick_click a > div{width:60px;height:60px;line-height:60px;text-align:center;background:var(--main-bg-color);color:#fff;border-radius:50%;font-size:28px;margin:0 auto 20px auto;}
.main_board_latest .container .tab .latest-list .quick_click a:hover > div{background:#30a9db;}
.main_board_latest .container .tab .latest-list .quick_click a > p{font-weight:500;color:#333;}
.main_board_latest .container .h3s{display:flex;align-items: center;justify-content: space-between;}
.main_board_latest .container .h3s a{font-size: 14px;display:inline-block;border: 1px solid #dfdfdf;height: 28px; width: 28px;line-height: 28px; text-align: center;color: #666;}

/* 지역별 상품별 아이콘 리스트 */
.sub_content{background:#f5f7fb;min-height:auto;}
.sub_content.back_fff{background:#fff;}
.sub_content .clickTypes ul{display: grid; text-align: center; border-top: 1px solid #eee;border-left: 1px solid #eee; background-color: #fff; grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));}
.sub_content .clickTypes li{display: flex;border-bottom: 1px solid #eee;border-right: 1px solid #eee;flex-direction: column;align-content: center;justify-content: center;flex-wrap: wrap;}
.sub_content .clickTypes li a{display:block;width:100%;height:100%;font-size:15px;padding: 10px;}
.sub_content .clickTypes li a i{width:50px;height:50px;display:block;margin:0 auto 10px auto;background-size: 50px auto;background-position:0px 0px;} 
.sub_content .clickTypes li a:hover i{background-position:0px -70px;}
.sub_content .clickTypes li.on{position: relative;background-color: #f5f7fb;}
.sub_content .clickTypes li.on:after{border: 1px solid var(--main-bg-color);position: absolute;top:0px;left:0px;width:100%;height:100%;content: "";display: block;}
.sub_content .clickTypes li.on a i{background-position:0px -70px;}

.sub_content .sub_area ul {margin-top:20px;background:#fff;display: grid; text-align: center; border-top: 1px solid #eee;border-left: 1px solid #eee; background-color: #fff; grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));}
.sub_content .sub_area li{display: flex;border-bottom: 1px solid #eee;border-right: 1px solid #eee;flex-direction: column;align-content: center;justify-content: center;flex-wrap: wrap;}
.sub_content .sub_area li a{display:block;width:100%;height:100%;font-size:14px;padding: 10px;}
.sub_content .sub_area li.active{position: relative;background-color: #f5f7fb;}
.sub_content .sub_area li.active:after{border: 1px solid var(--main-bg-color);position: absolute;top:0px;left:0px;width:100%;height:100%;content: "";display: block;}
/* 지역별,상품별 등록현황 */
.sub_content {padding-bottom:60px;}
.company_leg{padding:60px 0;}
.company_leg .company-leg-list table{width: 100%; text-align: center; margin-top: 20px;}
.company_leg .company-leg-list thead{border-top: 1px solid #eee;border-bottom: 1px solid #eee;}
.company_leg .company-leg-list thead th{padding: 10px; font-weight: 500;}
.company_leg .company-leg-list tbody tr{border-bottom: 1px solid #eee;}
.company_leg .company-leg-list tbody tr.bo_notice{background-color: #fbfbfb;}
.company_leg .company-leg-list tbody tr.bo_notice .title{font-weight: 500;}
.company_leg .company-leg-list .location{display:block; margin:0 auto;line-height:16px; width: 34px; color: var(--main-bg-color); text-align: center; font-size: 12px; padding: 3px; background: #fff; border: 1px solid var(--main-bg-color);  border-radius:20px; font-weight: 600;}
.company_leg .company-leg-list .td1{width: 40px;}
.company_leg .company-leg-list .td2{}
.company_leg .company-leg-list .td3{width: 110px;color:#898989;}
.company_leg .company-leg-list .td4{width: 80px;color:#898989;}
.company_leg .company-leg-list .gray{color: #999;}
.company_leg .company-leg-list .b_empty{padding: 80px 0; color: #999; background-color: #fbfbfb;}
.company_leg .company-leg-list td.td2{text-align: left;}
.company_leg .company-leg-list td a{display: block; padding: 10px;font-size:14px;}
.company_leg .company-leg-list td a .mo_info{display:none;}
.company_leg .company-leg-list .td2 .title{display: -webkit-inline-box; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-break: break-all; max-width: calc(100% - 1.5rem);line-height:16px;}
.company_leg .company-leg-list tbody tr:hover{background:#fffdf5de; transition-duration: 150ms;}
.company_leg .company-leg-list tbody tr a:hover{color: var(--main-red-color); transition-duration: 100ms;}
.company_leg .company-leg-list div.paging{margin: 40px auto;}
.company_leg .company-leg-list .paging ul li#present{background:#04b0dd}
.company_leg .company-leg-list .paging ul li{border-radius:50%;}
.paging ul .arrow_btn {background:#fff; }

.loan-search{display:block;text-align:center;}
.loan-search .scr_inner{width:500px;margin:0 auto;border:1px solid #eee;display:flex;position:relative;height:40px;overflow:hidden;}
.loan-search .scr_inner select{border:none;width :100px;height:40px;background-color:#fff;font-weight:400;border-right:1px solid #eee;}
.loan-search .scr_inner input{border:none;width:calc(100% - 100px);height:40px;background:#fff;font-weight:400;}
.loan-search .scr_inner button{position:absolute;top:0px;right:0px;height:40px;width:40px;background:#fff;border:none;font-size:16px;}


/* 실시간 대출문의 */
.realtime-reg-list{padding:60px 0;}
.realtime-reg-list .h3s{display:flex;justify-content: space-between;}
.realtime-reg-list .h3s p {display:flex;align-items: center;gap:8px;}
.realtime-reg-list .h3s a{width:100px;height:36px;border:1px solid #04b0db;color:#04b0db;font-size:14px;line-height:35px;text-align:center;}
.realtime-reg-list .h3s a:hover{background:#04b0db;color:#fff; transition:all 0.3s ease}
.realtime-reg-list table{width: 100%; text-align: center; margin-top: 20px;}
.realtime-reg-list thead{border-top: 1px solid #eee;border-bottom: 1px solid #eee;}
.realtime-reg-list thead th{padding: 10px; font-weight: 500;}
.realtime-reg-list tbody tr{border-bottom: 1px solid #eee;}
.realtime-reg-list tbody tr.bo_notice{background-color: #fbfbfb;}
.realtime-reg-list tbody tr.bo_notice .title{font-weight: 500;}
.realtime-reg-list .location{display:block; margin:0 auto;line-height:16px; width: 34px; color: var(--main-bg-color); text-align: center; font-size: 12px; padding: 3px; background: #fff; border: 1px solid var(--main-bg-color);  border-radius:20px; font-weight: 600;}
.realtime-reg-list td{text-align:center;}
.realtime-reg-list .td1{width:70px;color:#898989;}
.realtime-reg-list .td2{width:60px;}
.realtime-reg-list .td2 a{text-align:center;}
.realtime-reg-list .td3{text-align:left;}
.realtime-reg-list .td3 a{display:flex!important;align-items: center;gap:4px;}
.realtime-reg-list .td3 .title{display: -webkit-inline-box; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-break: break-all; max-width: calc(100% - 40px);line-height:16px;}
.realtime-reg-list .td4{width: 120px;color:#898989;}
.realtime-reg-list .td5{width: 100px;color:#898989;}
.realtime-reg-list .td6{width: 60px;color:#898989;}
.realtime-reg-list td.td2{text-align: left;}
.realtime-reg-list td a{font-size:14px;}
.realtime-reg-list td a{display: block; padding: 15px 10px;}
.realtime-reg-list td a.mo_info{display:none!important;}
.realtime-reg-list tbody tr:hover{background:#fffdf5de; transition-duration: 150ms;}
.realtime-reg-list tbody tr a:hover{color: var(--main-red-color); transition-duration: 100ms;}
.realtime-reg-list div.paging{margin: 40px auto;}
.realtime-reg-list .paging ul li#present{background:#04b0dd}
.realtime-reg-list .paging ul li{border-radius:50%;}


/* 로그인 페이지 */
.boss-login-form{display:flex;border-top: 2px solid #333333;border-bottom:1px solid #eeeeee;}
.boss-login-form > div{width:50%;padding:40px 20px;}
.boss-login-form > div:first-child{border-right:1px solid #eee;}
.boss-login-form .card .auto_login{text-align:right;margin-bottom:10px;}
.boss-login-form .card .auto_login label{color:#000;font-size:16px;position:relative;padding-left:24px;cursor:pointer;}
.boss-login-form .card .auto_login input + label:after{position:absolute;top:0px;left:0px;width:20px;height:20px;line-height:20px;font-family: "Font Awesome 6 Free";content: "\f058";    font-weight: 900;color:#bdbdbd}
.boss-login-form .card .auto_login input:checked + label:after{color:var(--main-bg-color)}
.boss-login-form .card .login_box .inputs{display:flex;align-items: center; justify-content: space-between;margin-bottom:10px;}
.boss-login-form .card .login_box .inputs label{font-size:16px;color:#000;width:140px;}
.boss-login-form .card .login_box .inputs input{width:calc(100% - 180px);font-weight:500}
.boss-login-form .card .login_btn input{display:block;width:100%;height:44px;background:#333;color:#fff;font-size:15px;border:none;}
.boss-login-form .card .login_btn input:hover{background:var(--main-bg-color);transition:all 0.2s ease;}
.boss-login-form .card .option_area ul{margin-top:10px;display:flex;border:1px solid #eee;}
.boss-login-form .card .option_area ul li {width:50%;}
.boss-login-form .card .option_area ul li:first-child{border-right:1px solid #eee;}
.boss-login-form .card .option_area ul li a{width:100%;display:block;text-align:center;padding:12px 0;font-size:0.9em;}
.boss-login-form .card .option_area ul li a:hover{background:#fffdf5de;}
.boss-login-form .login_contents{color:#333333;}
.boss-login-form .login_contents h4{text-align:center;font-size:22px;font-weight:600;}
.boss-login-form .login_contents h4 span{color:var(--main-bg-color)}
.boss-login-form .login_contents p {text-align:center;margin-top:40px;font-weight:400;line-height:26px;}
.boss-login-form .login_contents .yoyac{margin-top:40px;display:flex;}
.boss-login-form .login_contents .yoyac li{width:33.33%;text-align:center;position:relative;}
.boss-login-form .login_contents .yoyac li:after{position:absolute;top:50%;transform:translateY(-50%);right:-1px;width:1px;height:40px;content:'';background:#99999929;}
.boss-login-form .login_contents .yoyac li:last-child:after{background:unset;}
.boss-login-form .login_contents .yoyac li i {font-size:24px;text-align:center;display:block;margin-bottom:10px;}
.boss-login-form .login_contents .yoyac li span{font-weight:600;}
.login-form-call{display:flex;padding:40px 20px;border-bottom:1px solid #eeeeee;background:#f5f6fb;    justify-content: space-between; align-items: center;}
.login-form-call a{font-size:30px;font-weight:700;color:var(--main-bg-color)}


/* 업체 보기 */

.boss-loan-view .loan-views {padding: 40px; background-color: #fff; border: 1px solid #eeeeee; border-top: 2px solid #333333; }
.boss-loan-view .loan-views h4 {font-size: 26px; line-height: 1.2; letter-spacing: -0.02em; text-align: center; font-weight: 500; padding-bottom: 2rem; border-bottom: 1px solid #eee; margin-bottom: 20px;}
.boss-loan-view .loan-views .loan_detail{position:relative;}
.boss-loan-view .loan-views .loan_detail h5 {font-size: 18px; letter-spacing: -0.02em; color:var(--main-bg-color); font-weight: 600; margin-bottom: 20px;;}
.boss-loan-view .loan-views .loan_detail dl{display:flex;}
.boss-loan-view .loan-views .loan_detail dl dt{padding:10px 0;font-size:0.94em;color:#888;width:180px;}
.boss-loan-view .loan-views .loan_detail dl dd{padding:10px 0;font-size:0.94em;width:calc(100% - 180px);}
.boss-loan-view .loan-views .loan_detail dl dd .fa-phone{color:var(--main-bg-color);}
.boss-loan-view .loan-views .loan_detail .loan_call_more_content{margin-top:18px;color:var(--main-bg-color);font-size:14px;}
.boss-loan-view .loan-views .loan_detail .loan_more{position:absolute;top:0px;right:0px;}
.boss-loan-view .loan-views .loan_detail .loan_more button{width:140px;}
.boss-loan-view .loan-views .loan_detail .loan_more button:nth-child(1){border:1px solid var(--main-bg-color);color:var(--main-bg-color);}
.boss-loan-view .loan-views .loan_detail .loan_more button:nth-child(2){background:var(--main-bg-color)!important;border:1px solid var(--main-bg-color);}
.boss-loan-view .loan-views .loan_detail .loan_more button:hover{background:var(--main-bg-color)!important;color:#fff;}
.boss-loan-view .loan-views .loan_detail2 {display:flex;flex-wrap: wrap;gap:40px;row-gap:0px;}
.boss-loan-view .loan-views .loan_detail2 dl{border-bottom:1px solid #eeeeee;}
.boss-loan-view .loan-views .loan_detail2 dl:last-child{border-bottom:unset;}
.boss-loan-view .loan-views .loan_detail2 dl.w50{width:calc(50% - 20px);}
.boss-loan-view .loan-views .loan_detail3{border-top:1px solid #eee;padding-top:20px;margin-top:20px;}
.boss-loan-view .plus_contents{padding:40px;background:#606060;color:#fff;font-size:15px;line-height:20px;}
.boss-loan-view .boass_contents{margin:40px 0;background:#fff;border:1px solid #eee;padding:40px;display:flex;gap:80px;align-items: center}
.boss-loan-view .boass_contents .logo{width:180px;position:relative;}
.boss-loan-view .boass_contents .logo:after{position:absolute;top:50%;right:-41px;transform:translateY(-50%);width:1px;height:40px;content:'';background:#eee;}
.boss-loan-view .boass_contents .content{line-height:22px;font-size:15px;}
.boss-loan-view .boass_contents .content .company{font-weight:600;}
.boss-loan-view .prevBtn{display: block;text-align:center;}
.boss-loan-view .prevBtn a{display:inline-block;width:140px; border: 1px solid #333;background:#333;color:#fff;font-weight: 400;padding:12px 0;}
.boss-loan-view .loan-view-mo-call{display:none;}

.loan-bottom-call-btn{display:none;}


/* 실시간 대출문의 */
.gll-list-form.form2 .con_box{border-top:2px solid #333;background:#fff;padding:0 10px;}
.gll-list-form.form2 div > dl{background:#fff;}
.gll-list-form.form2 div > dl:last-child{border-bottom:0px!important;}
.gll-list-form.form2 dt{width:180px;font-size:14px;padding:20px 0;line-height:unset;}
.gll-list-form.form2 dt label{top:unset;}
.gll-list-form.form2 dd{width:calc(100% - 180px);display:flex;align-items: center;gap:10px;}
.gll-list-form.form2 dd label{font-size:14px;}
.gll-list-form.form2 dd input[type="radio"]{width:14px;height:14px;}
.gll-list-form.form2 dd .phone_group{width:calc(100% - 110px);max-width:500px;display:flex!important;align-items: center;gap:1px;justify-content: space-around}
.gll-list-form.form2 .btn_frmline{background:#333;color:#fff;border-radius:4px;border:1px solid #333;width:100px;}
.gll-list-form.form2 .click_views1{background:#333;color:#fff;border-radius:4px;border:1px solid #333;font-size:12px;padding:3px 5px;cursor:pointer;}
.gll-list-form.form2 dd .gray{color:#8f8f8f;font-size:12px;}
.gll-list-form.form2 .btn_submit:hover, .gll-list-form.form2 .btn_b02:hover{background:#fff;border:1px solid var(--main-bg-color);color:var(--main-bg-color)!important;}


.boss-loan-view .loan-company-reg * {transition:all 0.2s ease;}
.boss-loan-view .loan-company-reg ul{display:flex;flex-wrap: wrap}
.boss-loan-view .loan-company-reg li{width:20%;border-right: 1px solid #eee;border-bottom: 1px solid #eee;padding:20px;text-align:center;background-color: #fff;}
.boss-loan-view .loan-company-reg .has_link .com_label{font-weight: 600;font-size:14px;color:var(--main-bg-color);}
.boss-loan-view .loan-company-reg .has_link .com_nm{color:#333;margin:10px 0;font-size:16px;font-weight:400;}
.boss-loan-view .loan-company-reg .has_link .myBtn2{font-size:13px;cursor:pointer;background:var(--main-bg-color);border:1px solid var(--main-bg-color);color:#fff;padding:6px 8px;transition:all 0.2s ease;}
.boss-loan-view .loan-company-reg .has_link .myBtn2:hover{background:#fff;color:var(--main-bg-color);transition:all 0.2s ease;}
.boss-loan-view .loan-company-reg .no_link p{font-size:14px;line-height:20px;color:#888;margin-top:5px;}
.boss-loan-view .loan-company-reg .no_link a{width:100%;display:block;margin-top:10px;font-size:13px;border:1px solid #e9e9e9;padding:6px 0;background:#fbfbfb;color:#555;}
.boss-loan-view .loan-company-reg .no_link a:hover{background:#fff;border:1px solid var(--main-bg-color);color: var(--main-bg-color);}
.boss-loan-view .loan-company-reg .no_link a i{font-size:11px;}
.compnay_info #wr_company,.compnay_info #wr_hp{height:30px;line-height:30px;}
.compnay_info .modal_content .notice{color:#333;font-weight:500}

.loan-list-btns{display:flex;max-width:400px;width:calc(100% - 40px);margin:0 auto;gap:10px;}
.loan-list-btns a{width:33.33%;height:40px;line-height:40px;display:block;text-align:center;border:1px solid #d8d8d8;font-size:14px;}
.loan-list-btns a.delbtn{background:#333;border-color:#333;color:#fff;}
.loan-list-btns a.listbtn{background:#fff;color:var(--main-bg-color);border-color:var(--main-bg-color);}
.loan-list-btns a.writebtn{background:var(--main-bg-color);color:#fff;border-color:var(--main-bg-color);}

.custom_list_delAlert{display:none;max-width:600px;width:90%;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:2px;border:1px solid black;padding:0 10px;z-index:999999}
.custom_list_delAlert .custom_header{height:40px;line-height:40px;width:100%;position:relative;border-bottom:1px solid #d8d8d8;padding-bottom:10px;}
.custom_list_delAlert .custom_header .custom_close_x{cursor:pointer;position:absolute;top:50%;right:0px;transform:translateY(-50%);width:24px;height:24px;line-height:24px;text-align:right;}
.custom_list_delAlert .custom_list_alert_content{margin-top:10px;}
.custom_list_delAlert .custom_list_alert_content h1{text-align:center;color:var(--main-bg-color);font-size:3em;}
.custom_list_delAlert .custom_list_alert_content h4{margin-top:10px;font-size:1.2em;text-align:center;}
.custom_list_delAlert .custom_list_alert_content p{margin-top:15px;font-size:1em;text-align:center;}
.custom_list_delAlert .custom_list_alert_content a{font-size:0.95em;text-align:center;margin:20px auto 10px auto;background:var(--main-bg-color);display:block;width:200px;height:30px;line-height:30px;border-radius:15px;color:#fff;}
.custom_list_delAlert .custom_list_alert_content span.r{margin:15px auto 0px auto;display:block;text-align:center;color:#a5a5a5;font-size:0.9em;}
.custom_list_delAlert .custom_list_alert_content span.c{margin:5px auto 20px auto;display:block;text-align:center;color:#0092db;font-size:0.9em;}

#theme-notice-body * {transition:all 0.2s ease;}
#theme-notice-body .sub_content{background:#fff;}
#theme-notice-body .boss-board-list{display:flex;gap:40px;}
#theme-notice-body .boss-board-list .board_tab{width:220px;}
#theme-notice-body .boss-board-list .board_tab > div{border-left:1px solid #eee;border-right:1px solid #eee;}
#theme-notice-body .boss-board-list .board_tab > div h3{padding:20px;background:#333;color:#fff;font-size:28px;}
#theme-notice-body .boss-board-list .board_tab > div h3 span{display:block;font-size:13px;margin-bottom:4px;font-weight:500;color:#fff;}
#theme-notice-body .boss-board-list .board_tab .tab_wrap{padding:10px 20px;border-bottom:1px solid #333;}
#theme-notice-body .boss-board-list .board_tab .tab_wrap a{display:block;position:relative;height:44px;line-height:44px;position:relative;}
#theme-notice-body .boss-board-list .board_tab .tab_wrap a:after{position:absolute;top:-1px;right:-9px;width:20px;height:20px;content: "\f105";font-family:"Font Awesome 6 Free";font-weight:900;color:#878787;}
#theme-notice-body .boss-board-list .board_tab .tab_wrap a:hover{color:var(--main-bg-color)}
#theme-notice-body .boss-board-list .board_tab .tab_wrap a:hover:after{color:var(--main-bg-color)}
#theme-notice-body .boss-board-list .board_content{width:calc(100% - 260px);}
#theme-notice-body .boss-board-list .board_content .notice-bell{color:var(--main-bg-color)}
#theme-notice-body .boss-board-list .board_content .list table th{border-top:1px solid #333;border-bottom:1px solid #333;background:#fff;color:#333;font-weight:500;}
#theme-notice-body .boss-board-list .board_content .list table tr.bo_notice{background:#fcfcfc}
#theme-notice-body .boss-board-list .board_content .list table {border-bottom:1px solid #333;}

.boss-view-detail{display:flex;gap:20px;padding:14px 0;border-bottom:1px solid #e6eaee}
.boss-view-detail dl{display:flex;position:relative;gap:10px;font-size:14px;color:#545454;}
.boss-view-detail dl:after{position:absolute;top:50%;transform:translateY(-50%);right:-10px;width:1px;height:14px;content:'';background:#e6eaee;}
.boss-view-detail dl:last-child:after{background:none;}


.boss-board-write .view_detail{border-top:1px solid #333;border-bottom:1px solid #333} 
.boss-board-write .view_detail dl{display:flex;padding:10px 0;align-items: center;border-bottom:1px solid #eee;}
.boss-board-write .view_detail dl:last-child{border-bottom:none;}
.boss-board-write .view_detail dl dt{width:200px;padding:0;min-height:unset;font-size:auto;color:#333;}
.boss-board-write .view_detail dl dd{width:calc(100% - 200px);padding:0;min-height:unset;}

#contents-body * {transition:all 0.2s ease;}
#contents-body .sub_content{background:#fff;}
#contents-body .boss-contents{display:flex;gap:40px;}
#contents-body .boss-contents .board_tab{width:220px;}
#contents-body .boss-contents .board_tab > div{border-left:1px solid #eee;border-right:1px solid #eee;}
#contents-body .boss-contents .board_tab > div h3{padding:20px;background:#333;color:#fff;font-size:28px;}
#contents-body .boss-contents .board_tab > div h3 span{display:block;font-size:13px;margin-bottom:4px;font-weight:500;color:#fff;}
#contents-body .boss-contents .board_tab .tab_wrap{padding:10px 20px;border-bottom:1px solid #333;}
#contents-body .boss-contents .board_tab .tab_wrap a{display:block;position:relative;height:44px;line-height:44px;position:relative;}
#contents-body .boss-contents .board_tab .tab_wrap a:after{position:absolute;top:-1px;right:-9px;width:20px;height:20px;content: "\f105";font-family:"Font Awesome 6 Free";font-weight:900;color:#878787;}
#contents-body .boss-contents .board_tab .tab_wrap a:hover{color:var(--main-bg-color)}
#contents-body .boss-contents .board_tab .tab_wrap a:hover:after{color:var(--main-bg-color)}
#contents-body .boss-contents .board_content{width:calc(100% - 260px);}
#contents-body .boss-contents .board_content img{max-width:100%;}
#contents-body .boss-contents .board_content .notice-bell{color:var(--main-bg-color)}
#contents-body .boss-contents .board_content .list table th{border-top:1px solid #333;border-bottom:1px solid #333;background:#fff;color:#333;font-weight:500;}
#contents-body .boss-contents .board_content .list table tr.bo_notice{background:#fcfcfc}
#contents-body .boss-contents .board_content .list table {border-bottom:1px solid #333;}

#contents-body .customer_box ul li>span{background:var(--main-bg-color)}
#contents-body .customer_box {border-top:1px solid #333;padding-top:10px;}

#contents-body .customer_box .con_box{margin-top:20px;}
#contents-body .customer_box .con_box h4{text-align:center;font-size:24px;line-height:36px;margin-bottom:20px;font-weight:600;color:#333;}
#contents-body .customer_box .con_box h4 b{color:var(--main-bg-color);font-weight:600;}
#contents-body .customer_box .con_box p{background:#48b9e31a;padding:40px;border-radius:10px;font-size:15px;line-height:27px;margin-bottom:60px;}
#contents-body .customer_box .con_box p .tip{font-size:13px;color:#363636;}
#contents-body .customer_box .li_bar{margin-bottom:60px;}
#contents-body .customer_box .li_bar b{color:var(--main-bg-color)}

#contents-body .customer_box .contact{width:100%;border:1px solid #eee;display:flex;}
#contents-body .customer_box .contact dl{width:50%;padding:40px 10px;}
#contents-body .customer_box .contact dl:first-child{border-right:1px solid #eee;}
#contents-body .customer_box .contact dt{width:100%;text-align:center;display:block;font-size:24px;color:var(--main-bg-color);font-weight:700;}
#contents-body .customer_box .contact dd{margin-top:20px;text-align:center;display:block;}


.boss-member-reg .agree_list{display:flex;gap:20px;}
.boss-member-reg .agree_list .agree_step{width:calc(33.33% - 13px);}
.boss-member-reg .agree_list .agree_step h4{color:var(--main-bg-color);}
.boss-member-reg .agree_list .agree_step textarea{font-weight:400;resize:none;}
.boss-member-reg .btn_confirm span input:hover{background:var(--main-bg-color);border:1px solid var(--main-bg-color);}
.boss-member-reg .agree_yes{text-align:left;}
.boss-member-reg .agree_yes p{text-align:left;display:flex;align-items: center;height:24px;gap:10px;}
.boss-member-reg .cont_radio {padding-left:0px;}
.boss-member-reg .agree_all_check{border-top:1px solid #eee;border-bottom:1px solid #eee;padding:20px 0;text-align:left;font-size:15px;display:flex;align-items: center;gap:10px;}
.boss-member-reg .agree_all_check input{width:18px;height:18px;}
.boss-member-reg .agree_all_check label{color:#333;font-weight:600;width:calc(100% - 20px)}


.boss-reg-form{border-top:1px solid #333;border-bottom:1px solid #333;} 
.boss-reg-form dl.stress{padding:10px 0;display:flex;align-items: center;border-bottom:1px solid #eee;}
.boss-reg-form dl.stress:last-child{border-bottom:none;}
.boss-reg-form dl dt{width:200px;}
.boss-reg-form dl dt label{color:#333;font-weight:500;}
.boss-reg-form dl dd{width:calc(100% - 200px);}
.boss-reg-form dl dd .tip{font-size:0.84em;margin-top:4px;color:#444;letter-spacing: -1px;width:100%;}
.boss-reg-form dl dd input{font-weight:400;}
.boss-reg-form dl dd .case1 input{width:100%;}
.boss-reg-form dl dd .case2{display:flex;width:100%;gap:10px;}
.boss-reg-form dl dd .case2 input{width:calc(100% - 80px);}
.boss-reg-form dl dd .case2 button{width:70px;background:#333;border:1px solid #333;border-radius:4px;}
.boss-reg-form dl dd .case3{display:flex;gap:0px;align-items: center} 
.boss-reg-form dl dd .case3 input{width:calc(50% - 10px);}
.boss-reg-form dl dd .case3 span{width:20px;text-align:center;display:block;}
.boss-reg-form dl dd .case4{display:flex;gap:10px;}
.boss-reg-form dl dd .case4 input{width:calc(50% - 5px);}
.boss-reg-form dl dd.sms label{color:#222;}
.boss-reg-form dl dd.file_up input{border:none;padding:0px;}

.boss-mypage{display:flex;gap:40px;}
.boss-mypage .boss-mypage-left{width:220px;}
.boss-mypage .boss-mypage-left > div{border-left:1px solid #eee;border-right:1px solid #eee;}
.boss-mypage .boss-mypage-left > div h3{padding:20px;background:#333;color:#fff;font-size:28px;}
.boss-mypage .boss-mypage-left > div h3 span{display:block;font-size:13px;margin-bottom:4px;font-weight:500;color:#fff;}
.boss-mypage .boss-mypage-left > div .tab_wrap{padding:10px 20px;border-bottom:1px solid #333;}
.boss-mypage .boss-mypage-left > div .tab_wrap a{display:block;position:relative;height:44px;line-height:44px;position:relative;}
.boss-mypage .boss-mypage-left > div .tab_wrap a:after{position:absolute;top:-1px;right:-9px;width:20px;height:20px;content: "\f105";font-family:"Font Awesome 6 Free";font-weight:900;color:#878787;}
.boss-mypage .boss-mypage-left > div .tab_wrap a:hover{color:var(--main-bg-color)}
.boss-mypage .boss-mypage-left > div .tab_wrap a:hover:after{color:var(--main-bg-color)}
.boss-mypage .boss-mypage-content{width:calc(100% - 260px);}
.boss-mypage .boss-mypage-content .form2{margin-top:0px;}
.boss-mypage .boss-mypage-content .form2 .con_box{border-top:1px solid #000;border-bottom:1px solid #000;}
.boss-mypage .boss-mypage-content .form2 div > dl{border-bottom:0px;}
.boss-mypage .boss-mypage-content .form2 dl.stress dt{background:none;}
.boss-mypage .boss-mypage-content .list table th{border-top:1px solid #333;border-bottom:1px solid #333;background:#fff;color:#333;font-weight:500;}
.boss-mypage .boss-mypage-content .list table tr.bo_notice{background:#fcfcfc}
.boss-mypage .boss-mypage-content .list table {border-bottom:1px solid #333;}
.boss-mypage #mb_confirm{border-top:1px solid #333;border-bottom:1px solid #333;padding:20px 0;}
.boss-mypage #mb_confirm .mb_notice{margin-top:20px;text-align:center;color:#555;font-size:0.9em;}
.boss-mypage .member .login_box #mb_confirm_id{color:var(--main-bg-color);}

.loan_ad_write_form .text_info{color:var(--main-bg-color);}
.loan_ad_write_form .form2 .con_box{border-top:1px solid #333;margin-top:0px;}
.loan_ad_write_form .form2 dd > div{color:var(--main-bg-color)!important;}
.loan_ad .ad_select.select{border-color: var(--main-bg-color);background-color:var(--main-bg-color);}
.loan_ad .ad_select:hover{border-color:#ddd;background-color:#f7f7f7;color:#222;}

.loan_ad .total_product ul li{background: var(--main-bg-color)}
.loanStep li.on .num{background:var(--main-bg-color)}
.loanStep li.on{color:var(--main-bg-color)}


#intro01 figure img{max-width:500px;width:90%;}
#intro01 figure span.bg-img{background:url(/img/company_back.png) center center no-repeat;}
@media screen and (max-width: 1520px) {
	.wing{display:none;}
	.boss_gll_main_wrap .main1{background-position:90% 30%;}
}
@media screen and (max-width: 1280px) {
	
	.main2 .sec1 .se ul li{width:calc(14% - 6px);}
    .com_list {
        grid-template-columns: repeat(4, 1fr);
    }
	.comm-footer .legal .legal_list{justify-content: center}
	.comm-footer .info-s{padding:20px 0;}
	.comm-footer .info-s .cont1 .flex1{flex-direction: column;gap:20px;}
	.comm-footer .info-s .cont1 .flex1 > div.t1{margin:0 auto;width:300px;}
	.comm-footer .info-s .cont1 .flex1 > div.t2{width:100%;border-top:1px solid #99999929;padding-top:20px;}
	.comm-footer .info-s .cont1 .flex1 > div.t2 .tsub{position:relative;}
	.comm-footer .info-s .cont1 .flex1 > div.t2 .tsub:first-child:after{position:absolute;top:0px;right:-16px;width:1px;height:100%;content:'';background:#99999929;}
	.comm-footer .cont2{ flex-direction: column; align-items: center;gap:10px;}
}

@media screen and (max-width: 1100px) {
	
	
	.boss-loan-view .loan-company-reg li{width:25%;}
	
	.boss_gll_main_wrap .main1{background-position:100% 30%;}
	.boss_gll_main_wrap .main1 .txt h2{font-size:26px;margin-top:10px;}
	.boss_gll_main_wrap .main1 .txt p{font-size:22px;}
	.boss_gll_main_wrap .main1 .txt{padding-left:0px;}
	.boss_gll_main_wrap .main1 .visits{display:flex;flex-wrap: wrap;}
	.boss_gll_main_wrap .main1 .visits > .visit{width:100%;}
	.boss_gll_main_wrap .main1 .visits .visit_logo{display:none;}
	.boss_gll_main_wrap .main1 .visits > .visit:first-child:after{border:none;}
	.boss_gll_main_wrap .main1 .visits > .visit .visit_txt{width:100%;}
	.boss_gll_main_wrap .main1 .visits > .visit .visit_txt > div{ justify-content: center;}
}

@media screen and (max-width: 960px) {
	
	.container { width: 100%; padding: 0 10px!important;}
	
	.com_list {grid-template-columns: repeat(3, 1fr);}
	.com_list li {width:unset;}
	.header .container{padding:10px;}
	.top_wrap > div{text-align: center; justify-content: center;}
	.top_wrap .top_left li{font-size: 13px;}
	.top_wrap .list_side{display:none;}
	.m_menu {display:block}
	#topNav > div{padding:0 0%;}
	#topNav .dropdown{display:none;}
	nav#topNav .topNavWrap{display:flex!important;}
	nav#topNav #gnb > li{width:50%;text-align:center;justify-content: center;position:relative;}
	nav#topNav #gnb > li:first-child:after{position:absolute;top:20px;right:-1px;content:'';width:1px;height:10px;background:#dfdfdf;}
	.comm-footer .cont2{padding-top:20px!important;}
	
	.full_menu_bg {background:#ddd;}
	.full_menu .m_icon {display: block !important; text-align: left; padding: 2rem 1rem; width: 100%; margin-bottom: 0;}
	
	.boss_gll_main_wrap {}
	.boss_gll_main_wrap .main1 .visits .visit_logo{display:none;}
	/*
	.boss_gll_main_wrap .main1 .visit > div{background:#fff;width:100%;border: 1px solid #eee;color:#000;justify-content: center; align-items: center;gap:10px;}
	.boss_gll_main_wrap .main1 .visit > div .today{display:none;}
	.boss_gll_main_wrap .main1 .visit > div > div{width:33.33%;justify-content: center;gap:10px;}
	.boss_gll_main_wrap .main1 .visit > div > div:after{position:absolute;top:50%;right:0px;width:1px;height:14px;background:#dddddd;content:'';transform:translateY(-50%);}
	.boss_gll_main_wrap .main1 .visit > div > div span{font-size:14px;}
	.boss_gll_main_wrap .main1 .visit > div > div strong{font-size:18px;}
	*/
	
	.main2 .sec1{display:block;}
	.main2 .sec1 .se ul{gap:15px;}
	.main2 .sec1 .se ul li{width:calc(20% - 16px);}
	.main2 .sec1 > #shop_select{margin-top:10px;}
	.main2 .sec h2{font-size:18px}
	
	.main_gll_board .container {flex-wrap: wrap}
	
	.main_gll_board.main_board .board_wrap,
	.main_gll_board.main_board .board_qna{width:100%;}
	
	.main_board_latest .container{display:block;padding:0px!important;}
	.main_board_latest .container .tab{width:100%;padding:20px 10px;border-top: 8px solid #eee;}
	.main_board_latest .container .tab2{display:flex;gap:40px;margin-top:40px;}
	.main_board_latest .container .tab2 .latest-list{width:calc(50% - 20px);}
	.main_board_latest .container .tab.tab2 .dept3{margin-top:0px;}
	
	.boss-login-form .card .login_box .inputs label{width:80px;}
	.boss-login-form .card .login_box .inputs input{width:calc(100% - 100px);}
	.boss-loan-view .loan-views{padding:20px;}
	.boss-loan-view .loan-views .loan_detail1{padding-bottom:100px;}
	.boss-loan-view .loan-views .loan_detail1.nopadding{padding-bottom:0px;}
	.boss-loan-view .loan-views .loan_detail1 .loan_more{bottom:20px;top:unset;right:unset;left:50%;transform:translateX(-50%);width:294px;}
	.boss-loan-view .loan-views .loan_detail2 dl.w50{width:100%;}
	.boss-loan-view .plus_contents{font-size:13px;padding:20px;line-height:18px;}
	.boss-loan-view .boass_contents{padding:20px;gap:20px;}
	.boss-loan-view .boass_contents .logo:after{right:-11px;}
	.boss-loan-view .boass_contents .content{font-size:13px;line-height:18px;}
	
	.gll-list-form.form2 div > dl{padding:0px;}
	.gll-list-form.form2 dd{padding:8px 10px;min-height:56px;line-height:unset;}
	.gll-list-form.form2 dd > div{margin-top:unset;}
	
	.boss-loan-view .loan-company-reg li{width:33.33%;padding:10px;}
	.boss-loan-view .loan-company-reg .has_link .com_nm{font-size:14px;margin:10px 0px 12px 0px;}
	.boss-loan-view .loan-company-reg .no_link p{font-size:13px;}
	.boss-loan-view .loan-company-reg .no_link a{font-size:12px;}

	#theme-notice-body .boss-board-list{display:block;}
	#theme-notice-body .boss-board-list .board_tab{display:none;}
	#theme-notice-body .boss-board-list .board_content{width:100%;}
	
	#theme-notice-body .page_info{float:unset;}
	#theme-notice-body .btn_wrap{float:unset;}
	
	#contents-body .boss-contents{display:block;}
	#contents-body .boss-contents .board_tab{display:none;}
	#contents-body .boss-contents .board_content{width:100%;}
	
	.boss-reg-form dl.stress{display:block;}

	.boss-reg-form dl dt{width:100%;margin-bottom:10px;}
	.boss-reg-form dl dt label{font-weight:600;}
	.boss-reg-form dl dd{width:100%;}
	
	.boss-mypage{display:block;}
	.boss-mypage .boss-mypage-left{display:none;}
	.boss-mypage .boss-mypage-content{width:100%;}

	
	
}

@media screen and (max-width: 800px) {
	.boss_gll_main_wrap .main1 .visits{display:inline-flex;flex-wrap:unset;}
	.boss_gll_main_wrap .main1 .visits > .visit{width:50%;}
	.boss_gll_main_wrap .main1 .visits .visit .visit_txt > div:last-child{display:none;}
	.boss_gll_main_wrap .main1 .visits > .visit .visit_txt{min-width:unset;width:100%;}
	.boss_gll_main_wrap .main1 .visits > .visit .visit_txt > div{width:100%;}
	.boss_gll_main_wrap .main1 .visits > .visit .visit_txt > div:first-child:after{border:none;}
	/*
	.boss_gll_main_wrap .main1 .visit > div > div{display:block;}
	.boss_gll_main_wrap .main1 .visit > div > div span{display:block;text-align:center;margin-bottom:10px;}
	.boss_gll_main_wrap .main1 .visit > div > div strong{display:block;text-align:center;width:100%;}
	*/
	.boss_gll_main_wrap .main1{background-size:auto 150px;background-position: 100% 100%;}
	.boss_gll_main_wrap .main1 .txt{}
	.boss_gll_main_wrap .main1 .txt h2{font-size:20px;text-align:center1;;}	
	.boss_gll_main_wrap .main1 .txt p{font-size:18px;text-align:center1;margin-top:2px;line-height:24px;}
	.main2 .main2_mo_btn{display:block;}
	.main2 .main2_mo_btn ul {display:flex;border-top:1px solid #e7e7e7;border-left:1px solid #e7e7e7;border-right:1px solid #e7e7e7;gap:0px!important;}
	.main2 .main2_mo_btn ul li{position:relative;font-size:15px;width:50%!important;text-align:center;cursor:pointer;height:40px;line-height:40px;border-bottom:1px solid #e7e7e7;background:#f5f5f5;}
	.main2 .main2_mo_btn ul li:after{position:absolute;top:0px;right:10px;width:20px;height:20px;content: "\f0d7";font-family:"Font Awesome 6 Free";font-weight:900}
	.main2 .main2_mo_btn ul li:first-child{border-right:1px solid #e7e7e7;}
	.main2 .main2_mo_btn ul li.on{border-bottom:0px;background:#fff;}
	.main2 .main2_mo_btn ul li.on:after{color:var(--main-bg-color)}
	.main2 .sec1 ul li a, .main2 .sec2 ul li a{font-size:13px;}
	.main2.container{display:block;}
	.main2 .sec1{width:100%;margin-bottom:10px;}
	.main2 .sec1 .se{border-top:0px;}
	.main2 .sec1 .se ul{gap:0px;row-gap:10px;}
	.main2 .sec1 .se ul li{width:20%!important;}
	.main2 .sec1 h2{display:none;}
	.main2 .sec1 #area_select{display:none;}
	.main2 .sec1 #shop_select{display:none;margin-top:0px;}
	.main2 .sec3{width:100%;}
	.main2 .sec3 .qna_status {display:none;}
	.main2 .sec3 .real_time_qna #dv_rolling1{height:50px!important;}
	.main2 .sec3 .real_time_qna li{border-bottom:0px;}
	
	.liveQna.mo {padding:15px }
	.liveQna.mo > div{display: flex; align-items: center; gap: 10px; }
	.liveQna.mo .real_time_qna { flex: 1; padding: 0;}
	.liveQna.mo .buttonWrap{width: 25%; max-width: 100px; order: 2;}
	.liveQna.mo .buttonWrap .qnaWriteBtn{display: block; font-size:0.8rem; padding: 10px 0;}
	.qnaWriteBtn s { display:none; }
	
	.boss-login-form {display:block;}
	.boss-login-form > div{width:100%;padding:30px 0;}
	.boss-login-form > div:first-child{border:none;}
	.boss-login-form > div:last-child{border-top:1px solid #eee;}
	.boss-login-form .login_contents p{margin-top:10px;}
	.boss-login-form .login_contents .yoyac li span{font-size:13px;}
	.login-form-call{padding:20px;display:block;text-align:center;}
	.login-form-call span{display:block;font-size:14px;}
	.login-form-call a{display:block;font-size:28px;margin-top:20px;}
	
	.boss-loan-view .loan-view-mo-call{display:flex;margin-top:16px;gap:10px;}
	.boss-loan-view .loan-view-mo-call a{width:100px;height:36px;line-height:36px;display:inline-block;text-align:center;}
	.boss-loan-view .loan-view-mo-call a.gll-call{border:1px solid var(--main-bg-color);}
	.boss-loan-view .loan-view-mo-call a.gll-sms{border:1px solid var(--main-bg-color)}
	.boss-loan-view .loan-view-mo-call a i {color:#333!important;}
	.boss-loan-view .loan-view-mo-call a:hover{background:var(--main-bg-color);color:#fff;transition:all 0.2s ease;}
	.boss-loan-view .loan-view-mo-call a:hover i{color:#fff!important;}
	
	.boss-board-write .view_detail{border-top:1px solid #333;border-bottom:1px solid #333} 
	.boss-board-write .view_detail dl{display:block;padding:10px 0;border-bottom:1px solid #eee;}
	.boss-board-write .view_detail dl:last-child{border-bottom:none;}
	.boss-board-write .view_detail dl dt{width:100%;margin-bottom:10px;}
	.boss-board-write .view_detail dl dd{width:100%;padding:0;min-height:unset;}

	.loan-bottom-call-btn{position:fixed;bottom:0px;left:0px;width:100%;height:44px;display:flex;background:var(--main-bg-color);z-index:2;}
	.loan-bottom-call-btn a{width:50%;text-align:center;line-height:44px;display:block;color:#fff;position:relative;}
	.loan-bottom-call-btn a:first-child:after{position:absolute;top:50%;right:0px;width:1px;height:14px;background:#fff;content:'';transform:translateY(-50%);}
	
	#contents-body .customer_box .con_box h4{font-size:18px;line-height:24px;}
	#contents-body .customer_box .con_box p{padding:20px; font-size:14px;line-height:20px;}
	#contents-body .customer_box .con_box .li_bar li{font-size:14px;display:block;}
	#contents-body .customer_box .contact dt{font-size:18px;}
	#contents-body .customer_box .contact dd{font-size:14px;}
	
	.boss-member-reg .agree_list{display:flex;gap:20px;flex-wrap: wrap}
	.boss-member-reg .agree_list .agree_step{width:calc(50% - 10px);}
}
	
@media screen and (max-width: 599px) {
	
	.boss_gll_main_wrap .main1 .visits{padding:15px 0;gap:10px;}
	.boss_gll_main_wrap .main1 .visits > .visit .visit_txt > div{letter-spacing: -1.5px;}
	.h3s{font-size:22px;}
	
    .com_list {
        grid-template-columns: repeat(2, 1fr);
    }
	.com_list li .pc{display:none;}
	.com_list li .btm.mo {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        justify-items: center;
        background-color: #fbfbfb;
        padding: 0;
        border-top: 1px solid #eee;
        flex-wrap: wrap;
    }
	.com_list li .btm.mo .name {
        display: block;
        text-align: center;
        width: 100%;
        background-color: #fff;
        padding: 10px;
        border-bottom: 1px solid #eee;
        font-weight: 500;
    }
	.com_list li .btm.mo{display:flex !important;justify-content:center !important;align-items:center !important;padding: 0px 10px 10px 10px; gap: 10px;row-gap:0px;}
	.com_list li .btm.mo .name{width:100% !important;border-bottom:none !important}
	.com_list li .btm.mo a{width:calc(50% - 5px);box-sizing:border-box;background:#fff;border:1px solid var(--main-bg-color);text-align:center;color:#222;height:34px;line-height:34px;}
	.com_list li .btm.mo a i{color:#222!important;;margin-right:4px;display:inline-block;}
	.com_list li .btm.mo a:last-child{background:var(--main-bg-color);border:1px solid var(--main-bg-color);color:#fff}
	.com_list li .btm.mo a:last-child i{color:#fff!important;}
	
	.main_gll_board.main_board .mo_no{display:none;}
	.main_gll_board.main_board table{border:none;}
	.main_gll_board.main_board table tbody tr:first-child td {border-top:1px solid #eeeeee}
	.main_gll_board.main_board table td .mo_info{ display:flex;margin-top:6px;gap:14px;}
	.main_gll_board.main_board table td .mo_info span{color:#269ad5;display:inline-block;position:relative;font-weight:500;font-size:13px;}
	.main_gll_board.main_board table td .mo_info span:first-child:after{position:absolute;top:50%;transform:translateY(-50%);right:-8px;width:1px;height:8px;content:'';background:#a7a7a7;}
	
	.sub_content .clickTypes li a i{display:none;} 
	.main_board_latest .container{display:block;padding:0px!important;}
	.main_board_latest .container .tab{width:100%;padding:20px 10px;border-top: 8px solid #eee;}
	.main_board_latest .container .tab ul li a{margin:0px!important;}
	.main_board_latest .container .tab2{display:block;margin-top:0px;}
	.main_board_latest .container .tab2 .latest-list{width:100%;}
	.main_board_latest .container .tab.tab2 .dept3{margin-top:40px;}
	
	.comm-footer .legal .legal_list{flex-wrap: wrap;}
	.comm-footer .info-s .cont1 .flex1 > div.t2{flex-wrap: wrap;gap:40px;}
	.comm-footer .info-s .cont1 .flex1 > div.t2 .tsub{width:100%;}
	.comm-footer .info-s .cont1 .flex1 > div.t2 .tsub:first-child:after{top:unset;bottom:-21px;right:unset;left:0px;width:100%;height:1px;}
	
	.sub_content .com_list li{width:100%;}
	.company_leg .company-leg-list thead{display:none;}
	.company_leg .company-leg-list td.b-none{display:none;}
	.company_leg .company-leg-list tbody tr:first-child td{border-top: 1px solid #eeeeee;}
	.company_leg .company-leg-list tbody tr td{border-bottom: 1px solid #eeeeee;}
	.company_leg .company-leg-list td a{padding:10px 0;}
	.company_leg .company-leg-list td a .mo_info{ display:flex;margin-top:6px;gap:14px;}
	.company_leg .company-leg-list td a .mo_info span{color:#269ad5;display:inline-block;position:relative;font-weight:500;font-size:13px;}
	.company_leg .company-leg-list td a .mo_info span:first-child:after{position:absolute;top:50%;transform:translateY(-50%);right:-8px;width:1px;height:8px;content:'';background:#a7a7a7;}
	
	.loan-search .scr_inner{width:300px;}
	
	.realtime-reg-list thead{display:none;}
	.realtime-reg-list td.b-none{display:none;}
	.realtime-reg-list tbody tr:first-child td{border-top: 1px solid #eeeeee;}
	.realtime-reg-list tbody tr td{border-bottom: 1px solid #eeeeee;}
	.realtime-reg-list td a{padding:13px 0;}
	.realtime-reg-list td a.pc_link{padding:6px 0;}
	.realtime-reg-list td a.mo_info{display:block!important;padding:0px;} 
	.realtime-reg-list td a.mo_info .mo_area{display:block;color:#04b0db;padding:10px 0 0 0 ;}
	.realtime-reg-list td a.mo_info .mo_bottom{display:flex;padding-bottom:10px;font-size:12px;color:#998;gap:14px;}
	.realtime-reg-list td a.mo_info .mo_bottom div{display:inline-block;position:relative;font-weight:400;}
	.realtime-reg-list td a.mo_info .mo_bottom div:after{position:absolute;top:50%;transform:translateY(-50%);right:-8px;width:1px;height:8px;content:'';background:#d5d5d5;}
	.realtime-reg-list td a.mo_info .mo_bottom div:last-child:after{background:unset;}
	
	.boss-loan-view .loan-views h4{font-size:20px;padding-bottom:20px;}
	.boss-loan-view .loan-views .loan_detail1{padding-bottom:60px;}
	.boss-loan-view .loan-views .loan_detail1 dl{gap:10px;border-bottom:1px solid #eee;}
	.boss-loan-view .loan-views .loan_detail dl dt{font-size:13px;width:90px;}
	.boss-loan-view .loan-views .loan_detail dl dd{width:calc(100% - 100px);font-size:13px;line-height:21px;}
	.boss-loan-view .loan-views .loan_detail .loan_call_more_content{font-size:12px;}
	.boss-loan-view .loan-views .loan_detail1 .loan_more{bottom:0px;width:100%;display:flex;}
	.boss-loan-view .loan-views .loan_detail1 .loan_more button{width:50%;}
	.boss-loan-view .boass_contents{display:block;}
	.boss-loan-view .boass_contents .logo{display:block;margin:0 auto;padding-bottom:20px;margin-bottom:20px;width:100%;text-align:center;}
	.boss-loan-view .boass_contents .logo:after{right:unset;top:unset;bottom:0px;left:0%;width:100%;height:1px;}
	
	
	.gll-list-form.form2 div > dl{padding:10px 0;}
	.gll-list-form.form2 dt{width:100%;padding:0px 0;font-weight:600;}
	.gll-list-form.form2 dd {padding:0px;width:100%;min-height:unset;margin-top:10px;}
	.gll-list-form.form2 dd > div{margin-top:unset;}
	
	.boss-loan-view .loan-company-reg li{width:50%;}
	.boss-loan-view .loan-company-reg .has_link .com_nm{font-size:13px;margin:10px 0px 13px 0px;}
	#theme-notice-body .list table tbody tr:first-child{border-top:1px solid #333;}
	#theme-notice-body .list table tbody tr:last-child{border-bottom:0px;}
	#theme-notice-body .list table tr.bo_notice td.tit a{color:#00ace9;font-weight:600;}
	#theme-notice-body .list table td.user_nm{overflow:visible}
	#theme-notice-body .list table td.user_nm .sv_member{display:block;color:#999;position:relative;}	
	#theme-notice-body .list table td.user_nm .sv_member:after{position:absolute;top:50%;right:-9px;transform:translateY(-50%);width:1px;height:8px;background:#a1a1a1;content:'';}
	
	#theme-notice-body .page_info{padding:0px;border:none;}
	
	#contents-body .customer_box .con_box h4{font-size:15px;line-height:20px;}
	#contents-body .customer_box .contact{display:block;}
	#contents-body .customer_box .contact dl{width:100%;}
	#contents-body .customer_box .contact dl:first-child{border-bottom:1px solid #eee;border-right:none;}
	
	.boss-member-reg .agree_list{display:flex;gap:20px;flex-wrap: wrap}
	.boss-member-reg .agree_list .agree_step{width:100%;}
	
}

@media screen and (max-width: 460px) {
	nav#topNav #gnb > li{font-size:14px;letter-spacing: -0.5px;}
	nav#topNav #gnb > li > a{padding:0px;}
	span.news{font-size:9px;}
	.boss_gll_main_wrap .main1{background-size: auto 100px;}
	.boss_gll_main_wrap .main1 > .container{position:relative;}
	.boss_gll_main_wrap .main1 .visits{position:absolute;top:unset;bottom:-60px;margin-top:0px;width:calc(100% - 20px);left:10px;}
	.boss_gll_main_wrap .main1 .txt{padding:20px 0 20px 0;}
	.boss_gll_main_wrap .main1 .txt p{text-align:center;font-size:15px;}
	.boss_gll_main_wrap .main1 .txt h2{text-align:center;font-size:16px;width:200px;margin:10px auto 0 auto;line-height:20px;}
	.boss_gll_main_wrap .main1 .txt{}
	
	
	.main2 .sec1 .se ul li {  width: calc(25% - 15px);}
	
	.gll-list-form.form2 dd.pppp{display:block;}
	.gll-list-form.form2 dd .phone_group{width:100%;}
	.gll-list-form.form2 .btn_frmline{margin-top:10px;width:100%;}
	.gll-list-form.form2 dd label{line-height:18px;}

	.main_company .com_list li .s_title span.t1 {font-size:0.9rem;}
	.main_company .com_list li .s_title span.t2 {font-size:0.85rem;}
	.main_company .com_list li .top .about_com dd{font-size:12px;}
	.main_company .com_list li .btm span.more_btn{font-size:12px;}

}



