body{margin: 0;}
ul{margin: 0;padding: 0;list-style: none;}
a{text-decoration: none; color: inherit; outline: none;}
p{margin: 0;}
*{font-family: 'Do Hyeon', sans-serif;}
.wrap{
    width: 100%;
    font-size: 15px;
    line-height: 1.5;
    color: #1e1e1e;
    position: relative;
    min-width: 1120px;
}
/* ////////////헤더////////////// */
.header{
    width: 100%;
    overflow: hidden;
    background:  #1a775c;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    /* min-width: 1180px; */
    /* max-width: 1180px; */
}
.header_fixed{
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    box-shadow: 0px 0 20px #000;
    z-index: 9999;

    background:  #1a775c;
    color: #fff;
}
.logo{text-align: center;}
.logo_a {
    background: url(../img/page1/logoimg.png) no-repeat;
    background-position: 0 -39px;
    display: inline-block;
    width: 185px;
    height: 20px;
    text-indent: -9999px;
    margin: 32px 60px;
}
.logo_fixed { float: left;}
.h_ul_fixed{float: right;}
.h_ul{
    font-size: 18px;
    overflow: hidden;
    text-align: center;
}
.h_ul li{
    margin: 32px 30px;
    display: inline-block;
}
.h_ul li:last-child{margin-right: 60px;}

/* 메인 */
.main{
    width: 100%;
    /* max-width: 1200px;
    margin: 0 auto; */
    overflow: hidden;
}
.container{
    border-bottom: 1px solid #cbcbcb;
    padding: 14% 0 8%;
    margin-bottom: 9%;
}
.detail_area{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
/* 왼쪽 큰 이미지 */
.item_big_img {
    width: 50%;
    height: 700px;
    float: left;
    position: relative;
    /* background: green; */
}
.item_big_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.magnifier {
    width: 120px;
    height: 120px;
    border: 5px solid #fff; 
    border-radius: 50%;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);

    background-repeat: no-repeat;
    transform: scale(1.7);

    position: absolute;
    left: 0;
    top: 0;

    display: none;
    pointer-events: none;
}

/* 오른쪽 아이템 설명 */
.item_info_area {
    width: 40%;
    float: right;
    /* background: pink; */
    padding: 35px 5px;
    border-top: 2px solid #cccccc;
    border-bottom: 2px solid #cccccc;
    box-sizing: border-box;
    color: #6e6e6e;
}
.item_title {
    font-size: 16px;
    font-weight: 500;
}
.item_info_sec1 {
    width: 100%;
    padding: 20px 0;
}
.item_info_sec1 td.ii_title {
    width: 150px;
    padding: 5px 0;
}
.item_info_sec1 td.ii_desc {
    width: calc(100% - 150px - 0.01px);
    padding: 5px 0;
}
.item_info_sec1 select {
    width: 100%;
    padding: 5px 2px;
    margin-bottom: 5px;
    border: 1px solid #a9a9a9;
    outline: none;
}
.item_info_sec2 {
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #ddd;
}
.color_box {
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    padding: 3px;
    box-sizing: border-box;
    float: left;
    margin-right: 5px;
    cursor: pointer;
    /* text-indent: -9999px; */
}
.color_box > div {
    width: 22px;
    height: 22px;
    border: 1px solid #ddd;
    box-sizing: border-box;
}
.color_box .color_name { display: none;}
.cb_black { background: #ffc333;}
.opt_required {
    clear: both;
    font-size: 12px;
}

/* 하단 색 결정하는 옵션 */
.selected_opt {
    padding-bottom: 5px;
}
.opt_continer {
    border: 1px solid #cacaca;
}
.opt_box {
    width: 100%;
    /* border: 1px solid #cacaca; */
    /* table에서 보더가 겹쳐질때 collapse 사용. 대신 패딩 적용 안됨.  */
    border-collapse: collapse;

    /* border-spacing: 0;  */
}
.opt_box td {
    padding: 5px 8px;
}
.opt_name {
    width: 220px;
}
.opt_name > div:nth-child(2) {
    font-size: 12px;
    margin-top: 5px;
}

.opt_qty {
    width: 110px;
}
.btn_qty {
    width: 25px;
    height: 25px;
    float: left;
    outline: none;
    cursor: pointer;
    background: #fff;
    border: 1px solid #ddd;
}
.txt_qty {
    box-sizing: border-box;
    text-align: right;
    width: 35px;

    height: 25px;
    float: left;
    outline: none;
    cursor: pointer;
    background: #fff;
    border: 1px solid #ddd;
    border-right: none;
    border-left: none;
}
.btn_price_del {
    margin: 7px 5px;
    /* vertical-align: bottom; 
    margin-left: 5px*/
}
.opt_price {
    text-align: right;
    font-size: 12px;
}

/* TOTAL 가격 */
.total_price {
    overflow: hidden;
    padding: 30px 0;
}
.total_price_box {
    float: right;
}
#final_price {
    font-size: 36px;
    font-weight: 500;
}

/* 버튼 */
.btn_item {
    text-align: center;
    overflow: hidden;
}
.btn_item > div {
    cursor: pointer;
}
.btn_buy {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #222;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 4px;
}
.btn_addCart, .btn_wishlist {
    width: calc((100% - 4px) / 2);
    height: 40px;
    line-height: 40px;
    border: 1px solid #a6a6a6;
    box-sizing: border-box;
    float: left;
}
.btn_addCart { margin-right: 4px;}
.itm_exp{
    width: 100%;
    text-align: center;
    overflow: hidden;
}
.itm_exp img{
    display: inline-block;
}
/* ////////////푸터////////////// */
.footer{
    width: 100%;
    /* height: 400px; */
    overflow: hidden;
    background: #575757;
    /* min-width: 1180px; */
}
.w1400{
    width: 100%;
    max-width: 1180px;
    height: 100%;
    margin: 0 auto;
    padding-left: 30px;
    box-sizing: border-box;
}
.footer1{
    width: 65%;
    float: left;
    padding-top: 50px;
    color: #fff;
}
.footer1 a{
    font-size: 15px;
}
.footer1 a:nth-child(2){ margin: 0 10px;}
.footer2{
    width: 64%;
    float: left;
    padding: 50px 0;   
}
.footer2 p{
    font-size: 14px;
    color: #a2a2a2;
}
.footer3{
    /* width: 40%; */
    float: right;
    /* padding-left: 180px; */
    box-sizing: border-box;
}
.footer_logo{
    width: 185px;
    height: 20px;
    background: url(../img/page1/logoimg.png)no-repeat;
    background-position: 0 -38px;
    margin-bottom: 25px;
}
.footer_link a{
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 20px;
}
.footer_link a:nth-child(1){    
    background: url(../img/page1/snsicon.jpg) no-repeat;
    background-position: -388px -812px;
}
.footer_link a:nth-child(2){    
    background: url(../img/page1/snsicon.jpg) no-repeat;
    background-position: -306px -812px;
}
.footer_link a:nth-child(3){    
    background: url(../img/page1/snsicon.jpg) no-repeat;
    background-position: -347px -855px;
}