@charset "utf-8";
/************************************************************************
 * filename : base.css
 * description : 기본공통 CSS
 * date : 2016.6.2
************************************************************************/
@font-face {
	font-family: 'cj_onlyone_medium';
	src: url('/cjmweb/css/font/cj_onlyone_medium.eot');
	src: url('/cjmweb/css/font/cj_onlyone_medium.eot?#iefix') format('embedded-opentype'),
	url('/cjmweb/css/font/cj_onlyone_medium.woff') format('woff'),
	url('/cjmweb/css/font/cj_onlyone_medium.ttf') format('truetype'),
	url('/cjmweb/css/font/cj_onlyone_medium.svg#cj_onlyone_mediumregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'cj_onlyone_new_medium';
	src: url('/cjmweb/css/font/CJ_ONLYONE_NEW_title_Medium.eot');
	src: url('/cjmweb/css/font/CJ_ONLYONE_NEW_title_Medium.eot?#iefix') format('embedded-opentype'),
	url('/cjmweb/css/font/CJ_ONLYONE_NEW_title_Medium.woff') format('woff'),
	url('/cjmweb/css/font/CJ_ONLYONE_NEW_title_Medium.ttf') format('truetype'),
	url('/cjmweb/css/font/CJ_ONLYONE_NEW_title_Medium.svg#CJONLYONENEWtitleMedium') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family: 'nbgr';
	src:url('/cjmweb/css/font/nanumbarungothicregular.eot');
	src:url('/cjmweb/css/font/nanumbarungothicregular.eot?#iefix');
	src:local(※), url('/cjmweb/css/font/nanumbarungothicregular.woff') format('woff');
	font-style:normal;
	font-weight:normal;
}

html {height:100%; margin:0; padding:0; overflow-y:scroll; *overflow-y:;}
body {margin:0; padding:0; color:#555; font-size:14px; line-height:24px; -webkit-text-size-adjust:none;}
body, input, textarea, select, button, table {color:#555; font-size:14px; font-family:Arial, nbgr, '나눔바른고딕', '돋음'; *font-family:nbgr; line-height:24px;}
h1, h2, h3, h4, p {margin:0; padding:0;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary	{display: block}
i, em {font-style:normal;}

a {text-decoration:none; color:#555;}
a:active {outline:none; color:inherit;}

img {border:0 none; vertical-align:top}
ul, ol, dl {margin:0; padding:0; list-style:none}
dt, dd, li {margin:0; padding:0;}
fieldset {margin:0; padding:0;}

/* 정렬 */
.fl_left	{float:left}
.fl_right	{float:right}
.fl_clear	{clear:both; height:0; font-size:0; line-height:0}

.al_left {text-align:left}
.al_center {text-align:center}
.al_center2 { text-align: center !important; } /* 쿠폰 고도화 추가 */
.al_right {text-align:right}
.al_top {vertical-align:top}
.al_middle {vertical-align:middle}
.al_bottom {vertical-align:bottom}
.al_justify {text-align:justify}

.hand    {cursor:pointer}
.overflow    {overflow:auto; overflow:hidden}
.overflowy_hide {overflow-y:hidden;}
.overflowx_hide {overflow-x:hidden;}
.haze {position:absolute; top:-99999px;}
.pos_rel    {position:relative}

/* 쿠폰 고도화 추가 시작 */
.interval0 { margin-top: 0 !important; }
.interval1 { margin-top: 10px !important; }
.interval2 { margin-top: 20px !important; }
.interval3 { margin-top: 30px !important; }
.interval4 { margin-top: 40px !important; }
.interval5 { margin-top: 50px !important; }
/* 쿠폰 고도화 추가 끝 */
.clfix:after {content: ""; display: block; height: 0px; clear: both; visibility: hidden}
.clfix {display: inline-block}
.clfix {display: block}
* html .clfix {height: 1%} /* Hides from IE-mac */
.clfix {zoom:1} /*for IE 5.5-7*/

/* form */
fieldset	{border:0 none}
label {vertical-align:middle;}
input {vertical-align:middle}
input[type='text'], input[type='password'], input[type='text'], input[type='tel'] {-webkit-border-radius:0; -webkit-appearance:none}
input[type='submit'], input[type='button'], button {cursor:pointer}
::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder {color:#888;}

.input_txt {display:inline-block; height:34px; padding-right:32px; vertical-align:middle; zoom:1;}
.input_txt input {display:block; width:100%; height:32px; padding:0 15px; border:1px solid #ddd; color:#888; font-size:14px; line-height:32px;}

.textarea {position:relative; padding:0 30px 10px 0; border:1px solid #ddd; background-color:#fff;}
.textarea textarea {width:100%; padding:10px 15px; border:0 none; color:#888; font-size:14px; overflow-y:auto; resize:none; -webkit-appearance:none}
.textarea .txt_check {margin-right:-20px; color:#888; font-size:12px; text-align:right;}
.textarea .txt_check span {color:#ee6900;}

.radio_btn, .check_box {display:inline-block; position:relative; height:16px; padding-left:0; line-height:16px; zoom:1;}
.radio_btn .chk, .check_box .chk {display:none;}
.radio_btn a,
.check_box a {display:inline-block; width:16px; height:16px; background:url('/cjmweb/images/common/bg_form.png') no-repeat; vertical-align:middle;}
.radio_btn label, .check_box label {cursor:pointer;}
.radio_btn.on a {background-position:0 -16px;}
.check_box.on a {background-position:0 -16px;}

.radio_btn.dis span,
.check_box.dis span {display:inline-block; width:16px; height:16px; background:url('/cjmweb/images/common/bg_form.png') no-repeat 0 -32px; vertical-align:middle; cursor:auto;}
.radio_btn.dis.check span,
.check_box.dis.check span {background-position:0 -48px;}
.radio_btn.dis .ico,
.check_box.dis .ico {position:absolute; top:-9999em;}

.check_box.dis span {background-position:-16px -32px; cursor:auto;}
.check_box.dis.check span {background-position:-16px -48px;}
.radio_btn.dis label,
.check_box.dis label {cursor:auto;}

.check_box a {background-position:-16px 0;}
.check_box.on a {background-position:-16px -16px;}

.check_box a.hide,
.radio_btn a.hide,
.check_box span.hide,
.radio_btn span.hide {display:none;}

select {margin:0; -webkit-border-radius:0; font-family:'nbgr';}
.select {display:inline-block; height:25px; padding:7px 5px 0 5px; vertical-align:middle; border:1px solid #ddd; zoom:1;}
.select select {width:100%; border:0 none;}

.select_wrap {display:inline-block; position:relative; border:1px solid #ddd; background:#fff; zoom:1;z-index:100; vertical-align:middle; word-break:break-all; *display:inline;}
.select_wrap a {display:block; color:#555; font-size:14px;}
.select_wrap a span {display:block;}
.select_wrap .item_seleced {padding:0 10px;}
.select_wrap .item_seleced a {height:32px; padding-right:20px; background:url('/cjmweb/images/common/ico_arrow_down.png') no-repeat 100% 14px; line-height:32px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; word-wrap:normal;}
.select_wrap .item_list_wrap {display:none; position:absolute; top:32px; right:-1px; left:-1px; background-color:#fff; overflow:hidden;}
.select_wrap .item_list_wrap .item_list {max-height:150px; border:1px solid #ddd; overflow:hidden;}
.select_wrap .item_list_wrap .item_list .on {text-decoration:underline;}
.select_wrap .item_list_wrap .item_list a {padding: 0 10px;}
.select_wrap .item_list_wrap .item_list a.hover,
.select_wrap .item_list_wrap .item_list a.focus {background-color:#f4f4f4;}
.select_wrap .item_list_wrap .scroll {position:absolute; top:2px; right:2px; bottom:2px; width:2px; background-color:#ddd; overflow:hidden;}
.select_wrap .item_list_wrap .scroll .bg_top,
.select_wrap .item_list_wrap .scroll .bg_mid,
.select_wrap .item_list_wrap .scroll .bg_btm {position:relative; background-color:#888;}
.select_wrap .item_list_wrap .scroll .bg {display:block; background-color:#888; cursor:pointer;}
.select_wrap.on {z-index:101;}
.select_wrap.on .item_list_wrap {display:block;}

.select_wrap.w120 {width:108px;}
.select_wrap.w100 {width:120px;}
.select_wrap.w160 {width:175px;}

/* 쿠폰 고도화 시작 */
.w130 { width: 130px !important; }
.w160 { width: 160px !important; }
/* 쿠폰 고도화 끝 */
.w218 {width:218px;}

/* table */
caption, legend {font-size:0; line-height:0;  text-indent:-9999px;}
table th {color:#222; font-weight:normal;}
.table_header {position:relative; padding-bottom:20px;}
.table_header .info {position:absolute; bottom:20px; right:0;}
.table_header .msg_mandatory {background-position:0 6px; font-size:12px;}
.table_footer {padding-top:10px;}
.table_row table, .table_col table, .board_list table {width:100%; border:0 none; border-collapse:collapse}
.table_row th,
.table_row td,
.table_col th,
.table_col td,
.board_list th,
.board_list td {vertical-align:top;}

.table_row th.al_middle,
.table_row td.al_middle,
.table_col th.al_middle,
.table_col td.al_middle,
.board_list th.al_middle,
.board_list td.al_middle {vertical-align:middle;}

.table_row th.bg,
.table_row td.bg,
.table_col th.bg,
.table_col td.bg {background-color:#f8f8f8;}

/* 기본 가로형 테이블 */
.table_row {border-top:1px solid #222;}
.table_row th,
.table_row td {padding:23px 20px 21px 20px; border-bottom:1px solid #ddd;}
.table_row thead th {background-color:#f8f8f8;}

/* 기본 세로형 테이블 */
.table_col {border-top:1px solid #222;}
.table_col th,
.table_col td {padding:23px 20px 21px 20px; border-bottom:1px solid #ddd;}
.table_col th {padding-left:40px; background-color:#f8f8f8; color:#222; text-align:left;}
.table_col td {background-color:#fff;}

/* 입력 테이블 - 기본 */
.table_row .input th,
.table_col .input th  {padding-top:22px;}
.table_row .input td,
.table_col .input td {padding-top:15px; padding-bottom:15px;}

.table_col .input.msg th {background-image:url('/cjmweb/images/common/ico_mandatory.png'); background-repeat:no-repeat; background-position:20px 29px;}
.table_col th.mandatory {background-image:url('/cjmweb/images/common/ico_mandatory.png'); background-repeat:no-repeat; background-position:20px 29px;}

/* 레이어팝업에서 테이블 Case */
/* 가로형 테이블 Resize */
#layerWrap .table_row thead th {padding:19px 20px 17px 20px; font-size:16px;}
#layerWrap .table_row th,
#layerWrap .table_row td {padding:13px 20px 12px 20px;}
#layerWrap .table_row tfoot.sum th,
#layerWrap .table_row tfoot.sum td {background-color:#f8f8f8;}
#layerWrap .table_row tfoot.sum th {text-align:left;}

/* 세로형 테이블 Resize */
#layerWrap .table_col th,
#layerWrap .table_col td {padding:11px 20px 9px 20px;}
#layerWrap .table_col th {padding-left:24px;}

/* 입력 테이블 - 기본 */
#layerWrap .table_row .input th,
#layerWrap .table_col .input th  {padding:20px 20px 14px 24px;}
#layerWrap .table_row .input td,
#layerWrap .table_col .input td {padding-top:14px; padding-bottom:14px;}
#layerWrap .table_col th.mandatory {padding-left:45px; background-position:24px 30px;}

/* 공지사항 내 테이블 & 링크 */
.cs_center_wrap .cont_wrap .notice_link {color:#ee6900;}
.cs_center_wrap .cont_wrap .notice_link.hover,
.cs_center_wrap .cont_wrap .notice_link.focus {text-decoration:underline;}
.cs_center_wrap .cont_wrap .notice_table {width:100%; border:0 none; border-top:1px solid #222; border-collapse:collapse; color:#555;}
.cs_center_wrap .cont_wrap .notice_table thead th {padding:10px 20px; border-bottom:1px solid #ddd; background-color:#f8f8f8; color:#222;}
.cs_center_wrap .cont_wrap .notice_table tbody th {padding:10px 20px; border-bottom:1px solid #ddd; background-color:#f8f8f8; color:#222;}
.cs_center_wrap .cont_wrap .notice_table tbody td {padding:10px 20px; border-bottom:1px solid #ddd;}
.cs_center_wrap .cont_wrap .notice_table tbody td {padding:10px 20px; border-bottom:1px solid #ddd;}

/* 게시판 */
.board_list {border-top:1px solid #222; font-size:16px; text-align:center;}
.board_list th,
.board_list td {padding:23px 10px 17px 10px; border-bottom:1px solid #ddd; line-height:1.3; vertical-align:top;}
.board_list thead th {background-color:#f8f8f8; color:#222; font-weight:normal;}
.board_list td,
.board_list a {color:#555;}
.board_list a.hover,
.board_list a.focus {text-decoration:underline;}
.board_list .notice {color:#ee6900;}
/* 쿠폰 고도화 시작 */
.board_list th .sort { color: #222; padding-right: 14px; background: url(/cjmweb/images/common/ico_sort.png) no-repeat center right; }
.board_list td .ell { display: block; white-space: nowrap; text-overflow: ellipsis; width: 250px; overflow: hidden; margin:auto;}
/* 쿠폰 고도화 끝 */
.list_accordion {border-top:1px solid #222;}
.list_accordion li {border-bottom:1px solid #ddd;}
.list_accordion li li {border:0 none;}
.list_accordion  .ico img {display:block;}

.faq_list {color:#555;}
.faq_list .question_wrap {position:relative; padding:18px 20px 18px 20px;}
.faq_list .question_wrap button {width:100%; font-size:16px; text-align:left; line-height:1.5; word-break:break-all; white-space:normal;}
.faq_list .question_wrap .title {display:block; padding:0 30px 0 36px; color:#555; zoom:1;}
.faq_list .question_wrap .ico {position:absolute; top:18px; left:20px;}
.faq_list .question_wrap .btn {position:absolute; top:25px; right:20px; min-width:0; width:12px; height:12px; padding:0; border:0 none; background:url('/cjmweb/images/common/btn_accordion.png') no-repeat; text-indent:-9999em; transition:all 0s ease 0s;}
.faq_list .question_wrap .state_ico {display:inline-block; width:auto; min-width:44px; height:20px; margin-right:6px; border-radius:2px; background-color:#239eca; color:#fff; font-size:11px; font-family:dotum; text-align:center; line-height:20px; vertical-align:middle; zoom:1;}
.faq_list .question_wrap .state_ico.accept {background-color:#15a984;}
.faq_list .question_wrap .state_ico.end {background-color:#ee6900;}
.faq_list .question_wrap .tit_day {position:absolute; top:18px; right:50px; font-family:arial;}
.faq_list .answer_wrap {position:relative; display:none; padding:18px 20px 23px 90px; border-top:1px solid #ddd; background-color:#f8f8f8; word-break:break-all; zoom:1;}
.faq_list .answer_wrap .answer {padding-bottom:14px; font-size:14px; line-height:1.5; word-break:break-all; white-space:normal;}
.faq_list .answer_wrap .answer img {max-width:100%;}
.faq_list .answer_wrap .answer .faq_link {color:#ee6900;}
.faq_list .answer_wrap .answer .faq_link.hover,
.faq_list .answer_wrap .answer .faq_link.focus {text-decoration:underline;}
.faq_list .answer_wrap .ico {position:absolute; top:18px; left:55px;}
.faq_list .answer_wrap .advice_link_box {display:inline-block; margin-left:8px; padding-left:10px; background:url('/cjmweb/images/common/ico_dot.png') no-repeat 0 13px; zoom:1;}
.faq_list .answer_wrap .day {padding-top:21px;}

.faq_list .answer_wrap.my_q {padding-left:55px;}
.faq_list .answer_wrap.my_q .ico {left:20px;}

.faq_list .answer_wrap .reply {position:relative; margin:10px 0 0 -35px; padding:18px 0 0 55px; background:url('/cjmweb/images/common/bg_dotline.png') repeat-x;}
.faq_list .answer_wrap.my_q .reply .ico {top:22px; left:36px;}

.faq_list .on .btn {background-position:0 -12px;}
.faq_list .on .answer_wrap {display:block;}
.faq_list.case .category {position:absolute; top:20px; left:56px; font-size:16px;}
.faq_list.case .title {padding-left:190px;}

/* 페이지 */
.pagination {padding-top:30px; text-align:center;}
.pagination .page_num {padding:0 6px;}
.pagination .page_num a, .pagination .page_num strong {display:inline-block; min-width:28px; height:28px; border:1px solid #ddd; background-color:#fff; color:#777; font-size:14px; font-weight:normal; text-align:center; line-height:28px; vertical-align:top; transition:all .5s;}
.pagination .page_num a.hover, .pagination .page_num a.focus, .pagination .page_num strong {border-color:#222; background-color:#222; color:#fff; text-decoration:none;}

.pagination .btn_first, .pagination .btn_prev, .pagination .btn_next, .pagination .btn_last {display:inline-block; min-width:28px; height:28px; padding:0; border:1px solid #ddd; background:url('/cjmweb/images/common/btn_pagination.png') no-repeat; vertical-align:top;}

.pagination .btn_prev {background-position:-28px 0;}
.pagination .btn_next {background-position:-56px 0;}
.pagination .btn_last {background-position:-84px 0;}

.pagination a.btn_first.hover, .pagination a.btn_first.focus {background-position:0 -28px;}
.pagination a.btn_prev.hover, .pagination a.btn_prev.focus {background-position:-28px -28px;}
.pagination a.btn_next.hover, .pagination a.btn_next.focus {background-position:-56px -28px;}
.pagination a.btn_last.hover, .pagination a.btn_last.focus {background-position:-84px -28px;}

/* button */
button	{display:inline-block; padding:0; border:0 none; background:transparent; text-align:center; vertical-align:middle; cursor:pointer; overflow:visible; white-space:nowrap}
button::-moz-focus-inner{padding:0}
input[type='submit']:disabled, input[type='button']:disabled, button[type="button"]:disabled, .btn.disabled {color:#333; cursor:auto;}

.btn {display:inline-block; min-width:128px; height:38px; margin:0 3px; *margin:0 5px; padding:0 15px; border:1px solid #333; border-radius:3px; background-color:#fff; color:#333; text-align:center; line-height:38px; vertical-align:middle; cursor:pointer; transition:border .5s, background .5s, color .5s;}
button.btn {min-width:160px; height:40px; *line-height:36px;}
.btn span {display:inline; display:block; *zoom:1;}
.btn.hover, .btn.focus, .btn.focus {border-color:#000; color:#000; text-decoration:none;}

.btn.btn_em {background-color:#333; color:#fff;}
.btn.btn_em.hover, .btn.btn_em.focus {background-color:#000;}
.btn.btn_em.disabled {color:#fff;}
.btn.btn_em.disabled.hover, .btn.btn_em.disabled.focus {border-color:#333; background-color:#333;}

.btn.btn_org {border-color:#ee6900; background-color:#ee6900; color:#fff;}

.btn.btn_sm, button.btn.btn_sm {min-width:38px; height:28px; padding:0 15px; border:1px solid #ddd; color:#555; line-height:28px;}
button.btn.btn_sm {height:30px; line-height:27px;}
button.btn.btn_sm[disabled]{background:#efefef;color:#888;} /* 쿠폰 고도화 추가 */
.btn.btn_sm.hover, .btn.btn_sm.focus {border-color:#000; color:#000;}
.btn.btn_sm .arr {padding-right:8px; padding-left:0; background:url('/cjmweb/images/common/ico_btn_arrow.png') no-repeat right 10px; line-height:2.1;}
.btn.btn_sm.hover .arr, .btn.btn_sm.focus .arr {background-image:url('/cjmweb/images/common/ico_btn_arrow_on.png');}

tr.input .btn_sm {height:32px;line-height:32px;}
tr.input button.btn_sm {height:34px;}
tr.input .btn.btn_sm .arr {background-position:right 12px; line-height:2.3;}

.btn.btn_search {min-width:48px; height:32px; background-color:#333; color:#fff; line-height:32px;}
button.btn.btn_search {min-width:78px; height:34px; line-height:30px;}
.btn.btn_search.hover, .btn.btn_search.focus {background-color:#000;}
.btn.btn_search.disabled {color:#fff;}
.btn.btn_search.disabled.hover, .btn.btn_search.disabled.focus {border-color:#333; background-color:#333;}

.btn_big {height:43px; line-height:43px;}
.btn_embig {height:43px; background-color:#333; color:#fff; line-height:43px;}
button.btn_big, button.btn_embig {height:45px; line-height:45px;}
.btn_embig.hover,
.btn_embig.focus {background-color:#000; color:#fff}
.btn.transparent,
.btn.transparent.focus,
.btn.transparent.hover{background-color:transparent;}

.btn_big .arr {display:inline-block; padding-right:8px; padding-left:0; background:url('/cjmweb/images/common/ico_btn_arrow.png') no-repeat right center;}
.ie7 .btn_big .arr {display:inline; zoom:1;}
.btn_big .arr.back {padding-right:0; padding-left:8px; background:url('/cjmweb/images/common/ico_btn_arrow_back.png') no-repeat left center;}

button.btn_more {width:310px; height:50px; border:1px solid #ddd; background-color:#f8f8f8;}

/* 아웃링크 */
.btn .out {display:inline-block; padding-right:15px; background:url('/cjmweb/images/common/ico_out_link.png') no-repeat right center; }
.ie7 .btn .out {display:inline; zoom:1;}

.link_txt {display:inline-block; min-width:10px; color:#555; transition:all .5s;}
.link_txt.uline {border-bottom:1px solid #555; text-decoration:none;}
.link_txt .arr {display:block; padding-right:8px; background:url('/cjmweb/images/common/ico_btn_arrow.png') no-repeat right 50%;}
.link_txt.hover,
.link_txt.focus {color:#000; text-decoration:none;}
.link_txt.hover .arr, .link_txt.focus .arr {background-image:url('/cjmweb/images/common/ico_btn_arrow_on.png');}
.link_txt .arr.em {background:url('/cjmweb/images/common/ico_btn_arrow_em.png') no-repeat right 50%;}
.link_txt.hover .arr.em,
.link_txt.focus .arr.em {background-image:url('/cjmweb/images/common/ico_btn_arrow_em.png');}

.btn_center {padding-top:30px; text-align:center;}

/* font */
.cjonlyone {font-family:cj_onlyone_new_medium;}
.fw_normal {font-weight:normal;}
.fw_bold {font-weight:bold;}
.fc_default {color:#555;}
.fc_gray {color:#888;}
.fc_black {color:#222;}
.fc_white {color:#fff;}
.msg_mandatory {padding-left:20px; background:url('/cjmweb/images/common/ico_mandatory.png') no-repeat 0 6px;}
.uline {text-decoration:underline;}
.lang_china {font-family:nbgr;}

/* 타이틀 레벨 */
.h1_tit	{font-size:48px; font-family:'cj_onlyone_new_medium'; *font-family:'cj_onlyone_new_medium'; line-height:48px; *line-height:1.5;}
.h2_tit	{font-size:24px;}
.h3_tit	{font-size:22px;}
.h4_tit	{font-size:20px;}
.h5_tit	{font-size:18px;}
.h1_tit, .h2_tit, .h3_tit, .h4_tit, .h5_tit {margin:0; color:#222; font-weight:normal;}

/* 타이틀 레벨 (영문) */
.h1_tit_eng {color:#222; font-size:24px; font-family:arial;}

/* 포인트 컬러 */
.t_pink {color:#d70173}
.em {color:#ee6900; font-weight:normal;}

/* 리스트 */
.bul_list .dot_arr {display:block; margin-bottom:6px; padding-left:10px; background:url('/cjmweb/images/common/ico_dot.png') no-repeat 0 8px; color:#555; line-height:1.5;}
.bul_list .dot_arr.em {background-image:url('/cjmweb/images/common/ico_dot_em.png'); color:#ee6900;}
.bul_list .dot_arr.btns {background-position:0 13px;}
.bul_list .dash_arr {display:block; margin-bottom:6px; text-indent:-9px; padding-left:9px; line-height:1.5;}
.bul_list .num_arr {text-indent:-14px; padding-left:14px;}
.bul_list .cnum_arr {text-indent:-17px; padding-left:17px;}
.bul_list .han_arr {text-indent:-20px; padding-left:20px;}
.bul_list .chan_arr {text-indent:-25px; padding-left:25px;}

.bul_list .table_header,
.bul_list .h3_tit,
.bul_list th,
.bul_list td {text-indent:0;}

/* 박스 */
.box_gray {min-height:1%; padding:30px; background-color:#f8f8f8; overflow:hidden;}
.box_gray.box_btm {margin-top:60px;}

.box_info dt {color:#222; font-size:18px;}
.box_info dd {padding:12px 0 0 0;}
.box_info .bul_list {padding-left:5px;}

.cs_banner {padding-bottom:23px;}
.banner_cs {position:relative; float:left;}
.banner_cs a {display:block;}
.banner_cs a.hover,
.banner_cs a.focus {text-decoration:none;}
.banner_cs .box_info {padding-left:0; border-right:1px solid #ddd; border-left:1px solid #ddd;}
.banner_cs .bg {position:absolute; top:13px; right:30px; width:62px; height:62px; background:url('/cjmweb/images/common/bg_banner_cs.png') no-repeat;}
.banner_cs.call_center .bg {right:0;}

.banner_cs .bg.phone {background-position:-62px 0;}
.banner_cs .bg.consult {background-position:0 -62px;}
.banner_cs .bg.faq {background-position:-62px -62px;}

.cs_banner.col2 .banner_cs {width:50%;}
.cs_banner.col2 .box_info {border:0 none;}
.cs_banner.col2 .call_center .box_info {padding-left:30px; border-left:1px solid #ddd;}

.cs_banner.col3 .banner_cs {width:361px; height:1%; overflow:hidden;}
.cs_banner.col3 .box_info {min-height:104px; padding-left:30px;}
.cs_banner.col3 .direct_link {width:319px;}
.cs_banner.col3 .direct_link .box_info {height:1%; padding-left:0; border:0 none; overflow:hidden;}
.cs_banner.col3 .direct_link li {float:left; width:50%; margin-right:-10px;}
.cs_banner.col3 .direct_link a {display:inline-block;}
.cs_banner.col3 .call_center {width:320px;}
.cs_banner.col3 .call_center .box_info {border:0 none;}

.box_white {padding:15px; background-color:#fff; overflow:hidden;}

/* 서비스 이용약관 */
.terms_wrap .terms_list {overflow:hidden; margin:30px 0; border-top:1px solid #222; background-color:#f8f8f8;}
.terms_wrap .terms_list .list_wrap {float:left; width:33.3%;}
.terms_wrap .terms_list .list_wrap .list {position:relative; padding:30px 0 30px 30px;}
.terms_wrap .terms_list .list_wrap .list li {font-size:12px; line-height:20px;}
.terms_wrap .terms_list .list_wrap .list a {color:#222;}
.terms_wrap .terms_list .list_wrap .list a.hover,
.terms_wrap .terms_list .list_wrap .list a.focus{text-decoration:underline;}
.terms_wrap .terms_list .list_wrap .list a span {display:inline-block; width:55px;}
.terms_wrap .terms_list .list_wrap .line {position:absolute; top:30px; right:0; bottom:30px; width:1px; background-color:#ddd;}
.terms_wrap .polView_wrap {width:100%;}

/* 법적고지 */
.inform_wrap .txt {padding-top:30px;}
.inform_wrap .desc {padding-top:20px;}

@media screen and (min-width:768px) and (max-width:1024px){
	.cs_banner.col3 .banner_cs {width:340px;}
	.cs_banner.col2 .banner_cs .bg, .cs_banner.col3 .banner_cs .bg {display:none;}
	.cs_banner.col3 .direct_link .box_info {padding-left:0;}
	.cs_banner.col3 .call_center {width:240px;}
}
@media screen and (max-width:768px) {
	.cs_banner.col2 .banner_cs, .cs_banner.col3 .banner_cs {float:none; width:100%;}
	.cs_banner.col2 .box_info, .cs_banner.col3 .box_info {border-right:0; padding-left:0;}
	.cs_banner.col2 .banner_cs .bg, .cs_banner.col3 .banner_cs .bg {display:block; top:50%; right:0; margin-top:-31px;}

	.cs_banner.col2 .call_center {padding-top:20px;}
	.cs_banner.col2 .call_center .box_info {padding:20px 0 0 0; border-top:1px solid #ddd; border-left:0;}
	.cs_banner.col2 .call_center .bg {margin-top:-11px;}

	.cs_banner.col3 .box_info {min-height:0; padding:20px 0; border:0 none;}
	.cs_banner.col3 .direct_link .box_info {padding-top:0; border-bottom:1px solid #ddd;}
	.cs_banner.col3 .direct_link li {float:left; width:33%; margin-right:-10px;}
	.cs_banner.col3 .call_center .box_info {padding-bottom:0; border-top:1px solid #ddd;}
}

/* 탭 */
.tab_wrap {min-height:56px; background-color:#ddd;}
.tab_wrap .tab_list {float:left;}
.tab_wrap .tab_link {display:block; height:39px; padding-top:17px; border-left:1px solid #f8f8f8; background-color:#e5e5e5; color:#555; font-size:16px; text-align:center; transition:all .5s;}
.tab_wrap .first .tab_link {border:0 none}
.tab_wrap .tab_link.hover,
.tab_wrap .tab_link.focus,
.tab_wrap .on .tab_link {background-color:#222; color:#fff; text-decoration:none;}

.tab_wrap.type2 .tab_list {width:50%;}
.tab_wrap.type3 .tab_list {width:33%;}
.tab_wrap.type3 .tab_list.first {width:34%;}
.tab_wrap.type4 .tab_list {width:20%;}
.tab_wrap.type5 .tab_list {width:20%;}
.tab_wrap.type6 .tab_list {width:16.5%; *width:16.6%;}
.tab_wrap.type6 .tab_list.first {width:17.5%; *width:17%;}
.tab_wrap.type7 .tab_list {width:14.3%; *width:151px;}
.tab_wrap.type7 .tab_list.first {width:14.2%; *width:154px;}
@media screen and (max-width:768px) {
	.tab_wrap .tab_link {font-size:14px; letter-spacing:-1px;}
}

/* 스크립트 공통 클래스 */
.show {display:block;}
.hide {display:none;}
.ovh {overflow:hidden;}
.js_vhidden {visibility:hidden;}

/* 레이아웃 */
.skipNavi a {position:absolute; top:-9999px; background:#222; color:#fff; text-align:center; z-index:9999;}
.skipNavi a.focus,  .skipNavi a.hover,
.skipNavi a.focus,  .skipNavi a.hover {display:block; top:0; width:100%; padding:5px 0;}

#bodyWrap {position:relative; min-width:1060px;}
#headerWrap {position:absolute; top:0; right:0; left:0; height:120px; background:url('/cjmweb/images/common/bg_header.png') repeat-x; z-index:1000;}

#headerWrap #navi {display:block;}
#headerWrap #navi.hide {left:-100%;}

.header_wrap {position:relative; max-width:1060px; margin:0 auto;}
.header_wrap h1 {position:absolute; top:68px; left:0; width:110px; height:30px;margin:0;}
.header_wrap h1 a,
.header_wrap h1 img {display:block;}
.header_wrap #navi h2.mobile {display:none;}
.header_wrap #navi a {transition:color 400ms cubic-bezier(0.770, 0.000, 0.175, 1.000);}
.header_wrap .util {position:absolute; top:0; right:0;}
.header_wrap .util a {color:#9f9f9f; font-size:12px; line-height:12px;}
.header_wrap .util a.hover,
.header_wrap .util a.focus {color:#fff;}
.header_wrap .util dd {float:left; padding:10px 10px 0 10px;}
.header_wrap .util .go_cscenter {position:relative; width:86px; padding:11px 0 0 0; z-index:10;}
.header_wrap .util .go_cscenter .link {display:block; padding:7px 0 0 8px;}
.header_wrap .util .go_cscenter .link span {padding-right:13px; background:url('/cjmweb/images/common/ico_gnb_updown.png') no-repeat 100% 5px;}
.header_wrap .util .go_cscenter #go_cscenter {position:absolute; top:30px; left:0; width:86px; padding:5px 0 5px 0; background:url('/cjmweb/images/common/bg_gnb_cscenter.png') no-repeat left bottom;}
.header_wrap .util .go_cscenter #go_cscenter li {padding-left:8px; line-height:1.5;}

.header_wrap .util .go_cscenter .link.on {background:url('/cjmweb/images/common/bg_gnb_cscenter.png') no-repeat;}
.header_wrap .util .go_cscenter .link.on span {background-position:100% -15px;}
.header_wrap .util .card {padding:10px 0 0 0;}
.header_wrap .util .card a {display:block; width:67px; height:25px; border-radius:3px; background-color:#2d2d2d; text-align:center; line-height:25px;}

/* .header_wrap #gnb {padding:70px 0 0 227px; z-index:11;} 기프트카드메뉴 추가로 인한 수정 2017-05-17 */
.header_wrap #gnb {padding:70px 0 0 227px; z-index:11;}
.header_wrap #gnb a {color:#fff; font-size:16px;}
.header_wrap #gnb a span {cursor:pointer;}
.header_wrap #gnb .depth1 {float:left;}

.header_wrap #gnb .gnb_2depth {display:none; padding:40px 0 0 0;}
.header_wrap #gnb .link_2depth {font-size:14px; line-height:30px;}
.header_wrap #gnb .link_2depth span {position:relative;}
.header_wrap #gnb .link_2depth span:after {content:''; position:absolute; right:0; bottom:-4px; left:0; border-bottom:1px solid #f4790b; -webkit-transform:scaleX(0); -webkit-transform-origin:left; -webkit-transition:transform 400ms cubic-bezier(0.770, 0.000, 0.175, 1.000); -ms-transform:scaleX(0); -ms-transform-origin:left; -ms-transition:transform 400ms cubic-bezier(0.770, 0.000, 0.175, 1.000); transform:scaleX(0); transform-origin:left; transition:transform 400ms cubic-bezier(0.770, 0.000, 0.175, 1.000);}
.ie8 .header_wrap #gnb .link_2depth span:after {display:none;}

/* .header_wrap #gnb .link_1depth {margin-right:60px; line-height:16px;}  기프트카드메뉴 추가로 인한 수정 2017-05-17 */ 
.header_wrap #gnb .link_1depth {margin-right:60px; line-height:16px;}
.header_wrap #gnb .link_1depth.hover,
.header_wrap #gnb .link_1depth.focus,
.header_wrap #gnb .link_2depth.hover,
.header_wrap #gnb .link_2depth.focus {color:#f4790b;}

.header_wrap #gnb .depth1.on .link_1depth {color:#f4790b;}
.header_wrap #gnb .gnb_2depth .on .link_2depth {color:#f4790b;}
.header_wrap #gnb .gnb_2depth .on .link_2depth span:after {content:''; position:absolute; right:0; bottom:-4px; left:0; border-bottom:1px solid #f4790b; -webkit-transform:scaleX(1); -ms-transform:scaleX(1); transform:scaleX(1);}
.ie8 .header_wrap #gnb .gnb_2depth .on .link_2depth span:after {display:block;}

.ie7 .header_wrap #gnb .link_2depth.hover span,
.ie7 .header_wrap #gnb .link_2depth.focus span {border-bottom:1px solid #f4790b;}
.ie8 .header_wrap #gnb .link_2depth.hover span:after,
.ie8 .header_wrap #gnb .link_2depth.focus span:after {display:block;}

.header_wrap #gnb .link_2depth.hover span:after,
.header_wrap #gnb .link_2depth.focus span:after {-webkit-transform:scaleX(1); -ms-transform:scaleX(1); transform:scaleX(1);}

.header_wrap #gnb .close {display:none; position:absolute; right:0; top:60px; width:30px; height:30px;  text-indent:-9999px; background:url('/cjmweb/images/common/btn_close.png') no-repeat -28px 0;}

#headerWrap .myInfo {position:absolute; top:64px; right:0;}
#headerWrap .myInfo dd {float:left;}
#headerWrap .myInfo .onester {width:72px; height:56px;}
#headerWrap .myInfo .onester img {z-index:-1;}
#headerWrap .myInfo .onester .btn_open {display:block; height:56px;}
#headerWrap .myInfo .onester .btn_open a {display:block; height:56px;}
#headerWrap .myInfo .onester .btn_open img {display:block;}
#headerWrap .myInfo .onester .btn_open img.hide {display:none;}
#headerWrap .myInfo .onester .btn_open .img_wrap {position:relative; display:block; top:-18px; width:72px; height:56px;}
#headerWrap .myInfo .onester .btn_open .img_wrap img {position:absolute; top:0; left:0;}
#headerWrap .myInfo .onester .btn_open .img_wrap.hide {display:none;}
#headerWrap .myInfo .tSearch {position:relative; margin-right:20px;}
#headerWrap .myInfo .tSearch .btn_open {display:inline-block; width:35px; height:56px;}
#headerWrap .myInfo .tSearch .btn_open .open {display:inline-block; *display:block; width:24px; height:24px; margin:7px 0 0 6px; vertical-align:top; text-indent:-999em; cursor:pointer; background:url('/cjmweb/images/common/btn_gnb_search.png') no-repeat;}
#headerWrap .myInfo .tSearch.on .btn_open {background:url('/cjmweb/images/common/bg_gnb_search.png') no-repeat}
#headerWrap .myInfo .tSearch.on .btn_open .open {background-position:0 -24px;}
#headerWrap .global_search {display:none; position:absolute; top:120px; left:0; width:100%;height:153px;  background-color:#f8f8f8;}
#headerWrap .global_search.on {display:block;}
#headerWrap .search_sec {position:relative; max-width:1060px; margin:0 auto; padding:40px 0 15px;}
#headerWrap .search_box {position:relative; width:668px; margin:0 auto;}
#headerWrap .search_box .input_txt {display:block; position:relative; width:548px; height:60px; padding-right:0; vertical-align:top;}
#headerWrap .search_box .input_txt input {width:514px; height:56px; border:2px solid #222; color:#222; font-size:18px; line-height:56px;}
#headerWrap .search_box .btn.btn_search {position:absolute; top:0; right:0; width:120px; height:60px; margin:0; font-size:18px; border-radius:0;}
#headerWrap .search_box .input_txt input::-webkit-input-placeholder {color:#ee6900;}
#headerWrap .search_box .input_txt input::-moz-placeholder {color:#ee6900;}
#headerWrap .search_box .input_txt input:-ms-input-placeholder {color:#ee6900;}
#headerWrap .search_sec .btn_right {padding-top:14px; text-align:right;}
#headerWrap .myInfo .btn_myinfo {position:relative; display:block; width:25px; height:24px;}
#headerWrap .myInfo .btn_myinfo span {position:absolute; top:0; right:0;}
#headerWrap .myInfo .viewNavi {display:none;}

/* 대쉬 보드 */
#headerWrap .personalInfo {display:none; position:absolute; top:120px; right:0; left:0; height:314px; background:#f8f8f8; text-align:center; z-index:99;}
.personalInfo .inner_sec {overflow:hidden; position:relative;width:1060px; margin:0 auto; padding:40px 0; text-align:left;}
.personalInfo .close_layer {position:absolute; height:40px;right:0; bottom:0;}
.personalInfo .close_layer span {display:inline-block; padding-left:30px;background:url('/cjmweb/images/common/btn_close_layer.png') no-repeat 15px center; color:#888;}
.personalInfo .my_point,
.personalInfo .my_use_brand,
.personalInfo .my_msg {position:relative; float:left; width:33.3%; height:234px;}
.personalInfo .my_point {width:281px; padding-top:0;}
.personalInfo .my_use_brand {width:439px; padding:0 31px 0 30px;}
.personalInfo .my_msg {width:250px; padding-left:29px;}
.personalInfo span.line {position:absolute; width:1px; background:#ddd;top:0; right:0; bottom:0;}
.personalInfo .line_break {display:block; padding-top:10px;}
.personalInfo .all_point_wrap .h4_tit {margin-right:90px;}
.personalInfo .h4_tit {line-height:100%;}
.personalInfo .my_point .all_point {height:48px;padding-top:18px; font-size:48px; line-height:48px;}
.personalInfo .my_point .all_point .unit {font-size:34px; vertical-align:4px;line-height:34px;display:inline-block;}
.personalInfo .my_point .all_point.max {font-size:40px;}
.personalInfo .my_point .all_point.max .unit {font-size:30px; vertical-align:2px;}
.personalInfo .my_point .use_point {position:absolute; right:20px; bottom:0; left:0; color:#888;}
.personalInfo .my_point .use_point dd {margin-top:5px; font-size:32px; line-height:32px;}
.personalInfo .btn.btn_sm {position:absolute; border:0 none; background:none;top:-7px; right:15px;margin:0;}
.personalInfo .btn.btn_sm .arr {padding-right:13px;}
.personalInfo .my_use_brand .msg_info {height:48px;margin-top:23px;}
.personalInfo .my_use_brand .msg_info .title {display:block;}
.personalInfo .my_use_brand .use_point_length {position:absolute; top:42px; right:30px; color:#888; text-align:center;}
.personalInfo .my_use_brand .use_point_length dd {margin-top:5px; font-size:26px;line-height:26px;}
.personalInfo .my_use_brand .use_point_list {position:relative;margin-top:20px;}
.personalInfo .my_use_brand .use_point_list ul {overflow:hidden;margin:0 -6px;}
.personalInfo .my_use_brand .use_point_list ul li {float:left; width:138px; height:49px; margin:10px 5px 0 5px; border:1px solid #ddd; background:#fff; color:#888; font-size:12px; text-align:center; line-height:49px;}
.personalInfo .my_use_brand .use_point_list ul li img {display:block; height:35px; margin:7px auto 0 auto}
.personalInfo .my_use_brand .use_point_list ul li.null {background:url('/cjmweb/images/common/bg_no_data.png') no-repeat left top;}
.personalInfo .my_use_brand .use_point_list ul li.em_border {border-color:#ee6900;}
.personalInfo .my_use_brand .use_point_list .btn.btn_sm {position:absolute; top:auto; right:0; bottom:0; width:138px; height:49px; padding:0; border:1px solid #ddd; border-radius:0; color:#888; font-size:12px; text-align:center; line-height:49px;}
.personalInfo .my_use_brand .use_point_list .btn.btn_sm.hover,
.personalInfo .my_use_brand .use_point_list .btn.btn_sm.focus {border-color:#222;}
.personalInfo .my_use_brand .use_point_list .btn.btn_sm .arr {display:inline-block; margin-top:16px;padding:0; padding-right:8px; background:url('/cjmweb/images/common/ico_btn_arrow02.png') no-repeat right center; line-height:100%;}
.personalInfo .header_group {position:relative;}
.personalInfo .header_group .btn.btn_q {width:16px; min-width:0; height:16px; padding:0; border:0 none; background:url('/cjmweb/images/common/ico_question.png') no-repeat; line-height:16px; vertical-align:middle;border-radius:0;}
.personalInfo .header_group span.txt {display:inline-block; margin-right:8px;}
.personalInfo .header_group  .h4_tit {padding-left:20px;background:url('/cjmweb#/images/common/ico_bell.png') no-repeat left center;}
.personalInfo .my_msg .strack {position:relative; overflow:hidden;}
.personalInfo .my_msg .msg_list {width:224px; height:200px; margin-top:14px; padding:0 14px; background:#fff; overflow:hidden;}
.ie7 .personalInfo .my_msg .msg_list {height:197px;}
.personalInfo .my_msg .msg_list li {border-top:1px solid #ddd;}
.personalInfo .my_msg .msg_list li.first {border-top:0 none;}
.personalInfo .my_msg .msg_list li a {display:block; padding:10px 0;}
.personalInfo .my_msg .msg_list li a.visited{color:#888;}
.personalInfo .my_msg .msg_list li .date {color:#888; font-size:12px;}

.personalInfo .my_msg .strack .scroll {position:absolute; top:16px; right:2px; bottom:2px; width:2px; background-color:#ddd; overflow:hidden;}
.personalInfo .my_msg .strack .scroll .bg_top,
.personalInfo .my_msg .strack .scroll .bg_mid,
.personalInfo .my_msg .strack .scroll .bg_btm {position:relative; background-color:#888;}
.personalInfo .my_msg .strack .scroll .bg {display:block; background-color:#888; cursor:pointer;}

.personalInfo .no_data {padding:54px 0 0}
.personalInfo .no_data .bg {width:60px; height:60px; background-position:-291px 0;}
.personalInfo .no_data .txt_wrap{font-size:14px;padding-top:11px;color:#888;}
.personalInfo .tool_tip {position:absolute; width:250px; top:30px; left:0; z-index:1;}
.personalInfo .tool_tip .ico {position:absolute; width:10px; height:7px; background:url('/cjmweb/images/common/ico_tooltip_arrow02.png') no-repeat center center; top:-7px;left:140px;}
.ie7 .personalInfo .tool_tip .ico {left:120px;}
.ie8 .personalInfo .tool_tip .ico {left:125px;}
.personalInfo .tool_tip .tool_tip_cont {padding:10px 15px; background:#555; color:#fff; font-size:12px; letter-spacing:-1px;border-radius:3px;}
.personalInfo .tool_tip .close_tooltip {position:absolute; width:26px; height:26px;background:url('/cjmweb/images/common/btn_close_layer_02.png') no-repeat center center; top:9px; right:10px;}

/* 열렸을 때 */
#headerWrap.on {height:455px;}
#headerWrap.on .gnb_1depth {height:346px;}
#headerWrap.on .gnb_2depth {display:block;}

#contentsWrap {min-height:700px; padding-top:120px;}
#contents {position:relative; max-width:1060px; min-width:1024px; margin:0 auto; padding-bottom:80px;}
#contents .location {position:absolute; top:30px; right:0; height:15px; text-align:right;}
#contents .location a {float:left; margin:3px 0 0 5px; padding-left:10px; background:url('/cjmweb/images/common/ico_location.png') no-repeat; color:#555; font-size:12px; line-height:13px;}
#contents .location .home {width:15px; height:15px; margin:0; padding:0; background:url('/cjmweb/images/common/ico_home.png') no-repeat;}
#contents .location .now {color:#222;}
#contents .location_wrap.white a,
#contents .location.white a {background-image:url('/cjmweb/images/common/ico_location_white.png'); color:rgba(255,255,255,.6);}
#contents .location_wrap.white .home,
#contents .location.white .home {background-image:url('/cjmweb/images/common/ico_home_white.png');}
#contents .location_wrap.white .now,
#contents .location.white .now {color:#fff;}
.ie7 #contents .location_wrap.white a,
.ie7 #contents .location.white a,
.ie8 #contents .location_wrap.white a {color:#808080;}
.ie8 #contents .location.white a {color:#808080;}
.ie7 #contents .location_wrap.white .now,
.ie7 #contents .location.white .now,
.ie8 #contents .location_wrap.white .now {color:#fff;}
.ie8 #contents .location.white .now {color:#fff;}

#contents .cont_header {padding-top:75px; text-align:center;}
#contents .cont_header .h_desc {padding-top:30px; color:#555; font-size:16px;}
#contents .cont_header .btn {font-size:14px;}
#contents .cont_area {padding-top:60px;}

/* 컨텐츠 와이드 */
#contents.wide {max-width:none;}
#contents.wide  .h1_tit {max-width:1060px; margin:0 auto;}
#contents.wide .location_wrap {position:relative; max-width:1060px; margin:0 auto;}
.content_box {max-width:1060px; margin:0 auto;}

#footer{min-width:1060px; min-height:238px; background:#222; color:#777;}/*20191112 CJONE APP 사업자 정보 노출 수정*/
#footer .footer_wrap {max-width:1060px; min-height:50px; margin:0 auto;}
#footer .util_menu {padding-top:40px; text-align:center;}
#footer .util_menu ul {margin:0 auto;}
#footer .util_menu li {display:inline-block; *display:inline; padding:0 9px; *zoom:1;}
#footer .util_menu .accessibility {padding-left:13px; padding-right:0; background:url('/cjmweb/images/common/line_vertical.png') no-repeat left center; line-height:28px;}
#footer .util_menu .accessibility a {display:block;}
#footer .util_menu a {color:#9f9f9f;}
#footer .util_menu em {color:#fff; font-size:15px;}
#footer .util_menu a.hover em {text-decoration:underline;}
#footer .go_link {width:656px; height:29px; margin:0 auto; padding:20px 0 0 0; text-align:center;}/* 20180626 width값 변경 */
#footer .go_link a,
#footer .familySite {float:left; margin-left:5px;}
#footer .go_link .cjone_info {margin-left:0;}
#footer .go_link .cjone_info,
#footer .go_link .app_info,
#footer .go_link .ars_certify,
#footer .go_link .legal_notice,
#footer .go_link .company_info {width:109px; height:27px; background-color:#272727; border:1px solid #2c2c2c; border-radius:2px; color:#fff; line-height:27px; vertical-align:middle;}
#footer .familySite {position:relative; width:189px; background-color:#222; border:1px solid #6d6d6d; border-radius:2px; text-align:left;}/* 20180626 width값 변경 */
#footer .familySite a {float:none; display:block; margin:0; padding:0 14px; color:#777; font-size:12px; line-height:27px;}
#footer .familySite .title {padding:0 14px; color:#a3a3a3; font-size:12px;}
#footer .familySite .list_2depth a {padding:0 22px;}
#footer .familySite .btn_open {display:block; height:27px; background:url('/cjmweb/images/common/ico_family_arrow.png') no-repeat 162px 0}/* 20180626 화살표 이미지 위치값 변경 */
#footer .familySite .btn_open.on {background-position:162px -27px;}/* 20180626 화살표 이미지 위치값 변경 */
#footer .familySite .site_list {position:absolute; right:-1px; bottom:27px; left:-1px; padding:7px 0; background-color:#222; border:1px solid #6d6d6d; border-radius:2px; z-index:10;}
#footer .site_info {padding-top:30px; font-size:12px; text-align:center;}
#footer .site_info.pd0{padding-top:0}/*20191112 CJONE APP 사업자 정보 노출 수정*/
#footer .site_info span {display:inline-block; *display:inline; padding:0 7px; zoom:1;}
#footer .site_info address {display:inline-block; *display:inline; font-style:normal; zoom:1;}
#footer .copyright {padding-top:5px; font-size:12px; text-align:center;}
#footer .copyright .img {display:inline-block; *display:inline; padding-right:5px; vertical-align:middle; zoom:1;}
.footer_wrap .fixedTop {position:fixed; right:20px; bottom:20px; width:58px; height:58px; z-index:10;}
.footer_wrap .fixedTop a {display:block; height:58px; background:url('/cjmweb/images/common/btn_top.png') no-repeat;}

/* 레이아웃 사이즈 별 */
@media screen and (min-width:769px) and (max-width:1024px){
	#bodyWrap {min-width:1024px;}
	#headerWrap {min-width:0;}
	.header_wrap {max-width:984px;}
	.header_wrap #gnb {padding-left:182px;}
	#headerWrap #navi #gnb .close {display:block; top:144px; right:97px; width:18px; height:18px; background-position:-67px 0;}
	#headerWrap .search_sec {max-width:984px;}
	#contentsWrap {min-height:500px;}
	#contents {max-width:984px; min-width:984px;}
	#contents.wide .location_wrap {max-width:984px;}
	#contents.wide  .h1_tit {max-width:984px; margin:0 auto;}
	.content_box {max-width:984px;}
	#footer	{min-width:0;}
	#footer .footer_wrap {max-width:984px; margin:0 12px;}
}
@media screen and (max-width:768px) {
	#bodyWrap {min-width:768px; max-width:768px;}
	#headerWrap {min-width:0; height:54px; background:#222;}
	.header_wrap {max-width:768px;}

	.header_wrap h1 {top:12px; left:50%; margin-left:-55px;}
	.header_wrap .util {position:static; background-color:#eaeaea;}
	.header_wrap .util a {display:block; padding:0 30px; color:#555; font-size:16px; line-height:42px;}
	.header_wrap .util a.hover, .header_wrap .util a.focus {color:#555;}
	.header_wrap .util dd {float:none; padding:0;}

	.header_wrap .util .go_cscenter {width:auto; padding:0; background:url('/cjmweb/images/common/bg_dotline02.png') repeat-x;}
	.header_wrap .util .go_cscenter .link {min-height:41px; padding:18px 20px 0 30px; background:url('/cjmweb/images/common/bg_dotline02.png') left bottom repeat-x; line-height:24px;}
	.header_wrap .util .go_cscenter .link span {display:block; background:url('/cjmweb/images/common/ico_util_arrow.png') no-repeat right 7px;}
	.header_wrap .util .go_cscenter .link.on {height:auto; background:none;}
	.header_wrap .util .go_cscenter .link.on span {background-position:right -37px;}
	.header_wrap .util .go_cscenter #go_cscenter {position:static; width:auto; background:#dadada;}
	.header_wrap .util .go_cscenter #go_cscenter li {padding-left:0;}
	.header_wrap .util .go_cscenter #go_cscenter a {line-height:42px;}

	.header_wrap .util .card a {width:auto; min-height:45px; padding:11px 30px 0 30px; background-color:transparent; text-align:left;}

	.header_wrap #navi {display:block; position:fixed; left:0; top:0; width:280px; height:100%; padding:0; background-color:#fff; z-index:10;}
	.header_wrap #navi a {transition:all 0s ease 0s}
	.header_wrap #navi h2.mobile {display:block; height:56px; padding:30px 0 0 19px; margin-bottom:1px; background-color:#222; color:#fff; font-size:24px; font-weight:normal;}

	.header_wrap #navi .menu_scroll {height:100%; width:100%; overflow-y:auto; overflow-x:hidden;}

	.header_wrap #gnb {padding:0;}
	.header_wrap #gnb a {display:block; color:#222; font-size:18px;}
	#headerWrap .gnb_1depth .depth1:nth-child(1) .link_1depth {background:none;}
	#headerWrap .gnb_1depth .depth1:nth-child(4) .link_1depth {background:none;}
	.header_wrap #gnb .depth1 {float:none; width:auto; background-color:#fff; border-bottom:2px solid #eaeaea;}
	.header_wrap #gnb .link_1depth {min-height:41px; margin-right:0; padding:15px 20px 0 20px; background:url('/cjmweb/images/common/ico_gnb_updown02.png') no-repeat 247px 23px; line-height:26px;}

	.header_wrap #gnb .gnb_2depth {display:none; padding-top:0; background-color:#eaeaea;}
	.header_wrap #gnb .link_2depth {padding:0 30px; color:#555; font-size:16px; line-height:42px;}
	.header_wrap #gnb .link_2depth span:after {content:''; position:absolute; right:0; bottom:-4px; left:0; border-bottom:1px solid #f4790b; transform:scaleX(0); transform-origin:left; transition:all 0s ease 0s}

	#headerWrap .myInfo {top:14px; right:20px;}
	#headerWrap .myInfo .viewNavi {display:block; position:absolute; top:3px; right:698px;}
	#headerWrap .myInfo .viewNavi img {display:block;}

	#headerWrap #navi #gnb .close {display:block; top:19px; right:-49px;}

	/* 메뉴 열림 */
	#headerWrap.on {height:54px;}
	#headerWrap.on .bg_dim {position:fixed; top:0; right:0; bottom:0; left:0; background:url('/cjmweb/images/common/bg_dim.png') repeat; background:rgba(0,0,0,.6); z-index:3;}
	#headerWrap.on .gnb_1depth {height:auto;}
	.header_wrap #gnb .depth1.on .link_1depth {background-position:247px -21px;}
	.header_wrap #gnb .depth1.on .gnb_2depth {display:block;}

	#headerWrap .global_search {top:54px;}
	#headerWrap .search_sec {max-width:768px;}
	#headerWrap .myInfo .tSearch .btn_open {top:3px;}
	#headerWrap .search_sec .btn_right {margin-right:30px}

	#contentsWrap {min-height:800px; padding-top:54px;}
	#contents {max-width:728px; min-width:728px;}
	#contents.wide  .h1_tit {max-width:728px; margin:0 auto;}
	#contents.wide .location_wrap {max-width:728px;}
	.content_box {max-width:728px;}
	#footer	{min-width:0; min-height:239px;}
	#footer .footer_wrap {max-width:728px; margin:0 20px;}
	#footer .site_info {padding-top:20px;}
}
/* 레이어 팝업 */
.ui_modal_overlay {position:fixed; width:100%; height:100%; background:url('/cjmweb/images/common/bg_modal_dim.png') repeat left top;z-index:99999; top:0; left:0;}
#layerWrap.winpop.large {height:auto; overflow:auto;}
#layerWrap.winpop.medi {height:auto; overflow:auto;}
#layerWrap.winpop h1 {position:fixed; z-index:101;top:0; right:0; left:0;}
#layerWrap.winpop.large .inner {height:auto; padding-top:98px;}
#layerWrap.winpop.large.case .inner {height:auto; padding-top:98px;}
#layerWrap.winpop.large .btn_center {padding-bottom:40px;}
#layerWrap.winpop.medi .inner {height:auto; padding-top:98px;}
#layerWrap.winpop.medi button.close {position:fixed;z-index:101;}
.overflowy_hide #layerWrap.winpop .inner {height:auto;}
#layerWrap {position:absolute; background:#fff;}
#layerWrap .inner {position:relative;}
#layerWrap.small {width:400px; height:400px;}
#layerWrap.small .inner {height:280px; padding:30px;}
#layerWrap.small.case .inner {height:185px; padding-bottom:0;}
#layerWrap.small .btn_sec.col2 .btn, #layerWrap.small .btn_sec.col2 a.btn.em{width:125px;}

#layerWrap.medi {width:700px; height:500px;}
#layerWrap.medi .inner {height:380px; padding:30px 30px 0 30px; margin-bottom:30px; overflow:hidden; overflow-y:auto;}
#layerWrap.medi.case .inner {height:305px; margin:0;}

#layerWrap.large {width:700px; height:700px;}
#layerWrap.large .inner {height:580px; padding:25px 30px 0 30px; margin-bottom:30px; overflow:hidden; overflow-y:auto;}
#layerWrap.large .inner.case {overflow:visible;}
#layerWrap.large.case .inner {height:510px; margin:0;}

#layerWrap.video {width:700px;}
#layerWrap.video .inner {height:390px; padding:30px 30px 0 30px; margin-bottom:30px; }

#layerWrap h1 {height:68px; padding-left:30px; background:#ecebe3; font-size:22px; color:#222; font-weight:normal; font-family:'nbgr'; line-height:68px;}
#layerWrap h2  {padding-bottom:14px; font-size:16px; line-height:1; color:#222; *letter-spacing:-1px;}
#layerWrap.experience_view h2{padding-bottom:20px;}
#layerWrap h2.under_table {margin-top:30px;}
#layerWrap .list_bullet + h2, #layerWrap .inner > p + h2 {padding-top:15px;}
#layerWrap .list_bullet + h2.case, #layerWrap .inner > p + h2.case{padding-top:25px;}
#layerWrap div.toast {margin-top:-9px; padding:0 0 20px 0;}
#layerWrap div.toast p {text-align:center; }
#layerWrap div.toast p:first-child {font-size:20px; line-height:34px; color:#222; text-align:center;}
#layerWrap div.toast p em {color:#222;}
#layerWrap div.end {padding:44px 0 24px 0; text-align:center; background:url('/cjmweb/images/common/ico_end_chk_s.png') no-repeat center top;}
#layerWrap div.end p:first-child {line-height:26px; font-size:16px; color:#222; text-align:center;}
/*#layerWrap .box_info {margin-top:15px;}*/
#layerWrap .cardVIPApply .agree+.box_info{margin-top:30px;}
#layerWrap table + .box_info.bruise, #layerWrap .box_info + .box_info.bruise {margin-top:30px;}
#layerWrap .table1 .msg_desc {padding-bottom:6px;}
#layerWrap .table1 .msg_info {margin-top:8px;}
#layerWrap .inner .clause {padding:0;}
#layerWrap .btn_sec {padding:40px 0;}
#layerWrap button.close {position:absolute; top:20px; right:30px; width:20px; height:20px; background:url('/cjmweb/images/common/bu_x.png') no-repeat center center; text-indent:-99999px;}

#layerWrap.winpop {width:100%;}

/* 쿠폰 고도화 시작 */
#layerWrap h1 .ell { padding-right: 80px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; display: block; width: 590px; }
#layerWrap .productViewBox { position: relative; text-align: center; }
#layerWrap .productViewBox .productBox > img { width: 180px; height: 140px; vertical-align: middle; }
#layerWrap .productViewBox .productBox { display: inline-block; margin-right: 36px; position: relative; }
#layerWrap .productViewBox .productBox .completeBox { position: absolute; bottom: 0px; right: 0px; width: 67px; height: 67px; text-align: center; background: url(/cjmweb/images/coupon/bg_complete.png) no-repeat; display: table; }
#layerWrap .productViewBox .productBox .completeBox span { display: table-cell; vertical-align: middle; }
#layerWrap .productViewBox .productBox .completeBox span em { display: inline-block; line-height: 19px; border-top: 1px solid #fff; border-bottom: 1px solid #fff; color: #fff; font-size: 11px; }
#layerWrap .productViewBox .contBox { display: inline-block; vertical-align: middle; text-align: left; width:395px;}
#layerWrap .productViewBox .contBox p { color: #222; }
#layerWrap .productViewBox .contBox .completeBox { margin-top: 5px; }
#layerWrap .productViewBox .contBox .baCodeBox { border: 1px solid #ececec; background: #f7f7f7; padding: 14px 24px 7px; display: inline-block; border-radius: 2px; width: 160px; margin-top: 7px; position: relative; }
#layerWrap .productViewBox .contBox .baCodeBox .baCode { width: 160px; height: 22px; }
#layerWrap .productViewBox .contBox .baCodeBox .baCodeNumber { font-size: 11px; text-align: center; letter-spacing: 2.7px; line-height: 18px; margin-top: 3px; }
#layerWrap .productViewBox.type2 { padding-top: 17px; }
#layerWrap .productViewBox.type2 .contBox { text-align: center; }
#layerWrap .baCodeList { overflow: hidden; }
#layerWrap .baCodeList li { float: left; padding-left: 18px; margin-left: 10px; background: url(/cjmweb/images/coupon/ico_bacode_arrow.png) no-repeat left 35px; }
#layerWrap .baCodeList li:first-child { margin-left: 0; padding-left: 0; background: none; }
#layerWrap .baCodeList li span { display: block; padding-bottom: 56px; position: relative; }
#layerWrap .baCodeList li span:before { height: 42px; position: absolute; top: 26px; left: 50%; content: ""; }
#layerWrap .baCodeList li.icon1 span:before { background: url(/cjmweb/images/coupon/ico_bacode1.png) no-repeat center bottom; width: 42px; margin-left: -21px; }
#layerWrap .baCodeList li.icon2 span:before { background: url(/cjmweb/images/coupon/ico_bacode2.png) no-repeat center bottom; width: 55px; margin-left: -27px; }
#layerWrap .baCodeList li.icon3 span:before { background: url(/cjmweb/images/coupon/ico_bacode3.png) no-repeat center bottom; width: 54px; margin-left: -27px; }
#layerWrap .txt1 { font-size: 18px; color: #222; }
#layerWrap .txt1 + .point_gift { margin-top: 15px; }
#layerWrap.large.case .template1 .productViewInner { background: url(/cjmweb/images/coupon/bg_template1.png) no-repeat; padding: 70px 30px 0 30px; }
#layerWrap.large.case .template1 .productViewInner .productViewBox { border: 2px solid #ffa627; position: relative; padding: 78px 30px 30px; box-sizing: border-box; }
#layerWrap.large.case .template1 .productViewInner .productViewBox .titleBox { text-align: center; position: absolute; width: 100%; top: 45px; left: 0px; }
#layerWrap.large.case .template1 .productViewInner .productViewBox .titleBox span { color: #ffa627; font-size: 16px; }
#layerWrap.large.case .template1 .productViewInner .productViewBox .viewInner { display: inline-block; width: 100%; vertical-align: middle; border-top: 1px solid #ffa627; position: relative; padding-left: 50%; padding-top: 30px; box-sizing: border-box; }
#layerWrap.large.case .template1 .productViewInner .productViewBox:before { width: 66px; height: 66px; position: absolute; top: -33px; left: 50%; margin-left: -33px; background: url(/cjmweb/images/coupon/ico_present2.png) no-repeat; content: ""; }
#layerWrap.large.case .template1 .productViewInner .productViewBox .productBox { width: 50%; box-sizing: border-box; margin-right: 0; position: absolute; top: 50%; left: 0px; margin-top: -40px; }
#layerWrap.large.case .template1 .productViewInner .productViewBox .productBox .innerBox { padding: 0 13      px; }
#layerWrap.large.case .template1 .productViewInner .productViewBox .productBox .brandImg { text-align: center; }
#layerWrap.large.case .template1 .productViewInner .productViewBox .productBox .brandImg img { height: 52px; }
#layerWrap.large.case .template1 .productViewInner .productViewBox .productBox .productInfo { margin-top: 4px; }
#layerWrap.large.case .template1 .productViewInner .productViewBox .productBox .productInfo span { display: block; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; display: block; width: 95%; margin: auto; }
#layerWrap.large.case .template1 .productViewInner .productViewBox .productBox .productInfo strong { margin-top: 7px; display: block; font-size: 26px; font-weight: normal; }
#layerWrap.large.case .template1 .productViewInner .productViewBox .productBox .productInfo strong em { font-family: "arial"; font-size: 35px; vertical-align: bottom; }
#layerWrap.large.case .template1 .productViewInner .productViewBox .msgBox { border-left: 1px solid #eee; box-sizing: border-box; }
#layerWrap.large.case .template1 .productViewInner .productViewBox .msgBox .innerBox { padding: 25px 30px; min-height: 120px; box-sizing: border-box; }
#layerWrap.large.case .template1 .productViewInner .productViewBox .msgBox .innerBox p { vertical-align: middle; text-align: left; }
#layerWrap.large.case .template1 .productViewInner .productViewBox .msgBox .innerBox p span { display: block; word-break:break-all;}
#layerWrap.large.case .template1 .tableInner { padding: 0px 30px; }
#layerWrap .productViewInner + .tableInner { margin-top: 23px; }
#layerWrap .point_gift + .box_gray { margin-top: 30px; }
/* 쿠폰 고도화 끝 */
/* 프린트 */
.noprint {display:none;}
@media print {
	#headerWrap, .bannerFlag, #footer, .title_sec  {display:none;}
	#contentsWrap {padding-top:0;}
	#bodyWrap.flag #contentsWrap .contents {padding-left:0; padding-top:0;}
	.ui_modal {top:0 !important; left:0 !important;}
}

/* 이벤트 모듈 */
.event_list {position:relative; margin:0 0 0 -20px; overflow:hidden;}
.event_list .event_item a {display:block; margin:20px 0 0 20px;}
.event_list .event_item img {display:block; max-width:100%;}
.event_list .event_item.type2 {float:left; width:50%;}

/* 쿠폰 모듈 */
.coupon_item {min-height:138px;}
.coupon_item .item {display:block; height:138px;}
.coupon_item .item.hover,
.coupon_item .item.focus {text-decoration:none;}
.coupon_item .brand {position:relative; float:left; width:110px; height:100%; background:url('/cjmweb/images/coupon/bg_coupon.png') no-repeat;}
.coupon_item .brand .img {position:absolute; top:50%; left:9px; width:74px; height:74px; margin-top:-37px;}
.coupon_item .brand img {width:74px;}
.coupon_item .con_wrap {position:relative; margin-left:110px; height:108px; padding:15px 15px 15px 0; background:url('/cjmweb/images/coupon/bg_coupon.png') no-repeat 100% -286px;}
.coupon_item .cate {color:#777; font-size:12px;}
.coupon_item .tit_wrap p {color:#000; font-size:16px; line-height:1.3;}
.coupon_item .etc_info {position:absolute; left:0; bottom:13px;}
.coupon_item .btn_detail {display:inline-block; *display:inline; border-bottom:1px solid #222; color:#222; line-height:1.5; zoom:1;}
.coupon_item .btn_detail .arr {padding-right:20px; background:url('/cjmweb/images/common/ico_arrow.png') no-repeat right center;}
.coupon_item .date {color:#777; font-size:12px;}
.coupon_item .date.deadline {color:#ee6900}
.coupon_item .date.deadline .grade {position:absolute; bottom:8px; left:-89px; width:50px; height:16px; background:url('/cjmweb/images/coupon/ico_coupon_grade.png') no-repeat 0 -182px;}
.coupon_item .num {display:inline-block; *display:inline; min-width:7px; height:17px; padding:0 5px; border-radius:9px; background-color:#d70173; color:#fff; font-size:10px; font-family:arial; text-align:center; line-height:17px; vertical-align:middle; zoom:1;}
.coupon_item .num.repeat {background-color:#1b9f9e;}

.coupon_box {position:relative; text-align:center;}
.coupon_box a {display:block; width:148px; height:144px; border:1px solid #ddd; vertical-align:middle; transition:border-color .5s;}
.coupon_box a.hover,
.coupon_box a.focus {border-color:#000;}
.coupon_box .logo {height:47px; padding-top:13px;}
.coupon_box .logo img {display:block; height:38px; margin:auto;}

.coupon_box .coupon_info {display:table; *display:block; width:100%; height:84px;}
.coupon_box .coupon_info .tit {width:138px;display:block;margin:20px 5px 0; *padding-top:20px; font-size:20px; color:#222; line-height:20px; vertical-align:middle;word-break:break-all;}
.coupon_box .h_desc {display:block; padding-top:10px; font-size:14px; color:#555; line-height:18px;}
.coupon_box .bar {display:block; position:absolute; top:60px; left:10px; width:128px; height:1px; background:url('/cjmweb/images/coupon/bg_dash.png') repeat-x left top;}
/* 쿠폰노출 시작 */
.coupon_box.new .h_desc{text-overflow: ellipsis; white-space: nowrap; overflow: hidden;width:138px;padding-top:0;}
.coupon_box.new .h_desc + .sub_txt{margin-top:10px;display:block}
/* 쿠폰노출 끝 */

/* 매장 모듈 */
.store_item {float:left; width:360px;}
.store_item a {display:block; height:174px; margin:20px 0 0 20px; border:1px solid #ddd;}
.store_item dl {position:relative; padding:50px 30px 0 30px;}
.store_item dt {color:#000; font-size:18px;}
.store_item dd {padding-top:11px;}
.store_item .img {position:absolute; top:20px; left:30px; padding-top:0;}
.store_item .img img {display:block; height:30px;}
@media screen and (min-width:769px) and (max-width:1024px){
	.store_item {width:50%;}
}
@media screen and (max-width:768px) {
	.store_item {width:50%;}
}

/* 데이터가 없을 때 */
.no_data {padding:50px 0; text-align:center;}
.no_data .bg {display:block; width:88px; height:88px; margin:0 auto; background:url('/cjmweb/images/common/ico_important.png') no-repeat;}
.no_data .txt_wrap {padding-top:30px; color:#222; font-size:24px;}

/* 등록 완료 */
.regi_complete {padding:50px 0; border-top:1px solid #222; background-color:#f8f8f8; text-align:center;}
.regi_complete .bg {display:block; width:88px; height:88px; margin:0 auto 35px; background:url('/cjmweb/images/common/ico_regi_complete.png') no-repeat -300px 0;}
.regi_complete .bg.chk {background-position:-300px 0;}
.regi_complete .bg.lock {background-position:-400px 0;}
.regi_complete .bg.post {background-position:0 -100px;}
.regi_complete .bg.tip {background-position:-100px -100px;}
.regi_complete .bg.complete {background-position:0px -300px;width:460px;}
.regi_complete .bg.face_type1 {width:89px; height:89px;background-position:0 -200px;}
.regi_complete .bg.face_type2 {width:89px; height:89px;background-position:-100px -200px;}
.regi_complete .bg.face_type3 {width:89px; height:89px;background-position:-200px -200px;}
.regi_complete .bg.face_type4 {width:93px; height:93px;background-position:-300px -200px;}
.regi_complete .h2_tit .multi_line {display:block; padding-top:13px;}
.regi_complete .h_desc {padding-top:14px;}
.regi_complete .h_desc .multi_line {display:block;}
.regi_complete .h_etc {display:block; padding-top:8px; color:#888; font-size:14px;}

/* 768 */
@media screen and (max-width:768px) {
	.regi_complete .h_desc, .regi_complete .h2_tit {letter-spacing:-1px;}
}

/* 에러 */
.error_wrap {padding-top:160px; text-align:center;}
.error_wrap .img {display:block; width:160px; height:160px; margin:0 auto; background:url('/cjmweb/images/common/img_error.png') no-repeat;}
.error_wrap .h2_tit {padding-top:30px;}
.error_wrap .h_desc {padding-top:20px;}
.error_wrap .box_gray {width:700px; margin:60px auto 0 auto; padding:30px 0;}

/* 통합검색 검색 영역 */
.search_area {position:relative; width:598px; margin:0 auto;}
.search_area .input_txt {display:block; width:486px; height:50px;}
.search_area .input_txt input {width:454px; height:46px; border:2px solid #222; color:#ee6900; font-size:16px; line-height:46px;}
.search_area .btn.btn_search {position:absolute; top:0; right:0; width:110px; height:50px; margin:0; border-radius:0;}

/* 제휴카드 */
.represent_sec {margin-top:40px; border:1px solid #ddd;}
.represent_sec ul {overflow:hidden;}
.represent_sec ul li {float:left; width:33.3333%; *width:33.3%;}
.card_alliance {position:relative; padding:35px 20px 30px;}
.card_alliance span.line {position:absolute; width:1px; background:#ddd; top:35px; right:-1px; bottom:30px;}
.card_alliance dl {padding-top:5px; text-align:center;}
.card_alliance dl dt {color:#222; font-size:20px;}
.card_alliance dl dd {padding-top:10px; letter-spacing:-1px;}
.card_alliance dl dd .img {margin-top:30px;}
.card_alliance.cjone_app dl dd .img {height:121px; padding-top:9px;}
.card_alliance .btn_sec {margin-top:15px; text-align:center;}
@media screen and (max-width:768px) {
	.represent_sec ul li {float:none; width:auto;}
	.card_alliance span.line {width:auto; height:1px; background:#ddd; top:auto; right:auto; right:30px; bottom:-1px; left:30px;}
}

/* 본인 인증 및 실패 안내 모듈  */
.certification_sec {text-align:center;}
.certification_sec.regi_complete {padding:50px;}
.certification_sec .certi_txt {position:relative; color:#222; font-size:18px; text-align:left;}
.certification_sec .way {display:inline-block; margin-top:60px; *padding-left:89px;}
.certification_sec .way li {position:relative; float:left; width:160px; padding:118px 50px 0;}
.certification_sec .way li span.bg {display:block; position:absolute; width:88px; height:88px; margin-left:-44px; background:url('/cjmweb/images/common/ico_regi_complete.png') no-repeat left top; top:0; left:50%;}
.certification_sec .way li .btn {margin:0;}
.certification_sec .way li.type1,
.certification_sec .way li.type2 {border-right:1px solid #ddd;}
.certification_sec .way li.type1 span.bg {background-position:0 0;}
.certification_sec .way li.type2 span.bg {background-position:-100px 0;}
.certification_sec .way li.type3 span.bg {background-position:-200px -100px;}
.certification_sec .way.col2 .type1 {width:379px;}
.certification_sec .way.col2 .type3 {width:380px;}

.certi_fail {margin-top:20px; overflow:hidden;}
.certi_fail .fail,
.certi_fail .error {width:518px; height:194px; padding-top:40px; border:1px solid #ddd; text-align:center;}
.certi_fail .error .dot_arr {display:inline-block;}
.certi_fail .fail {float:left;}
.certi_fail .error {float:right;}
.certi_fail .fail dl dt,
.certi_fail .error dl dt {color:#222; font-size:22px;}
.certi_fail .fail dl dd,
.certi_fail .error dl dd {margin-top:22px;}
.certi_fail .multi_line{display:inline-block;}
.certi_fail .btn_sec {margin-top:30px;}

/* 1024 */
@media screen and (min-width:768px) and (max-width:1024px) {
	.certi_fail .fail,
	.certi_fail .error {width:468px;}
	.certification_sec .way.col2 .type1 {width:279px;}
	.certification_sec .way.col2 .type3 {width:280px;}
}

/* 768 */
@media screen and (max-width:768px) {
	.certification_sec .way li {width:148px; padding:118px 29px 0;}
	.certification_sec .way li .btn {min-width:120px;}
	.certification_sec .way.col2 .type1 {width:229px;}
	.certification_sec .way.col2 .type3 {width:230px;}
	.certi_fail .fail dl dt,
	.certi_fail .error dl dt {font-size:18px;}
	.certi_fail .fail dl dd,
	.certi_fail .error dl dd {letter-spacing:-1px;}
	.certi_fail .fail,
	.certi_fail .error {width:350px;}

	/* 서비스 이용약관 */
	.terms_wrap .terms_list {padding:30px;}
	.terms_list .list_wrap {float:none; width:auto;}
	.list_wrap .list {padding:0;}
	.list_wrap .line {display:none;}
}

/* 입력폼 */
.input_group .pwd_lv em {display:inline-block; height:30px; margin-top:4px; margin-left:6px; color:#ee6900; font-size:12px; vertical-align:top;}
.input_group .input_txt {padding-right:3px;}
.input_group .input_txt.w250 input {width:218px;}
.input_group .input_txt.w340 input {width:308px;}

/* 생년월일 */
.birthday_select select {vertical-align:top;}
.birthday_select .select_wrap.w70 {width:70px;}
.birthday_select .select_wrap.w120{width:88px;}
.birthday_select .symbol {display:inline-block; padding:0 18px 0 4px; line-height:34px;}

/* 휴대폰 번호 */
.phon_write .select,
.phon_write .select select,
.phon_write input,
.phon_write .symbol {vertical-align:top;}
.phon_write .input_txt{padding-right:0;}
.phon_write .input_txt.w100 input {width:58px;}
.phon_write .select_wrap.w100 {width:88px;}
.phon_write .select_wrap.w160 {width:148px;}
.phon_write .symbol {display:inline-block; height:34px; padding:0 6px; line-height:34px;}

/* 이메일 */
.email_write .select select,
.email_write .select,
.email_write input,
.email_write .symbol {vertical-align:top;}
.email_write .input_txt.w110 input {width:88px;}
.email_write .symbol {display:inline-block; padding:0 4px; line-height:34px;}

/* 주소찾기 */
.search_address .address_tab {padding-top:40px;}
.search_address .address_tab .detail_addr_write {margin-top:30px;}
.search_address .address_tab .detail_addr_write .bul_list {margin-top:15px;}
.search_address .address_tab .result_table {margin-top:20px;}
.search_address .address_tab .detail_addr_write .last_addr input {width:360px;}
.search_address .type_choice .radio_btn {margin-right:24px;}
.search_address .write_address,
.search_address .type_choice {margin-top:12px;}
.search_address .write_address.first {margin-top:0;}
.search_address .write_address .input_txt {padding-right:6px;}
.search_address .write_address .input_txt input {width:132px;}
.search_address .write_address .types.type1 .input_txt input,
.search_address .write_address .types.type3 .input_txt input {width:306px;}
.search_address .write_address .btn {margin:0;}
.search_address .result {margin-top:30px;}
.search_address .result .result_list {margin-top:20px; border:1px solid #ddd;}
.search_address .result .result_list .addr_list {height:185px; overflow:auto;}
.search_address .result .result_list .no_data .bg {width:80px; height:80px; background:url('/cjmweb/images/common/ico_important.png') no-repeat -149px top;}
.search_address .result .result_list .no_data .txt {margin-top:15px; color:#888; line-height:26px;}
.search_address .result .result_list .no_data .txt span {display:block;}
.search_address .result .result_list ul.addr_list.default_type li a {display:block; height:37px; padding:0 20px; background:#fff; line-height:37px; cursor:pointer;}
.search_address .result .result_list ul.addr_list.default_type li a.hover,
.search_address .result .result_list ul.addr_list.default_type li a.checked {background:#f8f8f8; color:#222;}
.search_address .result .result_list ul.addr_list.radio_type {position:relative; padding:0 20px;}
.search_address .result .result_list ul.addr_list.radio_type .radio_btn {display:block; height:auto; padding:10px 0 10px 115px; border-top:1px solid #ddd;}
.search_address .result .result_list ul.addr_list.radio_type .radio_btn a {position:absolute; top:12px; left:0;}
.search_address .result .result_list ul.addr_list.radio_type .radio_btn label strong {position:absolute; top:12px; left:22px;}
.search_address .result .result_list ul.addr_list.radio_type .radio_btn label span.addr {line-height:inherit;}
.search_address .result .result_list ul.addr_list.radio_type .first .radio_btn {border-top:0 none;}
.search_address .table_col th,
.search_address .table_col td {padding:16px 20px 14px 20px;}
.search_address .detail_addr_write .detail_addr .input_txt {padding-right:0;}
.search_address .detail_addr_write .detail_addr .input_txt input {width:86px;}
.search_address .detail_addr_write .detail_addr .symbol {margin:0 6px;}
.search_address .detail_addr_write .detail_addr .check_box {padding-right:20px;}
.search_address .info.em {margin-top:20px; padding-left:23px; background:url('/cjmweb/images/common/ico_point.png') no-repeat left center;}
.search_address .btn_sec {text-align:center;}
.select_address .select_wrap.type2 {margin-left:6px;}
.select_address .select_wrap {width:206px; *display:inline; *vertical-align:top;}

/* 보안 비밀번호 입력 레이어 팝업 */
.security_pw .input_group {padding-top:10px;}
.security_pw .btn_center {padding-top:130px;}
.security_pw .btn_center .btn {width:308px; margin:0;}

/* 본인인증 레이어 팝업 */
#layerWrap .certi_box .certi_txt {padding-bottom:10px;}
#layerWrap .certification_sec.regi_complete {padding:40px 9px;}
#layerWrap .certification_sec .way {margin-top:0;}
#layerWrap .certification_sec .way li {width:160px; padding:118px 21px 0 21px; border:0 none;}
#layerWrap .certification_sec .way li.type3 {padding-left:20px;}
#layerWrap .certification_sec .way.col2 li {width:159px; border-right:1px solid #ddd;}
#layerWrap .certification_sec .way.col2 li.type2 {border-right:0 none;}

#layerWrap .certi_fail .fail {float:none; width:auto; height:auto; padding:25px 0 30px 0;}
#layerWrap .certi_fail .fail .btn_sec {padding:15px 0 0 0;}
#layerWrap .certi_fail .error {float:none; width:auto; height:auto; margin-top:20px; padding:25px 0 24px 0;}
#layerWrap .box_btm {margin-top:30px;}

/* 이벤트 팝업 */
#layerWrap.large.case.ev_pop .inner {height:490px; padding-top:40px;}
#layerWrap.ev_pop .cont_header {padding-bottom:30px; text-align:center;}
#layerWrap.ev_pop .cont_header .h_desc {padding-top:10px; line-height:18px; letter-spacing:-1.5px;}
#layerWrap.ev_pop .table_wrap {padding-top:40px;}

/* 베너 모듈 */
.banner_sec {padding-top:20px;}
.banner_sec .banner_wide {padding-top:20px;}
.banner_sec .banner_wide img {display:block; max-width:100%;}
.banner_sec .banner_wide .mobile {display:none;}
@media screen and (max-width:768px) {
	.banner_sec .banner_wide .pc {display:none;}
	.banner_sec .banner_wide .mobile {display:block;}
}

/* 마이 포인트 내역 */
.my_point_area .mypoint_wrap {max-width:1060px; min-height:290px; margin:0 auto; padding-top:50px;}

.my_point_area .mypoint_wrap .my_state {float:left; width:378px; height:280px; border-right:1px solid rgba(255,255,255,.2); color:#f8b133; font-size:44px;}
.ie7 .my_point_area .mypoint_wrap .my_state {border-right:1px solid #4b4544;}
.ie8 .my_point_area .mypoint_wrap .my_state {border-right:1px solid #4b4544;}
.my_point_area .mypoint_wrap .my_state dl {max-width:none;}
.my_point_area .mypoint_wrap .my_state dt {line-height:48px;}
.my_point_area .mypoint_wrap .my_state dt span {display:block; font-size:38px;}
.my_point_area .mypoint_wrap .my_state .name {padding-bottom:13px; font-size:22px; line-height:22px;}
.my_point_area .mypoint_wrap .my_state dd {padding:45px 30px 0 0; color:#fff; font-size:14px;}
.my_point_area .mypoint_wrap .my_state dd .txt {font-size:12px;}
.my_point_area .mypoint_wrap .my_state li {position:relative; height:36px; line-height:36px;}
.my_point_area .mypoint_wrap .my_state li .count {position:absolute; top:0; right:0; font-size:20px; font-family:arial;}
.my_point_area .mypoint_wrap .my_state li .count .btn {font-family:Arial, nbgr, '나눔바른고딕', '돋음';}
.my_point_area .mypoint_wrap .my_state li .em {color:#f8b133;}
.my_point_area .mypoint_wrap .my_state li.first .txt,
.my_point_area .mypoint_wrap .my_state li.first .d-char {font-family:nbgr;}

.my_point_area .mypoint_wrap .brand_info {position:relative; height:280px; margin-left:412px;}
.my_point_area .mypoint_wrap .brand_info .top_info {height:120px; z-index:2;}
.my_point_area .mypoint_wrap .brand_info .top_info .txt_wrap {display:inline; position:absolute; top:28px; height:52px; padding:0 0 0 15px; background:url('/cjmweb/images/common/bg_txt_info.png') no-repeat; z-index:3;}
.my_point_area .mypoint_wrap .brand_info .top_info .txt_wrap p {display:inline; color:#fff; text-align:right; line-height:38px;}
.my_point_area .mypoint_wrap .brand_info .top_info .txt_wrap .bg {position:absolute; top:0; width:15px; height:52px; background:url('/cjmweb/images/common/bg_txt_info.png') no-repeat 0 -156px}
.my_point_area .mypoint_wrap .brand_info .top_info .onestar {position:absolute; top:80px; width:28px; height:57px; background:url('/cjmweb/images/common/ico_onestar.png') no-repeat left bottom;}
.my_point_area .mypoint_wrap .brand_info .top_info .go_link {display:none; position:absolute; top:0; right:30px; padding-left:10px; background:url('/cjmweb/images/common/ico_dot_white.png') no-repeat left 50%; z-index:5;}
.my_point_area .mypoint_wrap .brand_info .top_info .go_link .link_txt {color:#fff;}
.my_point_area .mypoint_wrap .brand_info .top_info .go_link .link_txt .arr {background-image:url('/cjmweb/images/common/ico_btn_arrow_white.png');}

.my_point_area .mypoint_wrap .brand_info .graph_wrap {position:absolute; top:28px; left:0; width:100%; height:252px; background:url('/cjmweb/images/common/bg_mypoint_graph01.png') no-repeat -1px 0; z-index:1;}

.my_point_area .mypoint_wrap .brand_info .graph_wrap .step4_info {right:216px;}
.my_point_area .mypoint_wrap .brand_info .graph_wrap .step5_info {right:70px;}
.my_point_area .mypoint_wrap .brand_info .graph_wrap .step5_info .txt {top:-72px; left:6px; width:42px; height:42px; background-position:-33px;}
.ie7 .my_point_area .mypoint_wrap .brand_info .graph_wrap .step4_info .txt {top:-52px;}
.ie7 .my_point_area .mypoint_wrap .brand_info .graph_wrap .step5_info .txt {top:-77px;}

.my_point_area .mypoint_wrap .brand_info .btm_info {position:absolute; bottom:37px; left:0; width:643px; z-index:2;}
.my_point_area .mypoint_wrap .brand_info .adddue_point {display:none; position:absolute; top:-39px; right:110px; color:#fff; font-size:12px; line-height:1.5;}
.my_point_area .mypoint_wrap .brand_info .adddue_point .em {color:#f8b133; font-size:14px; font-family:arial; vertical-align:middle;}
.ie7 .my_point_area .mypoint_wrap .brand_info .adddue_point .em {vertical-align:-1px;}
.my_point_area .mypoint_wrap .brand_info .banner_list {width:635px; height:130px; overflow:hidden;}
.my_point_area .mypoint_wrap .brand_info .banner_list ul {position:relative; height:130px; overflow:hidden;}
.my_point_area .mypoint_wrap .brand_info .banner_list li {position:relative; float:left; width:127px; padding-top:50px; text-align:center;}
.my_point_area .mypoint_wrap .brand_info .banner_list .date {position:absolute; top:0; right:0; left:0; padding-bottom:7px; background:url('/cjmweb/images/common/ico_date_arrow.png') no-repeat bottom center; color:#fff; font-size:12px; line-height:12px; opacity:.6;}
.ie7 .my_point_area .mypoint_wrap .brand_info .banner_list .date {line-height:1.5; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"}
.ie8 .my_point_area .mypoint_wrap .brand_info .banner_list .date {filter:alpha(opacity=60);}
.my_point_area .mypoint_wrap .brand_info .banner_list dl {max-width:none; width:119px; height:80px; margin:0 auto; padding:0; background:url('/cjmweb/images/common/bg_point_info.png') no-repeat; color:#222; line-height:16px;}
.my_point_area .mypoint_wrap .brand_info .banner_list dt {padding-top:13px;}
.my_point_area .mypoint_wrap .brand_info .banner_list dd {padding-top:10px;}
.ie7 .my_point_area .mypoint_wrap .brand_info .banner_list dd {padding-top:5px;}
.my_point_area .mypoint_wrap .brand_info .banner_list img {display:block; height:27px; margin:0 auto;}
.my_point_area .mypoint_wrap .brand_info .banner_list .accrue {display:inline-block; width:25px; height:16px; margin-right:2px; border:1px solid #222; border-radius:2px; background-color:#fff; font-size:11px; font-family:Dotum; line-height:16px; vertical-align:middle;}
.ie7 .my_point_area .mypoint_wrap .brand_info .banner_list .accrue {display:inline; zoom:1;}
.my_point_area .mypoint_wrap .brand_info .btm_info .btn_wrap {display:none; position:absolute; right:0; bottom:-40px; left:0; text-align:center;}
.my_point_area .mypoint_wrap .brand_info .btm_info .btn_wrap .btn_prev {width:13px; height:13px; background:url('/cjmweb/images/common/btn_mypoint_info.png') no-repeat;}
.my_point_area .mypoint_wrap .brand_info .btm_info .btn_wrap .btn_next {width:13px; height:13px; background:url('/cjmweb/images/common/btn_mypoint_info.png') no-repeat -13px 0;}
.my_point_area .mypoint_wrap .brand_info .btm_info .btn_wrap .indicator_wrap {padding:0 15px;}
.my_point_area .mypoint_wrap .brand_info .btm_info .btn_wrap .indi {width:13px; height:13px; margin:0 3px; background:url('/cjmweb/images/common/btn_mypoint_info.png') no-repeat -26px 0;}
.my_point_area .mypoint_wrap .brand_info .btm_info .btn_wrap .indi.on {width:25px; background:url('/cjmweb/images/common/btn_mypoint_info.png') no-repeat -39px 0;}

/* 단계 */
.my_point_area .mypoint_wrap .brand_info.step1 .top_info .txt_wrap {left:66px;}
.my_point_area .mypoint_wrap .brand_info.step1 .top_info .txt_wrap .bg {right:-15px;}
.my_point_area .mypoint_wrap .brand_info.step1 .top_info .onestar {left:50px;}
.my_point_area .mypoint_wrap .brand_info.step1 .top_info .go_link {display:block;}
.my_point_area .mypoint_wrap .brand_info.step1 .btm_info {display:none;}

.my_point_area .mypoint_wrap .brand_info.step2 .top_info .txt_wrap {left:163px;}
.my_point_area .mypoint_wrap .brand_info.step2 .top_info .txt_wrap .bg {right:-15px;}
.my_point_area .mypoint_wrap .brand_info.step2 .top_info .onestar {left:146px; width:45px; background-position:-37px bottom;} /* 원스터이미지교체. 이미지 사이즈 변경으로 속성값 수정 */
.my_point_area .mypoint_wrap .brand_info.step2 .graph_wrap {background:url('/cjmweb/images/common/bg_mypoint_graph02.png') no-repeat -1px 0;}

.my_point_area .mypoint_wrap .brand_info.step3 .top_info .txt_wrap {left:120px; background-position:0 -52px;}
.my_point_area .mypoint_wrap .brand_info.step3 .top_info .txt_wrap .bg {right:-15px;}
.my_point_area .mypoint_wrap .brand_info.step3 .top_info .onestar {left:273px; width:45px; background-position:-37px bottom;} /* 원스터이미지교체. 이미지 사이즈 변경으로 속성값 수정 */
.my_point_area .mypoint_wrap .brand_info.step3 .graph_wrap {background:url('/cjmweb/images/common/bg_mypoint_graph03.png') no-repeat -1px 0;}

.my_point_area .mypoint_wrap .brand_info.step4 .top_info .txt_wrap {right:225px; padding:0 15px 0 0; background-position:right -104px;}
.my_point_area .mypoint_wrap .brand_info.step4 .top_info .txt_wrap .bg {left:-15px; background-position:right -208px;}
.my_point_area .mypoint_wrap .brand_info.step4 .top_info .onestar {top:95px; left:400px; width:45px; background-position:-37px bottom;} /* 원스터이미지교체. 이미지 사이즈 변경으로 속성값 수정 */
.my_point_area .mypoint_wrap .brand_info.step4 .graph_wrap {background:url('/cjmweb/images/common/bg_mypoint_graph04.png') no-repeat -1px 0;}

.my_point_area .mypoint_wrap .brand_info.step5 .top_info .txt_wrap {right:114px; padding:0 15px 0 0; background-position:right -104px;}
.my_point_area .mypoint_wrap .brand_info.step5 .top_info .txt_wrap .bg {left:-15px; background-position:right -208px;}
.my_point_area .mypoint_wrap .brand_info.step5 .top_info .onestar {top:95px; right:90px; width:64px; background-position:-82px bottom;} /* 원스터이미지교체. 이미지 사이즈 변경으로 속성값 수정 */
.my_point_area .mypoint_wrap .brand_info.step5 .adddue_point {display:block; right:130px;}
.my_point_area .mypoint_wrap .brand_info.step5 .graph_wrap .step4_info {display:none;}
.my_point_area .mypoint_wrap .brand_info.step5 .graph_wrap {background:url('/cjmweb/images/common/bg_mypoint_graph05.png') no-repeat -1px 0;}

.my_point_area .mypoint_wrap .brand_info.step6 .top_info .txt_wrap {right:97px; padding:0 15px 0 0; background-position:right -104px;}
.my_point_area .mypoint_wrap .brand_info.step6 .top_info .txt_wrap .bg {left:-15px; background-position:right -208px;}
.my_point_area .mypoint_wrap .brand_info.step6 .top_info .onestar {top:72px; right:55px; width:54px; height:82px; background-position:-146px bottom;} /* 원스터이미지교체. 이미지 사이즈 변경으로 속성값 수정 */
.my_point_area .mypoint_wrap .brand_info.step6 .adddue_point {display:block;}
.my_point_area .mypoint_wrap .brand_info.step6 .graph_wrap {background:url('/cjmweb/images/common/bg_mypoint_graph06.png') no-repeat -1px 0;}
.my_point_area .mypoint_wrap .brand_info.step6 .graph_wrap .step4_info {display:none;}
.my_point_area .mypoint_wrap .brand_info.step6 .graph_wrap .step5_info {display:none;}
.my_point_area .mypoint_wrap .brand_info.step6 .btm_info .btn_wrap {display:block;}

/* 약관 동의 */
.agreement_sec .box_member {position:relative;}
.agreement_box {margin-top:25px;}
.agreement_box .allianceBrand_box {padding-top:25px;}
.agreement_sec .check_all {position:absolute; top:50px; right:50px;}
.agreement_sec .agreement_clause {padding-top:10px;}
.agreement_sec .agreement_clause .item_box {position:relative; margin-top:40px; padding-top:24px;}
.agreement_sec .agreement_clause .item_box .h5_tit {position:absolute; top:0; left:0; margin-top:0;}
.agreement_sec .agreement_clause .item_box .btn.view_all {position:absolute; top:-5px; right:0; margin:0;}
.agreement_sec .agreement_clause .item_box .s_txt {margin-top:10px; padding-left:10px; background:url('/cjmweb/images/common/ico_dot.png') no-repeat 0 8px; color:#555; font-size:12px; line-height:1.5;}
.agreement_sec .agreement_clause .item_box .bul_list {margin-top:10px;}
.agreement_sec .agreement_clause .item_box .bul_list .dot_arr {font-size:12px;}
.agreement_sec .agreement_clause .item_box .radio_agreement .case {margin-left:15px;}
.agreement_sec .agreement_clause .clause_box {height:100px; margin-top:12px; padding:20px; border:1px solid #ddd; background:#fff; overflow:auto;}
.agreement_clause .radio_agreement {margin-top:10px; text-align:right;}
.rule_sec .list_accordion .clause_box {height:100px; margin-top:12px; padding:20px; border:1px solid #ddd; background:#fff; overflow:auto;}
.rule_sec .list_accordion .clause .h5_tit.first {margin-top:0;}

/* iframe 약관 */
.list_accordion .iframe_sec {position:relative;}
.list_accordion .iframe_sec .btn {position:absolute; top:0; right:0;}
.iframe_area {width:100%;}
.iframe_clause .clause_txt {padding-bottom:15px;}

.iframe_area.coop_7020 {height:470px;}
.iframe_area.coop_7150_1501 {height:470px;}
.iframe_area.coop_7120_1201 {height:470px;}
.iframe_area.coop_7070_7020 {height:470px;}
.iframe_area.coop_7060_6040 {height:470px;}
.iframe_area.coop_7060_6010 {height:470px;}
.iframe_area.coop_7050_5000 {height:470px;}
.iframe_area.coop_7040_4170 {height:470px;}
.iframe_area.coop_7040_4000 {height:470px;}
.iframe_area.coop_7160_1601 {height:470px;}
.iframe_area.coop_7030_3000 {height:470px;}
.iframe_area.agr99_7150_1501 {height:470px;}
.iframe_area.agr99_7120_1201 {height:470px;}
.iframe_area.agr99_7070_7020 {height:470px;}
.iframe_area.agr99_7060_6040 {height:470px;}
.iframe_area.agr99_7060_6010 {height:470px;}
.iframe_area.agr99_7050_5000 {height:470px;}
.iframe_area.agr99_7040_4170 {height:470px;}
.iframe_area.agr99_7040_4000 {height:470px;}
.iframe_area.agr99_7160_1601 {height:470px;}
.iframe_area.agr99_7030_3000 {height:470px;}
.iframe_area.agr99_7020 {height:500px;}

/* 약관 내용, 제휴사 약관 */
.polViewnew strong {margin:0 !important; padding:0 !important; display:inline !important;font-weight:bold !important;}
.polViewnew dt,
.polViewnew strong,
.polViewnew b {font-weight:normal;}
.polViewnew ol.polviewol {padding-left:17px; text-indent:-17px;}
.polViewnew dd dl dt {padding-bottom:20px;}
.polViewnew dd dl dd p {padding-bottom:20px;}
.polViewnew dd dl dd ul {padding-bottom:20px;}
.polViewnew dd dl dd ul li ul {padding-bottom:0;}
.polViewnew .table_col th {padding-left:20px;}
.polViewnew table td {padding:3px; vertical-align:top;}

#layerWrap .clause_box .termsContentsItem .tit_lv1,
.clause .termsContentsItem .tit_lv1 {padding:30px 0 0 0; font-size:14px; color:#222; line-height:24px;}
#layerWrap .clause_box .termsContentsItem .tit_lv2,
.clause .termsContentsItem .tit_lv2 {padding:20px 0 0 0; font-size:14px; color:#222; line-height:24px;}

#layerWrap .clause_box  .termsContents {margin-top:-30px; color:#888;}
.clause .termsContents {margin-top:-20px; color:#888;}
.clause_box .termsContentsItem ol li {padding-left:14px; text-indent:-14px;}
.clause_box .termsContentsItem .f_green {color:#ee6900;} /* GMS 임시 스타일 */

/* 약관 테이블 */
.clause_box {border-top:1px solid #222;}
.clause_box table {width:100%; border:0 none; border-collapse:collapse}
.clause_box th,
.clause_box td {padding:23px 20px 21px 20px; border-bottom:1px solid #ddd; vertical-align:top;}
.clause_box th {background-color:#f8f8f8;}

.list_accordion .first .h5_tit {margin-top:0;}
.list_accordion .h5_tit {margin-top:30px; padding-bottom:5px}
.list_accordion .desc {padding-bottom:10px}
.list_accordion .cont.clause_box {height:140px; border-top:0 none; overflow:auto;}
.list_accordion .polViewnew table {border:0; border-top:1px solid #ddd; border-right:1px solid #ddd;}
.list_accordion .polViewnew th,
.list_accordion .polViewnew td,
.list_accordion .table_col th,
.list_accordion .table_col td {padding:12px 16px 10px 16px; border-top:0;  border-right:0; border-bottom:1px solid #ddd; border-left:1px solid #ddd; background-color:#fff;}
.list_accordion .polViewnew th {text-align:center;}
.list_accordion .table_col {border-top:1px solid #ddd;}
.list_accordion .table_col td {border-right:1px solid #ddd;}

/*매장찾기*/
/* 공통 */
.shopSearch .pagingGuide a {display:inline-block; position:relative; width:30px; height:30px; background:url('/cjmweb/images/common/btn_slide.png') no-repeat left center; z-index:0; vertical-align:top; vertical-align:top; text-indent:-9999px;}
.shopSearch .pagingGuide a.prev {background-position:0 -35px;}
.shopSearch .pagingGuide a.next {margin-left:-1px; background-position:-35px -35px;}
.shopSearch .pagingGuide a.prev.hover,
.shopSearch .pagingGuide a.prev.focus,
.shopSearch .pagingGuide a.prev.on {background-position:0 0; z-index:1;}
.shopSearch .pagingGuide a.next.hover,
.shopSearch .pagingGuide a.next.focus,
.shopSearch .pagingGuide a.next.on {background-position:-35px 0; z-index:1;}
.shopSearch .no_data {padding:0; border-top:1px solid #ddd; border-bottom:1px solid #ddd;}
.shopSearch .no_data .bg {width:80px; height:80px; background-position:-149px top;}
.shopSearch .txt_wrap {padding-top:16px; color:#888; font-size:16px;}
.shopSearch .pagination .btn {float:left; width:28px; height:28px; margin:0 -1px 0 0 !important; border:1px solid #ddd; background-position:-28px -28px; line-height:28px; transition:all 0s ease 0s; border-radius:0;}
.shopSearch .pagination .btn span {position:absolute; top:-999em;}
.shopSearch .pagination .btn_next {margin:0 0 0 0 !important; background-position:-56px -28px;}
.shopSearch .pagination span.btn {background-color:#efefef; background-position:-28px 0; cursor:auto;}
.shopSearch .pagination span.btn_next {background-position:-56px 0;}
#layerWrap.large .inner.search_shop {height:auto; margin-bottom:0; padding:0; overflow:hidden;}
.shopSearch {overflow:hidden;}
.shopSearch .culMapsframe,
.shopSearch .culMapsSel {padding:10px 30px;}
.shopSearch .culMapsframe .shop .select_wrap a,
.shopSearch .culMapsframe .input_txt input {font-size:12px;}
.shopSearch .culMapsframe .shop .select_wrap.location1 {width:148px; margin-right:2px;}
.shopSearch .culMapsframe .shop .select_wrap.location2 {width:100px; margin-right:2px;}
.shopSearch .culMapsframe .shop .select_wrap.location3 {width:100px; margin-right:2px;}
.shopSearch .culMapsframe .btn {margin:0; padding:0;}
.shopSearch .culMapsframe .searchauto .input_txt {padding-right:5px;}
.shopSearch .culMapsframe .searchauto .input_txt input {width:147px;}
.shopSearch .culMapsframe .searchauto {display:inline-block; position:relative; z-index:3; *zoom:1; *display:inline;}
.shopSearch .culMapframe {position:relative; height:577px; border-top:1px solid #222;}

.mark, .smark{cursor:pointer;}
.mark{width:18px; height:23px; background:url("/cjmweb/images/ico/ico_find_white.png") no-repeat scroll center center; font-size:12px; font-family:arial; font-weight:bold; text-align:center; line-height:23px;}
.mark.on {background:url('/cjmweb/images/ico/ico_find_orange.png') no-repeat center top; color:#fff;}
.shopSearch .evaluate{z-index:111; }
.shopSearch .text-map.cjtown .in_sec{position: static;	}
.nmap div {text-indent:0;}
.shopSearch .smark {position:absolute; height:32px; padding-left:5px; text-align:center; cursor: pointer; background:url('/cjmweb/images/common/bg_map_smark_left.png') no-repeat left top;}
.shopSearch .smark div {padding-right:5px; background:url('/cjmweb/images/common/bg_map_smark_right.png') no-repeat right top;}
.shopSearch .smark div div {height:31px; padding:1px 0 0 0; background:url('/cjmweb/images/common/bg_map_smark_center.png') no-repeat center top;}
.shopSearch .smark img {height:22px;}

.shopSearch  .detailInfo {height:32px; line-height:25px; background:url('/cjmweb/images/common/bg_store_mark_right.png') no-repeat right top;}
.shopSearch  .detailInfo p.name {height:32px; padding:0 5px; text-align:center; line-height:25px; white-space: nowrap; background:url('/cjmweb/images/common/bg_store_mark_left.png') no-repeat left top;}

/* 매장 목록 */
.shopSearch .sResultGuide {position:absolute; width:327px; padding:20px 20px 15px 20px; border:1px solid #222; border-left:0 none; background:#fff; z-index:2; z-index:12; top:-1px; bottom:126px; left:0;}
.shopSearch .sResultGuide .sResult {max-height:430px; overflow:hidden;}
.shopSearch .sResultGuide h2 {float:left; padding-bottom:6px; color:#222; font-size:16px;}
.shopSearch .sResultGuide .sum {float:left; padding-left:5px; color:#777; font-size:12px;}
.shopSearch .sResultGuide .list_header {overflow:hidden;}
.shopSearch .sResultGuide .no_data {height:383px;}
.shopSearch .sResultGuide .no_data .bg {padding-top:135px; background-position:-149px bottom;}
.shopSearch .sResultGuide button.map {position:absolute; width:26px; height:50px; margin-top:-25px; background:url('/cjmweb/images/common/btn_map_list.png') no-repeat left top; top:50%; right:-26px; text-indent:-9999px;}
.shopSearch .sResultGuide button.map.open {background-position:-26px top;}
.shopSearch .sResultGuide ul.list {position:relative; clear:both; border-top:1px solid #ddd; border-bottom:1px solid #ddd;}
.shopSearch .sResultGuide ul.list li {min-height:80px; max-height:80px; padding-top:1px; background:url('/cjmweb/images/common/line_dot.png') repeat-x top left;}
.shopSearch .sResultGuide ul.list li:first-child {padding-top:0; background:none;}
.shopSearch .sResultGuide ul.list li dl.shop_wrap {position:relative; padding:5px 0 6px 28px; zoom:1;}
.shopSearch .sResultGuide ul.list li dd.mark {position:absolute; width:18px; height:25px; background:url('/cjmweb/images/ico/ico_find_white.png') no-repeat center top; color:#222; font-size:10px; text-align:center; line-height:20px; top:12px; left:0;}
.shopSearch .sResultGuide ul.list li.on dd.mark,
.shopSearch .sResultGuide ul.list li:hover dd.mark {background:url('/cjmweb/images/ico/ico_find_orange.png') no-repeat center top; color:#fff;}
.shopSearch .sResultGuide ul.list.cjtown dl.shop_wrap {position:relative; padding:5px 0 6px 0; zoom:1;}
.shopSearch .sResultGuide ul.list.cjtown li dd.mark {display:none;}
.shopSearch .sResultGuide ul.list li dd.tit a {display:block; min-height:25px; margin:0; color:#222; font-size:12px; line-height:20px;}
.shopSearch .sResultGuide ul.list li dd.tit img {margin-right:10px; vertical-align:middle;}
.shopSearch .sResultGuide ul.list li dd.addy {color:#777; font-size:12px; line-height:20px;}
.shopSearch .sResultGuide ul.list li dd.addy a{color:inherit;}
.shopSearch .sResultGuide .pagination {position:absolute; padding-top:0; top:10px; right:19px;}
.shopSearch .sResultGuide .pagination a {float:left;}
.shopSearch .search_auto_box {display:none; position:absolute; width:177px; padding:15px 0;border:1px solid #ddd; background:#fff; top:33px; left:0;}
.shopSearch .search_auto_box.on {display:block;}
.shopSearch .search_auto_box a {display:block; padding:0 20px;color:#222; font-size:12px; text-align:left; overflow:hidden; line-height:24px; white-space:nowrap; text-overflow:ellipsis;}
.shopSearch .search_auto_box a.hover {background:#ddd;}
.shopSearch .search_auto_box a em {color:#ee6900;}
.shopSearch .state_ico {display:inline-block; height:16px; margin-right:5px; padding:0 3px; border:1px solid #ddd; background:#f8f8f8; color:#777; font-size:12px; line-height:16px; vertical-align:middle; border-radius:2px; *font-size:11px; *line-height:1.3;}
.shopSearch .state_ico.gray {border:1px solid #999; background:#999; color:#fff;}
.shopSearch .state_ico.blue {border:1px solid #0261a3; background:#0261a3; color:#fff;}
.shopSearch .state_ico.pink {border:1px solid #d60273; background:#d60273; color:#fff;}
/* 분기 처리 [주변매장, CJ Town]*/
.shopSearch .sResultGuide ul.list.sub li dl.shop_wrap{padding-left:0;}
.shopSearch .sResultGuide ul.list.sub li dd.mark{display:none;}
.shopSearch .culMapframe.cjtown .sResultGuide ul.list li dl.shop_wrap{padding-left:0;}
.shopSearch .culMapframe.cjtown .sResultGuide ul.list li dd.mark{display:none;}
.shopSearch .culMapframe.cjtown .text-map .mark{display:none;}
.shopSearch .culMapframe.cjtown .text-map .tit{padding-left:0;}
.shopSearch .culMapframe.cjtown .text-map .addy{padding-left:0;}

.shopSearch .text-map {position:absolute; height:126px; border-top:1px solid #222; background:#fff; zoom:1;z-index:4; z-index:2; bottom:0; left:0;}
.shopSearch .text-map .in_sec {width:527px; padding:13px 153px 0 20px;}
#layerWrap .shopSearch .text-map .btn_sec {position:absolute; padding:0; bottom:12px; right:170px;}
#layerWrap .shopSearch .text-map .btn_sec .btn {min-width:10px;}
.shopSearch .text-map .show_wrap {position:relative; padding-right:20px; padding-bottom:5px; zoom:1;}
.shopSearch .text-map.cjtown .in_sec {/*position:relative; */width:507px; height:111px; padding:13px 173px 0 20px; z-index:2;}
.shopSearch .text-map.cjtown .in_sec .tit {padding-left:0;}
.shopSearch .text-map.cjtown .in_sec .addy {width:507px; padding-left:0;}
.shopSearch .text-map .mark {position:absolute; width:22px; height:28px; background:url('/cjmweb/images/ico/ico_find_orange_big.png') no-repeat center center; color:#fff; font-size:12px; font-weight:bold; text-align:center; line-height:25px; top:0; left:0;}
.shopSearch .text-map .tit {float:left; padding-right:5px; padding-left:32px; color:#222; font-size:14px; letter-spacing:-1px;}
.shopSearch .text-map .tit img {position:relative; margin-right:10px; top:0; height:37px; vertical-align:middle;}
.shopSearch .text-map .tel {float:left; height:36px; padding-left:10px; background:url('/cjmweb/images/ico/ico_telephone.png') no-repeat left center; color:#222; font-size:12px; line-height:36px;}
.shopSearch .text-map .addy {position:relative; float:left; width:475px; padding-left:32px; font-size:12px; line-height:20px;}
.shopSearch .text-map .addy a {padding-right:8px; border-bottom:1px solid #222; background:url('/cjmweb/images/common/bu_tri_right_black.png') no-repeat right center; color:#222; font-size:12px;}
.shopSearch .text-map .addy div {position:absolute; padding:0 0 0 15px ; background:url('/cjmweb/images/common/bg_land_left.png') no-repeat left top; top:-30px; left:149px;}
.shopSearch .text-map .addy .land p {height:53px; padding:0 15px 0 0; background:url('/cjmweb/images/common/bg_land_right.png') no-repeat right top; color:#222; font-size:12px; line-height:44px; white-space:nowrap;}
.shopSearch .text-map .addy a.hover .land,
.shopSearch .text-map .addy a.focus .land {display:block;}
.shopSearch .text-map .score {position:absolute; left:0; bottom:15px; padding-left:20px;}
.shopSearch .text-map .star {position:relative; float:left; width:85px; height:18px; top:2px;}
.shopSearch .text-map .star div {position:absolute; width:85px; height:18px; background:url('/cjmweb/images/common/bg_star_transparent.png') no-repeat left top; z-index:3; top:0; left:0; text-indent:-9999px;}
.shopSearch .text-map .star p {position:absolute; width:30%; height:18px; background:url('/cjmweb/images/common/bg_star_on.png') no-repeat left top; z-index:2; top:0; left:0; text-indent:-9999px;}
.shopSearch .text-map .gain {float:left; padding-left:10px; font-size:12px;}
.shopSearch .text-map .gain em {color:#ee6900;}
.shopSearch .text-map .btns {position:absolute; bottom:15px; left:280px;}
.shopSearch .text-map .btns a,
.shopSearch .text-map .btns button {min-width:0; vertical-align:middle; *margin-right:5px;}
.shopSearch .text-map .benefit {position:absolute; width:128px; padding:10px 0 0 24px; border-left:1px solid #ddd; top:0; right:0; bottom:0;}
.shopSearch .text-map .benefit a {display:block; float:left; width:56px; height:50px; color:#777; cursor:pointer;}
.shopSearch .text-map .benefit span {display:block; float:left; width:56px; height:23px; padding:27px 0 0 0; background:url('/cjmweb/images/common/bg_benefit.png') no-repeat left top; color:#777; font-size:12px; text-align:center;}
.shopSearch .text-map .benefit a.btm,
.shopSearch .text-map .benefit span.btm {margin-top:10px;}
.shopSearch .text-map .benefit span.on{color:#222;}
.shopSearch .text-map .benefit span.coupon {background-position:2px top;}
.shopSearch .text-map .benefit span.coupon.on {background-position:-48px top;}
.shopSearch .text-map .benefit span.event {background-position:2px -50px;}
.shopSearch .text-map .benefit span.event.on {background-position:-48px -50px;}
.shopSearch .text-map .benefit span.shopping {background-position:2px -100px;}
.shopSearch .text-map .benefit span.shopping.on {background-position:-48px -100px;}
.shopSearch .text-map .benefit span.stamp {background-position:2px -150px;}
.shopSearch .text-map .benefit span.stamp.on {background-position:-48px -150px;}
.shopSearch .noprint {display:none;}
#searchResult.close {left:-367px;}
.shopSearch .evaluate {position:absolute; padding:0 20px; border-top:1px solid #222; background:#f8f8f8; overflow:hidden; z-index:12; top:54px; right:0; bottom:127px; left:0;}
.shopSearch .evaluate .evaluate_header {display:inline-block; position:relative; padding:10px 0 8px; z-index:1;vertical-align:top;}
#layerWrap .shopSearch .evaluate .evaluate_header .h3_tit {float:left;height:32px; padding:0 10px 0 0; font-size:20px; line-height:30px; vertical-align:top;}
.shopSearch .evaluate .btn_close {position:absolute; top:7px; right:20px;}
.shopSearch .evaluate .btn_close .btn_sm {min-width:80px; width:80px; background-color:transparent;}
.shopSearch .giveScore {position:relative; float:left;width:158px; height:32px; border:1px solid #ddd; background:#fff; z-index:2; vertical-align:top;}
.shopSearch .giveScore .star {position:relative; float:left;width:85px; height:18px; margin-right:20px; top:6px; left:8px;}
.shopSearch .giveScore .star .star_wrap {position:absolute; width:85px; height:18px; background:url('/cjmweb/images/common/bg_star_transparent.png') no-repeat left top; top:0; left:0;}
.shopSearch .giveScore .star .star_wrap button {float:left; width:17px; height:17px; text-indent:-9999px;}
.shopSearch .giveScore .star .star_wrap button.on {background:url('/cjmweb/images/common/bg_star.png') no-repeat center center;}
.shopSearch .giveScore .get {float:left; padding-left:3px;line-height:30px; vertical-align:top;}
.shopSearch .giveScore .get em {color:#222; font-size:16px; line-height:30px;}
.shopSearch .giveScore a.btn_star {display:block; position:absolute; width:20px; height:20px; background:url('/cjmweb/images/common/bu_down_gray.png') no-repeat center center; top:6px; right:3px; text-indent:-9999px;}
.shopSearch .giveScore .star_layer {position:absolute; width:158px; border:1px solid #ddd; background:#fff; top:31px; left:-1px;}
.shopSearch .giveScore .star_layer li {height:28px; background:url('/cjmweb/images/common/bg_stars_gray.png') no-repeat 5px 5px;}
.shopSearch .giveScore .star_layer li button {width:145px; height:28px; text-align:right;}
.shopSearch .giveScore .star_layer li button span {display:block; margin-left:5px; padding-right:28px; background:url('/cjmweb/images/common/bg_stars_yellow.png') no-repeat -68px 3px; color:#222; font-size:16px; text-align:right;}
.shopSearch .giveScore .star_layer li.lv2 button span {background-position:-51px 3px;}
.shopSearch .giveScore .star_layer li.lv3  button span {background-position:-34px 3px;}
.shopSearch .giveScore .star_layer li.lv4 button span {background-position:-17px 3px;}
.shopSearch .giveScore .star_layer li.lv5 button span {background-position:0 3px;}

/*댓글 쓰기*/
.reply_write {position:relative; *border:1px solid transparent;}
.reply_write .textarea {width:528px;padding-bottom:0;}
.reply_write textarea {height:48px; font-size:12px; line-height:20px;}
.reply_write .btn {position:absolute; width:80px; min-width:80px; height:94px; padding:0; top:0; right:0; border-radius:3px;}

/*댓글 리스트*/
.shopSearch .reply_list .reply_header {position:relative; padding:10px 0; overflow:hidden;}
.shopSearch .reply_list .reply_header .sum {float:left; padding-top:15px; color:#888; line-height:12px;}
.shopSearch .reply_list .reply_header .sum span {padding:0 9px 0 10px; border-left:1px solid #ddd;}
.shopSearch .reply_list .reply_header .sum .page_count {padding-left:0; border-left:0 none;}
.shopSearch .reply_list .reply_header .sum em {color:#555;}
.shopSearch .reply_list .reply_header .btn_wrap {float:right;}
.shopSearch .reply_list .reply_header .btn {margin:0;}
.shopSearch .reply_list .reply_header .btn.btn_sm {float:left;}
.shopSearch .reply_list .reply_header .pagination {float:left; padding:0 1px 0 10px;}
.shopSearch .reply_list .list_wrap {position:relative;height:244px; padding:0 20px; border-top:1px solid #ddd; border-bottom:1px solid #ddd; background:#fff; overflow:auto;}
.shopSearch .reply_list .list_wrap li {border-top:1px solid #ddd;}
.shopSearch .reply_list .list_wrap li.first {border-top:0 none;}
.shopSearch .reply_list .reply_cont_wrap {position:relative; padding:6px 0 10px; font-size:12px; line-height:20px; word-break:break-all;}
.shopSearch .reply_list .reply_cont_wrap .reply_info {padding-top:8px; color:#888; line-height:12px;}
.shopSearch .reply_list .reply_cont_wrap .reply_info span {padding:0 9px 0 10px; border-left:1px solid #ddd;}
.shopSearch .reply_list .reply_cont_wrap .reply_info .date {padding-left:0; border-left:0 none;}
.shopSearch .reply_list .reply_cont_wrap .reply_info .url {color:#555;}
.shopSearch .reply_list .reply_cont_wrap .reply_info .del {display:none;}
.shopSearch .reply_list .me .reply_cont_wrap .reply_info .del {display:inline-block;}
.shopSearch .reply_list .reply_cont_wrap .reply_info button {padding-right:20px; background:url('/cjmweb/images/common/btn_delete.png') no-repeat right center; color:#888;}
.shopSearch .reply_list .reply_cont_wrap .reply_info button span {padding:0; border:0 none;}
.shopSearch .reply_list .no_data {height:191px; padding-top:54px; background:#fff;}

/* ARS 본인인증 */
#layerWrap .ars_certify .h2_tit {padding-top:20px; font-size:20px;}
#layerWrap .ars_certify .h2_tit.first {padding-top:0;}
#layerWrap .ars_certify .bul_list .han_arr {margin-bottom:10px;}
#layerWrap .ars_certify .bul_list .info_txt {text-indent:0;}
#layerWrap .ars_certify .h3_tit {padding:10px 0;color:#555; font-size:13px;}
#layerWrap .ars_certify .h3_tit.first {padding-top:0}
#layerWrap .ars_certify .h4_tit {padding:15px 0 10px 0; font-size:18px;}
#layerWrap .ars_certify .h4_tit.first {padding-top:0}
#layerWrap .ars_certify .h5_tit {padding:10px 0; font-size:16px;}
#layerWrap .ars_certify .h5_tit.first {padding-top:0;}
#layerWrap .ars_certify .h_desc {margin-top:-5px; padding-bottom:10px;}

#layerWrap .ars_certify .table_header {padding-bottom:0;}
#layerWrap .ars_certify .table_row thead th {padding:14px 20px 13px 20px; border-left:1px solid #ddd; font-size:14px; text-align:left;}
#layerWrap .ars_certify .table_row thead th.first {border-left:0 none;}
#layerWrap .ars_certify .table_row tbody th,
#layerWrap .ars_certify .table_row tbody td {font-size:14px;}
#layerWrap .ars_certify .table_row td {border-left:1px solid #ddd;}
#layerWrap .ars_certify .table_row td.first {border-left:0 none;}
#layerWrap .ars_certify .table_row .al_center {text-align:center;}

/* 쿠폰 모듈 */
/* 쿠폰 정렬 기본 3 열*/
.cupon_list ul.list {margin-left:-20px !important; padding-top:20px; overflow:hidden; zoom:1;}
.cupon_list li.item {float:left; width:340px; margin-left:20px;padding-top:30px;overflow:hidden;}

.module_cupon {display:block; position:relative; border:1px solid #ccc; text-align:center; cursor:pointer; transition:border .5s;border-radius:3px;background:#fff;}
.module_cupon.hover,
.module_cupon.focus {border-color:#222;}
.module_cupon.hover span.cupon_design_top:after,
.module_cupon.focus span.cupon_design_top:after,
.module_cupon.hover span.cupon_design_btm:after,
.module_cupon.focus span.cupon_design_btm:after {opacity:0;}
.ie8 .module_cupon.hover span.cupon_design_top:after,
.ie8 .module_cupon.focus span.cupon_design_top:after,
.ie8 .module_cupon.hover span.cupon_design_btm:after,
.ie8 .module_cupon.focus span.cupon_design_btm:after {display:none;}
.ie7 .module_cupon.hover span.cupon_design_top,
.ie7 .module_cupon.focus span.cupon_design_top,
.ie7 .module_cupon.hover span.cupon_design_btm,
.ie7 .module_cupon.focus span.cupon_design_btm {background-position:left bottom;}
.module_cupon a {display:block;}
.module_cupon dl {position:relative; height:218px;}
.module_cupon span.cupon_design_top {display:block; position:absolute; width:30px; height:11px; margin-left:-15px; background:#fff url('/cjmweb/images/common/bg_cupon_top.png') no-repeat left bottom; top:-1px; left:50%;}
.module_cupon span.cupon_design_btm {display:block; position:absolute; /* 12px 단위로 조정 */ width:300px; height:5px; margin-left:-150px; background:#fff url('/cjmweb/images/common/bg_cupon_bottom.png') repeat-x 1px bottom; bottom:-1px; left:50%;}
.module_cupon.bg_gray span.cupon_design_top{background-color:#f8f8f8;}
.module_cupon.bg_gray span.cupon_design_btm{background-color:#f8f8f8;}
.module_cupon span.cupon_design_top:after,
.module_cupon span.cupon_design_btm:after {display:block; position:absolute; overflow:hidden; top:0; right:0; bottom:0; left:0; content:''; transition:opacity .5s;}
.module_cupon span.cupon_design_top:after {background:url('/cjmweb/images/common/bg_cupon_top.png') no-repeat left top;}
.module_cupon span.cupon_design_btm:after {background:url('/cjmweb/images/common/bg_cupon_bottom.png') repeat-x 1px top;}
.ie7 .module_cupon span.cupon_design_top {background-position:left top;}
.ie7 .module_cupon span.cupon_design_btm {background-position:1px top;}
.module_cupon dt {margin:0 42px; padding:19px 0 10px; background:url('/cjmweb/images/common/dot_cupon.png') repeat-x left bottom;}
.module_cupon dt img {height:40px;}
.module_cupon dd {padding:0 40px;}
.module_cupon dd.default,
.module_cupon dd.won,
.module_cupon dd.percent,
.module_cupon dd.point {margin-top:19px; color:#222; line-height:100%;}
.module_cupon dd.default {font-size:34px; line-height:44px;}
.module_cupon dd.default.multi_line {height:72px; padding-bottom:6px; font-size:26px; line-height:36px;}
.module_cupon dd.default.multi_line span {display:inline-block; *display:block;}
.module_cupon dd .unit {line-height:100%; vertical-align:middle; *vertical-align:2px;}
.module_cupon dd.won {font-size:44px;}
.module_cupon dd.won .unit {font-size:26px; vertical-align:5px; *vertical-align:2px;}
.module_cupon dd.percent {font-size:44px;}
.module_cupon dd.percent .unit {font-size:30px;}
.module_cupon dd.percent .unit .txt {font-size:26px; vertical-align:4px;}
.module_cupon dd.point {font-size:44px;}
.module_cupon dd.point .unit {font-size:30px; *vertical-align:0;}
.module_cupon dd.sub_txt {margin-top:8px; line-height:26px;}
.module_cupon dd.sub_txt .length {display:inline-block; height:26px; margin-left:2px; padding:0 8px; background:#ee6900; color:#fff; line-height:inherit; border-radius:13px;}
.module_cupon dd.date {position:absolute; bottom:20px;left:0;right:0;color:#888;}
.module_cupon dd.date .status {display:inline-block; margin-left:4px; padding-left:8px; border-left:1px solid #ddd; color:#ee6900; line-height:100%;}
/* 쿠폰 고도화 시작 */
.module_cupon.new { padding: 22px 30px 40px; height: 235px; position: relative; box-sizing: border-box; }
.module_cupon.new .badge { position: absolute; top: 0px; left: 0px; width: 50px; height: 50px; overflow: hidden; text-indent: -999em; }
.module_cupon.new .badge.icon1 { background: url(/cjmweb/images/coupon/ico_badge1.png) no-repeat; }
.module_cupon.new .badge.icon2 { background: url(/cjmweb/images/coupon/ico_badge2.png) no-repeat; }
.module_cupon.new .badge.icon3 { background: url(/cjmweb/images/coupon/ico_badge3.png) no-repeat; }
.module_cupon.new .badge.icon4 { background: url(/cjmweb/images/coupon/ico_badge4.png) no-repeat; }
.module_cupon.new dl { height: auto; position: static; }
.module_cupon.new dt { margin: 0; padding: 0; background: none; }
.module_cupon.new dt + .default { margin-top: 4px; }
.module_cupon.new dt + .default.multi_line { margin-top: 15px; }
.module_cupon.new dd { padding: 0; }
.module_cupon.new dd.sub_txt {line-height: 18px; width: 278px; margin:15px auto 0; }
.module_cupon.new dd.sub_txt span { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; display: inline-block; width: 89%; }
.module_cupon.new dd.sub_txt + .default { margin-top: 11px; }
.module_cupon.new dd.default { font-size: 30px; line-height: 30px; }
.module_cupon.new dd.default .unit { letter-spacing: 0; font-size: 30px; line-height:26px;}
.module_cupon.new dd.default.multi_line { font-size: 26px; line-height: 36px; padding-bottom: 0; height: auto; }
.module_cupon.new dd.date { bottom: 15px; }
.module_cupon.new dd.date .status .new { display: inline-block; height: 14px; line-height: 14px; font-size: 10px; color: #fff; padding: 0 6px; border-radius: 7px; background: #ed7000; vertical-align: middle; }
.module_cupon.new dd.couponIconBox { margin-top: 5px; }
.module_cupon.new dd.couponIconBox ul { text-align: center; }
.module_cupon.new dd.couponIconBox ul li { display: inline-block; margin-left: 20px; }
.module_cupon.new dd.couponIconBox ul li:first-child { margin-left: 0; }
.module_cupon.new dd.couponIconBox ul li .couponIcon1 { background: url(/cjmweb/images/coupon/ico_coupon1.png) no-repeat left center; padding-left: 22px; height: 17px; line-height: 19px; display: inline-block; }
.module_cupon.new dd.couponIconBox ul li .couponIcon2 { background: url(/cjmweb/images/coupon/ico_coupon2.png) no-repeat left center; padding-left: 22px; height: 17px; line-height: 19px; display: inline-block; }
.module_cupon.new.type2 { height: 185px; }
.module_cupon.new.type2 dt + .default.multi_line { margin-top: 4px; }
.module_cupon.new.type2 dd.date { bottom: 15px; }
.module_cupon.new.type3 { height: 263px; }
.module_cupon.new.type3 dd.msg { color: #ffa627; text-align: center; height: 36px; line-height: 18px; overflow: hidden; margin-top: 6px; }
.module_cupon.new.type3 dd.msg + .sub_txt { background: url(/cjmweb/images/common/dot_cupon.png) repeat-x left top; margin-top: 16px; padding-top: 15px; }
.module_cupon.new.type3 dd.date { bottom: 25px; }
.module_cupon.new + .btnBox { margin-top: 20px; text-align: center; }
/* 쿠폰 고도화 끝 */

/* 개인정보 취급방침 */
.ie7 .polviewol,
.ie8 .polviewol {letter-spacing:1px;}
.polviewol .list_wrap .list a span {width:30px;}
.terms_list.polviewol {margin-bottom:0;}
.terms_list.polviewol .list_wrap {width:50%;}
.polviewol_sec {padding-top:10px; color:#888;}
.polviewol_sec a {color:#888;}
.polviewol_sec .tit_agree {padding-top:30px; color:#222; font-size:14px;}
.polviewol_sec .privacy_wrap {width:100%;}
.polviewol_sec .han_arr .dot_arr {margin-bottom:0;color:#888; text-indent:0;}
.polviewol_sec .bul_list span.cnum_arr {display:block;}
.polviewol_sec .bul_list.indent {text-indent:0;}
.polviewol_sec .bul_list.indent li {color:#888;}
.polviewol_sec .admin_profile {overflow:hidden; text-indent:0;}
.polviewol_sec .admin_profile dt,
.polviewol_sec .admin_profile dd {height:24px;}
.polviewol_sec .admin_profile dt {float:left; padding-right:4px;}
.polviewol_sec .btn_toggle {display:block; position:relative; height:50px; margin-top:15px; padding-left:20px; border-top:1px solid #ddd; border-bottom:1px solid #ddd; color:#222; line-height:50px;}
.polviewol_sec .btn_toggle span.ico {display:block; position:absolute; width:12px; height:12px; background:url('/cjmweb/images/common/btn_accordion.png') no-repeat left top; overflow:hidden; top:20px; right:20px; text-indent:-9999em;}
.polviewol_sec .btn_toggle.on span.ico {background-position:left bottom;}

.polviewol_sec .toggle_body {padding:30px 20px; background:#f8f8f8;}
.polviewol_sec .toggle_sec {padding-bottom:25px;}
.polviewol_sec .table_row,
.polviewol_sec .table_col,
.polviewol_sec .table_row th,
.polviewol_sec .table_col th {background:#fff;}
.polviewol_sec .table_row thead th,
.polviewol_sec .table_col thead th {background:#fff; text-align:center;}
.polviewol_sec .table_row tbody th,
.polviewol_sec .table_col tbody th {background:#fff; text-align:left;}
.polviewol_sec .table_row th {padding:9px 10px 10px; border-left:1px solid #ddd; vertical-align:middle;}
.polviewol_sec .table_row th:first-child {border-left:0;}
.polviewol_sec .table_col td,
.polviewol_sec .table_row td {padding:13px 20px; border-left:1px solid #ddd; vertical-align:middle;}
.polviewol_sec .table_row td.first-child {border-left:0;}
.polviewol .old_privacy_list {margin-top:25px;}
.polviewol .old_privacy_list .tit_agree {color:#222; font-size:14px;}
.polviewol .old_privacy_list ul {margin-top:5px;}
.polviewol .old_privacy_list ul li a {color:#888;}
.polviewol .old_privacy_list ul li.on a {color:#222;}
.polviewol .btn_center .btn {padding:0 20px;}

/* 제휴 브랜드  */
.allianceBrand_box {width:960px; margin:0 auto;padding-top:50px;}
.allianceBrand_box .in_sec {padding:20px 22px 40px 2px;background:#fff;}
.allianceBrand_box .alliance_list {overflow:hidden;}
.allianceBrand_box .alliance_list li {float:left; padding:20px 0 0 20px;}
.allianceBrand_box .alliance_list li a {display:block; width:136px; height:30px; text-align:center;}
.allianceBrand_box .alliance_list li a img {height:100%;}
#layerWrap .allianceBrand_box {width:auto;padding-top:25px;}
#layerWrap .allianceBrand_box .h5_tit {padding:16px 0 0 0; text-align:center;}
#layerWrap .allianceBrand_box .in_sec {padding:0 40px 20px 20px; border:1px solid #ddd;}
#layerWrap .allianceBrand_box .alliance_list li a {width:120px;}

/* ONE콘 리스트(공연) */
.con_product_list .product_view.show span.img img {width:117px; height:150px; margin:25px auto 0 auto; border:1px solid #ebebeb;}

@media screen and (max-width:1024px) {
	.my_point_area .mypoint_wrap {max-width:none; margin:0 50px; padding-bottom:40px;}
	.my_point_area .mypoint_wrap .my_state {float:none; width:auto; min-height:79px; height:auto; padding-bottom:20px; border:0 none; border-bottom:1px solid rgba(255,255,255,.2)}

	.my_point_area .mypoint_wrap .my_state dl {margin-top:0;}
	.my_point_area .mypoint_wrap .my_state dl:after {content:''; clear:both; display:block;}
	.my_point_area .mypoint_wrap .my_state dt {float:left; font-size:22px; line-height:40px;}
	.my_point_area .mypoint_wrap .my_state dt span {font-size:32px;}
	.my_point_area .mypoint_wrap .my_state dt .name {display:inline; font-size:22px;}
	.my_point_area .mypoint_wrap .my_state .mypoint_is .btn_q {vertical-align:top;}

	.my_point_area .mypoint_wrap .my_state dd {float:right; padding:15px 0 20px 0;}
	.my_point_area .mypoint_wrap .my_state ul {padding-top:10px;}
	.my_point_area .mypoint_wrap .my_state li {float:left; padding-left:30px; line-height:30px;}
	.my_point_area .mypoint_wrap .my_state li.first {padding-left:0;}
	.my_point_area .mypoint_wrap .my_state .q_wrap {float:none;}
	.my_point_area .mypoint_wrap .my_state li .count {position:static; float:none; text-align:right; font-size:18px; line-height:30px;}

	.my_point_area .mypoint_wrap .brand_info .top_info .go_link {top:14px; right:0}

	.my_point_area .mypoint_wrap .brand_info {margin-left:0;}
	.my_point_area .mypoint_wrap .brand_info .top_info .txt_wrap {top:43px;}
	.my_point_area .mypoint_wrap .brand_info .top_info .onestar {top:95px;}

	.my_point_area .mypoint_wrap .brand_info.step1 .top_info .txt_wrap {left:201px;}
	.my_point_area .mypoint_wrap .brand_info.step2 .top_info .txt_wrap {left:298px;}
	.my_point_area .mypoint_wrap .brand_info.step3 .top_info .txt_wrap {left:255px;}
	.my_point_area .mypoint_wrap .brand_info.step4 .top_info .txt_wrap {right:362px;}
	.my_point_area .mypoint_wrap .brand_info.step5 .top_info .txt_wrap {right:251px;}
	.my_point_area .mypoint_wrap .brand_info.step6 .top_info .txt_wrap {right:234px;}

	.my_point_area .mypoint_wrap .brand_info.step1 .top_info .onestar {left:185px;}
	.my_point_area .mypoint_wrap .brand_info.step2 .top_info .onestar {left:281px;}
	.my_point_area .mypoint_wrap .brand_info.step3 .top_info .onestar {left:408px;}
	.my_point_area .mypoint_wrap .brand_info.step4 .top_info .onestar {top:98px; left:537px;}
	.my_point_area .mypoint_wrap .brand_info.step5 .top_info .onestar {top:98px; right:237px;}
	.my_point_area .mypoint_wrap .brand_info.step6 .top_info .onestar {top:75px; right:192px;}

	.my_point_area .mypoint_wrap .brand_info .graph_wrap {top:0; left:50%; width:648px; margin-left:-324px; background-position:-2px 43px;}
	.my_point_area .mypoint_wrap .brand_info.step2 .graph_wrap {background-position:-2px 43px;}
	.my_point_area .mypoint_wrap .brand_info.step3 .graph_wrap {background-position:-2px 43px;}
	.my_point_area .mypoint_wrap .brand_info.step4 .graph_wrap {background-position:-2px 43px;}
	.my_point_area .mypoint_wrap .brand_info.step5 .graph_wrap {background-position:-2px 43px;}
	.my_point_area .mypoint_wrap .brand_info.step6 .graph_wrap {background-position:-2px 43px;}

	.my_point_area .mypoint_wrap .brand_info .btm_info {bottom:22px; left:50%; width:648px; margin-left:-324px;}
	/* 쿠폰 리스트 */
	.cupon_list li.item{width:313px;margin-left:20px;}

	/* 대쉬보드 */
	.personalInfo .inner_sec {width:auto;margin:0 20px;}
	.personalInfo .my_point{width:246px;}
	.personalInfo .my_use_brand {width:440px; padding:0 16px 0 15px;}
	.personalInfo .my_msg {width:250px; padding-left:15px;}
	.personalInfo .my_point .all_point {font-size:44px; line-height:48px;}
	.personalInfo .my_point .all_point .unit {font-size:33px; vertical-align:1px;line-height:25px;}
	.personalInfo .my_point .all_point.max {font-size:36px;}
	.personalInfo .my_point .all_point.max .unit {font-size:25px; vertical-align:2px;}
	.personalInfo .btn.btn_sm {right:0;}
	.personalInfo .my_point .use_point {margin-top:57px;}
	.personalInfo .my_point .use_point dd{font-size:28px;}

	/* 제휴 브랜드  */
	.allianceBrand_box{width:auto;}
	.allianceBrand_box .alliance_list{width:780px;margin:0 auto;}
}
@media screen and (max-width:768px) {
	.my_point_area .mypoint_wrap {min-height:400px;}

	.my_point_area .mypoint_wrap .brand_info.step1 .top_info .txt_wrap {left:75px;}
	.my_point_area .mypoint_wrap .brand_info.step2 .top_info .txt_wrap {left:172px;}
	.my_point_area .mypoint_wrap .brand_info.step3 .top_info .txt_wrap {left:129px;}
	.my_point_area .mypoint_wrap .brand_info.step4 .top_info .txt_wrap {right:236px;}
	.my_point_area .mypoint_wrap .brand_info.step5 .top_info .txt_wrap {right:125px;}
	.my_point_area .mypoint_wrap .brand_info.step6 .top_info .txt_wrap {right:108px;}

	.my_point_area .mypoint_wrap .brand_info.step1 .top_info .onestar {left:59px;}
	.my_point_area .mypoint_wrap .brand_info.step2 .top_info .onestar {left:155px;}
	.my_point_area .mypoint_wrap .brand_info.step3 .top_info .onestar {left:282px;}
	.my_point_area .mypoint_wrap .brand_info.step4 .top_info .onestar {left:407px;}
	.my_point_area .mypoint_wrap .brand_info.step5 .top_info .onestar {right:111px;}
	.my_point_area .mypoint_wrap .brand_info.step6 .top_info .onestar {right:66px;}

	.my_point_area .mypoint_wrap .brand_info .graph_wrap {top:0; left:50%; width:648px; margin-left:-324px; background-position:-2px 43px;}
	.my_point_area .mypoint_wrap .brand_info.step2 .graph_wrap {background-position:-2px 43px;}
	.my_point_area .mypoint_wrap .brand_info.step3 .graph_wrap {background-position:-2px 43px;}
	.my_point_area .mypoint_wrap .brand_info.step4 .graph_wrap {background-position:-2px 43px;}
	.my_point_area .mypoint_wrap .brand_info.step5 .graph_wrap {background-position:-2px 43px;}
	.my_point_area .mypoint_wrap .brand_info.step6 .graph_wrap {background-position:-2px 43px;}

	.my_point_area .mypoint_wrap .brand_info .btm_info {left:50%; width:648px; margin-left:-324px;}

	/* 개인정보 취급방침 */
	.terms_list.polviewol .list_wrap {width:auto;}
	/* 쿠폰 리스트 */
	.cupon_list li.item{width:354px;}

	/* 대쉬보드 */
	#headerWrap .personalInfo {top:55px; height:688px;}
	.personalInfo .inner_sec {width:auto; margin:0 50px;}
	.personalInfo .my_point,
	.personalInfo .my_use_brand,
	.personalInfo .my_msg {position:relative; float:none; width:auto; height:auto; padding:0 0 20px 0;}
	.personalInfo span.line {width:auto; height:1px;background:#ddd; top:auto; right:0; bottom:0; left:0;}
	.personalInfo .line_break {display:inline-block; margin-top:0;}
	.personalInfo .btn.btn_sm {right:-7px;}
	.personalInfo .my_point {overflow:hidden;}
	.personalInfo .my_point .all_point_wrap {float:left; width:334px;}
	.personalInfo .my_point .all_point_wrap .h4_tit {margin-right:0;}
	.personalInfo .my_point .all_point {height:48px; padding-top:18px; font-size:48px; line-height:48px;}
	.personalInfo .my_point .all_point .unit {font-size:34px; vertical-align:0;}
	.personalInfo .my_point .all_point.max {font-size:48px;}
	.personalInfo .my_point .all_point.max .unit {font-size:34px; vertical-align:0;}
	.personalInfo .my_point .use_point {position:static; float:right; margin-top:30px;}
	.personalInfo .my_point .use_point dd {margin-top:5px; font-size:32px; line-height:32px;}
	.personalInfo .my_use_brand {padding:20px 0; overflow:hidden;}
	.personalInfo .my_use_brand .btn_sm {top:14px;}
	.personalInfo .my_use_brand .msg_info {height:auto; margin-top:7px;}
	.personalInfo .my_use_brand .msg_info .title {display:inline-block;}
	.personalInfo .my_use_brand .use_point_length {position:static; float:left;padding-top:10px; text-align:left;}
	.personalInfo .my_use_brand .use_point_list {float:right; width:440px; margin-top:5px;}
	.personalInfo .my_msg {padding-top:20px;}
	.personalInfo .my_msg {float:none; clear:both; width:auto; padding-left:0;}
	.personalInfo .my_msg .msg_list {width:auto;}

	/* 제휴 브랜드  */
	.allianceBrand_box{width:auto;}
	.allianceBrand_box .alliance_list{width:468px;margin:0 auto;}
}

/* 제휴 브랜드 */
.alliance_brand_box img {max-width:100%;}

/* 오픈안내 */
.check_website {width:700px; margin:0 auto; padding-top:44px;text-align:center;}
.check_website .img {display:block; width:381px; height:256px;margin:0 auto; background:url('/cjmweb/images/error/bg_error.png') no-repeat 0 66px;}
.check_website .h2_tit {margin-top:30px;}
.check_website .h_desc {margin-top:17px;}
.check_website .box_gray {margin-top:35px; padding-top:25px; padding-bottom:25px;}
.check_website .box_gray .check_time {padding:8px 0 21px;color:#022; font-size:16px;}
.check_website .footer_error {padding:20px 0;text-align:center;}
.check_website .footer_error p {display:inline-block; height:26px; padding-top:2px;padding-left:61px; background:url('/cjmweb/images/error/logo_cgv.png') no-repeat 0 0; font-size:12px; line-height:26px; text-transform:uppercase;}
.ie7 .check_website .footer_error p {width:300px; margin:0 auto;}

@media screen and (max-width:767px) {
	#bodyWrap.check_web {min-width:320px; min-height:0;}
	.check_website {width:auto; padding-top:50px;}
	.check_website .img {display:block; width:196px; height:96px;margin:0 auto; background:url('/cjmweb/images/error/bg_error_m.png') no-repeat 0 0;}
	.check_website .img img {display:none;}
	.check_website .h2_tit {margin-top:27px;font-size:18px;}
	.check_website .h_desc {margin-top:3px; font-size:12px;}
	.check_website .box_gray {margin-top:18px; padding-top:16px; padding-bottom:16px; font-size:12px; line-height:20px;}
	.check_website .box_gray .check_time {padding:6px 0;font-size:12px;}
	.check_website .box_gray .check_time .block_m {display:block;}
	.check_website .box_gray .check_time .m_hide {display:none;}
	.check_website .box_gray .line_break {display:block;}
	.check_website .footer_error {padding:22px 0;}
	.check_website .footer_error p {display:inline-block; height:18px; padding-top:2px;padding-left:42px; background:url('/cjmweb/images/error/logo_cgv_m.png') no-repeat 0 0; font-size:8px; line-height:18px;}
}

/*20161031 레이어 팝업 세로 해상도 개선 */

@media screen and (max-height:662px) {
    #layerWrap.large{width:700px;height:530px;}
    #layerWrap.large.case .inner{height:335px}
    #layerWrap.large .inner{height:407px;}
    .shopSearch .culMapframe{height:419px}
    .shopSearch .sResultGuide{overflow:hidden}
}

/*20161031 레이어 팝업 세로 해상도 개선 */

/*20170615 이벤트 관리자 댓글 영역 */
.list_wrap .admin_comment{overflow:hidden;padding:0 20px 20px 60px;border-top:0 !important}
.list_wrap .admin_comment .admin_cmt_img{float:left;margin-right:16px;}
.list_wrap .admin_comment .admin_reply{width:75%;float:left;}
.list_wrap .admin_comment .reply_cont{margin-top:10px;font-size:14px;color:#555;line-height:20px;}
.list_wrap .admin_comment .reply_info{margin-top:10px;color:#888}
.list_wrap .admin_comment .admin_id{border-left:1px solid #ddd;padding:0 9px 0 10px;}
.list_wrap .admin_comment .date{padding:0 9px 0 0;}
/*20170615 이벤트 관리자 댓글 영역 */

/*20180618 PC웹 로딩 화면 추가*/
.preloader.transparent { background:none; }
.preloader { z-index:99999; position:fixed; left:0; top:0; width:100%; height:100%;background-color:#fff;}
.preloader .loader { display:block; z-index:100; position:relative; top:50%; left:50%; width:120px; height:120px; overflow:hidden; transform:translate(-50%,-50%); transform:scale(0.5,0.5) translate(-50%,-50%); transform-origin:left top; -webkit-transform:scale(0.5,0.5) translate(-50%,-50%); -webkit-transform-origin:left top; }
.preloader .loader .loading { display:block; width:100%; height:100%; background:url('../images/common/spritesheet_loading.png') 0 0; /* 1200 x 3600 */
  animation: moveXLoading 0.4s steps(10) infinite, moveYLoading 1.2s steps(3) infinite;
  -webkit-animation: moveXLoading 0.4s steps(10) infinite, moveYLoading 1.2s steps(3) infinite;
}

@keyframes moveXLoading {
  from { background-position-x:0px; }
  to { background-position-x:-1200px; }
}

@keyframes moveYLoading {
  from { background-position-y:0px; }
  to { background-position-y:-360px; }
}

@-webkit-keyframes moveXLoading {
  from { background-position-x:0px; }
  to { background-position-x:-1200px; }
}

@-webkit-keyframes moveYLoading {
  from { background-position-y:0px; }
  to { background-position-y:-360px; }
}


/* 20181213 메시지 레이어 팝업 */
#layerWrap.custom {width:400px;padding-bottom:30px;}
#layerWrap.custom .inner {height:auto; padding:50px 30px 30px; text-align:center;}
#layerWrap.custom .btn_center{padding-top:20px;}

/* 20190214 본인인증 수단 추가 */
#layerWrap .certification_sec .way.col2 li.type3 {border-left:1px solid #ddd;border-right:0 none;} 

/* 20190515 나의쿠폰 > 쿠폰팝업 > 쿠폰번호 영역 */
.cupon_num_section{position: relative;}
.cupon_tx{display:block;background-color: #fff;border:1px solid #e0e0e0;height: 32px;line-height: 33px;font-size:16px;text-align:center;margin-right:67px;overflow: hidden;word-wrap: break-word;word-break: break-all;}
.btn_cuponCopy{position:absolute;top:0;right:0;background-color: #333;border:1px solid #333;color: #fff;font-size: 14px;text-align: center;width:60px;height: 32px;line-height: 33px;vertical-align: top;border-radius: 3px}
.btn_cuponCopy a{color: #fff;}

/*20191021 CJ ONE APP 사업자 정보 노출 CSS 추가*/
#footer .util_menu ul{display:inline-block}
@media screen and (max-width:768px){
    #footer .util_menu ul{display:block}
    #footer .util_menu ul:first-child{margin-bottom:5px;}
    #footer .util_menu{margin:0 auto;width:560px}
}

/*20200114 마이페이지 - 회원정보 수정, 현금영수증 발행 개선*/
.w203 {width: 203px !important;}

/*20200424 나의쿠폰 > 쿠폰팝업 > 쿠폰번호 영역, 등록 url 없는 경우*/
.cupon_tx.no_url{margin-right:0px;}

/*2020-09-17, 회원가입 완료화면 발급쿠폰 텍스트 오버플로우 처리*/
.coupon_box.new .h_desc + .sub_txt{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
