*{ box-sizing: border-box;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
.w100{
    width: 100%;
}
.bg_icon{
    background: url(../img/sp_common.png) no-repeat 0 0;
}
header{
    display: flex;
    justify-content: space-between;
    padding: 30px;
    z-index: 9999;
}
.logo{
    width: 160px; height: 34px;
    display: block;
    text-indent: -9999px;
}
.search_wrap{
    width: 345px;
    border-bottom: 1px solid #111;
}
.arrow{
    width: 18px; height: 18px;
    background-position: -162px 0;
    display: inline-block;
}
.h_btn_wrap>ul{
    display: flex;
}
.h_btn_wrap>ul a{
    display: block;
    padding-right:  20px;
    font-size: 14p;
    color: #111;
    line-height: 40px;
}
nav{
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 9998;
}
nav>ul{
    display: flex;
    justify-content: space-between;
    z-index: 9997;
}
nav>ul a{
    font-size: 18px;
    color: #111;
    line-height: 54px;
    display: block;
}
nav>ul>li>a>span::after{
    display: block;
    content: '';
    box-sizing: border-box;
    border-bottom: 3px solid black;
    transform: scaleX(0);
    transition: transform 0.2s ease-in-out;
}
nav>ul>li>a:hover>span::after{
    transform: scaleX(1);
}
/*더보기탭ㅂㅂㅂㅂㅂㅂㅂㅂㅂㅂㅂㅂㅂㅂㅂㅂㅂㅂ*/
.btn_more{
    position: relative;
}
.more{  
    width: 100%;
    position: absolute;
    top: -400px;
    background-color: #fff;
    display: flex;
    border-top: 1px solid #ddd;
    padding: 29px 0 40px;
    transition: top 1s;
    z-index: 9996;
}
.active{
    top: 53px;
}
.active2{
    display: block; 
}
.activeNone{
    display: none;
}
.more_son{
    margin: 0 auto;
    width: 1200px;
    display: flex;
}
.more_son>div>a{
    display: inline-block;
    height: 35px;
    width: 231px;
    color: #555;
    padding: 5px 0;
    font-size: 15px;
}
.more1>a:first-child{
    color: #111;
    font-size: 17px;
}
.more2>a:first-child{
    color: #111;
    font-size: 17px;
}
.more3>a:first-child{
    color: #111;
    font-size: 17px;
}
.more4>a:first-child{
    color: #111;
    font-size: 17px;
}
.more3{
    padding-right: 100px;
}
.more4{
    height: 150px;
    border-left: 1px solid #ddd;
    padding: 22px 0 22px 70px;
}
/*더보기탭ㅂㅂㅂㅂㅂㅂㅂㅂㅂㅂㅂㅂㅂㅂㅂㅂㅂㅂ*/
/*header end*/







footer{
    border-top: 1px solid #ddd;
}
.f_wrap{
    display: flex;
    justify-content: space-between;
    padding: 52px 0;
}
.f_top{
    display: flex;
    align-items:baseline;
}
.f_top>h1{
    width: 125px; height: 27px;
    background-position: 0 -47px;
}
.f_top>p{
    font-size: 30px;
    padding-left: 13px;
}
.f_nav{
    display: flex;
    padding: 20px 0 30px;
}
.f_nav>li{
    padding-right: 20px;
}
.f_nav>li>a{
    color: #888;
}
.f_nav>li>.hard{
    color: #111;
    font-weight: 600;
}
address{
    padding-bottom: 12px;
}
address>p{
    font-size: 12px;
    color: #888;
}
.noti{
    font-size: 12px;
    color: #888;
    padding-bottom: 52px;
}
.f_right{
    display: flex;
    align-content: space-between;
    flex-direction: column;
}
.lag{
    width: 174px;height: 19px;
    border-bottom: 1px solid #888;
}
dl{
    font-size: 13px;
    display: flex;
    align-items: center;
    padding: 22px 0;
}
dd{
    width: 22px; height: 26px;
    margin-left: 10px;
}
.apple{
    background-position: -445px 0;
}
.google{
    background-position: -478px 0;
}
.sns{
    margin-top: 120px;
}
.sns>ul{
    display: flex;
    width: 100%;
    justify-content: space-between;
    opacity: .5;
}
.sns a{
    width: 25px; height: 22px;
    display: block;
}
.bd{
    background-position: -503px 0;
}
.is{
    background-position: -530px 0;
}
.fb{
    background-position: -556px 0;
}
.yb{
    background-position: -584px 0;
}
.tw{
    background-position: -617px 0;
}
.award{
    background-color: #f5f5f5;
    padding: 30px 0;
}
.award>ul{
    display: flex;
    justify-content: space-between;
}
.award>ul>li{
    display: flex;
}
.award>ul>li img{
    vertical-align: bottom;
}
.award>ul>li p{
    display: inline-block;
    font-size: 11px;
    color: #888;
    margin-left: 7px;
    letter-spacing: -1px;
    line-height: 18px;
}
.floating{
    position: fixed;
    right: 50px; top: 200px;
    animation-name: float;
    animation-iteration-count: infinite;
    animation-duration: 0.8s;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}
@keyframes float{
    0%{top: 200px;}
    100%{top: 180px;}
}
.floating>a{
    display: block;
}
.floating>div{
    position: absolute;
    top: 0; right: 0;
}
.floating>div>a{
    color: #000;
}