@charset "utf-8";/*
@font-face {
    font-family: "MalgunGothic";
    src: url("../fonts/MalgunGothicRegular.eot");
    src: url("../fonts/MalgunGothicRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/MalgunGothicRegular.woff") format("woff"), url("../fonts/MalgunGothicRegular.ttf") format("truetype"), url("../fonts/MalgunGothicRegular.svg#MalgunGothic") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "MalgunGothicBold";
    src: url("../fonts/MalgunGothicBold.eot");
    src: url("../fonts/MalgunGothicBold.eot?#iefix") format("embedded-opentype"), url("../fonts/MalgunGothicBold.woff") format("woff"), url("../fonts/MalgunGothicBold.ttf") format("truetype"), url("../fonts/MalgunGothicBold.svg#MalgunGothicBold") format("svg");
    font-weight: normal;
    font-style: normal;
}*/
body {
   
}
strong,
.ko-text {
    
}
.upper-clear {
    text-transform: none;
}
.main-color {
    color: #285F41;
}
.link {
    text-decoration: underline;
}
/* ----------------
 header 
---------------- */

/*upgrade-notice*/

.ko-header-notice {
    z-index: 1000;
    position: fixed;
    width: 100%;
    border-bottom: 1px solid #dedede;
}
.ko-header-notice .close {
    position: absolute;
    top: 35%;
    right: 2%;
}
.ko-header-notice .close img {
    width: 14px;
    height: 14px;
}
.ko-header-notice .upgrade-browser {
    width: 100%;
    padding: 2em 0;
    text-align: center;
    vertical-align: middle;
    background-color: #fff;
}
.ko-header-notice .upgrade-browser .msg {
    line-height: inherit;
}
.ko-header-notice .upgrade-browser .msg strong {
    color: #d70032;
    line-height: inherit;
}
/* main bottom notice */

.ko-notice {
    z-index: 210;
    position: fixed;
    width: 100%;
    bottom: 0;
    border-top: 2px solid #eee;
    font-size: 18px;
    font-family: "LacosteSans", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", "AppleGothic";
    text-align: center;
    text-transform: none;
    vertical-algin: middle;
    color: #fff;
    background-color: #285f41;
    opacity: 0.9;
    color: #fff;
}
.ko-notice .message {
    position: relative;
    padding: 10px 0;
}
.ko-notice strong {
    margin-right: 50px;
    font-size: 25px;
}
.ko-notice .ko-term {
    position: relative;
    top: -2px;
    margin-right: 20px;
}
.ko-notice .ko-button {
    padding: 7px 20px;
    border: 1px solid white;
    text-decoration: none;
    color: #fff;
    background-color: #688E79;
}
.ko-notice button {
/*    
    height: 9px;
    width: 9px;
*/
	/*JH 20150706 close touch size up*/    
    height: 25px;
    width: 25px;
    background-image: url('../img/ico-s9be550767c.png');
    background-position: 0 -3637px;
    background-repeat: no-repeat;
    font-size: 9px;
    margin: auto;
    padding: 0;
    position: absolute;
    top: 12px;
    right: 5px;
    border: 0;
    background-color: transparent;
}
.ko-notice p,
.ko-notice button {
    /*display: inline;*/
}
.beautifull-winter {
    background-color: #400505;
    border-top-width: 0;
}
.beautifull-winter .ko-button {
    background-color: #6e4141;
}
/*jong 20141128*/

.underbanner_holiday14 {
    background: #3ab0ae;
    /*background: rgba(0, 166, 160,0.8);*/
    border-top-width: 0;
}
.underbanner_holiday14 .ko-button {
    background-color: #A25150; 
}
/* main bottom notice */
@media screen and (max-width: 767px) {    
    .ko-notice button {
        right: 4px;
        top: 3px;
    }
    .ko-notice {
        font-size: 12px;
    }
    .ko-notice strong {
        margin-right: 10px;
        font-size: 14px;
    }
    .ko-notice .ko-term {
        position: relative;
        top: 0px;
        margin-right: 10px;
    }
    .ko-notice .ko-button {
        padding: 2px 10px;
        position: relative;
        top: 3px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
    .ko-notice button {
        right: 4px;
        top: 3px;
    }
    .ko-notice {
        font-size: smaller;
    }
}
/* end of main bottom notice */

/* my account - my profile */
.vertial-top {
    vertical-align: top;
}
.alternative {
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    left: -10000px;
}
.form label {
    font-family: "LacosteSansBold", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", "AppleGothic";
}
.form .form-item-card input[type="text"],
.form .form-item-card input[type="password"],
.form .form-item-card select {
    display: table-cell;
}
.form .form-item-card select {
    min-width: 70px;
    height: 36px;
}
.form .form-item-card .wrapper {
    vertical-align: top;
}
.form .form-item-card .wrapper span {
    line-height: 36px;
    display: inline-block;
    padding-right: 5px;
}
.bg-privileges .link {
    font-size: 15px;
}

/* My Account coupon */
.main.col-coupon {
    background: url(../img/pic-coupon.png) no-repeat right bottom #f5f5f5;
}
.main.col-point {
    background: url(../img/pic-point.png) no-repeat right bottom #f5f5f5;
}
.list {
    padding: 0 0 0 15px;
    line-height: 1.6em;
    text-transform: none;
}
.no-bullet ul {
    padding: 0;
}
.no-bullet li {
    display: block;
}
.no-bullet label {
    font-size: 12px;
    margin-top: 0;
    line-height: 1.6;
}
.form .form-item-half .btn.btn-post {
    /* background: #b1b1b1; 20150408 KB */
    white-space: nowrap;
    min-width: 90px;
    padding: 7px 10px;
}
.page-title.ko-text {
    font-size: 22px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 30px;
}
.ko-card-desc ul {
    display: none;
    width: 100%;
    opacity: 1;
    padding: 0;
    margin: 15px 0 0 0;
}
.ko-card-desc ul.active {
    display: table;
}
.ko-card-desc ul.card-choosen {
    opacity: 1;
}
.ko-card-desc li {
    display: table-cell;
    font-size: 12px;
    vertical-align: middle;
}
.ko-card-desc li.change-payment-method {
    display: none;
}
.ko-card-desc li.change-payment-method.active {
    display: table-cell;
}
.ko-card-desc li div {
    float: left;
}
.ko-card-desc li div:first-child {
    margin-right: 45px;
}
.ko-card-desc .ko-card-desc-val input[type="text"] {
    width: 46px;
    border: 1px solid #285f41;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    outline: none;
    font-family: 'LacosteSans';
    padding: 9px 0;
}
.ko-card-desc input[type="radio"] {
    margin-right: 10px;
    top: 2px;
    position: relative;
}
.ko-card-desc label {
    /* float: right; sim */
}
.ko-card-desc .ko-card-desc-val {
    min-width: 146px;
    text-align: left;
}
.ko-card-desc .btn {
    margin-top: 20px;
    margin-bottom: 20px;
    display: none;
}
.ko-card-desc .btn.active {
    display: block;
}
/* Search result list */
.all-results .ko-arrows {
    width: 25%;
    display: inline;
}
.all-results #ko-sortby div {} .all-results #ko-sortby {
    text-decoration: none;
    color: #454545;
    font-size: 15px;
    font-family: "LacosteSansBold", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", "AppleGothic";
    padding: 0;
}
.all-results #ko-sortby:active {
    color: #ffffff;
    background: #285f41;
}
.all-results #ko-sortby .ko-arrow {
    background: #ededed;
    padding: 1.7em;
    margin: 0 0.5em 0 0;
}
.all-results #ko-sortby .ko-arrow-l {
    border-right: 1px solid #ededed;
    padding: 2.2em 0;
    margin: 0 0.5em 0 0em;
}
.all-results #ko-sortby .ko-arrow-d {
    border-right: 1px solid #ededed;
    padding: 2.2em 0;
}
.all-results #ko-sortby .ko-arrow-active {
    background: #285f41;
    border: none;
    padding: 1.7em;
    margin: 0 0.5em 0 0;
}
.all-results .ko-filter-bar {
    display: table;
    width: 100%;
}
.all-results .ko-filter-bar .active {
    display: block;
}
.all-results .ko-filter-bar .ko-filter-left {
    width: 100%;
    display: table-cell;
    border-left: 1px solid #ededed;
}
.all-results .ko-filter-bar .ko-filter-right {
    width: 80%;
    text-align: right;
    display: table-cell;
}
.all-results .ko-global-step {
    display: table;
    width: 100%;
}
.all-results .ko-sub-menu-result {
    width: 100%;
    display: none;
}
.all-results .ko-sub-menu-result form label {
    display: block;
    margin: 0.5em 0;
}
.all-results .ko-step {
    float: left;
    width: 25%;
    padding: 0 4em;
    height: 120px;
    border-right: 1px solid #ededed;
}
.all-results .ko-step .ko-inner-step {
    margin-top: 20px;
}
.all-results .ko-step .ko-inner-step .ko-find-fit {
    display: block;
    color: #454545;
    margin: 1em 0;
    text-transform: lowercase;
    text-decoration: underline;
}
/* sign in */

.ko-signin .ko-list {
    padding: 0 0 0 7%;
}
.ko-signin .ko-list li {
    margin-top: 1em;
}
.ko-signin .ko-list li a {
  border-bottom: 1px solid #285f41;
  text-decoration: none;
}
/* sim 레이어-휴대푠 인증, 마이쿠폰(결제) */
.mypage_box_line .layer-form,
.mypage_layer_box .layer-form {
    max-width: 507px;
}
.mypage_layer_box .layer-form .layer-form-item .list {
    padding-left: none;
}
.mypage_layer_box .layer-form .layer-form-item input[type="text"],
.mypage_layer_box .layer-form .layer-form-item input[type="password"],
.mypage_layer_box .layer-form .layer-form-item select,
.mypage_layer_box .layer-form .layer-form-item textarea {
    width: 100%;
    padding: 10px;
    cursor: auto;
    border: 1px solid #ededed;
}
.mypage_layer_box .layer-form .layer-form-item {
    margin-bottom: 30px;
}
.mypage_layer_box .layer-form .layer-form-item.last-child {
    margin-bottom: 0px;
}
.mypage_layer_box .layer-form .layer-form-item label,
.mypage_layer_box .layer-form .layer-form-item-half label {
    display: inline-block;
    margin-bottom: 10px;
    line-height: 1.7;
    font-weight: bold;
    color: #454545;
}
.mypage_layer_box .layer-form .layer-form-item input[type="radio"] {
    vertical-align: middle;
}
.mypage_layer_box .layer-form.mobile-agree .layer-form-item input[type="text"] {
    width: 31%;
    padding: 10px 0;
    text-align: center;
}
.mypage_layer_box .layer-form .layer-form-item-half {
    display: inline-block;
    width: 49%;
}
/* layer pop - instock email alert */
.mypage_box_line,
.email_notification {
    display: none;
    position: absolute;
    min-width: 320px;
    background-color: #fff;
}
.email_notification {
    max-width: 507px;
}
.mypage_layer_box {
    padding: 50px;
    border: 1px solid #f5f5f5;
    background-color: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.mypage_layer_box input[type="text"] {
    padding: 10px;
    border: 1px solid #ededed;
    line-height: 1.0em;
}
.img_btn_close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 150;
}
.mypage_layer_box .pop_box {
    /*id check, zipcode*/
    min-width: 380px;
    margin-bottom: 10px;
    padding: 10px 15px;
    border: 1px solid #E5E5E5;
    line-height: 16px;
}
.mypage_layer_box .pop_box label {
    display: inline-block;
    margin-bottom: 10px;
}
.mypage_layer_box .pop_box input {
    display: inline-block;
}
.mypage_layer_box .ip01 {
    width: 156px;
}
.mypage_layer_box .btn {
    display: inline-block;
    min-width: 90px;
    padding: 11px;
    white-space: nowrap;
    line-height: 1em;
    vertical-align: middle;
}
.post_search_scrollbox {
    overflow-y: auto;
    height: 110px;
    padding: 0px 15px;
    border: 1px solid #E5E5E5;
    background-color: #FFF
}
.post_search_scrollbox ul {
    list-style: none;
    padding: 0;
}
.post_search_scrollbox ul li:first-child {
    padding-top: 0px;
}
/* layer pop - product size */
.mypage_layer_box table {
    width: 100%;
}
.mypage_layer_box table .text-left {
    text-align: left;
}
.mypage_layer_box table tr th,
.mypage_layer_box table tr td {
    padding: 1em;
    border: 1px solid #efefef;
}
.mypage_layer_box table tr th {
    width: auto;
    white-space: nowrap;
    text-align: center;
}
.mypage_layer_box table tr td {
    text-align: center;
}
.mypage_layer_box .notice {
    margin-top: 0.5em;
    line-height: 1.4em;
}
.mypage_layer_box .product_color ul li {
    display: inline-block;
    list-style: none;
}
.mypage_layer_box .product_color ul li img {
    border-radius: 12px;
}
.product_color ul {
    padding-left: 0;
}
/* layer pop - product details */
.ko-detail-list {
    padding-left: 15px;
}
.ko-detail-laundry-list {
    display: inline-flex;
    padding-left: 0;
    list-style: none;
}
div.pdp_moredetails_text ul.ko-detail-laundry-list {
    display: inline;
}
div.pdp_moredetails_text ul.ko-detail-laundry-list li {
    display: inline-block;
}
.mypage_layer_box .layer-form.email-alert .layer-form-item input[type="text"] {
    padding: 10px 0;
    text-align: center;
}
.mypage_layer_box .layer-form.mobile-agree .layer-form-item select {
    width: 31%;
    padding: 10px 0;
    text-align: center;
}
.mypage_layer_box .layer-form .layer-form-item-half input[type="text"],
.mypage_layer_box .layer-form .layer-form-item-half .btn {
    width: 100%;
}
/* layer pop - instock email alert */
.mypage_layer_box .layer-form.email-alert .size ul {
    padding-left: 0;
}
.mypage_layer_box .layer-form.email-alert .size ul a {
    color: inherit;
}
.mypage_layer_box .layer-form.email-alert .size ul li {
    display: inline-block;
}
.size_guide_line {
    position: relative;
    min-width: 300px;
    background-color: #fff;
}
.size_guide_box {
    padding: 50px;
    border: 1px solid #f5f5f5;
}
.size_guide_box .tit {
    color: #454545;
    font-size: 25px;
    font-family: "LacosteSansBold", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", "AppleGothic";
}
.size_guide_box .size_guide_tabmenu ul {
    padding: 0 0 0 40px;
}
.size_guide_box .size_guide_tabmenu ul li {
    display: inline-block;
}
.size_guide_box .size_guide_tabmenu ul li a {
    color: inherit;
}
.size_guide_box .s_guide img {
    max-width: 100%;
}
.size_guide_table_box {
    overflow-x: auto;
    min-width: 100%;
    padding-top: 1px;
}
.size_guide_table_box table {
    width: 100%;
}
.size_guide_table_box table tr th,
.size_guide_table_box table tr td {
    padding: 1em;
    border: 1px solid #efefef;
}
.size_guide_table_box table tr th {
    width: auto;
    text-align: left;
}
.size_guide_table_box table tr td {
    text-align: center;
}
.size_guide_box .simplemodal-close {
    position: absolute;
    top: 15px;
    right: 15px;
}
.size_guide_box .txt_b ul {
    padding: 0 0 0 15px;
    line-height: 1.6em;
    text-transform: none;
}
.ko-swiper-wrapper {
    margin-top: 20px;
}
.ko-swiper-wrapper .profile-inner-wrapper {
    overflow-y: scroll;
    position: relative;
    bottom: 20px;
    height: 300px;
}
@media screen and (min-width: 767px) {
    /* ED */
    .my-account .order-global .form.secession {
        width: 70%;
    }
    .dialog .form .form-cancel-right {
        position: static;
        float: right;
        width: 49.4%;
        right: auto;
        margin-top: 6px;
        margin-right: 1%;
    }
}
@media screen and (max-width: 767px) {
    .mypage_layer_box .pop_box {
        min-width: 100%;
    }
    /* ED */
    .dialog .form .form-cancel-right {
        float: none;
        width: 100%;
        margin-bottom: 20px;
        padding-left: 3%;
    }
    /* KB */
    .all-results #ko-sortby .ko-arrow-l,
    .all-results #ko-sortby .ko-arrow-d {
        padding: 1.4em 0;
        display: none;
    }
    .all-results #ko-sortby .ko-arrow {
        padding: 0.7em;
        margin: 0;
    }
    .all-results #ko-sortby .ko-arrow-active {
        padding: 0.7em;
        margin: 0;
    }
    .all-results #ko-sortby .ko-arrow-l,
    .all-results #ko-sortby .ko-arrow-d {
        padding: 1.4em 0;
        display: none;
    }
    .all-results .ko-step {
        width: 100%;
        float: none;
        padding: 0;
        height: auto;
    }
    .all-results .ko-step .ko-inner-step {
        margin-top: 0px;
        float: left;
        width: 100%;
    }
    .all-results .ko-sub-menu-result form label {
        border-bottom: 1px solid #ededed;
        padding: 1em;
        cursor: pointer;
        margin: 0;
    }
    /* layer pop - sign */
    /* zipcode, id check */
    .mypage_layer_box {
        z-index: 99999;
        padding: 30px;
    }
    .mypage_layer_box .ip01 {
        width: 100%;
    }
    .mypage_layer_box .btn {
        width: 100%;
        margin-top: 10px; /* 20150408 KB */
    }
    /* 레이어 사이즈 정보 */
    .size_guide_box {
        padding: 30px;
    }
    /* 레이어 입고알림   */
    .mypage_layer_box .layer-form.email-alert .layer-form-item input[type="text"] {
        width: 100%;
    }
    /* 레이어 휴대폰 인증 , 마이쿠폰(결제) */
    .mypage_layer_box .layer-form .layer-form-item-half {
        width: 100%;
    }
    /* size-guide */
    .size_guide_box .size_guide_tabmenu ul {
        padding: 0 0 0 0;
    }
}
/* holiday */
.holidayWrap {
    font-size: 2em;
    font-family: "LacosteSansBold", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", "AppleGothic";
}
.holidayWrap img {
    max-width: 100%;
}
.holidayWrap .red {
    color: #aa191f;
}
.holidayWrap .textUnderline {
    text-decoration: underline;
}
.holidayWrap .alignCenter {
    text-align: center;
    margin-bottom: 4%;
}
.holidayWrap .displayTable {
    display: table;
    width: 100%;
    margin: 0
}
.holidayWrap .tableCell {
    display: table-cell;
}
.holidayWrap .holidayMain {
    background: url(../img/holiday/bg-holiday.jpg) no-repeat 0% 50% #fff;
    background-size: 100%;
    width: 100%;
    margin: 0 auto;
    color: #010101;
}
.holidayMain .sectionTop {
    font-size: 3em;
    position: relative;
    margin-bottom: 7%;
    background: url(../img/holiday/top-image.jpg) no-repeat 100% 50% #aa191f;
    background-size: cover;
    padding: 10% 6%;
}
.holidayMain .sectionTop .iconEvent {
    font-size: 47%;
    line-height: 1.2em;
    border-radius: 20px;
    padding: 0 15px;
    background-color: #fff;
    color: #aa191f;
}
.holidayMain .sectionTop h2 {
    color: #fff;
    margin: 10px 0 40px 0;
    font-family: "LacosteSans", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", "AppleGothic";
    line-height: 1em;
}
.holidayMain .sectionTop h2 small {
    display: block;
    font-size: 51%;
    line-height: 1.3em;
}
.holidayMain .sectionTop h2 span {
    display: block;
    font-size: 92%;
    line-height: 1.1em;
}
.holidayMain .sectionTop h2 strong {
    font-size: 112%;
    line-height: 1.1em;
}
.holidayMain .sectionTop p {
    color: #fff;
    font-size: 28%;
    line-height: 1.8em;
}
.holidayWrap .holidayMain .followUs {
    position: absolute;
    top: 2%;
    left: 6%;
    padding: 0;
    margin: 0;
    font-size: 12px;
}
.holidayWrap .followUs li {
    display: inline-block;
}
.holidayWrap .followUs li a {
    width: 60px;
    height: 60px;
    margin-right: 5px;
    display: inline-block;
    text-indent: -99999px;
}
.holidayWrap .followUs .facebook a {
    background: url(../img/holiday/icon-facebook.png) no-repeat 0 50%;
    background-size: cover;
}
.holidayWrap .followUs .twitter a {
    background: url(../img/holiday/icon-twitter.png) no-repeat 0 50%;
    background-size: cover;
}
.holidayWrap .followUs .kakao a {
    background: url(../img/holiday/icon-kakao.png) no-repeat 0 50%;
    background-size: cover;
    display: none;
}
.holidayMain .btn-winner {
    position: absolute;
    top: 2%;
    right: 2%;
    font-size: 28%;
    color: #aa191f;
}
.holidayMain .btn-winner .icon-winner {
    display: inline-block;
    max-width: 100%;
    padding-right: 5px;
}
.holidayWrap .section {
    padding: 0 2%;
    margin: 0 auto 5%;
    max-width: 1100px;
}
.holidayWrap .section .inner {
    padding: 4% 14%;
    /*border-style: solid; border-width: 6px; -moz-border-image: url(../img/holiday/border.png) 6 round; -webkit-border-image: url(../img/holiday/border.png) 6 round; -o-border-image: url(../img/holiday/border.png) 6 round; border-image: url(../img/holiday/border.png) 6 round;*/
    border: 6px solid #AA191F;
    position: relative;
}
.holidayWrap .section .inner .iconEventTitle {
    position: absolute;
    width: 15%;
    top: 0;
    left: 0;
}
.holidayWrap .section .inner h3 {
    color: #aa191f;
    font-size: 172%;
    line-height: 1;
    margin: 0 0 0.6em;
}
.holidayWrap .section .inner p {
    font-size: 100%;
    line-height: 1.7em;
}
.holidayWrap .section .inner .alignCenter .btnLink {
    width: 70%;
    display: inline-block;
}
.holidayMain .info {
    background-color: #f2f2f2;
    border: 1px solid #afafaf;
    border-radius: 10px;
    padding: 4% 1%;
    font-size: 76%;
    margin-bottom: 5%;
}
.holidayMain .info li {
    list-style-image: url(../img/holiday/icon-blt.png);
    margin: 0 0 0px 50px;
    position: relative;
}
.holidayWrap .info li.listStyleNone {
    list-style: none;
}
.holidayWrap .info li .alignCenter {
    margin: 10px 0 0 -30px;
}
.holidayMain .info .title {
    border-radius: 10px;
    background: #494949;
    padding: 0 10px 2px;
    color: #fff;
    white-space: nowrap;
    text-transform: none;
    font-size: 12px;
    font-family: "LacosteSans", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", "AppleGothic";
}
.holidayMain .info li .innerWrap {
    width: 32%;
    display: inline-block;
}
.holidayMain .info li .innerWrap img {
    display: block;
    margin: 0 auto 5px;
    max-width: 60%;
}
.holidayMain .textLeft {
    position: absolute;
}
.holidayMain .textRight {
    margin-left: 100px;
    display: block;
    vertical-align: top;
}
.holidayMain .info .displayTable strong.tableCell {
    width: 140px;
}
.holidayMain .info .displayTable .tableCell img,
.holidayMain .info .displayTable .tableCell span.title {
    width: 120px;
    max-width: 120px;
    margin: 0 auto;
    display: block;
    text-align: center;
}
.holidayMain .textSmall {
    font-size: 95%;
    line-height: 1.6em;
    vertical-align: top;
}
.holidayMain .textSmall span {
    font-size: 90%;
    line-height: 1.2em;
    display: block;
    font-family: "LacosteSans", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", "AppleGothic";
}
/* event1 info */

.holidayMain .eg {
    position: relative;
}
.holidayMain .eg img {
    width: 90%
}
.holidayMain .eg .bubble {
    position: absolute;
    top: 10%;
    background: url(../img/holiday/bg-bubble.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    width: 18%;
    min-width: 70px;
    padding: 2% 2% 4%;
}
.holidayMain .eg .bubble span {
    font-size: 120%;
}
.holidayMain .eg .bubble .block {
    display: block;
    font-size: 80%
}
.holidayMcain .eg .bubble .num {
    font-size: 200%;
}
/* event2 info */

.holidayMain .stampWrap ul {
    padding: 0;
}
.holidayMain .stampWrap li {
    list-style: none;
    width: 30%;
    margin: 0 1%;
    display: inline-block;
    text-align: center;
}
.holidayMain .stampWrap li .title {
    display: block;
    color: #c3974c;
    font-size: 120%;
    font-family: "LacosteSansBold", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", "AppleGothic";
    text-decoration: underline;
    margin-bottom: 10px;
}
.holidayMain .stampWrap li .cercle {
    display: block;
    color: #b4b4b4;
    font-size: 110%;
    background: url(../img/holiday/bg-cercle.png) no-repeat 0 0;
    background-size: 100% 100%;
    width: 100%;
    max-width: 220px;
    position: relative;
    padding: 50%;
}
.holidayMain .stampWrap li .cercle span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25%;
    margin-left: -35%;
    width: 70%;
}
.holidayMain .stampWrap li .cercle .btnShopNow {
    color: #aa191f;
    font-size: 60%;
    text-decoration: underline;
}
.holidayMain .stampWrap li .cercle.complete {
    background: url(../img/holiday/icon-complete.png) no-repeat 0 0;
    background-size: 100% 100%;
}
.holidayMain .stampWrap li .cercle.complete span {
    display: none;
}
/* banner */

.holidayWrap .bannerWrap {
    text-align: center;
}
.holidayWrap .bannerWrap h3 {
    border-top: 3px solid #454545;
    color: #454545;
    height: 40px;
    line-height: 40px;
    margin-bottom: 5px;
}
.holidayWrap .bannerWrap h3 strong {
    margin: -20px auto 0;
    display: block;
    color: #454545;
}
.holidayWrap .bannerWrap h3 span {
    background-color: #fff;
    padding: 0 10px;
}
.holidayWrap .bannerWrap a {
    display: block;
    margin: 0 auto 1em;
}
/* 알아두세요 */

.holidayWrap .infoWrap {
    font-size: 90%;
}
.holidayWrap .infoWrap h3 {
    background-color: #9a9a9a;
    font-size: 110%;
    color: #fff;
    margin: 0 auto 1em;
    line-height: 2em;
}
.holidayWrap .infoWrap h3 span {
    padding: 0 2%;
    margin: 0 auto;
    max-width: 1100px;
    display: block;
}
.holidayWrap .infoWrap h4 {
    margin: 0 0 0.6em;
}
.holidayWrap .infoWrap ol {
    margin-top: 0;
}
.holidayWrap .infoWrap ol > li {
    font-size: 70%;
    line-height: 1.7em;
}
.holidayWrap .infoWrap ul {
    padding-left: 14px;
    margin-top: 4px;
}
.holidayWrap .infoWrap ul > li {
    list-style: square;
}
.holidayWrap .infoWrap .red {
    color: #7a1220;
}
/* popup */

.holidayPopup {
    background-color: #efeeed;
    border: 2px solid #aa191f;
    max-width: 952px;
    /*width: 90%;*/
    margin: 0 auto 1em;
    position: relative;
}
.holidayPopup .btn-holiday-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    margin-right: -35px;
    margin-top: -35px;
}
.holidayPopup h3 {
    margin: 0;
    color: #fff;
    background-color: #aa191f;
    padding: 2%;
}
.holidayPopup h3 strong {} .holidayPopup .findImgArea {
    overflow: hidden;
}
.holidayPopup .findImgArea .findImg {
    width: 47%;
    float: left;
    margin: 2% 0 2% 2%;
    position: relative;
    cursor: pointer;
}
.holidayPopup .findImgArea .findImg .checkArea {
    position: absolute;
    opacity: .5;
}
.holidayWrap .mobile {
    display: none !important;
}
.holidayPopup .findImgArea .first .one {
    width: 25%;
    height: 21%;
    top: 2%;
    left: 8%;
    background-color: yellow;
}
.holidayPopup .findImgArea .first .two {
    width: 18%;
    height: 18%;
    top: 23%;
    left: 8%;
    background-color: green;
}
.holidayPopup .findImgArea .first .three {
    width: 19%;
    height: 9%;
    top: 31%;
    left: 60%;
    background-color: pink;
}
.holidayPopup .findImgArea .first .four {
    width: 31%;
    height: 35%;
    top: 59%;
    left: 62%;
    background-color: blue;
}
.holidayPopup .findImgArea .first .five {
    width: 31%;
    height: 35%;
    top: 59%;
    left: 30%;
    background-color: red;
}
.holidayPopup .findImgArea .second .one {
    width: 27%;
    height: 27%;
    top: 4%;
    right: 21%;
    background-color: yellow;
}
.holidayPopup .findImgArea .second .two {
    width: 12%;
    height: 33%;
    top: 3%;
    right: 55%;
    background-color: green;
}
.holidayPopup .findImgArea .second .three {
    width: 15%;
    height: 18%;
    top: 23%;
    right: 75%;
    background-color: pink;
}
.holidayPopup .findImgArea .second .four {
    width: 8%;
    height: 22%;
    top: 23%;
    right: 67%;
    background-color: blue;
}
.holidayPopup .findImgArea .second .five {
    width: 27%;
    height: 35%;
    top: 58.8%;
    right: 40%;
    background-color: red;
}
.holidayPopup .findImgArea .third .one {
    width: 27%;
    height: 27%;
    top: 4%;
    right: 21%;
    background-color: yellow;
}
.holidayPopup .findImgArea .third .two {
    width: 12%;
    height: 32%;
    top: 3%;
    right: 55%;
    background-color: green;
}
.holidayPopup .findImgArea .third .three {
    width: 28%;
    height: 36%;
    top: 58%;
    right: 39%;
    background-color: pink;
}
.holidayPopup .findImgArea .third .four {
    width: 18%;
    height: 14%;
    top: 44%;
    right: 20%;
    background-color: blue;
}
.holidayPopup .findImgArea .third .five {
    width: 27%;
    height: 35%;
    top: 58.8%;
    right: 12%;
    background-color: red;
}
.holidayPopup .findImgArea .fourth .one {
    width: 27%;
    height: 27%;
    top: 4%;
    right: 21%;
    background-color: yellow;
}
.holidayPopup .findImgArea .fourth .two {
    width: 7%;
    height: 21%;
    top: 25%;
    right: 67%;
    background-color: green;
}
.holidayPopup .findImgArea .fourth .three {
    width: 14%;
    height: 20%;
    top: 22%;
    right: 75%;
    background-color: pink;
}
.holidayPopup .findImgArea .fourth .four {
    width: 13%;
    height: 13%;
    top: 45%;
    right: 24%;
    background-color: blue;
}
.holidayPopup .findImgArea .fourth .five {
    width: 8%;
    height: 21%;
    top: 12%;
    right: 48%;
    background-color: red;
}
.holidayPopup .findImgArea .twentFirst .one {
    width: 18%;
    height: 14%;
    top: 4%;
    left: 45%;
    background-color: yellow;
}
.holidayPopup .findImgArea .twentFirst .two {
    width: 19%;
    height: 23%;
    top: 4%;
    left: 69%;
    background-color: green;
}
.holidayPopup .findImgArea .twentFirst .three {
    width: 23%;
    height: 15%;
    top: 40%;
    left: 11%;
    background-color: pink;
}
.holidayPopup .findImgArea .twentFirst .four {
    width: 22%;
    height: 12%;
    top: 83%;
    left: 9%;
    background-color: blue;
}
.holidayPopup .findImgArea .twentFirst .five {
    width: 28%;
    height: 30%;
    top: 48%;
    left: 26%;
    background-color: red;
}
.holidayPopup .findImgArea .twentySecond .one {
    width: 20%;
    height: 26%;
    top: 2%;
    right: 12%;
    background-color: yellow;
}
.holidayPopup .findImgArea .twentySecond .two {
    width: 10%;
    height: 13%;
    top: 43%;
    right: 44%;
    background-color: green;
}
.holidayPopup .findImgArea .twentySecond .three {
    width: 26%;
    height: 36%;
    top: 4%;
    right: 63%;
    background-color: pink;
}
.holidayPopup .findImgArea .twentySecond .four {
    width: 23%;
    height: 13%;
    top: 83%;
    right: 68%;
    background-color: blue;
}
.holidayPopup .findImgArea .twentySecond .five {
    width: 15%;
    height: 16%;
    top: 64%;
    right: 76%;
    background-color: red;
}
.holidayPopup .findImgArea .twentyThird .one {
    width: 16%;
    height: 15%;
    top: 40%;
    left: 12%;
    background-color: yellow;
}
.holidayPopup .findImgArea .twentyThird .two {
    width: 15%;
    height: 15%;
    top: 79%;
    left: 10%;
    background-color: green;
}
.holidayPopup .findImgArea .twentyThird .three {
    width: 20%;
    height: 16%;
    top: 81%;
    left: 32%;
    background-color: pink;
}
.holidayPopup .findImgArea .twentyThird .four {
    width: 40%;
    height: 51%;
    top: 44%;
    right: 0%;
    background-color: blue;
}
.holidayPopup .findImgArea .twentyThird .five {
    width: 16%;
    height: 15%;
    top: 64%;
    left: 9%;
    background-color: red;
}
.holidayPopup .findImgArea .twentyFourth .one {
    width: 27%;
    height: 36%;
    top: 3%;
    left: 9%;
    background-color: yellow;
}
.holidayPopup .findImgArea .twentyFourth .two {
    width: 18%;
    height: 17%;
    top: 80%;
    left: 10%;
    background-color: green;
}
.holidayPopup .findImgArea .twentyFourth .three {
    width: 23%;
    height: 26%;
    top: 18%;
    right: 35%;
    background-color: pink;
}
.holidayPopup .findImgArea .twentyFourth .four {
    width: 9%;
    height: 11%;
    top: 44%;
    right: 45%;
    background-color: blue;
}
.holidayPopup .findImgArea .twentyFourth .five {
    width: 41%;
    height: 53%;
    top: 42%;
    right: 0%;
    background-color: red;
}
.holidayPopup .timeArea {
    background: url(../img/holiday/bg-timeArea.png) no-repeat 0 0;
    background-size: 100% 100%;
    position: relative;
    clear: both;
    font-size: 160%;
    width: 50%;
    padding: 2% 13%;
    margin: 0 auto;
    max-width: 500px;
}
.holidayPopup .timeArea strong {
    position: absolute;
    right: 2%;
    color: #fff;
}
.holidayPopup.scratchArea {
    width: 463px;
    background-color: #aa191f;
    padding-bottom: 1em;
}
.holidayPopup.scratchArea h3 img {
    width: 50%;
    display: inline-block;
}
.holidayPopup.scratchArea h4 {
    font-size: 80%;
}
.holidayPopup.scratchArea .imgCro {
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.holidayPopup.scratchArea .imgCro:hover {
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}
.holidayPopup.scratchArea .scratch {
    position: relative;
}
.holidayPopup.scratchArea .scratch .innerWrap {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    margin-left: -50%;
    margin-top: -18%;
    padding: 2%;
}
.holidayPopup.scratchArea .scratch .innerWrapper {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    margin-left: -50%;
    margin-top: -31%;
    padding: 0%;
}
.holidayPopup.scratchArea .scratch span {
    display: block;
    line-height: 1.2em;
}
.holidayPopup.scratchArea .scratch .red {
    font-size: 80%;
}
.holidayPopup.scratchArea .scratch .title {
    color: #1e8961;
    font-size: 100%;
}
.holidayPopup.scratchArea .scratch .small {
    font-size: 58%;
    line-height: 1.1em;
    margin-top: 10px;
}
.holidayPopup.scratchArea .scratch .prize {
    display: block;
    width: 30%;
    margin: 0 auto;
}
.holidayPopup.scratchArea .scratch .again .red {
    font-size: 160%;
    margin: 10% auto 4%;
}
.holidayPopup.scratchArea .scratch .again .title {
    font-size: 80%
}
.holidayPopup.scratchArea .scratch .coffee img {
    width: auto;
    max-height: 50px;
}
.holidayPopup.scratchArea .scratch .coupon img {
    margin: 2% auto 1%;
}
.holidayPopup.scratchArea .followUs {
    text-align: center;
    padding: 0;
    margin: 0;
}
.holidayPopup.scratchArea h4 {
    color: #fff;
    text-align: center;
}
#winScratchPad {
    margin: 0 auto;
}
.holidayPopup.winnerListArea {
    /*width: 50%;*/
    max-width: 500px;
    min-width: 320px;
    padding-bottom: 1em;
    background-color: #fff;
    padding: 0;
}
.holidayPopup.winnerListArea h3 {
    font-family: "LacosteSans"
}
.holidayPopup.winnerListArea h3 small {
    display: block;
    line-height: 1;
}
.holidayPopup.winnerListArea h3 strong {
    font-size: 120%;
}
.holidayPopup.winnerListArea .inner {
    padding: 0 4%;
}
.holidayPopup.winnerListArea .inner .winnerList {
    background-color: #ebebeb;
    font-size: 80%;
    padding-top: 4%;
    padding-bottom: 4%;
    margin: 0;
}
.holidayPopup.winnerListArea .inner .winnerList li {
    list-style: square;
}
.holidayPopup .icon-stamp {
    background: url(../img/holiday/icon-stamp.png) no-repeat 0 0;
    background-size: cover;
    width: 84px;
    height: 84px;
    position: absolute;
}
@media screen and (max-width: 1300px) {
    .holidayWrap {
        font-size: 1.9em;
    }
    .holidayMain .sectionTop {
        font-size: 2.6em;
    }
}
@media screen and (max-width: 1200px) {
    .holidayWrap {
        font-size: 1.8em;
    }
    .holidayMain .sectionTop {
        font-size: 2.8em;
    }
}
@media screen and (max-width: 1023px) {}
@media screen and (max-width: 820px) {
    .holidayWrap {
        font-size: 1.6em;
    }
    .holidayMain .sectionTop {
        font-size: 2.6em;
    }
    .holidayMain .info li {
        list-style-image: url(../img/holiday/icon-blt-s.png);
        margin-left: 10px;
    }
    .holidayWrap .section {
        font-size: 1em;
    }
    .holidayMain .info {
        padding: 4%;
    }
    .holidayMain .textRight {
        margin-left: 70px;
    }
    .holidayMain .info .displayTable strong.tableCell {
        display: none;
    }
    .holidayWrap .section .inner {
        padding: 4% 10%;
    }
}
@media screen and (max-width: 767px) {
    .holidayWrap {
        font-size: 1.4em;
    }
    .holidayMain .sectionTop {
        font-size: 2.4em;
    }
    .holidayWrap .followUs li a {
        width: 35px;
        height: 35px;
        margin-right: 2%;
    }
    .holidayWrap .followUs .kakao a {
        display: block;
    }
    .holidayMain .btn-winner {
        height: 35px;
        line-height: 35px;
        padding: 0 6%;
    }
    .holidayMain .btn-winner .icon-winner {
        width: 20px;
    }
    .holidayWrap .holidayPopup .findImgArea .findImg {
        width: 96%;
        float: none;
    }
    .holidayWrap .holidayPopup .timeArea {
        width: 60%;
        padding: 2% 16%;
    }
    .holidayWrap .desktop {
        display: none !important;
    }
    .holidayWrap .mobile {
        display: block !important;
    }
    .holidayWrap .holidayPopup .findImgArea .first .one {
        width: 15%;
        height: 29%;
        top: 8%;
        left: 5%;
        background-color: yellow;
    }
    .holidayWrap .holidayPopup .findImgArea .first .two {
        width: 14%;
        height: 23%;
        top: 39%;
        left: 5%;
        background-color: green;
    }
    .holidayWrap .holidayPopup .findImgArea .first .three {
        width: 10%;
        height: 13%;
        top: 49%;
        left: 40%;
        background-color: pink;
    }
    .holidayWrap .holidayPopup .findImgArea .first .four {
        width: 19%;
        height: 56%;
        top: 32%;
        left: 78%;
        background-color: blue;
    }
    .holidayWrap .holidayPopup .findImgArea .first .five {
        width: 20%;
        height: 44%;
        top: 45%;
        left: 58%;
        background-color: red;
    }
    .holidayWrap .holidayPopup .findImgArea .second .one {
        width: 18%;
        height: 42%;
        top: 8%;
        right: 48%;
        background-color: yellow;
    }
    .holidayWrap .holidayPopup .findImgArea .second .two {
        width: 7%;
        height: 53%;
        top: 9%;
        right: 72%;
        background-color: green;
    }
    .holidayWrap .holidayPopup .findImgArea .second .three {
        width: 11%;
        height: 27%;
        top: 35%;
        right: 83%;
        background-color: pink;
    }
    .holidayWrap .holidayPopup .findImgArea .second .four {
        width: 15%;
        height: 10%;
        top: 21%;
        right: 6%;
        background-color: blue;
    }
    .holidayWrap .holidayPopup .findImgArea .second .five {
        width: 16%;
        height: 44%;
        top: 47%;
        right: 24%;
        background-color: red;
    }
    .holidayWrap .holidayPopup .findImgArea .third .one {
        width: 15%;
        height: 39%;
        top: 10%;
        right: 49%;
        background-color: yellow;
    }
    .holidayWrap .holidayPopup .findImgArea .third .two {
        width: 7%;
        height: 53%;
        top: 10%;
        right: 72%;
        background-color: green;
    }
    .holidayWrap .holidayPopup .findImgArea .third .three {
        width: 16%;
        height: 46%;
        top: 43%;
        right: 24%;
        background-color: pink;
    }
    .holidayWrap .holidayPopup .findImgArea .third .four {
        width: 11%;
        height: 23%;
        top: 70%;
        right: 49%;
        background-color: blue;
    }
    .holidayWrap .holidayPopup .findImgArea .third .five {
        width: 19%;
        height: 57%;
        top: 32.8%;
        right: 4%;
        background-color: red;
    }
    .holidayWrap .holidayPopup .findImgArea .fourth .one {
        width: 18%;
        height: 40%;
        top: 7%;
        right: 48%;
        background-color: yellow;
    }
    .holidayWrap .holidayPopup .findImgArea .fourth .two {
        width: 18%;
        height: 14%;
        top: 19%;
        right: 4%;
        background-color: green;
    }
    .holidayWrap .holidayPopup .findImgArea .fourth .three {
        width: 11%;
        height: 28%;
        top: 36%;
        right: 84%;
        background-color: pink;
    }
    .holidayWrap .holidayPopup .findImgArea .fourth .four {
        width: 9%;
        height: 20%;
        top: 71%;
        right: 50%;
        background-color: blue;
    }
    .holidayWrap .holidayPopup .findImgArea .fourth .five {
        width: 6%;
        height: 34%;
        top: 18%;
        right: 66%;
        background-color: red;
    }
    .holidayWrap .holidayPopup .findImgArea .twentFirst .one {
        width: 11%;
        height: 23%;
        top: 12%;
        left: 32%;
        background-color: yellow;
    }
    .holidayWrap .holidayPopup .findImgArea .twentFirst .two {
        width: 13.2%;
        height: 38%;
        top: 12%;
        left: 43%;
        background-color: green;
    }
    .holidayWrap .holidayPopup .findImgArea .twentFirst .three {
        width: 16%;
        height: 26%;
        top: 9%;
        left: 57%;
        background-color: pink;
    }
    .holidayWrap .holidayPopup .findImgArea .twentFirst .four {
        width: 14%;
        height: 23%;
        top: 68%;
        left: 4%;
        background-color: blue;
    }
    .holidayWrap .holidayPopup .findImgArea .twentFirst .five {
        width: 18%;
        height: 42%;
        top: 48%;
        left: 55.3%;
        background-color: red;
    }
    .holidayWrap .holidayPopup .findImgArea .twentySecond .one {
        width: 16%;
        height: 39%;
        top: 12%;
        right: 42%;
        background-color: yellow;
    }
    .holidayWrap .holidayPopup .findImgArea .twentySecond .two {
        width: 6%;
        height: 16%;
        top: 51%;
        right: 50%;
        background-color: green;
    }
    .holidayWrap .holidayPopup .findImgArea .twentySecond .three {
        width: 20%;
        height: 55%;
        top: 10%;
        right: 76%;
        background-color: pink;
    }
    .holidayWrap .holidayPopup .findImgArea .twentySecond .four {
        width: 15%;
        height: 23%;
        top: 67%;
        right: 81%;
        background-color: blue;
    }
    .holidayWrap .holidayPopup .findImgArea .twentySecond .five {
        width: 9%;
        height: 21%;
        top: 67%;
        right: 45%;
        background-color: red;
    }
    .holidayWrap .holidayPopup .findImgArea .twentyThird .one {
        width: 13%;
        height: 28%;
        top: 12%;
        left: 59%;
        background-color: yellow;
    }
    .holidayWrap .holidayPopup .findImgArea .twentyThird .two {
        width: 12%;
        height: 28%;
        top: 63%;
        left: 4%;
        background-color: green;
    }
    .holidayWrap .holidayPopup .findImgArea .twentyThird .three {
        width: 13%;
        height: 21%;
        top: 70%;
        left: 17%;
        background-color: pink;
    }
    .holidayWrap .holidayPopup .findImgArea .twentyThird .four {
        width: 25%;
        height: 77%;
        top: 13%;
        right: 0%;
        background-color: blue;
    }
    .holidayWrap .holidayPopup .findImgArea .twentyThird .five {
        width: 8%;
        height: 18%;
        top: 69%;
        left: 46%;
        background-color: red;
    }
    .holidayWrap .holidayPopup .findImgArea .twentyFourth .one {
        width: 23%;
        height: 50%;
        top: 12%;
        left: 4%;
        background-color: yellow;
    }
    .holidayWrap .holidayPopup .findImgArea .twentyFourth .two {
        width: 14%;
        height: 26%;
        top: 68%;
        left: 4%;
        background-color: green;
    }
    .holidayWrap .holidayPopup .findImgArea .twentyFourth .three {
        width: 14%;
        height: 39%;
        top: 30%;
        right: 58%;
        background-color: pink;
    }
    .holidayWrap .holidayPopup .findImgArea .twentyFourth .four {
        width: 8%;
        height: 16%;
        top: 51%;
        right: 49%;
        background-color: blue;
    }
    .holidayWrap .holidayPopup .findImgArea .twentyFourth .five {
        width: 25%;
        height: 77%;
        top: 13%;
        right: 0%;
        background-color: red;
    }
    .holidayPopup .icon-stamp {
        width: 44px;
        height: 44px;
    }
    .holidayPopup.scratchArea {
        width: 320px;
        background-color: #aa191f;
        padding-bottom: 1em;
    }
    .holidayPopup .btn-holiday-close {
        width: 40px;
        margin-right: -20px;
        margin-top: -20px;
    }
}
@media screen and (max-width: 660px) {
    .holidayWrap .section .inner {
        padding: 10% 6%;
    }
    .holidayPopup h3 {
        padding-right: 46px;
    }
    .holidayMain .event02 .info .displayTable .tableCell {
        width: 140px;
    }
    .holidayMain .event02 .info .displayTable,
    .holidayMain .event02 .info .displayTable .textSmall {
        display: block;
        width: 100%;
    }
    .holidayMain .info .displayTable .tableCell img {
        width: 80px;
    }
    .holidayMain .info .displayTable .tableCell span.title {
        width: 99%;
        font-size: 11px;
    }
    .holidayMain .info .title {
        font-size: 10px;
    }
    .holidayWrap .holidayMain {
        background-image: url(../img/holiday/bg-holiday-M.jpg);
    }
    .holidayMain .sectionTop {
        background-image: url(../img/holiday/top-image-M.jpg);
    }
    .winnerListArea .alignCenter a {
        width: 60%;
        display: block;
        margin: 0 auto;
    }
    .howto .tableCell {
        display: block
    }
}
@media screen and (max-width: 500px) {
    .holidayWrap {
        font-size: 1em;
    }
    .holidayMain .sectionTop {
        font-size: 2.6em;
    }
    .holidayWrap .followUs li a {
        width: 30px;
        height: 30px;
    }
    .holidayMain .btn-winner {
        height: 30px;
        line-height: 30px;
    }
    .holidayWrap .holidayPopup.scratchArea {
        font-size: 1.6em;
    }
    .holidayWrap .holidayPopup.scratchArea .scratch .innerWrap img {
        margin: 10% auto 4%;
    }
    .holidayWrap .info li .alignCenter {
        margin-left: -10px;
    }
    .holidayPopup .btn-holiday-close {
        width: 40px;
        height: 40px;
        margin-right: 0;
        margin-top: 0px;
        background: url(../img/holiday/btn-close-mobile.png) no-repeat 0 0;
        background-size: cover;
    }
    .holidayPopup .btn-holiday-close img {
        display: none;
    }
    /* 아이폰 픽스
    .holidayMain .textLeft { padding-top: 2%; }
    .holidayMain .textRight { margin-left: 50px; }
    */
    .holidayMain .textLeft {
        position: relative;
    }
    .holidayMain .textRight {
        margin-left: 0;
    }
    .holidayWrap .bannerWrap h3 {
        height: 20px;
    }
    .holidayWrap .section .inner {
        padding: 12% 4% 2%;
        border: 3px solid #AA191F;
    }
    .holidayMain .info li {
        margin-left: 20px;
    }
}
@media screen and (max-width: 400px) {
    .holidayWrap {
        font-size: 0.9em;
    }
    .holidayMain .sectionTop {
        font-size: 2em;
    }
    .holidayMain .btn-winner .icon-winner {
        width: 14px;
        font-size: 1.2em;
    }
    .holidayWrap .holidayPopup.scratchArea {
        font-size: 1.6em;
        min-width: 300px;
    }
    .holidayMain .info .title {
        font-size: 8px;
        padding: 0px 2px 2px;
    }
    .holidayMain .stampWrap li .cercle span {
        width: 80%;
        margin-left: -40%;
    }
}
/* Tablet and Desktop Device 사용자 해상도가 768px 이상 */
@media all and (min-width: 768px) {}

#asianceImgChk{
	width:0px; 
	height: 0px; 
	display:none;
}

.dialog-preview{max-width: 80%;}



/* header_origin.jsp */

.ajax_loader {
    position: absolute;
    top: 337px;
    left: 483px;
    display: none;
}
.ui-widget-content {
    border-top-width: 0;
    border-color: #ededed;
    background-color: #fff;
}
.topbar ul li.tb-search .form input[type=text] {
    text-indent: 16px;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border-width: 0;
    background: #ededed;
}
/* 자동입력 기본 화면 CSS  */
.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #696969;
    white-space: nowrap;
    text-decoration: none;
    font-family: "LacosteSans", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", "AppleGothic";
    text-transform: uppercase;
}

/* 추천검색 자동입력폼 마우스 호버시 CSS */
.ui-menu-item.ui-state-hover {
    color: #696969;
    text-decoration: none;
   /*  background-color: #0088cc; */
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
    font-family: "LacosteSans", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", "AppleGothic";
    text-transform: uppercase;  
}

/* 자동완성 폼 호버시 CSS */
.ui-corner-all .ui-state-hover{
    color: #ffffff;
    text-decoration: none;
    /* background-color: #0088cc; */
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
    font-family: "LacosteSans", "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", "AppleGothic";
    text-transform: uppercase;
}


.blt_text_new{
  background-color: rgb(39, 97, 65);
  color: white;
  width: 16px;
  height: 16px;
  text-align: center;
  border-radius: 8px;
  display: inline-block;
  font-size: 8px;
  line-height: 16px;
  margin-left: 5px;
}
/*
.mini-cart .cart-table .item-row .item-col {
  cursor: pointer;
}
*/