@charset "utf-8"; /* 2019-10-08 추가 */ 

@media print {
	body {-webkit-print-color-adjust: exact;}
	.floor_img_list{background-color:#646262;}
}

@media screen {
	body {-webkit-print-color-adjust: exact;}
	.floor_img_list{background-color:#646262;}
}

@font-face {
	font-family: 'Nanum Gothic';
	font-style: normal;
	font-weight: 400;
	src: url(NanumGothic-Regular.eot);
	src: url(NanumGothic-Regular.eot?) format('embedded-opentype'), url(NanumGothic-Regular.woff2) format('woff2'), url(NanumGothic-Regular.woff) format('woff'), url(NanumGothic-Regular.ttf) format('truetype');
}

@font-face {
	font-family: 'Nanum Gothic Bold';
	font-style: normal;
	font-weight: 700;
	src: url(NanumGothic-Bold.eot);
	src: url(NanumGothic-Bold.eot?) format('embedded-opentype'), url(NanumGothic-Bold.woff2) format('woff2'), url(NanumGothic-Bold.woff) format('woff'), url(NanumGothic-Bold.ttf) format('truetype');
}

@font-face {
	font-family: 'Nanum Gothic exBold';
	font-style: normal;
	font-weight: 800;
	src: url(NanumGothic-ExtraBold.eot);
	src: url(NanumGothic-ExtraBold.eot?) format('embedded-opentype'), url(NanumGothic-ExtraBold.woff2) format('woff2'), url(NanumGothic-ExtraBold.woff) format('woff'), url(NanumGothic-ExtraBold.ttf) format('truetype');
}

@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, em, img, small, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, select, textarea, button {
	margin: 0;
	padding: 0;
	font-family: '微软雅黑', '宋體', 'simsun', "Nanum Gothic", "Malgun Gothic", Arial;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

ul, ol, li {
	list-style: none;
}

a, a:hover, a, a:focus, a:active {
	text-decoration: none;
}

img {
	border: 0;
	vertical-align: middle;
}

input, select, label, button {
	vertical-align: middle;
}

input[type="text"], /*input[type="button"], */ input[type="password"] {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;/*160127*/
}

.clear {
	*zoom: 1;
}

.clear:after {
	display: block;
	content: "";
	clear: both;
}

/***************************************** 전체 레이아웃 *****************************************/
.wrap{overflow-x: hidden; min-width:931px;}

/* header */
.header_area{height:198px;position:relative;background:url(../images/header/gnb_bg3.png) repeat-x left top;z-index:2000;} /* 2019-07-11 수정 */
.header_layout{width:931px; height:114px; padding-top:83px; margin:0 auto; position:relative;} /* 2019-07-11 수정 */
.hide_hf{display:none !important;}

.logo{position:absolute; left:0; top:70px; z-index:999;} /* 2019-07-11 수정 */
.header_search_area{padding-left:275px;position:relative;} /* 2019-07-11 수정 */

.design_select_box {
	float: left;
	width: 90px;
	height: 22px;
	padding: 3px 5px;
	background-color: #fff;
	border: 2px solid #534b42;
	border-radius: 2px;
}

.select_search {
	width: 100%;
	border: 0;
	/*background:#fff url(../images/header/arrow_search.jpg) no-repeat 83px center;*/
	font-size: 13px;
	color: #222;
	font-weight: bold;
	text-align: left;
	cursor: pointer;
}

.search_input_area{width:273px; height:28px;border:2px solid #564e45; border-radius:2px; position:relative;} /* 2019-07-11 수정 */

.search_input {width:243px; height:28px; padding:0px 0px 0px 0px; font-size:13px; color:#888; line-height:16px; text-indent:12px; *text-indent:0;} /* 2019-07-11 수정 */

.btn_search {
	width: 30px;
	height: 28px;
	background: #fff url(../images/header/btn_search.jpg) no-repeat center center;
	text-indent: -9999px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	border: 0;
}

.select_search_area {
	display: none;
}

.user_language_area{position:absolute; right:0; top:11px;} /* 2019-07-11 수정 */

.user_menu {
	float: left;
}

/* 2019-10-08 수정 */ .user_menu li{float:left; padding:1px 0px 0px 9px; margin-left:7px; background:url(/comm/rss/kr/zh/images/header/line_user.jpg) no-repeat left 9px; line-height:23px; position:relative;}

.user_menu li:first-child {
	padding-left: 0;
	margin-left: 0;
	background-image: none;
}

.user_menu li a {
	font-size: 12px;
	color: #888;
}

.user_menu li a img {
	margin-bottom: 1px;
	margin-right: 3px;
}

.qr_code {
	position: absolute;
	left: 0;
	top: 25px;
	z-index: 2500;
	display: none;
} /*160112-8*/
.qr_code.wechat,
.qr_code.weibo {left: 50%; margin-left: -44px;}
.qr_click img {
	margin-right: 2px;
}

.btn_language_area {
	float: left;
	margin-left: 10px;
}

.btn_language {
	display: inline-block;
	width: 88px;
	height: 19px;
	background: #fff url(../images/header/arrow_language.jpg) no-repeat 74px center;
	border: 1px solid #dedede;
	border-radius: 2px;
	font-size: 10px;
	color: #222;
	line-height: 19px;
	text-indent: 9px;
}

.language_list {
	display: none;
}

.btn_go_duty {
	text-align: right;
	position: absolute;
	right: 0;
	top: 0;
}

.btn_go_duty a{display:inline-block; width:98px; height:32px; 
  background:#ef3c3c url(../images/header/arrow_duty.jpg) no-repeat 83px center; border-radius:2px;
  font-size:12px; color:#fff; line-height:30px;text-indent:12px; text-align:left;
} /* 2019-07-11 수정 */

.btn_go_duty a img{margin-right:4px; vertical-align:top; margin-top: 11px;}/*160502-1*/



/* 2019-07-11 추가 시작 */
.btn_go_rewards {text-align:right; position:absolute; right:104px; top:0;}

.btn_go_rewards a{display:inline-block; width:97px; height:32px; 
  background:#564d44 url(../images/header/arrow_rewards.jpg) no-repeat 83px center; border-radius:2px;
  font-size:12px; color:#fff; line-height:30px;letter-spacing:0px;text-indent:12px; text-align:left;
}
/*// 2019-07-11 추가 끝 */



.header_search_area .user_menu {
	position: absolute;
	right: 130px;
	top: 4px;
}

/* gnb 
.gnb_area {
	width: 100%;
	padding-top: 1px;
	background: url(../images/header/gnb_bg2.png) repeat-x left top;
	position: absolute;
	left: 0;
	top: 105px;
	z-index: 2000;
} /*160108-3 CN Only
/* 160117 연혁 추가로 gnb height값 수정 
.gnb_area_open {
	height: 378px; 
	padding-bottom: 8px;
} /*160112-9*/
.gnb_layout {
	width: 931px;
	margin: 0 auto;
	position: relative;
}

/* 2019-07-11 수정 */
.gnb_area{overflow: hidden;width:100%;height: 51px;background:url(../images/header/gnb_bg2.png) repeat-x left top;position:absolute;left:0;top:147px;z-index:2000;}
/* 2020-10-16 */
.gnb_area_open{/*height:352px;*/height:328px; padding-bottom:10px;box-shadow: 0px 5px 5px rgba(0,0,0,0.2);}
/* //2020-10-16 */
 
.gnb_layout{width:931px; margin:0 auto; position:relative;}
.gnb_list{}
.gnb_list > li{float:left; position:relative;}
.gnb_list > li > a{display:block; height:51px; font-size:17px; color:#fff; line-height:51px; font-weight:bold; text-align:center;}/*160203-3 KO,CN Only*/



/* 2019-10-28 : 20191018_[공통_지점소개]마카오공항점 */
.gnb_list .event {
	/* width: 160px; */
	width: 180px;
}

.gnb_list .shop {
	width: 112px;
	/* margin-left: 33px; */
	margin-left: 13px;
}
/* //2019-10-28 : 20191018_[공통_지점소개]마카오공항점 */

.gnb_list .brand {
	width: 130px;
	margin-left: 96px;
}

.gnb_list .story {
	width: 150px;
	margin-left: 75px;
}

.gnb_list .guide {
	float: right;
	width: 75px;
}
/*2018-05-23 수정*/
.gnb_sub_list{width:100%; position:absolute; left:0; top:61px; z-index:10;}/*-- 2018-12 kimpo //--*/
.gnb_sub_list li a{display: block; height:21px; font-size:14px; font-weight: normal; color:#777; line-height:22px;}/*160205-2*/
/*--2018-05-23 수정*/
.gnb_sub_list li a:hover, .gnb_sub_list li a:focus{color:#222; text-decoration:underline; font-weight:bold;}

.gnb_sub_list li a:hover, gnb_sub_list li a:focus {
	color: #333;
	text-decoration: underline;
	font-weight: bold;
}

/* .gnb_list .event .gnb_sub_list {
	left: 25px;
} */

.gnb_list .shop .gnb_sub_list {
	left: 50px;
}

.gnb_list .brand .gnb_sub_list {
	left: 65px;
}

.gnb_list .story .gnb_sub_list {
	left: 45px;
}

.gnb_list .guide .gnb_sub_list {
	left: 0px;
}

.gnb_event_img {
	/* 160122 위치값 수정 */
	/* display: none; */
	position:relative;
	right:45px;
}
/* 2020-10-16 */
.gnb_event_img > a {overflow: hidden; display: block; width: 400px; height: 198px; /*margin-top:61px;*/margin-top:51px;}

.gnb_event_right {
	overflow: hidden; 
	display: none; 
	position: absolute; 
	width: 224px; 
	height: 180px;/* height: 225px; 240322 수정 */
	top: 154px;/* top: 124px; 240322 수정 */
	right: 0; 
	line-height: 180px;/* line-height: 225px; 240322 수정 */
	z-index: 10;
}
/* 2020-10-16 */
.gnb_event_right img {vertical-align: bottom;}

.gnb_area_open .gnb_event_img {
	display: block;
}

.gnb_area_open .gnb_event_right {
	display: block;
}

.gnb_area_open .gnb_sub_list {
	display: block;
}

/* container */
.container { /*border-top:1px solid #d9d9d9; margin-top:1px; */
	padding-bottom: 65px;
	min-width:931px;
	position:relative;
} /*160122수정*/

/* footer */
.footer_area {
	border-top: 1px solid #e5e2db;
	padding-bottom: 20px;
}

.footer_menu_list {
	width: 931px;
	margin: 0 auto;
}

.footer_menu_list li {
	float: left;
	margin-left: 71px;
} /*160111수정*/
.footer_menu_list li:first-child {
	margin-left: 0;
}

.footer_menu_list li a {
	font-size: 13px;
	color: #666;
	line-height: 52px;
	font-weight: bold;
	letter-spacing: -1px;
} /*160111 중문 길이길어 폰트사이즈줄임*/
.footer_menu_list .privacy a {
	color: #77674c;
}

.footer_all_area {
	padding-top: 22px;
	padding-bottom: 21px;
	background-color: #fdfdfd;
	border-top: 1px solid #e5e2db;
	border-bottom: 1px solid #e5e2db;
}

.footer_all_layout {
	width: 931px;
	margin: 0 auto;
	position: relative;
}

.footer_all_menu {
	float: left;
	width: 210px;
}

.footer_all_2 {
	width: 230px;
}

.footer_all_3 {
	width: 145px;
}

.footer_all_4 {
	width: 230px;
}

.footer_all_first {
	width: 200px;
}

.footer_all_last {
	float: right;
	width: 100px;
}

.footer_1depth {
	margin-top: 10px;
}

.footer_1depth:first-child {
	margin-top: 0;
}

.footer_1depth a {
	display: block;
	font-size: 14px;
	color: #444;
	line-height: 22px;
}

.footer_2depth {
	
}

.footer_2depth li {
	
}

.footer_2depth li a {
	display: block;
	font-size: 14px;
	color: #777;
	line-height: 22px;
}

.footer_2depth li a:hover {
	text-decoration: underline;
	font-weight: bold;
} /*160108 추가*/
.footAllAreaWrap {
	width: 100%;
	display: table;
	position: relative;
} /*151223 푸터 WRAP*/
.footer_menu_close {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
}

.footer_menu_open {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	border-top: 1px solid #e5e2db;
	display: none;
} /*151223 푸터 열기버튼 작업추가*/
.footer_info_area {
	width: 931px;
	margin: 0 auto;
}

.address_sns_area {
	float: left;
	width: 931px;
	margin-top: 30px;
}

.address_info_list {
	width: 900px;
	margin-top: 50px;
}

.address_info_list li {
	float: left;
	margin-right: 20px;
	font-size: 14px;
	color: #777;
	line-height: 24px;
}

.address_info_list li address {
	font-style: normal;
}

.address_info_list li a {
	font-weight: normal;
	color: #77674c;
}

.sns_newletter_area {
	margin-top: 25px;
}

.sns_area {
	float: left;
	width: 50%;
}

.sns_area strong {
	margin-right: 6px;
	font-size: 13px;
	color: #777;
}

.sns_area a {
	margin-right: 3px;
}
/*240119 주석해제 */ 
.wechat{
	display:inline-block;
	position:relative;	
}
/*//240119 주석해제 */ 
.wechat .icon_wechat{display:none;}
.icon_wechat{position:absolute; top:-100px; left:-30px;}
.app_down {
	margin-left: 20px;
}

.app_down a {
	margin-right: 0;
}

.newsletter_request_area {
	float: right;
	font-size: 14px;
	color: #696969;
	font-weight: bold;
	padding-top:4px;
}

.newsletter_request_area a {
	display: inline-block;
	width: 111px;
	height: 18px;
	margin-left: 5px;
	border: 1px solid #929292;
	border-radius: 2px;
	font-size: 11px;
	color: #929292;
	text-align: center;
	line-height: 18px;
}

.newsletter_request_area a img {
	margin-left: 8px;
}

.email_address_area {
	margin-top: 13px;
}

.email_address {
	width: 192px;
	height: 34px;
	padding-left: 10px;
	background-color: #e6e5e1;
	font-size: 13px;
	color: #67645d;
	line-height: 34px;
}

.btn_email {
	width: 53px;
	height: 34px;
	background-color: #606060;
	font-size: 13px;
	color: #fdfdfd;
	cursor: pointer;
	border: 0;
}

.logo_copyright_mark {
	margin-top: 20px;
}

.footer_logo {
	float: left;
}

.copyright{float:left; padding-top:17px; margin-left:19px; font-size:12px; color:#aeaeae; /* 2019-10-08 text-transform:uppercase; */ line-height:15px;}/*160205-3*/  /* 2021-08-04 수정 */

/* 240717 푸터인증마크 수정 */
.mark_list {clear:both; float:left; width:100%; padding-top: 20px; margin:20px 0 30px 0; border-top:1px solid #e5e2db;}
.mark_list::after {content:''; display:table; clear:both;} 
.mark_list ul {display:flex;flex-wrap:wrap;gap:30px 40px;}
.mark_list ul li{position:relative;font-size:0;line-height:0;}
.mark_list ul li > img {display:inline-block;vertical-align:middle;}
.mark_list ul li > span {display:inline-block;margin-left:12px;vertical-align:middle;font-size:13px;color:#888;line-height:1.25;}
.mark_list ul li > a {position:absolute;display:block;width:100%;height:100%;}
/* //240717 푸터인증마크 수정 */

.mark_list li:first-child {
	margin-left: 0;
}

.email_follow_area {
	float: right;
	width: 300px;
}

.footer_logo {
	float: left;
}

.logo_copy_mark {
	margin-top: 35px;
}

.layer_bg {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 3000; /*160112-4*/
	display: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity = 50);
	-khtml-opacity: 0.50;
	-moz-opacity: 0.50;
	opacity: 0.50;
	-ms-filter: "alpha(opacity=50)";
}



/*151214 CN에서는 안씀
.gnb_list .brand{width:220px; margin-left:40px;}
.gnb_list .shop {width:155px; margin-left:0;}*/


/*151217*/
.pt10 {
	padding-top: 10px;
}

/* 2019-07-11 수정 */.autocomplete_area {position:absolute; top:28px; left:-2px; width:275px; background-color:#ffffff; border:1px solid #564e45; z-index:3000;} 

.autocomplete_area .in {
	position: relative;
	width: 100%;
	height: 100%;
}

.autocomplete_area .in .recent_search {
	height: 30px;
	padding: 0 10px;
	background-color: #faf9f9;
	border-bottom: 1px solid #b7b7b7;
	color: #888888;
	font-size: 12px;
	line-height: 30px;
}

.autocomplete_area .in .autocomp_list {
	max-height: 310px;
	overflow: auto;
}

.autocomplete_area .in li {
	position: relative;
	overflow: hidden;
	padding: 0 10px;
}

.autocomplete_area .in li a {
	display: block;
	height: 30px;
	line-height: 30px;
}

.autocomplete_area .in li>div {
	overflow: hidden;
	float: right;
}

.autocomplete_area .in li>div>a {
	display: block;
	float: left;
}

.autocomplete_area .in li .text {
	float: left;
	overflow: hidden;
	max-width: 150px;
	color: #333333;
	font-size: 13px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.autocomplete_area .in li .text strong {
	color: #f04949;
}

.autocomplete_area .in li .btn_brand {
	width: 35px;
	height: 18px;
	padding: 0 11px 0 11px;
	margin-top: 6px;
	margin-right: 9px;
	background: url(../images/header/btn_autocomp_brand.png) no-repeat 0 0;
	color: #929292;
	font-size: 11px;
	line-height: 18px;
	letter-spacing: -1px;
}

.autocomplete_area .in li .btn_delete {
	width: 7px;
	height: 7px;
	margin-top: 11px;
	background: url(../images/header/btn_delete_autocomp_list.png) no-repeat 0 0;
	font-size: 0;
	text-indent: -9999px;
}

.autocomplete_area .in>p {
	oveflow: hidden;
	height: 27px;
	padding: 0 10px;
}

.autocomplete_area .in>p .off_autocomp {
	display: block;
	float: left;
	color: #888888;
	font-size: 12px;
	line-height: 27px;
}

.autocomplete_area .in>p .delete_autocomp {
	display: block;
	float: right;
	padding-left: 16px;
	bacgkround: url(../images/header/btn_delete_autocomp.png) no-repeat 0 0;
	color: #494949;
	font-size: 12px;
	line-height: 27px;
}

.right_wing_wrap{position: absolute; width: 1191px; height: 0; top: 48px; left: 50%; margin-left: -595.5px; z-index: 1100;}
.right_wing_banner{float: right;}
.right_wing{position:relative; right:0px; top:0; width:100px;}
.right_wing_img{position:relative; }
.right_wing_img a{margin-top:6px; display:block;}/*160217-3 Margin T*/
.right_wing_img a:first-child{margin-top:0;}
.popup_promotion{position:absolute; right:0; margin-right:100px; width:0; height:100%; top:0; display:block;}/*160217-3 W*/
.popup_promotion .promotionEventWrap{width:100%; position:relative; height:100%; }
.popup_promotion .promotionEventWrap .promotionEvent_full{background:url(../images/main/promotion.jpg) no-repeat center top; position:fixed; right:0; top:0; height:624px; width:100%; display:none;}/*160217-3 H*/
.popup_promotion .promotionEventWrap .promotionEvent_Mid{background:url(../images/main/promotion2.png) no-repeat left top; position:absolute; right:50%; margin-right:30px; top:-48px; height:468px; width:931px; display:none; }
.popup_promotion .promotionEventWrap .promotionEvent_Sm{background:url(../images/main/promotion5.png) no-repeat left top; position:absolute; right:28px; top:0; /* height:420px;  */height:392px; width: 450px; /* width:466px; */  display:none;}/*160205-2*/

.btnClose{position:relative; display:block; width:24px; height:24px; left:90%; top:30px; background:url(../images/main/btnPromotionClose.png) no-repeat left top; cursor: pointer;}
.popup_promotion .promotionEventWrap .promotionEvent_full .btnClose {left:90%;}
.popup_promotion .promotionEventWrap .promotionEvent_Mid .btnClose {left:877px;}
.popup_promotion .promotionEventWrap .promotionEvent_Sm .btnClose {top: 20px; left: 413px; background:url(../images/main/btnPromotionCloseS.png) no-repeat left top;}
.btnLearmMore,.btnLearmMoreM,.btnLearmMoreSm {position:absolute; left:50%; background:#fff; border:2px solid #5e5e5e; color:#5e5e5e; font-size:14px; text-align:center; letter-spacing:2px;}
.btnLearmMore a,.btnLearmMoreM a,.btnLearmMoreSm a{display:block; color:#5e5e5e;}
.btnLearmMore {width:222px; height:40px; bottom:44px; margin-left:-120px; line-height:40px;}
.btnLearmMoreM {width: 180px; height:33px; bottom:30px; margin-left:-60px; line-height:33px;}
.btnLearmMoreSm{width: 180px; height:31px; bottom:30px; margin-left:-92.5px; line-height:31px;}

/*151218 language 추가작업*/
/* 2019-07-11 수정 */#languageSelect {position: relative; width:88px; 	height:19px;	background: url(../images/header/arrow_language.jpg)  no-repeat 74px center; /* 화살표 이미지 */ border:1px solid #dedede;	border-radius:2px;	float:left;	padding-left:10px;}
/*#languageSelect label {	position: absolute;	font-size:11px;	color:#222;	top: 1px;	left:5px;}/*160121-4 top 값수정*/
#languageSelect select#language {	width: 100%;	height: 19px;	min-height: 19px;	line-height: 19px;	opacity: 0;	font-size:11px;	color:#222;	filter: alpha(opacity=0); /* IE 8 */}

/* 2019-07-11 추가 시작 */
.sns_top_link {float:left;padding-left:1px;}
.sns_top_link li {float:left; padding-left:10px; margin-left:9px; background:url(../images/header/line_sns.jpg) no-repeat left center; line-height:21px; position:relative;}
.sns_top_link li:first-child {background-image:none;}
.sns_top_link li img:hover {cursor:pointer;}
.sns_top_link li .layer_top_qr {display:none;position:absolute;top:30px;left:-19px;z-index:10;}
.sns_top_link li .layer_top_qr.on {display:block;}
/*// 2019-07-11 추가 끝 */


/*160105_2*/
.layerpopup_area_emailagree {
	width: 500px;
	height: 315px;
	margin-left: -250px;/*160121-3*/
	margin-top: -157.5px;/*160121-3*/
}

.layerpopup_area_emailagree .text_s13_g {
	color: #666666;
	font-size: 13px;
	line-height: 22px;
	letter-spacing: -1px;
	word-break: break-all;
}

.layerpopup_area_emailagree .text_s13_g.right {
	padding-top: 25px;
	text-align: right;
}

/*160108-2*/
.logo>a {
	display: block;
}
/*160112*/
.footer_menu_open>a {
	vertical-align: top;
	display: inline-block;
	height: 18px;
}

.footer_menu_open>a>img {
	vertical-align: top;
}

/*160113*/
/*8*/
#languageSelect {margin-top:4px;} /* 2019-07-11 수정 */

.newsletter_request_area {
	height: 20px;
	line-height: 20px;
}

.newsletter_request_area a {
	vertical-align: top;
}

.line_map { position: relative; z-index: 30;
	height: 24px;
	line-height: 24px;
}

.address_sns_area {
	overflow: hidden;
	margin-bottom: 20px;
}

.sns_newletter_area {
	width: 100%;
}

.newsletter_request_area {
	width: 50%;
	margin-top: 0;
	text-align: right;
}

/*160126*/
/*3*/ /*Language*/
#languageSelect {position: relative; width:88px; 	height:21px; padding: 0; margin-left:13px; background: none; border: 0; z-index: 2100;}/*160502-1*/
/* 2019-07-11 수정(헤더 언어 선택 박스 백그라운드 수정) */ #languageSelect > a {vertical-align: top; position: relative; display: block; height:19px; padding-left:10px; background:#fff url(../images/header/arrow_language.jpg) no-repeat 74px center; border:1px solid #dedede; border-radius:2px; -webkit-border-radius:2px; color:#222; /*font-family: "Nanum Gothic"; 160127*/font-size:11px; line-height:19px; letter-spacing: -0.5px}
#languageSelect > ul {position: absolute; width: 86px; top: 21px; background-color:#ffffff; border:1px solid #dedede; border-top:0; border-radius:0 0 2px 2px; -webkit-border-radius:0 0 2px 2px;}
#languageSelect > ul a {display: block; height:19px; padding:0 9px; color:#222222; font-size:11px; text-align: left; line-height:18px;}
#languageSelect > ul a:hover {text-decoration: underline;}
#languageSelect > ul .on a {color: #ee2326; font-weight: bold; text-decoration: underline;}

/*160203-4*/
.blind,.visible_none {overflow:hidden; display:none; visibility:hidden; width: 0; height: 0; font-size:0; text-indent: -9999px;}

/*160205-1*/
.user_menu li a.qr_click > img {vertical-align: top; margin-top: 3px; }

/*160211*/
/*5*/
.layer_mainpopup {overflow: hidden; position: absolute; top: 549px; left: 50%; background:#fff url(../images/layer/layer_top.jpg) no-repeat left top; z-index:3010;}
.layer_mainpopup > .in {position: relative; margin-top:3px; padding-bottom:30px;}
.layer_mainpopup > .in .btn_area {position: absolute; width: 100%; height:30px; bottom:0; background-color: #333333;}
.layer_mainpopup > .in .btn_area .left {position: relative; float: left; height:30px; margin-left:10px;}
.layer_mainpopup > .in .btn_area .left input {position:absolute; display: block; width:15px; height:15px; top:8px; left:0; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -khtml-opacity: 0; -moz-opacity: 0;	-ms-filter: "alpha(opacity=0)";}
.layer_mainpopup > .in .btn_area .left label {display: block; padding-left:21px; background: url(../images/icon/icon_mainlayer_checkoff.png) no-repeat 0 center; color:#ffffff; font-size:12px; line-height:30px; cursor: pointer;}
.layer_mainpopup > .in .btn_area .left input:checked + label,.layer_mainpopup > .in .btn_area .left label.check {background: url(../images/icon/icon_mainlayer_checkon.png) no-repeat 0 center;}
.layer_mainpopup > .in .btn_area .right {float: right; display: block; height:30px; padding-right:17px; margin-right:10px; background: url(../images/icon/icon_mainlayer_close.png) no-repeat right center; color: #ffffff; font-size: 12px; line-height:30px;}

/*-- 2018-12 kimpo --*/
.pt4 {padding-top: 4px;}
.pt5 {padding-top: 5px;}
/*--// 2018-12 kimpo --*/
.pt7 {padding-top: 7px;}