@charset "utf-8";

html,body {
	height: 100%;
	-webkit-tap-highlight: rgba(0,0,0,0);
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	-webkit-focus-ring-color: rgba(0,0,0,0);
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.clear:after {
	content: "";
	clear: both;
	display: block;
}

/*
html {
	font-size: 0.875rem; /* 기본베이스 폰트사이즈 14px 
	line-height: 0.875rem; /* 기본베이스 line-height 사이즈 14px 
}
*/


body {
/*	min-width: 1200px;*/
	width: 100%;
	color: #666667;
	list-style: none;
	outline: 0;
	font-size: 17px;
	line-height: 20px;
	-webkit-text-size-adjust: none;
}

/* skipToContent */
.skip-navigation a {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 1px;
	margin-top: -1px;
	background-color: #3875c1;
	font-size: 1.077rem;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	text-align: center;
	overflow:hidden;
	visibility: hidden;
}
.skip-navigation a:focus,
.skip-navigation a:active {
	display: block;
	margin-top: 0;
	height: auto;
	padding: 10px 0px;
}

caption, .blind {
	position: absolute;
	top: -50000em;
	left: -50000em;
	color: transparent;
	background: transparent	
	text-shadow: none;
	z-index: -1; 
}

.wrapper {
	position: relative;
	min-width: 1200px;
	margin: 0;
	padding-top: 114px;
	clear: both;
	overflow: hidden;
}

.wrapper:after {
	content: "";
	clear: both;
	display: block;
}

.wrapper.fixed-body {
	height: 100%;
	overflow: hidden;
}


/* header */
.header {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 1200px;
	width: 100%;
	height: 114px;
	z-index: 100;
	background: #fff;
}

.wrapper.fixed .header {
	position: fixed;
	background: rgba(255, 255, 255, 0.95);
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.05);
}

.gnb-wrapper {
	width: 100%;
	max-width: 1240px;
	height: 45px;
	padding: 10px 20px 0 20px;
	margin: 0 auto;
}

.gnb-wrapper:after {
	content: "";
	clear: both;
	display: block;
}

.gnb-wrapper > .language-list {
	float: right;
}
.gnb-wrapper > ul > li {
	float: left;
	padding-left: 8px;
	margin-left: 8px;
	background: url(../img/common/icon_bar01.gif) no-repeat left center;
	backgorund-size: 1px 9px;
}

.gnb-wrapper > ul > li:first-child {
	padding-left: 0;
	margin-left: 0;
	background: transparent;
}


.gnb-wrapper > ul > li > a {
	display: block;
	color: #a7a7a7;
	font-size: 12px;
	line-height: 24px;
	transition: all 0.2s ease-in-out;
}

.gnb-wrapper > ul > li > a:hover {
	color: #000;
	text-decoration: underline;
}

.header-wrapper {
	position: absolute;
	top: 45px;
	left: 0;
	width: 100%;
}

.header-wrapper > .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.header-area {
	position: relative;
	max-width: 1240px;
	height: 69px;
	padding: 0 20px;
	margin: 0 auto;
	text-align: center;
}

.header-area:after {
	content: "";
	clear: both;
	display: block;
}

.header-area > h1 {
	float: left;
	display: block;
}

.header-area > h1 > a {
	display: block;
}

.header-area > h1 > a > img {
	display: inline-block;
	vertical-align: bottom;
	width: 240px;
}


.top-menu-wrapper {
	position: static;
	margin: 15px 0 0 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}


.top-menu-wrapper > ul {
	display: block;
	margin: 0 auto;
}

.top-menu-wrapper > ul :after {
	content: "";
	clear: both;
	display: block;
}

.top-menu-wrapper > ul > li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-right: 53px;
}

.top-menu-wrapper > ul > li:last-child {
	margin-right: 0;
}

.top-menu-wrapper > ul > li > a {
	display: block;
	height: 40px;
	text-align: center;
	color: #424242;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
}

.top-menu-wrapper > ul > li > a .title {
	position: relative;
	display: block;
	width: 100%;
	line-height: 22px;
	height: 22px;
	overflow: hidden;
}

.top-menu-wrapper > ul > li > a .title .off {
	position: relative;
	top: 0;
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.top-menu-wrapper > ul > li > a .title .on {
	position: relative;
	top: 0;
	opacity: 0;
	color: #1355a4;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.top-menu-wrapper > ul > li > a:hover .title .off,
.top-menu-wrapper > ul > li.active > a .title .off,
.top-menu-wrapper > ul > li.point > a .title .off {
	top: -25px;
	opacity: 0;
}


.top-menu-wrapper > ul > li > a:hover .title .on,
.top-menu-wrapper > ul > li.active > a .title .on,
.top-menu-wrapper > ul > li.point > a .title .on {
	top: -22px;
	opacity: 1;
}

.top-menu-wrapper > ul > li.point > a .title .on {
	color: #497bda;
}

.top-menu-wrapper > ul > li > .top-submenu {
	display: none;
	position: absolute;
	top: 39px;
	left: 0;
	margin-left: -22px;
	width: 200px;
	text-align: left;
	border: 1px solid #030303;
	background: #fff;
	z-index: 110;
}

.top-menu-wrapper > ul > li.point > .top-submenu {
	z-index: 120
}

.top-menu-wrapper > ul > li > .top-submenu > ul,
.top-menu-wrapper > ul > li > .top-submenu > ul > li {
	position: relative;
	display: block;
}

.top-menu-wrapper > ul > li > .top-submenu > ul > li > a {
	position: relative;
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	border-bottom: 1px solid #e7e7e7;
} 

.top-menu-wrapper > ul > li > .top-submenu > ul > li:last-child > a {
	border-bottom: 0;
}

.top-menu-wrapper > ul > li > .top-submenu > ul > li > a .title {
	position: relative;
	color: #767676;
	font-size: 14px;
	letter-spacing: -1px;
	z-index: 10;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.top-menu-wrapper > ul > li > .top-submenu > ul > li > a:hover .title,
.top-menu-wrapper > ul > li > .top-submenu > ul > li > a.active .title {
	color: #fff;
}


.top-menu-wrapper > ul > li > .top-submenu > ul > li > a > .arrow {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	width: 7px;
	height: 7px;
	margin-top: -3px;
	background-image: url(../img/common/icon_totalmenu_depth2_arrow01@2x.gif);
	background-repeat: no-repeat;
	background-size: 7px 7px;
}

.top-menu-wrapper > ul > li > .top-submenu > ul > li > a > .bg {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 0;
	height: 40px;
	background: #1355a4;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	opacity: 0;
}

.top-menu-wrapper > ul > li > .top-submenu > ul > li > a:hover > .bg,
.top-menu-wrapper > ul > li > .top-submenu > ul > li > a.active > .bg,
.top-menu-wrapper > ul > li > .top-submenu > ul > li > a.checked-active > .bg {
	width: 100%;
	opacity: 1;
}

.top-menu-wrapper > ul > li > .top-submenu > ul > li > ul {
	position: absolute;
	top: -1px;
	left: 100%;
	display: none;
	width: 230px;
	padding: 10px 20px;
	background: #fff;
	border: 1px solid #5a5a5a;
}

.top-menu-wrapper > ul > li > .top-submenu > ul > li > ul > li {
	display: block;
	margin-bottom: 15px;
}

.top-menu-wrapper > ul > li > .top-submenu > ul > li > ul > li > a {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 17px;
	color: #424242;
	font-size: 14px;
	font-weight: 500;
	background-position: left center;
	word-break: keep-all;
}

.top-menu-wrapper > ul > li > .top-submenu > ul > li > ul > li > a:hover {
	color: #1355a4;
	text-decoration: underline;
}

.top-menu-wrapper > ul > li > .top-submenu > ul > li > ul > li > a.active {
	text-decoration: underline;
	color: #1355a4;
}

.top-menu-wrapper > ul > li > .top-submenu > ul > li > ul > li:last-child {
	margin-bottom: 0;
}


.mask-totalmenu {
	display: none;
	position: absolute;
	top: 139px;
	left: 0;
	width: 100%;
	height: calc(100% - 139px);
	background: #000;
	opacity: 0.3;
	z-index: 20;
}

.totalmenu-wrapper {
	display: none;
	position: absolute;
	top: 139px;
	left: 0;
	width: 100%;
	border-top: 1px solid #e8e8e8;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.05);
	z-index: 50;
}

.totalmenu-wrapper > .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

}

.wrapper.fixed .totalmenu-wrapper {
	position: fixed;
	top: 94px;
	z-index: 100;
}

.wrapper.fixed .totalmenu-wrapper > .bg {
	opacity: 0.95
}

.mobile-gnb-wrapper {
	display: none;
}


.totalmenu-area {
	position: relative;
	max-width: 1220px;
	padding: 40px 20px;
	margin: 0 auto;
}

.totalmenu-area > ul {
	display: block;
}

.totalmenu-area > ul:after {
	content: "";
	clear: both;
	display: block;
}

.totalmenu-area > ul > li {
	float: left;
	width: 25%;
}

.totalmenu-area > ul > li > a {
	display: block;
	margin-bottom: 19px;
	font-size: 18px;
	
	font-weight: 500
}


.totalmenu-area > ul > li > a .on {
	display: none;
}

.totalmenu-area > ul > li > a .off {
	display: block;
	color: #424242;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.totalmenu-area > ul > li > a:hover .off,
.totalmenu-area > ul > li.active > a .off {
	display: block;
	color: #1355a4
}


.totalmenu-area > ul > li > .top-submenu {
	display: block;
}

.totalmenu-area > ul > li > .top-submenu > ul {
	display: block;
}

.totalmenu-area > ul > li > .top-submenu > ul > li {
	margin-bottom: 15px;
}

.totalmenu-area > ul > li > .top-submenu > ul > li > a {
	position: relative;
	display: inline-block; 
}

.totalmenu-area > ul > li > .top-submenu > ul > li > a .title {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	color: #888888;
	font-size: 15px;
	z-index: 10;
	font-weight: 300;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.totalmenu-area > ul > li > .top-submenu > ul > li > a:hover .title,
.totalmenu-area > ul > li > .top-submenu > ul > li > a.active .title {
	color: #3f7dc8;
}

.totalmenu-area > ul > li > .top-submenu > ul > li > a > .arrow {
	display: inline-block;
	vertical-align: middle;
	margin-left: 4px;
	width: 7px;
	height: 7px;
	background-image: url(../img/common/icon_totalmenu_depth2_arrow01@2x.gif);
	background-repeat: no-repeat;
	background-size: 7px 7px;
}

.totalmenu-area > ul > li > .top-submenu > ul > li > a > .bg {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 0;
	height: 1px;
	background: #1355a4;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 0;
}

.totalmenu-area > ul > li > .top-submenu > ul > li > a:hover > .bg,
.totalmenu-area > ul > li > .top-submenu > ul > li > a.active > .bg {
	width: 100%;
	opacity: 1;
}

.totalmenu-area > ul > li > .top-submenu > ul > li:last-child {
	margin-bottom: 0;
}

.totalmenu-area > ul > li > .top-submenu > ul > li > ul {
	display: none;
}


/* container */
.container {
	display: block;
}

.sub-visual-wrapper {
	position: relative;
	height: 218px;
	overflow: hidden;
	background: #000;
}

.sub-visual-wrapper > img {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	transform:translate(-50%, -50%);
}

.sub-visual-wrapper .title-area {
	position: absolute;
	top: 50%;
	left:0;
	width: 100%;
	text-align: center;
	transform:translate(0, -50%);
	z-index: 1;
}

.sub-visual-wrapper .title-area .title {
	display: block;
	color: #fff;
	font-size: 42px;
	line-height: 50px;
	font-weight: 700;
	margin-bottom: 12px;
}


.contents-navigation {
	display: block;
}

.contents-navigation > span,
.contents-navigation > strong {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 16px;
	height: 16px;
	color: #ebebeb;
	font-weight: 700;
}

.contents-navigation > .icon-home {
	padding-left: 19px;
	background: url(../img/icon/icon_home.gif);
	background-repeat: no-repeat;
	background-position: left  70%;
	background-size: 10px 10px;
}

.contents-navigation > .icon-gt {
	margin: 0 8px;
	width: 5px;
	height: 16px;
	background: url(../img/icon/icon_gt.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 5px 9px;
	text-indent: -50000em;
	color: transparent;
}

.container-wrapper {
	position: relative;
	max-width: 1240px;
	margin: 0 auto;
	padding: 50px 20px 100px 292px;
}

.container-wrapper:after {
	content: "";
	clear: both;
	display: block;
}


.lnb-area {
	position: relative;
	float: left;
	margin-left: -272px;
	width: 230px;
}

.lnb-area {
	display: block;
}

.lnb-area > ul {
	display: block;
	background: #75808e
}

.lnb-area > ul > li {
	display: block;
}

.lnb-area > ul > li:last-child {
	margin-bottom: 0;
}

.lnb-area > ul > li > a {
	position: relative;
	display: block;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	padding: 20px 30px 20px 27px;
	word-break:keep-all;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.24);
	border-top: 1px solid #8a939f;
	border-bottom: 1px solid #697380;
	background: #75808e;
	transition: all 0.2s ease-in-out;
}

.lnb-area > ul > li > a.active,
.lnb-area > ul > li > a.point,
.lnb-area > ul > li > a:hover {
	padding-left: 46px;
	background: url(../img/bg/bg_lnbmenu_on@2x.gif) repeat;
	background-size: 10px 10px;
}

.lnb-area > ul > li > a .bg {
	position: absolute;
	top: 50%;
	left: 10px;
	display: block;
	width: 7px;
	height: 7px;
	margin-top: -3px;
	border-radius: 50%;
	background: #ffffff;
	transition: all 0.4s ease-in-out;
	opacity: 0;
}

.lnb-area > ul > li > a.active .bg {
	left: 27px;
	opacity: 1;
}

.lnb-area > ul > li > a .arrow {
	position: absolute;
	top: 50%;
	right: 15px;
	opacity: 1;
	display: block;
	width: 13px;
	height: 21px;
	margin-top: -10px;
	background: url(../img/common/icon_arrow_depth0101_on.png) no-repeat center center;
	transition: all 0.2s ease-in-out;
}

.lnb-area > ul > li > a.active .arrow,
.lnb-area > ul > li > a.point .arrow {
	transform: rotate(90deg);
}


.lnb-area > ul > li > a + ul {
	display: none;
	background: #fafafa;
	padding: 25px 30px;
	border: 1px solid #dadada;
	border-top: 0;
}

.lnb-area > ul > li > a.active + ul {
	display: block;
}

.lnb-area > ul > li > ul > li {
	display: block;
	margin-bottom: 10px;
}

.lnb-area > ul > li > ul > li:last-child {
	margin-bottom: 0;
}

.lnb-area > ul > li > ul > li > a {
	position: relative;
	display: inline-block;
	color: #616161;
	padding-left: 16px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	word-break: keep-all;
	transition: all 0.2s ease-in-out;
}

.lnb-area > ul > li > ul > li > a:hover,
.lnb-area > ul > li > ul > li > a.point {
	color: #0074c2;
}

.lnb-area > ul > li > ul > li > a.active {
	color: #0074c2;
	background: url(../img/common/icon_lnb_depth2_on.png) no-repeat left 5px;
}

.lnb-area .customer-informaiton-wrapper {
	margin-top: 22px;
}

.lnb-area .customer-informaiton-wrapper > dl {
	display: block;
	margin-bottom: 15px;
}

.lnb-area .customer-informaiton-wrapper > dl > dt {
	display: block;
	color: #464646;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
}

.lnb-area .customer-informaiton-wrapper > dl > dd {
	display: block;
	color: #000000;
	font-size: 27px;
	line-height: 30px;
	font-weight: 700;
	font-family: "Roboto", sans-serif;
	letter-spacing: -1px;
}

.lnb-area .customer-informaiton-wrapper > ul {
	display: block;
}

.lnb-area .customer-informaiton-wrapper > ul > li {
	display: block;
	font-size: 16px;
	line-height: 21px;
	font-weight: 700;
}

.lnb-area .customer-informaiton-wrapper > ul > li:after {
	content: "";
	clear: both;
	display: block;
}

.lnb-area .customer-informaiton-wrapper > ul > li > strong {
	float: left;
	color: #d1760b;
}

.lnb-area .customer-informaiton-wrapper > ul > li > span {
	float: right;
	color: #393938;
}

.contents {
	position: relative;
	float: right;
	width: 100%;
	display: block;
	text-align: left;
}

.contents-title {	
	position: relative;
	color: #2c2c2c;
	font-size: 30px;
	line-height: 46px;
	margin-bottom: 15px;
	font-weight: 700;
	transform: translate(0, -8px);
}



.contents-wrapper {
	min-height: 500px;
}

.content-area {
	margin-bottom: 50px;
}

.content-area02 {
	margin-bottom: 60px;
}

.content-area03 {
	margin-bottom: 40px;
}

.content-area:last-child {
	margin-bottom: 0;
}

.footer {
	background: #424242;
}

.footer-wrapper {
	max-width: 1220px;
	padding: 25px 20px;
	margin: 0 auto;
}

.footer-wrapper:after {
	content: "";
	clear: both;
	display: block;
}

.footer-left-information {
	float: left;
}

.footer-menu {
	display: block;
	margin-bottom: 9px;
}

.footer-menu:after {
	content: "";
	clear: both;
	display: block;
}

.footer-menu > li {
	float: left;
	padding-right: 8px;
	margin-right: 7px;
}

.footer-menu > li:last-child {
	padding-right: 0;
	margin-right: 0;
}

.footer-menu > li > a {
	display: block;
	color: #999999;
	font-size: 14px;
	line-height: 28px;
}

.footer-menu > li > a:hover {
	text-decoration: underline;
}


.footer-menu > li:first-child > a {
	color: #febb2b;
	font-weight: 500
}

.address-copyright-certification {
	margin-bottom: 20px;
	color: #999999;
	font-size: 14px;
	line-height: 22px;
	font-weight: 500
}

.address-copyright-certification:after {
	content: "";
	clear: both;
	display: block
}

.address-copyright-certification address {
	display: block;
}

.address-copyright-certification address:after {
	content: "";
	clear: both;
	display: block;
}

.address-copyright-certification address > span {
	display: block;
	float: left;
}

.address-copyright-certification address > .icon-bar {
	
	margin: 6px 9px 0 9px;
	width: 1px;
	height: 11px;
	background: #666666;;
}

.footer-right-information {
	float: right;
}

.family-list-wrapper {
	position: relative;
	margin-bottom: 15px;
}

.family-list-wrapper > dt {
	display: block;
	background: #434549;
}

.family-list-wrapper > dt .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.family-list-wrapper > dt.on .bg,
.family-list-wrapper > dt:hover .bg {
	width: 100%;
	background: #2a2b2d;
}

.family-list-wrapper > dt > button {
	position: relative;
	display: block;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
	z-index: 10;
}

.family-list-wrapper > dt > button:after {
	content: "";
	clear: both;
	display: block;
}

.family-list-wrapper > dt > button > .title {
	float: left;
	display: block;
	width: 139px;
	height: 37px;
	line-height: 37px;
	padding-left: 13px;
	color: #cbcccd;
	font-size: 13px;
	text-align: left;
	border-right: 1px solid #424242;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}


.family-list-wrapper > dt > button:hover > .title {
	color: #fff;
}

.family-list-wrapper > dt > button > .plus {
	float: left;
	display: block;
	width: 34px;
	height: 37px;
	background: url('../img/icon/icon_plus01.gif');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 9px 9px;
	text-indent: -5000rem;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.family-list-wrapper > dt > button:hover > .plus,
.family-list-wrapper > dt.on > button > .plus {
	transform: rotate(180deg);  
}

.family-list-wrapper > dd {
	position: absolute;
	bottom: 37px;
	left: 0;
	display: none;
	width: 100%;
	z-index:2;
}

.family-list-wrapper > dd > ul {
	display: block;
}

.family-list-wrapper > dd > ul > li {
	display: block;
	background: #2a2b2d;
	border-bottom: 1px solid #424242;
}

.family-list-wrapper > dd > ul > li > a {
	position: relative;
	display: block;
	padding: 10px 13px;
	font-size: 13px;
	color: #cbcccd
}

.family-list-wrapper > dd > ul > li > a > .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.family-list-wrapper > dd > ul > li > a:hover > .bg {
	width: 100%;
	background: #2a2b2d;

}

.family-list-wrapper > dd > ul > li > a > .title {
	position: relative;
	z-index: 10;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.family-list-wrapper > dd > ul > li > a:hover > .title {
	color: #fff;
}

.footer-sns-list {
	display: block;
}

.footer-sns-list:after {
	content: "";
	clear: both;
	display: block;
}

.footer-sns-list > li {
	float: right;
	width: 28px;
	height: 28px;
	margin-right: 8px;
}

.footer-sns-list > li:first-child {
	margin-right: 0;
}

.footer-sns-list > li > a {
	display: block;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #494c52;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.footer-sns-list > li > a > img {
	display: block;
	width: 28px;
}

.footer-sns-list > li > a.facebook:hover {
	background: #315096
}

.footer-sns-list > li > a.twiter:hover {
	background: #32a6df
}

.footer-sns-list > li > a.blog:hover {
	background: #0baa39
}

.footer-sns-list > li > a.kakaostory:hover {
	background: #f2c800
}

.footer-sns-list > li > a.instagram:hover {
	background: #dd2985
}




.btn-top-go, 
.btn-mobile-back  {
	display: none;
	position: fixed;
	top: 50%;
	right: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	background: #575a5b;
	border-radius: 2px;
	opacity: 0.95;
	z-index: 20;
}

.btn-mobile-back {
	right: 0;
	margin-top: 52px;
}


.btn-top-go:hover,
.btn-mobile-back:hover { 
	opacity: 1;
	background: #000;
}

/* 팝업존 */
.popupzone-wrapper {
	position: relative;
	background: #39555f;
	z-index: 1000;
}

.popupzone-area {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

.popupzone-area:after {
	content: "";
	clear: both;
	display: block;
}

.popupzone-contents {
	max-width: 1080px;
}

.popupzone-area #popupzone-slider {
	display: block;
	background: url(../img/common/icon_dotted@2x.gif) no-repeat center center;
	background-size: 1px 88px;
}

.popupzone-area #popupzone-slider .item {
	display: block;
}

.popupzone-area #popupzone-slider .item > a {
	display: block;
	text-align: center;
}

.popupzone-area #popupzone-slider .item img {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	width: initial;
	max-width: 100% !important;;
}

.popupzone-footer-wrapper {
	position: absolute;
	bottom: 25px;
	right: 0;
	text-align: right;
	z-index: 10;
}

.popupzone-footer-wrapper .today-checked-close {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.popupzone-footer-wrapper .today-checked-close input[type="checkbox"] {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.popupzone-footer-wrapper .today-checked-close label {
	display: inline-block;
	vertical-align: baseline;
	font-size: 13px;
	line-height: 18px;
	color: #fff;
	font-weight: 700;
}

.popupzone-footer-wrapper .btn-popup-close {
	display: inline-block;
	vertical-align: middle;
	margin-top: 4px;
	width: 13px;
	height: 13px;
	background: url(../img/btn/btn_close@2x.gif) no-repeat 0 0;
	background-size: 13px 13px;
	text-indent: -5000rem;
}

.popupzone-area .owl-dots {
	position: absolute;
	bottom: 25px;
	right: 35px;
	width: 100%;
	text-align: right;
	z-index: 10;
}

.popupzone-area .owl-dots .owl-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	margin: 0 5px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.popupzone-area .owl-dots .owl-dot:first-child {
	margin-left: 0;
}

.popupzone-area .owl-dots .owl-dot > span {
	display: block;
	width: 100%;
	height: 100%;
	background:#fff;
	border-radius: 5px;
	opacity:0.7;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

}


.popupzone-area .owl-dots .owl-dot.active > span{
	background:#ffde45;
	opacity:1;
}

.popupzone-area .owl-nav{
	display:none;
}

/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;text-align:right; display:none;}
.btn_cke_sc{display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;line-height:1.9em;vertical-align:middle;cursor:pointer}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
.cke_sc_def dl{margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:20%;font-weight:bold}
.cke_sc_def dd {width:30%}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;font-size:0;line-height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}