@charset "utf-8";

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
상단 탑배너 html > page > top_banner.php 
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.top_banner{position:relative; width:100%; margin:100px auto 80px; text-align:left; padding-top: 80px;}
.top_banner .top_banner_txt .menu_nav{margin-bottom:30px;}
.top_banner .top_banner_txt .menu_nav > a{display:inline-block; font-size:16px; color:#666666;}
.top_banner .top_banner_txt .menu_nav > a img{display:inline-block; position:relative; top:-3px;}
.top_banner .top_banner_txt .menu_nav > a span.text{display:inline-block; margin-left:5px;}
.top_banner .top_banner_txt .menu_nav > p{display:inline-block; font-size:16px; color:#666666;}
.top_banner .top_banner_txt .menu_nav > p span.menu_angle{display:inline-block; margin:0 10px; font-family: 'SUIT', sans-serif;}
.top_banner .top_banner_txt .title_box{}
.top_banner .top_banner_txt .title_box h1{font-size:50px; color:#111; font-weight:700;font-family: 'pretendard', sans-serif;}

@media (max-width:991px){
    .top_banner{margin:50px auto 30px;}

}
@media (max-width:480px){
    .top_banner .top_banner_txt .menu_nav{margin-bottom:25px;}
    .top_banner .top_banner_txt .menu_nav > a{font-size:12px;}
    .top_banner .top_banner_txt .menu_nav > a img{width:16px; top:-3px;}
    .top_banner .top_banner_txt .menu_nav > a span.text{ margin-left:5px;}
    .top_banner .top_banner_txt .menu_nav > p{font-size:13px; }
    .top_banner .top_banner_txt .menu_nav > p span.menu_angle{margin:0 8px;}
    .top_banner .top_banner_txt .title_box h1{font-size:28px;}
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
상단 탑메뉴 html > page > top_banner.php 
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.top_menu{width:100%; margin-bottom:100px;}
.top_menu .top_menu_pc{display:block;}
.top_menu .top_menu_pc .menu_ul{width:100%; text-align:left; display:block;}
.top_menu .top_menu_pc .menu_ul > li{display:inline-block; vertical-align:top; margin-right:35px; padding-bottom:15px; position:relative;}
.top_menu .top_menu_pc .menu_ul > li.on::after{content:""; width:100%; height:2px; background:#34b040; position:absolute; left:0; bottom:0;}
.top_menu .top_menu_pc .menu_ul > li:last-child{margin-right:0;}
.top_menu .top_menu_pc .menu_ul > li > a{display:inline-block; width:auto; font-size:17px; color:#999; font-weight:500;}
.top_menu .top_menu_pc .menu_ul > li.on > a{color:#34b040;}
/*
.top_menu .top_menu_pc .menu_ul.table{display:table; table-layout:fixed; width:100%;}
.top_menu .top_menu_pc .menu_ul.table > li{display:table-cell;}
.top_menu .top_menu_pc .menu_ul.table > li > a{display:block; width: auto;}
*/
.top_menu .top_menu_mobile{display:none;}
/* @media (min-width:1950px){
    .top_menu{width:1820px; margin:0 auto; max-width:100%; margin-bottom:150px;}
} */

@media (min-width:992px){
    .top_menu.mb100{margin-bottom:100px;}
}
@media (max-width:991px){
    .top_menu{margin-bottom:50px;}
    .top_menu .top_menu_pc{display:none;}
    .top_menu .top_menu_mobile{display:block;}
    .top_menu .top_menu_mobile .top_menu_drop{width:100%;}
    .top_menu .top_menu_mobile .top_menu_drop > a{display:block; width:100%; height:48px; line-height:48px; position:relative; border-bottom:1px solid #34b040;text-align:center; font-size:16px; color:#34b040; font-weight:500;}
    .top_menu .top_menu_mobile .top_menu_drop > a span.arrow{position:absolute; right:15px;}
    .top_menu .top_menu_mobile .top_menu_drop .dropdown-menu{width:100%; text-align:center;}
    .top_menu .top_menu_mobile .top_menu_drop .dropdown-menu li a{padding:6px 10px;}
}
@media (max-width:480px){
    .top_menu .top_menu_mobile .top_menu_drop > a span.arrow{right:10px;}
    .top_menu .top_menu_mobile .top_menu_drop > a span.arrow img{width:15px;}
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
지도 > 지도D
1. html > skin> board > mapD
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.mapD_search{width:100%; border:1px solid #e6e6e6; display:flex;  align-items: center;}
.mapD_search .left_map{width:600px; border-right:1px solid #e6e6e6; text-align:center; padding:45px 0;}
.mapD_search .left_map img{display:block; margin:0 auto;}
.mapD_search .left_map area{cursor:pointer;}
.mapD_search .right_map{width:calc(100% - 600px); padding:0 60px;}
.mapD_search .right_map > h3{font-size:32px; color:#222222; font-weight:600; margin-bottom:55px;}
.mapD_search .right_map .search_wrap{margin-bottom:40px;}
.mapD_search .right_map > div > label{font-size:18px; color:#222222; padding-left:15px; position:relative; display:inline-block; }
.mapD_search .right_map > div > label::before{content:""; width:5px; height:5px; background:#00a650; position:absolute; top:7px ; left:0;}
.mapD_search .right_map > div > .search_box{margin-top:20px; overflow:hidden;}
.mapD_search .right_map > div > .search_box > div{float:left; width:calc(100% - 100px); overflow:hidden;}
.mapD_search .right_map > div > .search_box > div select{width:calc(100% / 2 - 5px); margin-right:10px; display:block; float:left; border:1px solid #d7d7d7;
padding-left:20px; font-size:16px; color:#333; height:40px; line-height:37px; outline:none; box-shadow:none; background:#fff url('/skin/board/mapD/img/mapD_select_arrow.png') no-repeat 90% 50%;
-webkit-appearance: none; -moz-appearance: none; appearance:none;}
.mapD_search .right_map > div > .search_box > div select::-ms-expand{ display: none; }
.mapD_search .right_map > div > .search_box > div select:last-child{margin-right:0;}
.mapD_search .right_map > div > .search_box > div input{width:100%; display:block; height:40px; line-height:40px; border:1px solid #d7d7d7; padding-left:20px; font-size:16px;
color:#333; outline:none; box-shadow:none;}
.mapD_search .right_map > div > .search_box > div input::placeholder{color:#888888;}
.mapD_search .right_map > div > .search_box > div.button_box{width:90px; margin-left:10px;}
.mapD_search .right_map > div > .search_box > div.button_box button{width:100%; height:40px; line-height:37px; background:#333333; color:#fff; font-size:16px; text-align:center; border:0;
outline:none; box-shadow:none;}
.mapD_search .right_map > div > .search_box{}
.mapD_length{margin:65px auto 20px;}
.mapD_length > h5{font-size:15px; color:#666666;}
.mapD_length > h5 .length{color:#00a650; font-weight:600;}

.inquiry_box .answer select.addrD{width:24.9%;}
.inquiry_box .answer .addrD_input{margin-top:10px;}
.mapD_style.board_style .notice_board .div-head > span{font-size:17px; color:#222222; font-weight:500;}
.mapD_style.board_style .notice_board.list-board .list-body li > div{font-size:15px; color:#666666; padding:18px 0;}
.mapD_style.board_style .notice_board.list-board .list-body li > div a.adm{background:#333333; padding:5px 8px; color:#fff; font-size:13px; text-align:center;  border-radius:12px; 
display:inline-block; margin-left:5px;/*  display:none; */}
.mapD_style .wr_regi{width:110px;}
.mapD_style .wr_subject{width:150px;}
.mapD_style .wr_addr{}
.mapD_style .wr_addr > h5{ text-align: left; padding-left: 30px; } /*2025-08-12 kdh add*/
.mapD_style .wr_phone{width:180px;}
.mapD_style .wr_mobile{display:none !important;}

@media (max-width:991px){
    .mapD_search{display:block;}
    .mapD_search .left_map{width:100%; border-right:0; text-align:center; padding:30px 0; border-bottom:1px solid #e6e6e6;}
    .mapD_search .right_map{width:100%; padding:30px 15px;}
    .mapD_search .right_map > h3{font-size:24px; margin-bottom:30px;}
    .mapD_search .right_map .search_wrap{margin-bottom:30px;}
    .mapD_search .right_map > div > label{font-size:15px; padding-left:10px;}
    .mapD_search .right_map > div > label::before{width:3px; height:3px; top:5px;}
    .mapD_search .right_map > div > .search_box{margin-top:15px;}
    .mapD_search .right_map > div > .search_box > div{width:100%;}
    .mapD_search .right_map > div > .search_box > div select{width:calc(50% - 5px); margin-right:10px; 
    padding-left:15px; font-size:13px;background: url('/skin/board/mapD/img/mapD_select_arrow.png') no-repeat 90% 50%;}
    .mapD_search .right_map > div > .search_box > div input{padding-left:15px; font-size:13px;}
    .mapD_search .right_map > div > .search_box > div.button_box{width:100%; margin-left:0px; margin-top:10px;}
    .mapD_search .right_map > div > .search_box > div.button_box button{font-size:13px;}
    .mapD_search .right_map > div > .search_box > .one{width:calc(100% - 100px); }
    .mapD_search .right_map > div > .search_box > .one + div.button_box{width:90px; margin-top:0; margin-left:10px;}
    .mapD_length{margin:40px auto 15px;}
    .mapD_length > h5{font-size:14px;}
    .mapD_length > h5 .length{color:#7d2fff; font-weight:600;}

    .inquiry_box .answer select.addrD{width:100%; margin-bottom:10px;}
    .inquiry_box .answer .addrD_input{margin-top:0px;}
    .mapD_style.board_style .notice_board .div-head{padding:15px 0; border-bottom:1px solid #252525;}
    .mapD_style.board_style .notice_board .div-head > span{font-size:14px; }
    .mapD_style.board_style .notice_board.list-board .list-body li{padding:0 5px;}
    .mapD_style.board_style .notice_board.list-board .list-body li > div{font-size:13px; padding:14px 0; text-align:left;}
    .mapD_style.board_style .notice_board.list-board .list-body li > div a{padding:3px 5px;font-size:11px; border-radius:10px; margin-left:3px;}
    .mapD_style .wr_hidden{display:none !important;}
    .mapD_style .wr_mobile{display:block !important; margin-top:10px;}
    .mapD_style .wr_mobile > div{display:inline-block; overflow:hidden; margin-right:10px;}
    .mapD_style .wr_mobile > div:last-child{margin-right:0;}
    .mapD_style .wr_mobile > div .left_text{font-size:12px; color:#222; font-weight:500; margin-right:5px; float:left;}
    .mapD_style .wr_mobile > div .right_text{font-size:12px; color:#999999; float:left;}
}
@media (max-width:400px){
    .mapD_search .left_map img{width:200px;}
}


/* 250422 */    

.sec04_top .sec04_title {margin: 100px 0 30px;}
.sec04_top .sec04_title h5{font-size: 30px; font-weight: 600; color:#222222}

.sec04_top .sec04_top_w {display: flex; gap: 0 20px; margin-bottom: 20px;}
.sec04_top .sec04_top_w > div {position: relative; width: calc((100% - 20px *2 )/3);} 


.sec04_top .sec04_bot_w {display: flex; gap: 0 20px; margin-bottom: 90px;}
.sec04_top .sec04_bot_w > div {position: relative; width: calc((100% - 20px *2 )/3);} 

@media (max-width:991px) {
    .sec04_top .sec04_title {margin: clamp(60px,10.09vw,100px) 0 clamp(25px,5.045vw,50px);}

    .sec04_top .sec04_top_w {
        flex-direction: column;
        gap:clamp(20px,4.036vw,40px);
        margin-bottom: clamp(20px,4.036vw,40px);
    }

    .sec04_top .sec04_title h5 {font-size: clamp(20px,3.027vw,30px) ;}

    .sec04_top .sec04_top_w > div {width: 100%;}
    .sec04_top .sec04_bot_w > div {width: 100%;}

    .sec04_top .sec04_bot_w {
        flex-direction: column;
        gap:clamp(20px,4.036vw,40px);
        margin-bottom: clamp(60px,9.081vw,90px);

    }

}






.captcha_box .well_box {
    display: flex;
}

.captcha_box .well_box h3 {
    max-width: 190px;
    width: 100%;
    flex-shrink: 0;
}

.captcha_box .well_box .well {
    width: 100%;
}

@media (max-width:991px) {
    .captcha_box .well_box {
        flex-direction: column;
    }
}

#captcha {
    display: flex;
    justify-content: center;
    gap: 7px;
}
#captcha legend {
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden;
}
#captcha .captcha_imgbox {
    width: 160px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    border: 1px solid #d6d6d6;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
}

#captcha #captcha_img {
    width: auto;
    height: 100%;
    border: none;
    display: inline-block;
}

#captcha .capcha_aid {
    width: 22px;
    display: flex;
    flex-flow: column;
    margin: 0;
}

#captcha #captcha_mp3 {
    width: 22px;
    height: 22px;
    left: auto;
    text-indent: -9999px;
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer;
}
#captcha #captcha_mp3 span {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/img/modal_captcha_mp3.jpg) no-repeat #e3e3e3;
    background-size: cover;
    background-position: left top; 
}

#captcha #captcha_reload {
    width: 22px;
    height: 22px;
    background: url(/img/modal_captcha_reload.jpg) no-repeat #e3e3e3;
    background-size: cover;
    left: auto;
    text-indent: -9999px;
    top: 22px;
    position: absolute;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer;
    border-top: 1px solid #ccc;
}

#captcha #captcha_key {
    width: 160px;
    height: 45px;
    margin: 0;
    padding: 0 25px;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    background-color: #fff !important;
    font-size: 1.333em;
    font-weight: bold;
    text-align: center;
    line-height: 2.8em;
    vertical-align: top;
}

.well_box #captcha_info  {
    display:inline-block; 
    margin-top: 10px;
    word-break: keep-all;
}


@media (max-width:991px) {
    #captcha {
        width: auto;
        text-align: left;
    }

    #captcha .captcha_imgbox  {
    width: 150px;
        height: 41px;
        line-height: 39px;
        padding: 0 15px;
        border-radius: 2.5px;
    }

    #captcha #captcha_img {
        width: 100%;
        margin-right: 0;
    }

    #captcha #captcha_key {
        width: calc(100% - 200px);
        height: 41px;
        border-radius: 2.5px;
        font-size: 14px;
        padding: 0 15px;
    }
}


.captcha_box .well_box {
    display: flex;
}

.captcha_box .well_box h3 {
    max-width: 190px;
    width: 100%;
    flex-shrink: 0;
}

.captcha_box .well_box .well {
    width: 100%;
}

@media (max-width:991px) {
    .captcha_box .well_box {
        flex-direction: column;
    }
}



/* 250708 공지사항 css */

.list-board .list-body .list-item.notice_cs {
    background: #f5f5f5;
}

.list-board .list-body .list-item.notice_cs div,
.list-board .list-body .list-item.notice_cs a{
    color:#555;
    font-weight: 500;
}

.list-board .list-body .list-item.notice_cs:hover {
    background: #f5f5f5;
}

.list-board .list-body .list-item.notice_cs:hover a {
    color:#555;
}



/* 마이페이지 */
.mypage_main_wrap {
    display: flex;
    gap:0 50px;
    margin-top: 150px;
    margin-bottom: 80px;

}

.mypage_main_wrap .mypage_main_content {
    width: calc(100% - 250px);
}

.mypage_main_wrap .myformtec_tit {
    margin-bottom: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #0c0c0c;

}

.mypage_main_wrap .myformtec_tit h4 {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 500;
    color: #1b1b1b;
}

.mypage_main_wrap .myformtec_tit p {
    font-size: 18px;
    line-height: 1.35;
    color:#666;
}


.mypage_main_wrap .myinfo_ul {
    display: flex;
    flex-direction: column;
    gap:25px 0;
}

.mypage_main_wrap .myinfo_ul .myformtec_li {
    display: flex;
    gap:0 15px;
}

.mypage_main_wrap .myinfo_ul .myformtec_li p {
    font-family: "Pretendard",sans-serif;
    font-size: 18px;
    font-weight: 300;
}

.mypage_main_wrap .myinfo_ul .myformtec_li .left_item {
    width: 150px;
    color:#222;

    
}

.mypage_main_wrap .myinfo_ul .myformtec_li .right_info {
    color:#666;
    width: calc(100% - 175px);
}

@media(max-width:991px) {
    .mypage_main_wrap {
    padding: 0 15px;
        margin-top: 100px;
        margin-bottom: 40px;
        gap:0;
    }

    .mypage_main_wrap .mypage_main_content {
        width:100%;
    }

.mypage_main_wrap .myformtec_tit h4 {
    font-size: 20px;
    margin-bottom: 15px;
}

.mypage_main_wrap .myformtec_tit p {
    font-size: 14px;
    line-height:1.4;
}

.mypage_main_wrap .myinfo_ul .myformtec_li p {
    font-size: 15px;
    line-height:1.2;
}

.mypage_main_wrap .myinfo_ul .myformtec_li .left_item {
    width: 110px;   
}

.mypage_main_wrap .myinfo_ul .myformtec_li .right_info {
    width: calc(100% - 125px);
}

.mypage_style .mob_mypage .mob_section .section_tit h2 {
        font-size: 20px;
        color: #1b1b1b;
        font-weight: 600;
        margin-bottom: 15px;
}

.myformtec_btn  {
    margin-top: 30px;
    display: flex;
    gap: 0 20px
}

.myformtec_btn  li {
    width:calc((100% - 20px)/2);
    text-align: center;
}

.myformtec_btn li a {
    display: block;
    width: 100%;
  height: 46px;
  line-height: 44px;
  font-size: 15px;
  border-radius:50px;

}

.myformtec_btn  li.edit_btn a {
      background:#fff;
      border: 1px solid #00a650;    
      color:#00a650;
}

.myformtec_btn  li.leave_btn a {
      background:#00a650;
      border: 1px solid #00a650;    
      color:#fff;
}

}



/* 마이페이지 > 기본정보 */

.register_style.edit_mem {
    margin-top: 150px;
}

.register_style.edit_mem .mypage_register .register_tt_box {
    padding-top: 8px;
    padding-bottom: 26px;
    border-bottom: 1px solid #444444;
    margin-bottom: 40px;
}

.register_style.edit_mem .mypage_register .register_tt {
    font-size: 24px;
    font-weight: 500;
    padding-top: 0px;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 20px;

}

.register_style.edit_mem .mypage_register .register_tt_box p {
    font-size: 18px;
    line-height: 1.35;
    color: #666;

}

@media(max-width:991px) {
    .register_style.edit_mem {
        margin-top: 80px;
    }

    .register_style.edit_mem .mypage_register .register_tt {
         font-size: 20px;
         margin-bottom: 15px;
    }

    .register_style.edit_mem .mypage_register .register_tt_box p {
            font-size: 14px;
            line-height: 1.4;
    }

    .register_style.edit_mem .mypage_register .register_tt_box {
        padding-top: 0;
        margin-bottom: 20px;
        padding-bottom: 25px;
    }
}


/* 회원가입 및 마이페이지 캡챠 관련 */

#fregisterform #captcha {
    display: flex !important;
}
#fregisterform #captcha #captcha_key {
    width: calc(100% - 200px) !important;
    height: 45px;
    margin-left: 0;
}

@media(max-width:991px) {
#fregisterform #captcha #captcha_key {
    height:41px !important;
}

}