input {
    outline: none;
}
#header-sub {
    position: fixed;
    z-index: 10;
    width: 100%;
    top: 0;
    left: 0;
    height: 62px;
    color: #000;
}
header {
    background: #fff;
    border-bottom: 1px solid #e1e1e1;
    color: #000;
}
header.on {
    background: #fff;
    border-bottom: 1px solid #e1e1e1;
    color: #000 !important;
}
main {
    margin: 100px 0 50px;
    padding-bottom: 100px;
}
main.on {
    padding-bottom: 200px;
}

.board-inner{
    margin: 0 auto;
    max-width: 1200px;
}


.menu-list {
    margin-bottom: 800px;
    position: relative;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid #e1e1e1;
}
.menu-list > li {
    padding: 10px 20px;
}
.menu-list > li.on {
    color: #2a9cce;
}
.menu-list section {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
    color: #000;
}
.menu-list li.on section {
    visibility: visible;
}
.menu-list section h2 {
    font-size: 24px;
    text-align: center;
}


/*충전소 찾기*/
.find-station {
    position: relative;
    justify-content: center;
    align-items: center;
}
.find-station .form-group {
    border-top: none;
}
.find-station input {


    height: 20px;
    border-radius: 0.25rem;
    line-height: 20px;
    border: 1px solid #d5d5d5;
    color: #353535;
    font-size: 12px;
}
.find-station select {
    width: 80px;
}
#spotname,
.find-station .select-area {
    height: 20px;
    border-radius: 0.25rem;
    line-height: 20px;
    border: 1px solid #d5d5d5;
    color: #353535;
    font-size: 12px;
    outline: none;
}
.find-station label {
    font-size: 14px;
}
.find-station #spotname {
    margin-left: 10px;
}
.find-station .search {
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.spotname-button {
    width: 15px;
    height: 15px;
    border: none;
    cursor: pointer;
    background: #fff url(/hc-content/img/main/board/search-icon.png) no-repeat 0 0;
    background-size: contain;
}


.find-station h4 {
    margin: 10px 0;
    line-height: 1.5;
    font-size: 20px;
    border-bottom: 1px solid #d5d5d5;
}
.find-station p {
    line-height: 2;
}
.map-area {
    width: 100%;
}
.map-area fieldset {
    padding: 10px 0;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
#map {
    position: relative;
    margin-bottom: 100px;
border: 1px solid #e1e1e1;
border-radius: 5px;
}
#map .info{
    z-index: 7;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #fff;
}

#map .info.spread{
    width: 45%;
}


#map .info.spread::after{
content: "충전소 정보 ⓘ ";
    position: absolute;
    top:0;
left:0;
width:100%;
height:auto;
font-weight:bold;
color:#666;
border-bottom:1px solid #e1e1e1;
text-indent:10px;
margin-top:40px;
padding-bottom:10px;
}


.infowindowname{
font-size: 13px;
background:#fff;
padding:5px 10px;
}


.infowindow {
    position: relative;
    top: 20%;
    padding: 10px;
    width: max-content;
    font-size: 12px;
    line-height: 26px;
}

.btn-close{

    display: none;
    z-index: 7;
    position: absolute;
    top: 33px;
    left: 345px;
    background: url(https://www.castpro.kr/homepee/images/right_fix_banner/close.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border: none;
}

/*고장신고*/
.charger-issue {
    padding-bottom: 100px;
}
.charger-issue form {
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    width: 100%;
    margin: auto;
}
.charger-issue fieldset {
    padding: 40px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.charger-issue .form-group {
    border-top: 1px solid #e1e1e1;
    padding: 10px 0;
    align-items: center;
}
.charger-issue div:first-of-type {
    border-top: none;
}


.charger-issue .form-group input {
    text-indent: 10px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    width: 65%;
    height: 30px;
    font-size: 13px;
}
.charger-issue textarea {
    width: 65%;
    height: 150px;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
}
.charger-issue textarea:focus {
    outline: none;
}


.charger-issue label {
    width: 100px;
}
.charger-issue button {
    cursor: pointer;
    border-radius: 5px;
    border: none;
}
.charger-issue .form-group button {
    border: none;
    height: 30px;
    width: 80px;
    font-size: 11px;
    margin-left: 5px;
    border-radius: 5px;
}
.charger-issue .form-group.upload > div{
align-items: center;
}
.charger-issue .form-group.upload input{
line-height: 30px; 
border: none; 
    width: 65%;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
}
.charger-issue .form-group.upload p{

    margin-top: 5px;
    text-indent: 110px;
    font-size: 11px;
}
.upload-name {
    display: inline-block;
    height: 40px;
    vertical-align: middle;
    border: 1px solid #dddddd;
    width: 78%;
    color: #999999;
}
.form-group.upload h4{
width:100px;
}
.form-group.upload label {
    display: flex;
    justify-content: center;
    align-items: center;
cursor: pointer;

    width: 80px;
    margin-left: 10px;
    font-size: 11px;
background-color:rgb(240,240,240);
text-align:center;
    height: 30px;
    border-radius: 
5px;

}
.form-group.upload input[type="file"] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
}
.charger-issue .agree {
    margin-top: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.title-area {
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #e1e1e1;
}
.title-area button {
    border: none;
    width: 80px;
    height: 30px;
    border-radius: 5px;
    font-size: 16px;
}
.title-area #agree-button {
    width: 80px;
    margin-left: 20px;
    font-size: 11px;
}
.charger-issue .agree h3 {
width: max-content;
    font-size: 16px;
}
.privacy-wrap {
    width: 100%;
    display: none;
}
.privacy-wrap.on {
    display: block;
}
.privacy-wrap iframe {
    width: 100%;
    height: 200px;
}
.charger-issue input:checked {
    background: #000;
}
#issue-form-submit {
    width: 60%;
    padding: 15px 0;
    margin: 30px auto 0;
    color: #fff;
    font-size: 16px;
    background: #2a9cce;
}


/*푸터*/
#footer {
    width: 100%;
    height: 450px;
    background: #000;
}
#footer .inner {
    padding-top: 0;
}

@media screen and (max-width:1400px) and (min-width:768px){
.charger-issue .form-group.upload input{
width:52%;
}

.charger-issue .form-group.upload p {
text-indent: 100px;
}
}
@media screen and (max-width:767px) {
    main {
        padding-bottom: 0;
    }
    /*충전소 위치*/
    .map-area {
        width: 100%;
    }

.map-area fieldset {
    padding: 
10px;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
}
    .find-station .form-group {
        padding: 5px 0;
    }
    #spotname,

#spotname, .find-station .select-area {
    height: 20px;px;
    margin-left: 10px;
    border-radius: 
0.25rem;
    line-height: 20px;
    border: 
1px solid rgb(213, 213, 213);
    color: rgb(53, 53, 53);
    font-size: 12px;
}
    #map iframe {
        width: 100%;
        height: 50vh;
    }




.infowindow {
    width: 178px;
}
    /*고장신고*/
    .charger-issue form {
        width: 100%;
    }
    .charger-issue fieldset {
        padding: 20px;
        font-size: 14px;
    }
    .charger-issue .form-group input {
        width: 65%;
        font-size: 11px;
    }
    .charger-issue textarea {
        height: 10vh;
    }
    .charger-issue #issue-form-img {
        width: 31vw;
        font-size: 11px;
    }
    .charger-issue .form-group button {
        height: 30px;
        width: 69px;
    }
.charger-issue .form-group.upload input {
    width: 42%;
}
.form-group.upload label {   
    width: 60px;    
}
#map .info.spread {
    width: 54%;
}
.charger-issue .form-group.upload p {   
    font-size: 10px;
}
}



/*개인정보처리방침*/


#ctt h1{
    font-size: 40px;
    text-align: center;
}

#ctt_con p:first-child{

background-color: #e1e1e1;
}