.rt_top {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: fixed;
    z-index: 999;
    bottom: 150px;
    right: 30px;
    text-align: center;
    line-height: 50px;
    background: #888;
    color: #fff;
    cursor: pointer;
    user-select: none;
}
.wrap {
    min-width: 1200px;
}

/* 헤더 부분 */
.header {
    width: 100%;
    height: 140px;
    border-bottom: 1px solid #ddd;
}
.top_header {
    width: 100%;
    height: 85px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.logo {
    width: 153px;
    height: 34px;
    background: url(../img/logo.png) no-repeat center / contain;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.logo > a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}
.top_header > ul{
    position: absolute;
    top: 0;
    right: 0;
    list-style: none;
}
.top_header li {
    float: left;
    padding-left: 20px;
    box-sizing: border-box;
}
.top_header li > a {
    text-decoration: none;
    color: gray;
    font-weight: 900;
    font-size: 13px;
    line-height: 85px;
}
.search {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 345px;
    height: 30px;
    border-bottom: 2px solid gray;
    padding: 5px;
    box-sizing: border-box;
}
.location_img {
    width: 18px;
    height: 18px;
    background: url(../img/location.png) no-repeat center / contain;
    float: left;
}
.search_input {
    width: 290px;
    border: none;
    outline: none;
    padding-left: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    font-weight: 900;
    /* font-size: 15px; */
    color: #000;
}
.bot_header {
    width: 100%;
    margin: 0 auto;
    height: 55px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    z-index: 9;
}

.bot_nav {
    width: 1200px;
    margin: 0 auto;
}
.bot_nav > ul { 
    overflow: hidden;
    list-style: none;
    /* text-align: center; */
}
.bot_nav li {
    float: left;
    line-height: 55px;
    padding: 0 120px 0 0;
    box-sizing: border-box;
}
.bot_nav li > a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #000;
    font-weight: 900;
}
.bot_nav li:last-child {
    float: right;
    padding: 0 0 0 0;
}
.bot_nav li > a:hover {
    color: gray;
}

/* 메뉴 하위메뉴 */
.bot_nav_pan {
    position: absolute;
    width: 100%;
    height: 0;
    left:0;
    top:141px;
    background: #fff;
    z-index: 9;
    overflow: hidden;
    box-sizing: border-box;
}
.bot_nav_sec {
    position: absolute;
    width: 1200px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.bot_nav_sec_box {
    width: 960px;
    margin: 0 auto;
}
.bot_nav_sec_sub {
    width: calc((100% - (1px * 4)) / 5  - 0.01px);
    height: 100%;
    float: left;
    box-sizing: border-box;
}
.bot_nav_sec_sub:last-child {
    border-left: 1px solid #ddd;
}
.bot_nav_sec_sub > ul {
    list-style: none;
}
.bot_nav_sec_sub li {
    height: 30px;
    cursor: pointer;
    padding: 0px 0 0px 30px;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 30px;
}
.bot_nav_sec_sub li:nth-child(1) {
    height: 60px;
    line-height: 60px;
    font-weight: 500;
    font-size: 17px;
}
.bot_nav_sec_sub li:nth-child(1):hover {
    background: none;
}
.bot_nav_sec_sub li:hover {
    background: #ddd;
}



/* 푸터 부분 */
.footer {
    width: 100%;
    height: 430px;
    border-top: 1px solid #ddd;
}
.footer_top {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    height: 330px;
    padding: 52px 0;
    box-sizing: border-box;
}
.footer_top_left {
    width: 100%;
    max-width: 1026px;
    height: 100%;
    float: left;
    position: relative;
}
.f_logo {
    width: 123px;
    height: 26px;
    background: url(../img/logo.png) no-repeat center / contain;
    float: left;
    margin-top: 5px;
}
.footer_top_left > h1 {
    font-size:30px;
    float: left;
    margin-left: 10px;
}
.footer_top_left > ul:nth-of-type(1) {
    margin-top: 50px;
    list-style: none;
}
.footer_top_left > ul:nth-of-type(1) a {
    text-decoration: none;
    color: #888;
    font-size: 16px;
    float: left;
    padding: 10px;
    font-weight: 600;
}
.footer_top_left > ul:nth-of-type(1) a:first-child {
    padding-left:0;
}
.footer_info {
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
    position: absolute;
    bottom: 0;
}
.footer_info li {
    font-size:12px;
    color:#888;
    margin: 5px 0;
    font-weight: 500;
}
.footer_info li:last-child {
    margin: 15px 0 0 0;
}
.footer_top_right {
    width: 174px;
    height: 100%;
    float: left;
    position: relative;
}
.footer_top_right > select {
    width: 100%;
    height: 19px;
    font-size: 15px;
    color: #888;
    /* padding: 0 25px 0 4px; */
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #888;
    outline: none;
}
.app_box {
    width: 100%;
    overflow: hidden;
    margin-top: 22px;
}
.app_box > p {
    font-size: 11px;
    float: left;
    padding: 0 14px 0 0;
    box-sizing: border-box;
    line-height: 26px;
}
.icon_box {
    width: 62px;
    float: right;
}
.icon_ios {
    width: 20px;
    height: 26px;
    background: url(../img/apple.png);
    float: left;
    cursor: pointer;
}
.icon_android {
    width: 20px;
    height: 26px;
    background: url(../img/google.png);
    float: right;
    cursor: pointer;
}
.sns_box {
    position: absolute;
    bottom: 0;
    text-align: center;
}
.sns_box li {
    display: inline-block;
    width: 20px;
    height: 26px;
    margin: 0 5px;
}
.sns_box li:nth-child(1) {
    background: url(../img/blog.png) no-repeat center / contain;
}
.sns_box li:nth-child(2) {
    background: url(../img/insta.png) no-repeat center / contain;
}
.sns_box li:nth-child(3) {
    background: url(../img/facebook.png) no-repeat center / contain;
}
.sns_box li:nth-child(4) {
    background: url(../img/youtube.png) no-repeat center / contain;
}
.sns_box li:nth-child(5) {
    background: url(../img/twitter.png) no-repeat center / contain;
}
.sns_box li > a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}

.footer_bot {
    width: 100%;
    height: 100px;
    padding: 30px 0;
    box-sizing: border-box;
    background: #f5f5f5;
}
.footer_bot > ul {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.footer_bot li {
    display: inline-block;
    font-size: 11px;
    color: #888;
}
.footer_bot li > img {
    vertical-align: middle;
}
.footer_bot li > p {
    vertical-align: middle;
    display: inline-block;
    line-height: 16px;
    padding-left: 10px;
}