input:focus {
    outline-style: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

a,
a:link,
a:visited {
    color: #000;
    text-decoration: none;
}

.main .content {
    box-sizing: border-box;
    background-color: #fff;
}


/* side_menu start */

.side_menu {
    position: fixed;
    left: 50%;
    margin-left: 645px;
    float: left;
    display: none;
}

.side_menu_num {
    width: 79px;
    height: 72px;
}

.side_menu_color {
    width: 79px;
    height: 62px;
}

.side_menu_mg {
    width: 79px;
    height: 62px;
    margin-top: 5px;
}


/* side_menu end */

.prod_wrap {
    margin: 40px auto 20px auto;
    width: 1250px;
}

.con_box {
    position: relative;
    margin: 0 auto;
    width: 1250px;
    background-color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.con_main {
    width: 838px;
    height: 435px;
    float: left;
    border-left: 1px solid #e9e9e9;
    box-sizing: border-box;
}

.con_right1 {
    width: 412px;
    height: 433px;
    overflow: hidden;
    box-sizing: border-box;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    float: left;
}

.con_main .slide_wrap .mySwiper {
    height: 435px;
}

.cr1_ul {
    margin-top: 6px;
}

.con_title1 {
    font-size: 12px;
}

.cr1_title_img1 img,
.cr1_title_img2 img,
.cr1_title_img3 img {
    width: 100%;
    height: 145px;
    margin: -1px -1px 1px 0px;
    display: block;
}

.con_title2 {
    font-weight: bold;
    font-size: 14px;
}

.cr1_date {
    border-right: 1px solid #a6a6a6;
    color: #a6a6a6;
    font-weight: bold;
    font-size: 11px;
    float: left;
    padding-right: 9px;
}

.cr1_time {
    padding: 0px 9px;
    border-right: 1px solid #a6a6a6;
    color: #a6a6a6;
    font-size: 11px;
    float: left;
}

.cr1_orange a {
    padding-left: 9px;
    color: #fa9e55;
    font-size: 11px;
    float: left;
}

.cr1_ul::after {
    display: block;
    content: '';
    clear: both;
}

.con_board {
    float: left;
    width: 725px;
    box-sizing: border-box;
    border-bottom: 1px solid #e9e9e9;
    border-top:1px solid #e9e9e9;
    border-left:1px solid #e9e9e9;
    height: 208px;
    padding: 33px 40px 0 40px;
}

.con_board.three_board {
    width: 1250px;
    padding: 0;
    height: auto;
    margin-top: -2px;
    display: flex;
}

.notice_title {
    font-size: 12px;
    font-weight: bold;
}

.center_title {
    font-size: 12px;
    font-weight: bold;
}

.cross {
    float: right;
}

.con_board>.notice,
.con_board>.center,
.con_board>.letter {
    font-size: 12px;
    float: left;
    border-right:1px solid #e9e9e9;
    box-sizing: border-box;
    padding: 20px;
}

.con_board>.notice,
.con_board>.center {
    width: 419px;
}

.con_board>.letter {
    width: 411px;
}

.notice>dt,
.center>dt,
.letter>dt {
    border-bottom: 1px solid #dadada;
    padding-bottom: 10px;
    margin-bottom: 17px;
}

.notice>dd,
.center>dd,
.letter>dd {
    width: 100%;
}


.notice_li {
    padding-bottom: 10px;
}

.li_date {
    float: right;
    font-size: 10px;
    color: #959595;
}

.con_sp {
    font-size: 12px;
    padding: 18px 30px;
    border: 1px solid #e9e9e9;
    border-top: 0px;
    width: 357px;
    height: 208px;
    float: left;
    box-sizing: border-box;
}

.excel {
    vertical-align: middle;
}

.main_bold {
    color: black;
    font-weight: bold;
}

.sp_img {
    width: 80px;
    height: 60px;
    margin-right: 10px;
    float: left;
}

.sp_con p {
    margin-top: 3px;
    line-height: 16px;
    float: left;
    width: 185px;
    display: inline-block;
    color: #aaaaaa;
}

.con_sp_title {
    margin-bottom: 9px;
}

.sp_con {
    margin-top: 7px;
    margin-bottom: 10px;
}

.sp_con::after {
    clear: both;
    display: block;
    content: '';
}

.sp_line {
    margin: 7px 0 10px 0;
    width: 295px;
    height: 1px;
    background-color: #e9e9e9;
}

.main_prod_task_title {
    display: block;
    font-size: 19px;
    font-weight: bold;
    margin-top: 40px;
}

.main_task {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    margin: 20px auto 20px auto;
    width: 1250px;
}

.main_task>li {
    margin-bottom: 23px;
}

.prod_line {
    margin-bottom: 21px;
    width: 27px;
    height: 3px;
    background-color: #252525;
}

.prod_title_wrap{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.prod_title {
    font-size: 30px;
    font-weight: 600;
    margin-right: 8px;
}

.prod_info {
    letter-spacing: -1px;
    font-size: 15px;
}

.main_prod_price>ul {
    width: 1250px;
    margin-top: 20px;
    margin-bottom: 40px;
    *zoom: 1;
}

.main_prod_price>ul::after {
    content: '';
    display: block;
    clear: both;
}

.prod_li {
    float: left;
    width: 250px;
    min-height: 415px;
    border: 1px solid #e6e6e6;
    border-left: 0px;
    box-sizing: border-box;
    padding: 20px 21px 21px 20px;
}

.main_prod_price>ul>li:nth-child(5n+1) {
    border-left: 1px solid #e6e6e6;
}

.main_prod_price>ul>li:nth-child(n+6) {
    border-top: 0px;
}

.prod_img {
    width: 209px;
    height: 209px;
    margin-bottom: 17px;
}

.product_title {
    color: #454545;
    line-height: 20px;
    height: 40px;
    font-size: 16px;
    margin-bottom: 15px;
}

.li_info {
    color: #656565;
    font-size: 14px;
    line-height: 20px;
}

.li_info>img {
    vertical-align: middle;
}

.li_btn input {
    margin-top: 17px;
    width: 208px;
    height: 33px;
    border: 0px;
    text-align: left;
    cursor: pointer;
    background-image: url(../images/btn.png);
    font-weight: bold;
    padding-left: 17px;
}

.main_prod_companion_sale>ul {
    width: 1250px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.main_prod_companion_sale>ul::after {
    content: '';
    display: block;
    clear: both;
}

.main_prod_companion_sale>ul>li:nth-child(5n+1) {
    border-left: 1px solid #e6e6e6;
}

.main_prod_companion_sale>ul>li:nth-child(n+6) {
    border-top: 0px;
}

.main_prod_companion_sale>ul>li:first-child {
    border-left: 1px solid #e6e6e6;
}

.main_prod_delivery>ul {
    width: 1250px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.main_prod_delivery>ul::after {
    content: '';
    display: block;
    clear: both;
}

.main_prod_delivery>ul>li:nth-child(5n+1) {
    border-left: 1px solid #e6e6e6;
}

.main_prod_delivery>ul>li:nth-child(n+6) {
    border-top: 0px;
}

.main_prod_delivery>ul>li:first-child {
    border-left: 1px solid #e6e6e6;
}

.new_product_channel>ul {
    width: 1250px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.new_product_channel>ul::after {
    content: '';
    display: block;
    clear: both;
}

.new_product_channel>ul>li:first-child {
    border-left: 1px solid #e6e6e6;
}

.new_product_channel>ul>li:nth-child(5n+1) {
    border-left: 1px solid #e6e6e6;
}

.new_product_channel>ul>li:nth-child(n+6) {
    border-top: 0px;
}

.onch_in_product>ul {
    width: 1250px;
    margin-top: 20px;
    margin-bottom: 50px;
}

.onch_in_product>ul::after {
    content: '';
    display: block;
    clear: both;
}

.onch_in_product>ul>li:first-child {
    border-left: 1px solid #e6e6e6;
}

.onch_in_product>ul>li:nth-child(5n+1) {
    border-left: 1px solid #e6e6e6;
}

.onch_in_product>ul>li:nth-child(n+6) {
    border-top: 0px;
}

.md_product>ul {
    width: 1250px;
    margin-top: 20px;
    margin-bottom: 50px;
}

.md_product>ul::after {
    content: '';
    display: block;
    clear: both;
}

.md_product>ul>li:first-child {
    border-left: 1px solid #e6e6e6;
}

.md_product>ul>li:nth-child(5n+1) {
    border-left: 1px solid #e6e6e6;
}

.md_product>ul>li:nth-child(n+6) {
    border-top: 0px;
}

.keyword_product>ul {
    width: 1250px;
    margin-top: 20px;
    margin-bottom: 50px;
}

.keyword_product>ul::after {
    content: '';
    display: block;
    clear: both;
}

.keyword_product>ul>li:first-child {
    border-left: 1px solid #e6e6e6;
}

.keyword_product>ul>li:nth-child(5n+1) {
    border-left: 1px solid #e6e6e6;
}

.keyword_product>ul>li:nth-child(n+6) {
    border-top: 0px;
}

.recommend_product>ul {
    width: 1250px;
    margin-top: 20px;
    margin-bottom: 50px;
}

.recommend_product>ul::after {
    content: '';
    display: block;
    clear: both;
}

.recommend_product>ul>li:first-child {
    border-left: 1px solid #e6e6e6;
}

.recommend_product>ul>li:nth-child(5n+1) {
    border-left: 1px solid #e6e6e6;
}

.recommend_product>ul>li:nth-child(n+6) {
    border-top: 0px;
}

.prod_detail_price {
    padding: 0 2px;
    color: white;
}

.price_type_blue {
    background-color: #0475d5;
}

.price_type_brown {
    background-color: #6b3906;
}

.price_type_green {
    background-color: #197b30;
}

.price_type_navy {
    background-color: #000080;
}

.price_type_orange {
    background-color: #ff5d1d;
}

.price_type_purple {
    background-color: #800080;
}

.price_type_red {
    background-color: #ff0000;
}

.price_type_turquoise {
    background-color: #40E0D0;
}

.price_type_yellow {
    background-color: #ffbf1d;
}

.price_type_lightgreen {
    background-color: #acac0e;
}

.side_banner {
    display: none;
}

.hidden {
    position: absolute;
    overflow: hidden;
    height: 1px;
    width: 1px;
    z-index: -1;
}

.icon_19 {
    position: absolute;
    width: 35px;
    height: 35px;
    top: 37px;
    left: 12px;
}


/* 메인 상품 목록 리뉴얼 */
.prod_li.prod_li_v2 {
    border:none !important;
    padding:10px 10px 30px;
}

.prod_li.prod_li_v2 .d-none {
    display: none;
}

.prod_li.prod_li_v2 .prod_img {
    width: 230px;
    height: 230px;
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,.1);
}

.prod_li.prod_li_v2 > ul {
    position: relative;
}

.prod_li.prod_li_v2 .li_info .li_info_link {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width: 100%;
    height: 100%;
    z-index: 9;
}


/* main event popup */
.event_layer {
    width: 320px;
    position: fixed;
    z-index: 99;
    bottom:-500px;
    right:80px;
    background-color: #fff;
    border-radius:12px;
    overflow: hidden;
    box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.15);
    transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.event_layer.active {
    bottom:32px;
}

.event_layer .event_layer_close {
    display: block;
    width: 32px;
    height: 32px;
    background-image:url('data:image/svg+xml, <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_3682_10489)"><rect width="40" height="40" fill="white"/><path d="M12 12L28 28" stroke="%237C82A1"/><path d="M28 12L12 28" stroke="%237C82A1"/></g><rect x="0.5" y="0.5" width="39" height="39" rx="19.5" stroke="%23D1D5E6"/><defs><clipPath id="clip0_3682_10489"><rect width="40" height="40" rx="20" fill="white"/></clipPath></defs></svg>');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top:12px;
    right:12px;
    cursor: pointer;
}

.event_layer .layer_img {
    width: 320px;
    height: 320px;
}

.event_layer .layer_img img {
    width: 100%;
    height: 100%;
}

.event_layer .layer_bottom {
    padding:12px 20px;
}

.event_layer .layer_bottom .layer_text {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 135%;
    max-height:92px;
    word-break: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.event_layer .layer_bottom .layer_button {
    display: block;
    width: 100%;
    margin-top: 20px;
    text-align: center;
    color:#fff;
    font-size:14px;
    font-weight: 600;
    padding:12px;
    box-sizing: border-box;
    background-color: #000;
    border-radius: 4px;
}

.best_product_wrap,
.planning_wrap,
.supply_wrap,
.lowest_price_wrap,
.main_line_banner,
.main_sub_banner{
    margin-bottom: 70px;
}

/* 메인페이지 추천 스토어 */
.supply_wrap .supply_command_wrap{
    margin-top: 20px;
}

.supply_wrap .supply_command_wrap .supply_command_tab {
    display: flex;
    width: 100%;
    border-radius: 9px;
    overflow: hidden;
    border: 1px solid #C3C5C4;
}

.supply_wrap .supply_command_wrap .supply_command_tab li{
    width: 100%;
    height: 80px;
    font-weight: 700;
    background-color: #F3F3F3;
    color: #706D6D;
    cursor: pointer;
    border-left: 1px solid #C3C5C4;
}
.supply_wrap .supply_command_wrap .supply_command_tab li:first-child{
    border-left: 0px;
}
.supply_wrap .supply_command_wrap .supply_command_tab li label{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 33px;
    box-sizing: border-box;
}
.supply_wrap .supply_command_wrap .supply_command_tab li:hover{
    background-color: #DBDBDB;
}

.supply_wrap .supply_command_wrap .supply_command_tab li:has(input[type=radio]:checked){
    background-color: #00C5B1;
    color: white;
}
.supply_wrap .supply_command_wrap input[name="recommend_tab"] {
    display: none;
}
.supply_wrap .supply_command_wrap .supply_command {
    margin-top: 30px;
    display: none;
}
.supply_wrap .supply_command_wrap:has(#recommend_tab_0:checked) #recommend_item_0 ,
.supply_wrap .supply_command_wrap:has(#recommend_tab_1:checked) #recommend_item_1 ,
.supply_wrap .supply_command_wrap:has(#recommend_tab_2:checked) #recommend_item_2 ,
.supply_wrap .supply_command_wrap:has(#recommend_tab_3:checked) #recommend_item_3 ,
.supply_wrap .supply_command_wrap:has(#recommend_tab_4:checked) #recommend_item_4 {
    display: block;
}

.supply_wrap .supply_command_wrap .link_view{
    margin-top: 30px;
}
/* 메인페이지 추천 스토어 end */

/* 메인페이지 온채널 기획전 상품*/
.planning_wrap .planning_item_wrap{
    display: flex;
    gap: 20px;
}
.planning_wrap .planning_container {
    flex: 1;
}
.planning_wrap .planning_container h6{
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
}
.planning_wrap .planning_container .planning_img{
    width: 100%;
    height: 209px;
    border-radius: 15px;
    border: 0.5px solid #C3C5C4;
}
.planning_wrap .planning_container .planning_item img{
    width: 30%;
    border: 0.5px solid #C3C5C4;
    border-radius: 10px;
}
.planning_wrap .planning_container .planning_item li{
    display: flex;
    gap: 10px;
    margin-top: 20px;
}
/* 메인페이지 온채널 기획전 상품 end */

/* 메인페이지 상품리스트 */
.item_container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}
.item_container li{
    width: 218px;
}

.item_container .item_img {
    width: 218px;
    height: 218px;
    border: 1px solid #C3C5C4;
    border-radius: 8px;
    box-sizing: border-box;
    margin-bottom: 18px;
}

.planning_container .product_nm,
.item_container .product_nm{
    font-size: 15px;
    height: 36px;
    line-height: 120%;

    margin-bottom:8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

    overflow: hidden;
    text-overflow: ellipsis;
}

.planning_container .option_price,
.item_container .option_price{
    font-size: 20px;
    font-weight: 700;
}

.link_view{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: end;
}

.link_view::after{
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    background-image:url('data:image/svg+xml, <svg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="10.5" cy="10.5" r="10.5" fill="%2300C5B1"/><path d="M17.5303 11.5303C17.8232 11.2374 17.8232 10.7626 17.5303 10.4697L12.7574 5.6967C12.4645 5.40381 11.9896 5.40381 11.6967 5.6967C11.4038 5.98959 11.4038 6.46447 11.6967 6.75736L15.9393 11L11.6967 15.2426C11.4038 15.5355 11.4038 16.0104 11.6967 16.3033C11.9896 16.5962 12.4645 16.5962 12.7574 16.3033L17.5303 11.5303ZM0 11L0 11.75L17 11.75V11V10.25L0 10.25L0 11Z" fill="white"/></svg>');
    background-size: cover;

}
.guest_price {
    color: #0475D5;
    font-weight: 700;
}
/* 메인페이지 상품리스트 end */