/*제주넷 2023 레이아웃*/

@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 100;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');} 
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 300;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');} 
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 400;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');} 
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 500;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');} 
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 700;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');} 
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 900;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');}


body {font-family: 'Noto Sans KR', sans-serif; font-weight: 400; letter-spacing:-0.75px; word-break: keep-all; min-width: 320px; overflow-x: hidden;}
h1,h2,h3,h4,h5,h6 {margin: 0; font-weight: bold;}
p, dl, ol, ul {margin: 0;}
a {color:#555; outline: none;}
i span {  position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
.skip-nvi:active, .skip-nvi:focus { position:relative; display:block; height:auto; width:100%; z-index:100; text-align:center;  }



@media (min-width: 992px) {
	.main-container {
		width: 760px;
	}
}
@media (min-width: 1200px) {
	.main-container {
		width: 1200px;
	}
}
@media (min-width: 1600px) {
	.main-container {
		width: 1600px;
	}
}

@media (max-width: 991px) {
	.pc-only { display:none !important;  }
	.m-only { display:inline-block !important;  }
}
@media (min-width: 992px) {
	.pc-only { display:inline-block !important;  }
	.m-only { display:none !important;  }
}



.live-groupbtn {
	position: absolute;
	top: 13px;
	left: 180px;
}
.live-groupbtn a {
	display: inline-flex;
	justify-content: center;
    align-items: center;
	width: 60px;
	height: 25px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	border-radius: 5px;
	background-color: #4643D4;
	
}

@media (min-width: 992px) {
	.live-groupbtn {
		top: 100px;
		left: auto;
		right: 0px;
		z-index: 103;
	}
	.live-groupbtn a {
		width: 80px;
		height: 60px;	
		font-size: 16px;
		line-height: 120%;
		border-radius: 15px 0 0 15px;
	}
}


.header {
	width: 100%;
	height: 50px;
}
@media (min-width: 1200px) {
	.header {
		position: relative;
		height: 142px;
		z-index: 102;
	}
}
.header h1 {
	position: absolute; 
	top: 14px; 
	left: 15px; 
	font-size:0; 
	z-index: 100;
}
@media (min-width: 1200px) {
	.header h1  {
		top: 73px;
		z-index: 102;
		left: calc( 50% - 600px );
	}
}
@media (min-width: 1600px) {
	.header h1  {
		left: calc( 50% - 800px );
	}
}
.header h1 a {
	display:inline-block; 
	width:155px; 
	height:24px; 
	background:url(../images/common/logo.svg) no-repeat left center; 
	background-size: 100%;
}
@media (min-width: 1200px) {
	.header h1 a {
		width: 215px;
		height: 33px;
		z-index: 102;
	}
}
.all-menu-view {
	position: absolute;
	top: 13px;
	right: 15px;
}
@media (min-width: 1200px) {
	.all-menu-view {
		position: absolute;
		top: 75px;
		z-index: 101;
		right: calc( 50% - 600px );
	}
}
@media (min-width: 1600px) {
	.all-menu-view {
		right: calc( 50% - 800px );
	}
}
.m-menu {
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-left: -100%;
    background-color: #fff;
    z-index: 102;
}
@media (min-width: 1200px) {
	.m-menu {
		display: block;
		position: relative;
		margin: 0;
		z-index: auto;
	}
}
.m-menu .header-util {
	width: 100%;
	height: 75px;
	padding: 17px 0 0 8px;
	background-color: #EAEAEA;
}
@media (min-width: 1200px) {
	.m-menu .header-util {
		display: flex;
		padding: 0;
		height: 36px;
		background-color: #EAEAEA;
	}
}
.m-menu .header-util .util {
	display: flex;
} 
@media (min-width: 1200px) {
	.m-menu .header-util .util {
		position: absolute;
		top: 6px;
	}
}
.m-menu .header-util .util>div {
	position: relative;
	padding: 0 7px;
}
@media (min-width: 1200px) {
	.m-menu .header-util .util>div {
		padding: 0 12px;
	}
}
.m-menu .header-util .util>div+div::after {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background-color: #9D9D9D;
}
.m-menu .header-util .util a {
	color: #666;
	font-size: 13px;
}
.m-menu .header-util .left-util {
	padding-bottom: 5px;
}
@media (min-width: 991px) {
	.m-menu .header-util .left-util {
		left: 10px;
	}
	.m-menu .header-util .right-util {
		right: 10px;
	}
}
@media (min-width: 1200px) {
	.m-menu .header-util .left-util {
		left: calc( 50% - 600px );
	}
	.m-menu .header-util .right-util {
		right: calc( 50% - 600px );
	}
}
@media (min-width: 1600px) {
	.m-menu .header-util .left-util {
		left: calc( 50% - 800px );
	}
	.m-menu .header-util .right-util {
		right: calc( 50% - 800px );
	}
}
.m-menu .header-util .util .dropdown i {
	font-size: 10px;
}
.m-menu .header-util .util .dropdown .dropdown-menu {
	min-width: 90px;
    padding: 7px 10px;
}
.m-menu .header-util .util .dropdown .dropdown-menu a {
	padding: 2px 0;
}
.m-menu .header-util .util .dropdown .dropdown-menu a::after {
	content: none;
}

.m-menu .header-util .util .main-weather-pop {	
	display: none;
	position: absolute; 
	top: 0px; 
	left: 0px;	
	width: 300px; 
	padding: 20px 10px; 
	border: 1px solid #ddd;	
	background-color: #fff; 
	z-index: 103; 
}
@media (min-width: 1200px) {
	.m-menu .header-util .util .main-weather-pop {	
		width: 400px;
	}
}
.m-menu .header-util .util .main-weather-pop dl {
	display: flex;
	flex-wrap: wrap;
}
.m-menu .header-util .util .main-weather-pop dl dt {
	width: 100%;
	font-size: 16px;
	font-weight: normal;
	margin-left: 10px;
}
@media (min-width: 1200px) {
	.m-menu .header-util .util .main-weather-pop dl dt {
		margin-left: 20px;
		font-size: 18px;
	}
}
.m-menu .header-util .util .main-weather-pop dl dt a {
	display: inline-flex;
	color: #000;
	font-size: 16px;
}
.m-menu .header-util .util .main-weather-pop dl.weather-area {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom:1px solid #ddd;
}
.m-menu .header-util .util .main-weather-pop dl.weather-area dd {
	display:inline-flex; 
	flex-direction: column;
    align-items: center;
	width: 25%; 
	font-size: 14px; 
	color:#555;
}
@media (min-width: 1200px) {
	.m-menu .header-util .util .main-weather-pop dl.weather-area dd {
		font-size: 16px; 
	}
}
.m-menu .header-util .util .main-weather-pop dl.weather-area dd i {
	display:block; 
	font-size:40px; 
	color:#333;
}
@media (min-width: 1200px) {
	.m-menu .header-util .util .main-weather-pop dl.weather-area dd i {
		font-size:50px; 
	}
}
.m-menu .header-util .util .main-weather-pop dl.weather-area dd span {
	margin-top: -5px;
}
.m-menu .header-util .util .main-weather-pop dl.weather-area dd b {	
	font-weight:normal;
}
.m-menu .header-util .util .main-weather-pop .weather-air2 a {
	margin-left: 10px;
	margin-right: 10px;
	color: #000; 
	font-size: 14px;
}
@media (min-width: 1200px) {
	.m-menu .header-util .util .main-weather-pop .weather-air2 a {
		margin-left: 20px; 
		font-size: 18px;
	}
}
.m-menu .header-util .util .main-weather-pop .weather-close {
	position: absolute; 
	top: 0; 
	right: 0;
}
.m-menu .header-util .util .main-weather-pop .weather-close a {
	display: inline-flex; 
	    justify-content: center;
    align-items: center;
	width: 40px; 
	height: 40px; 
	background: #E5E5E5; 
	text-align: center;
}
@media (min-width: 1200px) {
	.m-menu .header-util .util .main-weather-pop .weather-close a {
		width: 50px; 
		height: 50px; 
	}
}

.gnb {
	padding-top: 10px;
}
@media (min-width: 1200px) {
	.gnb {
		display: flex;
		justify-content: flex-end;
		width: 1200px;
		margin: 0 auto;
		padding-top: 36px;
		padding-right: 40px;
	}
}
@media (min-width: 1600px) {
	.gnb {
		width: 1600px;
		padding-right: 80px;
	}
}
.gnb .allmenu-title {
	display: none;
}
.gnb .gnb-menus img {
	padding-left: 5px;
}
.gnb .gnb-menus .gnb-title {
	width: 160px;
	padding: 5px 15px;
}
@media (min-width: 1200px) {
	.gnb .gnb-menus .gnb-title {
		width: auto;
		padding: 0 30px;
	}
}
@media (min-width: 1600px) {
	.gnb .gnb-menus .gnb-title {
		padding: 0 55px;
	}
}
.gnb .gnb-menus .gnb-title a {
	display: inline-flex;
	align-items: center;
	width: 100%;
	height: 50px;
	padding: 10px;
	color: #333;
	font-size: 15px;
	font-weight: 500;
	border-radius: 5px;
	border: 1px solid #DDDDDD;
}
@media (min-width: 1200px) {
	.gnb .gnb-menus .gnb-title a {
		position: relative;
		width: auto;
		height: auto;
		padding: 0 0 50px 0;
		color: #333;
		font-size: 22px;
		font-weight: 700;
		border: none;
	}
}
.gnb .gnb-menus .gnb-title a.active {
	color: #fff;
	text-decoration: none;
	border: 1px solid #567BDB;
	background-color: #567BDB;
}
@media (min-width: 1200px) {
	.gnb .gnb-menus:hover .gnb-title a,
	.gnb .gnb-menus .gnb-title a.active {
		color: #3462D9;
		text-decoration: none;
		border: none;
		background-color: transparent;
	}
	.gnb .gnb-menus:hover .gnb-title a::before,
	.gnb .gnb-menus .gnb-title a.active::before {
		content: '';
		position: absolute;
		top: 65px;
		left: calc( 50% - 20px );
		width: 40px;
		height: 3px;
		background-color: #3462D9;
	}
}
.gnb .gnb-submenu {
	display: none;
	position: absolute;
	top: 75px;
	right: 0;
	width: calc( 100% - 160px );
	height: calc(100% - 75px);
	padding: 0 15px;
	border-left: 1px dashed #DDDDDD;
	overflow-y: auto;
}
@media (min-width: 1200px) {
	.gnb .gnb-submenu {
		top: 142px;
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 30px 0;
		border-top: 1px solid #EAEAEA;
		background-color: #fff;
		z-index: 102;
	}
}
@media (min-width: 1200px) {
	.gnb .gnb-submenu > ul {
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		width: 1200px;
	}
}
@media (min-width: 1600px) {
	.gnb .gnb-submenu > ul {
		width: 1600px;
	}
}
@media (min-width: 1200px) {
	.gnb .gnb-submenu > ul > li {
		width: 18.4%;
		margin-right: 2%;
	}
	.gnb .gnb-submenu > ul > li:nth-child(5n) {
		margin-right: 0;
	}
}
@media (min-width: 1600px) {
	.gnb .gnb-submenu > ul > li {
		width: 15%;
		margin-right: 2%;
	}
	.gnb .gnb-submenu > ul > li:nth-child(5n) {
		margin-right: 2%;
	}
	.gnb .gnb-submenu > ul > li:nth-child(6n) {
		margin-right: 0;
	}
}
.gnb .gnb-submenu > ul > li > a {
	position: relative; 
	display: block; 
	padding: 13px 20px 13px 0; 
	font-size: 15px; 
	font-weight: 500; 
	color: #333; 
	border-bottom: 1px solid #ddd;
}
.gnb .gnb-submenu > ul > li > a.active {
	color: #567BDB;
}
@media (min-width: 1200px) {
	.gnb .gnb-submenu > ul > li > a {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 60px;
		padding: 0 30px;
		color: #333;
		font-size: 17px;
		font-weight: 500;
		line-height: 120%;
		text-align: center;
		border-radius: 5px;
		border: 1px solid #DDDDDD;
	}
	.gnb .gnb-submenu > ul > li > a img {
		position: absolute;
		top: 10px;
		right: 10px;
	}
	.gnb .gnb-submenu > ul > li > a.active,
	.gnb .gnb-submenu > ul > li:hover > a {
		color: #fff;
		border: 1px solid #3462D9;
		background-color: #567BDB;
	}
	.gnb .gnb-submenu > ul > li > a.link-menu {
		background-repeat: no-repeat;
		background-position: right 10px top 10px;
		background-image:url(../images/common/new_win.svg); 
	}
	.gnb .gnb-submenu > ul > li:hover > a.link-menu {
		background-repeat: no-repeat;
		background-position: right 10px top 10px;
		background-image:url(../images/common/new_win_r.svg); 
	}
}
.gnb .gnb-submenu > ul > li > a.m-menu-bg {
	background-image :url(../images/common/gnb_plus.svg); 
	background-repeat: no-repeat;
	background-position: right 5px center;
	background-size: 10px;
}
.gnb .gnb-submenu > ul > li > a.m-menu-bg.active {
	background-image :url(../images/common/gnb_minus.svg); 
	background-repeat: no-repeat;
	background-position: right 5px center;
	background-size: 10px;
}
@media (min-width: 1200px) {
	.gnb .gnb-submenu > ul > li > a.m-menu-bg {
		background-image: none;
	}
}
.gnb .gnb-submenu > ul > li > a:hover {
	text-decoration: none;
}
.gnb .gnb-submenu > ul > li > ul {
	display: none; 
	padding: 15px 0; 
	border-bottom: 1px solid #ddd;
}
@media (min-width: 1200px) {
	.gnb .gnb-submenu > ul > li > ul {
		display: block;
		padding: 15px 0 20px;
		border: none;
	}
}
.gnb .gnb-submenu > ul > li > ul > li {
	padding-bottom: 10px;	
}
@media (min-width: 1200px) {
	.gnb .gnb-submenu > ul > li > ul > li {
		position: relative;
		padding-left: 10px;
	}
	.gnb .gnb-submenu > ul > li > ul > li::before {
		content: '';
		position: absolute;
		top: 8px;
		left: 0;
		width: 3px;
		height: 3px;
		border-radius: 50%;
		background-color: #707070;
	}
}
.gnb .gnb-submenu > ul > li > ul > li > a {
	color: #666;
	font-size: 14px;
}
.gnb .gnb-submenu > ul > li > ul > li > a.active {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}
@media (min-width: 1200px) {
	.gnb .gnb-submenu > ul > li > ul > li > a {
		font-size: 16px;
		line-height: 120%;
	}
	.gnb .gnb-submenu > ul > li > ul > li > a.active,
	.gnb .gnb-submenu > ul > li > ul > li > a:hover {
		color: #567BDB;
		text-decoration: none;
		border-bottom: 1px solid #567BDB;
	}
}
.all-menu-close {
	position: absolute;
	top: 10px;
	right: 10px;
}
@media (min-width: 1200px) {
	.all-menu-close {
		display: none;
	}
}



@media (min-width: 1200px) {
	.all-menu {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		padding-top: 20px;
		background-color: #fff;
		overflow-y: scroll;
		z-index: 103;
	}
	.all-menu .allmenu-title {
		position: absolute;
		top: 25px;
		display: block;
	}
	.all-menu .gnb-menus.gnb-menus2,
	.all-menu .gnb-menus.gnb-menus4,
	.all-menu .gnb-menus.gnb-menus6,
	.all-menu .gnb-menus.gnb-menus8 {
		background-color: #FCFCFC;
	}
	.all-menu .gnb-menus img {
		padding-left: 5px;
		vertical-align: initial;
	}
	.all-menu .gnb-menus .gnb-title {
		width: 100%;
		padding: 45px 0 25px;
		text-align: center;
	}
	.all-menu .gnb-menus .gnb-title a {
		color: #222;
		font-size: 34px;
		font-weight: 700;
	}
	.all-menu .gnb-submenu {
		top: 142px;
		width: 100%;
		height: auto;
		margin: 0 auto;
		border-bottom: 1px dashed #CCCCCC;
	}
	.all-menu .gnb-submenu > ul {
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
	}
	.all-menu .gnb-submenu > ul > li {
		width: 15%;
		margin-right: 2%;
	}
	.all-menu .gnb-submenu > ul > li:nth-of-type(6) {
		margin-right: 0;
	}
	.all-menu .gnb-submenu > ul > li > a {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		position: relative;
		width: 100%;
		height: 60px;
		padding: 0 30px;
		color: #333;
		font-size: 17px;
		font-weight: 500;
		line-height: 120%;
		text-align: center;
		border-radius: 5px;
		border: 1px solid #DDDDDD;
		background-color: #fff;
	}
	.all-menu .gnb-submenu > ul > li > a.link-menu {
		background-repeat: no-repeat;
		background-position: right 10px top 10px;
		background-image:url(../images/common/new_win.svg); 
	}
	.all-menu .gnb-submenu > ul > li:hover > a.link-menu {
		background-repeat: no-repeat;
		background-position: right 10px top 10px;
		background-image:url(../images/common/new_win_r.svg); 
	}
	.all-menu .gnb-submenu > ul > li > a.active,
	.all-menu .gnb-submenu > ul > li:hover > a {
		color: #fff;
		border: 1px solid #3462D9;
		background-color: #567BDB;
		text-decoration: none;
	}
	.all-menu .gnb-submenu > ul > li > a.m-menu-bg {
		background-image: none;
	}
	.all-menu .gnb-submenu > ul > li > ul {
		display: block;
		padding: 15px 0 20px;
		border: none;
	}
	.all-menu .gnb-submenu > ul > li > ul > li {
		position: relative;
		padding-left: 10px;
		padding-bottom: 10px;
	}
	.all-menu .gnb-submenu > ul > li > ul > li::before {
		content: '';
		position: absolute;
		top: 8px;
		left: 0;
		width: 3px;
		height: 3px;
		border-radius: 50%;
		background-color: #707070;
	}
	.all-menu .gnb-submenu > ul > li > ul > li > a {
		font-size: 16px;
		line-height: 120%;
	}
	.all-menu .gnb-submenu > ul > li > ul > li > a.active,
	.all-menu .gnb-submenu > ul > li > ul > li > a:hover {
		color: #567BDB;
		text-decoration: none;
		border-bottom: 1px solid #567BDB;
	}
	.all-menu .all-menu-close {
		display: block;
		position: absolute;
		top: 30px;
	}
	.all-menu .all-menu-close img {
		display: none;
	}
	.all-menu .all-menu-close a {
		display: inline-block;
		width: 22px;
		height: 22px;		
		background-size: cover;
		background-repeat: no-repeat;
		background-image:url(../images/common/close.svg); 
	} 
}

@media (min-width: 1200px) {
	.all-menu .allmenu-title {
		left: calc( 50% - 600px );
	}
	.all-menu .gnb-submenu > ul {
		width: 1200px;
	}
	.all-menu .all-menu-close {
		right: calc( 50% - 600px );
	}
}
@media (min-width: 1600px) {
	.all-menu .allmenu-title {
		left: calc( 50% - 800px );
	}
	.all-menu .gnb-submenu > ul {
		width: 1600px;
	}
	.all-menu .all-menu-close {
		right: calc( 50% - 800px );
	}
}



.site-link {
	clear: both; 
	position: relative; 
	z-index: 100; 
	background: #555;
}
@media (min-width: 1200px) {
	.site-link {
		height:50px; 
	}
}
.site-link .row {
	display: flex;
	flex-wrap: wrap;
}
.site-link dl {
	position: relative; 
	width: 50%; 
	height: 40px; 
}
@media (min-width: 1200px) {
	.site-link dl {
		width: 25%; 
		height: 50px;
	}
}
.site-link dl dt a {
	position: relative;
	display: block; 
	line-height: 40px; 
	padding-left: 15px; 
	color: #FFF; 
	font-weight: normal; 
	font-size: 13px;
}
@media (min-width: 1200px) {
	.site-link dl dt a {
		line-height: 48px; 
		font-size: 16px;
	}
}
.site-link dl dt a::after {
	content: '';
	position: absolute;
	top: 12px;
	right: 0;
	display: block;
	width: 1px;
	height: 14px;
	background-color: #6C706F;
}
@media (min-width: 1200px) {
	.site-link dl dt a::after {
		top: 16px;
		height: 18px;
	}
	.site-link dl:nth-of-type(4) dt a::after {
		display: none;
	}
}
.site-link dl dt a i {
	position: absolute; 
	top: 0; 
	right: 20px;
	font-size: 13px;
}
.site-link dl dd { 
	position:absolute; 
	display:none; 
	width:100%; 
	max-height:500px; 
	overflow-y:auto; 
	bottom:40px; 
	left:0; 
	padding:5px 0; 
	border:1px solid #CCC; 
	background:#FFF;
}
@media (min-width: 1200px) {
	.site-link dl dd { 
		bottom:50px; 
	}
}
.site-link dl dd a { 
	display:block; 
	padding:3px 10px; 
	color: #555; 
	font-size: 13px;
}
.site-link dl dd span {
	display: block; 
	padding: 5px 10px 5px 20px;
}



.footer-bg {
	clear: both; 
	position: relative; 
	background: #fff; 
	width: 100%; 
	z-index: 100; 
}
.footer {
	position: relative; 
	padding: 15px 5px;
	color: #555; 
}
@media (min-width: 1200px) {
	.footer {
		padding: 45px 0;
		font-size: 16px;
	}
}
.footer-util {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.footer-util li {
	position: relative;
	display: inline-block; 
	font-size: 13px; 
	padding: 0 10px 3px 10px;
}
@media (min-width: 1200px) {
	.footer-util li {
		font-size: 16px; 
		padding: 0 12px;
	}
	.footer-util li:first-child {
		padding-left: 0;
	}
}
.footer-util li::after {
	content: '';
	position: absolute;
	top: 9px;
	right: -1.5px;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #AAAAAA;
}
@media (min-width: 1200px) {
	.footer-util li::after {
		top: 12px;
	}
}
.footer-util li:last-child::after {
	content: none;
}
.footer-util li a {
	color:#555;
}
.footer-util li a b {
	color: #000; 
}
.footer-mark {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 0 10px;
	margin-bottom: 15px;
}
@media (min-width: 1200px) {
	.footer-mark {
		flex-direction: row;
		position: absolute;
		bottom: 50px;
		right: 0;
	}
}
.footer-mark .call {
	display: flex;
    flex-direction: column;
	width: 210px;
	margin-bottom: 15px;
	text-align: left;
}
@media (min-width: 1200px) {
	.footer-mark .call {
		margin-bottom: 0;
		margin-right: 20px;
		text-align: right;
	}
}
.footer-mark .call span {
	color: #555;
	font-size: 13px;
	line-height: 130%;
}
.footer-mark .call a {
	margin: 0;
	color: #000;
	font-size: 22px;
	font-weight: bold;
}
.footer-mark .mark-list {	
	display: flex;
}
@media (min-width: 1200px) {
	.footer-mark .mark-list {	
		padding-left: 5px;
		border-left: 1px solid #EAEAEA;
	}
}
.footer-mark a {
	margin-right: 10px;
}
@media (min-width: 1200px) {
	.footer-mark a {
		margin-right: 0;
		margin-left: 10px;
	}
}
.footer-mark a img {
	height: 40px;
}
@media (min-width: 1200px) {
	.footer-mark a img {
		height: 52px;
	}
}
.footer-mark .tooltip_text {
	display: none;
}
@media (min-width: 1200px) {
	.footer-mark a.tooltipWrap {
		position: relative;
		display: inline-block;
	}
	.footer-mark a.tooltipWrap .tooltip_text {
		display: block;
		visibility: hidden;
		background: #555;
		color: #fff;
		text-align: center;
		border-radius: 3px;
		padding: 2px 5px;
		position: absolute;
		z-index: 1;
		font-weight: 100;
		font-size: 13px;
	}
	.footer-mark a.tooltipWrap:focus .tooltip_text,
	.footer-mark a.tooltipWrap:hover .tooltip_text {
		visibility: visible;
	}
	.footer-mark a.tooltipWrap .tooltip_text::after {
		content: " ";
		position: absolute;
		border-style: solid;
		border-width: 5px;
	}
	.footer-mark a.tooltipWrap .tooltip-top {
		min-width: 150px;
		bottom: 120%;
		left: 50%;
		margin-left: -75px;
	}

	.footer-mark a.tooltipWrap .tooltip-top::after {
		top: 100%;
		left: 50%;
		margin-left: -5px;
		border-color: #555 transparent transparent transparent;
	}
}
.footer-mark a.qr {
	display: none;
}
@media (min-width: 1200px) {
	.footer-mark a.qr {
		display: block;
	}
}
.footer address {
	padding: 0 10px;
	font-size: 13px; 
}
@media (min-width: 1200px) {
	.footer address {
		padding: 0;
		margin-top: 20px;
		font-size: 16px; 
	}
}
.footer-txtlink {
	display: none;
}
@media (min-width: 1200px) {
	.footer-txtlink {
		width: 50%;
		display: block;
		color: #555;
		font-size: 15px;
	}
}
@media (min-width: 1600px) {
	.footer-txtlink {
		width: 100%;
	}
}



@media (min-width: 1200px) {
	.back {
		display: none;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: rgba(0, 0, 0, .5);
		z-index: 100;
	}
}

.back-bg {
	display: none; 
	position: fixed; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	z-index: 103; 
	background: rgba(0, 0, 0, .5);
}





#backtotop {
	display: inline-flex;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 9999;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 45px;
	background: rgba(0,0,0,0.3);
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	border-radius: 50%;
	/*transition: opacity 0.2s ease-out;*/
	opacity: 0;
}
#backtotop.show {
	opacity: 1;
}
#backtotop:hover.show {
	background: rgba(0,0,0,0.6);
}
#backtotop:hover.show a {
	color: #fff;	
}





.m-menu .header-util .util .main-weather-pop dl dt a:focus {
    outline-offset: 2px;
	border-radius: 50%;
}



@media (min-width: 992px) and (max-width: 1199px) {




}
