@charset "utf-8";

/* 초기화 */
html {overflow-y:scroll}
body {margin:0;padding:0;font-size:0.875em;font-family:'Noto Sans KR', 'Malgun Gothic', dotum, sans-serif}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:'Noto Sans KR','Malgun Gothic', dotum, sans-serif}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
ul{margin:0;padding:0;list-style:none}
ol,li,dl,dt,dd{margin:0;padding:0}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle; outline: 0px;}
input, button {margin:0;padding:0;font-family:'Noto Sans KR','Malgun Gothic', dotum, sans-serif;font-size:1em}
button {cursor:pointer}
textarea, select {font-family:'Noto Sans KR','Malgun Gothic', dotum, sans-serif;font-size:1em}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#000;text-decoration:none}
/* 0419 추가 */
button, a, input[type="submit"] {cursor: pointer;}

*, :after, :before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

input[type=text],input[type=password], textarea {
-webkit-transition: all 0.30s ease-in-out;
-moz-transition: all 0.30s ease-in-out;
-ms-transition: all 0.30s ease-in-out;
-o-transition: all 0.30s ease-in-out;
outline: none;
}

input[type=text]:focus,input[type=password]:focus,  textarea:focus,select:focus {
/* -webkit-box-shadow:  0 0 5px #9ed4ff;
-moz-box-shadow:  0 0 5px #9ed4ff;
box-shadow: 0 0 5px #9ed4ff;
border: 1px solid #558ab7 !important; */
}
.placeholdersjs { color: #aaa !important; }

/* 태그 디자인 */
.tag_tpye1{padding: 5px 10px; border: 1px solid #0057AA; color: #0057AA; border-radius: 20px; background: #fff;}
.tag_tpye2{padding: 5px 10px; border: 1px solid #8F8F8F; color: #8F8F8F; border-radius: 20px; background: #fff; cursor:pointer;}

/* 뱃지 디자인 */
.role_badge{display: block; width: 100%; padding: 10px 20px; text-align: center; background: #343638; color: #fff;}

/* 체크박스 */
.checkbox.type_1{appearance: none;width: 20px !important;height: 20px !important;border: 1px solid #DEDEDE;background: #fff; border-radius: 3px; cursor: pointer;}
.checkbox.type_1:checked{background: url("/img/check_type1.png") #fff no-repeat 50%/cover !important;}
.checkbox.type_2{appearance: none;width: 25px !important;height: 25px !important;border-radius: 25px !important; border: 1px solid #DEDEDE;background: #fff; border-radius: 3px; cursor: pointer;}
.checkbox.type_2:checked{background: url("/img/check_type1.png") no-repeat 50%/cover !important; background-size: 16px 16px !important;}


/* 라디오박스 */
.radiobox.type_1{appearance: none;width: 20px !important;height: 20px !important;border: 1px solid #DEDEDE;background: #fff; border-radius: 3px; cursor: pointer;}
.radiobox.type_1:checked{background: url("/img/check_type1.png") #fff no-repeat 50%/cover !important;}
.radiobox.type_2{appearance: none;width: 25px !important;height: 25px !important;border-radius: 25px !important; border: 1px solid #DEDEDE;background: #fff; border-radius: 3px; cursor: pointer;}
.radiobox.type_2:checked{background: url("/img/check_type1.png") no-repeat 50%/cover !important; background-size: 16px 16px !important;}

.inputArea {
    display: flex; justify-content: center; align-items: center;
}
.inputArea .radio:not(:first-child) {
    margin-left: 20px;
}
.inputArea .radio label {
    margin-left: 5px;
}

/* 셀렉트 */
.select{}
.select.type_1{appearance: none; border: 1px solid #DBDBDB; background-color: #fff !important; padding: 0 15px; color: #707070;}
.select.type_1{outline: none; box-shadow: none; background: url("/img/select_arrow.png") no-repeat 98% 50%/cover; background-size: 16px 16px;}

.select.type_2{appearance: none; border: 1px solid #DBDBDB; background-color: #fff !important; height: 35px; padding: 2px 10px; color: #707070;}
.select.type_2{outline: none; box-shadow: none; background: url("/img/select_arrow.png") no-repeat 98% 50%/cover; background-size: 16px 16px;}

/* 인풋 공통 클래스 */
.basicInput{text-align: center; border: 1px solid #DBDBDB; border-bottom: 1px solid #DBDBDB; color: #737573;}
.textbox.type_1{border: 1px solid #DBDBDB; border-bottom: 1px solid #DBDBDB; color: #737573; padding: 5px 10px; height: 35px;}
input[type=text]:read-only{background-color: #f8f8f8;}

/* 데이트 공통 클래스 */
.date.type_1,
.time.type_1{border: 1px solid #DBDBDB; border-bottom: 1px solid #DBDBDB; color: #737573; padding: 5px 10px; height: 35px;}

/* 파일 공통 */
.filebox .upload-name {
    display: inline-block;
    height: 35px;
    padding: 0 10px;
    vertical-align: middle;
    border: 0px solid #dddddd;
    width: 78%;
    color: #999999;
}
.filebox .upload-name2 {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    color: #999999;
}
.filebox .upload_desc {
    padding:0 10px;
    display: inline-block;
    vertical-align: middle;
    color: #dbdbdb;
}
.filebox label {
    display: inline-block;
    padding: 0px 20px;
    color: #fff;
    vertical-align: middle;
    background-color: #0057AA;
    cursor: pointer;
    height: 35px;
    line-height: 35px;
}
.filebox input[type="file"] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
}

/* textarea */
.textareabox{border: 1px solid #DBDBDB; padding: 15px; resize: none;}
.textareabox::placeholder{color: #DBDBDB;}

/* 테이블 공통 */
/* 0418 table-layout, word-break 추가 */
.basic_table {table-layout: fixed;}
.basic_table tr, .basic_table td, .basic_table th {word-break: break-all;}
.basic_table{width: 100%; color: #8F8F8F; text-align: center; border-top: 1px solid #707070;}
.basic_table thead{background: #F8F8F8 !important;}
.basic_table thead th{font-size: 15px; font-weight: 400; padding: 10px 0; color: #343638;}
.basic_table tbody tr{border-bottom: 1px solid #DBDBDB;}
.basic_table tbody td{padding: 10px 0;}
.basic_table .no_data{padding: 70px 0; font-size: 15px; color: #333333; }
.table_check{padding-left: 10px !important;}

.basic_table.type02 thead {}
.basic_table.type02 thead tr {}
.basic_table.type02 thead tr:first-child th {padding: 20px 25px; border-bottom: 1px solid #dbdbdb; font-weight: bold;}
.basic_table.type02 thead tr th {text-align: left; padding-left: 25px; padding-right: 25px; font-size: 17px;}
.basic_table.type02 thead tr + tr {background: #fff; border-bottom: 1px solid #dbdbdb}
.basic_table.type02 thead tr + tr th {font-size: 15px;}
.basic_table.type02 thead tr + tr td {font-size: 15px;}
.basic_table.type02 thead tr th[scope="row"] {background: #F8F8F8; text-align: center;}
.basic_table.type02 thead tr td {}
.basic_table.type02 tbody {}
.basic_table.type02 tbody tr {}
.basic_table.type02 tbody tr td {padding-left: 25px; padding-right: 25px;}

.basic_table2 {table-layout: fixed;}
.basic_table2 tr, .basic_table2 td, .basic_table2 th {word-break: break-all;}
.basic_table2{border-top: 1px solid #000; font-size: 14px; color: #8F8F8F;}
.basic_table2 th{padding: 20px 0; width: 200px; border-right: 1px solid #DBDBDB; font-weight: 400; color: #04101C;}ㄹ
.basic_table2 td{padding: 20px 15px;}
.basic_table2 td:last-child{border-right: 0px !important;}
.basic_table2 tr{border-bottom: 1px solid #DBDBDB;}

.basic_table3 {table-layout: fixed;}
.basic_table3 tr, .basic_table3 td, .basic_table3 th {word-break: break-all;}
.basic_table3{width: 100%; color: #8F8F8F; text-align: center; border-top: 1px solid #707070;}
.basic_table3 th{font-size: 15px; font-weight: 400; padding: 10px 20px; color: #04101C; background: #F8F8F8 !important; text-align: left; width: 200px;}
.basic_table3 tbody tr{border-bottom: 1px solid #DBDBDB;}
.basic_table3 tbody td{padding: 15px 20px; text-align: left;}
.basic_table3 .no_data{padding: 70px 0; font-size: 15px; color: #333333; }
.table_check{padding-left: 10px !important;}

.my_table{width: 100%; color: #8F8F8F; text-align: center; border-top: 0px solid #707070;}
.my_table thead{background: #F8F8F8;}
.my_table thead th{font-size: 15px; font-weight: 400; padding: 10px 0; color: #04101C;}
.my_table tbody tr{border-bottom: 1px solid #DBDBDB;}
.my_table tbody td{padding: 10px 0;}



/* 배경 */
.bg_gray{background: #f8f8f8 !important;}

/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;width:1320px;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff;}
.hd_pops img{max-width:100%}
.hd_pops_con {}
.hd_pops_footer {padding: 0;background:#000;color:#fff;text-align:left;position:relative;}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding: 10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject{background:#000;text-align:left}
.hd_pops_footer .hd_pops_close{background:#393939;position:absolute;top:0;right:0}

/* 상단 레이아웃 */
#hd {min-width:1320px;}
#hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_qnb {border-bottom:1px solid #e9e9e9;background:#f2f5f9;zoom:1}
#hd_qnb:after {display:block;visibility:hidden;clear:both;content:""}
#hd_qnb h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_qnb div {text-align:center;letter-spacing:-4px}
#hd_qnb a {letter-spacing:0}
#hd_wrapper {position:relative;margin:0 auto;padding:32px 0;width:1320px;zoom:1; display: flex; justify-content: space-between; align-items: center;}
#logo {}


/* 헤더 검색 */
#hd_sch{position: relative; left: 0; top: 0; height: 56px;}
#hd_sch form{display: inline-flex; justify-content: space-between; width: 480px; height: 52px;border: 2px solid #0057AA; vertical-align: middle;}
#hd_sch input[type=text]{width: 308px; height: 48px; border: 0px; box-sizing: border-box; padding: 0 10px; color: #707070;}
#hd_sch #sch_submit{width: 54px; height: 48px;  background: transparent; border: 0px;}
#hd_sch #sch_submit i{background: url("/img/search_btn.png") no-repeat 50% / cover; display: inline-block; width: 40px; height: 40px; margin-top: 5px;}

/* 검색 메뉴 */
#hd_sch .sch_list{padding: 5px 0; position: absolute; width: 118px; border: 0px solid #ddd; border-radius: 0 0 5px 5px; box-shadow: 0 5px 10px #0057AA44; z-index: 10; background: #fff; display: none;}
#hd_sch .sch_list li{padding: 5px 10px; cursor: pointer; transition: all 0.2s;}
#hd_sch .sch_list li:hover{color: #0057AA;}
#hd_sch .hd_shc_cate_menu{width: 118px; position: relative;}
#hd_sch .sch_select{line-height: 48px; padding-left: 10px; cursor: pointer; display: inline-block; width: 118px;}
#hd_sch .sch_select + i{position: absolute; top: 50%; right: 20px; transform: translateY(-50%);}

/* 영인관계사 통합제품 검색 사이트 이동 링크 메뉴 */
.search_link{margin-left: 10px; display: inline-block; vertical-align: middle;}

/* 헤더 right-menu */
#hd_wrapper .right_menu{/*flex-basis: 340px;*/ display: inline-flex; justify-content: space-between; vertical-align: middle;}
#hd_wrapper .right_menu li{position: relative; width: auto; text-align: center;}
#hd_wrapper .right_menu li a{color: #707070; font-size: 13px;}
#hd_wrapper .right_menu li:not(:last-child):after{content: ''; display: inline-block; width: 1px; height: 80%; background: #ddd; margin: 0 10px; vertical-align: bottom;}

/* 헤더 바텀 카테고리 */
#hd_menu{background:#fff;border-top:1px solid #DBDBDB;border-bottom:1px solid #DBDBDB}
#hd_menu .inner_hdMenu{position: relative; left: 0; top: 0; display: flex; justify-content: space-between; width: 1320px; margin: 0 auto;}
#hd_menu .all_cate{width: 220px; height: 62px; border-left: 1px solid #DBDBDB; border-right: 1px solid #DBDBDB;}
#hd_menu .all_cate_btn{padding: 0 32px; font-size: 18px; color: #0057AA; font-weight: bold; line-height: 60px; cursor: pointer;}
#hd_menu .all_cate_btn>i{font-size: 30px; vertical-align: sub; margin-right: 20px;}
.inner_hdMenu .gnb{width: 920px; padding-left: 32px;}
.inner_hdMenu .gnb li{display: inline-block;}
.inner_hdMenu .gnb li:not(:last-child){margin-right: 40px;}
.inner_hdMenu .gnb li:nth-child(4){margin-right: 200px;}
.inner_hdMenu .gnb li a{font-size: 16px; line-height: 62px; color: #04101C;}
.inner_hdMenu .gnb li:nth-child(n + 6) a{color: #707070;}
.inner_hdMenu .my_menu{width: 182px; display: flex; justify-content: space-between;}
.inner_hdMenu .my_menu a{display: block; width: 100%; height: 62px; line-height: 54px; border-right: 1px solid #DBDBDB; padding: 0 12px; box-sizing: border-box;}
.inner_hdMenu .my_menu a img{margin: 0 auto;}
.inner_hdMenu .my_menu a:first-child{border-left: 1px solid #DBDBDB;}

/*카테고리*/
/* 0419 주석,수정 */
/* #category{width:872px; height: 364px; display:none;position:absolute;top:62px;left:0;border:1px solid #DBDBDB;background:#fff;;z-index:100;text-align:left; } */
#category{width: fit-content; height: 650px; display:none;position:absolute;top:62px;left:0;border:1px solid #DBDBDB;background:#fff;;z-index:100;text-align:left; }
#category .ct_wr{}
#category ul:after {display:block;visibility:hidden;clear:both;content:""}
#category .cate{line-height:20px; padding: 20px 0;}
#category .cate_li_1{text-align:left; width:330px;}
#category .cate_li_1_a{background:#fff;text-align:left;padding:5px 20px;display:block; color: #707070;}
#category .cate_li_2 {width:100%;float:none;;line-height:20px;;margin:0}
#category .cate_li_2 a {color:#6d6d6d;display:block;padding:0 5px}
#category a:hover{color:#0057AA;}
#category .close_btn{width: 100%;background:#333949;border: 0;text-align: left;color: #fff;padding: 0 20px;height: 40px;font-weight: bold;font-size: 1.167em;}

/*2댑스*/
/* 0419 공통스타일 병합 */
#category .cate_li_1 .sub_cate_wrap {position: absolute; width: 330px; height: 650px; background: #fff; border: 1px solid #DBDBDB; padding: 20px 0; box-sizing: border-box;}
#category .cate_li_1 .sub_cate {height: 100%; overflow-y: auto; overflow-x: hidden; box-sizing: border-box;}
#category .cate_li_1 .sub_cate::-webkit-scrollbar {width: 6px;}
#category .cate_li_1 .sub_cate::-webkit-scrollbar-thumb {background-color: #dddddd; border-radius: 10px; background-clip: padding-box;}
#category .cate_li_1 .sub_cate::-webkit-scrollbar-track {background-color: #f5f5f5; border-radius: 10px;}
#category .cate_li_1 .sub_cate a{padding: 5px 20px; width: calc(100% + 15px);}
#category .cate_li_1 .cate_mu_wrap1{ left: 330px; top: -1px;}
/*3댑스 4댑스*/
#category .cate_li_2 .cate_mu_wrap2,
#category .cate_li_2 .cate_mu_wrap3
{ right: -330px; top: -1px;}
#category .cate_li_3 .cate_mu_wrap4{ left: -1px; top: -1px;}

/*사이드 메뉴*/
#side_menu{position:fixed;top:0;right:0;z-index:999;height:100%;background:#fff}
.side_menu_wr{display:none;width:230px;overflow-y:auto;height: 100%;border-left:1px solid #cdcdcd;}
#btn_sidemenu{position:absolute;top:50%;left:-35px;width:35px;height:50px;margin-top:-25px;background:#fff;border:1px solid #cdcdcd;border-right:0;font-size:14px}
#side_menu .side_menu_shop{padding:10px 20px;border-bottom:1px solid #f3f3f3}
#side_menu .btn_side_shop{position:relative;background:none;border:0;width:100%;height:30px;text-align:left;font-weight:500; color: #707070;}
#side_menu .btn_side_shop span{position:absolute;width: auto; top:5px;right:0;padding:0 5px;line-height:20px;border-radius:10px;color:#fff;background:#38b2b9;font-weight: 400; font-size: 12px; min-width: 20px; text-align: center;}
#side_menu .side_menu_shop .op_area{ display:none;border-top:1px solid #f3f3f3;margin:5px 0}
#side_menu .side_menu_shop .op_area h2{position:absolute;font-size:0;line-height:0;overflow:hidden}
#side_menu .side_menu_shop .op_area li{border-bottom:1px solid #f3f3f3;position:relative;padding:10px 0;min-height:80px;padding-left:70px}
#side_menu .side_menu_shop .op_area li .prd_img{position:absolute;top:10px;left:0px;}
#side_menu .side_menu_shop .op_area li .prd_cost{display:block;font-weight:bold;margin:3px 0 0}
#side_menu .side_menu_shop .op_area  .li_empty{padding:50px 0;padding-left:0;color:#999;border-bottom:1px solid #f3f3f3;text-align:center}


/* 중간 레이아웃 */
#wrapper {z-index:5;margin:20px auto;width:1320px;position:relative;zoom:1; min-height: 800px;}
#wrapper.main{margin: 0px;}
#wrapper:after {display:block;visibility:hidden;clear:both;content:""}
#wrapper_title {margin:10px 0;font-size:1.667em;font-weight:bold}
.lt_wr {width: 49%;}
.lt_wr:nth-child(2n+1){clear:both}
/* aside wrapper */
/*#aside {float:left;margin:0 10px 0 0;width:215px;margin-right:20px*/

#container {position:relative; width:100%;min-height:500px;height:auto !important;height:500px;background:#fff;zoom:1}
#container:after {display:block;visibility:hidden;clear:both;content:""}

.sale_prd h2{font-size:1.167em;margin:20px 0 10px}
.st_bg{display: inline-block;width: 1px;height: 10px;margin: 0 10px;background: #e2e1e0;vertical-align: -1px;}

/* 텍스트 크기 조절 */
#text_size {display:none;position:absolute;top:-31px;left:-1px}
#text_size button {padding:0 10px;height:30px;border:1px solid #cfded8;border-bottom:0;background:#000;color:#fff;cursor:pointer}

/* 하단 레이아웃 */
#ft {clear:both;min-width:1320px; background:#2D353D;}
#ft h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ft .ft_top{border-bottom:1px solid #424A51; padding: 18px 0;}
#ft .ft_top>div{display: flex; justify-content: space-between; align-items: center; width: 1320px; margin: 0 auto;}
#ft .ft_wr{margin:0 auto;}
#ft .ft_wr:after {display:block;visibility:hidden;clear:both;content:""}
#ft .ft_ul li{display:inline-block;font-weight:bold;margin:0 10px}
#ft .ft_ul li a{color: #FCFCFC; font-weight: normal; font-size: 16px;}
#ft .ft_sns a:not(:last-child){margin-right: 10px;}
#ft .ft_bottom{width: 1320px; margin: 0 auto; padding: 32px 0 64px; display: flex; justify-content: space-between;}
#ft .ft_logo {width:170px; margin-bottom: 20px;}
#ft .ft_info{width:700px;line-height:25px; color: #8F8F8F; font-weight: normal;}
#ft .copyright{margin-top: 10px;}
#ft .ft_cs{width:287px;}
#ft .ft_cs h2{font-size: 20px; color: #FFFFFF; font-weight: normal; margin-bottom: 25px;}
#ft .ft_cs .main_tel{margin-bottom: 25px;}
#ft .ft_cs .main_tel .label{display: inline-block; color: #8F8F8F; width: 70px; font-size: 14px;}
#ft .ft_cs .main_tel span{color: #FFFFFF; font-size: 18px;}
#ft .ft_cs .regional_tel{width: 100%; border: 1px solid #707070; height: 40px; position: relative; left: 0; top: 0; cursor: pointer;}
#ft .ft_cs .regional_tel>span{line-height: 36px; color: #707070; padding-left: 20px;}
#ft .ft_cs .regional_tel>ul{z-index: 5; width: 100%; position: absolute; left: 0px; bottom: 38px; padding: 20px; box-sizing: border-box; background: #2D353D; border: 1px solid #707070; display: none;}
#ft .ft_cs .regional_tel>ul li{display: flex; justify-content: space-between; color: #FCFCFC;}
#ft .ft_cs .regional_tel>ul li:not(:last-child){margin-bottom: 10px;}

/* TOP + 퀵메뉴 */
.quick_menu{width: 100px; position:absolute;top:214px;left: 50%; z-index: 5; margin-left: 694px; background: #fff; border: 1px solid #DBDBDB;transition: top 0.3s;}
.quick_menu.fix{position: fixed;  top: 50%; transform: translateY(-50%); bottom: unset !important;}
.quick_menu .top_menu li{border-bottom: 1px solid #DBDBDB;}
.quick_menu .top_menu li a{display: block; text-align: center; padding: 23px 0;}
.quick_menu .top_menu li img{margin-bottom: 5px;}
.quick_menu .top_menu li a span{display: block; color: #04101C; font-weight: 500;}
.quick_menu .top_menu li:nth-child(4) img{margin-right: 6px;}
.quick_menu .today_item{text-align: center; padding: 23px 0;}
.quick_menu .today_item h2{font-weight: 500; font-size: 14px; margin-bottom: 20px;}
.quick_menu .today_item li{padding: 0 15px;}
.quick_menu .today_item .prd_img{width: 70px; height: 70px; overflow: hidden;}
.quick_menu .today_item .stv_item + .stv_item{margin-top: 5px;}
.quick_menu .today_item .prd_img a{width: 100%;}
.quick_menu .today_item .prd_img img{width: 100%; height: auto; display: block;}

#aside_chat{position:fixed;z-index:1000;bottom:16px;right:16px;display:block;width:70px;height:70px;border-radius:50%;background:#fff;box-shadow:0 0 7px 1px #838383;text-align:center}
#aside_chat>img{width:50px;margin-top:10px}
.chat-box { position: fixed; bottom: 16px; right: 16px; display: flex; width: 100%; height: 100%; max-width: 450px; max-height: 700px; background: #FFF; flex-direction: column; z-index: 5500; box-shadow: rgba(150, 150, 150, 0.7) 0px 10px 30px 0px; visibility: hidden; }
.chat-box {transition: all .1s ease-in-out;transform: scale(0.2) translateX(1000%);border-radius: 5px;overflow: hidden;}
.chat-box.active { display: flex; transform: scale(1) translateX(0); visibility: visible; }
.chat-box .chat-header { display: flex; justify-content: space-between; align-items: center; height: 50px; padding: 10px 20px; background: #f0f0f0; width: 100%; box-sizing: border-box; }
.chat-box .chat-header h2 { font-size: 18px; color: #333; }
.chat-box .chat-content { width: 100%; height: calc(100% - 50px); box-sizing: border-box; }
.chat-box .chat-content iframe { width: 100%; height: 100%; border: 0; }
.chat-box .close { width: 20px; height: 20px; border: 0; outline: 0; position:relative}
.chat-box .close>span{display:block;width:18px;height:2px;background:#333;position:absolute;border-radius:1px}
.chat-box .close>span:first-child{transform: rotate(45deg);}
.chat-box .close>span:last-child{transform: rotate(135deg);}

#top_btn {width:100%;height:40px;line-height:40px;border:1px solid #343638;color:#fff;text-align:center;font-size:14px;background:#343638; transition: all 0.2s;}
#top_btn i{margin-left: 5px;}
#top_btn:hover{border-color:#0057AA;background:#0057AA;color:#fff}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;width:1px;height:1px;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}

/* 본문 바로가기 */
#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}

/* 이미지 등비율 리사이징 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {display:inline-block;position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden;}
#captcha #captcha_img {height:40px;border:1px solid #898989;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat;text-indent:-999px;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat  0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:3px;vertical-align:top}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;text-align:right}
.btn_cke_sc{display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc !important;background:#fafafa !important;color:#000 !important;text-decoration:none !important;line-height:1.9em;vertical-align:middle}
.cke_sc_def {margin:0 0 5px;padding:20px;border:1px solid #ccc;background:#f8f8f8;text-align:center}
.cke_sc_def dl {margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:20%;font-weight:bold}
.cke_sc_def dd {width:30%}
.cke_sc_def .btn_cke_sc_close{display: none;}

 /* ckeditor 태그 기본값 */
#bo_v_con ul{display: block;list-style-type: disc;margin-top: 1em;margin-bottom: 1em;margin-left: 0;margin-right: 0;padding-left: 40px;}
#bo_v_con ol{display: block;list-style-type: decimal;margin-top: 1em;margin-bottom: 1em;margin-left: 0;margin-right: 0;padding-left: 40px;}
#bo_v_con li{display: list-item;}

/* Mobile화면으로 */
#mobile_cng {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;background:#fff;color:#000;font-size:2em;text-decoration:none;text-align:center}

/* 목록 바로가기 */
.sanchor_wrap.fix{position: fixed;top: 0;left: 0; border-bottom: 2px solid #3AB1BA; width: 100%;background: #fff;}
.sanchor_wrap.fix .sanchor{width: 1320px; margin: 0 auto;}
.sanchor_wrap.fix li a{border-bottom: 0px;}
.sanchor_wrap.fix .sanchor_on{position: relative;}
.sanchor_wrap.fix .sanchor_on::after{content: ''; display: block;  position: absolute; left: 0; width: 100%; height: 2px; background: #fff; bottom: -2px;}
.sanchor {margin:30px 0 20px ;padding:0;zoom:1}
.sanchor li {float:left;width:20%;text-align:center;;list-style:none}
.sanchor li a{display:block;position:relative;height:50px;margin-left:-1px;background:#F5F5F5;border:1px solid #F5F5F5;border-bottom:2px solid #3AB1BA;font-size: 15px;
color: #707070;line-height: 46px;text-align: center;z-index:1}
.sanchor li a .item_qa_count,.sanchor li a .item_use_count{display:inline-block;background:#aaa;padding:0 5px;line-height:23px;border-radius:15px;color:#fff;min-width:23px;font-size:12px}
.sanchor li .sanchor_on{margin:0 0 0 -1px;border:2px solid #3AB1BA;background:#fff;z-index:2;border-bottom-color:#fff;color:#3AB1BA;}
.sanchor li .sanchor_on .item_qa_count,.sanchor li .sanchor_on .item_use_count{background:#3AB1BA;}

/* 콘텐츠별 스타일 */
/* .cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold} */

/* 버튼 */
a.btn,.btn{line-height:35px;height:35px;padding:0 10px;text-align:center;border-radius:3px;font-weight:bold;border:0;}

a.btn01 {display:inline-block;padding:0 7px;border:1px solid #ccc;border-bottom:1px solid #aaa;background:#fff;color:#333;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover,button.btn01:hover {text-decoration:none;background:#f3f3f3}
button.btn01 {display:inline-block;margin:0;padding:0 7px;border:1px solid #b3b3b3;background:#fff;color:#333;text-decoration:none}
a.btn02 {display:inline-block;padding:0 7px;border:1px solid #d50c0c;background:#d50c0c;color:#fff;text-decoration:none;vertical-align:middle}
a.btn02:focus, .btn02:hover {text-decoration:none;background:#fd0f0f}
button.btn02 {display:inline-block;margin:0;padding:0 7px;border:1px solid #d50c0c;background:#d50c0c;color:#fff;text-decoration:none}
.btn_confirm {text-align:center} /* 서식단계 진행 */
.btn_submit {background:#0057AA;color:#fff;border:0; cursor: pointer;}
.btn_submit:hover{background:#0057AA;}
.btn_address{background:#707070;border:1px solid #707070;height:40px;color:#fff;padding:0 10px;}
fieldset .btn_submit {padding:0 7px;height:24px;line-height:1em}
a.btn_cancel {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
button.btn_cancel {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;vertical-align:top;text-decoration:none}
a.btn_frmline, button.btn_frmline {display:inline-block;padding:0 9px;height:30px;border:1px solid #707070;color:#707070;background:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:middle} /* 우편번호검색버튼 등 */
a.btn_frmline {line-height:24px}
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {display:inline-block;background:#4c4f6f;color:#fff;text-decoration:none;vertical-align:middle;width:80px;}
.btn_b01:hover, .btn_b01:hover {background:#54598c}
a.btn_b02,.btn_b02 {display:inline-block;background:#828ce8;padding:0 10px;color:#fff;text-decoration:none;border:0;vertical-align:middle;width:80px;}
a.btn_b02:hover, .btn_b02:hover {background:#656eca}
a.btn_b03, .btn_b03 {display:inline-block;background:none;border:1px solid #b9bdd3;color:#646982;background:none;text-decoration:none;vertical-align:middle;}
a.btn_b03:hover, .btn_b03:hover {background:#ebedf6}
a.btn_admin,.btn_admin {display:inline-block;background:#4c4f6f;color:#fff;text-decoration:none;vertical-align:middle;/*width:80px;*/ width: auto;} /* 관리자 전용 버튼 */
.btn_admin:hover, a.btn_admin:hover {background:#4c4f6f}

/* 선택수정 버튼 */
.btn_list {margin:0 auto;width:93%}
.btn_list input, .btn_list button {background: none repeat scroll 0 0 #617D46;border: 0 none;color: #FFFFFF;height: 28px;line-height: 2.2em;padding: 0 15px;vertical-align: middle}

/* 공통버튼 */
.full_btn{background: #0057AA !important; border: 1px solid #0057AA !important; color: #fff !important; display: inline-block; text-align: center;}
.full_btn_gray{background: #707070 !important; border: 1px solid #707070 !important; color: #fff !important;width:80px;height:35px; display: inline-block; text-align: center;}
.full_btn_black{background: #343638 !important; border: 1px solid #343638 !important; color: #fff !important;width:140px;height:35px; display: inline-block; text-align: center;}
.blank_btn{background: #fff !important; border: 1px solid #0057AA !important; color: #0057AA !important; display: inline-block; text-align: center;}
.blank_btn.type02{height: 35px; padding: 0px 20px;}
.blank_btn_gray{background: #fff !important; border: 1px solid #DBDBDB !important; color: #707070 !important; display: inline-block; text-align: center;}
.full_btn_gray.admin{padding: 5px 10px;}
.btnArea {
    display: flex; justify-content: center; align-items: center;
}
.btnArea .btn:not(:first-child)  {
    margin-left: 10px;
}
.btnArea .full_btn {
    height: 52px;
}

/* 검색 공통 */
.search_type2{display: flex; align-items: center;}
.search_type2 input[type=text]{width: 220px; height: 30px; line-height: 30px; border: 1px solid #DBDBDB; padding: 5px 15px;}
.search_type2 button{height: 30px;}

/* 기본테이블 */
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_wrap caption {padding:10px 0;font-weight:bold;text-align:left}

.tbl_head01 {margin:0 0 10px}
.tbl_head01 table{border-bottom:1px solid #d3d3d3;}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {padding:12px 0;border-top:2px solid #000;border-bottom:1px solid #d3d3d3;background:#fff;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head01 thead a {color:#383838}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head01 tbody th {padding:10px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head01 td {padding:15px 5px;border-top:1px solid #f3f3f3;border-left:1px solid #f3f3f3;line-height:1.5em;word-break:break-all}
.tbl_head01 td:first-child{border-left:0}
.tbl_head01 a {}

.tbl_head02 {margin:0 0 10px}
.tbl_head02 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head02 thead th {padding: 7px;background: #f3f3f3;border-top: 1px solid #d3d3d3;border-bottom: 1px solid #d3d3d3;}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th, .tbl_head02 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head02 td {padding:5px 3px;border-bottom: 1px solid #e9e9e9;line-height:1.4em;word-break:break-all}
.tbl_head02 a {}

.tbl_head03 {margin:0 0 10px}
.tbl_head03 table{border-bottom:1px solid #d3d3d3}
.tbl_head03 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head03 thead th {padding:12px 0;border-top:2px solid #000;border-bottom:1px solid #d3d3d3;background:#fff;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head03 thead a {color:#383838}
.tbl_head03 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head03 tfoot th, .tbl_head03 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head03 tbody th {padding:10px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head03 td {padding:15px 5px;border-top:1px solid #f3f3f3;border-left:1px solid #f3f3f3;line-height:1.5em;word-break:break-all}
.tbl_head03 td:first-child{border-left:0}
.tbl_head03 a {}

/* 폼 테이블 */
input::placeholder{color: #DBDBDB;}
.tbl_frm01 {margin:0 0 20px}
.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm01 th {width:90px;padding:5px 10px;background:none;text-align:right;font-weight:normal}
.tbl_frm01 td {padding:5px 10px;background:transparent}
.wr_content textarea,.tbl_frm01 textarea,.form_01 textarea, .frm_input {border:1px solid #ccc;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.tbl_frm01 textarea {padding:2px 2px 3px}
.frm_input {height:40px;}
.frm_input.flex {flex: 1;}

.full_input,.frm_address{width:100%}
.half_input{width:49.5%}
.tbl_frm01 textarea {width:100%;height:100px}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_address {margin-top:5px}
.tbl_frm01 .frm_file {display:block;margin-bottom:5px}
.tbl_frm01 .frm_info {display:block;padding:0 0 5px;line-height:1.4em}

/*기본리스트*/
.list_01 li{border:1px solid #dbdbdb;border-radius:3px;margin:8px 0;padding:10px 15px;list-style:none;position:relative;}
.list_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.list_01 li:hover{background:#f9f9f9}

.list_02 ul:after {display:block;visibility:hidden;clear:both;content:""}
.list_02 li{float:left;width:230px;margin:10px 0 15px 15px;}
.list_02 li:nth-child(4n+1){clear:both;margin-left:0}

/*폼 리스트*/
.form_01 h2{margin:0 0 10px;font-size:1.25em}
.form_01 li{margin:10px 0}
.form_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.form_01 li .right_input{float:right}
.form_01 textarea{height:100px;width:100%}
.form_01 .frm_label{display:inline-block;width:130px}
.form_01 .form_left{float:left;width:49.5%}
.form_01 .form_right{float:right;width:49.5%}

/* 자료 없는 목록 */
.empty_table {padding:50px 0 !important;text-align:center;color:#777 !important}
.empty_list ,.empty_li{padding:20px 0 !important;text-align:center;color:#777 !important}

/* 필수입력 */
.essential::after{content: '*'; display: inline-block; color: #FF3861; font-size: 14px; margin-left: 2px;}
/* .required, textarea.required {background-image:url('../img/require.png')  !important;background-repeat:no-repeat   !important;background-position:right top  !important;} */

/* 데코 */
.deco_dot{position: relative; padding-left: 10px;}
.deco_dot:before{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: block;
    content: '';
    width: 2px;
    height: 2px;
    background: #828282;
}
.dash {
    margin-left: 5px; margin-right: 5px;
}

/* 테이블 그리드 padding 0 5px 고려한 넓이 */
.grid_1 {width:40px}
.grid_2 {width:90px}
.grid_3 {width:140px}
.grid_4 {width:190px}
.grid_5 {width:240px}
.grid_6 {width:290px}
.grid_7 {width:340px}
.grid_8 {width:390px}
.grid_9 {width:440px}
.grid_10 {width:490px}
.grid_11 {width:540px}
.grid_12 {width:590px}
.grid_13 {width:640px}
.grid_14 {width:690px}
.grid_15 {width:740px}
.grid_16 {width:790px}
.grid_17 {width:840px}
.grid_18 {width:890px}

/* 테이블 항목별 정의 */
.td_board {width:120px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:110px;text-align:center}
.td_default {width:60px;text-align:center}
.td_dvr {width:100px;text-align:center}
.td_group {width:100px;text-align:center}
.td_imgsmall {width:60px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:100px;text-align:center}
.td_nick {width:100px;text-align:center}
.td_name {width:100px;text-align:left}
.td_namesmall {width:50px;text-align:left}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_mngsmall {width:50px;text-align:center}
.td_statsmall {width:50px;text-align:center}

.text_left{text-align:left  !important}
.text_center{text-align:center  !important}
.text_right{text-align:right  !important}

/* 텍스트 컬러 */
.txt_point{color: #3AB1BA !important;}
.txt_point2{color: #0057AA !important;}
.txt_red{color: #FF3861 !important;}
.txt_gray{color: #8f8f8f !important;}
.txt_black{color: #343638 !important;}

/* 배경 컬러 */
.bg_blue{background: #e7f3f8;}
.bg_gray{background: #f8f8f8;}

/* 공통 사이즈 */
.w10p{width: 10% !important;}
.w100p{width: 100% !important;}
.w40p{width: 40% !important;}
.w50p{width: 50% !important;}
.w50f{width: 50px !important;}
.w60f{width: 60px !important;}
.w80f{width: 80px !important;}
.w100f{width: 100px !important;}
.w120f{width: 120px !important;}
.w130f{width: 130px !important;}
.w150f{width: 150px !important;}
.w200f{width: 200px !important;}
.w300f{width: 300px !important;}
.w400f{width: 400px !important;}
.w500f{width: 500px !important;}
.w600f{width: 600px !important;}
.w720f{width: 720px !important;}
.w800f{width: 800px !important;}
.hl30f{line-height: 30px !important;}
.hl35f{line-height: 35px !important;}
.h30f{height: 30px !important;}
.h35f{height: 35px !important;}
.h40f{height: 40px !important;}
.h45f{height: 45px !important;}
.h50f{height: 50px !important;}

/* 공통마진 */
.m0{margin: 0px !important;}
.mr5{margin-right: 5px !important;}
.mr10{margin-right: 10px !important;}
.mb5{margin-bottom: 5px !important;}
.mb10{margin-bottom: 10px !important;}
.mb20{margin-bottom: 20px !important;}
.mb40{margin-bottom: 40px !important;}
.mb50{margin-bottom: 50px !important;}
.mt50{margin-top: 50px !important;}

/* 새창 기본 스타일 */
.new_win {position:relative;}
.new_win #win_title {font-size:1.25em;height:50px;line-height:30px;padding:10px 20px;background:#333;color:#fff;}
.new_win #win_title .sv {font-size:0.875em;line-height:1.2em}
.new_win .win_ul {border-right:1px solid #dfe6e7;}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li{float:left;background:#f3f7f7;width:33.333%;text-align:center;border-left:1px solid #dfe6e7;border-bottom:1px solid #dfe6e7;border-top:1px solid #dfe6e7}
.new_win .win_ul li a{display:block;padding:10px 0}
.new_win .win_ul .selected{background:#fff;border-bottom-color:#fff;border-top-color:#ae99da;}
.new_win .win_ul .selected a{color:#9781c5}
.new_win .win_desc {margin:5px 0;font-size:0.92em;color:#3598db;}
.new_win .frm_info{font-size:0.92em;color:#3598db}
.new_win .win_total{text-align:right;margin:10px 0}
.new_win .win_total span{display:inline-block;padding: 0 5px;color:#777;line-height: 26px;border: 1px solid #ddd;border-radius: 3px;font-size: 0.92em;}
.new_win .new_win_con{margin:20px;}
.new_win .new_win_con:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .btn_close {position:absolute;top:0;right:0;height:50px;width:50px;background:url(../img/close_btn.gif) no-repeat 50% 50%;border:0;text-indent:-999px;overflow:hidden}
.new_win .btn_submit {padding:0 20px;height:40px;border-radius:3px;font-weight:bold;font-size:1.083em;float:right}
.new_win .win_btn{margin:10px 0}

/* 자바스크립트 alert 대안 */
#validation_check {margin:100px auto;width:500px}
#validation_check h1 {margin-bottom:20px;font-size:1.3em}
#validation_check p {margin-bottom:20px;padding:30px 20px;border:1px solid #e9e9e9;background:#fff}

/* 사이드뷰 */
.sv_wrap {display:inline-block;position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;border:1px solid #283646;background:#111}
.sv_wrap .sv a {display:inline-block !important;margin:0 !important;padding:3px !important;width:94px;border-bottom:1px solid #283646;color:#fff !important}
.sv_wrap a:focus, .sv_wrap a:hover, .sv_wrap a:active {text-decoration:none !important}
.sv_on {display:block !important;position:absolute;top:10px;left:20px;width:auto;height:auto !important}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;margin:30px 0 ;text-align:center}
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""}
.pg {}
.pg_page, .pg_current,.qa_page {display:inline-block;vertical-align:middle}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page, .qa_page {background:#fdfdfd;color:#555;font-size:1.083em;height:30px;line-height:28px;padding:0 5px;min-width:30px;text-decoration:none;border-radius:3px;}
.pg_page:hover{background-color:#f3f3f1}
.pg_start {text-indent:-999px;overflow:hidden;background:url('../img/btn_first.gif') no-repeat 50% 50%;padding:0}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50%;padding:0}
.pg_end {text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50%;padding:0}
.pg_next {text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50%;padding:0}
.pg_current {display:inline-block;background:#0057AA;color:#fff;font-weight:bold;height:30px;line-height:30px;padding:0 10px;min-width:30px;}


/* ########## 쇼핑몰 컨텐츠 ########## */
/* 공통 사이드 */
.sideWrap{width: 240px;}
.sideWrap .my_con_wrap{border-bottom: 1px solid #DBDBDB; padding: 20px 0;}
.sideWrap h2{font-size: 24px; color: #04101C; line-height: 32px; padding-bottom: 20px; border-bottom: 1px solid #707070;}
.sideWrap .active,
.sideWrap .active i,
.sideWrap .active a{color: #0057AA; font-weight: 500;}
.sideWrap .my_con_wrap{border-bottom: 1px solid #DBDBDB; padding: 20px 0;}
.sideWrap .my_con_wrap.bd0{border-bottom: 0px;}
.sideWrap h3{font-size: 16px; color: #04101C; font-weight: 400; cursor: pointer; display: flex; justify-content: space-between; align-items: center;}
.sideWrap h3 i{color: #8F8F8F; font-size: 17px;}
.sideWrap ul{background: #F5F5F5;padding: 20px; margin-top: 10px;}
.sideWrap ul li:not(:last-child){margin-bottom: 10px;}
.sideWrap ul li a{color: #343638;}
.sideWrap h3.on a,
.sideWrap h3.on i,
.sideWrap ul li a.on{color:#0057AA; font-weight: bold;}
.sideWrap ul li a:hover{color: #0057AA;}

/* 인덱스 이미지 출력 */
#sidx_img {margin:0 0 20px}
#sidx_img img {max-width:100%;height:auto}

/* 마이페이지 */
#mypage_wrap{display: flex; justify-content: space-between;}
#mypage_wrap #smb_my {width: calc(100% - 290px);}
#smb_my h3{font-size: 16px; color: #343638; font-weight: 400; margin-bottom: 15px;}
#smb_my h3 i{width: 22px; height: 22px; border-radius: 50%; background: #fff; border: 1px solid #DBDBDB; font-size: 13px; color: #8F8F8F; text-align: center; line-height: 22px; text-indent: 2px; margin-left: 5px;}

/* 마이페이지 사이드 */
#mypage_Side .my_con_wrap{border-bottom: 0px;}

/* 마이페이지 - 메인 멤버정보 */
#mypage_wrap .my_info_wrap{display: flex; justify-content: space-between; border: 1px solid #DBDBDB; margin-bottom: 66px;}
.my_info_wrap .my_rank{width: 618px; background: #fff; padding: 34px 0 27px; border-right: 1px solid #DBDBDB;}
.my_info_wrap .my_rank img{width: 43px; height: 43px; border-radius: 50%; margin-right: 10px;}
.my_info_wrap .my_rank .mb_name{display: block; font-size: 18px; color: #04101C; vertical-align: middle; text-align: center; margin-bottom: 15px;}
.my_info_wrap .rank_info{font-size: 15px; color: #343638; width: 362px; height: 48px; line-height: 48px; border: 1px solid #3AB1BA; background: #fff; text-align: center; border-radius: 10px; margin: 0 auto 15px;}
.my_info_wrap .my_count{width: calc(100% - 618px);}
.my_info_wrap .rank_wrap{margin-bottom: 20px;}
.my_info_wrap .rank_wrap ul{display: flex; justify-content: space-between; width: 360px; margin: 0 auto; position: relative; left: 0; top: 0;}
.my_info_wrap .rank_wrap ul::after{display: block; content: ''; width: 90%; height: 3px; background: #DBDBDB; position: absolute; top: 8px; left: 15px;}
.my_info_wrap .rank_wrap li{position: relative; z-index: 1;}
.my_info_wrap .rank_wrap li.rank_on{position: relative;}
.my_info_wrap .rank_wrap li.rank_on::after{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: -23px;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px solid #3AB1BA;
    transform: rotate(45deg);
    border-top: 0px;
    border-left: 0px;}
.my_info_wrap .rank_wrap li .round{display: block; background: #fff; border: 3px solid #DBDBDB; width: 20px; height: 20px; border-radius: 50%; margin: 0 auto; margin-bottom: 2px;}
.my_info_wrap .rank_wrap li.rank_on .round{display: block; background: #3AB1BA; border: 0px; width: 20px; height: 20px; border-radius: 50%;}
.my_info_wrap .rank_wrap .rank_tit{color: #343638; font-size: 13px;}
.my_info_wrap .rank_btn{text-align: center;}
.my_info_wrap .rank_btn a{display: inline-block; text-align: center; width: 110px; line-height: 30px; height: 30px; color: #04101C; border: 1px solid #DBDBDB; font-size: 13px; background: #fff;}
.my_info_wrap .my_count{}
.my_info_wrap .my_count ul{display: flex; justify-content: space-between; flex-wrap: wrap;}
.my_info_wrap .my_count li{width: 50%; padding: 31px 0; background: #F5F5F5; text-align: center; box-sizing: border-box;}
.my_info_wrap .my_count li div{color: #343638; font-size: 16px; margin-bottom: 15px;}
.my_info_wrap .my_count li .count{font-size: 30px; font-family: 'Roboto'; font-weight: 500; margin-bottom: 0px;}
.my_info_wrap .my_count li .count a{color: #3AB1BA;}
.my_info_wrap .my_count li:nth-child(1),
.my_info_wrap .my_count li:nth-child(2){border-bottom: 1px solid #DBDBDB;}
.my_info_wrap .my_count li:nth-child(2),
.my_info_wrap .my_count li:nth-child(4){border-left: 1px solid #DBDBDB;}

/* 멤버정보 일반회원 */
.my_info_wrap .my_rank.basic{padding: 68px 0;}
.my_info_wrap .my_rank.basic .rank_wrap{display: none;}
.my_info_wrap .my_rank.basic .mb_name img{display: block; margin: 0 auto; margin-bottom: 10px;}

/* 마이페이지 - 메인 주문배송현황 */
.order_del{margin-bottom: 60px;}
.order_del ul{display: flex; justify-content: space-between; background: #fff; border: 1px solid #DBDBDB; padding: 30px 0;}
.order_del li{width: calc(100% / 5); border-right: 1px solid #DBDBDB; text-align: center;}
.order_del li:last-child{border-right: 0px;}
.order_del a{}
.order_del img{display: block; margin: 0 auto;}
.order_del a>span{display: block; font-size: 16px; color: #343638; margin-bottom: 15px;}
.order_del a>div{color: #343638; font-size: 16px;}
.order_del a .count{font-size: 30px; color: #3AB1BA; font-family: 'Roboto'; font-weight: 500;}
#smb_my .no_con{border-top: 1px solid #707070; text-align: center;padding: 100px 0 50px; color: #707070;}

/* 마이페이지 - 메인 문의내역 */
#smb_my .qna_wrap{margin-bottom: 60px;}

/* 마이페이지 - 메인 신청내역 */
#smb_my .request_wrap{margin-bottom: 60px;}

#smb_my_ov {margin:0 0 20px;position:relative}
#smb_my_ov h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#smb_my_ov .my_ov_name{display:block;background:#fff;border:1px solid #ccc;line-height:45px;padding:0 20px;font-size:1.167em;}
#smb_my_ov .my_ov_name img{width:20px;border-radius:50%}
#smb_my_act {position:absolute;top:0px;right:0;zoom:1}
#smb_my_act:after {display:block;visibility:hidden;clear:both;content:""}
#smb_my_act ul {float:right;margin:0;padding:0;list-style:none}
#smb_my_act li {float:left;margin:0 0 0 4px}
#smb_my_act li a{line-height:25px;padding:0 5px}
#smb_my_act li .btn_admin{height:27px;}
#smb_my_ov .cou_pt{position:absolute;top:0 ;right:0;}
#smb_my_ov .cou_pt dt{float:left;width:90px;line-height:45px;}
#smb_my_ov .cou_pt dd{float:left;width:110px;text-align:right;padding:0 20px 0 0  ;line-height:45px;}
#smb_my_ov .cou_pt dd a{color:#ff2b64;font-weight:bold;font-size:1.167em}
#smb_my_ov .op_area{background:#f8f8f8;border:1px solid #ccc;border-top:0;padding:10px 15px;line-height:18px;color:#555}
#smb_my_ov .op_area:after {display:block;visibility:hidden;clear:both;content:""}
#smb_my_ov .op_area dt{float:left;width:10%;margin:3px 0;font-weight:bold}
#smb_my_ov .op_area dd{float:left;width:40%;;margin:3px 0}
.my_ov_btn{text-align:center;}
.my_ov_btn button{background:#fff;border:1px solid #ccc;vertical-align:top;border-top:0;padding:0 20px;height:25px}
.my_ov_btn button:hover{background:#f3f3f3}

#smb_my_ovaddd{width:90%}

#smb_my_ovaddt {border-bottom:0 !important}
#smb_my_ovaddd {width:590px !important;border-bottom:0 !important}

#smb_my_od {margin:0 0 50px;position:relative}
#smb_my_od h2 {margin:0 0 10px;font-size:1.25em;}
#smb_my_od  td{text-align:center}
#smb_my_od  td a{font-weight:bold}
#smb_my_wish{position:relative;}
#smb_my_wish h2 {margin:0 0 10px;font-size:1.25em;padding:0 0 10px;border-bottom:2px solid #000}
.smb_my_img{margin:0 0 5px;}
.smb_my_tit{margin:5px 0 ; font-size:1.167em;font-weight:bold}
.smb_my_date{font-size:0.92em;color:#777}
.smb_my_more {position:absolute;top:0;right:0;}
.smb_my_more a{display:block;background:url('../img/more-btn.gif') no-repeat 0 2px;padding-left:20px;height:30px}

/* 마이페이지 - 등급별 혜택 */
.membership_layer table td{padding: 15px 20px; border-right: 1px solid #DBDBDB;}
.membership_layer .txt_gray{font-size: 12px;}


/* 마이페이지 - 포인트내역조회 */
#point .my_point_count{display: flex; align-items: center; padding-bottom: 20px; border-bottom: 1px solid #DEDEDE;}
#point  #my_title{border-bottom: 2px solid #707070 !important;}
#point .my_point_count{}
#point .my_point_count .img_wrap{margin-right: 20px;}
#point .my_point_count .txt_wrap div:first-child{font-size: 16px; font-weight: bold; color: #333333;}
#point .my_point_count .txt_wrap .all_point{font-size: 16px; color: #333333;}
#point .my_point_count .txt_wrap .all_point span{margin-right: 2px;}

#point .sch_wrap.type_1 { overflow:hidden; }
#point .sch_wrap.type_1 ul{width: 75%; float:left; }
#point .sch_wrap.type_1 ul.bottom{ float:right; width:25%; justify-content: end; }
#point .sch_wrap.type_1 ul:first-child { margin-bottom:0; }
#point .sch_wrap.type_1 .sch_btn_wrap button{width: calc(100% / 2); }
#point .sch_wrap.type_1 .filter_wrap select{width: 200px; }
#point .sch_wrap.type_1 .sch_btn_wrap{ width: 180px; }
#point .sch_wrap.type_1 .date_wrap input[type=date]{width: 145px; }
#point .sch_wrap.type_1 .filter_wrap{ margin-right:0;}
#point .helpText { margin-bottom: 40px;}
#point .helpText h3 {margin-bottom:12px;}
#point .helpText .description { color:#8F8F8F;}





/*장바구니 주문서 공통*/
.od_prd_list .td_chk{border-left:0;}
.od_prd_list .td_prd{border-left:0;position:relative;}
.od_prd_list .td_prd_name{text-align: left;}
.od_prd_list .td_prd .sod_img{text-align: center;}
.od_prd_list .td_prd .sod_name{min-height:80px}
.od_prd_list .td_prd .prd_name{font-size:1.167em}
.od_prd_list .total_prc{color:#ff006c;font-weight:bold;font-size:1.167em}
#sod_list thead th{text-align: center !important;}
#sod_frm #sod_list thead tr{border-color: transparent;}
#sod_frm .od_prd_list table th{color:#04101C}

.sod_opt {}
.sod_opt ul {margin:0;padding:0;list-style:none}
.sod_opt li {padding-left:10px;background:url('../img/bullet.gif') no-repeat 3px 8px;color:#777;margin:3px 0;line-height:1.3em}
.sod_option_btn .mod_options {padding:0 7px;border:1px solid #38b2b9;color:#38b2b9;background:#fff;height:23px;margin:10px 0 0 }
.cp_btn {padding:0 7px;border:1px solid #38b2b9;color:#38b2b9;background:#fff;height:23px;margin:10px 0 0 }
.cp_cancel {padding:0 7px;border:1px solid #aaa;color:#666;background:#fff;height:32px;margin-left: 2px; vertical-align: baseline;}

/* 장바구니 */
#sod_bsk {}
.btn_cart_del{margin:10px 0;}
.btn_cart_del button{height:30px;padding:0 10px;border:1px solid #e2e2e2;border-bottom:1px solid #c4c4c4;background:#fff;color:#666}
#sod_bsk_list {position:relative}
#sod_bsk_act {text-align:center}
#sod_bsk_act .btn_submit{height:50px;padding:0 10px;width:160px;font-weight:bold;font-size:1.25em}
#sod_bsk_act .btn01{height:50px;line-height:50px;padding:0 10px;width:160px;font-weight:bold;font-size:1.25em}
#sod_bsk_act p {margin:0 0 10px}

/*장바구니 선택사항수정*/
#sod_bsk_list #mod_option_frm {z-index:10000;position:absolute;width:540px;height:auto !important;height:500px;max-height:500px;border:1px solid #000;background:#fff;overflow-y:auto;overflow-x:none;
-webkit-box-shadow:  1px 2px 5px #bbb;
-moz-box-shadow:  1px 2px 5px #bbb;
box-shadow: 1px 2px 5px #bbb;}
#mod_option_frm  h2{border-bottom:1px solid #cdcdcd;padding:0 20px;line-height:50px;margin:0 0 15px;font-size:1.25em;
-webkit-box-shadow:  1px 2px 2px #eee;
-moz-box-shadow:  1px 2px 2px #eee;
box-shadow: 1px 2px 2px #eee;}

.option_wr {background:#f3f3f3;margin:0 20px 10px;padding:15px}
.option_wr h3{font-size:1.167em}
.option_wr label{display:block;margin:10px 0 5px}
.option_wr select{width:100%;border:1px solid #ccc;height:35px}

#sit_opt_added {margin:0;padding:0;border-bottom:0;background:#fff;list-style:none}
#sit_opt_added li {padding: 15px 0;padding-right:220px;border-bottom:1px solid #e9e9e9;position:relative}
#sit_opt_added li .opt_name{line-height:20px;font-weight:bold}
#sit_opt_added li .opt_count{position:absolute;top:50%;right:0;margin-top:-15px}
#sit_opt_added button {float:left;width:30px;height:30px;border:1px solid #cdcdcd;background:#fff;color:#666;font-size:0.92em}
#sit_opt_added button:hover{color:#000}
#sit_opt_added .num_input {float:left;border:0;height:30px;border-top:1px solid #e4e4e4;border-bottom:1px solid #e4e4e4;text-align:center;}
#sit_opt_added .sit_opt_del{border:0;font-size:15px}
#sit_opt_added .sit_opt_del:hover{color:#be334a}
#sit_opt_added .sit_opt_prc{display:block;float:left;width:100px;padding:0 3px;text-align:right;line-height:30px;font-size:1.183em;font-weight:bold}

#mod_option_frm #sit_sel_option{margin:20px;}
#mod_option_frm #sit_tot_price{margin:20px;}
#mod_option_frm #sit_opt_added {border-top:1px solid #e9e9e9;}
#mod_option_frm .btn_confirm{margin:20px ; }
#mod_option_frm .btn_confirm .btn_submit{height:40px;font-size:1.167em;font-weight:bold;width:100%;cursor:pointer}
#mod_option_frm .btn_confirm .btn_close{position:absolute;top:0;right:0;width:50px;height:50px;border:0;background:none;border-left:1px solid #cdcdcd;font-size:1.25em}
#mod_option_frm .btn_confirm .btn_close:hover{background:#f3f3f3}

/* 주문서 작성 */
/*#sod_frm .od_prd_list{margin-bottom:20px}*/
#sod_frm  #sod_bsk_tot:after {display:block;visibility:hidden;clear:both;content:""}
#sod_frm  #sod_bsk_tot li{position:relative;float:left;background:#fff;width:33.333%;height:70px;text-align:center;border-bottom:1px solid #e7ebf1;padding:15px 0}
#sod_frm  #sod_bsk_tot li:after {display:block;visibility:hidden;clear:both;content:""}
#sod_frm  #sod_bsk_tot li span{display:block;color:#777;margin-bottom:5px;font-weight:bold}
#sod_frm  #sod_bsk_tot .sod_bsk_sell,#sod_frm  #sod_bsk_tot .sod_bsk_coupon{border-right:1px solid #e7ebf1}
#sod_frm  #sod_bsk_tot .sod_bsk_point,#sod_frm  #sod_bsk_tot .sod_bsk_cnt{width:100%;clear:both;height:40px;padding:0 15px;line-height:40px;text-align:right}
#sod_frm  #sod_bsk_tot .sod_bsk_point span,#sod_frm  #sod_bsk_tot .sod_bsk_cnt span {float:left;margin:0}
#sod_frm  #sod_bsk_tot .sod_bsk_coupon:before{display:block;content:"-";position:absolute;top:25px;left:-10px;width:20px;height:20px;background:#fff;color:#ff006c;border-radius:50%;border:1px solid #e7ebf1;font-weight:bold;font-size: 16px;line-height: 14px;}
#sod_frm  #sod_bsk_tot .sod_bsk_dvr:before{display:block;content:"+";position:absolute;top:25px;left:-10px;width:20px;height:20px;background:#fff;color:#ff006c;border-radius:50%;border:1px solid #e7ebf1;font-weight:bold;font-size: 16px;line-height: 14px;}
#sod_frm  #sod_bsk_tot .sod_bsk_cnt strong{color:#ff006c;font-size:1.25em}

.sod_left{display: inline-block; width:850px;vertical-align:top; margin-right: 146px;}
.sod_right{display: inline-block;width:320px;vertical-align:top;
-webkit-box-shadow: inset 7px 0 9px -7px rgba(0,0,0,0.2);
-moz-box-shadow: inset 7px 0 9px -7px rgba(0,0,0,0.2);
box-shadow: inset 7px 0 11px -5px #ced8e5;height:100%}

.display_setup_message {margin:0 0 10px;padding:15px;border:1px solid #fccdff;background:#ffeef9}
.display_setup_message strong {display:block;margin:0 0 10px}

#sod_frm {}
#sod_frm h2 {margin:0 0 10px}
#sod_frm p {margin:0 0 10px; text-align: center;}
#sod_list {position:relative}
#sod_list #cp_frm {z-index:10000;position:absolute;top:0;left:99px;width:500px;height:auto !important;height:500px;max-height:500px;border:1px solid #000;background:#fff;overflow-y:auto;overflow-x:none;
-webkit-box-shadow:  1px 2px 5px #bbb;
-moz-box-shadow:  1px 2px 5px #bbb;
box-shadow: 1px 2px 5px #bbb;}
#sod_frm_orderer {margin:20px 0 40px}
#sod_frm_orderer #od_addr_jibeon, #sod_frm_taker #od_b_addr_jibeon {display:inline-block;margin:5px 0 0}

#sod_frm_taker label{display:inline-block; color:#707070}

#sod_frm_same {margin:0 0 10px}

/* #sod_frm #od_memo {height:50px} */

#sod_frm #display_pay_process {text-align:center}
#sod_frm #display_pay_process span {display:block;margin:5px 0 0}

#display_pay_button{padding: 15px;}
#sod_frm .btn_submit{width:100%;height:50px;cursor:pointer; background: #0057AA;}
#sod_frm .btn01 {width:100%;height:40px;line-height:38px;font-weight:bold;font-size:1.25em;margin:5px 0; display: none;}


#sod_frm_pay {position:relative;margin:10px 0; margin-bottom: 0px !important;}
#sod_frm_pay .pay_tbl table{width:100%;border-collapse:collapse}
#sod_frm_pay .pay_tbl th{text-align:left;padding:10px;width:80px;border-bottom:1px solid #e7ebf1;background:#fff;font-weight:bold;color:#777}
#sod_frm_pay .pay_tbl td{text-align:right;padding: 10px;height:30px;border-bottom:1px solid #e7ebf1;background:#fff}
#sod_frm_pay .pay_tbl td .cp_cancel{margin:0 0 0 2px}
#sod_frm_pay .pay_tbl td .btn_frmline{padding: 0 7px;border: 1px solid #38b2b9;color: #38b2b9;background: #fff;height: 23px;line-height: 21px;margin: 0;}
#od_tot_price{margin:10px 0;background:#fff;line-height:40px;text-align:right;padding:0 15px}
#od_tot_price span{float:left;font-weight:600; font-size: 16px; color: #04101C;}
#od_tot_price strong{font-size:1.5em;color:#ff006c}
#sod_frm_pay_info {margin:0 0 10px}

.discounted_benefit #sc_coupon_frm, .discounted_benefit #od_coupon_frm {z-index:10000;position:absolute;width:500px;height:auto !important;height:500px;max-height:500px;border:1px solid #000;background:#fff;overflow-y:auto}
#sod_frm_deli {position:relative;line-height:2em}
.od_coupon h3{border-bottom: 1px solid #cdcdcd;padding: 0 20px;line-height: 50px;margin: 0 0 15px;font-size: 1.25em;text-align:left;
-webkit-box-shadow: 1px 2px 2px #eee;
-moz-box-shadow: 1px 2px 2px #eee;
box-shadow: 1px 2px 2px #eee;}
.od_coupon .btn_close {position: absolute;top: 0;right: 0;width: 50px;height: 50px;border: 0;background: none;border-left: 1px solid #cdcdcd;font-size: 1.25em;}
.od_coupon .btn_close:hover{background:#f3f3f3}
.od_coupon .tbl_head02{margin:20px}
.od_coupon .cp_apply{padding: 0 5px;border: 1px solid #38b2b9;color: #38b2b9;background: #fff;height: 23px;line-height: 21px;}
.od_coupon td,#sod_frm_pay .od_coupon td{text-align:left;border-left:0;padding:7px}
#sod_frm_pay .od_coupon th{width:auto;text-align:center;padding: 7px;background: #f3f3f3;border-top: 1px solid #d3d3d3;border-bottom: 1px solid #d3d3d3;}
.od_coupon .td_numbig,#sod_frm_pay .od_coupon .td_numbig{text-align:center;}
.od_coupon .td_mngsmall{width:60px}
#sod_frm #sod_frm_pt_alert {margin:5px 0;color:#38b2bb }
#od_pay_sl h3{font-size:1.167em;margin:20px 0 5px}

#od_pay_sl input[type="radio"]{position:absolute;width:0;height:0;overflow:hidden;visibility:hidden;text-indent:-999px;left: 0;z-index: -1px;}
#od_pay_sl .lb_icon {display: inline-block;float:left;text-align: center; width:33.3333%;background:#fff;border:1px solid #eceff4;margin:-1px 0 0 -1px;cursor: pointer;height:60px;position:relative;padding-top:20px; z-index:1; color:#8F8F8F}
#od_pay_sl input[type="radio"]:checked+.lb_icon {border:1px solid #3AB1BA;z-index:3; color:#3AB1BA}

#sod_frm p.od_settle_card_text{margin:20px 0; text-align: left;}
#sod_frm p.od_settle_o_text{margin:20px 0; text-align: left;}

#sod_frm_paysel {}
#sod_frm_paysel::after{content:''; display: block; clear: both;}
#sod_frm_paysel legend {position:absolute;font-size:0;line-height:0;overflow:hidden}
#sod_frm_paysel .KPAY{background:url('../../../img/kpay.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
#sod_frm_paysel .PAYNOW{background:url('../../../img/paynow.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
#sod_frm_paysel .PAYCO{background:url('../../../img/payco.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
#sod_frm_paysel .inicis_lpay{background:url('../../../img/lpay_logo.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
#sod_frm_paysel .kakaopay_icon{background:url('../../../img/kakao.png') no-repeat 50% 50% #f4dc34;overflow:hidden;text-indent:-999px}
#sod_frm_paysel .bank_icon{background:url('../../../img/pay_icon1.png') no-repeat 80px 50% #fff}
#sod_frm_paysel .vbank_icon{background:url('../../../img/pay_icon2.png') no-repeat 80px 50% #fff;}
#sod_frm_paysel .iche_icon{background:url('../../../img/pay_icon2.png') no-repeat 80px 50% #fff;}
#sod_frm_paysel .hp_icon{background:url('../../../img/pay_icon3.png') no-repeat 110px 50% #fff}
#sod_frm_paysel .card_icon{background:url('../../../img/pay_icon4.png') no-repeat 90px 50% #fff}

/* .sod_frm_point{clear:both;padding:10px 0} */
/* .sod_frm_point div{background:#fff;margin-bottom:1px;padding:10px;text-align:left;text-align:right} */
/* .sod_frm_point div:after {display:block;visibility:hidden;clear:both;content:''} */
/* .sod_frm_point div label{float:left;line-height:30px} */
/* .sod_frm_point div span{display:block;font-size:0.92em} */
/* .sod_frm_point div span:after {display:block;visibility:hidden;clear:both;content:''}
.sod_frm_point div strong{float:left;color:#666;font-weight:normal}
.sod_frm_point .max_point_box em{font-style:normal !important} */
/* .sod_frm_point #od_temp_point{height:30px;text-align:right;padding:0 5px;border:1px solid #ccc;} */

#settle_bank {margin:5px 0 10px;background:#fff;padding:10px 0; clear:both}
#settle_bank select{height:30px;margin:0 0 5px;width:100%;border:1px solid #ccc;}
/* #settle_bank #od_deposit_name{height:30px;border:1px solid #ccc;text-align:left;} */
#sod_frm #settle_bank input[type='date'],
#sod_frm #settle_bank input[type='text']{padding:5px 15px; height:30px;border:1px solid #ccc;text-align:left;}

#sod_frm_escrow {margin:30px 0 0}
#sod_frm #sod_frm_escrow h2{margin:0;border:0}
#sod_frm #sod_frm_escrow p{margin:5px 0}
#display_pay_process {padding:20px;text-align:center}

/* 주문내역 */
#sod_v {}
#sod_v td{text-align:center}
#sod_v td a{font-weight:bold}
#sod_v .basic_tbl {text-align:center}
#sod_v_info {margin:0 0 10px}
.status_01{display:inline-block;background:#fff;color:#04101C;padding:0 5px;line-height:20px;font-size:14px}
.status_02{display:inline-block;background:#fff;color:#04101C;padding:0 5px;line-height:20px;font-size:14px}
.status_03{display:inline-block;background:#fff;color:#04101C;padding:0 5px;line-height:20px;font-size:14px}
.status_04{display:inline-block;background:#fff;color:#04101C;padding:0 5px;line-height:20px;font-size:14px}
.status_05{display:inline-block;background:#fff;color:#04101C;padding:0 5px;line-height:20px;font-size:14px}
.status_06{display:inline-block;background:#fff;border:1px solid #ddd;color:#04101C;padding:0 5px;line-height:20px;font-size:14px} /* 주문취소 */

/* 주문상세내역 */
#sod_fin {}
#sod_fin th{padding:8px}
#sod_fin .th_line th{border-top:1px solid #ddd;}

#sod_sts_wrap {margin:0 0 10px;text-align:right}
#sod_sts_explan {display:none}

#sod_fin_legend {padding:10px;background:#f3f3f3;margin:10px 0;border:1px solid #e9e9e9;text-align:left;zoom:1}
#sod_fin_legend:after {display:block;visibility:hidden;clear:both;content:''}
#sod_fin_legend dt {clear:both;float:left;margin:0 0 5px;width:50px;font-weight:bold}
#sod_fin_legend dd {float:left;margin:0}

#sod_fin #sod_bsk_tot li{background:#fff;border-bottom:1px solid #e7ebf1;height: 40px;;padding:0 15px;line-height:40px;text-align:right}
#sod_fin #sod_bsk_tot li span{float:left;clear:both;color: #777;}
#sod_fin #sod_bsk_tot li strong{}
#sod_fin #sod_bsk_tot .sod_bsk_cnt strong{color:#ff006c;font-size:1.25em}

#request_form {position:relative}
#request_form div {display:none;z-index:10000;position:absolute;top:23px;left:0;padding:20px 0;width:520px;border:1px solid #000;background:#f2f5f9;text-align:center}
#request_form .frm_input {width:300px;background:#fff !important}
#request_form .btn_frmline, #request_form .btn_cancel {vertical-align:middle !important}
#request_form .btn_frmline {padding:0 10px;line-height:1.6em}

#sod_req_btn {margin:0 0 10px}
#sod_req_btn button {background:#626870}

#sod_req_log {margin:0 0 20px}
#sod_req_log ul {margin:0;padding:0;border-top:1px solid #e9e9e9;background:#f2f5f9;list-style:none}
#sod_req_log li {padding:10px 10px 20px;border:1px solid #e9e9e9;border-top:0}
#sod_req_log h3 {margin:20px 0 10px}
.sod_req_log_view table {margin:0}
.sod_req_log_view caption {padding:10px 0;font-size:1em;font-weight:bold;text-align:left;line-height:1em}
.sod_req_log_view caption span {color:#ff3061}
.sod_req_log_view th {border-top:1px solid #e9e9e9;background:#f7f7f7 !important;color:#000 !important;text-align:center}
.sod_req_log_view td {background:#fff;color:#000}
.sod_req_log_view p {padding:10px 15px;border-bottom:1px solid #e9e9e9;background:#fff;color:#000}
.sod_req_log_view .sod_req_it {width:270px}
.sod_req_log_view button {margin:0;padding:0;border:0;background:transparent;color:#ff3061;text-decoration:underline;vertical-align:middle;cursor:pointer}

#sod_fin_list h2 {margin:0 0 10px}

#sod_fin_list .td_bdno{border-left:0}
#sod_fin_list .td_bdno a{font-weight:bold}
#sod_fin_view {border:1px solid #e9e9e9}
#sod_fin_view h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#sod_fin_view h3 {margin:0 0 10px}
#sod_fin_view .basic_tbl th {padding:0 10px;border-top:1px solid #eee;border-bottom:1px solid #eee;background:#f2f5f9;text-align:left}

#sod_fin_pay {margin:0 0 50px}
#sod_fin_orderer {margin:0 0 50px}
#sod_fin_receiver {margin:0 0 50px;}
#sod_fin_dvr {}
#sod_fin .sod_left h2{position:absolute;font-size:0;line-height:0;overflow:hidden}
#sod_fin .sod_left h3{font-size:1.167em ;margin:0 0 10px}
#sod_fin .sod_left .tbl_head01 {}
/* #sod_fin .sod_left th{padding:10px;border:0;border-top:1px solid #f3f3f3;text-align:left;width:100px;color:#666;background:#fff}
#sod_fin .sod_left td{padding:10px;border:0;border-top:1px solid #f3f3f3;background:#fff} */

#sod_fin_dvr .dvr_link {color:#ff3061;text-decoration:underline}

#sod_fin_tot {margin:10px 0}
#sod_fin_tot h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#sod_fin_tot ul {margin:0;padding:0;list-style:none}
#sod_fin_tot li {padding:10px;background:#38b2b9;border-bottom:1px solid #5ec2c7;color:#fff;zoom:1}
#sod_fin_tot li:after {display:block;visibility:hidden;clear:both;content:""}
#sod_fin_tot #alrdy {border-bottom:0 !important}
#sod_fin_tot #alrdy .right{margin-top:10px;text-align:right;color:#f3f3f3;font-size:0.9em}
#sod_fin_tot #alrdy .right p{position:relative}
#sod_fin_tot #alrdy .right .title{position:absolute;left:0;padding-left:8px}
#sod_fin_tot strong {float:right}

#sod_fin_cancel {text-align:center}
#sod_fin_cancel h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#sod_fin_cancel button {height:40px;border:1px solid #5e6b6f;font-weight:bold;background:none;color:#5e6b6f}
#sod_fin_cancel button:hover{background:#fff}
#sod_fin_cancelfrm {display:none;margin:10px 0 0;text-align:center;background:#fff;padding:15px}
#sod_fin_cancelfrm .frm_input {background:#fff;margin: 0 0 5px;width:100%}
#sod_fin_cancelfrm .btn_frmline{background:#5e6b6f;color:#fff;border:0;padding:10px;width:100%;cursor:pointer}
#sod_fin_test {padding:10px}
/* 주문 취소 안내 */
.order_cancel_area{padding:40px 0; text-align: center; color:#ff0000}
/* 주문 취소 버튼 */
.btn_order_cancel{display: inline-block; height: 40px; width: 200px; background: #fff; border:1px solid #000; color:#000; vertical-align: middle;}

/* 주문상세내역 중 현금영수증 발급 */
#scash {}
#scash section {padding:10px 0}
#scash h2 {margin:0 0 10px;text-align:center}
#scash .basic_tbl th {padding:0 10px;border-top:1px solid #eee;border-bottom:1px solid #eee;background:#f2f5f9;text-align:left}
#scash_apply {padding:10px 0 20px;text-align:center}
#scash_apply button {padding:10px;border:0;background:#565e60;color:#fff}
#scash_copy {text-align:center}

/* 공지사항 및 커뮤니티 새글 */
#sidx_lat h2{position:absolute;font-size:0;line-height:0;overflow:hidden}

/* 배너 인덱스 출력 */
#sbn_idx {}

/* 쇼핑몰 이벤트 */
#sev {}
.sev_admin {margin:0 0 10px;text-align:right}
.sev_admin a{line-height:35px;padding:0 10px}

/* 쿠폰 */
#coupon .coupon_reg{padding: 20px 0; border: 5px solid #F5F5F5; background: #fff; margin-bottom: 30px;}
#coupon .coupon_reg p{width: 518px; margin: 0 auto; color: #8F8F8F; font-size: 13px;}
#coupon .coupon_reg label{width: 518px; display: flex; justify-content: center; margin: 0 auto; margin-bottom: 5px;}
#coupon .coupon_reg label input[type=text]{width: 430px; height: 34px; line-height: 32px; text-align: left; font-size: 13px; padding: 0 10px; box-sizing: border-box;}
#coupon .coupon_reg label input[type=text]::placeholder{color: #8F8F8F;}
#coupon .coupon_reg label button{width: 88px;}
#coupon table{border-top-color: #DBDBDB;}
#coupon .cou_tit {font-size: 15px;}
#coupon .cou_pri{font-size: 15px;}
#coupon .cou_target{color:#666}
#coupon .cou_date{text-align: center;}
#coupon .coupon_use{color: #FF3861;}

/* 모바일일때 피시버전 주문폼*/
.sod_list {position:relative;margin:0;padding:0;list-style:none}
.sod_list .sod_li {position:relative;padding:0;border:1px solid #e9e9e9;margin:10px 0}
.sod_list .sod_li:after {display:block;visibility:hidden;clear:both;content:""}
.sod_list .li_chk{position:absolute;top:10px;left:10px;}
.sod_list .li_name{min-height:130px}
.sod_list .li_name a,.sod_list .li_name strong{display:block;padding: 0 10px 0 25px;border-bottom:1px solid #e9e9e9;height:35px;line-height:35px}
.sod_list .li_name strong{padding-left:10px}
.sod_list .total_img{position:absolute;top:45px;left:10px;}
.sod_list .sod_opt{padding:10px 10px 5px;margin-left:90px;color:#9e9e9e;font-size:0.93em;background:none;border:none}
.sod_list .sod_opt li{margin-bottom:3px;border:none}
.sod_list .li_cp{position:relative}
.sod_list .li_cp .cp_btn, .sod_list .li_cp .cp_cancel, .sod_list .li_mod .mod_btn {margin:0;padding:5px 8px;border:0;background:#000;color:#fff;font-size:0.93em}
.sod_list .li_cp .cp_cancel,.odf_tbl #od_coupon_cancel,.odf_tbl #sc_coupon_cancel{border:1px solid #999;color:#777;background:#fafafa;margin-left:3px;padding:4px 5px}
.sod_list .li_prqty{margin:10px;}
.sod_list .li_prqty:after {display:block;visibility:hidden;clear:both;content:""}
.sod_list .li_prqty .li_prqty_sp{width:33%;display:inline-block;float:left;text-align:center;line-height:2.2em;border-top:1px solid #d3d3d3;border-bottom:1px solid #d3d3d3;border-left:1px solid #e9e9e9;color:#9e9e9e;font-size:0.93em;margin-left:-1px}
.sod_list .li_prqty  .prqty_price{border-left:1px solid #d3d3d3;}
.sod_list .li_prqty  .prqty_sc{border-right:1px solid #d3d3d3;}
.sod_list .li_prqty .li_prqty_sp span{display:block;background:#f2f2f2;}
.sod_list .li_total {position:relative;border-top:1px solid #e9e9e9;margin:10px 10px 0;}
.sod_list .total_span {display:block;position:relative;padding:5px 0;text-align:right;color:#343434}
.sod_list .total_span span{position:absolute;top:5px;left:0}
.sod_list .total_span strong{font-size:1.2em}

#sod_frm {}
#sod_frm section{margin-bottom:40px}
#sod_frm section h2{border-bottom:1px solid #707070;font-size:1.167em;padding-bottom:10px; font-size: 18px; margin-bottom: 0px;}
#sod_bsk_list #mod_option_frm .sit_ov_tbl{background:#ededed;margin-top:5px}
#sod_bsk_list #mod_option_frm .sit_ov_tbl th,#sod_bsk_list #mod_option_frm .sit_ov_tbl td{border:none;padding-left:5px;font-weight:normal}
#sod_bsk_list #mod_option_frm .sit_ov_tbl th{width:90px}
#sod_frm_deli #order_address {display:block;;width:100px;background:#333;color:#fff;text-align:center}
#sod_frm_orderer {margin:0 0 30px}
#sod_frm_orderer #od_addr_jibeon, #sod_frm_taker #od_b_addr_jibeon {display:inline-block;margin:5px 0 0}
#sod_frm .odf_tbl table{width:100%;margin:0;padding:0;border-top:1px solid #e9e9e9;border-left:1px solid #e9e9e9;border-right:1px solid #e9e9e9;border-collapse:collapse}
#sod_frm .odf_tbl table tbody td,#sod_frm .odf_tbl table tbody th{border-bottom:1px solid #e9e9e9;padding:5px 0px 5px 10px ;text-align:left;line-height:26px;position:relative;}
#sod_frm .odf_tbl table th{width:90px;color:#343434;font-weight:normal;letter-spacing:-0.1em}
#sod_frm .odf_tbl table .frm_input{background-color:#fff !important;height:24px;line-height:24px;text-indent:5px}
#sod_frm .odf_tbl table .frm_address{margin-top:5px}
#sod_frm .odf_tbl button.btn_frmline{font-size:0.92em;padding:0 8px;height:26px;line-height:26px}
#sod_frm .odf_tbl textarea{width:99%;border:1px solid #e4eaec;}
#sod_frm_same {margin:0 0 10px}
#sod_frm_pay {position:relative}
#sod_frm_pay .tbl_head01 caption {font-size:0;line-height:0;overflow:hidden}
#sod_frm_pay .tbl_head01 th {width:auto !important;font-weight:bold;text-align:center !important}
#sod_frm_pay .tbl_head01 td {border-top:1px solid #e9e9e9 !important;border-bottom:1px solid #e9e9e9 !important;line-height:1.5em !important;word-break:break-all !important}

html.no-overflowscrolling #sc_coupon_frm, html.no-overflowscrolling #od_coupon_frm {height:auto;max-height:10000px !important} /* overflow 미지원 기기 대응 */
#sod_frm_pay_info {margin:0 0 10px}

#sod_frm_paysel ul {margin:0;padding:0;}
#sod_frm_paysel ul:after {display:block;visibility:hidden;clear:both;content:""}
/* #sod_frm_paysel li {float:left;padding:5px 2%;width:46%;height:21px;text-align:left;list-style:none} */

#od_pay_sl .order_guide{margin:20px 0 40px; padding:20px; background-color: #fbfbfb; color:#707070; font-size: 14px;}
#od_pay_sl .order_guide .title{margin:0; font-size: 15px;}
#od_pay_sl .order_guide .order_guide_list{margin-top: 10px;}

/*네이버페이*/
.itemform-naverpay{margin:15px 0;clear:both}
.cart-naverpay{margin-top:15px}

/* theme.config.php 파일에서 G5_COMMUNITY_USE 를 false로 한 경우 1:1 문의와 게시판 css 처리 */
#bo_list table td, #fqalist table td{border-left:0;border-right:0}
#bo_v_top .btn_admin, #bo_list .btn_admin{padding-top:0}
/* 0418추가 */
#bo_list .basic_table {color: #707070;}
#bo_list .basic_table .ellip_1, #bo_list .basic_table a {color: inherit;}

/*개인결제*/
.pesonal{background:#f3f3f3;padding:20px}
.pesonal td{font-weight:bold}
#sod_frm_pay h2{font-size: 1.167em;margin: 0px 0 10px;border-bottom:1px solid #ddd;padding: 0 0 10px}
#personal_pay h2{font-size: 1.167em;margin: 0px 0 10px;}
#personal_pay input[type="radio"]{position:absolute;width:0;height:0;overflow:hidden;text-indent:-999px;left: 0;z-index: -1px;visibility:hidden;}
#personal_pay .lb_icon {display: inline-block;float:left;width:50%;background:#fff;border:1px solid #eceff4;margin:-1px 0 0 -1px;cursor: pointer;height:60px;position:relative;padding-left:65px;padding-top:20px;z-index:1}
#personal_pay input[type="radio"]:checked+.lb_icon {border:1px solid #ff006c;z-index:3}
#personal_pay legend {position:absolute;font-size:0;line-height:0;overflow:hidden}
#personal_pay .KPAY{background:url('../../../img/kpay.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
#personal_pay .PAYNOW{background:url('../../../img/paynow.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
#personal_pay .PAYCO{background:url('../../../img/payco.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
#personal_pay .kakaopay_icon{background:url('../../../img/kakao.png') no-repeat 50% 50% #f4dc34;overflow:hidden;text-indent:-999px}
#personal_pay .bank_icon{background:url('../../../img/pay_icon1.png') no-repeat 15px 50% #fff}
#personal_pay .vbank_icon{background:url('../../../img/pay_icon2.png') no-repeat 15px 50% #fff;padding-top:13px}
#personal_pay .iche_icon{background:url('../../../img/pay_icon2.png') no-repeat 15px 50% #fff;padding-top:13px}
#personal_pay .hp_icon{background:url('../../../img/pay_icon3.png') no-repeat 24px 50% #fff}
#personal_pay .card_icon{background:url('../../../img/pay_icon4.png') no-repeat 17px 50% #fff}
#personal_pay .btn_submit{width:100%;height:40px;font-weight: bold;font-size: 1.25em;margin:10px 0 5px}
#personal_pay .btn01{width:100%;height:40px;line-height:38px;font-weight: bold;font-size: 1.25em;}

/* -------------------------- 커스텀 -------------------------- */

/* 컨테이너 */
.section{width: 100%;}
.swiper_btn_wrap span{cursor: pointer;}
.main_sec_tit{font-size: 28px; text-align: center; margin: 110px 0 40px; min-width: 1320px;}
.section.sec2  span{font-size: 26px; color: #8F8F8F;}
.swipe-arrow{position: absolute; top: 50%; transform: translateY(-50%); z-index: 1;}

/* 메인 상품 추천 공통 */
.main_cate_wrap{width: 1320px; margin: 0 auto;}

/* type_1 */
.main_tab.type_1{width: 100%; display: flex; justify-content: space-between; border: 1px solid #DBDBDB; margin-bottom: 20px;}
.main_tab.type_1 li{width: calc(100%/5); background: #fff; font-size: 15px; color: #343638; text-align: center; padding: 12px 0; cursor: pointer;}
.main_tab.type_1 li.active{background: #0057AA; color: #fff;}
/* type_2 */
.main_tab.type_2{width: 100%; display: flex; justify-content: center; margin-bottom: 20px;}
.main_tab.type_2 li{padding: 10px 20px; border-radius: 20px; border: 1px solid #DBDBDB; cursor: pointer; color: #8F8F8F;}
.main_tab.type_2 li:not(:last-child){margin-right: 10px;}
.main_tab.type_2 li.active{background: #0057AA; color: #fff; border-color: #0057AA;}
/* type_3 */
.main_tab.type_3{width: 100%; display: flex; justify-content: space-between; border: 1px solid #DBDBDB; margin-bottom: 20px;}
.main_tab.type_3 li{width: calc(100%/5); background: #fff; font-size: 15px; color: #343638; text-align: center; padding: 20px 0; cursor: pointer;}
.main_tab.type_3 li.active{background: #343638; color: #fff;}
.main_tab.type_3 li:not(:last-child){border-right: 1px solid #DBDBDB;}

/* ellipsis */
.ellip_1{display: inline-block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 100%;}
.ellip_2{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis; width: 100%;}
.ellip_3{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; text-overflow: ellipsis; width: 100%;}
.ellip_4{
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 2줄로 제한 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 컨테이너 섹션1 메인배너*/
.section.sec1{overflow: hidden; width: 100%; min-width: 1320px;}
.section.sec1 .main-swiper-bn{width: 1320px; margin: 0 auto; position: relative;}
.section.sec1 .swiper-slide img{width: 100%; height: auto; display: block;}
.section.sec1 .xi-angle-left{font-size: 50px; color: #fff; left: 20px; cursor: pointer;}
.section.sec1 .xi-angle-right{font-size: 50px; color: #fff; right: 20px; cursor: pointer;}
.section.sec1 .swiper-pagination{position: unset; margin: 20px 0 40px; min-width: 1320px;}
.section.sec1 .swiper-pagination span:not(:last-child){margin-right: 8px;}
.section.sec1 .swiper-pagination-bullet{width: 13px; height: 13px; background: #8F8F8F;}
.section.sec1 .swiper-pagination-bullet-active{background: #8F8F8F;}

/* 컨테이너 섹션2 브랜드*/
.section.sec2{width: 1320px; margin: 0 auto; position: relative;}
.section.sec2 .main_brand_swiper{width: 1225px; margin: 0 auto; overflow: hidden;}
.section.sec2 li{cursor: default;width: 174px;border:0px solid red}
.section.sec2 .inner_sec{box-sizing: border-box;}
.section.sec2 .xi-angle-left-thin{left: 0px; color: #8F8F8F; font-size: 26px; cursor: pointer;}
.section.sec2 .xi-angle-right-thin{right: 0px; color: #8F8F8F; font-size: 26px; cursor: pointer;}

/* 컨테이너 섹션3 카테고리별 베스트 상품*/
.section.sec3{}
.section.sec3 .main_tab_list{display: none;}

/* 컨테이너 섹션4 이벤트 */
.section.sec4{}
.section.sec4 .inner_sec{width: 1320px; margin: 0 auto;}

/* 컨테이너 섹션5 테마별 추천상품*/
.section.sec5{}
.section.sec5 .inner_sec{width: 1320px; margin: 0 auto;}
.section.sec5 .con_wrap{display: flex; justify-content: space-between;}
.section.sec5 .con_wrap .left{width: 424px; margin-right: 24px; overflow: hidden;}
.section.sec5 .main_tab_list{display: none;}
.section.sec5 .main-thema-bn{position: relative;}
.section.sec5 .swiper-pagination{bottom: 20px; left: 20px;}
.section.sec5 .swiper-pagination span{background: #fff;}
.section.sec5 .swiper-pagination span + span{margin-left: 5px;}
.section.sec5 .con_wrap .right{width: 856px;}
.section.sec5 .sct_noitem{padding: 289px 0;}

/* 컨테이너 섹션6 산업군별 추천 제품*/
.section.sec6{}
.section.sec6 .inner_sec{width: 1320px; margin: 0 auto;}
.section.sec6 .con_wrap{display: none;}
.section.sec6 .con_wrap .left{width: 424px; margin-right: 24px; overflow: hidden;}
.section.sec6 .list_wrap{display: flex; justify-content: space-between;}
.section.sec6 .main-thema-bn{position: relative;}
.section.sec6 .swiper-pagination{bottom: 20px; left: 20px;}
.section.sec6 .swiper-pagination span{background: #fff;}
.section.sec6 .swiper-pagination span + span{margin-left: 5px;}
.section.sec6 .con_wrap .right{width: 856px;}
.section.sec6 .sct_noitem{padding: 289px 0;}

/* 컨테이너 섹션7 Clip ON*/
.section.sec7{margin-bottom: 100px;}
.section.sec7 .inner_sec{width: 1320px; margin: 0 auto; overflow: hidden;}
.section.sec7 .inner_sec .main_sec_tit{margin-bottom: 10px;}
.section.sec7 .inner_sec .main_sec_tit + p{color: #8F8F8F; font-size: 17px; text-align: center; margin-bottom: 20px;}
.section.sec7 .bn_ul{width: 100%; display: flex; flex-wrap: wrap;}
.section.sec7 .bn_ul>li{width: 32%; margin-bottom: 10px; margin-right: 2%;}
.section.sec7 .bn_ul>li:nth-child(3n){margin-right: 0px;}
.section.sec7 .bn_ul>li img{width: 100%; height: auto; display: block;}
.section.sec7 .bn_ul a{display: block;}
.section.sec7 .bn_ul .lt_img{width: 100%; margin-bottom: 20px;}
.section.sec7 .bn_ul .lt_img img{width: 100%; height: auto; display: block;}
.section.sec7 .bn_ul .lt_info{color: #707070; font-size: 14px; margin-bottom: 10px; margin-top: 15px; width: 100%; display: flex; flex-wrap: wrap;}
.section.sec7 .bn_ul .lt_info .sbj{margin-right: 5px;}
.section.sec7 .bn_ul .lt_info .xi-new{line-height: 20px; color: #007AEE;}
.section.sec7 .bn_ul .lt_info .xi-forum-o{line-height: 20px; color: #3AB1BA; font-weight: 500;}
.section.sec7 ul .bo_tag{display: flex; align-items: center;}
.section.sec7 ul .bo_tag li:not(:last-child){margin-right: 5px;}


/* 컨테이너 섹션8 메인 하단 배너*/
.section.sec8{width: 100%; overflow: hidden;}
.section.sec8 .inner_sec{margin: 0 auto;}
.section.sec8 .main_bottom_swiper li{text-align: center;}

/* 컨테이너 섹션9 메인 카테고리별 상품 */
.section.sec9{width: 100%; margin-bottom: 100px;}
.section.sec9 .inner_sec{width: 1320px; margin: 0 auto;}
.section.sec9 .main_cate_ul{}
.section.sec9 .main_cate_ul>li{display: flex; border-top: 1px solid #707070; border-bottom: 1px solid #DBDBDB; margin-bottom: 50px;}
.section.sec9 .main_cate_ul>li:last-child{margin-bottom: 0px;}
.section.sec9 .main_cate_ul .left{width: 220px; background: #F4F7F8; padding: 35px; box-sizing: border-box;}
.section.sec9 .main_cate_ul .left .ca_name{color: #707070; font-size: 22px; font-weight: bold; margin-bottom: 20px;}
.section.sec9 .main_cate_ul .left .item_more{display: block; color: #707070; font-size: 15px; margin-bottom: 70px;}
/* 태그 */
.section.sec9 .main_cate_ul .cate_tag_ul{}
.section.sec9 .main_cate_ul .cate_tag_ul span{display: inline-block; text-align: center;}
.section.sec9 .main_cate_ul .cate_tag_ul span.active{border-color: #38b2b9; color: #38b2b9;}
.section.sec9 .main_cate_ul .cate_tag_ul li{position: relative;}
.section.sec9 .main_cate_ul .cate_tag_ul li:not(:last-child){margin-bottom: 10px;}
.section.sec9 .main_cate_ul .cate_tag_ul .view{position: absolute; top: 35px; z-index: 1; background: #fff; width: max-content; padding: 8px 10px; border-radius: 20px; box-shadow: 0 0 5px #ddd; color: #0057AA; display: none;}
/* 상품 */
.section.sec9 .main_cate_ul .right{width: calc(100% - 220px); padding: 20px 0 20px 20px; box-sizing: border-box;}
.section.sec9 .main_cate_ul .right .sct_noitem{padding: 135px 0;}

/* 컨테이너 섹션10 메인 하단 커뮤니티 + 패밀리 사이트 */
.section.sec10{width: 100%;}
.section.sec10 .inner_sec{width: 1320px; margin: 0 auto;}
.section.sec10 .main_commu_wrap{padding: 35px 50px; background: #fff; border: 1px solid #DBDBDB; display: flex; justify-content: space-between; margin-bottom: 50px;}
.section.sec10 .main_commu_wrap .img_con{display: block; background: #f8f8f8; border-radius: 50%; width: 117px; line-height: 117px; text-align: center; margin-bottom: 10px;}
.section.sec10 .main_commu_wrap .img_label{display: block; text-align: center;}
.section.sec10 .main_family_wrap{width: 100%; overflow: hidden; position: relative; left: 0; top: 0; margin-bottom: 100px;}
.section.sec10 .main_family_wrap .swiper-slide{text-align: center;}
.section.sec10 .main_family_wrap .swipe-arrow{position: absolute; top: 50%; transform: translateY(-50%); color: #8F8F8F; font-size: 18px; cursor: pointer;}
.section.sec10 .main_family_wrap .xi-angle-left{left: 0;}
.section.sec10 .main_family_wrap .xi-angle-right{right: 0;}

/* 사이트맵 */
.sitemap{padding: 70px 0;}
.sitemap .site_head{margin-bottom: 100px;}
.sitemap h2{font-size: 30px; color: #04101C; text-align: center;}
.sitemap h3{font-size: 18px; color: #8F8F8F; text-align: center; font-weight: 400;}
.sitemap .ct_wr .cate{display: flex; flex-wrap: wrap; justify-content: space-between;}
.sitemap .ct_wr .cate>li{width: calc(20% - 32px);}
.sitemap .ct_wr .cate>li>a{display: block; font-size: 20px; border-bottom: 2px solid #0057AA; padding: 20px 0; margin-bottom: 20px;}
.sitemap .ct_wr .cate>li:nth-child(1)>a,.sitemap .ct_wr .cate>li:nth-child(2)>a,.sitemap .ct_wr .cate>li:nth-child(3)>a,.sitemap .ct_wr .cate>li:nth-child(4)>a,.sitemap .ct_wr .cate>li:nth-child(5)>a {padding-top: 0;}
.sitemap .ct_wr .cate_mu_wrap1{padding: 20px 0;}
.sitemap .ct_wr .cate > li ul li {margin-bottom: 10px;}
.sitemap .ct_wr .cate > li ul li a{color: #8F8F8F; transition: all 0.2s;}
.sitemap .ct_wr .cate > li ul li a:hover{color: #0057AA;}
.sitemap .ct_wr .cate .cate_li_3 {position: relative; padding-left: 10px}
.sitemap .ct_wr .cate .cate_li_3::after {position: absolute; content: ''; width: 2px; height: 2px; background: #8f8f8f; border-radius: 50%; transform: translateY(-50%); top: 50%; left: 0;}
.sitemap .sub_cate_title {color:#8f8f8f; transition: all 0.2s; margin-bottom: 10px;}
.sitemap .sub_cate_title.on {color:#0057AA; transition: all 0.2s;}

/* 마이페이지 공통 레이아웃 */
.my_flex{display: flex;justify-content: space-between;}
.my_flex #mypage_Side{width: 240px;}
.my_flex .my_right_menu{width: calc(100% - 290px);}
.my_flex .my_right_menu #my_title{font-size: 24px; color: #343638; font-weight: 400; padding-bottom: 16px; border-bottom: 1px solid #707070; margin-bottom: 20px;}
.my_flex .my_right_menu .my_total{font-size: 15px; color: #343638; margin-bottom: 15px;}

/* 마이페이지 검색 */
.sch_wrap.type_1{border-bottom: 1px solid #DEDEDE; padding: 20px 0; margin-bottom: 35px;}
.sch_wrap.type_1 ul{width: 100%; display: flex; justify-content: space-between; align-items: center;}
.sch_wrap.type_1 ul:first-child{margin-bottom: 15px;}
.sch_wrap.type_1 .sch_btn_wrap{display: inline-flex; justify-content: space-between; width: 298px; border: 1px solid #DBDBDB;}
.sch_wrap.type_1 .sch_btn_wrap button{width: calc(100% / 4); background: #fff; border: 0px; color: #717171; font-size: 15px; line-height: 38px;}
.sch_wrap.type_1 .sch_btn_wrap button.active{background: #717171; color: #fff;}
.sch_wrap.type_1 .sch_btn_wrap button:not(:last-child){border-right: 1px solid #DBDBDB;}
.sch_wrap.type_1 .sch_tit{font-size: 15px; color: #333333; font-weight: 500; display: inline-block; width: 72px;}
.sch_wrap.type_1 .btn_wrap{width: 150px;}
.sch_wrap.type_1 .btn_wrap button{width: 100%; line-height: 38px;}
.sch_wrap.type_1 .date_wrap{}
.sch_wrap.type_1 .date_wrap input[type=date]{width: 225px; line-height: 38px; height: 40px; background: #fff; border: 1px solid #DBDBDB; color: #333333; padding: 0 10px; box-sizing: border-box;}
.sch_wrap.type_1 .date_wrap span{margin: 0 15px;}
.sch_wrap.type_1 .filter_wrap{margin-right: 40px;}
.sch_wrap.type_1 .filter_wrap select{width: 214px; line-height: 38px; height: 40px; padding-left: 10px; color: #333333; background-position-x: 90%;}
.sch_wrap.type_1 .text_wrap{width: 454px;}
.sch_wrap.type_1 .text_wrap input[type=text]{width:378px; border: 1px solid #DBDBDB; line-height: 38px; height: 40px; background: #fff; padding-left: 10px; color: #333; box-shadow: none;}
.sch_wrap.type_1 .text_wrap input[type=text]::placeholder{color: #DBDBDB;}
.sch_wrap .filter_wrap input[type=text]{width:296px; border: 1px solid #DBDBDB; line-height: 38px; height: 40px; background: #fff; padding-left: 10px; color: #333; box-shadow: none;}
.sch_wrap .filter_wrap input[type=text]::placeholder{color: #DBDBDB;}
/* 배송지목록 */
#sod_addr .addr_del{width: 57px; line-height: 35px; display: block; margin: 0 auto; cursor: pointer;}
#sod_addr .addr_sbj{width: 90%; margin: 0 auto;}
#sod_addr .my_table{margin-bottom: 15px;}
#sod_addr .addr_btn_wrap{text-align: right;}
#sod_addr .addr_btn_wrap button{line-height: 36px; height: 40px; width: 134px;}
#sod_addr .addr_btn_wrap button:first-child{margin-right: 5px;}

.basic_table.address_tb td{padding-left: 5px; padding-right: 5px;}
.address_tb .textbox{max-width: 100%;}
.address_tb .addr_col{text-align: left;}
.address_tb .addr_col .textbox + .textbox,
.address_tb .addr_col .btn_frmline + .textbox{margin-top: 5px;}

/* 배송지목록 - 배송지추가 팝업 */
.odAddress_layer{}
.odAddress_layer .inner_layer{width: 800px !important;}
.addr_area>div{margin-bottom: 5px;}
.addr_area input[type=text]{height: 35px;}
.addr_area .basic_addr{margin-bottom: 5px;}
.odAddress_layer .layer_foot{text-align: center;}
.odAddress_layer .layer_foot button{padding: 5px 10px;}

/* 관심상품-리스트 */
.my_wishbox_wrap #my_title{border-bottom: 0 !important; margin-bottom: 0 !important;}
.my_wishbox_wrap .btn_wrap{text-align: right;}
.my_wishbox_wrap .btn_wrap button{line-height: 40px;width: 134px;}

/* 관심상품-디테일 */
#sod_ws #my_title{margin-bottom: 0;}
#sod_ws .my_table{margin-bottom: 15px; font-size: 15px;}
#sod_ws .sod_ws_img{width: 90px; height: 90px; overflow: hidden; border: 1px solid #DBDBDB; margin: 0 auto;}
#sod_ws .sod_ws_img img{width: 100%; height: auto; display: block;}
#sod_ws .my_table .stock{color: #3AB1BA; border-bottom: 1px solid;}
#sod_ws .item_name{text-align: left; padding-right: 20px;}
#sod_ws .item_name a{color: #707070; font-size: 15px;}
#sod_ws #sod_ws_act{text-align: right;}
#sod_ws #sod_ws_act button{width: 134px; line-height: 36px; height: 40px;}
#sod_ws #sod_ws_act button:first-child{margin-right: 5px;}
#sod_ws table .cart_btn{width: 104px; line-height: 35px; height: 35px;}
.no_con{width: 100%; text-align: center;}

/* 장바구니 */
#sod_bsk #my_title{margin-bottom: 0px;}
#sod_bsk .my_table{margin-bottom: 15px; font-size: 15px;}
#sod_bsk .sod_img{border: 1px solid #DBDBDB; width: 90px; height: 90px; overflow: hidden; margin: 0 auto;}
#sod_bsk .sod_name{text-align: left;}
#sod_bsk .sod_name a{color: #707070;}
#sod_bsk .sod_img img{width: 100%; height: auto; display: block;}
#sod_bsk .btn_cart_del{display: flex; justify-content: space-between; align-items: center;}
#sod_bsk .btn_cart_del p{font-size: 13px; color: #343638;}
#sod_bsk .btn_cart_del button{width: 134px; line-height: 36px; height: 40px;}
#sod_bsk .td_num div{display: flex; justify-content: space-between; align-items: center;}
#sod_bsk .td_num button{border: 1px solid #DBDBDB; font-size: 14px; color: #737573; width: 30px; height: 30px; line-height: 30px; background: #fff; cursor: pointer;}
#sod_bsk .td_num input[type=text]{border: 0px; text-align: center; border-top: 1px solid #DBDBDB; border-bottom: 1px solid #DBDBDB; color: #737573; line-height: 28px; width: 60px;}

/* 장바구니 총금액 */
#sod_bsk #sod_bsk_tot {border-top: 1px solid #707070; border-bottom: 1px solid #DBDBDB; background:#fff;margin:15px 0 20px;zoom:1}
#sod_bsk #sod_bsk_tot .top{border-bottom: 1px solid #DBDBDB; padding: 12px 0;}
#sod_bsk #sod_bsk_tot .bottom{padding: 20px 0;}
#sod_bsk #sod_bsk_tot ul{display: flex; justify-content: space-between; margin: 0 auto; align-items: center;}
#sod_bsk #sod_bsk_tot ul li{text-align: center;}
#sod_bsk #sod_bsk_tot .top ul{width: 540px;}
#sod_bsk #sod_bsk_tot .top li{color: #343638; font-size: 15px;}
#sod_bsk #sod_bsk_tot .bottom ul{width: 700px;}
#sod_bsk #sod_bsk_tot .bottom li{font-size: 20px; color: #343638;}
#sod_bsk #sod_bsk_tot .bottom li:nth-child(add){width: 150px;}
#sod_bsk #sod_bsk_tot .bottom li:nth-child(even){flex-basis: 50px;}
#sod_bsk #sod_bsk_tot .bottom .deco{font-size: 20px; color: #343638;}

/* 장바구니 버튼 */
#sod_bsk #sod_bsk_act button,
#sod_bsk #sod_bsk_act a{width: 134px; height: 40px; line-height: 36px; display: inline-block;vertical-align: middle;}
#sod_bsk #sod_bsk_act a{margin-right: 5px;}

/* 주문/배송조회 */
#sod_v{}
#sod_v.my_right_menu #my_title{border-color: #DEDEDE; margin-bottom: 0px;}
/* 주문/배송조회 검색 */
#sod_v .total_cnt{margin-bottom: 15px;}
#sod_v .order_del{margin-bottom: 30px;}
#sod_v .my_table{border-top: 1px solid #DBDBDB;}
#sod_v .my_table td{padding: 20px 0;}
#sod_v .my_table .od_id{color: #0C7DFF; font-family: 'Roboto'; text-decoration: underline; font-weight: 500;}
#sod_v .my_table .order_img{width: 90px; height: 90px; line-height: 90px; overflow: hidden;}
#sod_v .my_table .order_img img{width: 100%; display: inline-block; border: 1px solid #DBDBDB;}
#sod_v .my_table .od_item_name{color: #707070; text-align: left; font-weight: 400;}

/*월별주문통계*/
#monthly{}
#monthly .monthly_sch{padding: 10px 0; background: #F5F5F5; text-align: center; margin-bottom: 30px;}
#monthly .monthly_sch label:first-child{margin-right: 20px;}
#monthly .monthly_sch select{width: 210px; background-position-x: 95%; line-height: 32px; height: 34px; padding: 0 10px; box-sizing: border-box; color: #8F8F8F; cursor: pointer;}
#monthly .monthly_sch .sch_tit{margin-right: 15px; color: #343638; font-size: 15px; vertical-align: middle;}
#monthly .monthly_table{width: 100%;}
#monthly .monthly_table table{width: 100%;}
#monthly .monthly_table table tr{border-top: 1px solid #DBDBDB; border-bottom: 1px solid #DBDBDB;}
#monthly .monthly_table table th{width: 280px; background: #F8F8F8; color: #04101C; font-size: 15px; font-weight: 400;}
#monthly .monthly_table table th .mth_total{font-weight: bold;}
#monthly .monthly_table table td{padding-left: 60px;}
#monthly #myChart_1{width: 350px !important; height: auto !important;}

/* 반복주문상품 */
#re_order.my_right_menu #my_title{border-color: #DEDEDE; margin-bottom: 0px;}
#re_order .sort_wrap{display: flex; justify-content: end; align-items: center; margin-bottom: 15px;}
#re_order .sort_wrap span{margin-right: 15px; font-size: 15px; color: #333333;}
#re_order .sort_wrap button{border: 1px solid #DEDEDE; border-radius: 3px; background: #fff; display: inline-block; width: 24px; height: 24px; color: #A2A2A2; font-size: 16px;}
#re_order table{margin-bottom: 30px;}
#re_order .order_total{border-top: 1px solid #DBDBDB; border-bottom: 1px solid #DBDBDB; padding: 30px; text-align: right; margin-bottom: 20px;}
#re_order .order_total>span{font-size: 17px; color: #333333; margin-right: 20px; vertical-align: text-bottom;}
#re_order .order_total p{font-size: 23px; color: #333333; font-weight: bold; display: inline-block;}
#re_order .order_total p span{font-size: 27px;  color: #0057AA; font-family: 'Roboto';}
#re_order .btn_wrap{text-align: right;}
#re_order .btn_wrap button{width: 140px; height: 40px; line-height: 38px;}
#re_order .btn_wrap button:first-child{margin-right: 5px;}

/* 나의 문의 내역조회 */
#my_inquiry{}
#my_inquiry.my_right_menu #my_title{border: 0px; margin-bottom: 0px;}
#my_inquiry .sort_ul{display: flex; justify-content: space-between; margin-bottom: 40px;}
#my_inquiry .sort_ul li{line-height: 40px; background: #F5F5F5; width: 20%; text-align: center;}
#my_inquiry .sort_ul li:not(:last-child){margin-right: 2px;}
#my_inquiry .sort_ul li a{color: #707070; display: block;}
#my_inquiry .sort_ul li.active{background: #0057AA;}
#my_inquiry .sort_ul li.active a{color: #fff;}
#my_inquiry .answer_status{display: flex; justify-content: space-between;}
#my_inquiry .answer_status a{width: 50%; background: #F5F5F5; font-size: 16px; color: #343638; text-align: center; height: 40px; line-height: 40px; border-bottom: 1px solid #707070;}
#my_inquiry .answer_status a.active{background: #fff; border: 1px solid #707070; border-bottom: 0px;}
#my_inquiry .total_sch{display: flex; justify-content: space-between; align-items: center;}
#my_inquiry .inq_sch{padding: 20px 0;}
#my_inquiry .inq_sch label{display: flex; justify-content: end;}
#my_inquiry .inq_sch label input[type=text]{width: 220px; height: 30px; line-height: 28px; text-align: left; padding: 0 10px; box-sizing: border-box;}
#my_inquiry .inq_sch label button{width: 74px; background: #707070; color: #fff; border: 1px solid #707070;}
#my_inquiry .sbj_name a{color: #8F8F8F;}

/* 나의 신청 내역조회 */
#my_appli{}
#my_appli .info{font-size: 13px;color: #343638;margin-bottom: 20px;}
#my_appli.my_right_menu #my_title{border: 0px; margin-bottom: 0px;}
#my_appli .sort_ul{display: flex; justify-content: space-between; margin-bottom: 20px;}
#my_appli .sort_ul li{line-height: 40px; background: #F5F5F5; width: 20%; text-align: center;}
#my_appli .sort_ul li:not(:last-child){margin-right: 2px;}
#my_appli .sort_ul li a{color: #707070; display: block;}
#my_appli .sort_ul li.active{background: #0057AA;}
#my_appli .sort_ul li.active a{color: #fff;}
#my_appli .total_sch{display: flex; justify-content: space-between; align-items: center;}
#my_appli table{margin-bottom: 10px;}
#my_appli .btn_wrap{text-align: right;}
#my_appli .btn_wrap button{line-height: 40px; width: 134px;}

/* 마이페이지 조회 뷰페이지 공통 */
.my_view_page .table_wrap{min-height:600px; border-bottom: 1px solid #DBDBDB; margin-bottom: 34px;}
.my_view_page h3{color: #04101C; font-size: 20px; margin-bottom: 14px; font-weight: 500;}
.my_view_page table{border-color: #DBDBDB; margin-bottom: 40px;}

/* 샘플/데모신청내역조회 */
#my_sample_demo{}
#my_sample_demo .info{font-size: 13px;color: #343638;margin-bottom: 20px;}
#my_sample_demo table{margin-bottom: 10px;}
#my_sample_demo .btn_wrap{text-align: right;}
#my_sample_demo .btn_wrap button{line-height: 40px; width: 134px;}

/* 샘플/데모신청내역조회 */


/* 등록 제품 내역 조회 */
#my_reg_prd{}
#my_reg_prd .info{font-size: 13px;color: #343638;margin-bottom: 20px;}
#my_reg_prd.my_right_menu #my_title{border: 0px; margin-bottom: 0px;}
#my_reg_prd table{margin-bottom: 10px;}
#my_reg_prd .btn_wrap{text-align: right;}
#my_reg_prd .btn_wrap button{line-height: 40px; width: 134px;}

/* A/S 내역 조회 */
#my_as_list{}
#my_as_list .info{font-size: 13px;color: #343638;margin-bottom: 20px;}
#my_as_list.my_right_menu #my_title{border: 0px; margin-bottom: 0px;}
#my_as_list table{margin-bottom: 10px;}
#my_as_list .btn_wrap{text-align: right;}
#my_as_list .btn_wrap button{line-height: 40px; width: 134px;}

/* 서비스 사이드 */
/* #service_Side{width: 240px;}
#service_Side h2{font-size: 30px; color: #04101C; font-weight: 500;border-bottom: 1px solid #707070;padding-bottom: 30px;}
#service_Side .active a{color: #0057AA;font-weight: 600;}
#service_Side ul{}
#service_Side ul li{padding: 15px 0; border-bottom: 1px solid #DBDBDB;} */
/* #service_Side ul li a{color: #04101C;} */
/* #service_Side ul li a:hover{color: #0057AA;} */

/* 제품등록/조회 */
#registration_inquiry{}
#registration_inquiry #my_title{border-color: #DBDBDB; color: #04101C;}
#registration_inquiry #my_title + p{margin-bottom: 20px; color: #707070;}
#registration_inquiry ul{display: flex; justify-content: space-between;}
#registration_inquiry ul li{width: 500px; height: 500px; background: #F8F8F8; padding: 120px 70px; margin-bottom: 150px;}
#registration_inquiry h3{text-align: center; font-size: 28px; font-weight: bold; margin-bottom: 30px;}
#registration_inquiry h3:before{display: block;content: ''; width: 50px; height: 2px; background: #0057AA; margin: 0 auto;}
#registration_inquiry li p + p{margin: 10px 0 40px; line-height: 24px;}
#registration_inquiry li p:before{display: inline-block;content: ''; width: 5px;height: 5px;background-color: #707070; margin-right: 10px;}
#registration_inquiry li p button{background: #fff; border: 1px solid #DBDBDB; padding: 0px 5px; vertical-align: baseline;}
#registration_inquiry li .full_btn,
#registration_inquiry li .full_btn_gray{display: block; width: 240px; height: 40px; margin: 0 auto;}

/* 시리얼번호 확인 방법 레이어 */
.cerealCheck_layer{}
.cerealCheck_layer .check_return{text-align: center; color: #707070;}

/* 시리얼번호 확인 레이어 */
.cereal_layer{}
.cereal_layer .info{color: #3AB1BA;}
.cereal_layer img{width: 100%; height: auto; display: block;}

/* 제품등록 페이지 */
#prd_registerForm h2{margin-bottom: 50px !important;}
#prd_registerForm h3{font-size: 18px; font-weight: bold; padding-bottom: 10px; border-bottom: 1px solid #DBDBDB;}
#prd_registerForm .table_area{margin-bottom: 50px;}
#prd_registerForm .tel_area span{margin: 0 5px 0 8px;}
#prd_registerForm .detail_addr{vertical-align: top;}
#prd_registerForm .btn_area{text-align: center; margin-bottom: 40px;}
#prd_registerForm .btn_area button{height: 40px;}
.layer_popup.brandCk_layer img,
.layer_popup.modelCk_layer img{width: 100%; display: block; height: auto;}

/* A/S 접수 */
#as_register{}
#as_register #my_title{border-color: #DBDBDB; color: #04101C;}
#as_register #my_title + p{margin-bottom: 20px; color: #707070;}
#as_register h3{font-size: 17px; color: #343638; font-weight: bold;margin-bottom: 15px;}
#as_register h3 span{font-size: 15px;font-weight: 400;}
#as_register .as_reg_info{border: 1px solid #DBDBDB; background: #fff; padding: 15px 25px; margin-bottom: 40px;}
#as_register .as_reg_info p{color: #343638; font-size: 15px; margin: 10px 0;}
#as_register .as_reg_info p::before{display: inline-block;content: ''; width: 5px;height: 5px;background-color: #707070; margin-right: 10px;}
#as_register .as_reg_info p button{background: #fff; border: 1px solid #DBDBDB; padding: 0px 5px; vertical-align: baseline;}
#as_register .as_reg_info p a{color: #0083FF;}
#as_register table{color: #343638;}
#as_register table thead{border-bottom: 1px solid #DBDBDB;}
#as_register table thead th{width: 50%;}
#as_register table td{border-right: 1px solid #DBDBDB;}
#as_register table tbody tr:first-child td:last-child,
#as_register table tbody tr:last-child td:first-child{border-right: 0px;}
#as_register table tbody tr i{padding: 4px; display: inline-block; background-color: #707070; border-radius: 50%; color: #fff; font-size: 10px; vertical-align: bottom; margin-left: 5px;}
#as_register .as_table_area{margin-bottom: 10px;}
#as_register .as_table_area + p{color: #707070; line-height: 28px;}
#as_register .btn_area{text-align: center; margin: 40px 0;}
#as_register .btn_area button{width: 158px; height: 40px;}

/* 피펫 서비스 가격 레이어 */
.pipette_price_layer{}
.pipette_price_layer ul{background: #f8f8f8; padding: 20px;}
.pipette_price_layer ul li{position: relative; padding-left: 10px;}
.pipette_price_layer ul li:not(:last-child){margin-bottom: 10px;}
.pipette_price_layer ul li::before{content: ''; display: block; width: 2px; height: 2px; background-color: #707070; border-radius: 50%; position: absolute; left: 0; top: 10px}
.pipette_price_layer table tr td:not(:last-child){border-right: 1px solid #DBDBDB;}

/* 피펫 서비스 유의사항 레이어 */
.pipette_precautions_layer .info{padding: 20px; background: #f8f8f8;}
.pipette_precautions_layer .img_wrap{padding: 20px 0 0;}
.pipette_precautions_layer .img_wrap img{width: 100%;}

/* A/S 접수 신청 */
#as_registerForm{}
#as_registerForm h2{margin-bottom: 50px !important;}
#as_registerForm h3{font-size: 18px; font-weight: bold; padding-bottom: 10px; border-bottom: 1px solid #DBDBDB;}
#as_registerForm .table_area{margin-bottom: 50px;}
#as_registerForm select{padding: 5px 10px; color: #707070;}
#as_registerForm .tel_area span{margin: 0 5px 0 8px;}
#as_registerForm .detail_addr{vertical-align: top;}
#as_registerForm .addr_area p{font-size: 12px; color: #3AB1BA;}
#as_registerForm .btn_area{text-align: center; margin-bottom: 40px;}
#as_registerForm .btn_area button{height: 40px;}

/* 기술지원 안내 */
#techSupport{}
#techSupport>div>p{margin-bottom: 20px; color: #707070; text-align: right;}
#techSupport #my_title{border-color: #DBDBDB; color: #04101C;}
#techSupport table{margin-bottom: 40px;}
#techSupport table td{border-right: 1px solid #DBDBDB;}
#techSupport table td button{color: #0057AA; background: #fff; border: 0px;}
.table_r_bd_0{border-right: 0px !important;}
#techSupport table td p + p{color: #ccc; margin-top: 10px;}

/* 기술지원 안내 레이어 */
.techSupport_layer{}
.techSupport_layer table{}
.techSupport_layer table td{border-right: 1px solid #DBDBDB;}
.techSupport_layer table tr td:last-child{border-right: 0px;}
.techSupport_layer table b{display: block; margin: 15px 0 0px;}
.techSupport_layer table td b:last-child{margin-bottom: 15px;}

/* 클레임접수 */
#claimForm{}
#claimForm #my_title{margin-bottom: 0px; border-bottom: 0px;}
#claimForm .table_area{}
#claimForm .btn_area{margin: 20px 0px 100px; text-align: center;}
#claimForm .btn_area button{height: 35px;}

/* 커뮤니티 사이드 */
/* #community_Side{width: 240px;} */
/* 0418 주석, 수정 */
/* #community_Side h2{font-size: 30px; color: #04101C; font-weight: 500; padding-bottom: 20px; border-bottom: 1px solid #707070;} */
/* #community_Side h2{font-size: 24px; color: #04101C; line-height: 32px; padding-bottom: 20px; border-bottom: 1px solid #707070;}
#community_Side .active,
#community_Side .active i,
#community_Side .active a{color: #0057AA; font-weight: 500;}
#community_Side .my_con_wrap{border-bottom: 1px solid #DBDBDB; padding: 20px 0;}
#community_Side .my_con_wrap.bd0{border-bottom: 0px;}
#community_Side h3{font-size: 16px; color: #04101C; font-weight: 400; cursor: pointer; display: flex; justify-content: space-between; align-items: center;}
#community_Side h3 i{color: #8F8F8F; font-size: 17px;}
#community_Side ul{background: #F5F5F5;padding: 20px; margin-top: 10px;}
#community_Side ul li{}
#community_Side ul li:not(:last-child){margin-bottom: 10px;} */
/* #community_Side ul li a{color: #343638;} */
/* #community_Side ul li a:hover{color: #0057AA;} */

/* 공지사항 사이드 */
/* #notice_side{width: 240px;} */
/* 0418 주석, 수정 */
/* #community_Side h2{font-size: 30px; color: #04101C; font-weight: 500; padding-bottom: 20px; border-bottom: 1px solid #707070;} */
/* #notice_side h2{font-size: 24px; color: #04101C; line-height: 32px; padding-bottom: 20px; border-bottom: 1px solid #707070;}
#notice_side .active,
#notice_side .active i,
#notice_side .active a{color: #0057AA; font-weight: 500;}
#notice_side .my_con_wrap{border-bottom: 1px solid #DBDBDB; padding: 20px 0;}
#notice_side .my_con_wrap.bd0{border-bottom: 0px;}
#notice_side h3{font-size: 16px; color: #04101C; font-weight: 400; cursor: pointer; display: flex; justify-content: space-between; align-items: center;}
#notice_side h3 i{color: #8F8F8F; font-size: 17px;}
#notice_side ul{background: #F5F5F5;padding: 20px; margin-top: 10px;}
#notice_side ul li{}
#notice_side ul li:not(:last-child){margin-bottom: 10px;} */
/* #notice_side ul li a{color: #343638;} */
/* #notice_side ul li a:hover{color: #0057AA;} */

/* 커뮤니티 공통 */
/* .bo_list .bo_nm{font-size: 30px;color: #343638;font-weight: 400;padding-bottom: 20px;} */
/* 0418 주석, 수정 */
/* .bo_nm{font-size: 30px;color: #343638;font-weight: 400;padding-bottom: 20px;border-bottom: 1px solid #707070;margin-bottom: 20px;} */
.bo_nm{font-size: 32px;line-height: 32px;color: #04101C;padding-bottom: 20px; font-weight: 400;}
/* 0418 타이틀 하단 텍스트 */
.bo_desc {margin-bottom: 20px; font-size: 13px; color: #343638; }
.bo_head_img{margin-bottom: 30px;}
.bo_cate_link{color: #0057AA;}
.bo_tit{font-weight: 400; color: #707070;}
.bo_tit a{display: block;}

/* 0418 검색창 height값 통일 */
#bo_sch input[type=text] {height: 30px;}
#bo_sch button {font-size: 15px;}

/* 게시판 글쓰기 */
#bo_w .bo_nm{margin-bottom: 0px; border: 0px;}
#autosave_wrapper{position: relative;}
#btn_autosave{height: 35px;}
#autosave_pop{position: absolute; right: 0;}
#bo_w .table_area select{padding: 5px 15px; color: #707070;}
#bo_w  #wr_subject{width: 672px;}
.wr_content .btn_cke_sc{background: #343638 !important; color: #fff !important; height: 35px !important; border: 0px !important;}
.cke_sc_def{margin-top: 10px;}
.bo_w_link label{background-color: transparent !important;}
.bo_w_link input[type=text]{padding-left: 40px; color: #707070;}
#bo_w .btn_confirm{margin: 20px 40px;}
#bo_w .btn_confirm a,#bo_w .btn_confirm input[type=submit]{width: 120px; display: inline-block; height: 40px;}
#bo_w .btn_confirm a{vertical-align: top; line-height: 40px;}
/* 0418 임시저장버튼 수정 */
.title_save .btn_frmline {white-space: nowrap;}

/* 게시판 버튼 */
.btn_bo_user{margin-bottom: 40px;}
.btn_bo_user button, .btn_bo_user a{width: 100px; display: inline-block; text-align: center; height: 30px;border-radius: 0px; font-size: 12px;}
.btn_bo_user a{line-height: 28px;}

/* 게시판 리스트페이지 */
.bo_notice .notice_icon{background-color: #707070 !important;}

/* 게시판 카테고리 */
#bo_cate_ul{display: flex; justify-content: space-between; margin-bottom: 40px;}
#bo_cate_ul li{line-height: 40px; background: #F5F5F5; width: 20%; text-align: center;}
#bo_cate_ul li:not(:last-child){margin-right: 2px;}
#bo_cate_ul li a{color: #707070; display: block;}
#bo_cate_ul li #bo_cate_on{background: #0057AA;color: #fff;}

/* 게시판 뷰페이지 */
#bo_v{padding: 0px;}
/* #bo_v .bo_nm{margin-bottom: 0px;} */
#bo_v_title{padding: 15px 0;}
#bo_v .bo_v_tit{font-size: 20px; font-weight: bold; color: #343638; margin: 0px !important;}
#bo_v_info{border-top: 1px solid #DBDBDB;}
#bo_v_info .sv_member{font-weight: 400 !important;}
#bo_v_info .if_date{color: #707070; font-style: normal;}



/* 공통 레이어 */
.layer_popup{position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 10; display: none;}
.layer_popup .layer_bg{width: 100%; height: 100%; background-color: #0008;}
.layer_popup .inner_layer{background: #fff; width: 1320px; height: auto; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.layer_popup .layer_head{display: flex; justify-content: space-between; padding: 20px; font-size: 18px;}
.layer_popup .layer_body{padding: 20px; max-height: 500px; min-height: 500px; overflow-y: scroll;}
.layer_popup .layer_body .inputArea{ margin-top: 20px;}
.layer_popup .layer_foot{padding: 20px 20px 20px; text-align: center;}
.layer_popup .layer_foot button{height: 35px; margin: 0 auto;}
.layer_popup .layer_close{cursor: pointer;}

.layer_popup.type02{}
.layer_popup.type02 .inner_layer{ width: auto;}
.layer_popup.type02 .layer_body{overflow-y: auto;}

/* 주문서작성 */
#wrapper_title2{font-size: 30px; text-align: center; margin-bottom: 30px; font-weight: bold;}
.table_total_price{border-bottom: 1px solid #707070; margin-bottom: 40px;}
.table_total_price ul{display: flex; justify-content: space-around; align-items: center; padding: 20px;}
.table_total_price ul li{color:#707070}
.table_total_price ul li:first-child{width: 500px;}
.table_total_price ul li:first-child p{text-align: left;}
.table_total_price ul li.deco{max-width: 50px; text-align: center; color: #DBDBDB; font-size: 20px;}
.table_total_price ul li .tit{font-size: 14px; margin-bottom: 0px !important; text-align: center;}
.table_total_price ul li span{text-align: center; display: block; font-size: 18px; margin-top: 5px; font-weight: 500;}

/* 주문서 총 금액 */
.od_total_price{border: 1px solid #707070; margin-bottom: 60px;}
.od_total_price ul{display: flex; justify-content: space-between; text-align: center;text-align: center;}
.od_total_price ul li{width: calc(100%/4); border-right: 1px solid #DBDBDB;  padding: 40px 0; position: relative;}
.od_total_price ul li:last-child{border-right: 0px;}
.od_total_price ul li .tit{font-size: 14px; color: #707070; margin-bottom: 0px !important;}
.od_total_price ul li span{font-size: 22px; font-weight: 400; margin-top: 5px; display: block;font-weight: bold; color:#707070}
.od_total_price ul li .won:after{display: inline-block; content: '원'; font-size: 14px; color: #707070; font-weight: normal;}
.od_total_price ul li.minus:after, .od_total_price ul li.plus:after, .od_total_price ul li.handle:after{
    display: block;
    font-family: "";
    font-size: 30px;
    line-height: 30px;
    position: absolute;
    right: -40px;
    top: 50px;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #DBDBDB;
    font-weight: 400;
    color: #8F8F8F;}
.od_total_price ul li.minus:after{content: '-';}
.od_total_price ul li.plus:after{content: '+';}
.od_total_price ul li.handle:after{content: '=';}

/* 주문서 테이블 폼 */
#sod_frm input[type=text]{border: 1px solid #DBDBDB; background: #fff; border-radius: 0px; box-shadow: none; padding: 5px 15px;}
#sod_frm table{width: 100%;}
#sod_frm table tr{border-bottom: 1px solid #DBDBDB;}
#sod_frm table th{text-align: left; padding: 10px 0px; width: 120px; font-weight: 400; color:#707070}
#sod_frm table td{text-align: left; padding: 10px 0px;}
.od_recipient textarea{border: 1px solid #DBDBDB; border-radius: 0px; box-shadow: none; height: 100px; resize: none; padding: 10px 15px;}
.od_recipient textarea::placeholder{color: #DBDBDB;}
.del_addr_tr a{margin-left: 10px;}
.del_addr_tr label{margin-right: 10px;}

/* 주문서 left 영역 */
#sod_frm .sod_left section{margin-bottom: 40px !important;}

/* 주문서 결제수단선택 */
#settle_bank{}
#settle_bank .bank_tit{font-size: 16px; font-weight: bold; margin: 10px 0 15px; padding-bottom: 10px; border-bottom: 1px solid #DBDBDB; display: block;}
.bank_info{background: #f8f8f8; padding: 10px 15px;}
.bank_info2{padding: 10px 15px;}
.bank_info2 label{width: 100px; display: inline-block;}

/* 주문서 할인/혜택적용 */
.discounted_benefit{position: relative;}
.sod_frm_point div{display: inline-block;}
.sod_frm_point #sod_frm_pt{display: inline-block; vertical-align: middle; font-size: 12px; margin-left: 5px;}
.sod_frm_point #sod_frm_pt p{display: inline-block; color: #777; margin-bottom: 0px;}
.sod_frm_point #sod_frm_pt p span{display: inline-block;}
.sod_frm_point #sod_frm_pt p:last-child{display: block;}
.od_cp_input{border: 1px solid #DBDBDB; background: #fff; padding: 5px 15px; display: inline-block;}
.od_cp_input+button{vertical-align: baseline; height: 32px;}
.discounted_benefit .full_btn_gray{padding:0 5px; width: auto;}
.discounted_benefit input[type=text],
.discounted_benefit .od_cp_input{text-align: right; color:#3AB1BA}

/* 환불계좌정보 */
#sod_frm .sod_left h2{display: flex; justify-content: space-between; align-items: end;}
#sod_frm .sod_left h2 span{color: #777; font-weight: 400; font-size: 12px;}

/* 세금계산서 정보 */
.com_addr_tr{}
.com_addr_tr td input[type=text]:first-child{margin-bottom: 5px;}
.od_tax_wrap>p{line-height: 22px; color: #777;}
.od_tax_wrap table{margin-bottom: 10px;}

/* 주문서 right영역 */
.sod_right{box-shadow: none;}
.sod_right>div{border: 1px solid #ddd;}
.sod_right .payment_info{margin-bottom: 10px;}
.sod_right .order_agree{padding: 20px; background: #f8f8f8;}
.sod_right .agree_area{margin-bottom: 10px;}
.sod_right .order_agree .txt_point{font-size: 13px;}
.sod_right .order_agree .txt_point div + div{margin-top: 5px;}
.sod_right .right_tit{background: #3AB1BA; color: #fff; line-height: 40px; text-align: center;}
.right_ul_wrap li{display: flex; justify-content: space-between;margin-bottom: 5px; color: #777;}
.right_ul_wrap li:last-child{margin-bottom: 0px;}
.right_ul_wrap li:first-child{font-size: 16px; color: #04101C; font-weight: 500;}
.right_total_price, .right_sale_price,
.right_delivery_charge{padding: 15px; border-bottom: 1px solid #DBDBDB;}

/* 서브페이지 타이틀 + 검색 */
.sub_search_area{display: flex; justify-content: space-between; align-items: center; padding-bottom: 20px; border-bottom: 1px solid #DBDBDB; margin-bottom: 20px;}
.sub_page .page_title{text-align: center; font-size: 30px; color: #04101C; font-weight: bold; margin-bottom: 5px;}
.sub_page .page_sub_title{text-align: center; font-size: 18px; color: #8F8F8F; margin-bottom: 50px;}
/*.sub_page .pg_wrap{margin-bottom: 100px;}*/

/* 나만의 실험실 － 리스트 */
.my_laboratory_list{}
.my_laboratory_list .page_title{text-align: center; font-size: 30px; color: #04101C; font-weight: bold; margin-bottom: 5px;}
.my_laboratory_list .page_sub_title{text-align: center; font-size: 18px; color: #8F8F8F; margin-bottom: 50px;}
.my_laboratory_list ul{display: flex; flex-wrap: wrap;}
.my_laboratory_list ul li{width: 630px; margin-bottom: 70px;}
.my_laboratory_list ul li:nth-child(odd){margin-right: 60px;}
/* .my_laboratory_list ul li:nth-child(n + 3){margin-bottom: 0px;} */
.my_laboratory_list .img_con{margin-bottom: 20px; height: 380px; width: 630px; overflow: hidden;}
.my_laboratory_list .img_con img{width: 100%; height: auto; display: block;}
.my_laboratory_list .aboratory_sbj{font-size: 24px; color: #04101C; font-weight: bold;}
.my_laboratory_list .aboratory_sub{font-size: 18px; color: #707070;}


/* 나만의 실험실 － 뷰페이지 */
.my_laboratory_view{}
.my_laboratory_view .page_title{text-align: center; font-size: 30px; color: #04101C; font-weight: bold; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #DBDBDB;}
.my_laboratory_view .page_sub_title{text-align: center; font-size: 18px; color: #8F8F8F; margin-bottom: 50px;}
.experiment_info h3{color: #04101C; font-size: 20px; font-weight: bold; margin-bottom: 15px;}
.experiment_info p{color: #8F8F8F; font-size: 14px; line-height: 22px; margin-bottom: 40px;}
.experiment_prd{border-bottom: 1px solid #DBDBDB; margin-bottom: 20px; padding-bottom: 50px; font-size: 0;}
.experiment_prd .img_con{margin-bottom: 40px; overflow: hidden; text-align: center;}
.experiment_prd .img_con img{width: 100%; display: block;}
.experiment_prd li{margin-right: 40px; margin-bottom: 40px; display: inline-block; width: calc(25% - 30px); font-size: 12px;}
.experiment_prd li:nth-child(4n){margin-right: 0;}

.experiment_prd li a {display: block; width: 100%; height: 100%;}
.experiment_prd .prd_img{ display: block; width: 100%; height:300px; border: 1px solid #DBDBDB; transition: all 0.2s; margin-bottom: 5px;}
.experiment_prd .prd_img:hover{border: 3px solid #3AB1BA;}
.experiment_prd .prd_img img{width: 100%; height: 100%; display: block; object-fit: cover;}
.experiment_prd .prd_name{font-size: 12px; color: #707070;}
.my_laboratory_view .btn_wrap{text-align: center; margin-bottom: 100px;}
.my_laboratory_view .btn_wrap a{display: inline-block; width: 130px; line-height: 30px;}

/* 입점몰 labstore - 리스트 */
.labstore_list{}
.labstore_list .partner_list ul{display: flex; flex-wrap: wrap;}
.labstore_list .partner_list ul li{width: 250px; height: 250px; border: 1px solid #DBDBDB; margin-right: 17.5px; margin-bottom: 17.5px; overflow: hidden;}
.labstore_list .partner_list ul li a{text-align: center; line-height: 250px; position: relative;}
.labstore_list .partner_list ul .mall_info{width: 100%; height: 100%; background-color: #0007; position: absolute; left: 0; top: 0; visibility: hidden; transition: all 0.3s; opacity: 0;}
.labstore_list .partner_list ul li:hover .mall_info{visibility: visible; opacity: 1;}
.labstore_list .partner_list ul .mall_info p{color: #fff; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 80%; text-align: center; line-height: normal;}
.labstore_list .partner_list ul li:nth-child(5n){margin-right: 0px;}

/* 입점몰 labstore - 상품페이지 */
.labstore_prd{}
.labstore_prd .item_sch_total{display: flex; justify-content: space-between; align-items: center;}
.labstore_prd .total_area div{color: #707070;}
.labstore_prd .item_sch_total .item_sch{display: flex;}
.labstore_prd .item_sch_total .item_sch .full_btn_gray{height: 40px;}

/* 이벤트 리스트 */
.event_list{}
.event_list .page_title{margin-bottom: 40px;}
.sub_tab_tit{display: flex; justify-content: space-between; margin-bottom: 40px;}
.sub_tab_tit a{width: calc(100%/3); color: #707070; font-size: 15px; border: 1px solid #DBDBDB; display: block; padding: 15px 20px; text-align: center; border-right: 0px;}
.sub_tab_tit a:last-child{border-right: 1px solid #DBDBDB;}
.sub_tab_tit a.on{color: #3AB1BA; border-color: #3AB1BA;}
.sub_tab_tit a.on + a{ border-left: 1px solid #3AB1BA;}
.event_list .sort_area select{padding: 5px 10px;width: 180px;}
.event_item ul{display: flex; flex-wrap: wrap;}
.event_item ul li{width: 420px; margin-right: 30px; margin-bottom: 30px;}
.event_item ul li:nth-child(3n){margin-right: 0px;}
.event_item .img_wrap{position: relative; left: 0; top: 0; width: 100%; height: 260px; overflow: hidden; margin-bottom: 10px;}
.event_item .img_wrap img{width: 100%; height: auto; display: block;}
.event_item .img_wrap .manufacturer{position: absolute; top: 15px; left: 15px; border: 1px solid #0057AA; background: #fff; border-radius: 20px; color: #0057AA; padding: 2px 10px; font-size: 12px;}
.event_item .event_name{color: #707070; font-size: 16px; font-weight: bold; margin-bottom: 10px;}
.event_item .event_date{font-size: 13px; color: #707070;}
.no_data{padding: 70px 0; text-align: center; width: 100%;}

/* 이벤트 뷰페이지 */
.event_view{}
.event_view .event_head{margin-bottom: 30px;}
.event_view .event_head h2{font-size: 30px; font-weight: 400; text-align: center; padding-bottom: 30px; border-bottom: 1px solid #707070;}
.event_view .event_tit{display: flex; justify-content: space-between; padding: 20px 0; align-items: center; border-bottom: 1px solid #DBDBDB;}
.event_view .event_tit h3{color: #343638; font-size: 20px; font-weight: bold;}
.event_view .event_tit h3 span{border: 1px solid #FF3861; color: #FF3861; border-radius: 20px; font-size: 15px; font-weight: 400; padding: 2px 10px; margin-left: 5px;}
.event_view .event_tit span{color: #343638; font-size: 15px;}
.event_view .event_head ul{border-bottom: 1px solid #DBDBDB;}
.event_view .event_head li{padding: 15px 0; display: inline-block;}
.event_view .event_head li .tit{width: 50px; text-align: left; color: #8F8F8F; display: inline-block;}
.event_view .event_head li .txt{color: #707070; margin-right: 20px;}
.event_view #sev_hhtml{margin-bottom: 20px;}

/* 이벤트 뷰페이지 - nav */
.event_view .event_nav{border-top: 1px solid #DBDBDB; margin-bottom: 50px;}
.event_view .event_nav li{padding: 20px 0; border-bottom: 1px solid #DBDBDB;}
.event_view .event_nav li a{color: #343638;}
.event_view .event_nav li i{margin-right: 15px; color: #8F8F8F;}
.event_view .event_nav li span{margin-right: 20px; color: #343638;}
.event_view .btn_area{text-align: center; margin-bottom: 40px;}
.event_view .btn_area button{line-height: 30px; width: 120px;}

/* 이벤트 뷰페이지 - 관련상품 */
.event_item_tit{font-size: 28px; font-weight: bold; color: #04101C; margin-top:50px; margin-bottom: 50px;}

/* 이벤트 뷰페이지 - 설문조사 */
.survey_area{}
.survey_area .survey_info{background: #f8f8f8; padding: 20px; line-height: 26px; color: #333; margin-bottom: 20px;}
.survey_area .survey_info + div{text-align: right;}
.survey_area .tit{font-size: 18px; margin-bottom: 20px;}
.survey_area ul li + li{margin-top: 10px;}
.survey_area .survey_con + .survey_con{margin-top: 40px;}

/* 설문조사 */
.survey_tit{font-size: 20px; margin-bottom: 20px;}
.contArea {
    text-align: left;
    font-size: 16px;
    color: #343638;
}


/* 브랜드 안내 */
/* 브랜드 안내 - 검색 */
.brand_list{}
.brand_list .sub_search_area{display: block; margin-bottom: 50px; border-bottom: 0px; padding-bottom: 0px;}
.brand_list .brand_sch_btn{width: 100%; padding: 20px 60px; background: #F5F5F5;}
.brand_list .brand_sch_btn ul{display: flex; justify-content: space-between;}
.brand_list .brand_sch_btn ul li{width: calc(100%/27);}
.brand_list .brand_sch_btn button{background: transparent; border: 0px; color: #8F8F8F;}
.brand_list .brand_sch_btn ul li.on button{color: #0057AA; font-weight: bold;}
.brand_list .brand_search_area{border: 1px solid #DBDBDB; padding: 30px 0; text-align: center;}
.brand_list .brand_search_area .input_area{display: flex; justify-content: space-between; width: 714px; margin: 0 auto;}
.brand_list .brand_search_area .input_area input{background: #fff; border: 1px solid #DBDBDB; padding: 15px 20px; width: calc(100% - 160px);}
.brand_list .brand_search_area .input_area button{width: 160px;}

/* 브랜드 안내 - sort */
.brand_list .sort_area{margin-bottom: 60px;}
.brand_list .sort_area table{border-top: 2px solid #707070; width: 100%;}
.brand_list .sort_area tr{border-bottom: 1px solid #DBDBDB;}
.brand_list .sort_area th{background-color: #F8F8F8; width: 420px; text-align: center; padding: 15px 0; color: #343638; font-weight: 400;}
.brand_list .sort_area td{padding: 15px 60px 15px;}
.brand_list .sort_area td ul{display: flex; flex-wrap: wrap;}
.brand_list .sort_area td ul li{width: calc(100%/5); text-align: left; margin-bottom: 10px;}
.brand_list .sort_area td ul li a{color: #343638;}
.brand_list .sort_area td ul li a span{color: #8F8F8F;}
.brand_list .sort_area td ul li.on a, .brand_list .sort_area td ul li.on span{color: #3AB1BA;}

/* 랩플러스 표준시약 제품검색 */
.reagenSch_list{}
.reagenSch_list .page_title{margin-bottom: 35px;}
.reagenSch_list .sub_search_area{background: #F5F5F5; padding: 45px; width: 100%; border-bottom: 0px;}
.reagenSch_list .input_area{display: flex; justify-content: space-between; width: 100%;}
.reagenSch_list .input_area select{width: 260px; border-right: 0px; height: 50px;}
.reagenSch_list .input_area input[type=text]{width: 554px; height: 50px;}
.reagenSch_list .input_area button{width: 160px; height: 50px;}
.reagenSch_list .total_area{color: #707070; margin-bottom: 10px;}
.reagenSch_list .prd_name{text-align: left;}
.reagenSch_list .prd_name a{color: #707070; padding: 0 10px;}

/* 입점문의 */
.importInquiry{}
.importInquiry .importInquiry_info{position: relative; background: #f8f8f8; padding: 50px 120px; margin-bottom: 30px;}
.importInquiry .importInquiry_info .img_area{position: absolute; right: 120px; top: 50%; transform: translateY(-50%);}
.importInquiry h2{font-size: 30px; font-weight: bold; color: #04101C; margin-bottom: 10px;}
.importInquiry .info_sub{margin-bottom: 20px;}
.importInquiry .info_sub p{color: #707070; font-size: 20px; font-weight: bold;}
.importInquiry .info_sub p + p{font-size: 14px; font-weight: 400;}
.importInquiry .info_sub + .full_btn{height: 35px; line-height: 35px;}
.importInquiry ul{display: flex; justify-content: space-between;}
.importInquiry ul li{width: 256px; border: 1px solid #DBDBDB; padding: 40px 20px;}
.importInquiry ul li .top{text-align: center; padding-bottom: 30px; border-bottom: 1px solid #DBDBDB; margin-bottom: 15px;}
.importInquiry ul li .num{font-size: 50px; color: #DBDBDB; font-weight: bold;}
.importInquiry ul li .num + div{font-size: 20px; color: #707070; font-weight: 500; line-height: 24px;}
.importInquiry ul li .bottom{color: #707070; }
.importInquiry .bottom_info{color: #707070; text-align: center; margin: 50px 0;}

/* 빠른주문 */
.quickOrder{}
.quickOrder .quickOrder_info{position: relative; background: #f8f8f8; padding: 50px 120px; margin-bottom: 30px;}
/* .quickOrder .quickOrder_info .img_area{position: absolute; right: 120px; top: 50%; transform: translateY(-50%);} */
.quickOrder .quickOrder_info .img_area{text-align: center;}
.quickOrder h2{font-size: 30px; font-weight: bold; color: #04101C; margin-bottom: 10px;}
.quickOrder .info_sub{margin-bottom: 20px;}
.quickOrder .info_sub h4{font-size: 24px; font-weight: 700; text-align: center; padding: 48px 0 24px;}
.quickOrder .info_sub ul{}
.quickOrder .info_sub ul li{font-size: 14px; font-weight: 400; color: #707070; position: relative;padding: 0 0 4px 20px;}
.quickOrder .info_sub ul li::after{content: ""; display: inline-block; width: 4px; height: 4px; border-radius: 50%; background: #707070; position: absolute; top: 6px; left: 8px;}
.quickOrder .form_area{padding-left: 48px;}
.quickOrder .form_area textarea{height: 80%;}
.quickOrder .bottom_info{color: #8F8F8F; font-weight: 400; line-height: 22px;}
.quickOrder .btn_area{text-align: center; margin-top: 40px;}
.quickOrder .cartBtn{height: 40px;}

/* 빠른주문 결과 레이어 */
.quick_layer .prd_code_area{margin-bottom: 10px; padding:0 30px; color:#0057AA; text-align: center; font-size: 15px;}
.quick_layer .result_text_area{text-align: center;font-size: 15px;}


/* 커뮤니티 - 댓글 */
#bo_v .cmt_btn{border-bottom: 1px solid #DBDBDB; color: #0057AA; border: 0px; background: transparent; font-size: 18px; font-weight: bold; display: block; border-bottom: 1px solid #DBDBDB; width: 100%; text-align: left; padding: 20px 0; margin-bottom: 20px;}
#bo_v .cmt_btn i{vertical-align: middle; margin-left: 5px;}
#bo_vc{background: #f8f8f8 !important; padding: 20px; box-sizing: border-box;}
#bo_vc article{margin-top: 0px;border-bottom: 1px solid #dbdbdb; padding-bottom: 15px;}
#bo_vc article:last-child{margin-bottom: 0px; border-bottom: 0px; padding-bottom: 0px;}
#bo_vc .cmt_contents{border: 0; border-radius: 0px; background: #fff; color: #707070;}
.bo_vc_w textarea{border: 1px solid #DBDBDB; border-radius: 0px; width: 100%; padding: 20px; height: 200px; resize: none;}
.bo_vc_hdinfo{font-style: normal;}
#bo_vc .member{color: #707070; font-weight: 500;}
.bo_vc_w .btn_confirm label{font-size: 14px; margin-left: 5px; color: #707070;}
.bo_vc_w .btn_confirm input[type=submit]{}

/* 0418 상세페이지 하단 버튼 */
.bo_v_com li a, .bo_v_left li a {height: 30px; line-height: unset; display: flex; align-items: center; justify-content: center; font-size: 12px;}

/* 0419 이전글, 다음글 */
ul.bo_v_nb li {display: flex; align-items: center;}
ul.bo_v_nb li .nb_tit {min-width: 90px;}
ul.bo_v_nb li .nb_date {min-width: 70px; text-align: right;}
ul.bo_v_nb li a {width: calc(100% - 160px); text-overflow: ellipsis; overflow: hidden; word-break: break-all; white-space: nowrap;}

/* 브랜드 필터 테이블 상단 */
.brand_list .sort_area .sch_btn {display: none;}

/* 견적문의 - 상품선택 팝업창 */
.itemSearch_popup .layer_body{max-height: 550px;}
.itemSearch_popup .sch_area{background: #f8f8f8; padding: 20px 20px; text-align: center;margin-bottom: 40px;}
.itemSearch_popup .sch_area p{color: #707070; text-align: left;}
.itemSearch_popup .sch_area input{width: 300px;}
.itemSearch_popup .sch_area button{height: 35px; width: 60px; box-sizing: border-box; border: 0px;}
.itemSearch_popup ul li{display: flex; align-items: center; border-bottom: 1px solid #DBDBDB; padding: 15px 0;}
.itemSearch_popup ul li:first-child{border-top: 1px solid #DBDBDB;}
.itemSearch_popup ul li .checkbox{margin-right: 20px;}
.itemSearch_popup ul li .img_con{width: 90px; height: 90px; border: 1px solid #DBDBDB; margin-right: 10px;}
.itemSearch_popup ul li img{width: 100%; height: auto; display: block;}
.itemSearch_popup ul li .item_info{width: calc(100% - 140px); color: #707070;}
.itemSearch_popup ul li .item_brand{font-size: 13px; color: #3AB1BA;}
.itemSearch_popup ul li .item_price{font-weight: 600; font-size: 13px;}
.itemSearch_popup ul li .no_data{width: 100%; color: #707070;}
.itemSearch_popup .item_area{height: 370px; overflow-y: scroll;}

/* 회사소개 사이드 */
/* #company_side{width: 240px;} */
/* 0418 주석, 수정 */
/* #community_Side h2{font-size: 30px; color: #04101C; font-weight: 500; padding-bottom: 20px; border-bottom: 1px solid #707070;} */
/* #company_side h2{font-size: 24px; color: #04101C; line-height: 32px; padding-bottom: 20px; border-bottom: 1px solid #707070;}
#company_side .active,
#company_side .active i,
#company_side .active a{color: #0057AA; font-weight: 500;}
#company_side .my_con_wrap{border-bottom: 1px solid #DBDBDB; padding: 20px 0;}
#company_side .my_con_wrap.bd0{border-bottom: 0px;}
#company_side h3{font-size: 16px; color: #04101C; font-weight: 400; cursor: pointer; display: flex; justify-content: space-between; align-items: center;}
#company_side h3.on a{color: #0057AA;}
#company_side h3 i{color: #8F8F8F; font-size: 17px;}
#company_side ul{background: #F5F5F5;padding: 20px; margin-top: 10px; }
#company_side ul li{}
#company_side ul li:not(:last-child){margin-bottom: 10px;} */
/* #company_side ul li a{color: #343638;} */
/* #company_side ul li a:hover{color: #0057AA;} */
/* #company_side ul li a.on{color: #0057AA;} */

/* 회사소개 - 공통 */
.banner_bar {position: relative; width: 100%; min-width: 1320px; height: 180px; background-position: center; background-repeat: no-repeat; background-size: cover;  text-align: center;}
.banner_bar h2 {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 28px; color: #FFFFFF; font-weight: 500;}
h3.company_tit{text-align: center; font-size: 30px; line-height: 36px; margin-bottom: 60px; color: #04101C; font-weight: 400;}
h3.company_tit .txt_point2{font-weight: 600;}

.company_wrap {font-size: 15px; color: #707070; min-height: 600px;}
.company_wrap section.cont:not(.img_copy_wrap) {margin-bottom: 90px;}
.company_wrap .intro_title {font-size: 30px; color: #04101C; margin-bottom: 60px;}
.company_wrap .sec_title {margin-bottom: 20px; font-size: 24px; font-weight: 700; color: #04101C;}
.company_wrap section{margin-bottom: 100px;}
.company_wrap .top_deco{width: 80px; height: 2px; background: #0057AA; margin-bottom: 20px; position: relative; margin-top: 50px;}
.company_wrap .top_deco:before{display: inline-block; content: ''; width: 10px; height: 10px; background: #0057AA; border-radius: 50%; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}

/* 탭 */
.company_wrap .tab_list{text-align: center; margin-bottom: 70px;}
.company_wrap .tab_list span{margin-right: 10px; cursor: pointer; padding: 15px 0; width: 200px; text-align: center; border-radius: 40px; border: 1px solid #DBDBDB; display: inline-block;}
.company_wrap .tab_list span:last-child{margin-right: 0px;}
.company_wrap .tab_list span.on{background: #0057AA; color: #fff;}
.company_wrap .tab_con{display: none;}

/* 회사소개 - 기업소개 */
.company_wrap .img_copy_wrap {display: flex;}
.company_wrap .img_copy_wrap img {margin-left: 60px;}

.company_wrap .ci_wrap {margin-top: 40px; display: flex;}
.company_wrap .ci_wrap > * {width: 77%;}
.company_wrap .ci_wrap > .title {font-size: 16px; margin-right: 70px; width: 23%;}
.company_wrap .ci_wrap .color_wrap {display: flex; align-items: center; margin-top: 80px; justify-content: space-between;}
.company_wrap .ci_wrap .color_wrap .cont {width: 100%; margin-right: 20px;}
.company_wrap .ci_wrap .color_wrap .cont:last-child {margin-right: 0;}
.company_wrap .ci_wrap .color_wrap .color_box {width: 100%; height: 150px; display: flex; flex-direction: column; justify-content: space-between; margin-bottom: 16px; padding: 20px 25px; color: #FFFFFF; font-weight: 400;}
.company_wrap .ci_wrap .color_wrap .cont:first-child .color_box {background: #083f88;}
.company_wrap .ci_wrap .color_wrap .cont:nth-child(2) .color_box {background: #0072BC;}
.company_wrap .ci_wrap .color_wrap .cont:nth-child(3) .color_box {background: #3EC1C7;}
.company_wrap .ci_wrap .hex {font-size: 14px; margin-bottom: 3px; color: #DBDBDB;}
.company_wrap .ci_wrap .cmyk {font-size: 12px; opacity: 0.3;}
.company_wrap .ci_wrap .cmyk span {margin-right: 10px;}
.company_wrap .ci_wrap .color_wrap .text {text-align: right; color: #707070; margin-top: 16px;}

.company_wrap .field_wrap .cont {width: 100%; display: flex; align-items: center; margin-bottom: 35px;}
.company_wrap .field_wrap .img_wrap {min-width: 306px; height: 174px; margin-right: 40px; overflow: hidden;}
.company_wrap .field_wrap .img_wrap img {width: 100%; height: 100%; object-fit: cover;}
.company_wrap .field_wrap .title {font-size: 18px; margin-bottom: 5px;}
.company_wrap .field_wrap .sub_title {margin-bottom: 20px; color: #aaaaaa;}
.company_wrap .field_wrap li {color:#04101C; letter-spacing: -0.2px;}

/* 회사소개 - CEO 인사말 */
.ceo_greeting h3.company_tit{font-weight: 600;}
.ceo_greeting .flex_wrap{display: flex; justify-content: space-between;}
.ceo_greeting .txt_wrap{width: 485px;}
.ceo_greeting .txt_wrap div{color: #AAAAAA; margin-top: 120px;}
.ceo_greeting .txt_wrap span{color: #04101C; font-size: 22px; font-weight: 600;}

/* 회사소개 - vision */
.vision .sec_1 ul{text-align: center;}
.vision .sec_1 ul li{display: inline-block; width: 350px; height: 350px; position: relative;}
.vision .sec_1 ul li .cicle_div{width: 350px; height: 350px; border: 12px solid; border-radius: 50%;border-top-color: #fff !important; border-left-color: #fff !important; position: absolute; top: 0; left: 0;}
.vision .sec_1 ul li:first-child .cicle_div{border-color: #38b2b9; transform: rotate(45deg);}
.vision .sec_1 ul li:last-child .cicle_div{border-color: #0057AA; transform: rotate(-95deg);}
.vision .sec_1 ul li>div{position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.vision .sec_1 ul li .tit{font-size: 24px; color: #0057AA; font-weight: bold; margin-bottom: 20px;}

.vision .sec_2 ul{display: flex; justify-content: space-between;}
.vision .sec_2 ul li{display: inline-block; width: 33%; position: relative;}
.vision .sec_2 ul li::before{display: block; content: ''; position: absolute; height: 115px; width: 2px; background-color: #DBDBDB; left: 50%; transform: translateY(-50%); top: 320px;}
.vision .sec_2 ul li::after{display: block; content: ''; position: absolute; height: 10px; width: 10px; border-radius: 50%; background-color: #DBDBDB; left: 166px; top: 370px;}
.vision .sec_2 .img_wrap{margin-bottom: 90px;}
.vision .sec_2 .txt_wrap{text-align: center; color: #707070; font-weight: bold; font-size: 20px;}
.vision .sec_2 .txt_wrap span{color: #000000;}
.vision .sec_2 .txt_wrap .sub_tit{color: #aaa; font-size: 12px; margin-top: 10px; font-weight: 400;}
.vision .sec_2 ul li:last-child .main_tit{font-weight: 400;}
.vision .sec_2 ul li:last-child .main_tit span{font-weight: bold;}

.vision .sec_3 ul{display: flex; justify-content: space-between;}

.vision .sec_4 ul{display: flex; justify-content: space-between; flex-wrap: wrap;}
.vision .sec_4 ul li{width: 140px; height: 140px; padding: 20px 10px; box-sizing: border-box; border: 1px solid #DBDBDB; border-radius: 5px; margin-right: 38px; margin-bottom: 40px;}
.vision .sec_4 ul li:nth-child(6n){margin-right: 0px;}
.vision .sec_4 ul li:nth-child(n + 6):nth-child(-n + 12){margin-bottom: 0px;}
.vision .sec_4 .img_wrap{width: auto; height: 65px; margin: 0 auto 15px; text-align: center;}
.vision .sec_4 .txt_wrap{color: #04101C; text-align: center;}

/* 회사소개 - 연혁 */
.history .sec_1>p{text-align: center;}
.history .flex_wrap .tab_con{display: flex; justify-content: space-between; display: none;}
.history .flex_wrap .since{font-size: 30px; font-weight: 700; color: #0057AA; margin-right: 60px;}
.history .flex_wrap ul{width: calc(100% - 239px); border-left: 1px solid #DBDBDB; padding-left: 40px;}
.history .flex_wrap ul li{border-bottom: 1px solid #DBDBDB; padding: 30px 0; position: relative;}
.history .flex_wrap ul li:first-child{padding-top: 0px; line-height: 20px;}
.history .flex_wrap ul li:after{display: block; content: ''; width: 15px; height: 15px; border-radius: 50%; background: #fff; border: 3px solid #AAAAAA; position: absolute; left: -48px; top: 50%; transform: translateY(-50%);}
.history .flex_wrap ul li:first-child:after{border: 5px solid #0057AA; width: 20px; height: 20px; left: -50px; top: 10px;}
.history .flex_wrap ul li span{font-size: 20px; color: #0057AA; display: inline-block; width: 130px; font-weight: 500; vertical-align: top;}
.history .flex_wrap ul li div{display: inline-block;}

/* 회사소개 - SNS */
.sns .sec_1>p{text-align: center; margin-bottom: 40px;}
.sns .sec_1 ul{text-align: center;}
.sns .sec_1 ul li{display: inline-block; width: 248px;}
.sns .sec_1 ul li a{display: block;}
.sns .sec_1 ul li .img_wrap{text-align: center; width: 248px; height: 248px; border-radius: 50%; background: #fff; box-shadow: 0px 6px 22px #DFEEFC; line-height: 248px; margin-bottom: 50px;}
.sns .sec_1 ul li:not(:last-child){margin-right: 50px;}
.sns .sec_1 .tit{display: block; color: #04101C; font-size: 20px; font-weight: bold; margin-bottom: 10px;}
.sns .sec_1 .txt{color: #AAAAAA;}

/* 회사소개 - 파트너 */
.partner .intro_title strong{font-weight: 600 !important;}
.partner section{position: relative;}
.partner section img{position: absolute; right: 0; top: 0;}

/* 회사소개 - 관계사 및 거점법인 */
.company_wrap.affiliate_corporation .tab_list span{width: 150px; margin-bottom: 10px;}
.company_wrap.affiliate_corporation .tab_list span:nth-child(6n){margin-right: 0px;}
.affiliate_corporation .sec_title{font-weight: 600;}
.affiliate_corporation .top_con{display: flex; justify-content: space-between; margin-bottom: 70px;}
.affiliate_corporation .img_wrap{width: 420px; padding: 0 100px; box-sizing: border-box; line-height: 252px;}
.affiliate_corporation .img_wrap img{width: 100%;}
.affiliate_corporation .text_wrap{width: calc(100% - 420px);}
.affiliate_corporation .name{font-size: 30px; margin-bottom: 50px; font-weight: 500; color: #000;}
.affiliate_corporation .location .top_con{display: block;}
.affiliate_corporation .location .img_wrap{width: 100%; height: auto; position: relative; line-height: normal;}
.affiliate_corporation .location .location_wrap{position: absolute;}

.affiliate_corporation .location .location_wrap.one{right: 100px; bottom: 250px;}
.affiliate_corporation .location .location_wrap.two{right: 160px; bottom: 140px;}
.affiliate_corporation .location .location_wrap.three{right: 210px; bottom: 60px;}
.affiliate_corporation .location .location_wrap.four{left: 210px; bottom: 90px;}
.affiliate_corporation .location .location_wrap .tit{display: block; height: auto; margin-bottom: 10px; padding-left: 10px; font-weight: 600;}
.affiliate_corporation .location .location_wrap .txt{padding: 5px 20px; border: 1px solid #DBDBDB; background-color: #fff; display: block; border-radius: 20px; transition: all 0.2s;}
.affiliate_corporation .location .location_wrap .txt:hover{box-shadow: 0 0 10px #DFEEFC;}

.affiliate_corporation .location .bottom_con{width: 100%;}
.affiliate_corporation .location li{border: 1px solid #DBDBDB; margin-bottom: 40px;}
.affiliate_corporation .location li .head{padding: 20px; border-bottom: 1px solid #DBDBDB; font-size: 18px; font-weight: 600; color: #333;}
.affiliate_corporation .location li .body{padding: 20px;}
.affiliate_corporation .location li .body>div{margin-bottom: 5px; font-size: 16px; font-weight: 500;}
.affiliate_corporation .location li .body span i{color: #0057AA; margin-right: 5px;}
.affiliate_corporation .location li .body span{margin-right: 10px; font-size: 14px;}

/* 회사소개 - 글로벌 파트너 */
.global_partner section ul{display: flex; justify-content: space-between; flex-wrap: wrap;}
.global_partner section ul li{width: 48%; margin-bottom: 20px;}
.global_partner section ul li .img_wrap{display: inline-block; border: 1px solid #DBDBDB; width: 146px; height: 146px; margin-right: 20px;}
.global_partner section ul li .img_wrap img{width: 100%; height: auto; display: block;}
.global_partner section ul li .txt_wrap{display: inline-block; vertical-align: top; width: calc(100% - 170px);}
.global_partner section ul li .txt_wrap .tit{border-bottom: 1px solid #DBDBDB; padding-bottom: 10px; margin-bottom: 10px; font-weight: 500; color: #04101C;}

/* 회사소개 - 윤리경영 */
.ethical .company_tit{margin-bottom: 20px;}
.ethical .page_info{background-color: #f8f8f8; padding: 70px 0;}
.ethical .tab_con.one ul{display: flex; justify-content: space-between; flex-wrap: wrap;}
.ethical .tab_con.one ul li{height: 270px; width: 244px; border-radius: 5px; border: 1px solid #DBDBDB; padding: 35px 25px;}
.ethical .tab_con.one ul li:nth-child(n + 5){margin-top: 40px;}
.ethical .tab_con.one ul li .num{font-size: 30px; color: #3AB1BA;}
.ethical .tab_con.one ul li .num::after{display: inline-block; content: ''; width: 7px; height: 7px; border: 2px solid #3AB1BA; border-radius: 50%; margin-left: 2px;}
.ethical h4{text-align: center; font-size: 26px; font-weight: 400; color: #04101C; margin-bottom: 20px;}
.ethical .textbox{width: 100%; height: auto; padding: 40px; border: 1px solid #DBDBDB; color: #707070; text-align: left;}
.ethical .textbox strong{color: #04101C;}
.ethical .textarea_wrap{margin-bottom: 60px;}
.ethical .list_wrap{border: 1px solid #ddd; padding: 20px; display: flex; flex-wrap: wrap; margin-bottom: 100px;}
.ethical .list_wrap button{background: #fff; border: 0px; width: 33.3333%; text-align: left;}
.ethical .list_wrap button:nth-child(n + 3){margin-top: 10px;}

/* 회사소개 - 공정거래 */
.fair_trade .sec_1{position: relative; height: 670px;}
.fair_trade .sec_1 p{position: relative; z-index: 1;}
.fair_trade .sec_1 .back_img{position: absolute; box-shadow: 0 6px 30px #DFEEFC; border-radius: 50%; left: 50%; top: -60px; transform: translateX(-50%);}
.fair_trade .sec_1 .deco_img{position: absolute; box-shadow: 5px 35px 40px #DFEEFC; border-radius: 50%;}
.fair_trade .sec_1 .deco_img.one{left: 260px; top: 130px;}
.fair_trade .sec_1 .deco_img.two{left: 160px; top: 440px;}
.fair_trade .sec_1 .deco_img.three{right: 150px; top: 330px;}
.fair_trade .sec_1 .txt_area{position: absolute; right: 0; top: 525px;}
.fair_trade .sec_1 .txt_area strong{font-size: 20px;}
.fair_trade .sec_1 .txt_area div{font-size: 14px; color: #04101C; margin-top: 10px; line-height: 23px;}

/* 회사소개 - 사회공헌 */
.social_contribution .img_wrap{display: flex; justify-content: space-between;}
.social_contribution .img_wrap img:first-child{width: 290px; height: 290px; border-radius: 50%; box-shadow: 0 6px 22px #DFEEFC;}
.social_contribution .img_wrap img:last-child{padding-top: 145px;}
.social_contribution .mb50{letter-spacing: -0.2px;}

/* 주문서 상세내역 */
#wrapper_title.order_view_tit{font-size: 30px; color: #04101C; font-weight: bold; text-align: center; margin-bottom: 10px;}
#sod_fin_no{text-align: center; font-size: 28px; color: #04101C; font-weight: 500; margin-bottom: 70px;}
#sod_fin_list h2{font-size: 20px;}
#sod_fin_list .item_info{padding: 10px 20px;}
#sod_fin_list .item_info .img_wrap{width: 100px; height: 100px;}
#sod_fin_list .item_info .order_prd_info{width: calc(100% - 130px);}
/*#sod_fin_list .item_info .img_wrap img{width: 100px; height: auto; display: block;}*/
#sod_fin_list .item_info a{display: flex; align-items: center;}
#sod_fin_list .item_info .it_name,
#sod_fin_list .item_info .it_otp{text-align: left; padding-left: 20px; color: #707070;}
#sod_sts_wrap{margin-top: 10px;}
#sod_fin .sod_left{width: 100%;}
.sod_right.orderview{display: none;}
#sod_fin .sod_left h3{font-size: 20px; font-weight: bold; padding-bottom: 10px; border-bottom: 1px solid #707070; margin-bottom: 20px;}
#sod_fin .sod_left .table_wrap{font-size: 16px; color: #707070;}
#sod_fin .sod_left .table_wrap th{font-weight: 400; width: 200px; text-align: left;}
#sod_fin .full_btn{display: inline-block; height: 40px; width: 200px; line-height: 40px; vertical-align: middle;}

/* 등급별혜택 */
.benefits .bo_nm{border-bottom: 1px solid #707070; margin-bottom: 20px;}
.benefits .head_img{margin-bottom: 34px;}
.benefits .my_benefit{padding: 34px 0; text-align: center; background: #F5F5F5; font-size: 17px; color: #8F8F8F; margin-bottom: 52px;}
.benefits table{width: 100%; margin-bottom: 25px; border-top: 1px solid #DBDBDB; text-align: center; font-size: 15px; color: #343638;}
.benefits table caption{text-align: left; color: #343638; font-size: 17px; margin-bottom: 25px;}
.benefits table th, .benefits table td{padding: 15px 20px; border-right: 1px solid #DBDBDB; font-weight: 400;}
.benefits table tr{border-bottom: 1px solid #DBDBDB;}
.benefits table tr:first-child td:last-child{text-align: left; border-right: 0px;}
.benefits table + p{color: #343638; font-size: 15px; margin-bottom: 100px;}

/* 주문내역 레이어 */
.orderList_layer .sch_area{background: #f8f8f8; padding: 20px; text-align: center; margin-bottom: 20px;}

/* 빠른주문 결과 레이어 */
.quick_layer .layer_body{height: auto; min-height: auto; max-height: auto;}

/* 화학물질관리법 시행규칙 */
.layer_popup.info_popup .inner_layer{width:780px}
.table_forbidden{border:1px solid #000}
.table_forbidden th,
.table_forbidden td{padding:10px; border:1px solid #999}


.remark {
    padding-top:8px;
}
.remark button {
    padding:2px 4px;
    font-size:11px;
    border-radius:4px;
}
.remark .remarkText {
    margin-top:4px;
    display:none;
}
.remark .remarkText.is-active {
    display:block;
}
.remark .remarkText textarea{
    border: 1px solid #DBDBDB;
    border-radius: 4px;
    box-shadow: none;
    width:100%;
    height: 70px;
    resize: none;
    padding: 10px 15px;
}