@charset "utf-8";
@import url("default.css");
@import url("layout.css");
@import url("board.css");
@import url("popup.css");
@import url("common.css");


/* 컨테이너, 컨텐츠 */
#container {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #d0d0d0;
    margin-top: 116px;
}

.contentsArea {
    margin: 0 auto;
    display: block;
    text-align: center;
}

.contents {
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    width: 1240px;
    margin-bottom: 200px;
    word-break: keep-all;
    white-space: normal;
    word-wrap: break-word;
    text-align: justify;
    line-height: 24px;
    color: #666666;
    letter-spacing: 0;
}

.contents p {
    display: inline-block;
}

/*.line3 { height:3px; background:#121212; margin-bottom:50px;}*/


/* 서브_타이틀 */
.subtitArea {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.subtitArea h2 {
    display: block;
    font-size: 38px;
    line-height: 120px;
    font-weight: 400;
    color: #000000;
    letter-spacing: -0.5px;
    height: 120px;
}


h2.title2 {
    font-size: 22px;
    display: inline-block;
    color: #000;
    font-weight: 600;
    letter-spacing: -0.5px;
    background: url(../../images/icon/bull_h2.gif) no-repeat left center;
    padding-left: 18px;
}


/* 검색박스 */
.borad_search {
    clear: both;
    padding: 15px 25px;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    width: 100%;
    background: #eeeeee;
    text-align: center;
    overflow: hidden;
    vertical-align: middle;
    line-height: 46px;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin-bottom: 40px;
}

.borad_search span {
    font-size: 15px;
    font-weight: 600;
    vertical-align: top;
    color: #000;
    line-height: 36px;
}

.borad_search span img {
    border: 0;
    padding: 0;
    margin: 0;
    vertical-align: middle;
}

.borad_search select {
    box-sizing: border-box;
    height: 34px;
    vertical-align: middle;
    line-height: 34px;
    font-size: 14px;
}

.borad_search input {
    height: 34px;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 13px;
    line-height: 22px;
    padding-left: 8px;
}

.borad_search input[type=radio] {
    margin-top: 2px;
    width: auto;
}

.borad_search .btn01 {
    display: inline-block;
    width: 74px;
    height: 34px;
    line-height: 34px;
    margin: 0 0 0 1px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    background: #121212;
    vertical-align: middle;
    cursor: pointer;
    overflow: visible;
    white-space: nowrap;
}

.borad_search .btn_lineblack {
    box-sizing: border-box;
    display: inline-block;
    padding: 0 20px;
    color: #000;
    font-size: 17px;
    font-weight: 600;
    background: #ffffff;
    text-align: center;
    border: 1px solid #000;
}

.borad_search .btn_lineblack:hover {
    border: 1px solid #cf2853;
    color: #cf2853;
}


/*********서브페이지 공통************/

/* sns */
.sns_area {
    clear: both;
    width: 100%;
    margin-bottom: 13px;
    overflow: hidden;
    box-sizing: border-box;
}

.sns_area ul {
    float: right;
}

.sns_area li {
    float: left;
    display: inline-block;
    margin-left: 3px;
}


.bar {
    background: url("../../images/common/icon_bar.png") no-repeat right center;
    padding: 0 10px 0 0;
    margin-right: 7px;
}

.txt_img {
    font-size: 0px;
}

/*1107 수정*//*텍스트 대체 이미지*//*텍스트 숨김*/
h6.subtit {
    margin-bottom: 15px;
    margin-top: 100px;
    color: #493c3f;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.5px;
    display: inline-block;
    width: 100%;
}

h6.subtit:first-child {
    margin-top: 0 !important;
}

.subtit .tip {
    float: right;
    font-size: 11px;
    padding-left: 15px;
    line-height: 20px;
    background: url("../../images/comm/icon/bull_mando.png") no-repeat 0 7px;
    font-weight: 500;
}

.ssubtit_bul {
    font-size: 13px;
    background: url("../../images/sub/bull_01.gif") no-repeat 0 7px;
    padding-left: 14px;
    font-weight: 600;
    width: 100%;
    display: block;
}

.ssubtit_bul02 {
    background: url("../../images/sub/bull_02.gif") no-repeat 0 10px;
    padding-left: 12px;
    font-weight: 400;
}


/* tab_type */
.tab_type01 {
    clear: both;
    margin-bottom: 50px;
    overflow: hidden;
    border-top: 3px solid #000;
    border-bottom: 1px #000 solid;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
}

.tab_type01 ul {
    float: left;
    overflow: hidden;
}

.tab_type01 li {
    display: inline-block;
    text-align: center;
    background-image: url("../../images/icon/icon_ball01.png");
    background-repeat: no-repeat;
    background-position: 2px center;
    padding-left: 45px;
    margin-left: 35px;
}

.tab_type01 li:first-child {
    background-image: none;
    margin-left: 0;
    padding-left: 0;
}

.tab_type01 li a {
    position: relative;
    display: block;
    height: 50px;
    line-height: 50px;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    background: #fff;
    text-align: center;
    letter-spacing: -0.5px;
}

.tab_type01 li a:hover,
.tab_type01 li a:focus {
    color: #cf2753;
    font-weight: 600;
}

.tab_type01 li.on a {
    display: block;
    color: #cf2753;
    font-weight: 600;
    background: #fff;
    z-index: 2;
    letter-spacing: -0.5px;
}

.tab_type01 li.on a:after {
    color: #cf2753;
    font-weight: 600;
    background: #fff;
    display: block;
    letter-spacing: -0.5px;
}


.tab_type02 {
    clear: both;
    height: 50px;
}

.tab_type02 li {
    position: relative;
    z-index: 1;
}

.tab_type02 li a {
    float: left;
    padding: 0 10px;
    margin-left: -1px;
    box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #232323;
    border: 1px #cccccc solid;
    background: #fff;
    font-size: 16px;
    letter-spacing: -0.5px;
    text-align: center;
}

.tab_type02 li:first-child {
    background-image: none;
    margin-left: 0;
    padding-left: 0;
}

.tab_type02 li.on {
    z-index: 555;
}

.tab_type02 li.on a {
    background: #cf2753;
    color: #ffffff;
    font-weight: 600;
    border: 1px #cf2753 solid;
}

.tab_type02 li a:hover {
    color: #fff;
    font-weight: 600;
    background: #cf2753;
    border: 1px #cf2753 solid;
    display: block;
}

.tab_type02 .tab2 a {
    min-width: 50%;
}

/*1107 수정*//*2depth 2탭 width 조절*/
.tab_type02 .myinfo a {
    width: 33.4%;
}

.tab_type02 .tab2pcs a {
    width: 50%;
}

.tab_type02 .tab3pcs a {
    width: 33.4%;
}

.tab_type02 .tab4pcs a {
    width: 25.08%;
}

.tab_type02 .tab5pcs a {
    width: 20.08%;
}

.tab_type02 .tab6pcs a {
    width: 16.73%;
}

.tab_type02 .tab9pcs a {
    width: 11.19%;
}

.tab_type02 .tab9pcs a {
    line-height: 20px;
    height: auto;
    padding: 10px 0;
    height: 62px;
}


.tab_type03 {
    overflow: hidden;
    margin-bottom: 20px;
}

.tab_type03 li {
    box-sizing: border-box;
    width: 180px;
    position: relative;
    float: left;
    height: 50px;
    line-height: 50px;
    margin-left: -1px;
    text-align: center;
    border: 1px solid #ccc;
    border-bottom: 1px solid #cf2753;
}

.tab_type03 li:first-child {
    box-sizing: border-box;
    width: 180px;
    margin: 0;
}

.tab_type03 li.on {
    border-color: #cf2753;
    border-bottom: 0;
    z-index: 5;
}

.tab_type03 li a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #333;
    font-size: 16px;
    font-weight: 400;
}

.tab_type03 li.on a {
    color: #cf2753;
    font-weight: 600;
}


p.txtinfo {
    padding-left: 10px;
    font-size: 15px;
    letter-spacing: -0.5px;
    color: #343434;
    word-break: keep-all;
    white-space: normal;
    word-wrap: break-word;
    line-height: 20px;
}

.mark {
    padding-left: 20px;
    background: url("../../images/comm/icon/bull_mark.png") no-repeat 0 4px;
    line-height: 150%;
}

p.table_tip {
    display: inline-block;
    width: 100%;
}

p.table_tip span {
    display: block;
    float: right;
    padding-left: 20px;
    background: url("../../images/comm/icon/bull_mark.png") no-repeat 0 4px;
    line-height: 150%;
    font-size: 12px;
    color: #565656;
}

p.table_tip > .tip {
    float: right;
    font-weight: 500;
}

p.table_tip > .tip > span.star {
    float: none;
    display: inline-block;
    padding: 0;
    width: 10px;
    margin: 0 3px;
    font-weight: 500;
    background: url("../../images/comm/icon/bull_mando.png") no-repeat center center;;
    text-indent: -9999px;
}


a.sbtn {
    background: #232323;
    width: 35px;
    height: 22px;
    line-height: 22px;
    font-size: 11px;
    color: #fff;
}


/* 테이블 */

table td input[type="text"],
table td select {
    padding: 0 0 0 3px;
    margin: 0;
    line-height: 26px;
    height: 26px;
    border: 1px solid #c0c0c0;
}

.contable table {
    width: 100%;
    border-top: solid #289984 2px;
    line-height: 20px;
    text-align: center;
}

caption {
    margin: 0px;
    padding: 0px !important;
    width: 0px;
    height: 0px;
    line-height: 0;
    overflow: hidden;
    font-size: 0px;
}

.contable thead th {
    background-color: #eff9f7;
    border-bottom: solid #b9b9b9 1px;
    border-right: solid #dbdbdb 1px;
    padding: 11px 0;
    color: #0c7461;
    font-weight: 600;
}

.contable th {
    background-color: #fafafa;
    border-bottom: solid #dbdbdb 1px;
    border-right: solid #dbdbdb 1px;
    padding: 10px 0;
    font-weight: 600;
    text-align: center;
}

.contable td {
    text-align: center;
    border-bottom: solid #dbdbdb 1px;
    border-right: solid #dbdbdb 1px;
    padding: 10px 17px;
}

.t_b_lg th {
    border-top: solid #dbdbdb 1px;
}

.t_fot td {
    border-bottom: solid #b9b9b9 1px;
}

.contable table .content .up {
    background: url(../../images/sub/up.gif) no-repeat 39px center;
}

/*상승 수치 표시*/


/* Q&A */ /*2016.11.11 수정*/
.question {
    display: inline-block;
    background: url(../../images/icon/icon_QnA01.png) no-repeat top left;
    text-indent: -9999px;
    width: 31px;
    height: 30px;
}

.answer {
    display: inline-block;
    background: url(../../images/icon/icon_QnA02.png) no-repeat top left;
    text-indent: -9999px;
    width: 46px;
    height: 30px;
}


/* 박스타입 */
.box_01 {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    border: 20px solid #f2f2f2;
    padding: 40px;
    display: block;
    position: relative;
}

.box_01 .logo_box {
    position: relative;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 298px;
    height: 124px;
    background: #fff;
    border: 1px #ccc solid;
    box-sizing: border-box;
}

.box_01 .logo_box img {
    max-width: 210px;
    max-height: 54px;
}

.box_01 .txt {
    display: inline-block;
    vertical-align: top;
    padding: 50px 0 0 30px;
    font-size: 24px;
    color: #000;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.box_01 .txt_s {
    display: inline-block;
    vertical-align: top;
    padding: 52px 0 0 20px;
    font-size: 20px;
    color: #666666;
    font-weight: 400;
}

.box_01 .com_info {
    position: absolute;
    top: 76px;
    left: 380px;;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}

.box_01 dt {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    letter-spacing: -0.5px;
    line-height: 26px;
    margin-bottom: 5px;
}

.box_01 dd {
    clear: both;
    font-size: 16px;
    color: #666666;
    font-weight: 400;
    letter-spacing: -0.5px;
    line-height: 26px;
}

.box_01 .com_like {
    position: absolute;
    top: 40px;
    right: 40px;
}


.box_02 {
    clear: both;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #ccc;
    display: block;
    padding: 30px;
    position: relative;
    letter-spacing: -0.5px;
}


.box_03 {
    clear: both;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    border-top: 1px solid #ccc;
    padding: 40px 0;
    text-align: center;
    border-bottom: 1px solid #ccc;
    background: #fafafa;
}

.box_03 dl {
    overflow: hidden;
}

.box_03 dt {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 13px;
}

.box_03 dd {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}

.box_03 .txt_l {
    overflow: hidden;
}

.box_03 .txt_l dt {
    text-align: left;
    display: block;
    margin-bottom: 20px;
}

.box_03 .txt_l dd {
    text-align: left;
    display: block;
    vertical-align: top;
    line-height: 27px;
}

.box_04 {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    border-top: 1px solid #000;
    padding: 20px;
    font-size: 14px;
    line-height: 30px;
    border-bottom: 1px solid #ccc;
}


.box_05 {
    width: 100%;
    box-sizing: border-box;
    padding: 40px 0;
    font-size: 14px;
    line-height: 30px;
    border-bottom: 1px solid #ccc;
    background: #f4f4f4;
    z-index: 20;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    overflow: hidden;
}

.box_05 .pw_area {
    margin: 0 auto;
    width: 430px;
    overflow: hidden;
    padding: 0;
}

.box_05 .pw_area li {
    clear: both;
    text-align: left;
    padding-bottom: 8px;
    overflow: hidden;
}

.box_05 .pw_area label {
    float: left;
    display: inline-block;
}

.box_05 .pw_area li:last-child {
    padding-bottom: 0px;
}


.box_06 {
    width: 100%;
    box-sizing: border-box;
    padding: 40px 0;
    font-size: 14px;
    line-height: 30px;
    z-index: 20;
    text-align: center;
    font-weight: 600;
    color: #000;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #fafafa;
    display: inline-block;
    letter-spacing: -1px;
}

.box_06 .auth_area {
    margin: 0 auto;
    width: 572px;
    overflow: hidden;
    padding: 0;
}

.box_06 .auth_area li {
    clear: both;
    text-align: left;
    padding-bottom: 10px;
    overflow: hidden;
}

.box_06 .auth_area li .btn01 {
    background-color: #787878;
    display: inline-block;
    color: #fff;
    padding: 2px 24px;
}

.box_06 .auth_area label {
    float: left;
    display: inline-block;
}

.box_06 .auth_area select {
    -webkit-appearance: none; /* 네이티브 외형 감추기 */
    -moz-appearance: none;
    appearance: none;
    background: #FFF url("../../images/icon/icon_loc_arr.png") no-repeat 97% 50%;
    border: 1px #ccc solid;
}

.box_06 .auth_area li:last-child {
    padding-bottom: 0px;
}

.box_06 .auth {
    overflow: hidden;
    width: 590px;
    margin: 0 auto;
}

/*2016.11.11 수정*/
.box_06 .auth select {
    height: 34px;
    padding: 5px 5px 5px 10px;
}

.box_06 .pw_area {
    margin: 25px auto;
    width: 500px;
    overflow: hidden;
}

.box_06 .pw_area li input {
    width: 400px;
    height: 40px;
    font-size: 16px;
    padding-left: 18px;
    border: solid 1px #cccccc;
}

.box_06 .pw_area li {
    clear: both;
    text-align: left;
    padding-bottom: 10px;
    overflow: hidden;
}

.box_06 .pw_area label {
    display: inline-block;
    line-height: 45px;
    font-size: 17px;
}

.box_06 .pw_area li:last-child {
    padding-bottom: 0px;
}

.box_06 .pw_area select {
    box-sizing: border-box;
    height: 34px;
    padding: 5px 20px 5px 10px;
    line-height: 22px;
    vertical-align: top;
}

.box_06 .btn_area {
    clear: both;
    width: 100%;
}

.box06 .id_find {
    height: 80px;
    display: display-block;
    margin: 30px 0;
}


.box_07 {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid #ddd;
    padding: 30px;
    display: block;
    position: relative;
}


.box_dot {
    box-sizing: border-box;
    border: 2px dashed #e9e9e9;
    width: 1240px;
    height: 400px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 30px;
}


.box_txt {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    border-top: 2px solid #121212;
    margin-top: 10px;
    padding-top: 20px;
    letter-spacing: -0.5px;
}

.box_txt .profile li {
    display: inline;
    background: url("../../images/icon/ul_bull01.gif") no-repeat 0 6px;
    padding-left: 9px;
    margin-right: 20px;
}

.box_txt .btn_profile {
    display: inline-block;
    background: #fff;
    border: 1px solid #ccc;
    color: #000;
    padding: 2px 23px 2px 10px;
    background: url("../../images/common/icon_arr_next.png") no-repeat 91% 9px;
    margin-left: 10px;
}

.box_txt .btn_profile:hover {
    display: inline-block;
    background: #fff;
    border: 1px solid #000;
    color: #000;
    padding: 2px 23px 2px 10px;
    background: url("../../images/common/icon_arr_next.png") no-repeat 91% 9px;
    margin-left: 10px;
}


/*텍스트 박스 샘플1*/
.txt_box01 dl {
    width: 100%;
    border-top: 2px solid #289a83;
    border-bottom: 1px solid #b9b9b9;
    margin-top: 20px;
}

.txt_box01 dt {
    color: #0ea78b;
    font-weight: 600;
    background-color: #eff9f7;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    border-bottom: 1px solid #b9b9b9;
}

.txt_box01 dd {
    margin: 13px 0;
}

.txt_box01 dd ul {
    margin-left: 32px;
}

/*텍스트 박스 샘플2*/
.txt_box02 {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.txt_box02 dl {
    width: 380px;
    height: 310px;
    border: 1px solid #a2b9b7;
    margin-top: 20px;
}

.txt_box02 dt {
    width: 380px;
    height: 60px;
    color: #0ea78b;
    font-weight: 600;
    background-color: #eff9f7;
    text-align: center;
    border-bottom: 1px solid #a2b9b7;
    display: table-cell;
    vertical-align: middle;
}

.txt_box02 dd {
    vertical-align: middle;
    padding: 18px 25px 0 25px;
}


.ic_copyright {
    background: url(../../images/sub/ic_copyright.png) 34px center no-repeat;
    background-color: #fafafa;
    font-size: 15px;
    color: #191919;
    padding-left: 150px;
    padding-right: 30px;
}


/***********ol,ul list 타입***********/
.list01 li {
    clear: both;
    font-size: 13px;
    background: url(../../images/sub/bull_03.gif) no-repeat 0 13px;
    padding-left: 13px;
    font-weight: 400;
}

/*ullist 타입1 *//*1107 수정*/
.ullist01 li {
    clear: both;
    font-size: 13px;
    background: url(../../images/icon/ul_bull01.gif) no-repeat 0 10px;
    padding-left: 12px;
}

.ullist01 li > ul li {
    background: url(../../images/icon/ul_bull02.gif) no-repeat 0 10px;
    padding-left: 12px;
    font-weight: 400;
}

.ullist01 li > ul {
    margin-left: -5px;
}

/*ullist 타입2 */
.ullist02 li {
    clear: both;
    font-size: 13px;
    background: url(../../images/icon/ul_bull02.gif) no-repeat 0 9px;
    padding-left: 12px;
    font-weight: 400;
    line-height: 20px;
}

.ullist02 li > ul li {
    background: none;
    padding-left: 12px;
}

.ullist02 li > ul {
    margin-left: -5px;
}

.list01 {
    background: url(../../images/icon/ul_bull01.gif) no-repeat 0 center;
    padding-left: 12px;
}

.list02 {
    background: url(../../images/icon/ul_bull02.gif) no-repeat 0 center;
    padding-left: 12px;
}

/* button type *//*1107 수정*/
.btn_red {
    background-color: #cf2753;
    padding: 10px 30px;
    display: inline-block;
    color: #ffffff;
    font-weight: 600;
}

.btn_black {
    box-sizing: border-box;
    background-color: #191919;
    border: 1px #000000 solid;
    padding: 10px 30px;
    display: inline-block;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
}

a.btn_black {
    color: #ffffff;
}

/*1108 수정*/

.btn_b01 {
    box-sizing: border-box;
    background-color: #545454;
    height: 34px;
    line-height: 34px;
    padding: 0 15px;
    display: inline-block;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
}

a.btn_b01 {
    color: #ffffff;
}

a.btn_b01:hover {
    color: #ffffff;
    background: #333;
}


/* 텍스트 타입 tip *//*1107 수정*/
.tip01 {
    background: url(../../images/icon/bull_mando.png) no-repeat 0px center;
    letter-spacing: -0.5px;
    padding-left: 15px !important;
    font-size: 14px;
}

.tip02 {
    background: url(../../images/icon/bull_mando_red.png) no-repeat 0px 6px;
    letter-spacing: -0.5px;
    padding-left: 16px !important;
    font-size: 17px;
    color: #cf2753;
    font-weight: 500;
}


/*로그인*//*1108 수정*/
.login div {
    display: inline-block;
}

.login .login_txt {
    width: 400px;
    float: left;
}

.login.box_03 {
    padding: 92px 0 105px 0;
}

.login input {
    width: 400px;
    height: 47px;
    font-size: 16px;
    padding-left: 18px;
    border: solid 1px #cccccc;
}

.login .login_btn {
    padding: 44px 35px;
    background-color: #121212;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
}

.login .login_fd li a {
    padding: 5px 11px;
    8px 11px;
    background-color: #6b6b6b;
    border: 1px #626262 solid;
    float: left;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    margin-right: 10px;
}


/*회원유형*//*1108 수정*/
.join {
    text-align: center;
    padding: 60px 0 72px 0;
}

.join .txt_img {
    background: url(../../images/member/join_txt01.png) no-repeat left;
    width: 154px;
    height: 23px;
    display: block;
}

.join p {
    font-size: 16px;
    color: #666666;
    text-align: left;
    display: block;
    margin-left: 232px;
    line-height: 40px;
    letter-spacing: -0.5px;
}

.join .btn_red {
    padding: 0;
    width: 370px;
    font-size: 19px;
    text-align: center;
}

.join .btn_black {
    padding: 0;
    width: 370px;
    font-size: 19px;
    text-align: center;
}

.join ul li a {
    width: 370px;
    padding: 20px 0;
    display: inline-block;
    line-height: 30px;
}

.join ul li a span {
    font-size: 16px;
    font-weight: 500;
}


/*회원가입 절차*//*1108 수정*/
.join_process.img01 {
    display: inline-block;
    background: url(../../images/member/process_bg_01_En.gif) no-repeat;
    width: 1240px;
    height: 81px;
}

.join_process.img02 {
    display: inline-block;
    background: url(../../images/member/process_bg_02_En.gif) no-repeat;
    width: 1240px;
    height: 81px;
}

.join_process li {
    width: 606px;
    float: left;
    font-size: 18px;
    color: #000000;
    text-align: center;
    padding-top: 27px;
}

.join_process .on {
    color: #ffffff;
    font-weight: 600;
}


/*약관동의*//*1108 수정*/
.join_terms {
    width: 1170px;
    padding-right: 60px;
    height: 255px;
    overflow-y: scroll;
    white-space: pre-wrap;
}

.view {
    overflow: hidden;
    font-size: 14px;
    padding: 40px;
}

.view span {
    width: 1160px;
    white-space: pre-wrap;
}


/*본인인증 버튼*//*1108 수정*/
.join_auth {
    display: inline-block;
}

.join_auth p {
    width: 603px;
    display: inline-block;
    padding-top: 55px;
    padding-bottom: 55px;
}

.join_auth p a {
    padding: 15px 60px;
    font-size: 18px;
}

.join_auth p span {
    display: block;
    font-size: 16px;
}

.auth .btn_black {
    padding: 21px 39px;
}


/* 가입완료 (개인회원) *//* 가입완료 (기관회원) *//* 가입완료 (기관회원) */
.join_comp {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding: 70px 0;
    background: #f4f4f4;
}

.join_comp .ullist01 {
    width: 785px;
}

.join_comp p {
    font-size: 17px;
}

.join_comp .title3 {
    font-size: 20px;
    display: inline-block;
    color: #000;
    font-weight: 600;
    letter-spacing: -1px;
    display: block;
}

.join_comp li {
    font-size: 15px;
}

.join_comp .img01 {
    width: 805px;
    margin: 0 auto;
}

.join_comp .img02 {
    width: 1020px;
    margin: 0 auto;
}


/*비밀번호 재발급*/
.fd_id {
    width: 100%;
    display: inline-block;
}

.fd_id .box_06 p {
    font-size: 25px;
    letter-spacing: -0.5px;
    color: #191919;
    font-weight: 600;
}

.fd_id .box_06 p span {
    font-size: 14px;
    color: #777777;
    display: block;
    margin-top: 10px;
    font-weight: 400;
    line-height: 23px;
}

/*비밀번호 재발급 결과*/
dd .t_red {
    font-size: 30px;
    font-weight: 600;
}


/*사업자등록 삭제 박스*/
.receive_list {
    clear: both;
    margin-top: 0;
}

.receive_list .name {
    float: left;
    font-size: 12px;
    display: inline-block;
    margin-right: 7px;
    letter-spacing: -0.5px;
}


.receive_list li {
    /*border: 1px #e6c8d0 solid;
    display: inline-block;
    padding: 0 7px;
    margin-right: 3px;
    background: #fdf9fa; */

    display: flex;
    align-items: center;
    height: 42px;
    background: #fdedf1;
    border: 1px solid #e6446e;
    padding: 0 12px;
    font-size: 16px;
}

.receive_list .delete {
    display: inline-block;
    float: left;
    width: 12px;
    height: 28px;
    text-indent: -9999px;
    background: url(../../images/icon/btn_del.gif) no-repeat center;
}

.board_write table td .ci_main {
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../../images/sub/ic_main.gif) no-repeat top left;
    width: 26px;
    height: 16px;
    z-index: 555;
    text-indent: -9999px;
}


/*썸네일 라디오 버튼*/
.temp_thumbnail li {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    text-align: center;
}

/*탈퇴*/
.box_03 .out {
    width: 630px;
    margin: 0 auto;
    text-align: left;
    padding-left: 80px;
}


/* 경매 - 진행,예정,지난경매 top */
.auc_top {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    height: 260px;
    text-align: center;
    margin-bottom: 40px;
    z-index: 5;
}

.auc_top .thumb {
    position: relative;
    width: 100%;
    height: 260px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.auc_top .info_area {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    width: 1240px;
    height: 260px;
    padding: 80px 50px;
    z-index: 999;
    background: url(../../images/common/bg_ol.png);
}

.auc_top dl {
    box-sizing: border-box;
    overflow: hidden;
}

.auc_top dt {
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    margin: 2px 0 15px;
    letter-spacing: -0.5px;
}

.auc_top dt a:hover {
    color: #cf2853;
}

.auc_top dd {
    margin-right: 20px;
    font-size: 17px;
    color: #fff;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.5px;
}

.auc_top .btn01 {
    margin-left: 5px;
    background: #000;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    padding: 1px 40px 0 40px;
    box-sizing: border-box;
    font-weight: 600;
    vertical-align: top;
}


/* 아트페어 top */
.art_top {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    height: 230px;
    text-align: center;
    margin-bottom: 40px;
    z-index: 5;
}

.info_area {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    width: 1240px;
    height: 260px;
    padding: 80px 50px;
    z-index: 999;
    background: url(../../images/common/bg_ol.png);
    zoom: 1;
}

.art_top dl {
    box-sizing: border-box;
    overflow: hidden;
}

.art_top dt {
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    margin: 2px 0 15px;
}

.art_top dt a:hover {
    color: #cf2853;
}

.art_top dd {
    margin-right: 20px;
    font-size: 17px;
    color: #fff;
    font-weight: 400;
    line-height: 30px;
}

.art_top .btn01 {
    margin-left: 5px;
    background: #000;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    padding: 1px 40px 0 40px;
    box-sizing: border-box;
    font-weight: 600;
    vertical-align: top;
}


/* 상세 갤러리 공통*/
.img_area ul, .img_area li {
    margin: 0;
    padding: 0;
    list-style: none
}

.auc_view_area .img_area {
    border-top: 2px #000 solid;
}

.img_area img {
    border: 0
}

.img_area {
    position: relative;
    float: left;
    width: 840px;
    height: 568px;
    display: inline-block;
    margin-right: 30px;
}

.img_area .thumb {
    position: relative;
    width: 100%;
    height: 568px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.img_area .img_moveSet img {
    max-width: 840px;
    max-height: 568px;
}

.img_area .img_mask {
    position: relative;
    width: 840px;
    height: 568px;
    margin: 0 auto;
    overflow: hidden;
    border-bottom: 1px solid #ddd
}

/*가로사이즈*/
.img_area .img_moveSet {
    position: absolute;
}

.img_area .img_moveSet li {
    display: table;
    width: 840px;
    height: 568px;
    text-align: center;
    vertical-align: middle;
}

.img_area .img_moveSet li span {
    vertical-align: middle;
    display: table-cell;
}

.img_area .img_moveSet li a:hover {
}

.img_area .roll_prev {
    position: absolute;
    top: 248px;
    left: 0;
    display: block;
    background: url("../../images/common/btn_roll_left.png") no-repeat top left;
    text-indent: -9999px;
    width: 72px;
    height: 72px;
    z-index: 999px;
    cursor: pointer;
}

.img_area .roll_next {
    position: absolute;
    top: 248px;
    right: 0;
    display: block;
    background: url("../../images/common/btn_roll_right.png") no-repeat top right;
    text-indent: -9999px;
    width: 72px;
    height: 72px;
    z-index: 999px;
    cursor: pointer;
}

.img_area .roll_page {
    position: absolute;
    top: 500px;
    left: 390px;
    display: block;
    background: url("../../images/common/img_numarea.png") no-repeat top right;
    width: 63px;
    height: 34px;
    text-align: center;
    vertical-align: top;
    line-height: 36px;
    font-size: 18px;
    color: #fff;
}

.img_area .roll_page .currentPage {
    color: #fff
}


.img_area .roll_prev {
    position: absolute;
    top: 248px;
    left: 0;
    display: block;
    background: url("../../images/common/btn_roll_left.png") no-repeat top left;
    text-indent: -9999px;
    width: 72px;
    height: 72px;
    z-index: 999px;
    cursor: pointer;
}

.img_area .roll_next {
    position: absolute;
    top: 248px;
    right: 0;
    display: block;
    background: url("../../images/common/btn_roll_right.png") no-repeat top right;
    text-indent: -9999px;
    width: 72px;
    height: 72px;
    z-index: 999px;
    cursor: pointer;
}

.img_area .roll_page {
    position: absolute;
    top: 500px;
    left: 390px;
    display: block;
    background: url("../../images/common/img_numarea.png") no-repeat top right;
    width: 63px;
    height: 34px;
    text-align: center;
    vertical-align: top;
    line-height: 36px;
    font-size: 18px;
    color: #fff;
}

.img_area .roll_page .currentPage {
    color: #fff
}

/* 현재전시 슬라이드 */
.auc_view_area {
    position: relative;
    overflow: hidden;
    width: 1240px;
    margin-bottom: 70px;
}

.auc_view_area.type03 {
    box-sizing: border-box;
    width: 1240px;
    height: 480px;
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.auc_view_area.type03 .thumb {
    position: relative;
    width: 100%;
    height: 390px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: default;
    display: inline-block;
}

.auc_view_area.type03 .unit span {
    font-weight: 600;
    line-height: 20px;
    margin-right: 10px;
    font-size: 15px;
}

.auc_view_area.type03 .info {
    width: 550px;
    height: 330px;
    margin: 30px;
    position: absolute;
    background: url(../../images/common/bg_ol02.png);
    color: #fff;
}

.auc_view_area.type03 .info dl {
    width: 550px;
    height: 250px;
    margin: 40px 0;
    overflow: hidden;
    color: #fff;
}

.auc_view_area.type03 .info dt {
    background: url(../../images/common/line_ol.png) repeat-x bottom;
    padding: 0 40px 18px 40px;
    font-weight: 600;
    font-size: 23px;
    line-height: 25px;
    overflow: hidden;
}

.auc_view_area.type03 .txt_area {
    overflow: auto;
    height: 452px;
}

.auc_view_area.type03 .DB_img {
    position: absolute;
    width: 1240px;
    height: 452px;
    z-index: 20;
}

.auc_view_area.type03 .DB_img li {
    margin-top: 20px;
    padding: 0;
    width: 1240px;
    list-style: none;
}

.tit_area li {
    display: inline-block;
    padding: 5px;
}

.auc_view_area.type03 .DB_img li div > span {
    width: 100%;
    position: absolute;
}

.auc_view_area.type03 .info dd {
    overflow: hidden;
    white-space: pre-line;
    clear: both;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.5px;
    margin-top: 3px;
    margin: 0 40px;
    line-height: 22px;
}

.auc_view_area.type03 .info dd.txt_area p {
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.6;
    height: 4.8em;
    text-align: left;
    width: 470px;
}

.auc_view_area.type03 .info dd.title span {
    display: inline-block;
}

.auc_view_area.type03 .more {
    position: absolute;
    z-index: 40;
    bottom: 40px;
    right: 40px;
}

.auc_view_area.type03 .title span {
    font-weight: 600;
    line-height: 20px;
    margin-right: 10px;
    font-size: 18px;
}


/* 경매 - 진행,예정,지난경매 view page*/
.auc_view_area .if_area {
    position: relative;
    width: 370px;
    min-height: 570px;
    border-bottom: 1px solid #ddd;
    float: right;
}

.auc_view_area .if_area .sns_area {
    display: block;
    border-top: 2px solid #121212;
    border-bottom: 1px solid #afafaf;
    padding: 10px 0 10px 80px;
    width: 100%;
    margin-bottom: 13px;
    overflow: hidden;
    box-sizing: border-box;
    background: url("../../images/common/icon_b_link.png") no-repeat 20px 16px;
}

.auc_view_area .if_area .sns_area ul {
    float: right;
}

.auc_view_area .if_area .sns_area li {
    float: left;
    display: inline-block;
    margin-left: 4px;
}

.artist a:hover {
    text-decoration: underline;
}

.artist a {
    font-weight: 600;
    font-size: 16px;
}

.boundary {
    margin-right: 5px;
    display: inline-block
}

/* .txt_area { overflow: auto; height:440px;} */
.txt_area {
    height: 440px;
}

.auc_view_area .if_area .info {
    box-sizing: border-box;
    position: relative;
    display: block;
    z-index: 100;
    border-bottom: 1px solid #ddd;
    width: 100%;
    padding: 15px 20px;
}

.auc_view_area .if_area .info dl {
    position: relative;
}

.auc_view_area .if_area .info dt {
    position: relative;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 25px;
}

.auc_view_area .if_area .info dt span {
    display: block;
    clear: both;
    white-space: pre-line;
}

.auc_view_area .if_area .info dd {
    position: relative;
    display: block;
    color: #666;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 3px;
}

.auc_view_area .if_area .info .lot {
    float: left;
    display: block;
    font-weight: 600;
    font-size: 13px;
    padding: 0;
    margin: 0;
    line-height: 12px;
    margin-bottom: 12px;
}

.auc_view_area .if_area .esti_price {
    display: block;
    position: relative;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.auc_view_area .if_area .esti_price dt {
    color: #000;
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 8px;
}

.auc_view_area .if_area .esti_price .unit {
    width: 42px;
    display: inline-block;
    font-weight: 600;
    color: #333;
}

.auc_view_area .if_area .esti_price dd {
    clear: both;
    color: #666;
    font-weight: 400;
    font-size: 14px;
    float: left;
    line-height: 22px;
}

.auc_view_area .if_area .esti_price dt {
    display: block;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 8px;
    overflow: hidden;
}

.auc_view_area .if_area .esti_price .unit {
    width: 42px;
    display: inline-block;
    font-weight: 600;
    color: #333;
}

.auc_view_area .if_area .esti_price dd {
    display: block;
    clear: both;
    color: #666;
    font-weight: 400;
    font-size: 14px;
    float: left;
    line-height: 20px;
}

.auc_view_area .if_area .esti_price .start_price {
    clear: both;
    font-size: 18px;
    padding-top: 10px;
    display: block;
}

.auc_view_area .if_area .price {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    box-sizing: border-box;
    display: block;
    font-weight: 600;
    font-size: 17px;
    color: #ca2852;
    padding: 10px 20px;
    overflow: hidden;
    border: 1px solid #cd7189;
    background: #fdf9fa;
    z-index: 10;
    text-align: center;
}

.auc_view_area .if_area .btn_aucview {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    box-sizing: border-box;
    display: block;
    font-weight: 600;
    font-size: 17px;
    color: #ca2852;
    letter-spacing: -0.5px;
    padding: 10px 20px;
    overflow: hidden;
    border: 1px solid #cd7189;
    background: #fdf9fa;
    z-index: 10;
    text-align: center;
}

.auc_view_area .if_area .history {
    position: relative;
    display: block;
    border-bottom: 1px solid #ddd;
    min-height: 40px;
    margin-top: 20px
}

.auc_view_area .if_area .tit {
    display: inline-block;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    box-sizing: border-box;
    padding: 0 20px
}


.chart_area.data {
    position: relative;
    display: block;
    border-bottom: 1px solid #ddd;
    min-height: 40px;
    margin-top: 20px
}

.chart_area.data .infoArea h6 {
    margin-top: 0;
    text-align: left;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.chart_area.data .infoArea h5 {
    display: block;
    text-align: left;
}

.chart_area.data .infoArea li {
    border-bottom: 1px solid #d9d9d9;
    padding: 20px 8px 10px;
}

.chart_area.data .infoArea {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
}

.chart_area.data .infoArea li p {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.chart_area.data .infoArea .DB_btn {
    position: absolute;
    right: 5px;
    top: 1px;
    cursor: pointer;
}

.chart_area.data .DB_banner {
    display: none;
    padding-left: 10px;
    margin-top: 30px;
}

.chart_area.data .info {
    padding: 20px 0;
}

/* 작가 view page*/
.auc_view_area02 {
    position: relative;
    overflow: hidden;
    width: 1240px;
    margin-bottom: 70px;
}

.auc_view_area02 .thumb {
    position: relative;
    width: 100%;
    height: 500px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.auc_view_area02 .img_area {
    position: relative;
    float: left;
    width: 610px;
    height: 340px;
    display: inline-block;
    margin-right: 30px;
}

.auc_view_area02 .if_area {
    position: relative;
    width: 600px;
    overflow: hidden;
}

.auc_view_area02 .if_area a:hover,
.auc_view_area02 .if_area a:focus {
    text-decoration: underline;
}

.auc_view_area02 .if_area .sns_area {
    display: block;
    border-top: 2px solid #121212;
    border-bottom: 1px solid #afafaf;
    padding: 10px 0 10px 80px;
    width: 100%;
    margin-bottom: 13px;
    overflow: hidden;
    box-sizing: border-box;
    background: url("../../images/common/icon_b_link.png") no-repeat 20px 16px;
    text-decoration: none;
}

.auc_view_area02 .if_area .sns_area ul {
    float: right;
}

.auc_view_area02 .if_area .sns_area li {
    float: left;
    display: inline-block;
    margin-left: 4px;
}

.auc_view_area02 .if_area .info {
    float: left;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    padding: 15px 20px 15px 20px;
    z-index: 100;
    width: 100%;
}

.auc_view_area02 .if_area .info dl {
    clear: both;
    overflow: hidden;
    box-sizing: border-box;
    word-wrap: normal;
}

.auc_view_area02 .if_area .info dt {
    float: left;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 25px;
}

.auc_view_area02 .if_area .info dt span {
    float: left;
    display: block;
    clear: both;
    overflow: hidden;
    white-space: pre-line;
}

.auc_view_area02 .if_area .info dd {
    float: left;
    display: inline;
    overflow: hidden;
    white-space: pre-line;
    clear: both;
    color: #666;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 3px;
}

.auc_view_area02 .if_area .info dd span {
    display: block;
}

.auc_view_area02 .if_area .info .lot {
    float: left;
    display: block;
    font-weight: 600;
    font-size: 13px;
    padding: 0;
    margin: 0;
    line-height: 12px;
    margin-bottom: 12px;
}

.auc_view_area02 .if_area .esti_price {
    padding: 20px 20px 20px 20px;
    width: 100%;
    display: block;
    position: relative
}

.auc_view_area02 .if_area .esti_price dt {
    color: #000;
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 8px;
}

.auc_view_area02 .if_area .esti_price .unit {
    width: 42px;
    display: inline-block;
    font-weight: 600;
    color: #333;
}

.auc_view_area02 .if_area .esti_price dd {
    clear: both;
    color: #666;
    font-weight: 400;
    font-size: 14px;
    float: left;
    line-height: 22px;
}

.auc_view_area02 .if_area .esti_price dt {
    display: block;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 8px;
    overflow: hidden;
}

.auc_view_area02 .if_area .esti_price .unit {
    width: 42px;
    display: inline-block;
    font-weight: 600;
    color: #333;
}

.auc_view_area02 .if_area .esti_price dd {
    display: block;
    clear: both;
    color: #666;
    font-weight: 400;
    font-size: 14px;
    float: left;
    line-height: 20px;
}

.auc_view_area02 .if_area .esti_price .start_price {
    clear: both;
    font-size: 18px;
    padding-top: 10px;
    display: block;
}

.auc_view_area02 .if_area .price {
    position: absolute;
    top: 524px;
    right: 0;
    width: 100%;
    box-sizing: border-box;
    display: block;
    font-weight: 600;
    font-size: 17px;
    color: #ca2852;
    padding: 10px 20px;
    overflow: hidden;
    border: 1px solid #cd7189;
    background: #fdf9fa;
    z-index: 10;
    text-align: center;
}

.auc_view_area02 .if_area .krname {
    font-size: 24px;
    margin-right: 10px;
}

/* roll_btn */
.roll_btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 840px;
    height: 570px;
}

.roll_btn .roll_prev {
    position: absolute;
    top: 248px;
    left: 0;
    display: block;
    background: url("../../images/common/btn_roll_left.png") no-repeat top left;
    text-indent: -9999px;
    width: 72px;
    height: 72px;
    z-index: 999px;
    cursor: pointer;
}

.roll_btn .roll_next {
    position: absolute;
    top: 248px;
    right: 0;
    display: block;
    background: url("../../images/common/btn_roll_right.png") no-repeat top right;
    text-indent: -9999px;
    width: 72px;
    height: 72px;
    z-index: 999px;
    cursor: pointer;
}

.roll_page {
    position: absolute;
    top: 500px;
    left: 390px;
    display: block;
    background: url("../../images/common/img_numarea.png") no-repeat top right;
    width: 63px;
    height: 34px;
    text-align: center;
    vertical-align: top;
    line-height: 36px;
    font-size: 18px;
    color: #fff;
}

.roll_more {
    position: absolute;
    top: 236px;
    left: 372px;
    display: block;
    background: url("../../images/common/btn_roll_more.png") no-repeat top right;
    text-indent: -9999px;
    width: 97px;
    height: 96px;
    z-index: 999px;
}

.roll_btn_02 {
    position: absolute;
    top: 200px;
    left: 0;
    width: 100%;
    z-index: 300;
}

.roll_btn_02 .roll_prev {
    position: absolute;
    top: 125px;
    left: 0;
    display: block;
    background: url("../../images/common/btn_roll_left_02.png") no-repeat top left;
    text-indent: -9999px;
    width: 60px;
    height: 60px;
    cursor: pointer;
}

.roll_btn_02 .roll_next {
    position: absolute;
    top: 125px;
    right: 0;
    display: block;
    background: url("../../images/common/btn_roll_right_02.png") no-repeat top right;
    text-indent: -9999px;
    width: 60px;
    height: 60px;
    cursor: pointer;
}


/*personal_data*/
.personal_data {
    font-size: 14px;
}

.personal_data h4 {
    margin-top: 40px;
}

.personal_data p,
.personal_data ul,
.personal_data ol {
    margin-top: 20px;
}

.personal_data ul li,
.personal_data ol li {
    font-size: 14px;
}


/*introduction*/
.introduction {
    background: url("../../images/sub/bg_k_artmarket.jpg") no-repeat top right;
    padding-top: 340px;
    width: 100%;
    margin-bottom: 240px;
}

.introduction h5 {
    margin-left: 100px;
    display: block;
    background: none;
    padding-left: 0;
}

.introduction p {
    font-size: 16px;
    margin-left: 100px;
    line-height: 28px;
}

.introduction dl {
    display: inline-block;
    float: left;
    width: 204px;
    height: 297px;
    text-align: center;
    margin-left: 100px;
}

.introduction dt {
    color: #ffffff;
    font-size: 25px;
    margin-top: 88px;
}

.introduction dd {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    margin-top: 145px;
}

.introduction .img01 {
    background: url("../../images/sub/diagram_k_artmarket_info01.png") top no-repeat;
}

.introduction .img02 {
    background: url("../../images/sub/diagram_k_artmarket_info02.png") top no-repeat;
    margin-left: 12px;
}

.introduction .img03 {
    background: url("../../images/sub/diagram_k_artmarket_info03.png") top no-repeat;
    margin-left: 12px;
}

.introduction .img04 {
    background: url("../../images/sub/diagram_k_artmarket_info04.gif") top no-repeat;
    margin-left: 12px;
    display: inline-block;
    float: left;
    width: 204px;
    height: 297px;
}

.introduction .img05 {
    background: url("../../images/sub/diagram_k_artmarket_info05.gif") top no-repeat;
    margin-left: 12px;
    display: inline-block;
    float: left;
    width: 204px;
    height: 297px;
}

.introduction .img06 {
    background: url("../../images/sub/diagram_k_artmarket_info01_en.png") top no-repeat;
    margin-left: 12px;
    display: inline-block;
    float: left;
    width: 204px;
    height: 241px;
}

.introduction .img07 {
    background: url("../../images/sub/diagram_k_artmarket_info02_en.png") top no-repeat;
    margin-left: 12px;
    display: inline-block;
    float: left;
    width: 204px;
    height: 241px;
}

.introduction .img08 {
    background: url("../../images/sub/diagram_k_artmarket_info03_en.png") top no-repeat;
    margin-left: 12px;
    display: inline-block;
    float: left;
    width: 204px;
    height: 241px;
}

.introduction .img06 dd,
.introduction .img07 dd,
.introduction .img08 dd {
    border: 3px solid #000;
    margin-top: 129px;
    padding: 13px 0;
}


/* summary_area */
.summary_area {
    position: relative;
    overflow: hidden;
    clear: both;
}

.summary_area .img_area {
    box-sizing: border-box;
    position: relative;
    float: left;
    width: 744px;
    height: 300px;
    margin-right: 30px;
}

.thumb {
    position: relative;
    width: 100%;
    height: 258px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.summary_area .img_area img {
    width: 744px;
    height: 300px;
}

.summary_area .contact_area {
    box-sizing: border-box;
    overflow: hidden;
    width: 466px;
    height: 300px;
    border-top: 2px solid #121212;
    border-bottom: 1px solid #afafaf;
    padding: 35px;
}

.summary_area .contact_area li {
    line-height: 22px;
    font-size: 15px;
    font-weight: 400;
}

.summary_area .contact_area .info {
    float: left;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
}

.summary_area .contact_area .tit {
    display: inline-block;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}

/* 지난아트페어 */
.roll_view {
    display: table-cell;
    vertical-align: middle;
    width: 298px;
    height: 258px;
    text-align: center;
}

.fair .thumb {
    width: 100%;
    height: 258px;
}

.roll_view > a {
    color: #fff;
    background: url(../../images/common/bg_ol.png);
    padding: 7px 17px;
    text-align: center;
    line-height: 20px;
    display: inline-block;
}

.thumb_like {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

/* 텍스트 더보기 */
.txt_more {
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: center;
    background: url("../../images/common/bg_dot.gif") repeat-x 50% 50%;
    margin-top: 30px;
    padding: 15px 0;
}

.txt_more .tmore {
    background: #fff;
    border: 1px solid #ccc;
    padding: 6px 10px;
    cursor: pointer;
}

.txt_more .tmore.btn_close {
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px 10px 5px;
    cursor: pointer;
}


.charge_area {
    overflow: auto;
    height: 232px;
    padding-right: 20px;
}

.charge_area li {
    line-height: 24px;
    white-space: pre-wrap;
}


/* 작가,작품목록 *//* 공통 overlay event */
.artwork_area {
    display: block;
    height: auto;
}

.artwork_area {
    width: 100%;
    border-top: 3px solid #121212;
    border-bottom: 1px solid #787878;
    padding-top: 25px;
    padding-bottom: 20px;
    margin-bottom: 40px;
    z-index: 100;
}

.artwork_area ul li a {
    display: inline-block;
}

.artwork_area ul li:hover .aw_txt {
    background: url(../../images/common/bg_ol.png);
}

.artwork_image_container {
    overflow: hidden;
    height: 100%;
    display: inline-block;
}


.img_moveSet li .artwork_image_container {
    display: table-cell;
    vertical-align: middle;
    width: 615px;
    height: 400px;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    position: absolute;
    z-index: 1;
}

.artwork_area .img_moveSet li .aw_txt {
    position: absolute;
    color: #ffffff;
    z-index: 100;
    font-size: 20px;
    font-weight: 600;
}

.artwork_area .img_moveSet .aw_txt span {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 40px;
    width: 615px;
    height: 400px;
    text-align: center;
}

.artwork_area .img_moveSet li {
    position: relative;
    z-index: 1;
    cursor: pointer;
    background: #000;
    display: inline-block;
    width: 615px;
    height: 400px;
    float: left;
}

.artwork_area .img_moveSet img {
    position: relative;
    width: 620px;
    height: 400px;
}

.artwork_area .img_mask {
    position: relative;
    width: 100% /*이미지전체*/;
    height: 400px;
    overflow: hidden
}

/
/
.artwork_area .img_mask a {
    margin: margin: 0 5px;
}

/* 작품 */

/* 작가,작품목록 *//* 공통 overlay event */
.artwork_area2 {
    display: block;
    height: auto;
    border-top: 2px solid #121212;
    position: relative;
}

.artwork_area2 {
    width: 100%;
    border-bottom: 1px solid #787878;
    padding-top: 25px;
    padding-bottom: 20px;
    margin-bottom: 40px;
    z-index: 100;
}

.artwork_area2 ul li a {
    display: inline-block;
}

.artwork_area2 ul li:hover .aw_txt {
    background: url(../../images/common/bg_ol.png);
}

.artwork_image_container {
    overflow: hidden;
    height: 100%;
    display: inline-block;
}

.artwork_area2 .thumb_like {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 999
}

.artwork_area2 .img_moveSet li .artwork_image_container {
    display: table-cell;
    vertical-align: middle;
    width: 298px;
    height: 270px;
    border: 1px solid #ccc;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.artwork_area2 .img_moveSet li .aw_txt {
    position: absolute;
    color: #ffffff;
    z-index: 100;
    font-size: 20px;
    font-weight: 600;
}

.artwork_area2 .img_moveSet .aw_txt span {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 40px;
    width: 298px;
    height: 270px;
    text-align: center;
}

.artwork_area2 .img_moveSet li {
    position: relative;
    z-index: 1;
    cursor: pointer;
    display: inline-block;
    width: 298px;
    height: 270px;
    float: left;
}

.artwork_area2 .img_moveSet img {
    position: relative;
    width: 298px;
    height: 270px;
}

.artwork_area2 .img_mask {
    position: relative;
    width: 100% /*이미지전체*/;
    height: 420px;
    overflow: hidden
}

/
/
.artwork_area2 .img_mask a {
    margin: margin: 0 5px;
}

.artwork_area2 .roll_btn_03 {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    z-index: 300;
}

.artwork_area2 .roll_btn_03 .roll_prev {
    position: absolute;
    top: 125px;
    left: 0;
    display: block;
    background: url("../../images/common/btn_roll_left_02.png") no-repeat top left;
    text-indent: -9999px;
    width: 60px;
    height: 60px;
    cursor: pointer;
}

.artwork_area2 .roll_btn_03 .roll_next {
    position: absolute;
    top: 125px;
    right: 0;
    display: block;
    background: url("../../images/common/btn_roll_right_02.png") no-repeat top right;
    text-indent: -9999px;
    width: 60px;
    height: 60px;
    cursor: pointer;
}

.artwork_area2 .img_moveSet li .noimg2 {
    display: table-cell;
    vertical-align: middle;
    width: 298px;
    height: 270px;
    border: 1px solid #ccc;
    text-align: center;
    background: #f9f9f9 url(../../images/common/noimage.png) no-repeat 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.artwork_area2 .img_moveSet li:first-child {
    margin-left: 0;
}

.artwork_area2 .img_moveSet li .info {
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    width: 298px;
    padding: 20px 20px;
    border: 1px solid #ccc;
    z-index: 100;
    margin-top: -1px;
    word-wrap: normal;
    letter-spacing: -1px;
}

.artwork_area2 .img_moveSet li .info .i_tit {
    display: block;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.artwork_area2 .img_moveSet li .info dl {
    overflow: hidden;
    box-sizing: border-box;
    word-wrap: normal;
}

.artwork_area2 .img_moveSet li .info dt {
    display: block;
    color: #000;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.artwork_area2 .img_moveSet li .info dt a:hover {
    color: #ca2852;
}

.artwork_area2 .img_moveSet li .info dd {
    display: block;
    clear: both;
    color: #666;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    min-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

/*min-height 16.12.26 수정*/
.artwork_area2 .img_moveSet li .info .lot {
    display: block;
    font-weight: 600;
    font-size: 13px;
    padding: 0;
    margin: 0;
    line-height: 12px;
    margin-bottom: 8px;
}


.art .aw_txt {
    position: absolute;
    z-index: 100;
}

.artwork_area .art li .aw_txt {
    position: absolute;
    z-index: 100;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    color: #fff;
}

.art li .artwork_image_container {
    display: table-cell;
    vertical-align: middle;
    width: 298px;
    height: 200px;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    position: absolute;
    z-index: 1;
}

.art .aw_txt span {
    display: table-cell;
    vertical-align: middle;
    width: 298px;
    height: 200px;
    text-align: center;
}

.artwork_area .art li {
    position: relative;
    z-index: 1;
    cursor: pointer;
    background: #000;
    overflow: hidden;
    display: inline-block;
    width: 298px;
    height: 200px;
    margin-left: 16px;
    float: left;
}

.artwork_area .art {
    width: 100%;
    height: 200px;
    display: block;
}

/* 작품 슬라이더 */
.ui-widget-content {
    background: #e2e2e2;
    color: #333333;
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-slider-horizontal {
    height: .4em;
}

.ui-slider {
    position: relative;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #cf2753;
    color: #333333;
    font-weight: bold;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    background: url(../../images/common/btn_slide_handle.png) no-repeat;
    display: inline-block;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.6em;
    margin-left: -.9em;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 9100;
    width: 22px;
    height: 22px;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}

.cf-sidebar {
    width: 212px;
    padding-left: 13px;
}


.
.art_all {
    clear: both;
    overflow: hidden;
}

.filter_area {
    clear: both;
    float: left;
    width: 235px;
}

.filter_area .ft_box {
    width: 235px;
    box-sizing: border-box;
    border-top: 2px solid #121212;
    margin-top: 10px;
    padding-top: 20px;
}

.filter_area .ft_box .title {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    background: url("../../images/icon/ul_bull01.gif") no-repeat 0 9px;
    padding-left: 10px;
    margin-bottom: 5px;
}

.filter_area .ft_box .ft_section {
}

.filter_area .ft_box .ft_section li {
    line-height: 30px;
    min-height: 30px;
}

.filter_area .ft_box .initial_sel {
    box-sizing: border-box;
    clear: both;
    overflow: hidden;
}

.filter_area .ft_box .initial_sel li a {
    float: left;
    display: inline-block;
    width: 13px;
    text-align: center;
    border: 1px solid #ddd;
    font-size: 15px;
    font-weight: 600px;
    padding: 3px 8px;
    margin-right: 2px;
    margin-bottom: 2px;
    background: #f9f9f9;
}

.filter_area .ft_box .initial_sel li a:hover {
    border: 1px solid #555555;
    background: #606060;
    color: #fff;
}

.filter_area .ft_box .initial_sel li .on {
    overflow: hidden;
    border: 1px solid #555555;
    background: #606060;
    color: #fff;
}

.type02 ul {
    padding-left: 10px;
}

.type02 ul li {
    width: 50px;
    margin-right: 5px;
    display: inline-block
}

.DB_slideHide {
    position: relative;
    margin: 5px 0 15px 0;
    display: block;
}

.DB_banner {
    display: none;
    padding-left: 10px
}

.DB_btn {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}


.artView_right {
    border-left: 1px solid #ddd;
    float: right;
    overflow: hidden;
    width: 926px;
    padding-left: 39px;
    padding-bottom: 120px;
}

.color_red {
    background: url("../../images/sub/color_red.png") no-repeat 0 1px;
    padding-left: 18px;
}

.color_orange {
    background: url("../../images/sub/color_orange.png") no-repeat 0 1px;
    padding-left: 18px;
}

.color_brown {
    background: url("../../images/sub/color_brown.png") no-repeat 0 1px;
    padding-left: 18px;
}

.color_yellow {
    background: url("../../images/sub/color_yellow.png") no-repeat 0 1px;
    padding-left: 18px;
}

.color_green {
    background: url("../../images/sub/color_green.png") no-repeat 0 1px;
    padding-left: 18px;
}

.color_pink {
    background: url("../../images/sub/color_pink.png") no-repeat 0 1px;
    padding-left: 18px;
}

.color_skyblue {
    background: url("../../images/sub/color_skyblue.png") no-repeat 0 1px;
    padding-left: 18px;
}

.color_blue {
    background: url("../../images/sub/color_blue.png") no-repeat 0 1px;
    padding-left: 18px;
}

.color_violet {
    background: url("../../images/sub/color_violet.png") no-repeat 0 1px;
    padding-left: 18px;
}

.color_white {
    background: url("../../images/sub/color_white.png") no-repeat 0 1px;
    padding-left: 18px;
}

.color_gray {
    background: url("../../images/sub/color_gray.png") no-repeat 0 1px;
    padding-left: 18px;
}

.color_black {
    background: url("../../images/sub/color_black.png") no-repeat 0 1px;
    padding-left: 18px;
}


.artist_area {
    clear: both;
    position: relative;
    overflow: hidden;
    border-top: 3px solid #121212;
    border-bottom: 1px solid #787878;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 40px;
}

.artist_area img {
    display: inline-block;
    width: 298px;
    height: 258px;
}

.artist_area li {
    position: relative;
    float: left;
    display: inline-block;
    margin-left: 16px;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    z-index: 10;
}

.artist_area li span {
    box-sizing: border-box;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 298px;
    height: 258px;
    line-height: 24px;
    vertical-align: top;
    padding-top: 110px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
}

.artist_area li:first-child {
    margin-left: 0;
}


.btn_area .btn_box {
    display: inline-block
}

.btn_area dl a.btn01 {
    background: #000;
    color: #fff;
    margin-left: 0;
    line-height: 20px;
    vertical-align: middle;
    padding: 10px 30px;
    height: auto;
}

.btn_area dl dd {
    line-height: 20px;
    font-size: 13px;
    margin-top: 10px;
    text-align: left;
    padding-left: 10px;
}

.btn_area dl {
    width: 210px;
    display: inline-block;
    float: left;
}


.btn_area .btn_box {
    margin-top: 0px;
    width: auto;
    overflow: hidden;
    padding: 23px 30px 40px 30px;
    border-top: 1px #ebebeb solid;
}


/*통합검색 리스트*/

/*기관 리스트*/
.search_result {
    width: 940px;
    border-right: 1px solid #ddd;
    padding-right: 39px;
    overflow: hidden;
    display: inline-block;
}

.search_result .thumbnail_list04 {
    border-top: 1px solid #000;
}

.search_result .thumbnail_list04 p {
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.search_result .thumbnail_list04 li {
    width: 470px;
}

.search_result .thumbnail_list04 .thumbnail_area li dl {
    display: table-cell;
    vertical-align: top;
    padding-top: 15px;
    overflow: hidden;
    box-sizing: border-box;
    word-wrap: normal;
    width: 200px;
    padding-left: 20px;
}

.search_result .thumbnail_list04 .thumbnail_area li dt {
    width: 200px;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.search_result .thumbnail_list04 .thumbnail_area {
    float: left;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.search_result .thumbnail_list04 .thumbnail_area li {
    margin: 20px 0 15px 0;
    padding-left: 10px;
}

.search_result .thumbnail_list04 .thumbnail_area .logo_img {
    position: relative;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 220px;
    height: 120px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    box-sizing: border-box;
    z-index: 1;
}

.search_result .thumbnail_list04 .thumbnail_area .logo_img img {
    max-width: 150px;
    max-height: 90px;
}

.search_result .thumbnail_list04 .thumb_like {
    position: absolute;
    top: 69px;
}

.search_result .more {
    text-align: right;
    margin-top: 9px;
    font-size: 15px;
    font-weight: 400;
    color: #292929;
}

.search_result .sort_area .sort_list li {
    font-size: 15px;
    font-weight: 500;
}

/*뉴스 리스트*/
.search_result .news_list .title {
    max-width: 815px;
}

.search_result .news_list span.pdf,
.search_result .news_list span.bmp,
.search_result .news_list span.doc,
.search_result .news_list span.gif,
.search_result .news_list span.hwp,
.search_result .news_list span.jpg,
.search_result .news_list span.med,
.search_result .news_list span.png,
.search_result .news_list span.ppt,
.search_result .news_list span.xls,
.search_result .news_list span.zip {
    padding-top: 2px;
    height: 24px;
    display: inline-block;
    padding-left: 20px;
    margin-left: 15px;
}

.search_result .news_list li:last-child {
    font-size: 13px;
    color: #666;
    font-weight: 400;
}

/*작가,작품 리스트*/
.search_result .thumbnail_list {
    border-top: 1px solid #000;
    padding: 20px 0;
}

.search_result .thumbnail_list .thumbnail_area li {
    width: 302px;
}

.search_result .thumbnail_list .thumbnail_area li .info {
    width: 302px;
}


/*검색옵션*/
.cont_search {
    margin-bottom: 40px;
}

.search_area {
    clear: both;
    padding: 10px 0 20px 0;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    background: #eeeeee;
    text-align: center;
    overflow: hidden;
    vertical-align: top;
    line-height: 34px;
    font-size: 15px;
    font-weight: 600;
    color: #333;
}

.search_area .btn {
}

.detail_search {
    background: #fff;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.cont_search ul {
    display: inline-block;
    padding: 30px 0;
    margin: 0 auto;
}

.cont_search ul li {
    float: left;
    display: inline-block;
    padding-right: 8px;
}

.cont_search ul li dt,
.cont_search ul li dd {
    float: left;
    line-height: 30px;
}

.cont_search ul li dt {
    margin-right: 8px;
    color: #393939;
    font-weight: 600;
    font-size: 13.5px;
}

.cont_search ul li dd input[type="radio"] {
    float: left;
    padding: 0;
    opacity: 0.3;
    display: none;
}

.cont_search ul li dd input[type="checkbox"] {
    float: left;
    height: 22px;
    padding: 0;
    margin: 0 0 0 5px;
    line-height: 22px;
    cursor: pointer;
}

.cont_search ul li dd > label {
    float: left;
    padding: 0 7px;
    line-height: 30px;
    cursor: pointer;
}

.btn_s_white {
    display: inline-block;
    line-height: 30px;
    color: #666;
    font-size: 13px;
    letter-spacing: -0.5px;
    border: 1px solid #ddd;
    padding: 0 10px;
    vertical-align: middle;
    float: left;
    box-sizing: border-box;
    margin-right: 4px;
}

.btn_s_white.on {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}

.btn_search {
    display: inline-block;
    width: 95px;
    height: 34px;
    padding-right: 20px;
    line-height: 34px;
    margin: 0 0 0 1px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    background: url(../../images/common/icon_arr_wh_down.png) no-repeat 90px #cf2753;
    vertical-align: top;
    cursor: pointer;
    overflow: visible;
    white-space: nowrap;
}

.btn_search.close {
    background: url(../../images/common/icon_arr_wh_up.png) no-repeat 90px #cf2753;
}

.search_area .btn01 {
    display: inline-block;
    width: 74px;
    height: 34px;
    line-height: 34px;
    margin: 0 0 0 1px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    background: #121212;
    vertical-align: top;
    cursor: pointer;
    overflow: visible;
    white-space: nowrap;
}

.search_area .btn01-black {
    display: inline-block;
    color: #fff;
    background: #231916;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
}

.search_check {
    display: block;
    font-size: 13px;
    font-weight: 400;
    text-align: right;
    width: 500px;
    margin: 0 auto;
    padding-right: 201px;
}

/*검색정보 없음*/
.no_info {
    padding: 25px 0 25px 325px;
    background: url(../../images/sub/search_bg.png) no-repeat 230px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    letter-spacing: -0.1px;
}

.no_info p {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #333;
}

.search_right {
    float: right;
    padding-left: 28px;
    width: 227px;
    font-size: 13px;
}

.search_right p {
    margin-top: 20px;
    color: #292929;
    font-weight: 600;
    font-size: 14px;
}

.search_right ul {
    margin-top: 15px;
}

.search_right li {
    line-height: 20px;
    margin: 3px 0;
    height: 20px;
}

.search_right .rank01 {
    background: url(../../images/icon/rank01.gif) no-repeat center;
    width: 16px;
    height: 20px;
    display: inline-block;
    float: left;
    margin-right: 6px;
}

.search_right .rank02 {
    background: url(../../images/icon/rank02.gif) no-repeat center;
    width: 16px;
    height: 20px;
    display: inline-block;
    float: left;
    margin-right: 6px;
}

.search_right .rank03 {
    background: url(../../images/icon/rank03.gif) no-repeat center;
    width: 16px;
    height: 20px;
    display: inline-block;
    float: left;
    margin-right: 6px;
}

.search_right .rank04 {
    background: url(../../images/icon/rank04.gif) no-repeat center;
    width: 16px;
    height: 20px;
    display: inline-block;
    float: left;
    margin-right: 6px;
}

.search_right .rank05 {
    background: url(../../images/icon/rank05.gif) no-repeat center;
    width: 16px;
    height: 20px;
    display: inline-block;
    float: left;
    margin-right: 6px;
}

.search_right .rank06 {
    background: url(../../images/icon/rank06.gif) no-repeat center;
    width: 16px;
    height: 20px;
    display: inline-block;
    float: left;
    margin-right: 6px;
}

.search_right .rank07 {
    background: url(../../images/icon/rank07.gif) no-repeat center;
    width: 16px;
    height: 20px;
    display: inline-block;
    float: left;
    margin-right: 6px;
}

.search_right .rank08 {
    background: url(../../images/icon/rank08.gif) no-repeat center;
    width: 16px;
    height: 20px;
    display: inline-block;
    float: left;
    margin-right: 6px;
}

.search_right .rank09 {
    background: url(../../images/icon/rank09.gif) no-repeat center;
    width: 16px;
    height: 20px;
    display: inline-block;
    float: left;
    margin-right: 6px;
}

.search_right .rank10 {
    background: url(../../images/icon/rank10.gif) no-repeat center;
    width: 16px;
    height: 20px;
    display: inline-block;
    float: left;
    margin-right: 6px;
}

.rank_area {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}


.rank_area .rankup {
    width: 20px;
    background-image: url(../../images/common/btn_rk_up.png);
    background-repeat: no-repeat;
    background-position: 3px center;
    padding-left: 15px;
    font-size: 11px;
    font-family: Tahoma, Geneva, sans-serif;
    letter-spacing: -0.5px;
    float: right;
}

.rank_area .rankdown {
    width: 20px;
    background-image: url(../../images/common/btn_rk_down.png);
    background-repeat: no-repeat;
    background-position: 3px center;
    padding-left: 15px;
    font-size: 11px;
    font-family: Tahoma, Geneva, sans-serif;
    letter-spacing: -0.5px;
    float: right;
}

.rank_area .rankfreeze {
    width: 20px;
    display: inline-block;
    background-image: url(../../images/common/btn_rk_spim02.png);
    background-repeat: no-repeat;
    background-position: 3px center;
    padding-left: 15px;
    height: 20px;
    float: right;
}

.rank_area .new {
    width: 20px;
    display: inline-block;
    background-image: url(../../images/icon/ic_srcrank_new.gif);
    background-repeat: no-repeat;
    background-position: 3px center;
    padding-left: 15px;
    height: 20px;
    float: right;
}

.rank_area .cancel {
    padding: 5px;
    float: right;
}


.open_new {
    background: url(../../images/common/btn_open_new.png) no-repeat;
    width: 15px;
    height: 18px;
    display: inline-block;
    margin-top: 3px;
    text-indent: -9999px;
}


.calendar {
    display: inline-block;
    height: 35px;
}

.calendar .bttxt {
    margin: 0 10px;
}

.calendar .bttxt {
    margin: 0 10px;
}


/* 상단개요 */
.top_infoArea {
    overflow: hidden;
    position: relative;
    display: block;
    margin-bottom: 50px;
}

.top_infoArea .imageArea {
    float: left;
    display: inline-block;
    width: 780px;
}

.top_infoArea .imageArea .pic {
    position: relative;
    width: 100%;
    height: 450px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.top_infoArea .imageArea span {
    line-height: 22px;
    display: block;
    margin-top: 20px;
}

.top_infoArea .infoArea {
    display: inline-block;
    float: right;
    width: 420px;
    box-sizing: border-box;
}

.top_infoArea .infoArea .title {
    display: block;
    line-height: 28px;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    letter-spacing: -1.5px;
    vertical-align: top;
    border-top: 2px solid #121212;
    border-bottom: 1px solid #d9d9d9;
    padding: 20px 55px 20px 8px;
}

.top_infoArea .infoArea .subTitle {
    display: inline-block;
    font-size: 16px;
    font-weight: 400px;
    margin-left: 8px;
    color: #555555;
}

.top_infoArea .infoArea .com_like {
    position: absolute;
    top: 20px;
    right: 8px;
}

.top_infoArea .infoArea li {
    border-bottom: 1px solid #d9d9d9;
    padding: 12px 8px 2px;
}

.top_infoArea .infoArea li p {
    font-weight: 600;
    font-size: 16px;
    color: #333333;
}

.top_infoArea .infoArea li .info {
    padding: 10px;
}

.top_infoArea .infoArea li .info .subTit {
    font-size: 13px;
    color: #666666;
    display: inline-block;
}

.top_infoArea .infoArea li .info .bundle {
    display: block;
    font-size: 14px;
}

.top_infoArea .infoArea li .info .bundle dt {
    color: #333333;
    font-weight: 600;
    display: inline-block;
    margin-right: 8px;
}

.top_infoArea .infoArea li .info .bundle dd {
    display: inline-block;
}

.top_infoArea .infoArea li .info .snsArea {
    display: block;
    overflow: hidden;
    margin-top: 6px;
}

.top_infoArea .infoArea li .info .snsArea span {
    display: inline-block;
    float: left;
    margin-right: 3px;
}

.top_infoArea .infoArea li .info .mapArea {
    width: 100%;
    height: 250px;
    background: #d9d9d9;
    margin-top: 10px;
}

.btnarea li {
    float: left;
}

/* 통계 */

.stats_tab dt {
    float: left;
    display: inline;
    border: 1px solid #cccccc;
    border-right: none;
    border-top: none;
    width: 59px;
    height: 20px;;
    background: #f5f5f5;
}

.stats_tab dt:first-child {
    border-left: none;
    width: 60px
}

.stats_tab dt a {
    display: block;
    line-height: 20px;
    text-align: center;
    color: #888888
}

.stats_tab dt a:hover {
    color: #ff6600
}

.stats_tab dt.DB_select {
    border-bottom: none;
    background: none;
}

.stats_tab dt.DB_select a {
    color: #ff6600;
    font-weight: bold;
}

.stats_tab dd {
    position: absolute;
    left: 0;
    top: 20px;
    line-height: 16px;
    padding: 10px;
    height: 700px;
}

.stats_tab dd:first-child {
    display: block
}

.stats_tab dd a {
    color: #777;
    padding: 2px;
}

.stats_tab dd a:hover {
    color: #555;
    text-decoration: underline;
}


/*2017.01.18 수정 MY홈*/
.thumbnail_area .info p {
    min-height: 25px;
}


/* 말줌임표 */
.sbstring {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


/* 작업일자 : 2019.04.03, 작업자 : 최수진 */
#footer {
    overflow: visible !important;
}

#siteLink {
    position: relative;
    width: 215px;
    margin-right: 10px;
}

#siteLink .more_site {
    display: block;
    height: 35px;
    line-height: 33px;
    position: relative;
    padding-left: 15px;
    font-size: 13px;
    color: #9b9b9b;
    border: 1px solid #ccc;
    background: #fff;
    box-sizing: border-box;
}

#siteLink .more_site:after {
    content: '';
    position: absolute;
    right: 15px;
    bottom: 50%;
    width: 9px;
    height: 5px;
    margin-bottom: -3px;
    background: url('../../images/icon/ic_more.png');
    transform: rotate(180deg);
}

#siteLink.on .more_site:after {
    transform: rotate(0deg);
}

#siteLink .more_site_layer {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 100%;
    background-color: #fff;
    z-index: 10;
    border: 1px solid #ccc;
    border-bottom: none;
    box-sizing: border-box;
    display: none;
}

#siteLink .more_site_layer .list {
    padding: 7px 0;
    overflow: hidden;
}

#siteLink .more_site_layer .list li {
    float: none;
    padding-left: 0;
}

#siteLink .more_site_layer .list li a {
    display: block;
    color: #333;
    text-decoration: none;
    text-align: left;
    padding: 8px 15px;
    padding-left: 39px;
    font-size: 13px;
    font-weight: 300;
    position: relative;
}

#siteLink .more_site_layer .list li a[target="_blank"]:before {
    content: '';
    width: 14px;
    height: 14px;
    position: absolute;
    top: 11px;
    left: 15px;
    display: inline-block;
    background: url('../../images/common/ic_new_win.png') no-repeat;
    vertical-align: -3px;
    margin-right: 10px;
}

#siteLink .more_site_layer .list li a:hover, .relation_site .more_site_layer .list li a:focus {
    background: #f1f1f1;
}

#siteLink.on .more_site_layer {
    display: block;
}

.top_infoArea {
    overflow: visible;
}

.top_infoArea:after {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}

.top_infoArea .imageArea.moreConts {
    position: relative;
    border-bottom: 1px solid #d9d9d9;
}

.top_infoArea .imageArea.moreConts.open {
    padding-bottom: 25px;
}

.top_infoArea .imageArea.moreConts.open .intro_box {
    box-sizing: initial;
}

.top_infoArea .imageArea.moreConts.open .intro_box:after {
    content: none;
}

.top_infoArea .imageArea .intro_box {
    display: block;
    position: relative;
    line-height: 22px;
    margin-top: 0;
    padding-top: 20px;
    box-sizing: border-box;
    overflow: hidden;
}

.top_infoArea .imageArea .intro_box pre {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    white-space: pre-wrap;
}

.top_infoArea .imageArea.moreConts .intro_box:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 35px;
    background: url(../../images/common/bg_gradient.png) repeat-x left bottom;
}

.top_infoArea .imageArea .btn_box {
    position: absolute;
    bottom: -16px;
    width: 100%;
    left: 0;
}

.top_infoArea .imageArea .btn_box .btn_more {
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 30px;
    border: 1px solid #ccc;
    padding: 4px 5px 5px;
    box-sizing: border-box;
    background: #fff;
    outline: none;
}

.top_infoArea .imageArea .btn_box .btn_more span {
    color: #666;
    font-size: 14px;
    padding-right: 15px;
    letter-spacing: -0.02em;
    position: relative;
    line-height: normal;
    display: inline-block;
    margin-top: 0
}

.top_infoArea .imageArea .btn_box .btn_more span:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    right: 0;
    top: 6px;
    background: url(../../images/btn/ic_more.png) no-repeat;
}

.top_infoArea .imageArea.open .btn_box .btn_more span:after {
    transform: rotate(180deg);
}

.top_infoArea .infoArea .DB_slideHide .subTit {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
}

.auc_view_area .if_area .info_work {
    text-align: left;
    padding: 0;
}

.auc_view_area .if_area .info_work {
    line-height: 140%;
}

.auc_view_area .if_area .info_work .box01 {
    padding: 10px 20px 15px;
    border-bottom: 1px solid #ddd;
}

.auc_view_area .if_area .info_work .box01 .artist {
    position: relative;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 16px;
    line-height: 25px;
}

.auc_view_area .if_area .info_work .box01 .work p {
    display: block;
    font-size: 16px;
    color: #444;
    line-height: 150%;
    padding-left: 1px;
}

.auc_view_area .if_area .info_work .box01 .work .chinese {
    font-family: 'Nanum Gothic', '나눔고딕', NanumGothic, 'Malgun Gothic', '돋움', Dotum, '굴림', Gulim, Tahoma, Geneva, sans-serif, verdana;
}

.auc_view_area .if_area .info_work .box02 {
    padding: 15px 20px;
}

.auc_view_area .if_area .info_work .box02 p {
    display: block;
    font-size: 13px;
    padding-left: 1px;
}

/* 작업일자 : 2021-03-25, 작업자 : 최수진, 작업내용: 개인회원 서비스 중단에 따른 기능 및 안내문구 삭제 */

/* 개인회원 좋아요 아이콘 */
.thumb_like, .c_thumb_like, .like, .like_on {
    display: none
}
