/*----------------------- 공통 -----------------------*/

body {
    background-color:#f9f9f9;
    font-family: 'Nanum Barun Gothic','나눔바른고딕','Malgun Gotic','맑은 고딕','dotum','돋움',sans-serif;
}
header{
    background-color: #2a2a2a;
    font-family:'Malgun Gotic','맑은 고딕','dotum','돋움', sans-serif;
    font-weight: 300;
    color:#eceaea;
    position:fixed;
    top:0px;
    left:0px;
    z-index:999;
    width:100%;
}

header .header_wrap {
    width: 1280px;
    margin: auto;
}
header nav {
    height:36px;
    border-bottom:1px solid #3b3b3b;
    font-size: 14px;
    letter-spacing: -0.01em;
    padding:0 40px;

}
header nav:after{
    content:"";
    display: block;
    height:36px;
}
header nav>h1{float:left;}
header nav>h1>a{
    display: block;
    line-height:36px;
}
header nav>h1>a>img{vertical-align: middle;}
header nav>.my_info{
    float:right;
    line-height:36px;
}
header .point{
    font-weight: 600;
    color:#fff;
}
header .point>span{
    color:#f3c36e;
    margin-right:4px;
}
header .my_info>span{margin-right:6px;}
header .my_info>span:last-child{margin-right:0;}
header .my_info>.point:after{display: none;}
header .my_info>span:after{
    /*content:"|";
    display: inline-block;*/
    margin-left:7px;
}

header .my_info>span#uGNB_lbl_user_company:after{
    content:"|";
    display: inline-block;
    margin-left:7px;
}

header .tit{position:relative;}
header .tit h2{
    width:100%;
    text-align: center;
    z-index:1;
    line-height: 69px;
    font-size:25px;
}
header .tit h2>a{width:211px;}
header .tit h2 img{
    vertical-align: middle;
    width:100%;
    height:auto;
}
header .tit .path{
    position:absolute;
    z-index: 2;
    color:#999;
    font-size:15px;
    float:left;
    top:50%;
    margin-top:-8px;
    margin-left: 40px;
}
header .tit .path a{vertical-align: middle;}
header .tit .path a:hover{
    color:#fff;
    text-decoration: underline;
}
footer{
    background-color:#fff;
    width:100%;
}
footer .footer_wrap{
    color:#555;
    margin:0 auto;
    line-height:32px;
    padding:20px 40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    background-color:#fff;
    width:100%;
    text-align: center;
}

div.wrap section:first-of-type {
    margin-top:158px;
}
footer .footer_wrap .QnA{
    /*width:100px;*/
    color:#b08170;
    margin-left:10px;
    /*border-bottom: 1px solid #b08170;*/
}

footer .footer_wrap p{line-height: 1.5;}
footer .footer_wrap a>span{margin-right:6px;}
footer .footer_wrap a>span>img{vertical-align: middle;}

footer .footer_wrap p.info {
    margin-bottom: 40px;
}
h3{
    font-size:22px;
    font-weight:500;
    margin-bottom:20px;
}
button{
    border:none;
    background:transparent;
    cursor: pointer;
}
button.btn_01{
    background-color:#e7a257;
    border-bottom: 3px solid #d2924d;
}
button.btn_02{
    background-color:#c4c9cc;
    border-bottom: 3px solid #afb9ba;
}
button.btn_01:hover{
    background-color:#d2924d;
}
button.btn_02:hover{
    background-color:#afb9ba;
}
.button_group{
    width:100%;
    text-align: right;
    margin-top:10px;
}
dl.detail dt{
    float: left;
    clear: both;
    line-height: 2;
    width:45%;
    text-align: left;
}

dl.detail dd{
    float:right;
    line-height: 2;
    width:55%;

}
.button_group>div>button{
    font-size:16px;
    color:#fff;
    padding:10px 14px 8px 14px; 
    min-width: 100px;
    margin-left:6px;
}
button.btn_03{
    color:#666;
    font-size:14px;
    border:1px solid #ededed;
    padding:10px 10px;
    border-radius: 4px;
    cursor: pointer;
}

button.btn_04{
    border: 1px solid #e5e5e5;
    border-radius:4px;
    padding:10px 16px;
    height:50px;
    font-size:16px;
    display: inline-block;
    background-color:#f5f7f9;
    vertical-align: middle;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    cursor: pointer;
}

a.btn_03{
    color:#666;
    font-size:14px;
    border:1px solid #ededed;
    padding:10px 10px;
    border-radius: 4px;
    cursor: pointer;
    display: block;
}
.inner{
    max-width:1200px;
    margin:60px auto;
    width:90%;
}
/*select,input[type="text"]{
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding:12px;
    height:50px;
    font-size: 18px;
    display: inline-block;
    background-color: #fff;
    vertical-align: middle;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}*/
select,input{
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding:12px;
    height:50px;
    font-size: 18px;
    display: inline-block;
    background-color: #fff;
    vertical-align: middle;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
select{
    appearance:none;
    -o-appearance:none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance:none;
    background:url(../../Images/ico_select.png)no-repeat 96% 50%;
    background-size:9px 8px;
}

.grey_box {
    background-color: #e2e2e2;
    border-radius:10px;
}
/*---------------------- 01_메인 키비주얼 ----------------------*/

.keyvisual{
    width:100%;
    height:246px;
    overflow: hidden;
    text-align: center;
    background:url('../../Images/keyvisual_241029.jpg')no-repeat;
    background-position:center;
    text-indent: -99999px;
    margin-top: 102px !important;
}

.point, .each_point {
    color:#e7a257;
}

.mag_info {
    text-align: center;
    line-height : 2;
    background: white;
    padding: 10px 0px;
}

/*----------------------- 01_매거진 리스트 -----------------------*/
#mag_list{
    width:100%;
}
#mag_list ul{
    width:1000px;
    margin:10px auto;
    clear:both;
    overflow: hidden;
}
#mag_list li{
    width:300px;
    border:1px solid #ddd;
    border-bottom:4px solid #ddd;
    float:left;
    margin-right: 50px;
    margin-bottom:30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
#mag_list li:nth-child(3n){
    margin-right:0;
}
#mag_list li>a{
    width:100%;
    cursor: pointer;
}
#mag_list .product_img{
    height:260px;
    overflow: hidden;
    position:relative;
}
#mag_list .product_img img{
    position:absolute;
    top:0;
    width:100%;
    height:auto;
    transition: transform 1s ease-in-out;
}
#mag_list li>a:hover button{
    bottom:0;
}
#mag_list li>a:hover img{
    transform:scale(1.08);
}
#mag_list .product_img button{
    width:100%;
    height:40px;
    position: absolute;
    bottom:-40px;
    background: rgba(0,0,0,0.4);
    color:#fff;
    font-size:16px;
    cursor: pointer;
    transition: bottom 0.3s ease-in;
    border: none;
}
#mag_list .product_info{
    background-color:#fff;
    padding:20px;
    height:140px;
    position:relative;
    font-size:18px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
#mag_list .product_info span{
    color:#e7a257;
    font-size:24px;
    font-weight:300;
    position:absolute;
    bottom:20px;
}
#mag_list .product_info span:after{
    content: "P";
    color: black;
    display: inline;
    margin-left:5px;
}
#mag_list .product_info p{
    line-height: 1.3;
}

#mag_list .dc_info {
    padding: 17px 0px;
    font-size: 20px;
}

.dc_price {
    display:inline;
    color: #c4c9cc;
    text-decoration: line-through;
}

.dc_percent {
    display:inline;
    color: #ea0000;
    margin-left: 10px;
}

/*----------------------- 02_주문목록 -----------------------*/
.table_01{
    background-color:#fff;
    border-top:2px solid #333;
    border-bottom:2px solid #e5e5e5;
    display:table;
    width:100%;
}
.table_01 .thead,.table_01 .tr{
    display: table-row;
}
.table_01 .thead>div>span{
    display: inline-block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.table_01 .thead>div>span:nth-child(1){
    width:68%;
}
.table_01 .thead>div>span:nth-child(2){
    width:28%;
}
.table_01 .thead>div{
    background-color:#f5f7f8;
    font-size:14px;
    text-align:center;
}
.table_01 .td{
    border-right:1px solid #ededed;
}
.table_01 .td:last-child{
    border-right:0;
}
.table_01 li>div:nth-child(1){
    width:10%;
    text-align: center;
}
.table_01 li>div:nth-child(2){
    width:50%;
    padding-left:20px;
}
.table_01 li>div:nth-child(3){
    width:20%;
    text-align: center;
}
.table_01 li>div{
    padding:15px 10px;
    display:table-cell;
    vertical-align: middle;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.table_01 .pd_name{
    width:70%;
    display:inline-block;
    font-weight:300;
    font-size:22px;
}
.table_01 .num{
    /*width:28%;*/
    text-align: center;
    /*display:inline-block;*/
    font-weight:300;
}
.table_01 li .num input{
    width:80px;
    margin:0 4px;
    text-align: center;
}
.table_01 .tr{
    min-height:140px;
}
.table_01 .tr>div{
    background-color: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    border-bottom:1px solid #ededed;
}
.table_01 .minus{
    background: url(../../images/btn_min.png)no-repeat;
    background-size: 100%;
    width:22px;
    height:22px;
    vertical-align: middle;
}
.table_01 .minus:hover{
    background: url(../../images/btn_min_pre.png)no-repeat;
    background-size: 100%;
    width:22px;
    height:22px;
}
.table_01 .plus{
    background: url(../../images/btn_plus.png)no-repeat;
    background-size: 100%;
    width:22px;
    height:22px;
    vertical-align: middle;
}
.table_01 .plus:hover{
    background: url(../../images/btn_plus_pre.png)no-repeat;
    background-size: 100%;
    width:22px;
    height:22px;
}
.table_01 .price{
    display: block;
    color: #e7a257;
    font-size:20px;
    font-weight: 300;
}
.table_01 .price:after{
    content: "P";
    /*color:#e7a257;*/
    color:black;
    margin-left:5px;
}
.table_01 .del_order{
    margin-top:8px;
}
.detail .point {
    color: #e7a257;
}
/*----------------------- 03_배송지입력 -----------------------*/
.table_02{
    background-color:#fff;
    border-top:2px solid #333;
    border-bottom:2px solid #e5e5e5;
    display:table;
    width:100%;
}
.table_02>.tr{
    display: table-row;
}
.table_02>.tr>.td, .table_02>.tr>label{
    display:table-cell;
    border-bottom:1px solid #e5e5e5;
}
.table_02>.tr>label{
    width:15%;
    text-align: center;
    padding:30px 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    background-color:#f5f7f8;
    color:#333333;
    font-size: 15px;
    display: table-cell;
    line-height: 1.4;
}
.table_02>.tr>.td{
    width:83%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    background-color: #fff;
    padding:30px 20px;
    display: table-cell;
    line-height: 1.4;
}
.table_02 #mail ~ span{
    display: inline-block;
    margin:0 4px;
}
/*.table_02 input[type="text"],.table_02 .phone_wrap{
    text-align: left;
    width:310px;
}*/
.table_02 input,.table_02 .phone_wrap{
    text-align: left;
    width:310px;
}
.table_02 select{
    margin:0;
    width:310px;
}
.table_02 .phone_wrap>select,.table_02 .phone_wrap>input{
    width:92px;
}
/*.table_02>.phone input[type="text"]:last-child{*/
.table_02>.phone input:last-child{
    margin-right: 0;
}
.table_02 .product>div>b{
    color:#e7a257;
    font-weight: 400;
}
.table_02 .odr_price:before{
    color:black;
    content:" - ";
    display: inline-block;
    margin:0 4px;
}
.table_02 .odr_price:after{
    /*color:#e7a257;*/
    color:black;
    content:" P ";
    display: inline-block;
    margin:0 4px;
}
/*.table_02 .del_add .td>input[type="text"]{*/
.table_02 .del_add .td>input{
    display: block;
    width:100%;
    margin-top:10px;
}
.table_02 .btn_code{
    margin-left:4px;
}
.btn_wrap{
    margin-bottom:90px;
    overflow: hidden;
}
.btn_wrap:after{
    content:"";
    display:block;
    height:0;
    width:100%;
}
.btn_wrap>p,.btn_wrap>.button_gruop{
    float: left;
}
.btn_wrap>p{
    font-size:16px;
    line-height:1.5;
    font-weight:400;
    color:#555;
    margin-top:10px;
    width:430px;
}
.btn_wrap>p>span{
    font-weight: 600;
}
.btn_wrap>p>span:before{
    content: "* *";
    color:#e7a257;
    margin-right: 6px;
    display: inline-block;
}
.btn_wrap>p>strong{
    font-weight:400;
    text-decoration: underline;
}
.btn_wrap>p>b{
    font-weight:600;
}
.odr_price {
    color:#e7a257;
}
/*----------------------- 04_주문구독내역 -----------------------*/
#history>ul>li{
    margin-bottom:10px;
}
#history>ul>li:last-child{
    margin-bottom:0;
}

#history .date{
    background-color:#333;
    padding:16px 20px;
    color:#ededed;
    font-size: 16px;
    font-weight:400;
    position:relative;
}#history .date>strong{
    position:absolute;
    right:20px;
    font-weight: 400;
    font-size: 16px;
    color:#ddd;
}
#history .date .cancel_order{
    float: right;
    clear: both;
    margin-top: -11px;
    margin-right: 80px;
    border: 1px solid #ddd;
    color: white;
    border-radius: 4px;
    background: #888;
    font-size: 14px;
    font-weight: 400;
    padding: 10px;
}
#history .date>span{
    color:#e7a257;
    margin-left:8px;
}
.ht_item{
    border-bottom:2px solid #e5e5e5;
    display: table;
    width:100%;
}
.ht_item>li{
    background-color:#fff;
    line-height:1.5;
    overflow: hidden;
    display: table-row;
}
.ht_item>li>span{
    display: table-cell;
    background-color:#f5f7f8;
    padding:20px;
    width:15%;
    text-align: center;
    font-weight: 300;
    font-size: 14px;
    border-bottom: 1px solid #e3e3e3;
}
.ht_item>li>p{
    display: table-cell;
    padding:20px;
    font-size: 14px;background-color:#fff;
    border-bottom: 1px solid #e3e3e3;
}
.ht_item>li .ordered_pd>b{
    color:#e7a257;
    font-weight: 400;
}
.ht_item>li .ordered_pd>b.each_point:before{
    content:"(";
    color:#333;
    display: inline;
}
.ht_item>li .ordered_pd>b.each_point:after{
    content:"부)";
    color:#333;
    display: inline;
}
.ht_item>li .ordered_pd>span.each_point:before{
    content:" - ";
    color:#333;
    display: inline;
}
.ht_item>li .ordered_pd>span.each_point:after{
    content:"P";
    /*color:#e7a257;*/
    color:black;
    display: inline-block;
    margin-left:4px;
}
.ht_item .del_address span{
    margin-right:15px;
    }
.ht_item .del_address button{
    padding:10px 10px 10px 14px;
    border:1px solid #ddd;
    color:#888;
    border-radius: 4px;
    font-size:14px;
}
.ht_item .del_address button>img{
    vertical-align: middle;
    margin-left: 5px;
}
.ord_stat{
    text-align: center;
    font-size: 26px;
    margin-bottom:0px;
    font-weight:400;
    color:#333;
}
.ord_stat>strong{
    font-size:30px;
    color:#e7a257;
}
.address_road {
        display: block;
        width: 500px;
        margin: 15px 0px;
}
.address_detail {
    width: 500px;
    }
/*----------------------- 05_로그아웃 -------------------*/
#alert_box.inner{
    margin:40px auto;
}
#alert_box>div{
    background: #fff;
    padding:60px;
    border:8px solid #ededed;
}
#alert_box p{
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    text-align: center;
    color:#888;
    
}
#alert_box p:nth-child(2){
    font-size: 26px;
    margin:20px 0 30px;
    color:#111;
}
#alert_box p>strong{
    font-weight:300;
    text-decoration: underline;
}
#alert_box p>b{
    font-weight:500;
}
#alert_box a{
    display: block;
    line-height: 1.3;
    font-size:18px;
    padding:20px 30px;
    width:150px;
    margin:0 auto;
    background-color: #c9b3b0;
    color:#fff;
    border-bottom:2px solid #bea4a0;
    overflow: hidden;
}
#alert_box a:hover{
    background-color: #bea4a0;
}
#alert_box a span{
    display: block;
    text-align:center;
    margin-top:2px;
}
#alert_box a img{
    height:45px;
    width:auto;
    margin-right:14px;
    display: block;
    float:left;
}

/*=======================================================*/
/*=========================1280px========================*/
/*=======================================================*/

@media screen and (max-width:1280px){
    header{padding:0 30px;}
    footer .footer_wrap{
    padding:20px 30px;
    }
}
/*=======================================================*/
/*=========================1024px========================*/
/*=======================================================*/

@media screen and (max-width:1024px){
    /*select, input[type="text"] {*/
    select, input {
        padding: 10px;
        height:45px;
        font-size: 16px;
    }
    .table_02>.tr>.td {
        padding:20px;
        font-size:14px;
        line-height: 1.4;
    }
    footer p {
        font-size:13px;
        text-align: center;
    }
    /*------01_매거진 리스트-------*/
    #mag_list>ul{
        width:960px;
        margin:40px auto;
    }
    #mag_list li{margin-right:30px;}
    #mag_list .product_img button{bottom:0;}
    /*-----------02_주문목록-----------*/
    .table_01 .thead>div{
        background-color:#f5f7f8;
        font-size:14px;
        text-align:center;
    }
    .table_01 li>div:nth-child(1){
        width:15%;
        text-align: center;
    }
    .table_01 li>div:nth-child(2){width:50%;}
    .table_01 li>div:nth-child(3){
        width:20%;
        text-align: center;
    }
    .table_01 li .num input{
        width:70px;
        font-size:16px;
        padding:10px;
    }
    .table_01 .price {font-size:21px;}
    .table_01 .pd_name{width:68%;font-size: 22px}
    .table_01 .num{width:30%;}
    /*---------------- 03_배송지입력 ---------------*/
    .btn_wrap {
    margin-bottom:60px;
    }
}

/*=======================================================*/
/*=========================800px========================*/
/*=======================================================*/

@media screen and (max-width:800px){
    /*-----------공통-----------*/
    header .tit h2 {font-size:20px;}
    .button_group>div>button{font-size:15px;}
    footer .footer_wrap{text-align: center;}
    footer .footer_wrap .QnA{
        display: block;
        margin:6px auto;
        text-align: center;
    }
    footer p{font-size:14px;}
    /*footer .footer_wrap .QnA {width:90px;}*/
    /*.button_group>div>button{font-size:14px;}*/
    button.btn_03 {padding:10px;}
    /*select,input[type="text"]{*/
    select,input{
    padding:6px;
    height:36px;
    font-size: 14px;
    }
    button.btn_04 {
    font-size:14px;
    padding:8px 12px;
    height:36px;
    }
    /*------01_매거진 리스트-------*/
    #mag_list>ul{width:630px;}
    #mag_list li:nth-child(1n+1){margin-right:0;}
    #mag_list li:nth-child(2n+1){margin-right:30px;}
    /*-----------02_주문목록-----------*/
    .table_01 .tr>div:nth-child(2) {
        font-size:15px;
        line-height: 1.3;
    }
    .price {font-size:20px;}
    .table_01 .thead>div>span:nth-child(2) {display: none;}
    .table_01 li>div:nth-child(2){width:40%;}
    .table_01 li>div:nth-child(3){width:28%;}
    /*.table_01 input[type="text"] {*/
    .table_01 input {
        padding:6px 10px;
        font-size:15px;
    }
    .table_01 .num{
        margin-top:10px;
        text-align:left;
        width:100%;
    }
    .table_01 li .num input{width:70px;}
    .table_01 .pd_name{width:100%;}
    /*---------- 03_배송지입력 -----------*/
    .table_02>.tr>label {
        width:20%;
        padding:20px 10px;
    }
    .table_02>.tr>.td {
        font-size: 14px;
        padding:15px;
    }
    .table_02 .mail_com {
        height:36px;
        margin-top:10px;
        display: block;
    }
    .table_02 #mail ~ span {
        margin: 0 2px;
        font-size:14px;
    }
    /*.table_02 input[type="text"], .table_02 .phone_wrap {*/
    .table_02 input, .table_02 .phone_wrap {
        width:220px
    }
    .table_02 select{
        width:220px;
    } 
    .table_02 .phone_wrap>select, .table_02 .phone_wrap>input {
        width:63.4px;
    }
    .btn_wrap>p {
        font-size: 12px;
        margin:10px 0;
    }
    
/*--------------- 04_주문구독내역 -------------*/    
    .ord_stat{
        font-size: 25px;
    }
    .ord_stat>strong{
        font-size:28px;
    }
    .ht_item>li>span{
        width:20%;
    }
    .ht_item .del_address span{
        margin-right:12px;
    }
    .ht_item .del_address button{
        padding:7px 7px 7px 11px;
        font-size:13px;
    }
   
    /*--------------- 05_로그아웃 -------------*/ 
    #logout>div {
        border:6px solid #ededed;
    }    
    #logout p:nth-child(2) {
    font-size: 24px;
    margin:18px 0 25px;
    }
    #logout p {
    font-size:19px;
    }
    #logout a {
    font-size: 17px;
    padding:16px 20px;
    width: 145px;
    }
    #logout a img {
    height: 42px;
    width: auto;
    margin-right: 12px;
    }
}        

/*=======================================================*/
/*=========================480px========================*/
/*=======================================================*/

@media screen and (max-width:480px){
    /*---------공통-------*/
    header {padding:0 15px;}
    header nav {
        height:auto;
        overflow: hidden;
        padding:15px 0;
    }
    header nav>h1 {
        clear:both;
        width:100%;
        margin-bottom:5px;
    }
    header nav>h1>a{line-height:14px;}
    header nav>.my_info{
        clear:both;
        width:100%;
        display:block;
        line-height: 20px;
        font-size:13px;
    }
    header .tit {padding:16px 16px 12px;}
    header .tit .path {
        position:relative;
        float:none;
        text-align:center;
        margin-top:8px; 
        font-size:14px;
    }
    header .tit h2 {
        line-height:20px;
        font-size:18px;    
    }
    header .tit h2>a{width:180px;}
    .inner {margin:40px auto;}
    h3 {
        font-size:18px;
        margin-bottom:14px;
    }
    .button_group {
        text-align:center;
        margin-top:20px;
    }

    
    /*select, input[type="text"] {*/
    select, input {
        padding:8px;
        height:34px;
        font-size:14px;
    }
    select{
    background:url(../../images/ico_select.png)no-repeat 94% 50%;
    background-size:7px 6px;
    }   
    button.btn_03 {padding:7px;} 
    footer p {
    font-size:13px;} 
    
    /*------01_키비주얼-------*/
    .keyvisual {
        background: url(../../images/keyvisual_480.jpg)no-repeat;
        background-position:center;
    }
    /*------01_매거진 리스트-------*/
    #mag_list>ul{
        width:300px;
        margin:50px auto;
    }
    #mag_list li{margin-right:0;}
    /*-----------02_주문목록-----------*/
    .table_01 .thead>div {
        font-size:13px;
        padding:10px;
    }
    .table_01 .minus,.table_01 .plus {
        width:20px;
        height:20px;
    }
    .table_01 .minus:hover,.table_01 .plus:hover {
        width:20px;
        height:20px;
    }
    .table_01 .price {font-size:16px;}
    .table_01 li>div img{
        width:56px;
        height: auto;
    }
    .table_01 li>div:nth-child(2) {padding:10px;}
    .table_01 li .num input {
        width:50px;
        font-size:14px;
        padding:7px;
    }
    .table_01 .pd_name {font-size:14px;}
    /*---------- 03_배송지입력 -----------*/
    .table_02>.tr>label{
        width:25%;
        font-size:14px;
    }
    .table_02 .del_add>.td>div>input{
        width:120px;
    }
    .table_02 .mail_com, .table_02 #mail{
        width:190px
    }
    .btn_wrap>p {
        display: block;
        width:100%;
        line-height: 1.3;
    }
    .table_02>.tr>.td {
        font-size: 13px;
    }
    .btn_wrap {
    margin-bottom: 30px;
    }
    /*--------------- 04_주문구독내역 -------------*/    
    .ord_stat{
        font-size:22px;
    }
    .ord_stat>strong{
        font-size:24px;
    }
    #history .date {
    padding:12px 16px;
    font-size: 12px;
    }
    .ht_item>li>span {
    padding:15px;
    width: 15%;
    font-size:13px;
    }
    .ht_item>li>p {
    padding:16px;
    font-size: 13px;
    width:45%;
    }
    .ht_item .del_address button{
    padding:5px 5px 5px 8px;
    font-size:12px;
    }
    /*--------------- 05_로그아웃 -------------*/    
    #logout.inner{
    margin:20px auto;
    }
    #logout>div {
    padding:35px 30px;
    }
    #logout p {
    font-size:16px;
    }
    #logout p:nth-child(2) {
    font-size:18px;
    margin:15px 0 25px;
    letter-spacing: -0.1px;
    }
    #logout a {
    display: block;
    line-height: 1.3;
    font-size:15px;
    padding:15px 20px;
    width:136px;
    }
    #logout a img {
    height:38px;
    margin-right: 12px;
    }
}
/*=======================================================*/
/*=========================360px========================*/
/*=======================================================*/

@media screen and (max-width:360px){
    /*---------공통-------*/
    header .tit {padding:14px 14px 10px}
    header .tit h2 {
        font-size:17px;
        font-weight:400;
    }
    header .tit h2>a {width:160px;}
    header .tit .path {
        font-size:13px;
        margin-top:6px;
    }
    header nav>.my_info {font-size: 12px;}
    footer p{font-size:12px;}
    /*footer .footer_wrap .QnA {width:80px;}*/
    h3 {
        font-size:16px;
        margin-bottom:12px;
    }
    .inner {margin:30px auto;}
    button.btn_04 {
    font-size:12px;
    padding:7px 10px;
    }
    footer p {
    font-size:12px;}
    /*------01_키비주얼-------*/
    .keyvisual {
        background: url(../../images/keyvisual_360.jpg)no-repeat;
        background-position:center;
    }
    /*------01_매거진 리스트-------*/
    #mag_list>ul {margin:34px auto;}
    #mag_list .product_img {height:230px;}
    #mag_list .product_info {height: 120px;}
    #mag_list ul {
        width:280px;
        margin:40px auto;    
    }
    #mag_list li {
        width:280px;
        margin-bottom:20px;
    }
    /*-----------02_주문목록-----------*/
    .table_01 li>div {padding:14px 8px;}
    .table_01 li>div:nth-child(2) {padding:14px 8px;}
    .table_01 .thead>div {font-size:12px;}
    /*.table_01 input[type="text"] {*/
    .table_01 input {
        padding: 5px 8px;
        font-size: 13px;
        width:40%;    
    }
    .table_01 .price {font-size: 15px;}
    .table_01 button.del_order {
        font-size: 12px;
        margin-top:6px;
        padding:7px 6px;
    }
    .table_01 .num{margin-top:6px;}
    .table_01 li .num input {
        width:44px;
        font-size: 12px;
        padding:4px;
        height:30px;
        margin:0 3px;
    }
    .table_02>.tr>label {
        padding:12px;
        font-size:12px;
        width:27%;
    }
    .table_02>.tr>.td {
        width:71%;
    }
    /*.table_02 input[type="text"], .table_02 .phone_wrap {width: 210px;}*/
    .table_02 input, .table_02 .phone_wrap {width: 210px;}
    .table_02 .phone_wrap>select, .table_02 .phone_wrap>input {
        width:60px;
        padding:6px;
    }
    .table_02 .mail_com, .table_02 #mail {
    width: 180px;
    }
    .table_02>.product>.td{
        font-size:13px;
        line-height: 1.4;
    }
    .table_02 .del_add>.td>div>input {
    width: 130px;
    }
    .btn_wrap>p {
        font-size:11px;
        letter-spacing:-0.2px;
        line-height: 1.5;
    }
    /*--------------- 04_주문구독내역 -------------*/ 
    .ht_item>li>span {
    padding:13px;
    width:20%;
    font-size:12px;
    }
    .ord_stat {
    font-size: 20px;
    }
    /*--------------- 05_로그아웃 -------------*/    
    #logout p {
    font-size:15px;
    }
    #logout p:nth-child(2) {
    font-size: 17px;
    margin: 15px 0;
    }
    #logout a{
    font-size:14px;
    width:120px;
    }
    #logout a img {
    height:35px;
    }
}
/*=======================================================*/
/*=========================320px========================*/
/*=======================================================*/

@media screen and (max-width:320px){
    /*---------공통-------*/
    header .tit h2>a {width:140px;}
    /*input[type="text"] {font-size:12px;}*/
    input {font-size:12px;}
    header .tit .path {margin-top:4px;}
    .button_group>div>button {
    font-size:13px;
    padding:8px 12px 6px 12px;
    min-width:80px;
    }
    header .tit h2 {
        font-size: 15px;
    }
    /*------01_키비주얼-------*/
    .keyvisual {
        background: url(../../images/keyvisual_320.jpg)no-repeat;
        background-position:center;
        height: 280px;
    }
    /*------01_매거진 리스트-------*/
    #mag_list ul {margin:20px auto;}
    /*-----------02_주문목록-----------*/
    .table_01 .pd_name {font-size: 13px;}
    .table_01 li>div {padding: 12px 6px;}
    .table_01 li .num input {
        width: 40px;
        font-size: 12px;
        margin: 0 2px;
    }
    .table_02>.tr>label {
        padding:10px;
        width:24%;
    }
    .table_02>.tr>.td {
        width:74%;
        padding:12px;
    }
    /*.table_02 input[type="text"], .table_02 .phone_wrap {*/
    .table_02 input, .table_02 .phone_wrap {
    width:190px;
    }
    .table_02 .phone_wrap>select, .table_02 .phone_wrap>input {
    width:53px;
    padding:5px;
    font-size:12px;
    }
    .table_02 .mail_com, .table_02 #mail {
    width: 160px;
    }
    .table_02 .del_add>.td>div>input {
    width: 110px;
    }
    /*.table_02 .del_add .td>input[type="text"] {*/
    .table_02 .del_add .td>input {
    margin-top:7px;}
    button.btn_04 {
    font-size: 12px;
    padding:6px 8px;
    }
    /*--------------- 05_로그아웃 -------------*/    
    #logout p {
    font-size:14px;
    }
    #logout p:nth-child(2) {
    font-size: 15px;
    }
    #logout a{
    font-size:13px;
    }
    #logout a img {
    height:32px;
    }
}






