﻿@charset "utf-8";

/********************************************************
common
********************************************************/
html, body {
    padding: 0;
    margin: 0;
}

body, a, button, input, textarea {
    font-size: 15px;
    line-height: 1.4;
    font-family: 'malgun-gothic','-apple-system','Helvetica Neue','Roboto','Segoe UI',sans-serif;
}

body {
    background-color: #F7F7F7;
}

a, button {
    background: none;
    border: none;
}

*:focus {
    outline: none;
}

/* Sprites Image */
.btn-ico-back {
}

.blind {
    font-size: 0;
    width: 5px;
    height: 5px;
    position: absolute;
    left: -5px;
    top: -5px;
    overflow: hidden;
}

.btn-txt-default {
    font-size: 13px;
    color: #fff;
    line-height: 34px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    min-width: 60px;
    height: 34px;
    border-radius: 0;
    position: relative;
    background-color: #2B5B84;
}


/********************************************************
Header
********************************************************/
.bar-header {
    color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
    box-sizing: border-box;
    width: 100%;
    height: 45px;
    padding: 0 9px;
    border-bottom: 1px solid #ccc;
    background-color: #3E83BE;
}

    .bar-header .title {
        font-size: 15px;
        font-weight: 700;
        line-height: 1.3;
        display: block;
        overflow: hidden;
        margin: 13px 0 0 33px;
        vertical-align: top;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

/********************************************************
contents
********************************************************/
.bar-header + .contents {
    margin-top: 45px;
}

.contents {
}

/* Top Banner */
.bnr {
    position: relative;
    padding-top: 34.6%;
    background-image: url(../images/img/bg_main.jpg);
    background-size: cover;
}

    .bnr:before {
        content: ' ';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0,0,0,.25);
    }

.bnr-title-wrap {
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: -27px 0 0 0;
}

.bnr-title1, .bnr-title2 {
    display: block;
}

.bnr-title1 {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.2;
    padding-top: 3px;
}

.bnr-title2 {
    font-size: 25px;
    font-weight: 900;
    line-height: 1.2;
}

/* 앱정보 공통 */
.app-img {
    font-size: 0;
    line-height: 0;
    display: inline-block;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid #DFDFDF;
    border-radius: 21.6%;
    vertical-align: middle;
}

    .app-img img {
        width: 100%;
    }

/* Applist */
.list-app {
    padding-left: 0;
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
}

.app-item {
    font-size: 0;
    line-height: 0;
    white-space: nowrap;
    position: relative;
    padding: 12px 20px 12px 15px;
    border-top: 1px solid #D7D9DC;
    border-bottom: 1px solid #D7D9DC;
    background-color: #fff;
}

    .app-item:after {
        content: ' ';
        display: block;
        width: 100%;
        clear: both;
    }

    .app-item + .app-item {
        margin-top: -1px;
    }

.list-app .app-img {
    width: 56px;
    height: 56px;
}

.list-app .app-item-info {
    white-space: normal;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 80px;
    display: inline-block;
    box-sizing: border-box;
    max-width: calc(100% - 136px);
}

.list-app .app-anchor {
    font-size: 16px;
    line-height: 1.3;
    color: #000;
    font-weight: 600;
    text-decoration: none;
}

.list-app .app-ver {
    font-size: 13px;
    line-height: 1.3;
    color: #909090;
    margin-top: 2px;
}

.list-app .btn-txt-default {
    position: absolute;
    right: 160px;
    top: 50%;
    margin-top: -17px;
    cursor: pointer;
}

.list-app .btn-img-default {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -18px;
    cursor: pointer;
}

.list-app .hidden {
    display: none;
}

/* App Detail */
.app-base-info {
    font-size: 0;
    line-height: 0;
    white-space: nowrap;
    position: relative;
    padding: 15px 20px 15px 15px;
    background-color: #fff;
}

    .app-base-info:after {
        content: ' ';
        display: block;
        width: 100%;
        clear: both;
    }

    .app-base-info .app-img {
        width: 80px;
        height: 80px;
    }

    .app-base-info .app-item-info {
        white-space: normal;
        vertical-align: middle;
        margin-left: 15px;
        margin-right: 80px;
        display: inline-block;
        box-sizing: border-box;
        max-width: calc(100% - 140px);
    }

    .app-base-info .app-name {
        font-size: 16px;
        line-height: 1.3;
        color: #000;
        font-weight: 600;
        text-decoration: none;
    }

    .app-base-info .app-ver {
        font-size: 13px;
        line-height: 1.3;
        color: #909090;
        margin-top: 2px;
    }

    .app-base-info .btn-txt-default {
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -17px;
    }

.app-divider {
    font-size: 14px;
    color: #2e2c29;
    line-height: 30px;
    font-weight: 500;
    height: 30px;
    padding: 0 18px;
    border-top: 1px solid #cfcdcc;
    border-bottom: 1px solid #cfcdcc;
    background-color: #f5f5f5;
}

.app-detail {
    padding-bottom: 35px;
    background-color: #fff;
}

.app-description {
    font-size: 13px;
    color: #666;
    line-height: 1.4;
    padding: 22px 20px 20px;
}

.list-app-thumb {
    font-size: 0;
    line-height: 0;
    white-space: nowrap;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.app-thumb-item {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    margin-left: 10px;
}

    .app-thumb-item:first-child {
        margin-left: 0;
    }

    .app-thumb-item img {
        width: 100%;
    }
