@import url('slick.css');

/* lv2 nav */
.lv2_wrap {
    max-width: 1920px;
    margin: 0 auto;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.lv2_wrap a {
    display: inline-block;
    color: #999;
}

.lv2_wrap .go_home i {
    display: inline-block;
    margin-right: 5px;
}

.lv2_wrap .go_home i img {
    vertical-align: auto;
}

.lv2_wrap a.on {
    color: #454545;
    cursor: text;
}

.lv2_wrap a+a::before {
    content: '';
    width: 0.4em;
    height: 0.4em;
    transform: rotate(45deg);
    border: 1px solid #999999;
    margin: 3px 20px;
    border-bottom: none;
    border-left: none;
    display: inline-block;
}

/* 2022 05 24 */
.overview section {
    position: relative;
    padding: 120px 0;
}

.overview section::after {
    content: '';
    background-color: #eee;
    position: absolute;
    height: 1px;
    max-width: 1200px;
    width: calc(100% - 30px);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.overview section:last-child::after,
.overview section:first-child::after {
    display: none;
}

.overview section:first-child {
    background-color: #fafafa;
    /* padding: 0; */
}

.overview p {
    color: #757575;
    line-height: 1.5;
}

/* .overview p b {
    font-weight: inherit;
    color: #454545;
} */

.overview .ttl {
    font-size: 36px;
    line-height: 1.5;
    margin-bottom: 50px;
    text-align: center;
    word-break: keep-all;
    font-family: 'Lato', 'Noto Sans KR';

}

.overview .visual img {
    /* object-fit: cover; */
    width: 100%;
}

/* 공통 속성 */
/* section01 */

.overview .intro {
    padding: 140px 0 120px;
    text-align: center;
}

.impact_visual picture {
    text-align: center;
    display: block
}

/* 
.sub .intro .impact_visual::after {
    content: '';
    width: 1px;
    position: absolute;
    top: 100%;
    left: 50%;
    height: 12.65625vw;
    background-color: #252525;
    transform: translateY(-50%);
} */

.overview .desc+.desc {
    margin-top: 40px;
}

/* biogaia */
.biogaia .sub_ttl h3 {
    font-size: 30px;
    margin: 50px 0 40px;
}

.biogaia .sub_ttl p {
    color: #bbbbbb;
    font-size: 18px;
}

.biogaia p {
    line-height: 1.5;
    font-size: 20px;
}

/* section02 */
.biogaia .potential01 {
    padding: 140px 0 120px;
}

.overview .video_box {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    /* min-height: 620px; */
}

.overview .video_box>* {
    width: 100%;
    height: 53.5vw;
    max-height: 674px;
}

/* .overview .video_box iframe {
    height: 54vw;
    max-height: 674px;
} */

.biogaia .potential01 .desc {
    display: inline-block;
    margin: 0 auto;
}

/* section03*/
.biogaia .advantage {
    padding: 120px 0 60px;
}

.biogaia .advantage .inner {
    max-width: 1600px;

}

.biogaia .advantage .sub_ttl h3 {
    font-size: 30px;
    margin: 26px 0 30px;
}

.biogaia .advantage .left {
    width: 41.25%;
    margin-right: 5%;

}

.biogaia .advantage .right {
    width: 53.75%;
}

.adv_wrap {
    position: relative;
}

.adv_wrap .cont {
    position: relative;
    width: calc(100% - 50px);
    padding-top: 50px;
    padding-left: 50px;
    background-color: #fff;
    margin: -140px 0 70px 60px;
}

.adv_wrap01 .cont {
    margin: -258px 0 70px 60px;

}

.adv_wrap .visual {
    width: 100%;
}

.adv_wrap .visual img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.adv_wrap01 .visual {
    height: 867px;
}

.adv_wrap02 .visual {
    height: 540px;
}

.adv_wrap03 .visual {
    height: 540px;
}

.biogaia .potential02 {
    padding: 140px 0;
}

.biogaia .potential02 h3 {
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
}

.biogaia .potential02 .line {
    margin: 30px 0 40px;
    text-align: center;
}

.biogaia .potential02 .prd {
    width: 50%;
}

.biogaia .potential02 .prd li {
    width: 50%;
    padding: 0 14px;
}

.biogaia .potential02 .desc h4 {
    font-size: 20px;
    line-height: 1.4;
    margin: 30px 0 10px;
}

.biogaia .potential02 .desc p {
    font-size: 16px;
    color: #999;
}

/* probio */
/* 공통 */

.probio .sub_ttl {
    margin-bottom: 25px
}

.probio .sub_ttl h3 {
    font-size: 26px;
    line-height: 1.6153;
}

.probio .intro p {
    line-height: 1.5;
    font-size: 20px;
}

.probio section .ps_txt {
    font-size: 18px;
}

.probio .intro .visual {
    /* height: 520px; */
    max-width: 1050px;
    margin: 70px auto 40px;
}

/* importance */
.probio .importance p {
    line-height: 1.75;
    font-size: 18px;
}

.probio .importance .inner {
    max-width: 1100px;
}

.probio .importance .visual {
    margin-right: 7.2%;
    /* width: 43.63%; */
    /* height: 580px; */
    box-shadow: 0 5px 45px rgba(69, 69, 69, 0.2);
    border-radius: 20px;
    overflow: hidden;
}

.probio .importance .desc p+p {
    margin-top: 50px;
}

.probio .importance .cont_wrap:nth-of-type(2) {
    flex-direction: row-reverse;
    margin-top: 80px;
}

.probio .importance .cont_wrap:nth-of-type(2) .visual {
    margin-right: 0%;
    /* height: 440px; */
}

.probio .importance .cont_wrap:nth-of-type(2) .cont {
    padding: 0 7%;
    width: 56%;
}

/* .probio .importance .cont_wrap:nth-of-type(2) .cont .sub_ttl{
    padding-right: 30px;
} */

/* .probio .importance .cont {
    width: 61.664%;
} */
.probio .cont_wrap.flex__c .cont {
    width: 46%;
}

.probio .importance .ps_txt {
    margin-top: 50px;
}

/* pick */
.pick_contaciner {
    padding: 120px;
}

.pick_contaciner .inner {
    max-width: 1000px;
}

.pick_contaciner .pick {
    width: 33.333%;
}

.pick_contaciner .pick:nth-of-type(n + 4) {
    margin-top: 20px;
}

.pick_contaciner .pick_visual {
    border-radius: 100%;
    width: 188px;
    height: 188px;
    background-color: #fff;
    /* border: 4px solid var(--pt-c); */
    box-shadow: inset 0 0 0 4px var(--pt-c);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    margin: 0 auto 70px;
    border: 8px solid rgba(255, 107, 1, 0.2);
}

.pick_contaciner .pick_visual::after,
.pick_contaciner .pick_visual::before {
    position: absolute;
    content: '';
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--pt-c);
    z-index: 10;
}

.pick_contaciner .pick_visual::after {
    width: 1px;
    height: 50px;
}

.pick_contaciner .pick_visual::before {
    width: 7px;
    height: 7px;
    margin-top: 50px;
    border-radius: 100%;
}

.pick_contaciner .pick_visual h3 {
    color: var(--pt-c);
    font-size: 18px;
}

/* l.reuteri */
.l_reuteri {
    text-align: center;
}

.l_reuteri p {
    font-size: 20px;
}

.l_reuteri .ov_ttl span {
    display: block;
    font-weight: 400;
    color: #454545;
}

.l_reuteri .researcher .inner {
    max-width: 1100px;
}

.l_reuteri .researcher .cont {
    max-width: 1045px;
    margin: 0 auto;
}

.l_reuteri .ov_ttl {
    margin-bottom: 40px;
}

.researcher ul {
    margin: 80px 0;
}

.researcher ul li {
    width: 33.3333%
}

.researcher .visual {
    width: 290px;
    /* height: 350px; */
    margin: 0 auto;
}


.researcher ul li .desc {
    font-family: 'Lato', sans-serif;
    position: relative;
    margin: 0 auto;
    transform: translate(30px, -70px);
    width: 280px;
    padding: 30px 0 40px;
    background-color: #fff;
    box-shadow: 0 5px 45px 5px rgba(69, 69, 69, 0.15);
}

.researcher ul li .desc h3 {
    font-size: 22px;
    color: #454545;
}

.researcher ul li .desc p {
    font-size: 16px;
    margin-top: 1em;
}

.overview .patent .visual {
    /* height: 46vw; */
    /* max-height: 648px; */
}

.overview .patent {
    padding-bottom: 0;
}

.patent::after {
    display: none;
}

.clinical_data::after {
    display: none;
}

.clinical_data {
    background-color: #fef9d9;
}


.clinical_data .visual {
    margin: 20px auto 0;
}

.clinical_data .visual img {
    /* object-fit: contain; */
    max-width: 820px;

}

.clinical_data .ok_btn {
    margin: 4em auto 0;
    display: block;
    width: 100%;
    max-width: 460px;
    height: 4em;
    line-height: 4em;
    color: #fff;
    background-color: #ffa413;
    font-size: 1.25em;
    background-image: url(/img/btn/data_check.png);
    background-position: right 1.5em center;
    background-repeat: no-repeat;
    background-size: 1.5em;
    padding: 0 1.5em;
    text-align: left;
    border-radius: 2em;
}

.role .visual {
    margin-top: 40px;
}

.intake .ttl_box p {
    color: #252525;
}

.intake h3 {
    margin-top: 60px;
    font-size: 26px;
    font-weight: 500;
    color: #454545;
}

.intake .visual {
    max-width: 1200px;
    margin: 40px auto 0;
}

.intake .line {
    margin: 15px auto 30px;
    text-align: center;
}

/* health_area */
.health_area section {
    padding: 120px 0;
    position: relative;
    text-align: center;
}

.health_area section:first-of-type {
    padding: 140px 0 120px;
}

.health_area section::before {
    display: none;
    content: '';
    background-color: #eee;
    position: absolute;
    height: 1px;
    max-width: 1200px;
    width: calc(100% - 30px);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.health_area section.top_line::before {
    display: block;
}


.health_area .ttl {
    font-size: 2.25em;
    line-height: 1.5;
    margin-bottom: 1.3888em;
    text-align: center;
    word-break: keep-all;
    font-family: 'Lato', 'Noto Sans KR';

}

.health_area .line {
    margin: 80px 0;
    width: 100%;
    height: 1px;
    background-color: #eeeeee;
}

.health_area .intro {
    text-align: center;
}

.health_area .list_sect {
    padding-top: 0;
    text-align: left;
}

.health_area .list_sect::before {
    display: none;

}

.health_area picture {
    display: inline-block;
}

.health_area .desc+* {
    margin-top: 60px;

}

.health_area .ttl+.list {
    margin-top: 60px;
}

.health_area .list+.desc {
    margin-top: 80px;
}

.health_area picture+.ttl {
    margin-top: 80px;
}

.health_area ul+picture {
    margin-top: 80px;
}

.health_area picture+* {
    margin-top: 60px;
}

/* .health_area .good_care picture {
    margin-top: 70px;
} */

.health_area .desc p {
    font-size: 1.25em;
    color: #757575;
    line-height: 1.5;
}

.infor_main .desc p {
    line-height: 1.6;
}

.health_area .visual_cont {
    height: 40.625vw;
    max-height: 780px;

}

.list_sect ul li {
    text-align: left;
    height: 480px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.health_area section .list li {
    background-color: #fafafa;
    padding: 30px 40px;
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    border-radius: 10px;
    text-align: left;
}

.health_area section .list li.h150 {
    height: 150px;
}

.health_area .list li i {
    width: 70px;
}

.health_area .list li p {
    width: calc(100% - 70px);
}

.health_area section.bg_gray .list li {
    background-color: #fff;
}

.wid100_list li:nth-of-type(n + 2) {
    margin-top: 20px;
}

.wid25_list,
.wid50_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.wid50_list li {
    width: calc(50% - 10px);

}

.wid50_list li:nth-of-type(even) {
    margin-left: 20px;
}

.wid50_list li:nth-of-type(n + 3) {
    margin-top: 20px;
}


.wid25_list li {
    width: calc(25% - 15px);
}

.wid25_list li+li {
    margin-left: 20px;
}

.infor_main .list_sect .list01 {
    background-image: url(/img/sub/health_list_bg01.jpg);
}

.infor_main .list_sect .list02 {
    background-image: url(/img/sub/health_list_bg02.jpg);
}

.infor_main .list_sect .list03 {
    background-image: url(/img/sub/health_list_bg03.jpg);
}

.infor_main .list_sect .list04 {
    background-image: url(/img/sub/health_list_bg04.jpg);
}


.child_ht .list_sect .list01 {
    background-image: url(/img/sub/child_link_bg01.jpg);
}

.child_ht .list_sect .list02 {
    background-image: url(/img/sub/child_link_bg02.jpg);
}

.child_ht .list_sect .list03 {
    background-image: url(/img/sub/child_link_bg03.jpg);
}

.child_ht .list_sect .list04 {
    background-image: url(/img/sub/child_link_bg04.jpg);
}

.child_ht .list_sect .list05 {
    background-image: url(/img/sub/child_link_bg05.jpg);
}

.health_area .list_sect .inner {
    height: 100%;
    display: flex;
    align-items: center;
}

.health_area .bg_gray {
    background-color: #fafafa;
}

.health_area .bg_gray::before {
    display: none;
}

.list_sect li:nth-of-type(odd) .inner {
    justify-content: end;
}

.list_sect li:nth-of-type(even) .inner {
    justify-content: start;
}

.list_sect li:nth-of-type(odd) .inner .cont {
    width: 50%;
}

.list_sect li:nth-of-type(even) .inner .cont {
    width: 100%;
}


.health_area .list_sect .cont h3 {
    font-size: 2.5em;
    margin: 0.75em 0 1em;
}

.health_area .list_sect .cont p.sub_ttl {
    font-size: 1.125em;
    color: #bbbbbb;
}


.health_area .list_sect .cont .more {
    display: block;
    font-size: 1.125em;
    font-weight: 500;
    margin-top: 3.8888em;
}

.divide_cont li {
    display: flex;
    text-align: left;
}

.divide_cont li+li {
    margin-top: 80px;
}

.divide_cont li h4 {
    width: 260px;
    line-height: 1.5;
    font-size: 26px;
}

.divide_cont li .desc {
    width: calc(100% - 260px);
}

.divide_cont li .desc p {
    line-height: 1.6;
}

/* 배앓이 colic */
.more_read .more_list li {
    padding: 50px 40px;
    height: 550px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.more_read .more_list li.colic {
    background-image: url(/img/sub/ht_more01.jpg);

}

.more_read .more_list li.abdo {
    background-image: url(/img/sub/ht_more02.jpg);

}

.more_read .more_list li.diarr {
    background-image: url(/img/sub/ht_more03.jpg);

}

.more_read .more_list li.consti {
    background-image: url(/img/sub/ht_more04.jpg);

}

.more_read .more_list li.regur {
    background-image: url(/img/sub/ht_more05.jpg);

}

.more_read .more_list li a {
    display: flex;
    align-items: end;
    width: 100%;
    height: 100%;
}

.more_read .more_list li a p {
    position: relative;
    color: #fff;
}

/* 변비 */
.health_area .half_bg {
    position: relative;
}

.health_area .half_bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    background-color: #fafafa;
    z-index: -1;
}

.health_area .half_bg2 {
    position: relative;
    padding-bottom: 0;
}

.health_area .half_bg2::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 100px);
    background-color: #fafafa;
    z-index: -1;
}

/* pregnancy_health */
.pregnancy_health {
    padding-bottom: 120px;
}

/* adult_health */
.adult_health {
    padding-bottom: 120px;
}

/* immune_health */
.immune_health .knowHow_cont .inner {
    max-width: 1020px;
}

/* before */
.vc_nav_m {
    display: none;
}

.pick_contaciner .list_style li p {
    font-size: 16px;

}

/* 
.pick_visual+.list_style p{
    font-size: 16px;

} 
.list_style li p {
    text-indent: -0.8em;
    padding-left: 0.8em;
}
*/
/* check_style*/
.check_style {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
}

.check_style input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background: url("/img/main/checkbox_off.png") no-repeat center center;
}

.check_style.active .checkmark,
.check_style input:checked~.checkmark {
    background: url("/img/main/checkbox_on.png") no-repeat center center;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.check_style.active .checkmark:after {
    display: block;
}

.check_style input:checked~.checkmark:after {
    display: block;
}

.check_style .checkmark:after {}

.i_tit {
    font-size: 26px;
    color: #333;
    margin: 40px 0 20px;
    font-weight: 400;
}

.ta_list01 {
    width: 100%;
}

.ta_list01 th {
    height: 40px;
    background-color: #fafafa;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-size: 12px;
    color: #333;
    font-weight: 500;
    padding-left: 20px;
    text-align: left;
}

.ta_list01 td {
    padding: 10px 0;
    background-color: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-size: 12px;
    color: #333;
    font-weight: 500;
    padding-left: 20px;
    text-align: left;
}

.ta_right {
    text-align: right;
}

.btn_st02 {
    display: inline-block;
    font-size: 14px;
    padding: 0 13px;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    color: #fff;
    background-color: var(--pt-c);
}

.btn_st03 {
    display: inline-block;
    font-size: 18px;
    line-height: 48px;
    height: 50px;
    overflow: hidden;
    border: 1px solid var(--pt-c);
    color: var(--pt-c);
    background-color: #fff;
    text-align: center;
}

.btn_st03.c01 {
    color: #fff;
    background-color: var(--pt-c);
    border-color: var(--pt-c);
}

.btn_st04 {
    display: inline-block;
    width: 140px;
    height: 32px;
    line-height: 32px;
    background-color: var(--pt-c);
    color: #fff;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
}

.btn_st05 {
    display: inline-block;
    padding: 0 10px;
    line-height: 24px;
    overflow: hidden;
    border: 1px solid #aaa;
    background-color: #f6f6f6;
    color: #333;
    font-size: 12px;
    border-radius: 2px;
    vertical-align: middle;
}

.btn_sav {
    display: inline-block;
    width: 80px;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    background-color: #555;
    color: #fff;
    text-align: center;
    font-size: 12px;
    border-radius: 2px;
    vertical-align: middle;
}

.btn_del {
    display: inline-block;
    width: 80px;
    height: 26px;
    line-height: 24px;
    overflow: hidden;
    border: 1px solid #aaa;
    background-color: #f6f6f6;
    color: #333;
    text-align: center;
    font-size: 12px;
    border-radius: 2px;
    vertical-align: middle;
}

.btn_st06 {
    display: inline-block;
    width: 255px;
    height: 55px;
    line-height: 55px;
    overflow: hidden;
    text-align: center;
    font-size: 18px;
    background-color: var(--pt-c);
    color: #fff;
}

.btn_st06.c01 {
    border: 1px solid #ccc;
    line-height: 53px;
    color: #333;
    background-color: #fff;
}

.btn_st07 {
    display: inline-block;
    width: 144px;
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    text-align: center;
    font-size: 15px;
    color: #fff;
    background-color: #595959;
}

.btn_st07.c01 {
    background-color: var(--pt-c);
    border-color: var(--pt-c);
}

.btn_payment {
    display: block;
    margin: 20px auto 40px;
    width: 100%;
    height: 56px;
    line-height: 56px;
    overflow: hidden;
    text-align: center;
    background-color: var(--pt-c);
    color: #fff;
    font-size: 20px;
    /*  border-bottom: 4px solid #1183bb; */
}

.btn_st08 {
    display: inline-block;
    width: 255px;
    height: 55px;
    line-height: 55px;
    overflow: hidden;
    text-align: center;
    font-size: 18px;
    background-color: #fff;
    color: #069ee9;
    border: solid 1px #069ee9;
    margin-left: 15px;
}

.btn_class_info {
    display: none;
    margin: 0px 0 5px 20px;
    width: 115px;
    height: 26px;
    line-height: 26px;
    background-color: #777777;
    color: #fff;
    outline: none;
}

/* .sub .inner{
    max-width: 1400px;
} */

.item_list .list_ttl {
    font-size: 30px;
    font-weight: 700;
    color: #252525;
    margin: 80px 0 40px;
}

.sub_location {
    padding-top: 15px;
    margin-bottom: 15px;
}

.sub_location:after {
    content: "";
    display: block;
    clear: both;
}

.sub_location .sl_left {
    float: left;
}

.sub_location .sl_left a {
    font-size: 12px;
    color: #666;
    font-weight: 300;
}

.sub_location .sl_left .sl_arrow {
    font-family: "Gulim";
    vertical-align: middle;
    color: #777;
    margin: 0 6px;
}

.sub_location .sl_left .sl_active {
    font-size: 12px;
    color: #666;
}

.sub_location .sl_left select {
    height: 30px;
}

.sub_location .sl_right {
    float: right;
}

.sub_search_form {
    position: relative;
}

.sub_search_form .ssf_ip {
    width: 206px;
    height: 30px;
}

.sub_search_form .btn_ssf {
    float: right;
    margin-left: 5px;
    width: 68px;
    height: 30px;
    background: #777;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    border: none;
}

.sub_wrap {
    position: relative;
    margin-top: 20px;
}

.sub_wrap:after {
    content: "";
    display: block;
    clear: both;
}

.list_category {
    margin-bottom: 60px;
}

.list_category ul li {
    flex: 1;
    border: 1px solid #dbdbdb;
    color: #454545;
    position: relative;
}

.list_category ul li+li {
    margin-left: -1px;
}

.list_category ul li.on {
    z-index: 10;
    border: 1px solid #252525;
    color: #252525;
}

.list_category ul li a {
    text-align: center;
    display: block;
    line-height: 40px;
}


.item_list #snb {
    float: left;
    width: 180px;
    display: none;
}

.item_list .sub_content {
    float: none;
    width: 100%;
}

.item_list .sub_content.dak_01 {
    float: none;
    width: 100%;
}

.sub_wrap.dak_01 {
    width: 100%;
    float: none;
}

.snb_box {
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.snb_box.border_none {
    border: none;
}

.snb_box .sb_tit01 {
    font-size: 20px;
    color: #333;
    padding: 38px 18px;
    border-bottom: 1px solid #ddd;
    /* border-left: 1px solid #ddd; */
    background: #f5f5f5;
}

.snb_box .sb_tit02 {
    font-size: 15px;
    color: #333;
    padding: 14px 18px;
    border-bottom: 1px solid #ddd;
    background: #f5f5f5;
}

.snb_box .snb_list {
    padding: 10px 19px;
}

.snb_box .snb_list>li>a,
.snb_box .snb_list>li>label.check_style {
    display: block;
    padding: 8px 0;
    font-size: 13px;
    color: #333;
    font-family: "맑은 고딕", "Malgun Gothic";
    letter-spacing: -0.4px;
}

.snb_box .snb_list>li>label.check_style {
    padding-left: 25px;
}

.snb_box .snb_list>li>label.check_style .checkmark {
    top: 5px;
}

.snb_box .snb_list>li>a .num {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: var(--pt-c);
    text-align: center;
    line-height: 14px;
    color: #fff;
    font-size: 10px;
    margin-right: 10px;
    vertical-align: top;
}

.snb_box .snb_list>li:first-child>a .num {
    background: var(--pt-c);
}

.snb_box .snb_list>li ul li a {
    display: block;
    padding: 0px 0;
    font-size: 13px;
    color: #333;
    font-family: "맑은 고딕", "Malgun Gothic";
    letter-spacing: -0.4px;
    text-indent: 5px;
}

.check_list .snb_list>li {
    padding: 12px 0;
    border-bottom: 1px solid #ddd;
}

.check_list .snb_list>li>a {
    font-size: 15px;
    background: url("/img/sub/icon_splus.png") no-repeat right center;
    font-weight: bold;
}

.check_list .snb_list>li>a.on {
    background: url("/img/sub/icon_sminus.png") no-repeat right center;
}

.check_list .snb_list>li>a .unit {
    display: block;
    margin-top: 5px;
    font-size: 11px;
}

.check_list .snb_list>li .depth02 {
    display: none;
}

.check_list .snb_list>li .depth02>li {
    padding: 6px 0;
}

.check_list .snb_list>li .depth02>li .check_style {
    font-size: 13px;
    color: #333;
    letter-spacing: -0.5px;
}

.check_list .snb_list>li .depth02.color_check {
    margin-left: -9px;
    padding-top: 25px;
}

.check_list .snb_list>li .depth02.color_check>li {
    float: left;
    padding: 0;
    margin-left: 9px;
    margin-bottom: 10px;
}

.num_list .snb_list>li>a {
    padding: 6px 0;
}

.color_check .ic_color {
    display: inline-block;
    width: 15px;
    height: 15px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid transparent;
}

.check_list .snb_list>li .depth02.size_check>li {
    padding: 0;
}

.size_check {
    margin-top: 20px;
    width: 143px;
}

.size_check>li {
    float: left;
    width: 33.33333%;
    margin-left: -1px;
    margin-top: -1px;
    text-align: center;
    border: 1px solid #e5e5e5;
    line-height: 35px;
    padding: 0;
}

/* 애디몰  */
.eddy_nav {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}

.eddy_nav li a {
    display: block;
    padding: 12px 30px;
    border: 1px solid #dbdbdb;
    color: #999999;
    border-radius: 50px;

}

.eddy_nav li a.on {
    color: #454545;
    font-weight: 500;
    border: 1px solid #454545;
}

.eddy_nav li+li {
    margin-left: 10px;
}

.contact_event .event-list-wrap {}

.contact_event .event-list-wrap .evnt-list {
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #555555;
    padding-top: 30px;

}

.contact_event .event-list-wrap .evnt-list .evnt-item {
    position: relative;
    margin-bottom: 40px;
    width: calc(25% - 19.5px);
    margin-right: 26px;
}

.contact_event .event-list-wrap .evnt-list .evnt-item:nth-child(4n) {
    margin-right: 0;
}

.contact_event .event-list-wrap .evnt-list .evnt-item a {
    display: block;
}

.contact_event .event-list-wrap .evnt-list .evnt-item a span {
    width: 100%;
    padding-top: 64.7%;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.contact_event .event-list-wrap .evnt-list .evnt-item a .evnt-img {
    position: relative;
    width: 100%;
    /* height: 230px; */
    text-align: center;
    margin-bottom: 18px;
    /* border: 1px solid #dbdbdb; */
}

/* .contact_event .event-list-wrap .evnt-list .evnt-item.event-off a .evnt-img::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
} */


.contact_event .event-list-wrap .evnt-list .evnt-item a .evnt-tit {
    font-size: 16px;
    color: #252525;
    line-height: 1.5;
    margin-bottom: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contact_event .event-list-wrap .evnt-list .evnt-item a .evnt-date {
    font-size: 14px;
    color: #999999;
}

/* .size_check > li.active a{color: #ff4d4d;} */
.size_check>li.active a {
    color: #333;
}

.size_check>li a {
    display: block;
    font-size: 12px;
    color: #333;
}

.snb_box .itme_type02 {
    padding: 19px;
}

.snb_box .itme_type02>li {
    border-top: 1px solid #ddd;
    padding-top: 18px;
    margin-top: 20px;
}

.snb_box .itme_type02>li:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

.sub_top_banners:after {
    content: "";
    display: block;
    clear: both;
}

.imb_slider {
    overflow: hidden;
    width: 680px;
    height: 358px;
}

.item_main_banner {
    float: left;
    width: 680px;
}

.item_right_banner {
    position: relative;
    overflow: hidden;
    float: right;
    width: 280px;
    height: 400px;
    padding: 20px;
    border: 1px solid #ddd;
}

.item_right_banner h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
}

.imb_tab {
    width: 683px;
    margin-left: 1px;
}

.imb_tab li {
    float: left;
    width: 25%;
    height: 42px;
    line-height: 40px;
    margin-left: -1px;
}

.imb_tab li a {
    display: block;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #333;
    text-align: center;
}

.imb_tab li a.active {
    background-color: #3a3a3c;
    color: #fff;
    border-color: #3a3a3c;
}

.item_right_banner .bx-pager {
    position: absolute;
    right: 20px;
    top: 14px;
}

.item_right_banner .bx-pager-item {
    display: inline-block;
    margin-left: 6px;
}

.item_right_banner .bx-pager-item .bx-pager-link {
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background: #aaa;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
}

.item_right_banner .bx-pager-item .bx-pager-link.active {
    background: var(--pt-c);
}

/* 제품 리스트 상세검색 */
.item_wrap .iw_top {
    padding: 0px 0 10px 0;
    border-bottom: 1px solid #e5e5e5;
}

.item_detail_search {
    position: relative;
    padding-left: 75px;
    margin-bottom: 15px;
    min-height: 24px;
    display: none;
}

/* display:none; */
.item_detail_search dt {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 15px;
    color: #333;
    font-weight: bold;
    line-height: 24px;
}

.item_detail_search dd:after {
    content: "";
    display: block;
    clear: both;
}

.item_detail_search dd .ids_close {
    float: left;
    padding: 0 32px 0 11px;
    margin-left: 10px;
    line-height: 22px;
    border: 1px solid #ccc;
    font-size: 13px;
    color: #888;
    background: url("/img/sub/icon_close01.png") no-repeat 88% center;
    border-radius: 11px;
}

.item_detail_search dd .ids_close:first-child {
    margin-left: 0;
}

.it_listop {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}


.it_listop .item_num {
    font-size: 17px;
    font-weight: 500;
    color: #252525;
}

.it_listop .item_num strong {
    font-size: 17px;
    font-weight: 500;
    color: #252525;
    margin-left: 3px;
}

.item_detail_tab button {
    display: inline-block;
    position: relative;
    padding: 0;

    font-size: 17px;
    color: #999999;
}

.item_detail_tab button+button {
    margin-left: 15px;
}

.item_detail_tab button.active {
    color: #252525;
    font-weight: 500;
}

/* sub_item_list */

#container.sub {
    /* padding-top: 120px; */
    /* padding-top: 10px; */

}

#container.item_list {
    padding-bottom: 120px;

}

.paging {
    display: flex;
}

.paging li a {
    font-size: 16px;
    color: #999;
    margin: 0 13px;
}


.tit_st02 {
    font-size: 15px;
    color: #fff;
    background: #3a3a3c;
    padding: 0 32px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    font-weight: 500;
}

.tit_st02 span {
    font-size: 12px;
    color: #999999;
    margin-left: 20px;
}

/* 나의쇼핑정보 */
.mii_content {
    position: relative;
    overflow: hidden;
    height: 272px;
    border: 1px solid #ddd;
    border-top: 0;
}

.mii_list {
    float: left;
    width: 445px;
}

.mii_right {
    float: right;
    width: 730px;
    padding: 41px 0 35px;
}

.mii_list .tab_tit {
    position: relative;
    width: 180px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background: #f6f6f6;
    font-size: 15px;
}

.mii_list .tab_tit a {
    display: block;
    color: #333;
    font-size: 14px;
}

.mii_list>li.active .tab_tit {
    background-color: #fff;
    border-right-color: #fff;
}

.mii_list>li.active .tab_content {
    display: block;
}

.mii_list>li:first-child .tab_tit {
    border-top: 0;
}

.mii_list .tab_content {
    position: absolute;
    left: 175px;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 41px 0 35px;
    display: none;
}

.tab_content {
    position: relative;
    float: left;
    width: 270px;
}

.tab_content:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 41px;
    bottom: 35px;
    border-right: 1px solid #ddd;
}

.tab_content .my_item_slider {
    position: relative;
    width: 140px;
    margin: 0 auto;
}

.my_item_slider .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    width: 18px;
    height: 30px;
    overflow: hidden;
    background: url("/img/sub/btn_arrow01.png") no-repeat;
    overflow: hidden;
    text-indent: -9999em;
    opacity: 0.8;
}

.my_item_slider .slick-arrow.slick-prev {
    left: -48px;
    background-position: left top;
}

.my_item_slider .slick-arrow.slick-next {
    right: -44px;
    background-position: -18px top;
}

.my_item_slider .slick-arrow:hover {
    opacity: 1;
}

.mii_content .slick-counter {
    position: absolute;
    right: 0;
    top: -22px;
    font-size: 12px;
    color: #888;
}

.mii_content .slick-counter .current {
    color: #333;
}

.my_item_carousel .slick-counter {
    right: 30px;
}

.my_item_carousel {
    position: relative;
}

.my_item_carousel .mic_slider {
    padding-left: 13px;
}

.my_item_carousel .itme_type02 .slick-slide {
    margin: 0 9px;
    width: 185px;

}

.my_item_carousel .itme_type02 .thum_img {
    border-radius: 5px;

}

.my_item_carousel .mic_txt {
    position: absolute;
    top: -22px;
    font-size: 12px;
    color: #555;
    font-weight: 300;
    padding-left: 30px;
}

.my_item_carousel .slick-arrow {
    position: absolute;
    top: 38%;
    margin-top: -38px;
    width: 28px;
    height: 48px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: -9999em;
    z-index: 55;
    opacity: 0;
    transition: 0.3s all
}

.my_item_carousel .slick-arrow.slick-prev {
    background-image: url("/img/btn/btn_arrow_l.png");
    left: 2px;
}

.my_item_carousel .slick-arrow.slick-next {
    background-image: url("/img/btn/btn_arrow_r.png");
    right: 2px;
}

.my_item_carousel:hover .slick-arrow {
    opacity: 1;
}

/* 180409 추가 및 수정 */
/* .ic_subject {
    width: 90%;
} */

/* 상세페이지 */
.view_top_info {
    /* width: calc(100% - 30px); */
    margin: 0 auto;
}

.view_top_info .vti_left {
    float: left;
    width: 47%;
}

.view_top_info .vti_right {
    float: right;
    width: 50%;
}



.vti_right .vti_top {
    overflow: hidden;
    margin-bottom: 20px;
}

.vti_right .vti_top .vti_txt01 {
    font-size: 18px;
    color: #757575;
}

.vti_right .vti_top .vti_txt02 {
    float: right;
    font-size: 13px;
    color: #333;
    font-weight: 300;
}

.vti_right .vti_item_tit {
    font-size: 32px;
    color: #252525;
    font-weight: 500;
    margin-bottom: 30px;
}

/* .vti_right .vti_info_m {
    padding-bottom:53px;
    border-bottom: 1px solid #eeeeee;
} */

.vti_right .vti_info_m {

    border-bottom: 1px solid #eeeeee;
}

.vti_right .vti_info_m .vti_money {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.vti_right .vti_info_m .vti_money .m_dc {
    font-size: 30px;
    font-weight: 700;
    color: var(--pt-c);
    margin-right: 10px;
}

.vti_right .vti_info_m .vti_money .m_num {
    display: flex;
    align-items: center;
}


.vti_right .vti_info_m .vti_money .m_num .m_after {
    font-size: 22px;
}

.vti_right .vti_info_m .vti_money .m_num .m_after strong {
    font-size: 32px;
    color: #252525;
    font-weight: 900;
    font-family: 'NanumSquare';
    margin-right: 4px;

}

.vti_right .vti_info_m .vti_money .m_num p.m_before {
    font-size: 20px;
    color: #757575;
    text-decoration: line-through;
    margin-left: 10px;
}

.vti_right .item_more_info {
    padding-bottom: 40px;
    border-bottom: 1px solid #eeeeee;
}

.vti_right .item_more_info+.item_more_info {
    margin-top: 40px;
    border-bottom: none
}

.vti_right .item_more_info li {
    display: flex;
}

.vti_right .hash_wrap {
    padding-bottom: 30px;
    width: calc(100% + 5px);
    margin-left: -5px;

}

.vti_right .hash_wrap a {
    display: inline-block;
    padding: 10px 20px;
    margin: 0 5px;
    border: 1px solid #dbdbdb;
    border-radius: 20px;
    color: #757575;
    margin-top: 10px;
}

.vti_right .item_more_info li+li {
    margin-top: 20px;
}

.vti_right .item_more_info li .vit_iltxt {
    width: 80px;
}

.vti_right .item_more_info li .txt_c01 strong {
    font-size: 18px;
    color: #252525;
    font-weight: 400;
}

.vti_right .item_more_info li .depth02 {
    width: calc(100% - 80px);
    font-size: 18px;
    color: #757575;
    line-height: 1.333;
}


.vti_right .vti_info_m .vti_item_opt {
    position: relative;
    float: right;
}

.vti_right .vti_info_m .vti_item_opt button {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-left: 10px;
    overflow: hidden;
    font-size: 0;
    text-indent: -9999em;
}

.vti_right .vti_info_m .vti_item_opt .btn_zzim {
    background-image: url("/img/main/btn_zzim.png");
}

.vti_right .vti_info_m .vti_item_opt .btn_share {
    display: none;
    background-image: url("/img/main/btn_share.png");
}

.vti_right .vti_info_m .vti_item_opt button.active {
    background-position: 0 -40px;
}

.vti_right .vti_info_m .vti_item_opt button.btn_share.active {
    background-position: 0 0px;
}

.vti_item_opt .sns_share {
    display: none;
    position: absolute;
    right: 0;
    bottom: -80px;
    width: 50px;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #069ee9;
}

.vti_item_opt .sns_share:after {
    content: "";
    display: block;
    position: absolute;
    right: 15px;
    top: -6px;
    width: 11px;
    height: 6px;
    background: url("/img/sub/icon_arrow01.jpg") no-repeat;
}

.vti_item_opt .sns_share .sns_list {}

.vti_item_opt .sns_share .sns_list li {
    float: left;
    display: inline-block;
    margin: 0 5px;
}

.vit_info_form .info_list {
    padding-top: 40px;
}

.vit_info_form .info_list li {
    /* padding: 15px 20px; */
    font-size: 18px;
    /* border-bottom: 1px solid #eee; */
}

.vit_info_form .info_list li+li {
    margin-top: 20px;
}

.vit_info_form .info_list li>a {
    display: block;
    color: #333;
}

.vit_info_form .info_list li>.vit_iltxt {
    color: #252525;
    font-size: 18px;
}

.vit_info_form .info_list li select {
    width: 100%;
    height: 60px;
    font-size: 18px;
    border-color: #dbdbdb;
    background-color: #fff;
    background-position: 97% center;
    background-image: url(../img/ico/item_sel.png);
}

.vit_info_form .info_list li .txt_c01 {
    color: var(--pt-c);
}

.vit_info_form .info_list li .vit_ilsel {
    background: url("/img/sub/icon_arrow_bot01.png") no-repeat right center;
}

.vit_info_form .info_list li .depth02 {
    padding-top: 20px;
    display: none;
    font-size: 13px;
}

.vit_info_form .info_list li .il_option {
    padding-top: 20px;
}

.vit_info_form .info_list li .il_option select {
    margin-top: 10px;
}

.vit_info_form .info_list li .il_option select:first-child {
    margin-top: 0;
}





/* 0723 추가 바이쿠커 */

.il_option .option_re {
    width: 100%;
    height: 55px;
    border: 1px solid var(--pt-c) !important;
    text-align: left;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    box-shadow: 4px 7px 20px #d4d4d4;
    background: #fff;
    padding: 0 20px 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.il_option .option_re.on {
    box-shadow: none;
    background: #fff url(../img/ico/select_c.png)no-repeat right bottom;
}


.vit_info_form .info_result {
    /* padding: 20px 20px; */
    margin-top: 20px;
    /* border-bottom: 1px solid #eee; */
}

.vit_info_form .info_result_box {
    padding: 20px;
    background-color: #f5f5f5;
    margin-bottom: 15px;
}

.info_result_box {
    position: relative;
    background: #f5f5f5;
    padding: 10px;

}

.info_result_box+.info_result_box {
    margin-top: 10px;
}

.info_result_box .ir_tit {
    margin-bottom: 20px;
    line-height: 130%;
}

.info_result_box .cal_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info_result_box .ir_num_sel {
    border: 1px solid #dadada;
    background-color: #fff;
}

.info_result_box .ir_num_money {
    position: relative;
    padding-right: 45px;
    line-height: 32px;
}

.info_result_box .ir_num_money .m_txt strong {
    font-weight: 700;
    font-size: 20px;
}

.my_info_op .info_result_box .cal_wrap {
    align-items: flex-start;
    flex-direction: column;
}

.my_info_op .info_result_box .ir_num_sel {
    flex: 0 0 auto;
}

.my_info_op .info_result_box .ir_num_money .m_txt strong {
    display: inline-block;
}

.info_result_box .ir_num_sel button {
    width: 33px;
    height: 33px;
    line-height: 31px;
    font-size: 20px;
    float: left;
    overflow: hidden;
    color: #b3b3b3;
}


.info_result_box .ir_num_sel .btn_minus {
    font-size: 30px;
}

.info_result_box .ir_num_sel span {
    float: left;
    width: 38px;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    text-align: center;
    line-height: 33px;
    font-size: 16px;
}

.info_result_box .btn_ir_close {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 33px;
    height: 33px;
    background: url(../img/btn/btn_close03.png) no-repeat center;
}

.money_total {
    margin: 50px 0 40px;
    overflow: hidden;
}

.money_total .mt_tit {
    float: left;
    line-height: 24px;

}

.money_total .mt_tit p {
    font-size: 18px;
    color: #252525;
}

.money_total .mt_tit .btn_help {
    display: inline-block;
    margin-left: 7px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background-color: #f5f5f5;
    border-radius: 50%;
    vertical-align: middle;
}

.money_total .mt_txt {
    float: right;
    line-height: 24px;
}

/* 
.mt_txt .m_txt {
    font-size: 16px;
} */

.mt_txt .m_txt strong {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.2;
    font-family: 'NanumSquare';
    margin-right: 3px;
}

.vit_main_slider {
    max-width: 500px;
    overflow: hidden;
    margin-bottom: 25px;
    border-radius: 10px;
}

.vit_main_slider .vit_ms_img .img_in {
    display: block;
    /* width: 600px; height: 600px; */
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.vit_main_slider .vit_ms_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vit_img .slick_total {
    display: none;
}

.vit_tab_slider {
    width: 100%;
    max-width: 504px;
    /*width: 450px;*/
    /* margin: 0 auto; */
}

.vit_tab_slider .slick-list {
    max-width: 340px;
    width: 100%;
    margin: 0 auto;
}

.vit_tab_slider .vit_ts_img {
    padding: 5px;
    float: left;
    cursor: pointer;
}

.vit_tab_slider .vit_ts_img img {
    border-radius: 5px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.vit_tab_slider .vit_ts_img.slick-current img {
    border: 1px solid #252525;
}

.vit_tab_slider .vit_ts_img .img_in {
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.vit_tab_slider .vit_ts_img .img_in:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: block;
    border: 1px solid #ccc;
}

.vit_tab_slider .vit_ts_img.slick-current .img_in:after {
    border: 3px solid var(--pt-c);
}

.vit_btn_wrap {
    margin: 25px 0;
    display: flex;
}

.vit_btn_wrap .btn_zzim {
    width: 56px;
    height: 56px;
    display: block;
    background: no-repeat center;
    background-image: url(../img/btn/zzim.png);
    border: 1px solid #dbdbdb;
    font-size: 0;
    color: transparent;
}

.vit_btn_wrap .btn_zzim.active {
    background-image: url(../img/btn/zzim_on.png);
}

.vit_btn_wrap .item_buy {
    width: calc(100% - 56px);
    margin-left: 10px;
    display: flex;
}

.vit_btn_wrap .item_buy a {
    flex: 1;
}

.link_buy {
    width: calc(100% - 66px)
}

.link_buy a {
    display: block;
}

.vit_btn_wrap .btn_st03 {
    height: 56px;
    line-height: 50px;
}

.vit_btn_wrap .btn_st03.c01 {
    margin-left: 10px;
}

.vit_btn_wrap .btn_st03.c02 {
    width: 100%;
    background-color: var(--pt-c);
    color: #fff;
    margin-top: 10px;
}

.vit_btn_wrap .btn_st03.c02.book {
    display: block;
}

.vit_tab_slider .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -24px;
    width: 48px;
    height: 48px;
    overflow: hidden;
    background: url("/img/sub/btn_arrow02.png") no-repeat;
    overflow: hidden;
    text-indent: -9999em;
    z-index: 55;
}

.vit_tab_slider .slick-arrow.slick-prev {
    left: -75px;
    background-position: left top;
}

.vit_tab_slider .slick-arrow.slick-prev:hover {
    background-position: left -48px;
}

.vit_tab_slider .slick-arrow.slick-next {
    right: -75px;
    background-position: -48px top;
}

.vit_tab_slider .slick-arrow.slick-next:hover {
    background-position: -48px -48px;
}

.view_top {
    margin-bottom: 40px;
}

.view_top .vti_item_desc {
    margin: 10px 0;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 300;
    color: #666;
    line-height: 1.5;
}

.item_view .list_tab {
    border-bottom: 1px solid #ddd;
}

.view_tab {
    height: 50px;
}

.view_tab .tab_list {
    width: 918px;
    display: flex;
}

.view_tab .tab_list>li {
    width: 33.333%;
    text-align: center;
}

.view_tab .tab_list>li>a {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    font-weight: 500;
}

/* .view_tab .tab_list > li > a > .num{font-size: 16px; font-weight: 100;} */
.view_tab .tab_list>li.active>a {
    border-bottom: 1px solid var(--basic-color)
}

.view_content {
    border-right: 1px solid #ddd;
}

.vc_wrap {
    float: left;
    width: calc(100% - 280px);
    height: auto;
    min-height: 800px;
    border-right: 1px solid #ddd;

}

.vc_nav {
    float: left;
    width: 280px;
    top: 73px;
}

.vc_nav .btn_wrap {
    margin-top: 20px;
}

.vc_wrap .vc_box {
    /* width: calc(100% - 30px); */
    padding-top: 50px;
    display: none;
    margin: 0 auto;
}

.vc_wrap .vc_box .vc_tit {
    font-size: 22px;
    color: #333;
    margin-bottom: 15px;
}

.vc_nav_sel {
    padding: 29px 19px;
}

.vc_nav_total {
    padding: 29px 19px;
    border-top: 1px solid #ddd;
    /*border-bottom: 1px solid #ddd;*/
}

.vc_nav_total .link_buy {
    width: 100%;
    margin-top: 20px;
}

.vc_nav_sel .vit_iltxt {
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
}

.vc_nav_sel select {
    width: 100%;
    height: 42px;
    border-color: #bbb;
    background-position: 97% center;
}

.vc_nav_sel .il_option {
    margin-bottom: 12px;
}

.vc_nav_sel .il_option select {
    margin-top: 10px;
}

.vc_nav_sel .il_option select:first-child {
    margin-top: 0;
}

.il_option select:hover {
    background-color: #f5f5f5;
}

.vc_nav_sel .info_result {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.vc_nav_sel .info_result_box .ir_num_money {
    width: 100%;
    /* text-align: right; */
    margin-top: 15px;
}

.vc_nav_total .vcnt_top {
    overflow: hidden;
    line-height: 24px;
    margin-bottom: 10px;
}

.vc_nav_total .vcnt_top .total_num {
    float: left;
    font-weight: 400;
}

.vc_nav_total .vcnt_top .mt_txt {
    float: right;
}

.vc_nav_total .btn_wrap .btn_st03 {
    width: 100%;
}

.vc_nav_total .btn_wrap .btn_st03.c01 {
    margin-top: 10px;
}

.vc_nav_total .btn_wrap .btn_st03.c02 {
    display: none;
    background-color: var(--pt-c);
    color: #fff;
}

.vc_nav_total .btn_wrap .btn_st03.c02.book {
    display: block;
}

.vc_box .ta_list01 .col-01 {
    width: 150px;
}

.vc_box .ta_list01 .col-02 {
    width: 300px;
}

.vti_popular {
    clear: both;
    padding-bottom: 28px;
    margin-top: 58px;
}

.vti_popular .vit_tit {
    font-size: 20px;
    line-height: 2.3;
    font-weight: 500;
}

.vti_popular .my_item_carousel {
    margin: 0 auto;
}

.vti_popular .my_item_carousel .mic_slider {
    padding-left: 0;
}

.vti_popular .my_item_carousel .slick-counter {
    position: absolute;
    top: 0;
    line-height: 46px;
    font-size: 12px;
    color: #666;
}

.vti_popular .my_item_carousel .slick-counter .current {
    color: #333;
}

.vti_popular .my_item_carousel .slick-arrow {
    opacity: 1;
}

.vti_popular .my_item_carousel .slick-arrow.slick-prev {
    left: -55px;
}

.vti_popular .my_item_carousel .slick-arrow.slick-next {
    right: -55px
}

.vc_tit02 {
    line-height: 32px;
    font-size: 20px;
    font-weight: 500;
    /* border-bottom: 1px solid #454545; */
    /* padding-bottom: 5px; */
}

.vc_tit02 span {
    font-weight: 100;
}



/* review_list */

/* .detail_review_list {
    border-top: 1px solid #888;
} */

.detail_review_list>li {
    position: relative;
    padding: 30px 20px;
    /* height: 90px; */
    border-bottom: 1px solid #dcdcdc;
}

.detail_review_list .rl_txt_box a {
    display: block;
}

.detail_review_list .rl_txt_box .rl_txt .txt_title {
    display: block;
    margin-bottom: 12px;
    color: #252525;
    line-height: 1.4;
    overflow: hidden;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.detail_review_list li.open .rl_txt_box .rl_txt .txt_title {
    white-space: normal;
}

.detail_review_list .rl_txt_box .rl_txt .txt_desc {
    margin-top: 17px;
    display: block;
    line-height: 1.6em;
    max-height: 3.2em;
    color: #252525;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.detail_review_list li.open .rl_txt_box .rl_txt .txt_desc {
    display: block;
}

.detail_review_list .rl_txt_box .rl_img {
    display: block;
    margin: 20px 0;
}

.detail_review_list .rl_txt_box .rl_img span {
    display: inline-block;
    width: 90px;
    height: 90px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border: 1px solid #dbdbdb;
}

.detail_review_list li.open .rl_txt_box .rl_img span {
    width: auto;
    height: auto;
}

.detail_review_list li.open .rl_txt_box .rl_img span img {
    display: block;
}

.detail_review_list .rl_txt_box .rl_img span img {
    display: inline-block;
    max-width: 100%;
    display: none;
}

.detail_review_list .rl_txt_box .rl_info {
    display: flex;
    margin-top: 12px;
    align-items: center;
}

.detail_review_list .rl_txt_box .rl_info .rli_txt {
    display: block;
    font-size: 16px;
    color: #999999;
}

.detail_review_list .rl_txt_box .rl_info span {
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
}

.detail_review_list .rl_txt_box .rl_info span::after {
    content: '';
    display: block;
    width: 1px;
    height: 14px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #eeeeee;
    position: absolute;
}

.detail_review_list .rl_txt_box .rl_info .rli_txt strong {
    color: #454545;
    font-weight: 500;
}

/* .detail_review_list .rl_txt_box .rl_star .ico_star {
    position: absolute;
    top: 20px;
    right: 30px;
} */

.item_qna {
    /*position: relative;*/
}

.qna_cont_wrap .qna_write_box {
    display: none;
}

.qna_cont_wrap {
    width: calc(100% - 130px);
}

.qna_write_box {
    margin-bottom: 40px;
}

.qna_write_box .vc_tit02 {
    margin-bottom: 16px;
}

.qna_write_box .btn_st04 {
    height: 62px;
    line-height: 62px;
    font-weight: 500;
    font-size: 1em;
}

.qna_write_box .iq_input {
    width: calc(100% - 140px);
    height: 62px;
    resize: none;
    border-right: none;
}

.qna_write_box .check_box {
    margin-top: 10px;
}

.qna_write_box .check_box input {
    display: none;
}

.qna_write_box .check_box input+label {
    padding-left: 20px;
    background: url("/img/main/checkbox_off.png") no-repeat center left;
}

.qna_write_box .check_box input:checked+label {
    background: url("/img/main/checkbox_on.png") no-repeat center left;
}

.iq_top_list li {
    position: relative;
    font-size: 12px;
    color: #333;
    padding: 5px 0;
    padding-left: 7px;
}

.iq_top_list li:after {
    content: "-";
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
}

.qna_list {
    border-top: 1px solid #888;
}

.qna_list>li {
    border-bottom: 1px solid #dcdcdc;
}

.qna_list .ql_tit {
    position: absolute;
    left: 20px;
    top: 20px;
    display: inline-block;
    width: 72px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    overflow: hidden;
    color: #fff;
    font-size: 13px;
    border-radius: 16px;
}

.qna_list .ql_tit.c01 {
    background-color: var(--pt-c);
}

.qna_list .ql_tit.c02 {
    background-color: #777;
}

.qna_list .ql_tit.c02:after {
    content: "";
    display: block;
    position: absolute;
    left: 14px;
    top: 8px;
    width: 8px;
    height: 8px;
    border-left: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
}


.que .btn_wrap {
    margin-left: 10px;
}

.que .btn_wrap button+button {
    margin-left: 10px;
}

.que .que_btn {
    width: 60px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    color: #454545;
    border: 1px solid #aaaaaa;
    font-size: 12px;
}



.qna_list .sc_wrap {
    padding: 20px 30px;
}

.qna_list .qna_cont_wrap .ql_name {
    color: #999
}

.qna_list .sc_wrap .ql_name {
    display: block;
    color: #999;
}

.qna_list .qna_cont_wrap .ql_txt {
    display: block;
    line-height: 1.5;
}

.que .user_text {
    display: none;
}

.qna_bot {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.del_wrap {
    margin-left: 10px;
    padding-left: 10px;
    position: relative;
}

.del_wrap::after {
    display: block;
    content: '';
    width: 1px;
    height: 14px;
    background: #eeeeee;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.del_wrap>button {
    color: #999999;
    font-size: 16px;
}

.del_wrap ul {
    bottom: -100px;
    right: inherit;
    left: 0;
}

div.del_wrap button {
    color: #999999;
    display: flex;
    align-items: center;
}

/* div.del_wrap {
    padding: 0;
} */

div.del_wrap button.del {
    width: 40px;
    height: 40px;
    background: url(../images/btn/btn_del.png) no-repeat center;

}

div.del_wrap ul {
    position: absolute;
    width: 100px;
    border: 1px solid #f0f0f0;
    box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.06);
    background: #fff;
    padding: 10px 0;
    border-radius: 6px;
    bottom: -100px;
    right: 20px;
    display: none;
    z-index: 4;
}

div.del_wrap ul button {
    width: 100px;
    line-height: 36px;
    display: block !important;
    color: #757575;
    font-size: 13px;
}

div.del_wrap ul button:hover {
    background: #f9f9f9;
}


.qna_list .ql_date {
    color: #999999;
    padding-left: 10px;
    margin-left: 10px;
    position: relative;

}

.qna_list .ql_date::after {
    display: block;
    content: '';
    width: 1px;
    height: 14px;
    background: #eeeeee;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.qna_list .que,
.qna_list .ans {
    position: relative;
    padding: 20px 0;
}

.qna_list .ans {
    display: none;
    background: #fafafa;
    border-top: 1px solid #dbdbdb;
}

/* .ship_info .vc_tit02 {
    margin-bottom: 20px;
} */

.ship_info_list {
    width: 100%;
    /* border-top: 1px solid #eee; */
}

.ship_info_list th {
    width: 150px;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #eee;
    font-weight: 500;
    background-color: #fafafa;
}

.ship_info_list td {
    padding: 20px;
    text-align: left;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #eee;
    line-height: 170%;
    font-weight: 300;
    letter-spacing: -0.8px;
}

.order_top {
    overflow: hidden;
    margin-bottom: 0;
    margin-top: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;

}

.order_top .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order_top .ot_tit {
    font-size: 24px;
    color: #252525;
    font-weight: bold;
}

.order_top .ot_list li {
    position: relative;
    float: left;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.order_top .ot_list li+li {
    margin-left: 15px;
    padding-left: 15px;
}

.order_top .ot_list li:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 14px;
    background: url(/img/sub/icon_arrow02.png) no-repeat center center/cover;
}

.order_top .ot_list li:first-child::after {
    display: none;
}

.order_top .ot_list li.active {
    color: var(--pt-c);
}

.order_top .ot_list li .num {
    font-size: 16px;
    font-weight: 500;
}


.ob_info {
    padding: 20px 0 0;
}

.ob_info li {
    padding: 5px 0;
    line-height: 1.333;
}

.ob_info li span {
    display: inline-block;
    width: 350px;
    font-size: 14px;
    line-height: 1.333;
    color: #888;
    font-weight: 300;
}

.ob_info li a {
    display: inline-block;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    padding-right: 12px;
    background: url("/img/common/b_next.png") no-repeat right center;
}

.cart_tab {
    margin: 50px 0 30px 0;
}

.cart_tab ul {
    font-size: 0;
}

.cart_tab li {
    display: inline-block;
    width: 33.33%;
    text-align: center;
    height: 50px;
    border: 1px solid #ddd;
    border-right: none;

    background: #fafafa
}

.cart_tab li:last-child {
    border-right: 1px solid #ddd;
}

.cart_tab li a {
    font-size: 18px;
    color: #000;
    display: block;
    line-height: 50px;
    font-weight: 500;
}

.cart_top_ttl {
    display: inline-block;
    width: 100px;
    height: 40px;
    text-align: left;
    margin-top: 30px;
}

.cart_top_ttl p {
    font-size: 20px;
    line-height: 40px;
    color: #000;
    padding-left: 10px;
}

/* .cart .cart_content {
    border-bottom: 1px solid #dbdbdb;
} */

.ol_list {
    width: 100%;
    table-layout: fixed;
    border-top: 1px solid #252525;
    margin-top: 20px;
}

.ol_list thead th {
    height: 40px;
    border-bottom: 1px solid #dbdbdb;
    font-size: 13px;
    color: #333;
    font-weight: 500;
    line-height: 1.3;
}

.ol_list tbody tr {
    border-bottom: 1px solid #dbdbdb;
}

.ol_list tbody td {
    font-size: 14px;
    padding: 15px 10px;
    text-align: center;
}

.ol_list tbody td+td {
    border-left: 1px solid #dbdbdb;
}



.ol_list tbody td.ol_item {
    text-align: left;
    /* padding-left: 18px; */
}

.seller_list {
    width: 100%;
    table-layout: fixed;
    border-top: 1px solid #252525;
}

.seller_list thead th {
    height: 40px;
    border-bottom: 1px solid #dbdbdb;
    font-size: 13px;
    color: #333;
    font-weight: 500;
    padding: 0 10px;
}

.seller_list tbody tr {
    border-bottom: 1px solid #dbdbdb;
}

.seller_list tbody td {
    font-size: 14px;
    padding: 15px 10px;
    text-align: center;
}

.seller_list tbody td+td {
    border-left: 1px solid #dbdbdb;
}

.seller_list tbody td.od_more_view a {
    display: block;
    width: 100%;
}

.seller_list tbody td.ol_item {
    text-align: left;
}

.seller_list tbody td div {
    line-height: 1.5;
}




.ol_item_box {
    display: flex;
    align-items: flex-start;
    position: relative;
}

.ol_item_box .item_img_wrap {
    flex-shrink: 0;
    flex-grow: 0;
    width: 90px;
    margin-right: 15px;
}

.ol_item_box .img_thurm {
    display: block;
    width: 90px;
    height: 90px;
}

.ol_item_box .img_thurm span {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
}

.ol_item_box .img_thurm span img {
    width: 100%;
    min-height: 100%;
}

/* .ol_item_box .item_info_wrap {
    margin-top:5px;
} */

.ol_item_box .item_tit {
    font-size: 17px;
    color: #333;
    font-weight: 400;
    margin-bottom: 6px;
    line-height: 1.3;
}

.ol_item_box .item_option {
    margin-bottom: 30px;
    font-size: 15px;
    color: #757575;
}

.ol_item_box .item_option li {
    font-size: 13px;
    color: #888;
    font-weight: 300;
    line-height: 150%;
}

.ol_item_box .item_option li strong {
    font-weight: 500;
    color: #333;
}

.ol_item_box .txt01 {
    font-family: "Dotum";
    margin-bottom: 8px;
}

.ol_list tbody td.ol_money {
    font-size: 14px;
}

.ol_list tbody td.ol_money strong {
    font-size: 18px;
    font-weight: 900;
}

.ol_list tbody td.ol_discount strong {
    font-size: 18px;
    font-weight: 900;
}

.ol_list tbody td.ol_total {
    font-size: 14px;
    color: var(--pt-c);
}

.ol_list tbody td.ol_total strong {
    font-size: 18px;
    font-weight: 900;
}

.ol_list .ol_num input {
    width: 44px;
}

.ol_list .ol_num li {
    padding: 3px 0;
}

.ol_list .ol_save li {
    padding: 5px 0;
}

.ol_list .ol_save p {
    line-height: 130%;
}

.ol_list_ftxt {
    padding: 15px;
}

.ol_list_ftxt .check_style {
    vertical-align: middle;
    margin-right: 6px;
    margin-top: 2px;
}

.ol_list_ftxt .check_style .checkmark {
    top: 1px;
}

.ol_list_ftxt strong {
    font-size: 13px;
    margin-right: 18px;
}

.order_total {
    border-top: 1px solid #252525;
    margin-top: 30px;
}

.order_total dl:after {
    content: "";
    display: block;
    clear: both;
}

.order_total dl {
    position: relative;
    border-bottom: 1px solid #dbdbdb;
}

.order_total dl dt {
    position: absolute;
    left: 18px;
    top: 0;
    line-height: 80px;
    font-size: 24px;
    color: #333;
    font-weight: 500;
}

.order_total dl dd {
    float: right;
    width: 360px;
}

.order_total dl .ot_total {
    line-height: 80px;
    font-size: 16px;
    color: #000000;
    text-align: right;
    padding-right: 18px;
}

.order_total dl .ot_total strong {
    font-size: 24px;
    font-weight: 900;
}

.order_total .ot_list {
    width: 100%;
}

.order_total .ot_list th {
    height: 60px;
    font-size: 18px;
    border-top: 1px solid #dbdbdb;
    text-align: left;
    color: #333;
}

.order_total .ot_list td {
    border-top: 1px solid #dcdcdc;
}

.order_total .ot_list .ot_money {
    font-size: 14px;
    color: #000;
    text-align: right;
    padding-right: 18px;
}

.order_total .ot_list .ot_money strong {
    font-size: 18px;
    font-weight: 900;
}

.cart_content .btn_wrap {
    padding: 40px 0;
    text-align: right;
}

.cart_content .btn_wrap .btn_st06 {
    margin-left: 20px;
}

/* 장바구니 수정 */
.cart table.ol_list th {
    background: #fafafa;
}

.cart table.ol_list th:first-child,
.cart table.ol_list th:nth-child(2) {
    border-left: 0;
}

.cart table.ol_list th.od_check {
    width: 38px;
}

.cart table.ol_list th.od_item {
    width: auto;
}

.cart table.ol_list th.ol_money {
    width: 210px;
}

.cart table.ol_list th.ol_quantity {
    width: 80px;
}

.cart table.ol_list th.od_total {
    width: 208px;
}

.cart table.ol_list th.ol_save {
    width: 130px;
}

.cart table.ol_list td.bl_none {
    border-left: 0;
}

.cart table.ol_list span.check_box {
    line-height: 15px;
    position: relative;
    display: inline-block;
    height: 15px;
    padding-left: 15px;
    vertical-align: baseline;
}

.cart table.ol_list span.check_box input {
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
}

.cart table.ol_list span.check_box label {
    font-size: 0;
    text-indent: -9999px;
}

.cart table.ol_list span.check_box label::before {
    display: block;
    content: '';
    cursor: pointer;
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #cdcdcd;
    background: #fff url('../img/btn/checkbox.png') no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
}

.cart table.ol_list span.check_box input:checked+label:before {
    content: '';
    cursor: pointer;
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #cdcdcd;
    background: #fff url('../img/btn/checkbox_chenc.png') no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
}

.cart table.ol_list td.od_item .ol_item_box {
    text-align: left;
}

.cart table.ol_list td.od_item .btn_st05 {
    font-weight: 500;
}

.cart table.ol_list td.ol_total {
    color: #000;
    text-align: center;
    font-size: 14px;
}

.cart table.ol_list td.ol_total strong {
    font-size: 18px;
    font-weight: 900;
}

.cart table.ol_list td.ol_quantity input[type="text"] {
    padding: 0;
    margin-bottom: 5px;
    width: 44.09px;
    text-align: center;
}

.cart table.ol_list td.ol_save .btn_st05 {
    padding: 0;
    width: 80px;
    height: 26px;
    font-weight: 500;
}

.cart table.ol_list td.ol_save .btn_st05.bg_gray {
    background: #555;
    color: #fff;
}

.cart table.ol_list tfoot td {
    padding: 15px 0 15px 12px;
    font-weight: 500;
}

.cart table.ol_list tfoot td p {
    margin-right: 20px;
    margin-left: 10px;
    font-size: 13px;
    display: inline-block;
}

.cart table.ol_list tfoot td .btn_st05 {
    padding: 0;
    width: 80px;
    height: 26px;
    text-align: center;
}

/* 2018-04-27 */
/* 장바구니 팝업 */
.basket_popup_box {
    display: none;
    position: absolute;
    top: 130px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.basket_popup_box>div {
    background-color: #fff;
}

.basket_popup_box>div>div {
    position: relative;
    width: 1180px;
    padding: 40px 0;
    height: 330px;
    margin: 0 auto;

}

.basket_popup_box>div>div:after {
    content: "";
    display: block;
    clear: both;
}

.basket_popup_box>div>div>div {
    padding: 0px 0;
    width: 50%;
    height: 240px;
    float: left;

    text-align: center;
}

.basket_popup_box>div>div>div:first-child {
    border-right: solid 1px #cccccc;
}

.basket_popup_box>div>div>div h3 {
    margin-bottom: 30px;
    font-size: 22px;
}

.basket_popup_box>div>div>div img {
    width: 120px;
    margin-bottom: 10px;
}

.basket_popup_box>div>div>div p {
    line-height: 22px;
    color: #888888;
    font-size: 13px;
}

.basket_popup_box>div>div>div p span {
    color: #333;
}

.basket_popup_box>div>div>div h4 {
    margin: 60px 0 75px;
    font-size: 30px;
    font-weight: 300;
}

.basket_popup_box>div>div>div h4 span {
    font-weight: 800;
}

.basket_popup_box>div>div>div div {
    display: inline-block;
}

.basket_popup_box>div>div>div div button {
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: 300;

}

.basket_popup_box>div>div>div div button:first-child {
    border: solid 1px #cccccc;
    margin-right: 10px;
}

.basket_popup_box>div>div>div div button:last-child {
    background-color: var(--pt-c);
    color: #fff;
}

.basket_popup_box>div>div>a {
    position: absolute;
    top: 20px;
    right: -40px;
}

.basket_popup_box>div>div>a .only_mo {
    display: none;
}


.order_content .order_body {

    display: flex;
}


.order_content .order_body .ob_left {
    width: calc(100% - 360px);
    padding-right: 40px;
    padding-top: 50px;
    padding-bottom: 120px;
}

.order_content .order_body .ob_right {
    width: 360px;
    padding-top: 50px;
    border-left: solid 1px #eee;
    border-right: solid 1px #eee;
    padding-bottom: 120px;
}

.ob_tit {
    font-size: 24px;
    color: #252525;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 1px solid #bbbbbb;
}

.ob_tit span {
    font-size: 14px;
    color: #757575;
    font-weight: 400;
}

.ship_address {
    position: relative;
    margin-bottom: 40px;
}

.ship_address .sa_tab {
    padding-top: 9px;
    margin-left: 1px;
    margin-bottom: 10px;
}

.ship_address .sa_tab li {
    float: left;
    width: 33.33%;
    margin-left: -1px;
}

.ship_address .sa_tab li a {
    position: relative;
    display: block;
    height: 42px;
    line-height: 42px;
    font-weight: 500;
    color: #999;
    font-size: 15px;
    text-align: center;
    border: solid 1px #dbdbdb;
}

.ship_address .sa_tab li.active a {
    border: 1px solid #727272;
    background-color: #fff;
    border-bottom-color: #fff;
    color: var(--pt-c);
    font-weight: bold;
    z-index: 1;
}

.ship_address .sa_tab li.active a {
    border: solid 1px var(--pt-c);
    color: var(--pt-c);
    font-weight: bold;
    z-index: 1;
}

.sa_list {
    width: 100%;
}

.sa_list tr:not(:last-of-type) {
    border-bottom: 1px solid #eee;
}

.sa_list th {
    width: 112px;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #252525;
    text-align: left;
    vertical-align: middle;

}

.sa_list th label {
    position: relative;
    display: inline-block;
    line-height: 24px;
}

.sa_list td {
    padding: 9px 10px;
}

.sa_list td input[type="text"] {
    display: block;
    width: 100%;
    height: 42px;
    border: 1px solid #dbdbdb;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 400;
    color: #252525;
}

.sa_list td input.add_search {
    width: 130px;
}

.sa_list td select {
    display: block;
    width: 100%;
    height: 42px;
    border: 1px solid #dbdbdb;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #252525;
}

.sa_list td.add>div {
    margin-top: 12px;
}

.sa_list td.add>div:not(:last-of-type) {
    margin-bottom: 8px;
}

.sa_list td .add1 {
    display: flex;
    align-items: center;
}

.sa_list td .add1 .btn_add {
    display: block;
    width: 80px;
    height: 42px;
    margin-right: 8px;
    border: 1px solid #aaaaaa;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #252525;
    flex: 0 0 auto;

}

.sa_list td.add .add2 input[type="text"],
.sa_list td.add .add3 input[type="text"] {
    width: 100%;
}

.sa_list td .ph {
    display: flex;
    align-items: center;
}

.sa_list td .ph span {
    display: block;
    width: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #454545;
    text-align: center;
    flex: 0 0 auto;
}

.sa_list td .ph select,
.sa_list td .ph input {
    width: calc(33.33% - 10px);
}

.sa_list td textarea {
    display: block;
    width: 100%;
    height: 73px;
    padding: 13px;
    border: 1px solid #dbdbdb;
    font-size: 16px;
    line-height: 1.4;
    color: #252525;

    resize: none;
}

.sa_content {
    display: none;
}

.point_use {
    padding: 10px 20px;
    border-top: 1px solid #aaaaaa;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 40px;
}

.point_use dl {
    display: flex;
    align-items: center;
}

.point_use dt {
    margin-right: 68px;
    font-size: 16px;
    font-weight: 500;
    color: #252525;
    text-transform: uppercase;
    flex: 0 0 auto;
}

.point_use dd {
    width: 100%;
}

.point_use .balance {
    display: block;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 400;
    color: #757575;
}

.point_use .balance strong {
    font-weight: 400;
    color: #e51f25;
}

.point_use .point_apply {
    display: flex;
    align-items: center;
}

.point_use .point_input {
    display: flex;
    align-items: center;
    height: 42px;
    padding: 0 10px;
    border: 1px solid #dbdbdb;
}

.point_use .point_input input {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    text-align: right;
    font-size: 15px;
    font-weight: 400;
    color: #252525;
}

.point_use .point_input .unit {
    display: block;
    margin-left: 10px;
    font-size: 15px;
    font-weight: 400;
    color: #252525;
    flex: 0 0 auto;
}

.point_use .point_apply button {
    display: block;
    width: 100px;
    height: 42px;
    border: 1px solid #aaaaaa;
    margin-left: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #252525;
    flex: 0 0 auto;

}

.point_use .point_apply button.all_btn {
    border-color: var(--pt-c);
    color: #fff;
    background: var(--pt-c);
}


.point_use .btn_pu01.c01 {
    color: #fff;
    background-color: var(--pt-c);
    border-color: var(--pt-c);
}


.payment_list .pl_radio {
    padding: 13px 0;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #dbdbdb;
}

.payment_list .pl_radio li:not(:last-of-type) {
    margin-bottom: 16px;

}

.payment_list .pl_radio li input {
    display: none;
}

.payment_list .pl_radio li input+label {
    display: inline-block;
    padding-left: 28px;
    font-size: 15px;
    font-weight: 400;
    color: #252525;
    line-height: 18px;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../img/ico/checkbox_18x18.png);
}

.payment_list .pl_radio li input:checked+label {
    background-image: url(../img/ico/checkbox_18x18_on.png);
}

.order_info_box {
    min-height: 130px;
    max-height: 392px;
    padding: 18px 20px;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 40px;
    overflow-y: scroll;

}

.order_final .of_box {
    border: 4px solid #000;
}

.order_final .box01,
.order_final .box02,
.order_final .box03 {
    padding: 8px 27px;
}

.order_final .box01 {
    border-bottom: 1px solid #c3ccd7;
}

.order_final .money_list li {
    padding: 8px 0;
    line-height: 150%;
}

.order_final .money_list li:after {
    content: "";
    display: block;
    clear: both;
}

.order_final .money_list li .ml_tit {
    position: relative;
    float: left;
    font-size: 14px;
    color: #3d3d3d;
    font-family: "Dotum";
    padding-left: 8px;
}

.order_final .money_list li .ml_tit:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    width: 2px;
    height: 2px;
    background-color: #333;
}

.order_final .money_list li .ml_num {
    float: right;
    font-size: 13px;
    color: #333;
}

.order_final .money_list li .ml_num strong {
    font-size: 20px;
    font-weight: 900;
    margin-right: 5px;
    vertical-align: middle;
}

.order_final .box02 .money_list li .ml_tit {
    font-size: 16px;
}

.order_final .box02 .money_list li .ml_num strong {
    font-size: 36px;
}

.order_final .box03 {
    font-size: 15px;
    color: #000;
    line-height: 44px;
    background-color: #efefef;
    font-weight: 300;
}

.order_final .box03 strong {
    color: var(--pt-c);
    font-weight: 300;
    margin-right: 8px;
}

.order_final .btn_wrap {
    margin-top: 20px;
}

.order_final .payment_API {
    margin: 10px 0;
}

.order_benefit_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 40px;
}

.order_benefit_row dt {
    font-size: 16px;
    font-weight: 400;
    color: #252525;
}


.order_benefit_row dd {
    font-size: 16px;
    font-weight: 400;
    color: #252525;
}

.order_benefit_row dd strong {
    font-size: 18px;
    font-family: 'Gmarket Sans';
    font-weight: 900;
}

.order_final_wrap {
    border-top: 1px solid #aaaaaa;
    border-bottom: 1px solid #dbdbdb;
}

.order_final_wrap .order_final {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-bottom: solid 1px #eee;
}

.order_final_wrap .order_final dt {
    font-size: 16px;
    font-weight: 400;
    color: #252525;
}

.order_final_wrap .order_final dd {
    font-size: 16px;
    font-weight: 400;
    color: #252525;
}

.order_final_wrap .order_final dd strong {
    font-size: 18px;
    font-family: 'Gmarket Sans';
    font-weight: 900;
}

.order_btn_row {
    display: flex;
    margin-top: 20px;
}

.order_btn_row .btn_payment {
    display: block;
    width: 100%;
    max-width: 230px;
    height: 54px;
    margin: 0;
    margin-left: auto;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #var(--pt-c);
}


.order_ok_body {
    margin-top: 32px;
}

.odok_box {
    /* border: 17px solid #b2c5d4;  */
    border: 17px solid #f5f5f5;
    text-align: center;
    background-color: #fff;
    padding: 36px 0;
    margin-bottom: 35px;
}

.odok_box>p {
    line-height: 1.7;
}

.odok_box .ok_txt01 {
    position: relative;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    padding-bottom: 18px;
    margin-bottom: 14px;
}

.odok_box .ok_txt01:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -12px;
    width: 24px;
    border-bottom: 4px solid #9e9e9e;
}

.odok_box .ok_txt02 {
    font-size: 15px;
    color: #000;
    line-height: 180%;
    font-weight: 300;
}

.odok_info01 {
    margin-bottom: 42px;
}

.odok_info01 .odok_der {
    border-top: 1px solid #747474;
    display: table;
    width: 100%;
}

.odok_info01 .odok_der dt {
    display: table-cell;
    width: 185px;
    padding: 20px 0;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.odok_info01 .odok_der dd {
    display: table-cell;
    padding: 20px 0;
    line-height: 180%;
    font-size: 14px;
    color: #333;
    font-weight: 300;
}

.odok_info01 .ol_list .cols-02 {
    width: 62%;
}

.odok_info02 .odok_pay {
    border-top: 1px solid #747474;
    padding: 35px 10px 0;
}

.odok_info02 .odok_pay span {
    font-size: 16px;
    color: #333;
    margin-right: 40px;
}

.odok_info02 .odok_pay span:nth-child(2) {
    margin-right: 0;
}

.odok_info02 .odok_pay span strong {
    font-weight: 900;
}

.odok_info02 .btn_wrap {
    padding-top: 90px;
    text-align: center;
}

.odok_info02 .btn_wrap .btn_st07 {
    margin: 0 5px;
}

/* 내쿠폰함 */
.my_coupon_layer {
    position: fixed;
    top: 0;
    width: 690px;
    z-index: 100;
    background-color: #fff;
    display: none;
}

.my_cou_top {
    padding: 0 25px;
    background-color: #3a3a3c;
}

.my_cou_top .lp_tit {
    line-height: 67px;
    font-size: 21px;
    color: #fff;
    font-weight: bold;
}

.my_coupon_layer .btn_layer_close {
    position: absolute;
    right: 25px;
    top: 20px;
}

.my_cou_body {
    padding: 20px 18px;
}

.my_cou_body .my_coupon_list {
    width: 100%;
}

.my_coupon_list th {
    width: 128px;
    text-align: left;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    line-height: 35px;
    padding: 6px 0;
    vertical-align: top;
}

.my_coupon_list td {
    padding: 6px 0
}

.my_coupon_list .bdb th,
.my_coupon_list .bdb td {
    border-bottom: 1px solid #8a8a8a;
}

.my_coupon_list .m_num {
    font-size: 15px;
    color: #000;
    font-weight: bold;
    overflow: hidden;
    line-height: 35px;
}

.my_coupon_list .m_txt01 {
    font-size: 14px;
    color: #000;
    line-height: 35px;
}

.my_coupon_list .coupon_ip {
    position: relative;
    padding-right: 85px;
}

.my_coupon_list .coupon_ip input {
    width: 100%;
    height: 35px;
}

.my_coupon_list .coupon_ip .btn_ip {
    position: absolute;
    right: 0;
    top: 0;
    width: 72px;
    height: 35px;
    line-height: 33px;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    color: #000;
    background-color: #efefef;
    border: 1px solid #c7c7c7;
}

.my_cou_body .my_cou_box {
    padding: 18px 22px;
    border: 1px solid #d9d9d9;
    background-color: #efefef;
    font-size: 14px;
    margin-top: 20px;
}

.my_cou_body .my_cou_box strong {
    color: #000;
    font-weight: bold;
    margin-right: 60px;
}

.my_cou_total {
    width: 100%;
    margin-top: 80px;
}

.my_cou_total th {
    text-align: left;
    padding-left: 18px;
    height: 32px;
    background-color: #f6f7fb;
    border: 1px solid #d3d5df;
    font-size: 14px;
}

.my_cou_total th.last {
    background-color: #e7ebf5;
}

.my_cou_total td {
    text-align: right;
    padding-right: 18px;
    border: 1px solid #d3d5df;
    height: 40px;
    font-size: 14px;
}

.my_cou_total td.last {
    background-color: #e7ebf5;
}

.my_cou_total .m_num {
    font-size: 14px;
    color: #333;
}

.my_cou_total .m_num strong {
    font-size: 18px;
    font-weight: 900;
}

.my_cou_total .mct03 .m_num {
    color: #dc1718;
}

.my_cou_total .mct01,
.my_cou_total .mct02 {
    position: relative;
}

.my_cou_total .icon_minus {
    position: absolute;
    right: -33px;
    top: 50%;
    margin-top: -13px;
    display: inline-block;
    width: 27px;
    height: 27px;
    border: 1px solid #b6b9c3;
    border-radius: 50%;
    background-color: #fff;
}

.my_cou_total .icon_minus:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7px;
    margin-top: -2px;
    width: 15px;
    height: 3px;
    background-color: #2e2e2e;
}

.my_cou_total .icon_same {
    position: absolute;
    right: -33px;
    top: 50%;
    margin-top: -13px;
    display: inline-block;
    width: 27px;
    height: 27px;
    border: 1px solid #b6b9c3;
    border-radius: 50%;
    background-color: #fff;
}

.my_cou_total .icon_same:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7px;
    margin-top: 1px;
    width: 15px;
    height: 3px;
    background-color: #dc1718;
}

.my_cou_total .icon_same:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7px;
    margin-top: -5px;
    width: 15px;
    height: 3px;
    background-color: #dc1718;
}

.my_cou_body .btn_wrap {
    text-align: center;
    padding: 42px 0 0 0;
}

.f_left {
    float: left;
}

.f_right {
    float: right;
}

/* 쿠폰함 custom */
.my_coupon_layer.coupon_01 {
    display: block;
    position: relative;
    margin: 0px 0;
    width: 100%;
}

.my_coupon_layer.coupon_01 .my_cou_body {}

.my_coupon_layer.coupon_01 .ta_right {
    width: 100%;
    border-bottom: solid 1px #a7a7a7;
    padding-bottom: 8px;
}

.my_coupon_layer.coupon_01 .ta_right p {
    float: left;
    line-height: 20px;
}

.my_coupon_layer.coupon_01 .ta_right p:before {
    content: "";
    display: inline-block;
    margin: 0px 5px -3px;
    width: 22px;
    height: 20px;
    background: url("../img/login/caution.png") no-repeat;
    background-size: contain;
}

.my_coupon_layer.coupon_01 .my_cou_body .my_coupon_list th {
    padding: 5px 12px;
}

.my_coupon_layer.coupon_01 .my_cou_body .my_coupon_list td {
    padding: 5px 12px;
}

.my_coupon_layer.coupon_01 .my_cou_body .my_coupon_list div {
    font-weight: 400;
}

.my_coupon_layer.coupon_01 .my_cou_body .my_coupon_list div span {
    font-weight: 400;
}

.my_coupon_layer.coupon_01 .my_cou_body .my_coupon_list div .f_left {
    float: none;
}

.my_coupon_layer.coupon_01 .my_cou_body .my_coupon_list div .block {
    display: block;
}

.my_coupon_layer.coupon_01 .my_cou_body .my_coupon_list div .color_pointer {
    color: #4f67c7;
}

.my_coupon_layer.coupon_01 .my_cou_body .my_coupon_list .radio_box {
    margin: 5px 0px;
}

.my_coupon_layer.coupon_01 .my_cou_body .my_coupon_list .radio_box .txt_sub {
    text-decoration: line-through;
}

.my_coupon_layer.coupon_01 .my_cou_body .my_coupon_list .radio_box input[type="radio"] {
    margin: 5px 10px 5px 0px;
}

.my_coupon_layer.coupon_01 .my_cou_body .my_coupon_list .discount_result {
    border-bottom: solid 1px #98999b;
    font-weight: 500;
    text-align: right;
}

.my_coupon_layer.coupon_01 .my_cou_body .my_coupon_list .discount_result .color_pointer2 {
    color: #069ee9;
}

.my_coupon_layer.coupon_01 .my_cou_body .my_coupon_list .table_bg {
    background-color: #f7f8fc;
    border-top: solid 1px #ebebed;
}

.my_coupon_layer.coupon_01 .my_cou_body .my_coupon_list .table_bg.table_border {
    border: none;
}

.my_coupon_layer.coupon_01 .my_cou_body .my_coupon_list:first-of-type {}

.my_coupon_layer.coupon_01 .my_cou_body .my_coupon_list:first-of-type tr:first-child {
    background-color: #e2e3e8;
}

.my_coupon_layer.coupon_01 .my_cou_total .mct03 .m_num {
    color: #069ee9;
}

.my_coupon_layer.coupon_01 .my_cou_total .icon_same:before {
    background-color: #2e2e2e;
}

.my_coupon_layer.coupon_01 .my_cou_total .icon_same:after {
    background-color: #2e2e2e;
}

/* 회원가입 */
/* 가입방식 선택 */
.member-container {

    width: 1180px;
    margin: 0px auto 200px;
    padding: 90px 95px 0px;
}

.member-container h2 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}

.member-container p {
    margin: 20px 0 63px;
    font-size: 15px;
    color: #7e7e7e;
    text-align: center;
}

.member {
    position: relative;
}

.member:after {
    content: "";
    display: block;
    clear: both;
}

.members {
    position: relative;
    float: left;
    margin-right: 62px;
    margin-bottom: 83px;
    width: 288px;
    height: 245px;
}

.members.members_new {
    background: url("/img/member/new_01.png") no-repeat;
    background-position: 40% 40%;
}

.members.members_old {
    background: url("/img/member/new_02.png") no-repeat;
    background-position: 40% 40%;
}

.members.members_facebook {
    margin-right: 0px;
    float: right;
    background: url("/img/member/new_03.png") no-repeat;
    background-position: 40% 40%;
}

/* .member input[type="radio"]{position:absolute; bottom:20px; left:48%;} */
.member input[type="button"] {
    display: block;
    clear: both;
    width: 140px;
    height: 50px;
    margin: 30px auto 64px;
    border: none;
    background-color: #069ee9;
    font-size: 18px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.member-container .form-box2 .form_btn {
    display: block;
    clear: both;
    width: 250px;
    height: 50px;
    margin: 30px auto 64px;
    border: none;
    background: #069ee9;
    font-size: 18px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.member .join_choice {
    width: 100%;
    overflow: hidden;

    margin-bottom: 30px;
}

.member .join_choice li {
    float: left;
    width: 50%;
    border: 1px solid var(--pt-c);

}

.member .join_choice li:nth-child(2) {
    border-left: 0;
}

.member .join_choice li:nth-child(3) {
    border-left: 0;
}

.member .join_choice li a {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    color: var(--pt-c);
    font-size: 16px;
}

.member .join_choice li a.active {
    background: var(--pt-c);
    color: #fff;
}

/* 로그인 */



/* 회원정보이관정책동의 */
.check_info_box {
    position: relative;
    margin-top: 5px;
}

.check_info_popup {
    display: none;
    position: absolute;
    top: 35%;
    left: 50%;
    background-color: #fff;
    width: 550px;
    height: 310px;
    padding: 22px 35px;
    box-shadow: 0 0 8px #606060;
    border-radius: 4px;

    z-index: 99999;
    transform: translate(-50%, -50%);
}

.check_info_popup h3 {
    font-size: 16px;
    color: #000;
    margin-bottom: 15px;
}

.check_info_popup>.check_info_txt {
    padding: 22px;
    height: 170px;
    background-color: #f2f2f2;
    overflow-y: auto;

}

.check_info_popup>.cloes_info_box {
    position: absolute;
    top: 20px;
    right: 22px;
}

.check_info_popup>.btn_box {
    display: table;
    margin: 20px auto;
}

.check_info_popup>.btn_box button {
    width: 150px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
}

.check_info_popup>.btn_box button:first-child {
    margin-right: 10px;
    background-color: var(--pt-c);
}

.check_info_popup>.btn_box button:last-child {
    background-color: #777777;
}



/* ad zone */
.login .ad_zone {
    float: right;
    width: 450px;
    height: 310px;
    background: #ebebeb;
    margin-right: 0px;
    outline: solid 1px #ccc;
    text-indent: -9999999px;
}

/* 비회원 개인정보 이용 동의 팝업 */
.popup p.popup_txt,
.popup p.check_cation,
.popup .popup_check label {
    font-size: 12px;
    font-family: 'MalgunGothic';
    font-weight: 300;
    color: #666;
    line-height: 22px;
}

.popup p.popup_txt {
    margin: 0 15px 20px;
}

.popup .check_agree {
    width: 100%;
    height: 385px;
    overflow-y: auto;
    border: 1px solid #dcdcdc;
}

.popup .check_agree div {
    width: 90%;
    padding: 35px 0;
    margin: 0 auto;
}

.popup .check_agree div p {
    font-family: 'MalgunGothic';
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    color: #666;
}

.popup .popup_check {
    text-align: center;
}

.popup span.radio {
    margin: 0 10px;
    padding-left: 15px;
    position: relative;
    display: inline-block;
    height: 17px;
    line-height: 15px;
    vertical-align: baseline;
}

.popup span.radio input {
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 4px;
    left: 0;
    z-index: 1;
    opacity: 0;
}

.popup span.radio label {
    font-weight: 400;
    font-size: 12px;
    margin-left: 5px;
    line-height: 12px;
}



.popup p.check_cation {
    margin-top: 20px;
    margin-bottom: 10px;
}


/* 주문비밀번호 찾기 */
.modal1 {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.form-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 410px;
    height: 370px;
    background-color: #fff;
    outline: solid 3px #2f6fe6;
    transform: translate(-50%, -50%);
}

.form-box h2 {
    padding: 14px 18px 0;
    color: #4a7adf;
    font-size: 24px;
    font-weight: normal;
}

.form-box a {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 18px;
    background: url("/img/ico/close.png");
    text-indent: -99999px;
}

.form-box table {
    padding-top: 19px;
    margin: 15px 0;
    width: 100%;
    border-top: solid 1px #bfbfc0;
    border-bottom: solid 1px #bfbfc0;
}

.form-box table th {

    padding-left: 45px;
    width: 125px;
    height: 28px;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 42px;
}

.form-box table tr:first-child th {
    padding-top: 19px;
}

.form-box table tr:first-child td input {
    margin-top: 19px;
}

.form-box table td {
    padding-left: 22px;
}

.form-box table td input {
    width: 190px;
    height: 28px;
    line-height: 28px;
    margin: 3px 0 2px;
}

.form-box table .phone input {
    width: 55px;
}

.form-box table .user_password input {
    font-size: 12px;
}

.form-box table .out_user_sms {
    font-size: 11px;
    line-height: 14px;
}

.form-box table .out_user_sms td {
    color: #5e5e5e;
}

.form-box table .out_user_sms td input {
    width: 14px;
    height: 14px;
    margin: 3px 4px 4px;
}

.form-box table .out_user_sms td input:nth-child(2) {
    margin-left: 20px;
}

.form-box p {
    padding: 3px 64px 0 22px;
    font-size: 12px;
    font-weight: 300;
    color: #6e6e6e;
    line-height: 18px;
}

.form-box input[type="submit"] {
    display: block;
    margin: 10px auto 20px;
    width: 110px;
    height: 30px;
    background-color: #3770ed;
    color: #fff;
    border: solid 1px #2a5bcc;
}

/* 회원가입 */
.member-container.member-form {
    margin: 0px auto 200px;
    padding: 100px 0 0px;
    width: 450px;

}

/* .member-container .member h2 {
    margin-bottom: 16px;
    font-size: 40px;
    font-weight: 700;
    color: #252525;
    text-align: center;
    text-transform: uppercase;
} */

.member-container .member h2+p {
    margin: 0;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #999;
    text-align: center;
}

.form-box2 {
    margin-top: 40px;
}

.form-box2 .checkbox {
    margin-top: 10px;
    position: relative;
}

.form-box2 .input_wrap .checkbox {
    position: relative;
    margin-bottom: 20px;
}

.form-box2 .checkbox input[type="checkbox"] {
    display: none;
}

.form-box2 .checkbox input[type="radio"] {
    display: none;
}

.form-box2 .checkbox input[type="checkbox"]+label {
    padding-left: 30px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #252525;
    background: url(../img/ico/checkbox.png) left center no-repeat;
    width: 16px;
    height: 16px;
}

.form-box2 .checkbox input[type="checkbox"]:checked+label {
    background: url(../img/ico/checkbox_on.png) left center no-repeat;
    width: 16px;
    height: 16px;
}

.form-box2 .checkbox input[type="radio"]+label {
    padding-left: 30px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #252525;
    background: url(../img/ico/radio.png) left center no-repeat;
    width: 16px;
    height: 16px;
}

.form-box2 .checkbox input[type="radio"]:checked+label {
    background: url(../img/ico/radio_on.png) left center no-repeat;
    width: 16px;
    height: 16px;
}

.form-box2 .foreigner {
    display: inline-block;
    margin-right: 10px;
}

.form-box2 .checkbox.priv {
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 20px;
}

.form-box2 .checkbox.corp {
    display: inline-block;
    margin-bottom: 20px;
}

.form-box2 .input_wrap.user_id {
    margin-top: 10px;
}

.form-box2 .input_wrap.corporation {
    display: none;
}

.form-box2 .input_wrap.foreigner_ssn {
    margin-top: 10px;
}

.form-box2 .input_wrap .corporation_name {
    margin-bottom: 10px;
}

.form-box2 .input_wrap .corporation_num {
    margin-bottom: 10px;
}

/* .form-box2 .input_wrap .zipcode {
    width: 310px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
} */
.form-box2 .input_wrap .chkNum {
    margin-bottom: 10px;
}

.form-box2 .input_wrap .certi_ok {
    margin-bottom: 10px;
}

.form-box2 .check_wrap {
    margin-top: 40px;
}

.form-box2 .check_wrap.last_agree .checkbox {
    display: flex;
    justify-content: space-between;
}

.form-box2 .check_wrap.last_agree .checkbox span {
    color: #999;
    cursor: pointer;
    display: block;
    padding-bottom: 2px;
    border-bottom: 1px solid #999;
}



/* .form-box2 .input_wrap .zipcode_box {
    width: 130px; height: 40px;
    line-height: 40px;
    border: 1px solid #dbdbdb;
    margin-bottom: 10px;
    border: 1px solid var(--pt-c);
    color: var(--pt-c);
    font-size: 16px;
} */
.form-box2 .input_wrap .citizenship {
    width: 100%;
    height: 40px;
    border: 1px solid #dbdbdb;
    font-size: 16px;
    color: #999;
}

/* .form-box2 .input_wrap .addr2 {margin-top: 10px;} */
.form-box2 .input_wrap+.input_wrap {
    margin-top: 10px;
}

.form-box2 .input_wrap input {
    display: block;
    border: 1px solid #dbdbdb;
    padding: 0 10px;
    width: 100%;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
    font-weight: 400;
    outline: 0;

}

.form-box2 .input_wrap input::placeholder {
    color: #999;
}

.form-box2 .input_wrap p {
    margin: 10px 0px 20px;
    font-size: 14px;
    font-weight: 400;
}

.form-box2 .input_wrap p.foreigner_txt {
    font-size: 14px;
    text-align: left;
    line-height: 1.5;
    margin: 0;
}

.form-box2 .input_wrap p.red_txt {
    color: #f50000;
    text-align: left;
}

.form-box2 .input_wrap.user_id p.red_txt {
    color: #f50000;
    text-align: left;
    margin: 0 0 10px 0;
}

.form-box2 .button_wrap::after {
    display: block;
    clear: both;
    content: '';
}

.form-box2 .button_wrap {
    display: flex;
}

.form-box2 .sms .button_wrap+.checkbox {
    margin-top: 0;
}

.form-box2 .button_wrap input {
    /* float: left; */
    margin-right: 10px;
    width: 310px;
}

.form-box2 .button_wrap .certification {
    width: 100%;
    background: var(--pt-c);
    color: #fff;
    margin-bottom: 20px;
}

.form-box2 .button_wrap .certification2 {
    width: 100%;
    background: var(--pt-c);
    color: #fff;
    margin-bottom: 20px;
    display: none;
}

.form-box2 .button_wrap .db_check {
    width: 100%;
    background: var(--pt-c);
    color: #fff;
    margin-bottom: 20px;
    display: none;
}

.form-box2 .button_wrap>.phone_num {
    /* float: left; */
    display: flex;
    margin-right: 10px;
    border: 1px solid #dbdbdb;
    width: 100%;
    height: 40px;

}

.form-box2 .button_wrap>.phone_num.phone_certification {
    width: 310px;
}

.form-box2 .button_wrap>.phone_num::after {
    display: block;
    clear: both;
    content: '';
}

.form-box2 .button_wrap>.phone_num input {
    /* float: left; */
    margin: 0;
    border: 0;
    /* padding: 0 5px; */
    width: calc(33.333% - 20px);
    height: 100%;
    outline: 0;
}

.form-box2 .button_wrap>.phone_num span {
    display: block;
    /* float: left; */
    width: 30px;
    line-height: 38px;
    text-align: center;
}

.form-box2 .button_wrap button {
    /* float: left; */
    border: 1px solid var(--pt-c);
    width: 130px;
    height: 40px;
    font-size: 16px;
    flex: 0 0 auto;
    font-weight: 400;
    color: var(--pt-c);

}

.form-box2 .button_wrap button.certi_ok {
    background: var(--pt-c);
    color: #fff;
}

.form-box2 .radio_wrap::after {
    display: block;
    clear: both;
    content: '';
}

.form-box2 .radio_wrap {
    margin-bottom: 20px;
}

.form-box2 .radio_wrap .radio_item {
    float: left;
    width: calc(50% - 5px);
}

.form-box2 .radio_wrap .radio_item+.radio_item {
    margin-left: 10px;
}

.form-box2 .radio_wrap .radio_item input[type="radio"] {
    display: none;
}

.form-box2 .radio_wrap .radio_item input[type="radio"]+label {
    display: block;
    border: 1px solid #eee;
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    font-weight: 400;
    color: #454545;

}

.form-box2 .radio_wrap .radio_item input[type="radio"]:checked+label {
    border-color: var(--pt-c);
    color: var(--pt-c);
}

.member-container .form-box2 .form_btn {
    display: block;
    clear: both;
    width: 100%;
    height: 60px;
    margin: 30px auto 0;
    border: none;
    background: var(--pt-c);
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    cursor: pointer;
}



/* agree_popup_wrap */
.agree_popup_wrap {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10000;
}

.agree_popup_wrap .agree_popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 640px;
    height: 640px;
    z-index: 2;
}

.agree_popup_wrap .agree_popup .top {
    height: 60px;
    line-height: 2;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: var(--pt-c);
    padding: 12px 20px;

}

.agree_popup_wrap .agree_popup .top::after {
    display: block;
    clear: both;
    content: '';
}

.agree_popup_wrap .agree_popup .top p {
    float: left;
    font-size: 18px;
}

.agree_popup_wrap .agree_popup .top .close {
    float: right;
    cursor: pointer;
}

.agree_popup_wrap .agree_popup .top .close img {
    width: 20px;
    padding-top: 8px;
}

.agree_popup_wrap .agree_popup .content {
    height: 590px;
    background: #fff;
    padding: 15px;
    font-size: 14px;
    line-height: 1.5;

}

.agree_popup_wrap .agree_popup .content .padding {
    height: 100%;
    overflow-y: auto;
}

.agree_popup_wrap .agree_popup .content .padding::-webkit-scrollbar {
    width: 0px;
    background: transparent;
    height: 0px !important;
}

.agree_popup_wrap .agree_popup .content .padding::-webkit-scrollbar-thumb {
    background-color: #aaa;
}

.agree_popup_wrap .agree_popup .content .padding::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

.agree_popup_wrap .bg {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
}

/* //popup_wrap */



/* 비교하기 - 리스트 */
.sub.vs_list {}

.sub.vs_list .sub_wrap h3 {
    font-size: 0;
    overflow: hidden;
}

.sub.vs_list .item_wrap {
    background: #f0f0f0;
}

.sub.vs_list .iw_top {
    text-align: center;
    border-bottom: 0 none;
    padding: 40px 0 0 0;
}

.sub.vs_list .iw_top .i_tit {
    font-size: 42px;
    margin-bottom: 30px;
    font-weight: 600;
}

.sub.vs_list .iw_top a {
    margin: 0 auto;
    width: 110px;
    display: block;
    font-size: 15px;
    color: #434343;
    font-weight: 400;
}

.sub.vs_list .iw_top a.btn_vs_all {
    background: url('/img/sub/next_arrow.png')no-repeat right center;
    text-align: left;
}

.vs_list .itme_type01 {
    margin-left: 0px;
}

.vs_list .itme_type01>li {
    width: 380px;
}

.vs_list .itme_type01>li:first-child,
.vs_list .itme_type01>li:nth-child(3n+1) {
    margin-left: 0;
}

.vs_list .itme_type01 select {
    margin-bottom: 20px;
    width: 100%;
    width: 100%;
    height: 42px;
    background-color: #fff;
    font-size: 15px;
    font-weight: bold;
    color: #434343;
}

.vs_list .itme_type01 article {
    padding: 50px;
    background: #fff;
}

.vs_list .itme_type01 article span img {
    width: 100%;
}

.vs_list .itme_type01 .item_content {
    width: 100%;
    margin-top: 30px;
}

.vs_list .itme_type01 .item_content h4.ic_subject {
    display: block;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.vs_list .itme_type01 .item_content li {
    width: 100%;
    height: 50px;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    letter-spacing: -1px;
    border-bottom: 1px solid #eee;
    display: table;
}

/*.vs_list .itme_type01 .item_content li:first-child .ic_subject{width:100%;}*/
.vs_list .itme_type01 .item_content li.size {
    line-height: 30px;
}

.vs_list .itme_type01 .item_content li .product_size {
    line-height: 30px;
    padding-bottom: 10px;
}

.vs_list .itme_type01 .item_content li .product_size li {
    position: relative;
    padding-right: 3px;
    display: inline-block;
    width: auto;
    border-bottom: 0 none;
    line-height: 25px;
    height: 25px;
}

.vs_list .itme_type01 .item_content li .product_size li:after {
    content: ',';
    position: relative;
    bottom: 0;
    right: 1px;
}

.vs_list .itme_type01 .item_content .ic_subject {
    display: table-cell;
    padding-left: 10px;
    width: 55px;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
}

.vs_list .itme_type01 .ic_color span {
    display: inline-block;
    margin-left: 10px;
    width: 16px;
    height: 16px;
    overflow: hidden;
    border-radius: 50%;
    background: #123456;
}

.vs_list .itme_type01 .ic_color span:first-child {
    margin-left: 0;
}

.vs_list .btn_wrap {
    margin: 40px auto;
}

.vs_list .btn_wrap a {
    margin: 0 auto;
    display: block;
}

.vs_list .itme_type01 .btn_wrap {
    margin: 60px auto 0;
}

.vs_list .itme_type01 .btn_st06.c01 {
    margin: 0 auto;
}

.vs_list .itme_type01 .btn_st06 {
    margin: 10px auto 0;
}

.item_view_img {
    margin-top: 15px;
}

/* 상품목록 필터 수정 */
.snb_box .sb_tit01.bm_no {
    border-bottom: 0 none;
}

.check_list .snb_list.snb_menu>li>a {
    background: none;
}

.snb_box .snb_list.snb_menu>li ul li a {
    margin-top: 5px;
}

/* 검색결과 */
.search_breand ul {
    border-bottom: 1px solid #dcdcdc;
}

.search_breand ul li {
    margin-bottom: 15px;
    position: relative;
    width: 15%;
    margin-left: 1.65%;
    float: left;
}

.search_breand ul li input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
}

.search_breand ul li span.checkbox_txt {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    font-family: 'Malgun Gothic';
    font-weight: 400;
    color: #666;
}

.search_breand span.checkbox {
    line-height: 15px;
    position: relative;
    display: inline-block;
    /*height: 15px; padding-left: 15px;*/
    vertical-align: baseline;
}

.search_breand span.checkbox input {
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
}

.search_breand span.checkbox label {
    font-size: 0;
}

.search_breand span.checkbox label::before {
    display: block;
    content: '';
    cursor: pointer;
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #cdcdcd;
    background: #fff url(../img/btn/checkbox.png) no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
}

.search_breand span.checkbox input:checked+label:before {
    content: '';
    cursor: pointer;
    display: block;
    width: 14px;
    height: 14px;
    border: 0 none;
    background: #fff url(../img/btn/checkbox_check.png) no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
}

.search_breand span.checkbox label img {

    width: 147px;
    height: 37px;
    border: 1px solid #dcdcdc;
}

.search_breand span.checkbox input:checked+label img {
    /* width: auto; */
    outline: 1px solid var(--pt-c);
}

.search_none {
    margin: 70px auto 120px;
}

.search_none img.only_web {
    display: inline-block;
}

.search_none h3 {
    margin-top: 40px;
    font-size: 22px;
    font-weight: 400;
}

.search_none h3 span {
    color: var(--pt-c);
    font-weight: 600;
}

.search_none p {
    margin-top: 17px;
    margin-bottom: 40px;
    font-size: 17px;
    color: #555;
}

.search_none p.search_cation {
    margin-top: 0;
    margin-bottom: 0px;
    font-size: 15px;
    color: #555;
    line-height: 25px;
}

/* 05_02 김준혁 추가 */
.search_breand ul li:hover .brand_info {
    display: block;
}

.search_breand ul li .brand_info {
    display: none;
    position: absolute;
    top: 65px;
    left: 0;
    padding: 0 0 20px 0;
    width: 980px;
    min-height: 110px;
    background-color: #fff;
    border: solid 1px #aaaaaa;
    z-index: 999;

    -webkit-box-shadow: 0px 10px #e5e5e5;
    -moz-box-shadow: 0px 10px #e5e5e5;
    box-shadow: 0px 3px #e5e5e5;
}

.search_breand ul li .brand_info .triangle01 {
    position: absolute;
    top: -5px;
    left: 30px;
    width: 7px;
    height: 7px;
    border-left: solid 1px #aaa;
    border-top: solid 1px #aaa;
    background-color: #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

/* .search_breand ul li .brand_info:before { content:"";  position:absolute; top:-7px; left:0; display:block; width: 0; height: 0; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid #aaaaaa; }
.search_breand ul li .brand_info:after { content:"";  position:absolute; top:-6px; left:1px; display:block; width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #fff; } */
.search_breand ul li .brand_info img {
    margin: 20px 0 10px;
}

.search_breand ul li .brand_info p {
    padding: 0 40px 0 20px;
    font-size: 13px;
    color: #666666;
    line-height: 18px;
}

/* 상품없음 */
.no_item_container {
    text-align: center;
    padding: 70px 0 70px;
}

.no_item_container h4 {
    margin: 45px 0 20px;
    font-size: 22px;
    color: #333333;
}

.no_item_container h5 {
    font-size: 17px;
    color: #555555;
}

/* 0519 */
/**/
.sub_wrap.dak_02 {}

.dak_02 .sub_item_list .itme_type01>li {
    width: 31.5%;
    margin-right: 2.75%;
    margin-bottom: 2.75%;
}

.dak_02 .sub_item_list .itme_type01>li:nth-of-type(3n) {
    margin-right: 0;
}

/* 특가닭 */
.dak_special {
    float: none;
    margin: 0 auto;
    background-color: #f4f4f4;
    padding-bottom: 48px;
}

.dak_special>div {
    width: 1180px;
    margin: 0 auto;
}

.dak_timer_box {
    padding: 60px 0 40px;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.dak_timer_box:after {
    content: "";
    display: block;
    clear: both;
}

.dak_timer_box h2 {
    display: inline-block;
    position: relative;
    /* margin-right:40px; */
    font-size: 61px;
    color: #333333;
    font-weight: 500;
}

.dak_timer_box h2:after {
    content: "~";
    position: absolute;
    top: -45%;
    right: 3%;
    color: var(--pt-c);
    display: block;
    font-size: 40px;
    font-weight: 400;
}

.dak_timer_box h2 span:nth-child(1) {
    font-weight: 300;
    color: #5e5e5e;
}

.dak_timer_box h2 span:nth-child(2) {
    color: var(--pt-c);
}

.dak_timer_box>div {
    display: inline-block;
    margin-top: 10px;
}

.dak_timer_box>div span {
    display: block;
    float: left;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    background-color: #020202;
    border-radius: 3px;
    color: #fff;
    text-align: center;
}

.dak_timer_box>div span:last-child {
    margin-right: 0;
}

.dak_timer_box>div span.time_bar {
    width: auto;
    height: auto;
    background-color: transparent;
    color: #020202;
}

/**/
.special_banner {}

.special_banner button {
    position: absolute;
    top: 50%;
    width: 41px;
    height: 79px;
    transform: translate(0, -50%);
    text-indent: -999999px;
    z-index: 99;
}

.special_banner .slick-prev {
    left: -6%;
    background: url('/img/sub/special_prev.png') no-repeat;
    background-size: cover;
}

.special_banner .slick-next {
    right: -6%;
    background: url('/img/sub/special_next.png') no-repeat;
    background-size: cover;
}

/**/
.dak_01.item_detail_tab {
    margin: 0px 0 20px;
    width: 100%;
    padding: 50px 11.35% 200px;

    background: url('/img/sub/special_tab_banner.png') no-repeat;
}

.dak_01.item_detail_tab button {
    position: relative;

    padding: 0;
    width: 25%;
    height: 84px;
    text-align: center;
    background-color: #fff;
    color: #000;
    font-family: 'Noto Sans KR';
    font-size: 22px;
    text-align: center;
    line-height: 84px;
}

.dak_01.item_detail_tab button:first-of-type:before {
    display: none;
}

.dak_01.item_detail_tab button:before {
    content: "";
    display: block;
    position: absolute;
    top: 40%;
    bottom: 38%;
    left: 0;
    width: 1px;
    background-color: #ddd;
}

.dak_01.item_detail_tab button:after {
    content: "";
    display: none;
    position: absolute;
    top: auto;
    bottom: 10%;
    left: 50%;
    width: 50%;
    height: 5px;
    background-color: var(--pt-c);
    transform: translate(-50%, 0);
}

.dak_01.item_detail_tab button.active:after {
    display: block;
}

.item_wrap.dak_01 .iw_top {
    padding: 0;
    border-bottom: none;
}

.itme_type01.dak_01 {
    padding-top: 0;
}

/* 브랜드관 */
.brand_snb {
    /* height:400px; */
    overflow-y: auto;
}

.brand_box {
    position: absolute;
    top: 10px;
    left: 0;
    width: 160px;
    height: 400px;
    border: solid 1px #ddd;

}

.brand_box a {
    display: block;
    color: #333;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    font-weight: 400;
}

.brand_box li.active a {
    background-color: var(--pt-c);
    color: #fff;
}

.brand_box a:hover {
    color: var(--pt-c);
}

.brand_box li.active a:hover {
    color: #fff;
}

/* 이벤트 */
.sub_wrap.event {
    margin-top: 0;
    background-color: #fff;
    border: solid 1px #dbdbdb;
}

.event_bg {
    padding: 50px 0;
    background-color: #f4f4f4;
}

.event_tab_menu {
    /*  width:79.23%; */
    margin: 0 auto;

    padding: 50px 0 0;
    display: table;
}

.event_tab_menu a {
    display: inline-block;
    position: relative;
    /*  float:left; width:33.33%; */

    line-height: 50px;
    padding: 0 20px;
    text-align: center;
    color: #000;
    font-size: 26px;
    font-weight: 500;
}

.event_tab_menu a:first-of-type:before {
    display: none;
}

.event_tab_menu a:before {
    content: "";
    display: block;
    position: absolute;
    top: 35%;
    bottom: 25%;
    left: 0;
    width: 1px;
    background-color: #ddd;
}

.event_tab_menu a:after {
    content: "";
    display: none;
    position: absolute;
    bottom: -10px;
    left: 15%;
    right: 15%;
    height: 5px;
    background-color: var(--pt-c);
}

.event_tab_menu a.active:after {
    display: block;
}

.event .item_detail_tab {
    margin: 30px 0 0 0;
    padding: 0 10%;
    background: none;
}

.event .item_detail_tab button {
    width: 33.33%;
}

.event_text {
    margin: 70px 0 70px 0;
    text-align: center;
    font-size: 30px;
}

.event_text>h3 {
    display: inline-block;
    padding: 10px 0;
    margin: 0 0 15px 0;
    border-top: solid 1px;
    border-bottom: solid 1px;
    color: var(--pt-c);
    font-size: 30px;
}

.event_text>p {
    color: #555555;
    font-size: 30px;
}

.event_text>p span {
    color: #333;
}

.event_list {
    margin: 0 auto;
    width: 79.23%;

}

.event_list:after {
    content: "";
    display: block;
    clear: both;
}

.event_list ul {}

.event_list ul li {
    float: left;
    margin-right: 4.28%;
    margin-bottom: 4.28%;
    width: 30.48%;

}

.event_list ul li:nth-child(3n) {
    margin-right: 0;
}

.event_list ul li a {
    display: block;
    color: #333;
    font-size: 14px;
}

.event_list ul li a h4 {
    font-weight: 400;
    line-height: 30px;
}

.event_list ul li a p {
    height: 50px;
    line-height: 18px;
}

.event_list ul li a div {}

.event_list ul li a div:after {
    content: "";
    display: block;
    clear: both;
}

.event_list ul li a div span {
    display: block;
    float: left;
    font-size: 12px;
    padding: 3px 4px;
    color: #808080;
}

.event_list ul li a div span.event_ing {
    font-size: 10px;
    margin-right: 10px;
    background-color: #f26c4f;
    color: #fff;
    border-radius: 4px;
}

.event .search_box {
    display: table;
    margin: 0 auto 50px;
}

.event .search_box select,
.event .search_box input {
    float: left;
    margin-right: 7px;
    height: 30px;
}

.event .search_box select {
    width: 76px;
}

.event .search_box input {
    width: 280px;
}

.event .order_list {
    float: none;
    width: 79.23%;
    margin: 0 auto;
}

.event .contact.contact_news fieldset>div.search_box {
    float: none;
}

.dak_02 .itme_type01 .thum_img .item_opt {
    display: none;
}


/**/
.event_view {
    margin-top: 30px;
}

.event_view h2 {
    text-align: center;
}

/**/
.mii_content .item_box {
    border: none;
}


/* 201028 회원인증 팝업창 추가 */
.duplicate_popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 1111;
}

.duplicate_popup .pop_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 32px);
    max-width: 500px;
    background: #fff;
}

.duplicate_popup .pop_box .top {
    height: 60px;
    line-height: 2;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: var(--pt-c);
    padding: 12px 20px;

}

.duplicate_popup .pop_box .top::after {
    display: block;
    clear: both;
    content: '';
}

.duplicate_popup .pop_box .top p {
    float: left;
    font-size: 18px;
}

.duplicate_popup .pop_box .top .close {
    float: right;
    cursor: pointer;
}

.duplicate_popup .pop_box .top .close img {
    width: 20px;
    padding-top: 8px;
}

.duplicate_popup .pop_box .content {
    padding: 32px 0;
    text-align: center;
}

.duplicate_popup .pop_box .content .guide_txt01 {
    margin-bottom: 28px;
    font-size: 16px;
    font-weight: 400;
    color: #454545;
}

.duplicate_popup .pop_box .content .info {
    margin-bottom: 16px;
}

.duplicate_popup .pop_box .content .info .info_id {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #669900;
}

.duplicate_popup .pop_box .content .info .info_date {
    display: inline-block;
    font-size: 16px;
    font-weight: 350;
    color: #757575;
}

.duplicate_popup .pop_box .content .guide_txt02 {
    margin-bottom: 28px;
    font-size: 12px;
    font-weight: 350;
    color: #999999;
}

.duplicate_popup .pop_box .content .find_link {
    display: block;
    margin: 0 auto;
    border: 1px solid #dddddd;
    width: 120px;
    height: 42px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    background: #f5f5f5;

}

/* 주문하기 new */


.ord_satab {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;

    border-bottom: 1px solid #ececec;

}

.ord_satab .radio_wrap {
    display: flex;
}

.ord_satab .radio_wrap>div+div {
    margin-left: 28px;
}


.ord_satab .radio_wrap input+label {
    font-size: 18px;
    font-weight: 500;
    color: #999;
}

.ord_satab .radio_wrap input:checked+label {
    color: var(--pt-c);
}

.ord_satab button {
    width: 110px;
    height: 48px;
    border: solid 1px #dbdbdb;
    font-size: 16px;
    color: #454545;
    line-height: 46px;
    text-align: center;
}

.sa_list .sa_row {
    padding: 9px 20px;
}

.ord_list .sa_wrap {
    padding: 21px 0;
}

.ord_list .sa_wrap.mid {
    border-bottom: 1px solid #ececec;
}

.sa_list .sa_row input {
    display: block;
    width: 100%;
    height: 52px;
    border: 1px solid #dbdbdb;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 400;
    color: #252525;
}

.sa_list .sa_row input::placeholder {
    font-size: 16px;
    color: #999;
}

.sa_list .sa_row.half input {
    width: 100%;
    max-width: 140px;
}

.sa_list .sa_row input#receive_name {
    max-width: 458px;
}

.sa_list .sa_row input.add_search {
    width: 340px;
}


.sa_list .sa_row.mydeli input::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #999;
}

.sa_list .add>div+div {
    margin-top: 12px;
}

.sa_list .add1 {
    display: flex;
    align-items: center;
}

.sa_list .add1 .btn_add {
    display: block;
    width: 110px;
    height: 52px;
    margin-right: 8px;
    border: 1px solid var(--pt-c);
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: var(--pt-c);
    flex: 0 0 auto;

}

.sa_list .add .add2 input[type="text"],
.sa_list .add .add3 input[type="text"] {
    width: 100%;
}

.sa_list .ph {
    display: flex;
    align-items: center;
}

.sa_list .ph span {
    display: block;
    width: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #454545;
    text-align: center;
    flex: 0 0 auto;
}

.sa_list .ph select,
.sa_list .ph input {
    width: 100%;
    max-width: 140px;
    height: 52px;
    font-size: 16px;
    border: 1px solid #dbdbdb;
}


.sa_list textarea {
    display: block;
    width: 100%;
    height: 73px;
    padding: 13px;
    border: 1px solid #dbdbdb;
    font-size: 16px;
    line-height: 1.4;
    color: #252525;

    resize: none;
}

.sa_row.info0ne span {
    font-size: 20px;
    font-weight: 500;
    color: #252525;
}

.sa_row.info0ne span+span {
    padding-left: 15px;
    margin-left: 15px;
    position: relative;
}

.sa_row.info0ne span+span::before {
    content: '';
    width: 1px;
    height: 14px;
    background: #dbdbdb;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.sa_row .my_adds {
    font-size: 16px;
    color: #252525;
}

.ord_pmt {
    width: 360px;
}

.ord_pmt.fix {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    right: 0;
    height: 100%;
    padding-bottom: 30px;
    border-bottom: solid 1px #dbdbdb;
}

.ord_pmt .ord_ttl {
    font-size: 24px;
    font-weight: 700;
    color: #252525;
    padding: 0px 20px 20px;

    border-bottom: solid 1px #eee;
}

.ord_pmt .ot_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.ord_pmt .ot_row .label {
    font-size: 18px;
    font-weight: 500;
    color: #252525;
}

.ord_pmt .ot_row .ot_money {
    font-size: 16px;
    font-weight: 400;
    color: #252525;
}

.ord_pmt .ot_row .ot_money b {
    font-size: 18px;
    font-weight: 700;
}

.ord_pmt .ot_row .ot_money strong {
    font-size: 18px;
    font-weight: 400;
}

.ord_pmt .ot_row .ot_money.minuse {
    color: #e7242b;
}

.ord_pmt .ot_list {
    border-bottom: solid 1px #eee;
    padding: 20px 0;
}

.ord_pmt .ot_pay .label {
    font-size: 20px;
    font-weight: 500;
    color: #252525;
}

.ord_pmt .ot_pay .ot_money {
    color: #dd4345;
    font-size: 22px;
}

.cart_order_wrap .ord_pmt .ot_pay .ot_row {
    padding-bottom: 12px;
}

.ord_pmt .ot_pay>p {
    text-align: right;
    font-size: 15px;
    color: #757575;
    padding: 0 20px 20px;
}

.ord_pmt .ot_pay>p .red {
    color: #dd4345;
    margin-left: 6px;
}

.ord_pmt .ot_pay .ot_money strong {
    font-size: 28px;
    font-weight: 700;
}

.ord_pmt .btn_wrap {
    padding: 0 20px;
}

.ord_pmt .btn_wrap button {
    display: block;
    width: 100%;
    height: 62px;
    line-height: 62px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

.ord_pmt .btn_wrap button+button {
    margin-top: 10px;
}

.ord_pmt .order_guide {
    font-size: 16px;
    color: #757575;
    margin: 40px 0 20px;
    padding: 0 20px;
}

.ord_pmt .order_guide input {
    display: none;
}

.ord_pmt .order_guide input+label {
    padding-left: 20px;
    font-size: 15px;
    background: url("/img/main/checkbox_off.png") no-repeat center left;
}

.ord_pmt .order_guide input:checked+label {
    padding-left: 20px;
    background: url("/img/main/checkbox_on.png") no-repeat center left;
}

.ord_pmt .guide_list {
    margin-top: 30px;
    padding: 0 20px;
}

.ord_pmt .guide_list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ord_pmt .guide_list li+li {
    margin-top: 25px;
}

.ord_pmt .guide_list li span {
    font-size: 16px;
    color: #757575;
}

.ord_pmt .guide_list li .more_guide {
    display: inline-block;
    font-size: 14px;
    color: #999;
    padding-bottom: 2px;
    border-bottom: solid 1px #999;
}

.ord_list .up_row {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ececec;
}

.use_ppp {
    margin-bottom: 100px;
}

.ord_list .up_row>div:first-of-type {
    width: 150px;
    padding: 20px;
    font-size: 20px;
    font-weight: 500;
}

.ord_list .up_row>div:last-of-type {
    width: calc(100% - 150px);
    padding: 20px;
}

.ord_list .up_row>div input {
    width: 100%;
    height: 50px;
    border: solid 1px #dbdbdb;
    padding: 0 20px;
}

.ord_list .up_row .point_input {
    position: relative;
    width: 240px;
}

.ord_list .up_row .point_input .unit {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    font-size: 16px;
    color: #999;
}

.ord_list .up_row .point_apply {
    display: flex;
}

.ord_list .up_row .point_apply button {
    font-size: 18px;
    width: 110px;
    margin-left: 10px;
}

.ord_list .up_row .point_apply button.btn01s {
    border: 1px solid var(--pt-c);
    color: var(--pt-c);
}

.ord_list .up_row .balance {
    font-size: 16px;
    color: #000016;
    margin-top: 10px;
}

.ord_list .up_row .balance strong {
    font-size: 18px;
    font-weight: 700;
    color: #dd4345;
}

.calculate .eddypay_info {
    display: block;
    margin-top: 10px;
    line-height: 1.5;
    font-size: 16px;
    color: #dd4345;
    font-weight: 700;

}

.agree_pop {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 111111;
    background: rgba(0, 0, 0, 0.5);
}

.agree_pop .pop_box {
    max-width: 520px;
    width: calc(100% - 30px);
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;

}

.agree_pop .cu_head {
    position: relative;
    padding: 25px 0;
    border-bottom: solid 1px #eee;

    text-align: center;
}

.agree_pop .cu_head h2 {
    font-size: 20px;
    font-weight: 500;
    color: #252525;
}

.agree_pop .cu_head button {
    position: absolute;
    top: 50%;
    right: 32px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url('../img/btn/re_closebtn.png') no-repeat center center/cover;
}

.agree_pop .cu_body {
    max-height: 541px;
    overflow-y: auto;
    padding: 30px 20px 12px;

    line-height: 1.7;
}

.agree_pop .cu_btn {
    width: 100%;
    height: 68px;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    line-height: 68px;
    background: var(--pt-c);
    color: #f3f4f8;
}

/* 쿠폰팝업 */
.coupon_pop {
    display: none;
}

.coupon_pop .pop_bg {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 99999999;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.coupon_pop .cou_wrap {
    max-width: 850px;
    width: 100%;
    /* width: calc(100% - 30px); */
    /* margin: 0 auto; */
}

.coupon_pop .pop_top {
    background: #454545;
    display: flex;
    align-items: center;
}

.coupon_pop .pop_top h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-left: 50%;
    transform: translateX(-50%);

}

.coupon_pop .pop_top .clo_btn {
    margin-left: auto;
    width: 66px;
    height: 66px;
    background: url(../img/btn/re_closebtn_w.png) no-repeat center;
}

.coupon_pop .pop_cont {
    background: #fff;
    padding: 30px 20px;
    max-height: 700px;
    overflow: auto;
}

.coupon_pop .pop_cont ul {
    border-top: 1px solid #252525;
}

.coupon_pop .pop_cont ul li {
    display: flex;
    border-bottom: 1px solid #dbdbdb;
    padding: 14px 10px;
    align-items: center;
}

.coupon_pop .pop_cont ul li.pop_ttl {
    padding: 16px 8px;
    text-align: center;
}

.coupon_pop .pop_cont ul li.pop_ttl>div {
    display: flex;
    font-size: 16px !important;
    font-weight: 400 !important;
    justify-content: center;
}

.coupon_pop .pop_cont ul li>div:nth-child(1) {
    width: 50%;
    display: flex;

}

.coupon_pop .pop_cont ul li>div:nth-child(2) {
    width: 20%;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}

.coupon_pop .pop_cont ul li>div:nth-child(3) {
    width: 30%;
    text-align: center;
}

.coupon_pop .pop_cont ul li .cont_img {
    width: 60px;
    height: 60px;
    border: 1px solid #dbdbdb;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}

.coupon_pop .pop_cont ul li .cont_area {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    font-size: 15px;
}

.coupon_pop .pop_cont ul li .cont_area span {
    font-size: 13px;
    color: #757575;
    margin-top: 8px;
    display: block;
}

.coupon_pop .pop_cont ul li strong {
    font-size: 17px;
    font-weight: 700;
}

.coupon_pop .pop_cont ul li select {
    width: 100%;
    height: 38px;
    border: none;
    background: #f2f2f2 url(../img/ico/sle_down.png) no-repeat center right 10px;
}

.coupon_pop .pop_cont .total {
    margin-top: 30px;
    background: #f9f9fa;

    padding: 26px 0;
}

.coupon_pop .pop_cont .total .total_wrap {
    max-width: 600px;
    width: 100%;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

.coupon_pop .pop_cont .total .total_wrap>div {
    width: 20%;
}

.coupon_pop .pop_cont .total .total_wrap .line {
    width: 13%
}

.coupon_pop .pop_cont .total .total_div {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    align-items: center;
}

.coupon_pop .pop_cont .total .total_div span {
    font-size: 22px;
    display: block;
    margin-top: 10px;
}

.coupon_pop .pop_cont .total .total_div span i {
    font-size: 16px;
}

.coupon_pop .pop_cont .total .total_sale {
    color: #f00c14;
}

.coupon_pop .pop_cont .line {
    display: flex;
    flex-direction: column;
    margin: 0;
    justify-content: center;
    align-items: center;
}

.coupon_pop .pop_cont .line span {
    width: 12px;
    height: 2px;
    background: #252525;
}

.coupon_pop .pop_cont .line span+span {
    margin-top: 4px;
}

.coupon_pop .pop_cont .btn_wrap {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.coupon_pop .pop_cont .btn_wrap button {
    width: 220px;
    height: 48px;
    border: 1px solid #dbdbdb;
    color: #757575;
    font-weight: 500;
    font-size: 18px;
}

.coupon_pop .pop_cont .btn_wrap button+button {
    border: 1px solid var(--pt-c);
    color: #fff;
    background: var(--pt-c);
    margin-left: 10px;
}



/* 주문상품 */
.order_mylist .ol_item_box {
    padding: 30px 10px 10px;
}

.order_mylist .ol_item_box .ol_left {
    display: flex;
    width: 105px;
}

.order_mylist .ol_item_box .ol_left .img_thurm {
    width: 80px;
    height: 80px;
    border: solid 1px #dbdbdb;
}

.order_mylist .ol_item_box .ol_left .item_tit {
    margin-left: 22px;
}

.order_mylist .ol_item_box .ol_right {
    width: calc(100% - 105px);
}

.order_mylist .ol_right .ol_info {
    display: flex;
}

.cart_order .order_mylist {
    margin-bottom: 100px;
    border-bottom: 1px solid #bbbbbb;
}

.cart_order .order_mylist .item_info_wrap {
    width: 83%;
}

.cart_order .order_mylist .item_info_wrap .item_tit+* {
    margin-top: 17px;
}

.cart_order .order_mylist .ord_infowrap {
    display: flex;
}

.cart_order .order_mylist .ord_infowrap+.ord_infowrap {
    padding-top: 30px;
    border-top: 1px solid #ececec;
}

.cart_order .order_mylist .ord_infotxt {
    width: 100%;
}

.cart_order .payment_list {
    margin-bottom: 110px;
}

.order_mylist .ol_item_box .item_num {
    width: 10%;
    text-align: center;
}

.order_mylist .ol_item_box .item_pr {
    width: 30%;
    text-align: center;
    font-size: 16px;
    color: #252525;
}


.order_mylist .ol_item_box .item_pr strong {
    font-size: 20px;
    font-weight: 700;
}

.order_mylist .my_item .comptit {
    color: #252525;
    font-size: 18px;
    padding: 21px 0 23px 10px;
    border-bottom: solid 1px #eee;
}

.order_mylist .my_item+.my_item {
    border-top: 1px solid #dbdbdb;
}

.cart_order .view_top {
    margin-bottom: -18px;
}

.cart_order .calculate_list li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ececec;
    padding: 20px;

}

.cart_order .calculate_list li>div:first-child {
    width: 150px;
    font-size: 20px;
    font-weight: 500;
}

.cart_order .calculate_list li div:nth-child(2) {
    width: calc(100% - 150px);
    display: flex;
}

.cart_order .calculate_list li select {
    height: 50px;
    width: 240px;
    border: 1px solid #dbdbdb;
    font-size: 16px;
    color: #999;
}

.cart_order .calculate_list li .sel_box+.in_box {
    margin-left: 10px;
    width: calc(100% - 240px);
}

.cart_order .calculate_list li input {
    height: 50px;
    border: 1px solid #dbdbdb;
    width: 100%;
    font-size: 16px;

}

.cart_order .calculate_list li input.bank_num {
    width: 100%;
}





/* ----------------------------------- // 주문  new */


/* 주문완료  new */
.cart_order_ok .view_top {
    margin-bottom: 60px;
}

.odok_box {
    border: none;
    text-align: center;
    padding: 0;
    margin-bottom: 60px;
}

.order_ok_body {
    max-width: 800px;
    margin: 130px auto 0;
}

.odok_box .ok_txt01 {
    position: relative;
    font-size: 36px;
    padding-bottom: 100px;
    margin-bottom: 0;
}

.odok_box .ok_txt01:after {
    display: none;
}

.odok_box>div {
    background: #faf9f9;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    padding: 40px 10px;
}

.odok_box>div .ok_txt02 {
    font-size: 16px;
    color: #757575;
}

.odok_box>div .ok_txt03 {
    font-size: 24px;
    color: #454545;
    font-weight: 500;
    margin: 10px 0;
}

.odok_box>div .ok_txt03 span {
    font-weight: 700;
    color: var(--pt-c);
}

.odok_info01 .ok_od_top {
    padding: 30px 20px;
    border-bottom: 1px solid #ececec;
}

.odok_info01 .ok_od_top div {
    margin-bottom: 15px;
}

.odok_info01 .ok_od_top div span {
    font-size: 20px;
    font-weight: 500;
}

.odok_info01 .ok_od_top div span+span {
    margin-left: 15px;
    padding-left: 15px;
    position: relative;
}

.odok_info01 .ok_od_top div span+span::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background: #dbdbdb;
}

.odok_info01 .ok_od_top .ok_add {
    font-size: 16px;
}

.odok_info01 .odok_der {
    border-top: none;
    display: block;
    margin-top: 20px;
    width: 100%;
    color: #757575;
}

.odok_info02 .odok_pay {
    border-top: none;
    padding: 20px 20px;
    border-bottom: 1px solid #ececec;
}

.odok_info02 .odok_pay li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 2.4;
}

.odok_info02 .odok_pay li span {
    font-size: 18px;
}

.odok_info02 .odok_pay li strong {
    font-size: 20px;
    font-weight: 500;
}

.odok_info02 .odok_pay li strong.red {
    color: #e7242b;
}

.odok_info02 .total_ok {
    padding: 34px 20px;
    border-bottom: 1px solid #ececec;
    justify-content: space-between;
    display: flex;
    align-items: center;
    font-size: ;
}

.odok_info02 .total_ok span {
    font-size: 20px;
    font-weight: 500;
}

.odok_info02 .total_ok strong {
    font-size: 28px;
    font-weight: 700;
    color: var(--pt-c);
}

.odok_info02 .total_ok strong span {
    font-size: 22px;
    font-weight: 400;
}

.odok_info02 .btn_wrap {
    padding-top: 60px;
    display: flex;
    max-width: 650px;
    margin: 0 auto;
}

.odok_info02 .btn_wrap .btn_st07 {
    display: block;
    width: calc(50% - 5px);
    height: 62px;
    line-height: 62px;
    overflow: hidden;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: var(--pt-c);
    background-color: #fff;
    border: 1px solid var(--pt-c);
    margin: 0;
}

.odok_info02 .btn_wrap .btn_st07+.btn_st07 {
    margin-left: 10px;
    background-color: var(--pt-c);
    color: #fff;
}

/* ------------------------------------- // 주문완료  new  // 모바일 -> sub_reponsive */

/* 장바구니 new */
.cart .cart_list {
    width: calc(100% - 400px);
    border-top: 1px solid #bbbbbb;
    margin-top: 40px;
}

.cart .ord_pmt {
    margin-left: 40px;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    padding: 40px 0;
}

.cart .cart_list>li {
    width: 100%;
    display: flex;
    text-align: center;
    padding: 0 10px;

    border-bottom: solid 1px #dbdbdb;
}

.cart .cart_list>li .ord_left {
    display: flex;
    width: 140px;
    padding: 30px 0;
}

.cart .cart_list>li .ord_right {
    width: calc(100% - 140px);
}

.cart .cart_list>li .ord_infowrap {
    display: flex;
    padding: 30px 0;
}

.cart .cart_list .ord_infotxt {
    width: 55%;
    word-break: keep-all;
    padding-right: 15px;
}

.cart .cart_list .od_check input {
    display: none;
}

.cart .cart_list .od_check input+label {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/ico/check.png) no-repeat center center/cover;
    margin-right: 10px;
}

.cart .cart_list .od_check input:checked+label {
    background: url(../img/ico/check_on.png) no-repeat center center/cover;
}

.ol_item_box .img_thurm {
    display: block;
    width: 80px;
    height: 80px;
}

.cart .cart_list .item_tit {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    color: #252525;
}

.cart .cart_list .item_info_wrap * {
    text-align: left;
}

.cart .cart_oder {
    display: flex;
}

.cart .ord_list .ord_infotxt {
    width: 55%;
    word-break: keep-all;
    padding-right: 15px;
}

.cart .cart_list .item_info_wrap .item_tit+* {
    margin-top: 68px;
}

.cart .cart_list .item_info_wrap .item_option {
    color: #757575;
    font-size: 15px;

}

.cart .cart_list .ol_quantity {
    /* width: 15%; */
}

.cart .ir_num_sel {
    width: 94px;
    display: flex;
    border: 1px solid #dbdbdb;
    background-color: #fff;
}

.cart .ir_num_sel button {
    display: block;
    width: 28px;
    height: 28px;
    line-height: 21px;
    font-size: 20px;
    overflow: hidden;
    font-weight: 300;
    color: #b3b3b3;
}

.cart .ir_num_sel span {
    width: 38px;
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    text-align: center;
    line-height: 25px;
    font-size: 13px;
}

.cart .cart_list .ol_price {
    width: 24%;
    margin-left: ;
}

.cart .cart_list .ol_price .ol_minus {
    font-size: 16px;
}

.cart .cart_list .ol_price .ol_minus strong {
    font-size: 20px;
    font-weight: 700;
    color: #252525;
}

.cart .cart_list .ol_price .ol_total {
    font-size: 14px;
    color: #757575;
    text-decoration: line-through;
    margin-top: 3px;
}

.cart .cart_list .ol_save {
    /* width: 6%; */
    margin-left: auto;
    text-align: center;
}

.cart .ord_delbtn {
    width: 16px;
    height: 15px;
    display: inline-block;
    background: url(../img/ico/cart_del.png) no-repeat center center/cover;
    /* font-size: 0; */
    color: transparent;
}

.btn02s {
    color: #fff;
    background: var(--pt-c);
}

.btn01s {
    color: var(--pt-c);
    border: solid 1px var(--pt-c);
}

.cart .chk_wrap {
    width: 100%;
    padding: 20px 10px;

    background: #fafafa;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
    margin: 40px 0 0;
    display: flex;
    align-items: flex-end;
}

.cart .chk_box input {
    display: none;
}

.cart .chk_box input+label {
    display: inline-block;
    font-size: 16px;
    color: #252525;
    vertical-align: middle;
}

.cart .chk_box input+label span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/ico/check.png) no-repeat center center/cover;
    margin-right: 11px;
    vertical-align: middle;
}

.cart .chk_box input:checked+label span {
    background: url(../img/ico/check_on.png) no-repeat center center/cover;
}

.cart .bbt_wrap button {
    font-size: 16px;
    color: #252525;
}

.cart .bbt_wrap {
    display: inline-block;
    margin-left: 15px;
    padding-left: 15px;

    position: relative;
    vertical-align: middle;
}

.cart .bbt_wrap::before {
    content: '';
    display: block;
    width: 1px;
    height: 14px;
    background: #dbdbdb;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

/* 애디몰 */
.mall_sub .eddy_nav {
    margin-bottom: 40px;
}

.ed_ttl {
    font-size: 40px;
    font-weight: 400;
    text-align: center;
}

.ed_ttl span {
    font-weight: 700;
}

.ed_member {
    background: rgb(255, 255, 255);
    background: linear-gradient(357deg, rgba(255, 255, 255, 1) 57%, rgba(250, 250, 250, 1) 100%);
    padding: 120px 0 100px;
}

.ed_member ul {
    border-top: 1px solid #454545;
    max-width: 1000px;
    width: calc(100% - 30px);
    margin: 50px auto 0;
}

.ed_member ul li {
    display: flex;
    border-bottom: 1px solid #dbdbdb;
    align-items: center;
}

.ed_member ul li.ttl {
    padding: 22px 0;
    font-weight: 500;
    font-size: 18px;
}

.ed_member ul li.ttl .ico {
    padding: 0
}

.ed_member ul li.ttl .txt {
    text-align: center;
    padding: 0
}

.ed_member ul li .ico {
    width: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0;

}

.ed_member ul li .ico span {
    color: #757575;
    font-weight: 500;
    display: block;
    font-size: 18px;
    margin-top: 30px;
}

.ed_member ul li .ico strong {
    display: block;
    font-size: 22px;
    margin-top: 20px;
    color: #454545;
    font-weight: 700;
}

.ed_member ul li .txt {
    width: calc(100% - 320px);
    padding: 40px 10px;
}

.ed_member ul li .txt strong {
    display: flex;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.ed_member ul li .txt strong .lv1 {
    color: #90362e;
}

.ed_member ul li .txt strong .lv2 {
    color: #fab338;
}

.ed_member ul li .txt strong .lv3 {
    color: #4bb744;
}

.ed_member ul li .txt p {
    display: flex;
    line-height: 1.3;
    font-size: 15px;
    color: #757575;
}

.ed_member ul li .txt p+p {
    margin-top: 8px;
}

.ed_member ul li .txt p i {
    margin-right: 4px;
}

.ed_member ul li .txt p.bold {
    color: #454545;
}

.ed_member ul li .txt .item_wrap {
    display: flex;
    flex-direction: column;
}

.ed_member ul li .txt .item_wrap span {
    display: flex;
    line-height: 1.7;
    font-size: 14px;
    color: #757575;
}

.ed_member ul li .txt .item_wrap span:nth-child(1) {
    margin-top: 2px;
}

.ed_mem_benefit {
    max-width: 1000px;
    width: calc(100% - 30px);
    margin: 0 auto 120px;
}

.ed_mem_benefit table {
    border-top: 1px solid #a2a2a2;
    border-bottom: 1px solid #ededed;
    width: 100%;
    margin-top: 40px;
}

.ed_mem_benefit table th {
    padding: 30px 0;
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

.ed_mem_benefit table th:nth-child(odd) {
    border-right: 1px solid #dedede;
}

.ed_mem_benefit table td:last-child,
.ed_mem_benefit table th:last-child {
    border-right: none;
}

.ed_mem_benefit table th strong {
    display: block;
    margin-top: 18px;
    font-size: 18px;
    font-weight: 700;
    color: #252525;
}

.ed_mem_benefit table td {
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

.ed_mem_benefit table td:nth-child(odd) {
    background: #fdfdfd;
    border-right: 1px solid #dedede;
}

.ed_mem_benefit table .txt_area td {
    border-bottom: 1px solid #dddddd;
}

.ed_mem_benefit table td:last-child {
    border-right: none
}

.ed_mem_benefit table td div {
    text-align: center;
    padding: 30px 5px;
    font-weight: 500;
    line-height: 1.5;
}

.ed_mem_benefit table td span {
    display: block;
    margin-bottom: 6px;
    color: #454545;
    font-weight: 400;
}

.ed_mem_benefit table td div i {
    color: #468fcf;
}

.ed_mem_benefit table .sale div,
.ed_mem_benefit table .sale span {
    font-weight: 500;
    color: #454545;
}

.ed_mem_benefit table .sale b {
    color: #f76060;
}

.ed_mem_benefit table strong {
    display: block;
    font-weight: 500;
}

.ed_mem_benefit table .txt_area div {
    color: #454545;
    font-weight: 400;
    line-height: 1.75;
    padding: 30px 25px;
    word-break: keep-all;
}

.ed_mem_benefit .lv_info {
    padding: 30px 10px;
    border-bottom: 1px solid #dddddd;
}

.ed_mem_benefit .lv_info span {
    display: block;
    font-size: 16px;
    color: #454545;
    line-height: 1.75;
}

.ed_mem_benefit .lv_info span i {
    color: #4bb744;
}

.ad_full_set {
    max-width: 1000px;
    width: calc(100% - 30px);
    margin: 0 auto 100px;
}

.ad_full_set div {
    margin: 30px 0 0;
    background: #fef2f2;
    padding: 25px 5px;
    border-radius: 10px;
}

.ad_full_set div p {
    font-size: 18px;
    line-height: 1.75;
    text-align: center;
    color: #454545;
}

.ad_full_set div p span {
    font-weight: 500;
    color: #252525;
    position: relative;
    z-index: 5;
}

.ad_full_set div p span::after {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 12px;
    background: #fde0e0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.ad_full_set div p:last-child {
    margin-top: 13px;
}

.ad_full_set div p i {
    color: #f76060;
}

/* 애디몰 소개 */
.ed_wrap .bor_ttl {
    display: flex;
    justify-content: center;
}

.ed_wrap .bor_ttl strong {
    font-size: 30px;
    font-weight: 700;
    border: 1px solid #454545;
    display: inline-block;
    padding: 14px 30px;
    max-width: 362px;
    width: 100%;
    text-align: center;
    border-radius: 50px;
}


.ed_wrap .sub_visual {
    background: url(../img/sub/sub_visual_02.jpg) no-repeat center/ cover;
}

.ed_com .ed_wrap .sub_visual {
    background: url(../img/sub/sub_visual_01.jpg) no-repeat center/ cover;
}

.ed_use .ed_wrap .sub_visual {
    background: url(../img/sub/sub_visual_03.png) no-repeat center/ cover;
}

.ed_wrap .sub_visual>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 120px;
}

.ed_wrap .sub_visual h3 {
    font-size: 46px;
    font-weight: 500;
    color: #fff;
}

.ed_wrap .sub_visual .line {
    width: 1px;
    background: #fff;
    display: block;
}

.ed_wrap .sub_visual .line_01 {
    height: 40px;
    margin: 40px 0 37px;
}

.ed_wrap .sub_visual .line_02 {
    height: 160px;
    margin: 40px 0 0;
}

.ed_wrap .sub_text {
    padding: 100px 0 94px;
    background: url(../img/sub/about_bg.jpg) no-repeat center/ cover;
}

.ed_com .ed_wrap .sub_text {
    padding: 120px 0 105px;
    background: url(../img/sub/story_bg.jpg) no-repeat center/ cover;
}

.ed_use .ed_wrap .sub_text.use02 {
    padding: 70px 0 74px;
    background: url(../img/sub/use_bg.png) no-repeat center/ cover;
}

.ed_use .ed_wrap .sub_text.use03 {
    padding: 100px 0;
    background: url(../img/sub/use_bg02.png) no-repeat center/ cover;
}

.ed_use .ed_wrap .sub_text.use03>div>strong {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    display: block;
    margin-bottom: 40px;
}

.ed_use .ed_wrap .sub_text.use03>div>strong i {
    position: relative;
}

.ed_use .ed_wrap .sub_text.use03>div>strong i::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #252525;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.ed_use .ed_wrap .sub_text.use03 .bor_ttl strong {
    font-size: 24px;
    font-weight: 500;
    border: 5px solid #dcdcdc;
    display: inline-block;
    padding: 14px 15px;
    max-width: 410px;
    width: 100%;
    text-align: center;
    border-radius: 50px;
}

.ed_use .ed_wrap .sub_text.use03 p i {
    color: #4bb744;
}

.ed_wrap .use03 .text_area p+p {
    margin-top: 11px;
}

.ed_use .ed_wrap .sub_text.use03 p span {
    font-size: 16px;
    color: #454545;
    font-weight: 400;
    margin-top: 10px;
    display: block;
}

.ed_use .ed_wrap .sub_text.use01 {
    padding: 100px 0;
    max-width: 1200px;
    width: calc(100% - 30px);
    margin: 0 auto;
    background: none;
    border-bottom: 1px solid #dbdbdb;
}

.ed_com .ed_wrap .text_area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ed_com .ed_wrap .text_area p {
    margin-top: 50px;
}

.ed_wrap .text_area p {
    text-align: center;
    font-size: 18px;
    color: #454545;
    line-height: 1.7;
    margin-top: 36px;
}

.ed_wrap .use01 .text_area p.desc_02 {
    font-size: 22px;
}

.ed_wrap .use01 .text_area p span {
    position: relative;

}

.ed_wrap .use01 .text_area p+p {
    margin-top: 15px;
}

.ed_wrap .use01 .text_area p.desc_02 span::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 22px;
    background: #ecf7eb;
    bottom: -6px;
    left: 0;
    z-index: -1;
}

.ed_wrap .text_area p.ceo {
    line-height: 1;
}

.ed_wrap .text_area p span {
    color: #252525;
    font-weight: 500;
}

.ed_wrap .text_area p+p {
    margin-top: 30px;
}

.ed_wrap .text_area p strong {
    font-size: 40px;
    font-family: 'InkLipquid';
    font-weight: normal;
    margin-left: 8px;
}

.ed_wrap .sub_text.use02 div>strong {
    color: #fff;
    font-size: 40px;
    display: block;
    text-align: center;

}

.ed_wrap .use02 .text_area p {
    color: #fff;
}

.ed_wrap .use02 .text_area p+p {
    margin-top: 15px;
}

.ed_wrap .use02 .text_area p span {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
}

.ed_wrap .use02 .text_area p.desc strong {
    font-family: 'Noto Sans KR';
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin-top: 12px;
}

.ed_wrap .use02 .text_area p i {
    color: #4bb744;
}

.ed_wrap .sub_cont {
    margin-top: 90px;
}

.ed_wrap .sub_cont>span {
    color: #999999;
    display: block;
    margin-bottom: 18px;
    text-align: center;
}

.ed_wrap .sub_cont .about_wrap {
    background: url(../img/sub/about_cont_bg.png) no-repeat center top;
    max-width: 1920px;
    width: 100%;
    margin: 40px auto 120px;
    z-index: -3;
}

.ed_wrap .sub_cont li .bg {
    width: 56.7%;
}

.ed_wrap .sub_cont li .bg span {
    width: 100%;
    padding-top: 64.7%;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;


}

.ed_wrap .sub_cont li {
    display: flex;
}

.ed_wrap .sub_cont li:first-child {
    padding-top: 60px;
    margin-top: 0 !important;
}

.ed_wrap .sub_cont li:nth-child(even) {
    margin-top: 190px;
}

.ed_wrap .sub_cont li:nth-child(odd) {
    margin-top: 260px;
}

.ed_wrap .sub_cont li .text {
    padding-left: 62px;
    padding-top: 80px;
    width: 43.3%;
}

.ed_wrap .sub_cont li .text strong {
    font-size: 52px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 40px;
    position: relative;
}

.ed_wrap .sub_cont li .text strong::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: -15px;
    left: -20px;
    background: url(../img/sub/sub_cp.png) no-repeat center;
}

.ed_wrap .sub_cont li .text p {
    font-size: 30px;
    font-weight: 500;
    color: #666666;
    padding-bottom: 40px;
    margin-bottom: 40px;
    position: relative;
}

.ed_wrap .sub_cont li .text p::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 580px;
    height: 1px;
    background: #999999;
}

.ed_wrap .sub_cont li:nth-child(even) .text p::after {
    left: inherit;
    right: 0;
}

.ed_wrap .sub_cont li .text_area {
    font-size: 22px;
    /* font-weight: 350; */
    color: #454545;
    line-height: 1.8;
    width: 88%;
    word-break: keep-all;
}

.ed_wrap .sub_cont li .text_area .line {
    font-weight: 700;
    color: #252525;
    position: relative;
    z-index: 7;
}

.ed_wrap .sub_cont li .text_area .line::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 22px;
    background: #e6f1e6;
    z-index: -1;
}

.ed_use .ed_wrap .sub_cont {
    max-width: 1200px;
    width: calc(100% - 30px);
    margin: 90px auto 120px;
}

.ed_use .ed_wrap .sub_cont>strong {
    text-align: center;
    display: block;
    font-size: 24px;
    font-weight: 500;
    color: #454545;
    margin-top: 40px;
}

.ed_use .ed_wrap .sub_cont ul {
    display: flex;
    margin-top: 40px;
    padding: 0 30px;
    flex-wrap: wrap;
}

.ed_use .ed_wrap .sub_cont ul li {
    margin: 0;
    padding: 0;
    width: calc(25% - 25.5px);
    margin-right: 34px;
}

.ed_use .ed_wrap .sub_cont ul li img {
    width: 100%;
}

.ed_use .ed_wrap .sub_cont ul li:nth-of-type(4n) {
    margin: 0;
}

.ed_wrap .step_list .bor_ttl strong {
    max-width: 419px;
}

.ed_use .ed_wrap .step_list ul {
    padding: 0;
    margin-top: 60px;

}

.ed_use .ed_wrap .step_list ul li {
    border: 1px solid #dbdbdb;
    box-shadow: 0px 10px 23.75px 1.25px rgba(69, 69, 69, 0.1);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(25% - 22.5px);
    margin-right: 30px;
}

.ed_use .ed_wrap .step_list ul li:nth-child(n+5) {
    margin-top: 40px;
}

.ed_use .ed_wrap .step_list ul li>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 10px 24px;

}

.ed_use .ed_wrap .step_list ul li span {
    background: #3c3c3c;
    color: #ffffff;
    padding: 8px 13px;
    display: inline-block;
    border-radius: 50px;
    margin-bottom: 30px;
}

.ed_use .ed_wrap .step_list ul li p {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #454545;
    line-height: 1.6;
    margin-top: 30px;
}





.ed_wrap .ceo_wrap {
    margin-top: 100px;
    margin-bottom: 140px;
}

.ed_wrap .ceo_wrap ul {
    display: flex;
    background: #fafafa;
    box-shadow: 0px 20px 40px 0px rgba(69, 69, 69, 0.08);
    border-radius: 50px;
    padding: 60px;
}

.ed_wrap .ceo_wrap ul li.left {
    width: 60.15%;
    max-width: 580px;
    margin-right: auto;
}

.ed_wrap .ceo_wrap ul li .top {
    display: flex;
    flex-direction: column;
    margin-top: 60px;

}

.ed_wrap .ceo_wrap ul li .top span {
    font-size: 22px;
    font-weight: 500;
    color: #757575;
    padding-bottom: 24px;
    padding-left: 40px;
}

.ed_wrap .ceo_wrap ul li .top strong {
    font-size: 52px;
    font-weight: 700;
    padding-bottom: 40px;
    margin-bottom: 50px;
    border-bottom: 1px solid #999999;
    position: relative;
    padding-left: 40px;
}

.ed_wrap .ceo_wrap ul li .top strong::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: -15px;
    left: 12px;
    background: url(../img/sub/sub_cp.png) no-repeat center;
}

.ed_wrap .ceo_wrap ul li .bot {
    padding-left: 40px;
}

.ed_wrap .ceo_wrap ul li .bot p {
    display: flex;
    font-size: 22px;
    line-height: 1.8;
    align-items: center;
    color: #454545;
}

.ed_wrap .ceo_wrap ul li .bot p.point span {
    display: flex;
    font-size: 22px;
    line-height: 1.8;
    align-items: center;
    font-weight: 500;
    position: relative;
    color: #252525;
    z-index: 3;
}

.ed_wrap .ceo_wrap ul li .bot p.point span::after {
    content: '';
    width: 100%;
    height: 22px;
    background: #e7f2e7;
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: -1;
}

.ed_wrap .ceo_wrap ul li .bot p i {
    width: 10px;
    height: 10px;
    background: #f5ad22;
    margin-right: 12px;
}

.ed_wrap .ceo_wrap ul li .bot p.point i {
    background: #41ac3d;
}

.ed_wrap .ceo_wrap ul li.right {
    width: 39.85%;
}

.ed_wrap .ceo_wrap ul li>span {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding-top: 135%;
    display: block;
    border-radius: 50px 50px 0 50px;
}









@media all and (max-width: 1200px) {
    #container.login-container {
        /* margin-top: 60px; */
        /* padding:180px 0 0 0; */
        width: calc(100% - 30px);
    }

    .member-container {
        width: 100%;
    }

    .cart_tab {
        padding: 0 10px;
    }

    .vti_popular {
        padding-left: 15px;
    }

}

@media all and (max-width: 1100px) {
    .cart_order .calculate_list li select {
        width: 150px;
    }

    .cart_order .calculate_list li .sel_box+.in_box {
        margin-left: 10px;
        width: calc(100% - 150px);
    }

}


@media all and (max-width: 1024px) {

    /* .ed_wrap .sub_cont .about_wrap {
        background: url(../img/sub/about_cont_bg.png) no-repeat center bottom;
    } */
    .ed_wrap .sub_cont li .text {
        width: 50%;
    }

    .ed_wrap .sub_cont li .bg {
        width: 50%;
        margin-top: 145px;
    }

    .ed_wrap .sub_cont li .text p::after {
        width: 450px;
    }
}



@media all and (max-width: 1023px) {
    .cart .cart_oder {
        flex-direction: column;
    }

    .cart .cart_list {
        width: 100%;
    }

    .cart .ord_pmt {
        margin-left: 0;
        width: 100%;
        border: none
    }
}

@media all and (max-width: 950px) {
    .cart_order .calculate_list li>div:first-child {
        width: 130px;
        font-size: 20px;
        font-weight: 500;
    }

    .cart_order .calculate_list li select {
        width: 120px;
    }

    .cart_order .calculate_list li .sel_box+.in_box {
        margin-left: 10px;
        width: calc(100% - 120px);
    }

}



/* moblie */
@media screen and (max-width: 850px) {

    #header .head_menu .log,
    #header .head_menu .log_s {
        font-size: 11px;
    }


    #container.cart {
        padding-top: 15px;
    }

    #container.item_view {
        padding-top: 30px;
        position: relative;
    }

    /* 이벤트 */
    .contact_event .event-tab {
        margin-bottom: 20px;
        padding: 0 20px;
    }

    .contact_event .event-tab li {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

    .contact_event .event-list-wrap {
        padding: 0 20px;
    }

    .contact_event .event-list-wrap .evnt-list {
        padding-top: 25px;
    }

    .contact_event .event-list-wrap .evnt-list .evnt-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 35px;
    }

    .contact_event .event-list-wrap .evnt-list .evnt-item a .evnt-img {
        height: auto;
    }

    .contact_event .event-list-wrap .evnt-list .evnt-item a .evnt-tit {
        font-size: 15px;
        height: auto;
        margin-bottom: 8px;
    }

    .contact_event .event-list-wrap .evnt-list .evnt-item a .evnt-date {
        font-size: 13px;
    }


    .detail_review_list .rl_txt_box .rl_txt .txt_title {
        margin-bottom: 35px;
    }

    .detail_review_list .rl_txt_box .rl_star {
        margin-top: 18px;
    }

    .detail_review_list .rl_txt_box .rl_star .ico_star {
        position: static;
    }

    .agree_popup_wrap .agree_popup {
        width: calc(100% - 30px);
        height: 90vh;
    }

    .agree_popup_wrap .agree_popup .content {
        height: calc(100% - 50px);

    }

    .search_none {
        margin: 25px auto 40px;
    }


    .check_info_popup {
        width: 100%;
    }

    .check_info_popup>.btn_box {
        display: block;
    }

    .check_info_popup>.btn_box:after {
        content: "";
        display: block;
        clear: both;
    }

    .check_info_popup>.btn_box button {
        width: 48%;
        font-size: 16px;
        float: left;
    }

    .check_info_popup>.btn_box button:first-child {
        margin-right: 4%;
        background-color: var(--pt-c);
    }



    /* 비회원 개인정보 이용동의 팝업 */
    .popup .check_agree {
        height: 100px;
    }

    .popup .check_agree div {
        padding: 15px 0;
    }


    /* 장바구니 추가 */
    .cart table.ol_list,
    .cart table.ol_list tbody tr:first-child {
        border-top: none;
    }

    .cart table.ol_list tbody tr {
        padding-top: 10px;
        border-left: none;
        border-right: none;
    }

    .cart table.ol_list td.od_item {
        padding: 10px 0;
        border-bottom: 1px solid #ddd;
    }

    .cart table.ol_list td.ol_money {
        padding-top: 15px;
        display: inline-block;
        padding-left: 60px;
        width: calc(70% - 60px);
        position: relative;
    }

    .cart table.ol_list td.ol_money::before {
        content: '상품금액';
        position: absolute;
        top: 17px;
        left: 0;
    }

    .cart table.ol_list td.ol_quantity {
        position: relative;
        padding-top: 10px;
        float: right;
        display: inline-block;
        width: auto;
        text-align: right;
    }

    .cart table.ol_list td.ol_quantity::before {
        content: '수량';
        position: absolute;
        top: 17px;
        left: -35px;
    }

    .cart table.ol_list td.ol_quantity input[type="text"] {
        margin-bottom: 0;
        height: 26px;
    }

    .cart table.ol_list td.ol_save {
        text-align: center;
        margin-top: 20px;
    }

    .cart table.ol_list td.ol_save li {
        display: inline-block;
        width: 30%;
        margin-right: 3.5%;
    }

    .cart table.ol_list td.ol_save .btn_st05 {
        width: 100%;
        height: 34px;
        line-height: 34px;
        text-align: center;
    }

    .cart table.ol_list td.ol_total {
        padding-bottom: 10px;
        border-bottom: 1px solid #ddd;
    }

    .cart table.ol_list td.ol_total strong {
        position: relative;
    }

    .cart table.ol_list td.ol_total strong::before {
        content: '합계';
        position: absolute;
        top: 6px;
        left: -45px;
    }

    .cart table.ol_list tr.od_list_sum {
        position: relative;
    }

    .cart table.ol_list tr.od_list_sum td.ol_total {
        position: absolute;
        bottom: -225px;
        right: 15px;
        width: calc(100% - 30px);
    }

    .cart table.ol_list tr.od_list_sum td.ol_save {
        position: absolute;
        bottom: -270px;
        right: 15px;
        width: calc(100% - 30px);
    }

    .cart table.ol_list tr.od_list_sum2 td.ol_money,
    .cart table.ol_list tr.od_list_sum2 td.ol_quantity {
        margin-bottom: 110px;
    }

    .cart table.ol_list tfoot span.checkbox {
        vertical-align: middle;
    }

    /* 장바구니 수정 03-22 */
    .cart table.ol_list td.ol_quantity::before {
        content: '수량';
        position: absolute;
        top: 17px;
        left: 0px;
        /* display:none; */
    }

    .cart table.ol_list td.ol_quantity {

        text-align: left;
        padding-left: 65px;
        position: absolute;
        bottom: 168px;
        left: 15px;
        right: 17px;
        z-index: 9;
    }

    .cart table.ol_list td.ol_quantity input[type="text"] {
        margin-bottom: 0;
        height: 26px;
        float: left;
        margin-right: 5px;
    }

    .cart table.ol_list td.ol_quantity input[type="text"]:before {
        content: "수량";
    }

    .cart table.ol_list td.ol_money {
        padding-top: 15px;
        padding-bottom: 20px;
        margin: 30px 0 0;
        display: inline-block;
        padding-left: 90px;
        width: 100%;
        text-align: right;
        position: relative;
        border-bottom: solid 1px #ddd;
    }

    .cart table.ol_list td.ol_money::before {
        content: '상품금액';
        position: absolute;
        top: -15px;
        left: 0;
    }

    .cart table.ol_list td.ol_money strong {}

    .cart .ol_list tbody td.ol_discount {
        padding-top: 15px;
        display: inline-block;
        padding-left: 90px;
        width: 100%;
        text-align: right;
        position: relative;
    }

    .cart .ol_list tbody td.ol_discount:before {
        content: "할인금액 ";
        position: absolute;
        top: 17px;
        left: 0;
    }

    .cart .ol_list tbody td.ol_discount strong {}

    .cart table.ol_list td.ol_total {
        padding-top: 15px;
        margin: 0;
        display: inline-block;
        padding-left: 90px;
        width: 100%;
        text-align: right;
        position: relative;
    }

    .cart table.ol_list td.ol_total:before {
        content: "할인적용금액 ";
        position: absolute;
        top: 17px;
        left: 0;
    }

    .cart table.ol_list td.ol_total strong {}

    .cart table.ol_list td.ol_total strong:before {
        display: none;
    }

    /* 검색결과 */
    .search_breand {
        display: none;
    }

    .search_none h3 {
        font-size: 18px;
        word-break: keep-all;
    }

    .search_none p {
        font-size: 15px;
        line-height: 1.7;
        word-break: keep-all;
    }

    .search_none img.only_web {
        display: none;
    }

    .search_none img.only_mo {
        display: inline-block;
    }

    .search_none p.search_cation {
        font-size: 13px;
        margin-bottom: 0px;
    }


    /* 장바구니 팝업 */
    .basket_popup_box {
        top: 0px;
    }

    .basket_popup_box>div {
        position: relative;
        margin: 136px auto 0;
        width: calc(100% - 40px);
    }

    .basket_popup_box>div:first-child:before {
        content: "장바구니";
        display: block;
        clear: both;
        width: 100%;
        height: 40px;
        line-height: 40px;
        background-color: #3a3a3c;
        text-align: center;
        color: #fff;
    }

    .basket_popup_box>div>div {
        padding: 0;
        width: calc(100% - 40px);
        height: unset;
    }

    .basket_popup_box>div>div>div {
        padding: 20px 0px;
        width: 100%;
        height: unset;
    }

    .basket_popup_box>div>div>div h4 {
        margin: 0;
    }

    .basket_popup_box>div>div>div img {
        float: left;
        width: 80px;
    }

    .basket_popup_box>div>div>div p {
        float: left;
        width: calc(100% - 90px);
        padding-left: 10px;
        /* overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: left; */
    }

    .basket_popup_box>div>div>div p:last-child {
        margin-top: 10px;
        font-size: 15px;
        font-weight: 600;
        color: #333;
    }

    .basket_popup_box>div>div>div:first-child {
        border-right: none;
        border-bottom: solid 1px #cccccc;
    }

    .basket_popup_box>div>div>div:last-of-type {
        position: relative;
    }

    .basket_popup_box>div>div>div:last-of-type h3 {
        display: none;
    }

    .basket_popup_box>div>div>div h4 {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 50px;
        line-height: 50px;
        text-align: right;
        font-size: 18px;
        font-weight: 600;
    }

    .basket_popup_box>div>div>div h4:before {
        content: "장바구니 총 금액";
        position: absolute;
        top: 0;
        left: 0;
    }

    .basket_popup_box>div>div>a {
        top: -30px;
        right: 0;
    }

    .basket_popup_box>div>div>a img {
        display: none;
    }

    .basket_popup_box>div>div>a .only_mo {
        display: block;
    }

    .basket_popup_box>div>div>div div {
        width: 100%;
        margin-top: 50px;
    }

    .basket_popup_box>div>div>div div:after {
        content: "";
        display: block;
        clear: both;
    }

    .basket_popup_box>div>div>div div button {
        width: 39.28%;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }

    /* 상품없음 */
    .no_item_container {
        text-align: center;
        padding: 48px 0 48px;
    }

    .no_item_container h4 {
        margin: 16px 0 13px;
        font-size: 17px;
    }

    .no_item_container h5 {
        font-size: 13px;
    }

    /* 0521 */
    .sub_wrap {
        margin-top: 0;
    }

    .itme_type01 .item_content .ic_bot {}

    .dak_02 .sub_item_list .itme_type01>li {
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 3%;
    }

    .dak_02 .sub_item_list .itme_type01>li:nth-of-type(2n) {
        margin-right: 0;
    }

    .dak_02 .sub_item_list .itme_type01>li:nth-of-type(3n) {
        margin-right: 3%;
    }

    .dak_02 .sub_item_list .itme_type01>li:nth-of-type(6n) {
        margin-right: 0;
    }

    .dak_02 .sub_item_list .itme_type01 .item_content .ic_bot {
        margin-top: 0;
    }

    .dak_02 .itme_type01 .item_content .ic_bot .ic_pay strong {}

    .dak_02 .itme_type01 .item_content .ic_bot .ic_pay span.above {
        right: 20%;
    }



    /* 오더 */




    /* 이벤트 */
    .event .order_list {
        width: 100%;
    }

    .event_view h2 {
        margin: 30px 0;
    }

    .event_text {
        margin: 30px 0 30px;
    }

    .event_text>h3 {
        font-size: 20px;
    }

    .event_text>p {
        font-size: 18px;
    }

    .event_list {
        padding: 0 17px;
        width: 100%;
    }

    .event_list ul li {
        width: 100%;
        margin-right: 0;
    }

    .event_list ul li img {
        width: 100%;
    }

    .event_list ul li a div span.event_ing {
        margin-top: 2px;
    }

    .event_list ul li a div span {
        font-size: 14px;
    }


    .event .search_box {
        display: block;
        width: 100%;
        padding: 0 17px;

    }

    .event .search_box select {
        width: 20%;
        margin-right: 2%;
    }

    .event .search_box input {
        width: 59.1%;
        margin-right: 2%;
    }

    .event_tab_menu {
        padding: 50px 17px;
        /* width:100%; */
    }

    .event_tab_menu a {
        font-size: 14px;
        line-height: 32px;
    }


    .dak_timer_box {
        padding: 20px 0 15px;
    }

    .dak_timer_box h2 {
        font-size: 30px;
    }

    .dak_timer_box h2:after {
        top: -60%;
        right: 5%;
        font-size: 26px;
    }

    .dak_special>div {
        width: 100%;
    }

    .special_banner button {
        width: 20px;
        height: 40px;
    }

    .special_banner .slick-prev {
        left: 5%;
    }

    .special_banner .slick-next {
        right: 5%;
    }

    .sub_item_list .itme_type01 {
        padding-top: 0;
    }

    .sub_item_list .itme_type01.itme_type_special .thum_img {
        height: auto;
    }


    .it_listop .item_num {
        font-size: 13px;
    }

    .it_listop .item_num strong {
        font-size: 13px;
        font-weight: 500;
        color: #252525;
    }

    .dak_special {
        margin-bottom: 30px;
    }

    /* 애디몰 */

    .eddy_nav {
        flex-wrap: wrap;
        width: calc(100% - 30px);
        margin: 0 auto;

    }

    .mall_sub .eddy_nav {
        margin-bottom: 25px;
    }

    .press_list .eddy_nav {
        margin-bottom: 0;
    }

    .eddy_nav li {
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .eddy_nav li+li {
        margin-left: 0;

    }

    .eddy_nav li a {
        display: block;
        padding: 12px 20px;
        font-size: 12px;
    }


    /* 애디몰 멤버쉽 */
    .ed_member {
        background: linear-gradient(357deg, rgba(255, 255, 255, 1) 75%, rgba(250, 250, 250, 1) 100%);
        padding: 60px 0;
    }

    .ed_ttl {
        font-size: 21px;
        line-height: 1.4;
    }

    .ed_member ul {
        margin: 30px auto 0;
    }

    .ed_member ul li.ttl {
        display: none;
    }

    .ed_member ul li {
        flex-direction: column;
    }

    .ed_member ul li .ico {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 30px 0;
    }

    .ed_member ul li .ico img {
        max-width: 80px;
    }

    .ed_member ul li .ico span {
        font-size: 14px;
        margin-top: 20px;
    }

    .ed_member ul li .ico strong {
        font-size: 16px;
        margin-top: 10px;
    }

    .ed_member ul li .txt {
        width: 100%;
        padding: 0;
        padding-bottom: 30px;
    }

    .ed_member ul li .txt strong {
        font-size: 14px;
        margin-bottom: 18px;
    }

    .ed_member ul li .txt p {
        font-size: 13px;
    }

    .ed_member ul li .txt p+p {
        margin-top: 6px;
    }

    .ed_member ul li .txt .item_wrap span {
        display: flex;
        line-height: 1.5;
        font-size: 13px;
        color: #757575;
    }

    .ad_full_set div {
        margin: 20px 0 0;
        padding: 30px 15px;
    }


    .ad_full_set div p {
        font-size: 13px;
        line-height: 1.8;
        word-break: keep-all;
    }

    .ad_full_set div p:first-child {
        margin-bottom: 3px;
    }

    .ad_full_set div p:last-child {
        margin-top: 5px;
    }





    .m_bene {
        margin-top: 30px;
    }

    .m_bene>ul>li {
        border-top: 1px solid #454545;
    }

    .m_bene .bene_top {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 30px 0
    }

    .m_bene .bene_top .bene_img {
        max-width: 80px;
    }

    .m_bene .bene_top .bene_img img {
        max-width: 100%;
    }

    .m_bene .bene_top strong {
        display: block;
        margin-top: 15px;
        font-size: 14px;
        font-weight: 700;
    }

    .m_bene .bene_info {
        display: flex;
        flex-wrap: wrap;
    }

    .m_bene>ul>li:nth-child(odd) .bene_info li {
        background: #fcfcfc;
    }

    .m_bene .bene_info li {
        width: 50%;
        padding: 24px 20px;

        border-top: 1px solid #dbdbdb;
        text-align: center;
        font-size: 13px;
        font-weight: 500;
        line-height: 1.5;
    }

    .m_bene .bene_info li:nth-child(odd) {
        border-right: 1px solid #eeeeee;
    }

    .m_bene .bene_info li.sale {
        color: #454545;

    }

    .m_bene .bene_info li.sale.flex {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .m_bene .bene_info li i {
        color: #468fcf;
        font-weight: 500;
    }

    .m_bene .bene_info li b {
        color: #f76060;
        font-weight: 500;
    }

    .m_bene .bene_info li span {
        display: block;
        color: #454545;
        font-size: 13px;
        line-height: 1.5;
        font-weight: 400;
        word-break: keep-all;
    }

    .ed_mem_benefit .lv_info {
        border-top: 1px solid #dbdbdb;
        padding: 20px 0;
    }

    .ed_mem_benefit .lv_info span {
        display: flex;
        font-size: 13px;
        line-height: 1.6;
    }

    .ed_mem_benefit .lv_info span i {
        margin-right: 4px;
    }



    /* 애디몰 회사소개  */
    .ed_wrap .sub_visual .logo {
        max-width: 113.5px;
    }

    .ed_com .ed_wrap .sub_visual {
        background: url(../img/sub/sub_visual_01_m.jpg) no-repeat center/ cover;
    }

    .ed_wrap .sub_visual>div {
        padding-top: 60px;
    }

    .ed_wrap .sub_visual .line_01 {
        height: 30px;
        margin: 20px 0 27px;
    }

    .ed_wrap .sub_visual .line_02 {
        height: 84px;
        margin: 32px 0 0;
    }

    .ed_wrap .sub_visual h3 {
        font-size: 25px;
    }

    .ed_com .ed_wrap .sub_text {
        padding: 60px 0;
        background: url(../img/sub/story_bg_m.jpg) no-repeat center/ cover;
    }

    .ed_com .ed_wrap .text_area {
        width: calc(100% - 30px);
        margin: 0 auto;
    }

    .ed_wrap .bor_ttl strong {
        font-size: 20px;
        padding: 10px 10px;
        max-width: 220px;
    }

    .ed_wrap .text_area p {
        text-align: center;
        font-size: 13px;
        color: #454545;
        line-height: 1.7;
        margin-top: 23px;
        word-break: keep-all;
    }

    .ed_wrap .text_area p+p {
        margin-top: 19px;
    }

    .ed_wrap .sub_cont {
        margin-top: 50px;
    }

    .ed_wrap .sub_cont>span {
        font-size: 13px;
        font-weight: 500;
        margin-bottom: 14px;

    }

    .ed_wrap .text_area p strong {
        font-size: 25px;
    }

    .ed_wrap .ceo_wrap ul {
        display: flex;
        background: #fafafa;
        box-shadow: 0px 20px 40px 0px rgb(69 69 69 / 8%);
        border-radius: 50px;
        padding: 60px 20px;
        flex-direction: column;
    }

    .ed_wrap .ceo_wrap ul li.left {
        width: 100%;
        max-width: inherit;
    }

    .ed_wrap .ceo_wrap ul li .top {
        margin-top: 0
    }

    .ed_wrap .ceo_wrap ul li .top span {
        font-size: 16px;
        padding-bottom: 17px;
        padding-left: 25px;
    }

    .ed_wrap .ceo_wrap ul li .top strong {
        font-size: 26px;
        padding-bottom: 30px;
        margin-bottom: 25px;
        padding-left: 25px;
    }

    .ed_wrap .ceo_wrap ul li .top strong::after {
        top: -20px;
        left: 0;
        background: url(../img/sub/sub_cp.png) no-repeat center;
    }

    .ed_wrap .ceo_wrap ul li .bot {
        padding-left: 25px;
    }

    .ed_wrap .ceo_wrap ul li .bot p {
        font-size: 13px;
        line-height: 2;
    }

    .ed_wrap .ceo_wrap ul li .bot p i {
        margin-right: 10px;
    }

    .ed_wrap .ceo_wrap ul li .bot p.point span {
        font-size: 13px;
        line-height: 2;
    }

    .ed_wrap .ceo_wrap ul li .bot p.point span::after {
        height: 13px;
    }

    .ed_wrap .ceo_wrap ul li.right {
        width: 100%;
        margin-top: 25px;
        padding-left: 25px;

    }

    .ed_wrap .ceo_wrap ul li>span {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 90%;
        padding-top: 135%;
        display: block;
        border-radius: 30px 30px 0 30px;
    }

    .ed_wrap .ceo_wrap {
        margin-top: 60px;
        margin-bottom: 75px;
    }

    /*  애디몰 소개 */

    .ed_wrap .sub_visual {
        background: url(../img/sub/sub_visual_02_m.jpg) no-repeat center/ cover;
    }

    .ed_wrap .sub_text {
        padding: 60px 0;
        background: url(../img/sub/about_bg_m.jpg) no-repeat center/ cover;
    }

    .ed_wrap .sub_cont .about_wrap {
        background: none;
        max-width: 1920px;
        width: 100%;
        margin: 40px auto 120px;
        z-index: -3;
    }

    .ed_wrap .sub_text .text_area {
        width: calc(100% - 30px);
        margin: 0 auto;
    }

    .ed_wrap .sub_cont li {
        flex-direction: column;
    }

    .ed_aboot .ed_wrap .sub_cont li .text {
        width: 100%;
        padding-left: 0;
        padding-top: 0;
    }

    .ed_wrap .sub_cont li .bg {
        width: 100%;
        margin-top: 70px;
    }

    .ed_wrap .sub_cont li .text strong {
        font-size: 31px;
        margin-bottom: 20px;
        margin-left: 30px;
    }

    .ed_wrap .sub_cont li .text strong::after {
        top: -17px;
        left: -26px;
    }

    .ed_wrap .sub_cont li .text p {
        font-size: 20px;
        padding-bottom: 25px;
        padding-left: 30px;
        margin-bottom: 20px;
        border-bottom: 1px solid #999999;
    }

    .ed_wrap .sub_cont li .text p::after {
        display: none;
    }

    .ed_wrap .sub_cont li .text_area {
        font-size: 14px;
        line-height: 1.6;
        width: 100%;
        word-break: keep-all;
        padding-left: 30px;
    }

    .ed_wrap .sub_cont li .text_area .line::after {
        height: 14px;
        bottom: -3px;
    }

    .ed_wrap .sub_cont li .bg span {
        position: relative;
    }

    .ed_wrap .sub_cont li .bg span::after {
        width: 100%;
        height: 100%;
        content: '';
        position: absolute;
        top: -30px;
        right: -15px;
        border-radius: 0 0 0 100px;
        background: #f9f9f9;
        z-index: -1;
    }

    .ed_wrap .sub_cont li:nth-child(even) {
        margin-top: 90px;
        flex-direction: column-reverse;
    }

    .ed_wrap .sub_cont li:nth-child(odd) {
        margin-top: 90px;
    }

    .ed_wrap .sub_cont li:first-child {
        padding-top: 35px;
    }

    /*  이용안내 */
    .ed_use .ed_wrap .sub_visual {
        background: url(../img/sub/sub_visual_03_m.png) no-repeat center/ cover;
    }

    .ed_use .ed_wrap .sub_text.use01 {
        padding: 60px 0;
    }

    .ed_use .ed_wrap .sub_text.use01 .text_area {
        width: 100%;
    }

    .ed_wrap .use01 .text_area p.desc_02 {
        font-size: 16px;
        line-height: 1.4;
    }

    .ed_wrap .use01 .text_area p.desc_02 span::after {
        height: 12px;
        bottom: 0px;

    }

    .ed_use .ed_wrap .sub_cont {
        margin: 60px auto 70px;
    }

    .ed_use .ed_wrap .sub_cont>strong {
        font-size: 17px;
        margin-top: 30px;
    }

    .ed_use .ed_wrap .sub_cont ul {
        margin-top: 30px;
        padding: 0;
    }

    .ed_use .ed_wrap .sub_cont ul li {
        width: calc(50% - 10px);
        margin-right: 20px;
    }

    .ed_use .ed_wrap .sub_cont ul li:nth-of-type(2n) {
        margin-right: 0;
    }

    .ed_use .ed_wrap .sub_cont ul li:nth-child(n+3) {
        margin-top: 20px;
    }

    .ed_use .ed_wrap .sub_text.use02 {
        padding: 60px 0;
        background: url(../img/sub/use_bg_m.png) no-repeat center/ cover;
    }

    .ed_wrap .sub_text.use02 div>strong {
        font-size: 25px;
    }

    .ed_wrap .use02 .text_area p span {
        font-size: 16px;
    }

    .ed_wrap .use02 .text_area p.desc strong {
        font-family: 'Noto Sans KR';
        font-size: 12px;
        margin-top: 8px;
    }

    .ed_wrap .use02 .text_area p+p {
        margin-top: 12px;
    }

    .ed_wrap .step_list .bor_ttl strong {
        max-width: 289px;
    }

    .ed_use .ed_wrap .step_list ul li {
        border-radius: 20px;
        justify-content: flex-start;
    }

    .ed_use .ed_wrap .step_list ul li img {
        max-width: 50%;
        margin: 0 auto;
    }

    .ed_use .ed_wrap .step_list ul li>div {
        padding: 20px 10px 15px;
    }

    .ed_use .ed_wrap .step_list ul li span {
        padding: 5px 13px;
        margin-bottom: 15px;
        font-size: 12px
    }

    .ed_use .ed_wrap .step_list ul li p {
        font-size: 13px;
        line-height: 1.4;
        margin-top: 15px;
    }

    .ed_use .ed_wrap .sub_text.use03 {
        padding: 80px 0 300px;
        background: url(../img/sub/use_bg02_m.png) no-repeat center bottom/ cover;
    }

    .ed_use .ed_wrap .sub_text.use03 div {
        margin: 0 auto;
    }

    .ed_use .ed_wrap .sub_text.use03>div>strong {
        font-size: 25px;
        margin-bottom: 30px;
    }

    .ed_use .ed_wrap .sub_text.use03>div>strong i::after {
        width: 5px;
        height: 5px;
    }

    .ed_use .ed_wrap .sub_text.use03 .bor_ttl strong {
        font-size: 16px;
        border: 2.5px solid #dcdcdc;
        max-width: 283px;
    }

    .ed_wrap .use03 .text_area p+p {
        margin-top: 8px;
    }

    .ed_use .ed_wrap .sub_text.use03 p span {
        font-size: 13px;
        margin-top: 8px;
    }

    #layer {
        z-index: 111111 !important;
    }

}


@media all and (max-width: 414px) {
    .form-box2 .button_wrap {
        flex-direction: column;
    }

    .form-box2 .button_wrap>input,
    .form-box2 .button_wrap .phone_num,
    .form-box2 .button_wrap .phone_num.phone_certification,
    .form-box2 .button_wrap button {
        float: none;
        margin: 0;
        width: 100%;
        font-size: 16px;
    }

    .form-box2 .button_wrap button {
        margin-top: 10px;
    }

}

@media all and (max-width: 370px) {

    .eddy_nav li:last-child {
        margin-right: 0;
    }
}

@media all and (max-width: 360px) {
    .ed_wrap .sub_visual h3 {
        font-size: 22px;
    }

    .ed_wrap .sub_cont li .text strong {
        margin-left: 15px;
    }

    .ed_wrap .sub_cont li .text p {
        padding-left: 15px;

    }

    .ed_wrap .sub_cont li .text_area {
        padding-left: 15px;
        font-size: 13px;
    }

    .ed_wrap .sub_cont li .text strong::after {
        left: -19px;
    }

    .ad_full_set div {
        padding: 30px 15px;
    }

    .ad_full_set div p.me_360 .only_m {
        display: none !important;
    }

    .eddy_nav li a {
        padding: 12px 15px;
    }

}

@media all and (max-width: 330px) {
    .eddy_nav li a {
        padding: 10px 12px;
    }
}