
.tickerwrapper img,
.tickerwrapper2 img,
.tickerwrapper3 img {
    width: 100px;
    /* width: 100%; */
    /* width: auto; */
}

.tickerwrapper,
.tickerwrapper2,
.tickerwrapper3 {
    position: relative;
    /* top: 30px; */
    left: 0%;
    background: #fff;
    /* width: 300px; */
    /* width: auto; */
    width: 99.9%;
    height: 60px;
    margin-bottom: 70px;
    overflow: hidden;
}

.tickerwrapper {
    /* margin-right: 120px; */
}

.tickerwrapper span {
    font-size: 20px;
}

.tickerwrapper2 span {
    font-size: 20px;
}

ul.list {
    position: relative;
    display: inline-flex;
    list-style: none;
    padding: 0;
    /* margin: 0; */
    align-items: center;
}

ul.list.cloned {
    position: absolute;
    top: 0px;
    left: 0px;
}

ul.list li {
    float: left;
    padding-left: 120px;
}

ul.list li:first-child{
    /* padding-left: 0; */
}

#footer b{
    font-weight: normal;
    margin-right: 10px;
}

#footer .top{
    /* border-top: 5px solid var(--darkblue); */
}

#footer .tickerwrapper{
    border-bottom: 5px solid var(--darkblue);
    padding-bottom: 30px;
}

#footer .btn_box{
    display: flex;

}

#footer .btn_box .btn{
    padding: 15px 30px;
    color: #006abe;

    border-radius: 64px;
    background-color: #d1e3f4;
}

#footer .top{
    margin-top: 90px;
    border-bottom: 1px solid #e1e1e1;
}

#footer .bottom .right{
    color : #aaaaaa; 
    display: flex;
    align-self: flex-end;
}

#footer .bottom{
    padding: 30px 0 60px;
}

#footer .bottom .address{
    color: #333333;
}

#footer .bottom b{
    color : #aaaaaa;
}

#footer .bottom address b{

}

br.m_br{
    display: none;
}




/* mobile */
@media screen and (max-width: 767px) {
footer{
 padding: 13vw 0 !important;
}
 footer .ft {
  gap: 2vw;
  margin-bottom: 3.3vw;
 }

 footer ul.ft_nav li:not(:last-child)::after {
  right: -11px;
  margin-top: 1px;
 }

 footer .ft_info i {
  width: 6vw;
 }

 footer .ft_info span:nth-child(2) {
  width: 20vw;
 }

 footer .ft_info span:nth-child(3) {
  width: 65vw;
 }
 footer .ft_sns {
  width: 30%;
  margin-right: auto;
  justify-content: flex-start;
  gap: 0vw;
 }

 footer .ft_info_wrap2 {
  margin-top: 3vw;
  gap: 2vw;
 }

 footer .top_btn {
  width: 12vw;
  height: 12vw;
 }
    
    #footer .top{
        margin-top: 45px;
    }
    #footer .top>.flex{
        flex-direction: column;
        gap: 15px 0;
        padding-bottom: 15px;
    }
    #footer .top>.flex>img{
        width: 45%;
    }
    #footer .btn_box .btn{
        padding: 10px;
    }
    #footer .bottom{
        flex-direction: column;
        gap: 20px 0;
        padding: 20px 0 30px;
    }
    #footer .bottom .right{
        align-self: flex-start;
    }
    
    br.m_br{
        display: block;
    }
    
    ul.list li{
        padding-left: 80px;
    }










    /*수정css*/
    .tickerwrapper img,
    .tickerwrapper2 img,
    .tickerwrapper3 img {
        width:60px !important;
    }





}

/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {

 footer .ft_logo {
  width: 30%;
 }

 footer ul.ft_nav li:not(:last-child)::after {
  content: '|';
  position: absolute;
  right: -7px;
  color: #222222;
  font-size: 14px;
  margin-top: -1px;
  font-weight: lighter;
 }

 footer .ft_info i {
  width: 2.5vw;
  font-size: 2vw;
 }

 footer .ft_info span:nth-child(2) {
  white-space: nowrap;
  width: 6vw;
 }

 footer .ft_info span:nth-child(3) {
  font-size: 1.5vw;
 }

 footer .ft_sns {
  width: 16%;
 }
    
    #footer .btn_box .btn {
        padding: 10px 20px;
    }
        
    #footer .bottom{
        flex-direction: column;
        gap: 20px 0;
    }

    #footer .bottom .right{
        align-self: flex-start;
    }
}

/* tablet 가로 */
@media only screen and (min-width: 1024px) and (max-width: 1400px) and (orientation: landscape) {
    #footer .btn_box .btn {
        padding: 8px 21px;
        color: #006abe;
        border-radius: 64px;
        background-color: #d1e3f4;
    }

}