﻿@charset "EUC-KR";

/* PC */
@media screen and (min-width: 1025px) {
}

/* tablet */
@media (min-width: 768px) and (max-width: 1024px) {

}
/* phone ~ 480px */
@media screen and (max-width: 480px) {
    /****************************************
    01. common style
    ****************************************/
}

/* phone ~ 767px */
@media screen and (max-width: 767px) {

    /* ----------------------------------------------------------------------------------
        Reset Css
    ---------------------------------------------------------------------------------- */
    .mobile-show {
        display: block !important;
    }
    #mobile_header .drawer-hamburger {
        display: block !important;
    }

    /* login, id/pw */
    #contents .section-idpw-find h3 {
        margin-top: 0 !important;
    }

    /* ---------------------------------------
        회원가입 : common
    --------------------------------------- */
    .not-allowed {
        margin: 50px 0;
        padding: 20px;
        text-align: center;
        border: 1px solid #eee;
        background-color: #fafafa;
    }

    /* ---------------------------------------
        회원가입 : Step
    --------------------------------------- */
    .join-step {
        margin: 0 0 40px;
        padding-bottom: 20px;
    }
    .join-step ul > li {
        float: left;
        width: 94px;
        height: 40px;
        line-height: 36px;
        margin: 0 0 10px;
        padding: 0 10px;
        font-size: 12px;
        border: 3px solid #dfdfdf;
    }
    .join-step ul > li.active {
        border: 2px solid #1578c4;
    }
    .join-step ul > li.arrow {
        float: left;
        width: 20px;
        height: 36px;
        line-height: 42px;
    }

    /* ---------------------------------------
        회원가입 : user_regist00.jsp
    --------------------------------------- */
    .user-regist00 .btn-area {
        margin: 10px auto;
    }
    .user-regist00 .select-area .inner {
        margin: 0 0 20px;
    }

    /* ---------------------------------------
        회원가입 : user_regist01.jsp
    --------------------------------------- */
    .user-regist01 .col1 {
        display: block;
        width: 250px;
        margin: 0 auto 20px;
    }
    .user-regist01 .col2 {
        display: block;
        width: 250px;
        margin: 0 auto 20px;
    }

    /* ----------------------------------------------------------------------------------
        My page Css
    ---------------------------------------------------------------------------------- */
    /*dash-head*/
    #mypage .dash-head {
        padding: 0 0 20px 0 !important;
        font-size: 15px !important;
    }
    #mypage .dash-head .my-picture {
        float: none !important;
        margin: 0 auto 20px !important;
    }
    #mypage .dash-head .my-info {
        float: none !important;
        width: 100% !important;
        padding: 0 !important;
    }
    #mypage .dash-head .my-info .name {
        margin: 0 auto 30px !important;
        text-align: center !important;
        font-size: 24px !important;
    }
    #mypage .dash-head .my-info .name span {
        padding-left: 5px !important;
        font-size: 15px !important;
    }
    #mypage .dash-head .my-info .label {
        display: inline-block;
        width: 100px;
        margin: 0 10px 0 0 !important;
        padding: 5px 10px !important;
        font-size: 14px !important;
    }
    #mypage .dash-head .my-info .data {
        margin-bottom: 15px !important;
    }
    #mypage .dash-head .my-info .data li {
        display: block !important;
        margin: 0 0 5px !important;
        font-size: 15px !important;
    }
    #mypage .dash-head .my-info .membership li {
        margin: 0 15px 0 0;
        line-height: 1.5;
        font-size: 15px;
    }
    #mypage .dash-head .my-info .membership li i {
        width: 20px;
        font-size: 18px;
    }

    /*dash-contents*/
    #mypage .dash-contents .member-info.first > div {
        min-height: unset !important;
    }
    #mypage .dash-contents .member-info.second > div {
        min-height: unset !important;
    }
    #mypage .dash-contents {
        padding: 30px 0 0 0 !important;
    }
    #mypage .dash-contents h4 {
        margin: 0 0 30px 0 !important;
        font-size: 21px !important;
    }
    #mypage .dash-contents .member-info > div {
        float: none !important;
        width: 100% !important;
        min-height: unset !important;
        margin: 0 0 50px 0 !important;
    }
    #mypage .dash-contents .member-info .empty {
        padding: 20px;
        font-size: 15px;
    }
    #mypage .dash-contents .member-info > div h5 {
        margin: 0 0 10px 0;
        font-size: 17px;
    }
    #mypage .dash-contents .member-info > div:nth-child(2n-1) {
        padding-right: 0 !important;
    }
    #mypage .dash-contents .member-info > div:nth-child(2n-1) .more {
        right: 0 !important;
    }
    #mypage .dash-contents .member-info > div:nth-child(2n) {
        padding-left: 0 !important;
    }
    #mypage .dash-contents .member-info > div:nth-child(2n) .more {
        right: 0 !important;
    }

    /*table*/
    .tb-user-basic {
        width: 100% !important;
        table-layout: initial !important;
        font-size: 13px !important;
    }
    .tb-user-basic th,
    .tb-user-basic td {
        padding: 10px 5px !important;
        line-height: 1.5 !important;
        font-size: 13px !important;
    }
    .tb-user-basic td {
        padding: 10px 5px !important;
        line-height: 1.5 !important;
        font-size: 13px !important;
    }

    /*member-picture*/
    .member-picture {
        text-align: center;
    }
    .member-picture li {
        display: inline-block !important;
        float: none !important;
        width: 100px !important;
        height: 100px !important;
        margin: 5px 2px 5px 3px !important;
    }
    .member-picture li img {
        width: 100px !important;
        height: 100px !important;
    }
    .member-picture li:first-child {
        margin-left: 0;
    }

    /* ----------------------------------------------------------------------------------
        Sub pages
    ---------------------------------------------------------------------------------- */

    /* 회원정보수정 */
    #old_aik_style .tTypeView td {
        font-size: 13px !important;
    }

    /* 행사사진 */
    #contents .photo-select-area {
        margin: 0 0 10px;
        padding: 20px;
        text-align: center;
        border: 5px solid #eee;
    }
    #contents .highslide-gallery {
        width: 100% !important;
        margin: 0 0 30px !important;
        text-align: center !important;
    }
    #contents a.highslide {
        display: inline-block !important;
        float: none !important;
        width: 144px !important;
        height: 144px !important;
        margin: 0 10px 10px !important;
    }
    #contents a.highslide:nth-child(10n-1) {
        margin-right: 10px !important;
    }
    #contents a.highslide img {
        width: 144px !important;
        height: 144px !important;
    }

}

/* phone ~ 320px */
@media screen and (max-width:400px) {

}

@media print {

}
