@charset "utf-8";

html,body,div,span,object,iframe,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,
dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,textarea,input{
	margin:0;
	padding:0;
	/* border:0; */
	/* outline:0; */
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}

html { overflow-y:scroll; }
body{font-size:12px;font-family:'돋움',dotum,sans-serif;color:#6C6C6C;  line-height: 20px;}
/* margin:0px;padding:0px; 후이즈 공통 상단 여백이 생겨 추가함.*/
h1, h2, h3, h4, h5, h6,strong,.subheader{font-family:'돋움',dotum,sans-serif;font-weight:bold;margin:0px;padding:0px;}
img,fieldset{border:0;}
ul,ol{list-style:none;}
em,address{font-style:normal;}
a{text-decoration:none;color:#6C6C6C;}
a:hover,a:active,a:focus{text-decoration:none;}
legend,caption{display:none;}


/* table */
table{width:100%;border-collapse:collapse;}
table th{font-weight:bold;}
table th,table td{vertical-align:middle;}
table td.numR{text-align:right;}
table td.tit{text-align:left;}


/* 폼 요소 */
input,textarea,select,label,img,button,span{vertical-align:middle;}
.inp_text:focus,
.inp_pw:focus,
textarea:focus,
select:focus,
.inp_text:hover,
.inp_pw:hover,
textarea:hover,
select:hover {/*border:1px solid #1d9fdb;background-color:#deefff;*/}
select {font-family:'돋움',dotum,sans-serif; *font-family:'돋움',dotum,sans-serif; font-size:12px; border: 1px solid #C6D1E3; color: #899199; height:21px;}



/* common ------------------------------------------------------------ */
/* 정렬 */
.fl{float:left !important;}
.fr{float:right !important;}
.tal{text-align:left !important;}
.tar{text-align:right !important;}
.tac{text-align:center !important;}

/* 여백 */
.mgt0{margin-top:0 !important;}
.mgt3{margin-top:3px !important;}
.mgt5{margin-top:5px !important;}
.mgt10{margin-top:10px !important;}
.mgt15{margin-top:15px !important;}
.mgt20{margin-top:20px !important;}
.mgt25{margin-top:25px !important;}
.mgt30{margin-top:30px !important;}
.mgt40{margin-top:40px !important;}
.mgt50{margin-top:50px !important;}
.mgt55{margin-top:55px !important;}
.mgt60{margin-top:60px !important;}
.mgt70{margin-top:70px !important;}
.mgt112{/*margin-top:112px !important;*/}

.mgb0{margin-bottom:0 !important;}
.mgb3{margin-bottom:3px !important;}
.mgb5{margin-bottom:5px !important;}
.mgb10{margin-bottom:10px !important;}
.mgb15{margin-bottom:15px !important;}
.mgb20{margin-bottom:20px !important;}
.mgb25{margin-bottom:25px !important;}
.mgb30{margin-bottom:30px !important;}
.mgb35{margin-bottom:35px !important;}
.mgb40{margin-bottom:40px !important;}
.mgb50{margin-bottom:50px !important;}
.mgb55{margin-bottom:55px !important;}
.mgb60{margin-bottom:60px !important;}

.mgl0{margin-left:0 !important;}
.mgl3{margin-left:3px !important;}
.mgl5{margin-left:5px !important;}
.mgl10{margin-left:10px !important;}
.mgl15{margin-left:15px !important;}
.mgl20{margin-left:20px !important;}
.mgl25{margin-left:25px !important;}
.mgl30{margin-left:30px !important;}
.mgl40{margin-left:40px !important;}
.mgl50{margin-left:50px !important;}
.mgl70{margin-left:70px !important;}
.mgl80{margin-left:80px !important;}
.mgl150{margin-left:150px !important;}

.mgr0{margin-right:0 !important;}
.mgr3{margin-right:3px !important;}
.mgr5{margin-right:5px !important;}
.mgr10{margin-right:10px !important;}
.mgr15{margin-right:15px !important;}
.mgr20{margin-right:20px !important;}
.mgr25{margin-right:25px !important;}
.mgr30{margin-right:30px !important;}
.mgr40{margin-right:40px !important;}
.mgr50{margin-right:50px !important;}

.pdt0{padding-top:0 !important;}
.pdb0{padding-bottom:0 !important;}
.pdb5{padding-bottom:5px !important;}
.pdb10{padding-bottom:10px !important;}
.pdl40{padding-left:40px !important;}

/* 속성 해제 */
.clear{clear:both;}
.nobd{border:0 !important;}
.nomg{margin:0 !important;}
.nopd{padding:0 !important;}
.bdt_non{border-top:none !important;}
.bdb_non{border-bottom:none !important;}
.bdr_non{border-right:none !important;}
.bdl_non{border-left:none !important;}
.back_non{background:none !important;}

.ht_auto{height:auto !important;}

.hiding {display:none;}
.showing {display:block;}
.showing2 {display:inline-block; zoom:1;*display:inline;}

.button {cursor:pointer; border:0px;}
.input {border:1px solid #C6D1E3; height:19px;}

b{font-size: 110%;}
em{color: red;}
img {border:0px;}

#one_top {text-align:center;}
#wrap{width: 960px; margin: 0 auto; }
#topsection{background: #fff; height: 134px; }
#sub_column{float: left; width: 960px;}
#left_column{float: left; width: 176px; margin:0px; padding:0px;}
#content_column{float:right; width:750px; background:#fff; margin:0px; padding:0px;}
#content_column_full{ width:960px; background: #fff; margin-left:0px; }
#content_full{background: #fff; }
#footer{clear: left; width: 960px; padding: 4px 0; margin: 0 auto; }
.error{color:red;}

#top_image {margin-bottom:40px;}
#top_button {float:right; margin-bottom:10px;}
#content_area {margin-top:10px;}
#board_button_area_inline {float:right; position:relative; top:10px; height:50px;}
#board_button_area {float:right; margin-top:10px;}

#category_id {float:left; margin-bottom:5px;}
#page_counter {float:right; margin-bottom:5px;}
#page_counter .current_page_str {font-weight:bold; color:#2f84d4;}

/* 약관 내 테이블 */
.agreement_table_block {width:800px; height:140px; border:1px solid #A9A9A9; overflow:scroll; overflow-x:hidden; resize:vertical; margin:5px 0px 5px 0px;}
.agreement_table {margin:10px; width:760px;}
.agreement_table td {padding:5px;}

/* 게시판 스타일 정의 */
table .tdc {text-align:center;}
table .tdl {text-align:left;}
table .tdr {text-align:right;}

.board_list_default {border-spacing:0px;}
.board_list_default tr {border-bottom:1px solid #ebebeb; height:35px;}
.board_list_default th {border-top:2px solid #98c6eb; border-bottom:1px solid #98c6eb; background-color:#f7f7f7; height:33px; color:#000; font-weight:bold; font-size:12px;}
.board_list_default td {color:#6C6C6C; font-size:12px;}
.board_cate_str {font-weight:bold; color:#2f84d4;}
.paging {height:40px;}

.board_view_default {border-spacing:0px; border-top:2px solid #98c6eb;}
.board_view_default tr {border-bottom:1px solid #EAEAEA; height:36px;}
.board_view_default th {background-color:#F4F5F7; color:#000; padding-left:10px;}
.board_view_default td {color:#000; padding-left:10px;}

/* 댓글 작성 */
#reply_write {clear:both;}
#reply_write #shop_tag {color:#000; font-weight:bold; margin:5px 0px 5px 0px;}
#reply_write textarea {width:100%; height:95px; border:1px solid #C6D1E3; resize:none;}

#reply_action_area {width:100%; margin-top:10px;}
#reply_action_area #file_search_input {float:left;}
#reply_action_area #btn_write_reply {float:right;}

/* 댓글 리스트 영역 공통 */
#reply_area {clear:both; display:inline-block; zoom:1;*display:inline; width:100%; margin:40px 0px 40px 0px; background-color:#DCEFF6; border-top:2px solid #8EC4EB; border-bottom:2px solid #8EC4EB;}
/*#reply_area ul {margin:30px 0px 0px 0px; padding:0;}
#reply_area li {list-style:none; width:100%; position:relative; display:inline-block; zoom:1;*display:inline;}
 #reply_area li div {margin-bottom:20px; padding:5px;}
#reply_area li div {padding:5px;}*/

#reply_area .avatar {text-align:center;vertical-align:bottom;}
#reply_area .avatar_block {bottom: 0px; margin: 0 auto; width: 100%; padding: 0px; color:#000; font-weight:bold;}
#reply_area .reply_name {float:left; margin:0px 0px 0px 40px; padding:0; width:calc(50% - 50px); text-align:left;}
#reply_area .reply_date {float:right; margin:0px; padding-right:10px; text-align:right;}
#reply_area .avatar_name {line-height:15px;}

/* 왼쪽 댓글 */
/*#reply_area .avatar_position_left {float:left; display:inline-block; ; width:70px; height:70px; position:absolute; bottom:10px; left:0px; text-align:center;}*/
#reply_area .position_left {float:left; display:inline-block; ; width:549px;  margin:10px 0px 10px 0px;}
#reply_area .position_left_top_reply_bg {width:478px; height:23px; margin:0px; padding:0px; background:url('/images/information/yellow_top_bg.png'); background-repeat:no-repeat;}
#reply_area .position_left_mid_reply_bg {width:478px; display:inline-block; ; margin:0px; padding:0px; background:url('/images/information/yellow_center_bg.png');backgroud-repeat:space;}
#reply_area .position_left_bottom_reply_bg {width:478px; height:47px; margin:0px; padding:0px; background:url('/images/information/yellow_bottom_bg.png'); background-repeat:no-repeat;;}
#reply_area .position_left .reply_content {clear:both; padding:0px;text-align:left; font-weight:bold; color:#000;word-wrap:break-word;vertical-align:top;}
#reply_area .position_left .reply_content div{padding-left:40px;}
#reply_area .position_left .reply_attach_file {clear:both; float:left; margin:2px 20px 0px 36px; padding:0px; width:calc(100% - 65px); text-align:left; border-top:1px solid #DADF61; line-height:30px;}

/* 오른쪽 댓글 */
#reply_area .position_right {float:right; display:inline-block; margin:10px 10px 10px 0px;}
#reply_area .position_right_top_reply_bg {width:478px; height:23px; margin:0px; padding:0px; background:url('/images/information/white_top_bg.png'); background-repeat:no-repeat;}
#reply_area .position_right_mid_reply_bg {width:478px; margin:0px; /*padding:0px 21px 0px 0px; */background:url('/images/information/white_center_bg.png');background-repeat:repeat-y;}
#reply_area .position_right_bottom_reply_bg {width:478px; height:47px; margin:-20px 0px 0px 0px; padding:0px; background:url('/images/information/white_bottom_bg.png'); background-repeat:no-repeat;}
#reply_area .position_right .reply_content {clear:both; margin:0px 40px 20px 30px; /*padding:0px 20px;*/ text-align:left; font-weight:normal; color:#000;word-wrap:break-word;vertical-align:top;}
#reply_area .position_right .reply_attach_file {clear:both; float:left; margin:2px 0px 0px 23px; padding-left:25px; width:calc(100% - 87px); text-align:left; border-top:1px solid #E1E1E1; line-height:30px;}


/* 페이징 */
.paging {width:100%; text-align:center; line-height:40px;}
.paging span {font-size:13px; font-weight:bold; color:#676767; vertical-align:middle; margin:0px 10px 0px 10px;}
.paging a span {font-size:13px; font-weight:bold; color:#676767; vertical-align:middle; margin:0px;}
.paging .arrow {margin:0px; color:#2f84d4;}
.paging .cur_page {font-size:13px; font-weight:bold; color:#2f84d4; text-decoration:underline; vertical-align:middle; margin:0px 10px 0px 10px;}


/* 검색 박스 */
.keyword_search {margin-top:10px; width:100%; text-align:center;}

/* 사이트 GNB 영역 : STR */
#header_top {width:960px; height:25px;}
#header_logo {width:960px; height:65px;}
#header_logo img {margin-top:15px;}
#header_gnb {width:960px; height:40px; background:url('/images/common/gnb/gnb_bg.gif'); background-repeat:no-repeat;}

#header_gnb li {list-style:none; margin:0px; cursor:pointer;}

#main_menu {margin:0px 0px 0px 15px; padding:0px; width:100%; height:40px;}
#main_menu dt {display:none;}
#main_menu li {list-style:none; float:left; margin:0px;}

.sub_menu {position:relative; top:-40px; z-index:99999; width:474px;}
.submenu_head {position:absolute; top:0px; height:34px; cursor:pointer;}
.submenu_body {clear:both; position:absolute; top:34px; padding:0px;}
.submenu_body ul {float:left; margin:10px 0px 0px 1px; padding:0px;}
.sub_description {float:right; position:absolute; top:3px; right:7px;}

#submenu1 {left:15px;}
#submenu1 .submenu_body {background:url('/images/common/gnb/sub_bg2.png'); background-repeat:no-repeat; width:474px; height:164px;}

#submenu2 {left:110px;}
#submenu2 .submenu_body {background:url('/images/common/gnb/sub_bg2.png'); background-repeat:no-repeat; width:474px; height:164px;}

#submenu3 {left:201px;}
#submenu3 .submenu_body {background:url('/images/common/gnb/sub_bg2.png'); background-repeat:no-repeat; width:474px; height:164px;}

#submenu4 {left:293px;}
#submenu4 .submenu_body {background:url('/images/common/gnb/sub_bg2.png'); background-repeat:no-repeat; width:474px; height:164px;}

#submenu5 {left:385px;}
#submenu5 .submenu_body {background:url('/images/common/gnb/sub_bg2.png'); background-repeat:no-repeat; width:474px; height:164px;}

#submenu6 {left:477px;}
#submenu6 .submenu_body {background:url('/images/common/gnb/sub_bg2.png'); background-repeat:no-repeat; width:474px; height:164px;}

#submenu7 {left:502px;}
#submenu7 .submenu_head {left:67px;}
#submenu7 .submenu_body {background:url('/images/common/gnb/sub07_bg.png'); background-repeat:no-repeat; width:472px; height:159px;}

/* 사이트 GNB 영역 : END */

/* 서비스 전체보기 : STR */
#all_service{width: 960px; margin: 0 auto; position:absolute; z-index:100;}
.all_service_tit{height:78px; background-image: url('/images/common/gnb/sitemap_header.jpg'); text-align: right; padding-right: 20px; background-repeat: no-repeat; }
.all_service_menu{height:372px; background-image: url('/images/common/gnb/menu_bg.jpg'); background-repeat: no-repeat;}

#all_service_tb{width: 890px;  margin: 0 auto}
#all_service_tb td{width: 165px; vertical-align: top;}
#all_service_tb .menu_st{width: 165px;}
#all_service_tb .menu_st th{color:#89cafe; font-family: Gulim, Dotum; font-size:10pt; font-weight: bold; border-bottom: 1px solid #7a7e87; text-align: left; height: 30px;}
#all_service_tb .menu_st td{text-decoration:none;color: #fff; font-size:9pt; font-family: Gulim, Dotum; line-height: 18px; text-align: left; padding:6px 0px;}
#all_service_tb .menu_st td a{text-decoration:none;color: #fff; }
/* 서비스 전체보기 : END */

/* 로그인 : STR */
div.top_login{margin-bottom:40px;}
div.sub_login{width:940px; height:20px; background:#f7f7f7; padding:5px 9px 10px 9px; vertical-align:middle;}
input.topLogin_{border: 1px solid #c3c3c3; width:90px; height:15px; padding: 1px 0 2px 2px; background:#fff url('http://infra.whois.co.kr/src/mall/img/main/bg_id.gif') no-repeat 0 -1px;font-size:11px;font-weight:bold;}
input.topLoginBlur_{border: 1px solid #c3c3c3; width:90px; height:15px; padding: 1px 0 2px 2px; background:#fff; font-size:11px;font-weight:bold;}
input.topPass_{border: 1px solid #c3c3c3; width:90px; height:15px; padding: 1px 0 2px 2px; background:#fff url('http://infra.whois.co.kr/src/mall/img/main/bg_pw.gif') no-repeat 0 -1px;font-size:11px;font-weight:bold;}
input.topPassBlur_{border: 1px solid #c3c3c3; width:90px; height:15px; padding: 1px 0 2px 2px; background:#fff; font-size:11px;font-weight:bold;}
span.login_user {color:#5890BC;font-weight:bold;}
/* 로그인 : END */

/* 좌측 메뉴 : STR */
#left_menu{width: 178px; border-left: 1px solid #d9d9d9;border-right: 1px solid #d9d9d9;border-bottom: 1px solid #d9d9d9;}
#left_menu li{text-align: center;}
.last_mn{padding-bottom: 20px;}
/* 좌측 메뉴 : END */

/* 모바일 쇼핑몰 : STR */
#mobile_area{width: 960px; padding-bottom: 40px;}
.mobile_top{background-image: url('/images/mobileshop/mobile_top_bg.jpg'); width: 960px; height: 384px; position: relative; border-bottom: 2px solid #000;}
.mobile_shop_btn{position: relative; top:300px; left: 5px;}
.mobile_shop{position: relative; top:130px; left: 22px; }
.mobile_next_btn{ top:110px; left: 30px; background-image: url('/images/mobileshop/next_btn.png'); width: 51px; height:67px;  position: relative; }
.mobile_stepinfo{position: relative; top:110px; }
.mobile_step_img{width: 960px; height: 620px; overflow: hidden; }
.mobile_step_img li{float: left; padding-left: 15px; }
.mobile_btn{width: 250px;margin: 0 auto; margin-top: 20px;}
.mobile_btn li{ float: left; padding-right: 10px;}
/* 모바일 쇼핑몰 : END */

/* 디자인 센터 : STR */
#pop_cont{width:900px; position:relative; height: 700px;}
#pop_skin_wrapp{width: 100%; position: relative; height: 100%;}
#pop_skin_leftmenu{float: left; background-color:#fff; width: 239px; min-height:500px; height: 100%; border-right: 1px solid #cccccc;}
#pop_skin_right_con{float: right; width:100%; min-height:500px;}

#left_design_center{float: left; width: 240px; margin:0px; padding:0px;}
#content_design_center{float:right; display:inline-block; zoom:1; *display:inline; width:720px; background:#fff; margin:0px; padding:0px;}

.ir {font-size:0; line-height:0; overflow:hidden; text-indent:-999em; visibility:hidden;}
.pop_skin_top{background-image: url('/images/design/form_skindesign_pop_list_bg.gif'); width: 100%; height:76px; line-height: 76px; background-repeat: repeat-x; }
.pop_skin_tit{padding-left: 20px; float: left;}
.pop_search_box{float: right; padding-right: 20px;}
.pop_search_box input{height: 30px; line-height: 30px; border: 1px solid #1d1d1d; width: 220px;padding-left: 5px; color: #5a5a5a; }
.pop_skin_tab{ position: relative; display: inline-block; zoom:1; *display:inline; border-bottom: 1px solid #ddd;}
.pop_skin_tab li{float: left;border-right: 1px solid #cccccc; cursor:pointer;}
.pop_skin_lfmn{position: relative; top:-6px; cursor:pointer;}
.pop_skin_lfmn li{border-bottom: 1px solid #cccccc;}
.template_cont_area{margin:20px 0px 40px 0px; width:100%; display: inline-block; zoom:1; *display:inline;}
.template_cont_area img {max-width:750px;}
.template_list{position:relative ; margin-left: 20px; }
.template_list ul {display:inline-block; zoom:1; *display:inline; width:100%;}
.skin_list_shop {float: left; margin: 20px 10px 20px 10px; width:30%; height:450px; display:inline-block; zoom:1; *display:inline;}
.skin_list_home {float: left; margin: 20px 10px 20px 10px; width:30%; display:inline-block; zoom:1; *display:inline;}
.img_box2{width: 180px; height:180px; position: relative; border:1px solid #d4d5d7; overflow: hidden;}
.img_box2 a:hover{background-color: #000;width: 180px; height: 180px;}
.list_icon{position: absolute;}
.template_tx{position:relative ; margin-top: 10px; }
.template_tx .label{display: block; border-bottom: 1px solid #dcdcdc; height: 30px; line-height:30px; }
.template_tx .cancel_line {text-decoration:line-through;}
.skin_name{font-weight: bold;}
.template_btn{text-align: center; position:relative ; top: 15px;}

#sub_cont{width:750px; position:relative}
.sub_top{ width:100%; height:195px;  position:relative}
.sub_Tnavi{position:absolute;  margin-top:165px; font-size:8pt;}
.sub0401_top{background-image: url("/images/design/shop_top_o1.jpg"); width: 750px; height:195px }
.sub0402_top{background-image: url("/images/design/shop_top_o2.jpg"); width: 750px; height:195px }
h4{font-size:12pt; color:#000; font-family: 굴림, gulim, 돋움, dotum; padding-bottom: 5px; }
.design_shopping_tab{margin-top:20px; border-left: 1px solid #d4d5d7;}
.design_shopping_tab li{float: left; border-top: 1px solid #d4d5d7; border-right: 1px solid #d4d5d7; cursor:pointer;}
.design_shopping_tab li:first-child {border-left: 1px solid #d4d5d7;}
.design_shopping_tab_view{margin-top:20px; border-left: 1px solid #d4d5d7;}
.design_shopping_tab_view li{float: left; border-top: 1px solid #d4d5d7; border-right: 1px solid #d4d5d7;}
.design_shopping_tab_view li:first-child {border-left: 1px solid #d4d5d7;}
.arrow_red {color:#E20C0C;}

/* 디자인 센터 (상세) : STR */
.img_box_home{width: 220px; height:150px; position: relative; border:1px solid #d4d5d7; overflow: hidden;}
.skin_thumb_home {width:220px; height:150px;}
.skin_sub_img_home{width: 400px; height: 274px; overflow: hidden; border:1px solid #d4d5d7;}
.skin_sub_img_home img {width:400px; height: 272px;}
.skin_detail_no_image_home {width:400px; height: 272px; border:1px solid #fff;}

.skin_sub_img_popup_home{width: 352px; height: 235px;}
.skin_sub_img_popup_home img {width:350px; height: 233px; border:1px solid #d4d5d7;}
.skin_detail_no_image_popup_home {width:350px; height:233px; border:1px solid #fff;}

.img_box_shop{width: 220px; height:300px; position: relative; border:1px solid #d4d5d7; overflow: hidden;}
.skin_thumb_shop {width:220px; height:300px;}
.skin_sub_img_shop{width: 400px; height: 547px; overflow: hidden; border:1px solid #d4d5d7;}
.skin_sub_img_shop img {width:400px; height: 545px;}
.skin_detail_no_image_shop {width:400px; height:545px; border:1px solid #fff;}

.skin_sub_img_popup_shop{width: 352px; height: 462px;}
.skin_sub_img_popup_shop img {width:350px; height:460px; border:1px solid #d4d5d7;}
.skin_detail_no_image_popup_shop {width:350px; height:460px; border:1px solid #fff;}

.slider_area {display:inline-block; zoom:1; *display:inline; width:402px; overflow:hidden;}
.slider_image {display:inline-block; zoom:1; *display:inline; position:relative;}
.slider_image li {float:left;}

.slider_area_popup {display:inline-block; zoom:1; *display:inline; width:352px; overflow:hidden; text-align:center;}
.slider_image_popup {display:inline-block; zoom:1; *display:inline; position:relative;}
.slider_image_popup li {float:left;}
.popup_cont_area {margin-top:10px;}
.skin_detail_block_popup {width:700px; margin:0 auto;}

.sub_skin_img_btn{height: 12px;position:relative ; display: block; overflow: hidden; padding: 10px 0px;}
.sub_skin_img_btn li{float: left; padding-right: 3px; cursor: pointer;}
.skin_info{vertical-align: top; width: 315px;}
.skin_info_tit{ border-bottom: 1px solid #7a7f93; height: 35px; font-size:12pt; font-weight: bold; color: #000; line-height: 35px; padding-bottom: 3px;}
.skin_info_tit span{ float: right; vertical-align: middle; margin-top: -3px;}
.skin_info_tb{border-bottom:1px solid #c2c2c2; margin-top:10px; padding-bottom: 10px; display: block;}
.skin_info_tb span{display: block;} 
.sub_skin_btn{display: block; text-align: center; margin-top: 13px; }
.skin_info_tx{border: 1px solid #e4e4e4; background-color: #f5f5f5; padding: 15px 20px; margin-top: 20px; }
.skin_info_tx li{ list-style-image: url('/images/design/skin_list_icon02.png'); vertical-align: middle; line-height: 18px; list-style-position: outside;margin-left: 10px}
.skin_check_tx{margin-left: 20px;}
.red_tip{color: #ea292a; margin-top: 10px; line-height: 16px; font-size: 11px }
.tbl_skin_detail td {vertical-align:top;}

/* 결제 리스트 */
#mypayment .sub_top{border-bottom:1px solid #cfcfcf; width:100%; height:195px;  position:relative}
#mypayment .sub_Tnavi{position:absolute;  margin-top:165px; font-size:9pt;}
#mypayment .sub_top_img{background-image: url(/images/mymall/pay_list_top.jpg); width: 750px; height:195px }

#mypayment .cont_area{ position:relative ; margin-top:50px; width:750px;}
#mypayment .cont_tx{font-size:9pt;}

/* 내 쿠폰 리스트*/
#my_coupon .ir {font-size:0; line-height:0; overflow:hidden; text-indent:-999em; visibility:hidden;}
#my_coupon {width:750px; position:relative}
#my_coupon .sub_top{border-bottom:1px solid #cfcfcf; width:100%; height:195px;  position:relative}
#my_coupon .sub_Tnavi{position:absolute;  margin-top:165px; font-size:9pt;}
#my_coupon .sub0704_top{background-image: url(/images/mymall/top_mycoupon.jpg); width: 750px; height:195px }
#my_coupon h4{font-size:12pt; color:#000; font-family: 굴림, gulim, 돋움, dotum; padding-bottom: 5px; }
#my_coupon .cont_area{ position:relative ; margin-top:50px; width:750px;}
#my_coupon .cont_tx{font-size:9pt;}
#my_coupon .coupon_bg{background-image: url(/images/mymall/coupon_list_bg.jpg); width:750px; height: 121px; }
#my_coupon .coupon_box{position: relative; width:380px; margin: 0 auto; top:70px;}
#my_coupon .coupon_box input{border: 1px solid #cbcbcb; background-color: #fff; height: 25px; line-height: 27px; text-align: center;}
#my_coupon .register_btn{width: 51px; height: 27px; display: block;}

#my_coupon_detail {background:url('/images/mymall/coupon_bg.jpg') no-repeat; width:666px; height:682px; padding:105px 42px 0 42px; text-align:center;}

/* Naver SmartEditor CSS : START */
.se2_inputarea { margin: 0; padding: 0; font-family: '돋움',Dotum,Helvetica,Sans-serif; font-size: 12px; line-height: 1.5;color:#000;word-wrap: break-word; *word-wrap: normal; *word-break: break-all; }
.se2_inputarea,.se2_inputarea th,.se2_inputarea td{margin:0;padding:0;font-family:'돋움',Dotum,Helvetica,Sans-serif;font-size:12px;line-height:1.5;}
.se2_inputarea p, .se2_inputarea br { margin: 0; padding: 0; }
.se2_inputarea img {max-width:100%;}
.se2_inputarea_890 { width: 741px; margin: 20px 0 10px 64px; }
.se2_inputarea_698 { width: 548px; margin: 20px 0 10px 64px; }
/* TEXT_TOOLBAR : QUOTE */
.se2_quote1 { margin: 0 0 30px 20px; padding: 0 8px; border-left: 2px solid #ccc; color: #888; }
.se2_quote2 { margin: 0 0 30px 13px; padding: 0 8px 0 16px; background: url("/common/js/smarteditor/img/bg_quote2.gif") 0 3px no-repeat; color: #888; }
.se2_quote3 { margin: 0 0 30px; padding: 12px 10px 11px; border: 1px dashed #ccc; color: #888; }
.se2_quote4 { margin: 0 0 30px; padding: 12px 10px 11px; border: 1px dashed #66b246; color: #888; }
.se2_quote5 { margin: 0 0 30px; padding: 12px 10px 11px; border: 1px dashed #ccc; background: #fafafa; color: #888; }
.se2_quote6 { margin: 0 0 30px; padding: 12px 10px 11px; border: 1px solid #e5e5e5; color: #888; }
.se2_quote7 { margin: 0 0 30px; padding: 12px 10px 11px; border: 1px solid #66b246; color: #888; }
.se2_quote8 { margin: 0 0 30px; padding: 12px 10px 11px; border: 1px solid #e5e5e5; background: #fafafa; color: #888; }
.se2_quote9 { margin: 0 0 30px; padding: 12px 10px 11px; border: 2px solid #e5e5e5; color: #888; }
.se2_quote10 { margin: 0 0 30px; padding: 12px 10px 11px; border: 2px solid #e5e5e5; background: #fafafa; color: #888; }
/* Naver SmartEditor CSS : END */