/* BASIC css start */
/* BASIC css start */
/* BASIC css start */
/* BASIC css start */
/* BASIC css start */
/* BASIC css start */
/* BASIC css start */
/* BASIC css start */
#choice_form {
}

#choice_form .page-body {
    /* padding-top:36px; */
    padding-bottom: 80px;
    width: 100%;
    margin: 0 auto;
}

.choice_header {
    width: 100%;
    height: 227px;
    position: relative;
    padding-bottom: 24px;
}

.choice_header_inner {
    width: 100%;
    padding-top: 35px;
    z-index: 100;
    background: #fff;
}

.choice_header_inner.fix {
    position: fixed;
    left: 0;
    top: 128px;
    box-sizing: border-box;
}

.choice_top {
    text-align: center;
    margin-bottom: 25px;
}

.choice_top .title {
    font-size: 20px;
    color: #000;
    font-weight: 800;
    font-family: 'NanumSquare';
    letter-spacing: -2px;
    margin-bottom: 16px;
}

.choice_top .title span {
    color: #6638b4;
}

.choice_top .sub_title {
    font-size: 15px;
    color: #353535;
    font-weight: 400;
    font-family: 'NanumSquare';
    letter-spacing: -1.5px;
    margin-bottom: 20px;
}

.choice_top .sub_title font {
    font-weight: 800;
}

.choice_tab {
    /* margin-bottom:60px; */
    z-index: 10;
}

.choice_tab ul {
    font-size: 0;
    text-align: center;
    position: relative;
}

.choice_tab ul:after {
    content: '';
    width: 20%;
    height: 6px;
    background: #6638b5;
    position: absolute;
    left: 50%;
    top: 29px;
    transform: translateX(-50%);
}

.choice_tab ul li {
    display: inline-block;
    margin: 0 10px;
}

.choice_tab ul li .choice_icon {
    width: 64px;
    height: 64px;
    display: block;
    box-sizing: border-box;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 11px;
    text-align: center;
    position: relative;
    background: #6638b5;
    /* border:3px solid #000; */
    box-shadow: inset 2px 1px 12px 0px rgb(255,255,255,.5),4px 4px 10px 1px rgb(153,106,232,.3);
}

.choice_tab ul li .choice_icon:before {
    content: '';
    width: 56px;
    height: 56px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #f5f5f5;
    border-radius: 50%;
}

.choice_tab ul li {
    font-size: 12px;
    color: #404041;
    text-align: center;
    font-weight: 400;
    font-family: 'NanumSquare';
    letter-spacing: -1px;
    position: relative;
    padding-bottom: 25px;
    z-index: 14;
}

.choice_tab ul li.sel {
    font-weight: 800;
    color: #6638b5;
}

.choice_tab ul li.sel .choice_icon:before {
    display: none;
}

.choice_tab ul li .choice_icon span {
    cursor: pointer;
    display: block;
    -webkit-mask-position-x: center !important;
    -webkit-mask-position-y: center !important;
    -webkit-mask-size: contain !important;
    -webkit-mask-repeat: no-repeat !important;
    -webkit-mask-origin: initial !important;
    -webkit-mask-clip: initial !important;
    transition: .2s all;
    width: 27px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #6638b5;
    opacity: 1;
}

.choice_tab ul li:nth-of-type(1) .choice_icon span {
    -webkit-mask: url(/design/duolab/0414main_renewal/PC/choice_tab_01_01.png);
    width: 30px;
}

.choice_tab ul li:nth-of-type(2) .choice_icon span {
    -webkit-mask: url(/design/duolab/0414main_renewal/PC/choice_tab_02_01.png);
}

.choice_tab ul li:nth-of-type(3) .choice_icon span {
    -webkit-mask: url(/design/duolab/0414main_renewal/PC/choice_tab_03_01.png);
    width: 14px;
}

.choice_tab ul li:nth-of-type(4) .choice_icon span {
    -webkit-mask: url(/design/duolab/0414main_renewal/PC/choice_tab_04_01.png);
    width: 19px;
}

.choice_tab ul li.sel .choice_icon span {
    background: #fff;
    opacity: 1;
}

.choice_tab ul li.sel .choice_icon:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 6px solid #6638b4;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}

.choice_banner {
    padding-bottom: 380px;
    position: relative;
}

.banner_top {
    width: 100%;
    position: relative;
    margin-bottom: 37px;
}

.banner_top .banner_top_text {
    position: absolute;
    top: 55px;
    left: 32px;
}

.banner_top .banner_top_text p {
    font-size: 15px;
    color: #6638b4;
    font-weight: 800;
    letter-spacing: -1px;
    font-family: 'NanumSquare';
    margin-bottom: 12px;
}

.banner_top .banner_top_text h1 {
    font-size: 17px;
    color: #000;
    font-weight: 400;
    letter-spacing: -2px;
    line-height: 1.5;
    font-family: 'NanumSquare';
}

.banner_top .banner_top_text h1 span {
    font-weight: 800;
}

.banner_bottom {
    width: 100%;
    font-size: 0;
    text-align: center;
    position: absolute;
    top: 154px;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
}

.banner_bottom>div {
    display: inline-block;
    vertical-align: top;
}

.banner_bottom .choice_person {
    width: 204px;
    display: none;
}

.banner_bottom .choice_person .choice_person_text {
    margin-top: 20px;
}

.banner_bottom .choice_person .choice_person_text h1 {
    font-size: 18px;
    color: #000;
    font-weight: 800;
    letter-spacing: -2px;
    line-height: 1.2;
    font-family: 'NanumSquare';
    padding-left: 12px;
    border-left: 4px solid #a076df;
}

.banner_bottom .choice_person .choice_person_text p {
    font-size: 16px;
    color: rgba(0,0,0,.5);
    font-weight: 700;
    letter-spacing: -1px;
    font-family: 'NanumSquare';
    margin-top: 20px;
    padding-left: 12px;
    line-height: 1.4;
}

.banner_bottom .choice_prd {
    width: calc(100% - 204px);
    width: 100%;
    font-size: 0;
    margin: 0 auto;
}

.banner_bottom .choice_prd > ul {
    padding: 0 30px;
}

.prd_form_slide {
    overflow: hidden;
}

.choice_prd.list_box .items {
    /* display: inline-block; */
    vertical-align: top;
}

.choice_prd.list_box .items:first-of-type {
    width: 100%;
}

.choice_prd.list_box .items:last-of-type {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    margin-right: 0;
}

.choice_prd.list_box .items li {
    background: #fff;
    padding: 7px;
    border-radius: 10px;
    margin-bottom: 0;
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 5px 4px 15px rgba(123,121,122,.2);
}

.best_icon_div {
    background: #000;
    width: 38px;
    height: 38px;
    line-height: 42px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.best_icon_div span {
    font-size: 14px;
    color: #fff;
    font-family: "Lust Script";
    font-weight: 400;
}

.choice_prd.list_box .items li .thumb {
    width: 135px;
    border-radius: 7px;
    overflow: hidden;
    float: left;
}

.choice_prd.list_box .items li .list_shoppingInfo {
    width: calc(100% - 135px);
    float: left;
    padding: 8px 0 0;
    padding-left: 15px;
    height: 135px;
    box-sizing: border-box;
    position: relative;
}

.choice_prd.list_box .items li .prd_bottom_div2, .choice_prd.list_box .items li .list_shoppingInfo .hash_box {
    display: none;
}

.choice_prd.list_box .items li .list_shoppingInfo .listName {
    font-size: 15px;
    color: #000;
    font-weight: 800;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'NanumSquare';
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    height: 67.5px;
}

.choice_prd.list_box .items li .list_shoppingInfo .price_top_box {
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
    padding-left: 15px;
    padding-right: 0;
    box-sizing: border-box;
}

.choice_prd.list_box .items li .list_shoppingInfo .price_top_box span.consumer {
    /* display:block; */
    margin-top: 4px;
    font-weight: 400;
    font-size: 11px;
    color: rgba(0,0,0,.5);
    float: right;
    margin-right: 10px;
    margin-left: 6px;
}

.choice_prd.list_box .items li .list_shoppingInfo .price_top_box span.consumer strike {
    font-size: 13px;
    color: rgba(0,0,0,.5);
}

.choice_prd.list_box .items li .list_shoppingInfo .price_top_box span.consumer font {
    font-size: 13px;
}

.choice_prd.list_box .items li .thumb .best_icon_div {
    border-bottom-right-radius: 7px;
    border-top-left-radius: 7px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #000;
    border-radius: 50%;
    top: 4px;
    left: 4px;
}

.choice_prd.list_box .items li .thumb .best_icon_div span {
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    font-family: 'NanumSquare';
}

.choice_prd.list_box .items li .list_shoppingInfo .price_top_box span {
    font-family: 'NanumSquare';
}

.choice_prd.list_box .items li .list_shoppingInfo .price_top_box span.off_txt, .choice_prd.list_box .items li .list_shoppingInfo .price_top_box span.off_txt em {
    font-size: 16px;
    font-weight: 800;
    color: #6638b5;
    letter-spacing: -1px;
}

.choice_prd.list_box .items li .list_shoppingInfo .listPrice, .choice_prd.list_box .items li .list_shoppingInfo .listPrice font {
    color: #000;
    font-weight: 800;
    letter-spacing: -1px;
    margin: 0;
    font-size: 16px;
}

.choice_prd.list_box .items li .list_shoppingInfo .listPrice {
    margin-left: 0;
    float: right;
    font-size: 16px;
    color: #000;
}

.choice_prd.list_box .items.prd_slide li .list_shoppingInfo .price_top_box span.consumer strike, .choice_prd.list_box .items.prd_slide li .list_shoppingInfo .price_top_box span.consumer font {
    font-size: 11px;
}

.choice_prd.list_box .items.prd_slide li .list_shoppingInfo .listPrice, .choice_prd.list_box .items.prd_slide li .list_shoppingInfo span.off_txt, .choice_prd.list_box .items.prd_slide li .list_shoppingInfo .listPrice font, .choice_prd.list_box .items.prd_slide li .list_shoppingInfo span.off_txt em {
    font-size: 13px;
}

.choice_prd.list_box .items.prd_slide li .list_shoppingInfo span.off_txt em {
    font-size: 13px;
}

.prd_form_slide {
    margin-top: 25px;
    padding: 0 30px;
}

.choice_prd.list_box .items.prd_slide li {
    width: 43%;
    padding: 0;
    background: none;
    box-shadow: none;
    margin-bottom: 0;
}

.choice_prd.list_box .items.prd_slide li .thumb {
    width: 100%;
}

.choice_prd.list_box .items.prd_slide li .thumb .best_icon_div {
    /* width: 43px; */
    /* height: 43px; */
    /* line-height: 43px; */
    /* border-bottom-right-radius: 10px; */
    font-size: 12px;
}

.choice_prd.list_box .items.prd_slide li .thumb .best_icon_div span {
    /* font-size: 25px; */
}

.choice_prd.list_box .items.prd_slide li .list_shoppingInfo {
    width: 100%;
    padding-top: 15px;
    padding-left: 0;
    height: auto;
}

.choice_prd.list_box .items.prd_slide li .list_shoppingInfo .price_top_box {
    left: 0;
    bottom: 0;
    width: 100%;
    padding-top: 12px;
    position: relative;
    padding: 0;
}

.choice_item {
    border-top: 2px solid #e0e3e7;
    margin: 0 15px;
    padding: 0 15px;
    padding-top: 50px;
}

.choice_item_title {
    text-align: center;
    margin-bottom: 25px;
}

.choice_item_title p {
    font-size: 18px;
    color: #404041;
    font-weight: 400;
    letter-spacing: -1px;
    font-family: 'NanumSquare';
}

.choice_item_title p b {
    font-weight: 800;
}

.choice_item_title h1 {
    display: block;
    font-size: 22px;
    color: #000;
    letter-spacing: -2px;
    font-weight: 800;
    margin-top: 12px;
    font-family: 'NanumSquare';
}

.choice_item_title h1 span {
    color: #6638b4;
}

.choice_item ul {
    margin-bottom: 64px;
    overflow: hidden;
    font-size: 0;
}

.choice_item ul li {
    display: inline-block;
    /* float:left; */
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
    /* height: 230px; */
    vertical-align: top;
}

.choice_item ul li:nth-of-type(2n) {
    margin-right: 0;
}

.choice_item ul li img {
    width: 100%;
}

.banner_bottom .bottom_pagination_bullet {
    width: 30%;
    height: 6px;
    margin: 0 auto;
    position: relative;
    margin-top: 40px;
    border-radius: 50px;
    overflow: hidden;
    background: #d9d9d9;
}

.bottom_pagination_bullet>span {
    background: #404041!important;
    border-radius: 50px;
}

.choice_prd.list_box .items li span.MK-product-icons {
    height: 1px;
}

#header.fix {
    position: fixed;
    top: 0;
    left: 0;
}

.choice_tab ul li .choice_icon em {
    width: 20px;
    height: 20px;
    line-height: 16px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #8763c5;
    box-sizing: border-box;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0;
    padding: 0;
    display: block;
    font-family: 'NanumSquare';
    color: #6638b4;
    position: absolute;
    top: 0;
    left: 0;
}

.choice_tab ul li.sel .choice_icon em {
    background: #6638b5;
    color: #fff;
    border-color: #6638b5;
}

.choice_navigation {
    text-align: center;
    font-size: 0;
    padding-bottom: 7px;
}

.choice_navigation>span {
    background: #d9d9d9;
    width: 10px;
    height: 10px;
    margin: 0 9px;
    border-radius: 50%;
    display: inline-block;
}

.choice_navigation>span.on {
    background: #6638b5;
}

/* BASIC css end */

/* BASIC css end */


/* BASIC css end */

