@charset "utf-8";

body {
  min-width:320px; 
}
@media screen and (max-width: 320px) {
	body {
		width: 320px;
	}
}

section {
  margin-top: 10px;
}

.box {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    position: relative;
}
/*****************************************/
/*  PC헤더  */
/*****************************************/
.header-top {
  background:#ececef;
}
.header-top img {
  width: auto;
}
.header-top .header-seoul-link {
  margin-top: 5px;
  margin-right: 120px;
}
.header-top .header-seoul-news dd {
  background:url('../../../../image/ko/local/ext/notice.png') no-repeat left center;
  padding-left: 30px;
  margin-top: 8px;
}
.header-top .header-seoul-news a {
  color:#323232;
  font-size:13px;
}
.header-top .header-seoul-menu dd {
  display: inline-block;
  margin-left: 35px;
  margin-top: 8px;
}
.header-top .header-seoul-menu a {
  color:#323232;
  font-size:13px;
}

.header-bottom .bottom-top {
  height: 43px;
}
.header-bottom .bottom-top img {
  width: 106px;
  height: auto;
  margin-top: 12px;
  margin-right: 20px;
}
.header-bottom .bottom-top .myMenu {
  display: inline-block;
  margin-top: 7px;
  /*position: relative;*/
}
.header-bottom .bottom-top .myMenu>li {
  /* position: relative; */
  display: inline-block;
  vertical-align: top;
  padding:0 10px;
}
.header-bottom .bottom-top .myMenu>li.seoul {
  background:url('../../../../image/ko/local/ext/icon_untact.png') no-repeat 10px 6px;
  background-size:17px;
  padding-left: 33px;
}
.header-bottom .bottom-top .myMenu li > a {
  color:#323232;
  font-size:13px;
}
.header-bottom .bottom-top .myMenu>li.myLibMenu > a {
  color:#ff5a46;
}

.nav-button {
	position: absolute;
	left: 50%;
	transform: translateX(-750px);
	top: 57px;
}

#divTopMenu .nav-button {
	display: none;
	top: 19px;
}

#divTopMenu.fix .nav-button {
	display: block;
}

.nav-button button {
	font-size: 0;
	cursor: pointer;
	width: 28px;
	height: 28px;
}
.nav-button button.back {
	background: url(../../../..//image/ko/local/ext/link-reverse.png) 0 0;
	background-size: 28px;
}
.nav-button button.back:hover {
	background: url(../../../../image/ko/local/nav_back_button_onoff.png) -28px 0;
}  

.nav-button button.forward {
	margin-left: 12px;
	background: url(../../../..//image/ko/local/ext/link.png) 0 0;
	background-size: 28px;
}
.nav-button button.forward:hover {
	background: url(../../../../image/ko/local/nav_forward_button_onoff.png) -28px 0;
} 
/* .header-bottom .bottom-top .myMenu>li::after {
  content:'';
  width: 1px;
  height: 12px;
  background:#323232;
  display: inline-block;
  position: absolute;
  top:50%;
  margin-top: -6px;
  right:-2px;
} */
.lang-div{
	border: 1px solid #b4b4b4;padding:0px 5px;
}
.lang-select::-ms-expand, .seoul-webpage-select::-ms-expand, .lib-webpage-select::-ms-expand{display:none}

.lang-select{
	width:110px;height:22px;line-height:19px;border:none;font-size:12px;
	color:gray;
	border-radius:0; /* 아이폰 사파리 보더 없애기 */ -webkit-appearance:none; /* 화살표 없애기 for chrome*/ -moz-appearance:none; /* 화살표 없애기 for firefox*/ appearance:none;
	background: url(../../../../image/ko/local/main/footer_select_up.png) no-repeat 100px;
}

.seoul-webpage-select, .lib-webpage-select{
	padding-left:5px;
	width:170px;height:22px;line-height:19px;border:none;font-size:12px;
	background: url(../../../../image/ko/local/ext/select_down.png) no-repeat 160px center;
	color:gray;
	border-radius:0; /* 아이폰 사파리 보더 없애기 */ -webkit-appearance:none; /* 화살표 없애기 for chrome*/ -moz-appearance:none; /* 화살표 없애기 for firefox*/ appearance:none;
}

.seoul-webpage-select.on, .lib-webpage-select.on{background: url(../../../../image/ko/local/ext/select_up.png) no-repeat 160px center;}

.lang-go-btn, .seoul-webpage-go, .lib-webpage-go{
	width: 22px;
    height: 16px;
    font-size: 12px;
    border-radius: 5px;
    background: #8ed1de;
    color: #000;
    font-size: 10px;
    display: inline-block;
    text-align: center;
    line-height: 16px;
    vertical-align: middle;
    cursor:pointer;
}
.seoul-webpage-go, .lib-webpage-go{
	float: left;
    top: 5px;
    position: relative;
    margin:0px 5px;
}

.header-bottom .bottom-top .myMenu-lang {
  border:1px solid #b4b4b4;
  position: absolute;
  width: 80px;
  /* bottom:-100px; */
  background:#fff;
  padding:0 10px;
  z-index:100;
  display: none;
}
.header-bottom .bottom-top .myMenu-lang.on {
  display: block;
}
.header-bottom .bottom-top .myMenu-lang li {
  padding-left: 5px;
  height: 30px;
  line-height: 30px;
  border-bottom:1px solid #ddd;
}
.header-bottom .bottom-top .myMenu-lang li:hover a {
  color:#0092d0;
}
.header-bottom .bottom-top .myMenu-lang li:last-child {
  border-bottom:none;
}

/* .header-bottom */.bottom-bottom {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}

.mobile-header .bottom-bottom {
  margin-top: 20px;
}
/* .header-bottom */.bottom-bottom .logo {
	display:inline-block;
}
.seoul-represent-logo {
	width: 106px;
    padding-top: 10px;
}
/* .header-bottom */.bottom-bottom .logo img {
  width: 190px;
  height: auto;
}
/* .header-bottom */.bottom-bottom .search-radio01 {
  width: 136px;
  height: 40px;
  line-height: 40px;
  color:#20407b;
  font-size:14px;
  background:#8bb4ff;
  border-radius: 30px 0 0 30px;
  display: inline-block;
  vertical-align: top;
}
/* .header-bottom */.bottom-bottom .search-radio02 {
  width: 140px;
  height: 40px;
  line-height: 40px;
  color:#20407b;
  font-size:14px;
  background:#8ed1de;
  border-radius:0 30px 30px 0;
  display: inline-block;
  margin-left: -5px;
  vertical-align: top;
}
.bottom-bottom .radio-icon, .bottom-bottom input[type="radio"] {
  display: inline-block;
  margin-left: 30px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -3px;
}

.search-radio02 input[type="radio"] {
	margin-left: 13px;
}
/* .header-bottom */.bottom-bottom input[type="radio"]:checked {
  /* background:url('../../../../image/ko/local/ext/pc_radio_on.png') no-repeat; */
}
/* .header-bottom */.bottom-bottom .header-search {
	display: inline-block;
	border:3px solid #0092d0;
	margin-left: -5px;
	height: 56px;
	vertical-align: top;
	width: 776px;
	border-radius:50px;
	text-align: left;
	box-sizing: border-box;
	padding: 5px;
	margin:0px 50px;
}
/* .header-bottom */.bottom-bottom input[type="text"] {
	width: 420px;
	height: 40px;
	border: none;
	padding-left: 10px;
	vertical-align: middle;
	font-size: 16px;
}
.header-search button {
  width: 30px;
  height: 30px;
  background:url('../../../../image/ko/local/ext/search.png') no-repeat;
  background-size:30px;
  vertical-align: middle;
}

/*  1차 메뉴  */

.depth2, .hamburger-box {
  display: none;
}

.pc-header nav {
  	background: #f2f2f2;
    min-width: 1200px;
    position: relative;
}
.pc-header nav > div.gnb {
	/*display: none;*/
}
.pc-header nav.fix {
	padding-left: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
	background: #FFFFFF;
    border-bottom: 2px solid #006eaf;
}
.pc-header nav.fix .header-search {
	
}
.pc-header nav.fix ul li .hamburger{
	display: none;
}
.pc-header nav.fix ul li.gnb-menu {
	display: none;
}
.pc-header nav ul li.search-header {
	display: none;
}
.pc-header nav.fix .gnb>li:last-child {
}
.pc-header nav.fix ul li.search-header * {
	box-sizing: border-box;
}
.pc-header nav.fix ul li.search-header {
	display: block;
	width: 100%;
}
.pc-header nav.fix > div.gnb {
	position: relative;
	display: block;
}
.pc-header nav.fix .bottom-bottom {
	margin-top: 10px;
	margin-bottom: 0;
}
.pc-header nav.fix .gnb>li {
    margin-right: 0;
    margin-top: 0;
}
.pc-header nav.fix .gnb>li:last-child {
}
nav.fix .logo  {
	float: left;
}
nav.fix .seoul-represent-logo {
}
.pc-header nav.fix li.hamburger {
	margin-top: 10px;
    width: 50px;
    height: 50px;
    background: url(../../../../image/ko/local/ext/pc_icon_menu.png) no-repeat #363E52;
    background-position: 50%;
    cursor: pointer;
    z-index: 1000;
}
.pc-header nav.fix .bottom-bottom {
	text-align: center;
}
.pc-header nav * {
  
}
.pc-header .gnb {
  width: 1200px;
  margin:0 auto;
  height: 68px;
}

#divTopMenu.fix .gnb {
	height: 76px;
}

.pc-header .gnb>li {
  float: left;
  margin-right: 102px;
  text-align: left;
  margin-top: 20px;
}
.pc-header .gnb>li:last-child {
  margin-right: 0;
}

.pc-header .gnb>li>a {
  color:#000;
  font-size:20px;
  font-weight: 400;
  position: relative;
}
/* .pc-header .gnb>li.on>a::after {
  content:'';
  position: absolute;
  display: block;
  width: 30px;
  height: 20px;
  background:url('../../../../image/ko/local/ext/menu_arrow.png') no-repeat;
  bottom:-27px;
  left:50%;
  margin-left: -15px;
  z-index:1;
} */
.pc-header .gnb>li:last-child.on>a::after {
  content:'';
  display: none;
}
.pc-header .gnb>li:hover>a {
  border-top:3px solid #0092d0;
  padding-top: 3px;
  margin-top: -6px;
}
.pc-header .gnb>li.on>a {
  border-top:3px solid #0092d0;
  padding-top: 3px;
  margin-top: -6px;
}

.pc-header .gnb>li:last-child {
	margin-top: 24px;
}

.pc-header .gnb>li button.hamburger {
	width: 20px;
	height: 16px;
	background: url('../../../../image/ko/local/ext/menu.png') no-repeat; 
	cursor: pointer;
}

/*  2차메뉴  */
.pc-header .depth2 {
  height: 181px;
  width: 100%;
  min-width:1200px;
  position: absolute;
  left:0;
  box-shadow: 0px 8px 5px rgba(0,0,0,0.2);
  padding:25px 0;
  background:#fff;
  z-index:1;
  top:68px;
}
.pc-header .depth2 .menu-name {
  width: 181px;
  height: 181px;
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  color:#0d234b;
  font-weight: 500;
  font-size:22px;
  padding-left:20px;
  text-align: right;
  box-sizing: border-box;
  padding-right: 13px;
  padding-top: 140px;
}
.pc-header .depth2 .menu-name01 {
  background:url('../../../../image/ko/local/ext/menu01.png') no-repeat;
}
.pc-header .depth2 .menu-name02 {
  background:url('../../../../image/ko/local/ext/menu02.png') no-repeat;
}
.pc-header .depth2 .menu-name03 {
  background:url('../../../../image/ko/local/ext/menu03.png') no-repeat;
}
.pc-header .depth2 .menu-name04 {
  background:url('../../../../image/ko/local/ext/menu04.png') no-repeat;
}
.pc-header .depth2 .menu-name05 {
  background:url('../../../../image/ko/local/ext/menu05.png') no-repeat;
}
.pc-header .depth2 .menu-name06 {
  background:url('../../../../image/ko/local/ext/menu07.png') no-repeat;
}
.pc-header .depth2 .depth2-sub-box {
  width: 950px;
  min-width:950px;
  height: 185px;
  display: inline-block;
  position: relative;
}
.pc-header .depth2 .sub {
  display: inline-block;
  vertical-align: top;
  padding:0 12px;
  border-right:1px solid #c6c6c7;
  height: 100%;
}
.pc-header .depth2 .sub:nth-last-of-type(1) {
  border-right:none;
}
.pc-header .depth2 .sub>li {
  height: auto;
  line-height: 1.5;
}
.pc-header .depth2 .sub .sub-menu-title {
  color:#222;
  font-size:16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.pc-header .depth2 .sub .sub-menu-title > a[target=_blank] {
	display: flex;	
	align-items: center;
	color:#222;
    font-size:16px;
    font-weight: 500;
    margin-bottom: 10px;
}
.pc-header .depth2 .sub .sub-menu-title > a[target=_blank]:after {
  content: url('../../../../image/ko/local/ext/link_img_r.png');
  width: 20px;
  height: 20px;
}

.pc-header .depth2 .sub>li>a {
  color:#5a5a5a;
  font-size:14px;
}
.pc-header .depth2 .sub>li>a:hover {
  /* font-weight: bold; */
  color:#41c8d7;
}
.pc-header .gnb>li:nth-child(5) .depth2 .sub>li>a:hover,.pc-header .gnb>li:nth-child(6) .depth2 .sub>li>a:hover,.pc-header .gnb>li:nth-child(7) .depth2 .sub>li>a:hover,.pc-header .gnb>li:nth-child(8) .depth2 .sub>li>a:hover {
  color:#0092D0;
}
.pc-header .sub-menu-close {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  background:url('../../../../image/ko/local/ext/menu_close2.png') no-repeat;
}
.pc-header .depth2 .sub-menu-close {
  right:0px;
  bottom:0;
}

/*  햄버거 메뉴  */
.hamburger-box {
  position: absolute;
  left:0;
  top:2px;
  width: 100%;
  padding-bottom:40px;
  background:#fff;
  box-shadow: 0px 8px 5px rgba(0,0,0,0.2);
  cursor: default;
  z-index:999;
}
.hamburger-box .ham-gnb{
	width: 1260px;
}

.hamburger-box .hamburger-depth1 li {
  height: auto;
  line-height: 1.5;
  font-size:13px;
}
.hamburger-box .hamburger-depth1>li {
  float:left;
  padding:0 10px;
  font-size:15px;
  width: 15%
}
.hamburger-box .hamburger-depth1>li p {
    height: 30px;
    line-height: 31px;
    color: #000;
    padding: 0 20px;
    text-align: center;
    margin-top: 15px;
    font-size: 20px;
    
}
.hamburger-box .hamburger-depth1>li:nth-child(5)
, .hamburger-box .hamburger-depth1>li:nth-child(6)
, .hamburger-box .hamburger-depth1>li:nth-child(7)
, .hamburger-box .hamburger-depth1>li:nth-child(8) {
  	width: 180px;
}	
.hamburger-box .hamburger-depth1>li:nth-child(5) p,.hamburger-box .hamburger-depth1>li:nth-child(6) p,.hamburger-box .hamburger-depth1>li:nth-child(7) p,.hamburger-box .hamburger-depth1>li:nth-child(8) p {
}

.hamburger-box .hamburger-depth2 {
  position: relative;
}
.hamburger-depth2 li a{
	color:#0092D0;
    font-size: 17px;
    font-weight: 500;
    cursor: default;
    width:100%;
    border-top: 1px solid #d2d1d1;
    border-bottom: 1px solid #d2d1d1;
    height:40px;
    line-height:40px;
}
/*
.hamburger-box .hamburger-depth2::after {
  content:'';
  width: 1px;
  height:505px;
  background:#c6c6c7;
  position: absolute;
  top:0;
  right:-10px;
}
*/
.hamburger-box li:last-child .hamburger-depth2::after {
  content:'';
  display: none;
}

.hamburger-box .hamburger-depth2>li {
  margin-top:20px;  
}
.hamburger-box .hamburger-depth2>li:first-child {
 border-top: 3px solid #0092D0;
  /* cursor: default; */
}
.hamburger-box .hamburger-depth1 li:nth-child(5) .hamburger-depth2>li>a {
  cursor: pointer;
}
.hamburger-box .hamburger-depth1>li:nth-child(5) a,.hamburger-box .hamburger-depth1>li:nth-child(6) a,.hamburger-box .hamburger-depth1>li:nth-child(7) a,.hamburger-box .hamburger-depth1>li:nth-child(8) a {
  word-break: keep-all;
}

.hamburger-box .hamburger-depth3>li>a {
  color:#5a5a5a !important;
  font-size:15px;
  border:none;
  height:20px;
  line-height:20px;
  font-weight: normal;
}
.hamburger-box .hamburger-depth3>li>a:hover {
  color:#0092D0 !important;
}
.hamburger-box .hamburger-depth1>li:nth-child(5) a:hover,
.hamburger-box .hamburger-depth1>li:nth-child(6) a:hover,
.hamburger-box .hamburger-depth1>li:nth-child(7) a:hover,
.hamburger-box .hamburger-depth1>li:nth-child(8) a:hover {
  color:#0092D0 !important;
}
.hamburger-box .sub-menu-close {
  bottom:0;
  right:0;
}
ul.hamburger-depth3 {
	margin-top: 5px;
}
.mobile-header .header-middle {
	display: flex;
}
.btnMobileLangSelect {
	display: flex;
	align-items: center;
	font-size: 22px;
    color: white!important;
    text-indent: 1em;	
}
.btnMobileLangSelect::after {
	background: url(../../../../image/ko/solution/common/ico/faqArrow.png) no-repeat right -108px;	
	content: '';
	display: block;
	width: 20px;
	height: 32px;
	padding-left: 12px;
}

.btnMobileLangSelect.open::after {
	background: url(../../../../image/ko/solution/common/ico/faqArrow.png) no-repeat right -156px;	
}

.mobile-header-btn {
	margin-left: auto;
   	display: flex;
   	align-items: stretch;
}
.mobile-header-btn li{
    padding: 0px 12px;
    display: flex;
}
.mobile-header-btn li.open {
	background: #fff;
}
.mobile-header-btn li > button{
    align-self: center;
    margin-top: 0;
    margin-right: 0;
}

.mobile-header .header-bottom {
	display: none!important;
	position: absolute;
	width: 100%;
	left: 0;
	top: 50px;
	z-index: 1;
	background: #fff;
	border-bottom: solid 1px #ccc;
}

.mobile-header .header-bottom.show {
	display: block !important;
}
/*  나의공간  */
.myArea {
  position: absolute;
  background:rgb(215,214,219);
  width: 100%;
  left:0;
  z-index:999;
  top:100px;
  left:0;
  padding:20px 0;
  display: none;
}
div.mobileBarcode {
	display: none;
}
.myArea.open {
  display: block;
}
.mybook,.myinfo {
  display: inline-block;
  background:#fff;
}
.mybook {
  width: 650px;
  height: 161px;
}
.myinfo {
  width: 530px;
  height: 161px;
  margin-left: 15px;
  vertical-align: top;
}

.myArea-line {
  margin:10px 20px 0;
  color:#141414;
  font-size:19px;
  font-weight: 500;
  padding-bottom: 10px;
}
.mybook .myArea-line  {
  border-bottom:2px solid #008bcb;
}
.myinfo .myArea-line  {
  border-bottom:2px solid #5e667a;
  margin-bottom: 7px;
}

.mybook ul {
  overflow: hidden;
  text-align: center;
  margin-top: 12px;
}
.mybook ul li {
  display: inline-block;
  width: 15%;
  text-align: center;
  line-height: 1.2;
  vertical-align: top;
}
.mybook ul a {
  color:#5a5a5a;
  font-size:14px;
  font-weight: 500;
  padding-top: 55px;
  display: block;
}
.mybook ul li.loan a {
  background:url('../../../../image/ko/local/ext/icon_area01.png') no-repeat center top;
  background-size:50px;
}
.mybook ul li.reserve a {
  background:url('../../../../image/ko/local/ext/icon_area02.png') no-repeat center top;
  background-size:50px;
}
/* .mybook ul li.purchase a {
  background:url('../../../../image/ko/local/ext/icon_area03.png') no-repeat center top;
  background-size:27px;
} */

.mybook ul li.ebook a {
  background:url('../../../../image/ko/local/ext/icon_area03.png') no-repeat center top;
  background-size:50px;
}
.mybook ul li.lecture a {
  background:url('../../../../image/ko/local/ext/icon_area04.png') no-repeat center top;
  background-size:50px;
}
/* .mybook ul li.preserve a {
  background:url('../../../../image/ko/local/ext/icon_area04.png') no-repeat center top;
  background-size:29px;
} */

.mybook ul li.bookmark a {
  background:url('../../../../image/ko/local/ext/icon_area05.png') no-repeat center top;
  background-size:50px;
}
.mybook ul li.statistics a {
  background:url('../../../../image/ko/local/ext/icon_area06.png') no-repeat center top;
  background-size:50px;
}
.myinfo ul {
  overflow: hidden;
  /* width: 450px; */
  margin-left: 37px;
  /* margin:0 auto; */
}
.myinfo li {
  float: left;
  width: 33.3%;
  text-align: left;
}
.myinfo li:nth-child(1) {
  width: 66.6%;
}
.myinfo li:nth-child(2) {
  width: 33.3%;
}
.myinfo a {
  color:#5a5a5a;
  font-size:14px;
  padding:6px 0;
  font-weight: 500;
  padding-left: 28px;
  
}
.myinfo li:nth-child(1) a {
  background:url('../../../../image/ko/local/ext/icon_info01.png') no-repeat left;
  background-size:20px;
}
.myinfo li:nth-child(2) a {
  background:url('../../../../image/ko/local/ext/icon_info_family.png') no-repeat left;
  background-size:25px;
  background-position-x: -3px
}
.myinfo li:nth-child(3) a {
  background:url('../../../../image/ko/local/ext/icon_info02.png') no-repeat left;
  background-size:25px;
  background-position-x: -8px
}
.myinfo li:nth-child(4) a {
  background:url('../../../../image/ko/local/ext/icon_info03.png') no-repeat left;
  background-size:25px;
      background-position-x: -7px
}
.myinfo li:nth-child(5) a {
  background:url('../../../../image/ko/local/ext/icon_info04.png') no-repeat left;
  background-size:25px;
      background-position-x: -2px
}
.myinfo li:nth-child(6) a {
  background:url('../../../../image/ko/local/ext/icon_info05.png') no-repeat left;
  background-size:25px;
      background-position-x: -7px
  
}
.myinfo li:nth-child(7) a {
  background:url('../../../../image/ko/local/ext/icon_info06.png') no-repeat left;
  background-size:25px;
}
.myinfo li:nth-child(8) a {
  background:url('../../../../image/ko/local/ext/icon_info07.png') no-repeat left;
  background-size:25px;
      background-position-x: -4px
}





/*****************************************/
/*  사이드 퀵메뉴  */
/*****************************************/
.side {
  width: 130px;
  height: 140px;
  position: absolute;
  background:#006eaf;
  text-align: center;
  right:-180px;
  top:-250px;
  cursor: pointer;
}
.side2 {
  width: 130px;
  height: 140px;
  position: relative;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
}
.side3 {
  width: 130px;
  height: 140px;
  position: relative;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
}
.quick-search{
	text-align: center;
    top: auto;
    right: 0;
     width: 130px;
    background: rgb(91,81,72);
    position: relative;
    height: 125px;
}
.quick-search a, .quick-search a:link{color:#8ed1de}
.quick-search small{
	font-size: 18px;
    color: #fff;
}
.quick-chatbot{
	text-align: center;
    top: auto;
    right: 0;
     width: 130px;
    position: relative;
    height: 125px;
}
.side-close {
  width: 13px;
  height: 13px;
  background:url('../../../../image/ko/local/ext/side_close.png') no-repeat;
  position: absolute;
  top:10px;
  right:-15px;
}
.side2-close {
  width: 13px;
  height: 13px;
  background:url('../../../../image/ko/local/ext/side_close.png') no-repeat;
  position: absolute;
  top:10px;
  right:-15px;
}
.side3-close {
  width: 13px;
  height: 13px;
  background:url('../../../../image/ko/local/ext/side_close.png') no-repeat;
  position: absolute;
  top:10px;
  right:-15px;
}
.side>img, .side2>img, .side3>img {
  height: auto;
  margin:10px auto;
}
.side p, .side2 p {
	font-size: 15px;
    color: #000;
    font-weight: normal;
    text-align: center;
    padding: 30px 0 5px 0;
}
.side3 a {
	padding-top: 16px;
}
.quick-search p{color:white;padding: 38px 0 5px 0;}
.side small, .side2 small {
  color:#000;
}




/*****************************************/
/*  푸터  */
/*****************************************/
footer {
  margin-top: 100px;
}

.footer-middle .fl a {color:#000; font-size:14px; margin-top: 5px;}
.footer-middle .fl a:nth-last-of-type(2) {color:#448ccb; margin-right: 20px;}

.footer-bottom {position:relative;padding-top: 20px;margin: 0 0 20px; text-align: center;border-top: solid 1px #DDDDDD;}
.footer-bottom .footer-logo {width: 211px; height: 60px; display: inline-block; vertical-align: bottom;}
.footer-bottom .footer-txt {font-size:14px; font-weight: 300; display: inline-block; text-align: left; vertical-align: bottom; margin-left: 20px; margin-right: 40px;}
.footer-bottom .footer-txt strong {font-weight: normal;}
.footer-bottom .footer-wa {width: 100px; height: 64px;display: inline-block; vertical-align: bottom;}

.footer-middle a {
  font-size:14px;
  color:#333;
}
.footer-middle .facebook {
  /* width: 25px;
  height: 25px;
  background:url('../../../../image/ko/local/ext/facebook.gif') no-repeat; */
  display: inline-block;
  margin-right: 10px;
}
.footer-middle div.sns {
	float: left;
}
.footer-middle a.sns {
	width: 25px;
	height: 25px;
	line-height: 25px;
}
.footer-middle a.sns img {
	width: 25px;
	height: 25px;
}
.footer-middle .youtube {
  /* width: 25px;
  height: 25px;
  background:url('../../../../image/ko/local/ext/youtube_social_squircle_red.png') no-repeat;
  background-size: 25px; */
  display: inline-block;
  margin-right: 10px;
}
.footer-middle .insta {
  /* width: 25px;
  height: 25px;
  background:url('../../../../image/ko/local/ext/facebook.gif') no-repeat; */
  display: inline-block;
  margin-right: 20px;
}
.familySite {
  height: 25px;
  width: 170px;
  position: relative;
  line-height: 23px; 
  z-index: 10;
  float: left;
}
.familySite:last-child {
	margin-left: 6px;
}
.familySite a {
  padding-left: 10px;
  font-size:13px;
  width:168px;
  color:#333;
  text-align: left;
}
.familySite ul {
  border:1px solid #cdcdcd;
  background:#fff;
  position: absolute;
  bottom:23px;
  width: 178px;
  left:-1px;
  display: none;
}
.familySite.on {
  background:url('../../../../image/ko/local/ext/select_up.png') no-repeat 160px center;
}
.familySite.on ul {
  display: block;
}

.footer-bottom .footer-logo {width: 211px; height: 60px; display: inline-block; vertical-align: bottom;}
.footer-bottom .footer-txt {font-size:14px; font-weight: 300; display: inline-block; text-align: left; vertical-align: bottom; margin-left: 20px; margin-right: 40px;}
.footer-bottom .footer-txt strong {font-weight: normal;}
.footer-bottom .footer-wa {width: 100px; height: 64px;display: inline-block; vertical-align: bottom;}

.footer-select{
	border:1px solid #b4b4b4;float:left;margin-right:5px;
}

footer #seoul-banner {
	text-align: center;
	position: relative;
}
footer #seoul-banner img{
	width: 100%;
	height: 100%;
}
/*****************************************/
/*  util  */
/*****************************************/
.cf::after {
  content:'';
  display: block;
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float:right;
}
.ta-l {
  text-align: left;
}
.ta-r {
  text-align: right;
}
.ta-c {
  text-align: center;
}

.select-60 {
  width:60px;
  height:30px;
  line-height: 28px;
  padding-left:10px;
  border:1px solid #d7d7d7;
  background:url('../../../../image/ko/local/ext/select_down.png') no-repeat #F2F2F2 95% center;
  position: relative;
}
.select-60>a {
  color:#5a5a5a;
  font-size:13px;
  width: 100%;
  height: 100%;
}
.select-60 ul {
 border:1px solid #bebec0;
 width: 60px;
 position: absolute;
 left:-1px; top:28px;
 background:#fff;
 display: none;
 z-index:1;
}
.select-60 ul.on {
  display: block;
}
.select-60 li a {
  color:#5a5a5a;
  font-size:13px;
  padding-left:10px;
  width: 100%;
  height: 100%;
  background:#fff;
}

.select-100 {
  width:100px;
  height:30px;
  line-height: 28px;
  border:1px solid #d7d7d7;
  background:url('../../../../image/ko/local/ext/select_down.png') no-repeat #F2F2F2 95%  center;
  position: relative;
}
.select-100>a,.select-100>button {
  color:#5a5a5a;
  font-size:16px;
  width: 100%;
  height: 100%;
  padding-left:10px;
}
.select-100 ul {
 border:1px solid #bebec0;
 width: 100px;
 position: absolute;
 left:-1px; top:28px;
 background:#fff;
 display: none;
 z-index:1;
}
.select-100 ul.on {
  display: block;
}
.select-100 li a,.select-100 li button {
  color:#5a5a5a;
  font-size:13px;
  padding-left:10px;
  width: 100%;
  height: 100%;
  background:#fff;
}

.select-160 {
  width:160px;
  height:30px;
  display: inline-block;
  line-height: 28px;
  border:1px solid #bebec0;
  background:url('../../../../image/ko/local/ext/select_down.png') no-repeat 95% center;
  position: relative;
  vertical-align: middle;
}
.select-160>a,.select-160>button {
  color:#5a5a5a;
  font-size:17px;
  padding-left:10px;
  width: calc(100% - 10px);
  height: 100%;
  background: url('../../../../image/ko/local/ext/select.png') no-repeat 95% #f2f2f2;
}
.select-160 ul {
 border:1px solid #bebec0;
 width: 160px;
 position: absolute;
 left:-1px;
 top:28px;
 background:#fff;
 display: none;
 z-index:1;
}
.select-160 ul.on {
  display: block;
}
.select-160 li a,.select-160 li button {
  color:#5a5a5a;
  font-size:13px;
  padding-left:10px;
  width: 100%;
  height: 100%;
}


#touchSlider { background:#fff; position:relative; overflow:hidden; }
#touchSlider ul { position:absolute; top:0; left:0; overflow:hidden; }
#touchSlider ul li { height:auto;}

#touchSliderHalf { background:#fff; position:relative; overflow:hidden; }
#touchSliderHalf ul { position:absolute; top:0; left:0; overflow:hidden; }
#touchSliderHalf ul li { height:auto;}

.ts-controls {
  position: absolute;
  top:50%;
  margin-top: -30px;
  display: block;
  width: 100%;
}
.ts-controls.new,.ts-controls.popular {
  margin-top: -43px;
}
.ts-prev,.ts-next,.ts-play,.ts-pause {
  width: 40px;
  height: 50px;
  position: absolute;
  font-size:24px;
  cursor: pointer;
  font-weight: bold;
  background:rgba(0,0,0,0.3);
  color:#fff;
}
.ts-prev-n,.ts-next-n {
  width: 50px;
  height: 50px;
  position: absolute;
  font-size:24px;
  cursor: pointer;
  font-weight: bold;
  color:#fff;
}
.ts-prev-n {
	background: url('../../../../image/ko/local/ext/arrow_left.jpg') rgb(239, 239, 241) no-repeat;
}
.ts-next-n {
	background: url('../../../../image/ko/local/ext/arrow_right.jpg') rgb(239, 239, 241) no-repeat;
}
.tablet .ts-prev-n, .tablet .ts-next-n {
	width: 35px;
	height: 35px;
	background-size: 35px;
}
.mobile .ts-prev-n, .mobile .ts-next-n {
	width: 30px;
	height: 30px;
	background-size: 30px;
}
.ts-prev, .ts-prev-n {
  left:0px;
}
.ts-next, .ts-next-n {
  right:0px;
}
.ts-play,.ts-play-n,.ts-pause,.ts-pause-n {
	opacity: 0;
	left: calc(50% - 20px);
}
.ts-prev::before {
  content:'<';
  line-height: 50px;
}
.ts-next::before {
  content:'>';
  line-height: 50px;
}
.ts-pause::before {
  content:'\275A\275A';
  line-height: 50px;
}
.ts-play::before {
  content:'▶';
  line-height: 50px;
}



/*****************************************/
/*  페이지네이션  */
/*****************************************/
.pagenation {
  text-align: center;
  margin-top: 50px;
}
.pagenation a {
  color:#bebec0;
  font-size:18px;
  margin:0 10px;
}
.pagenation a:hover {
  color:#323232;
  font-weight: 500;
}
.pagenation a.on {
  color:#323232;
  font-weight: 500;
}
.pagenation a.prev,.pagenation a.next {
  color:#323232;
  font-weight: 500;
}


/*****************************************/
/*  서브 퀵메뉴  */
/*****************************************/
.sub-quick {
  position: fixed;
  top:0;
  right:0;
  width: 160px;
  background:#e8e8e8;
  height: 100%;
}
.btn-open-quick {
  background:url('../../../../image/ko/local/ext/sub_side_open.png') no-repeat center;
  color:#5a5a5a;
  font-size:14px;
  font-weight: bold;
  width: 32px;
  height: 94px;
  position: absolute;
  left:-32px;
  top:50%;
  margin-top: -47px;
}
.body-top {
  background:#363e52;
  text-align: center;
}
.body-top img {
  width: 50%;
  margin-top: 28px;
  margin-bottom: 7px;
}
.body-top p {
  color:#fff;
  font-weight: bold;
  font-size:24px;
  padding-bottom:20px;
}

/*****************************************/
/*  서브퀵메뉴  */
/*****************************************/
.sub-quick {
  position: fixed;
  top:0;
  right:0;
  width: 160px;
  background:#e8e8e8;
  height: 100%;
  right:-160px;
  z-index:1;
}

.btn-open-quick {
  background:url('../../../../image/ko/local/ext/sub_side_btn.png') no-repeat center;
  color:#5a5a5a;
  font-size:14px;
  font-weight: bold;
  width: 32px;
  height: 94px;
  position: absolute;
  left:-32px;
  top:50%;
  margin-top: -47px;
}
.btn-open-quick.on {
  background:url('../../../../image/ko/local/ext/sub_side_open.png') no-repeat center;
}

.body-tpp {
  background:#363e52;
}
.body-top img{
 width:50%;
 margin-top:28px;
 margin-bottom:7px;
}
.body-top p {
  color:#fff;
  font-weight:500;
 font-size:24px;
 line-height: 1.3;
}

.quick-menu-list {
  margin-bottom:25px;
  padding-left:40px;
}
.quick-menu-list li {
  margin-top:25px;
}
.quick-menu-list a {
  color:#323232;
  font-size:14px;
}
.quick-menu-list a:hover {
  color:#008bcb;
  font-weight: bold;
}

.btn-mybook {
  width: 130px;
  height:40px;
  line-height: 40px;
  background:url('../../../../image/ko/local/ext/m_quick_icon02.png') no-repeat 15px center #363e52;
  background-size:18px;
  display:block;
  margin:0 auto;
  color:#fff;
  padding-left:40px;
}
.sub-quick .side {
  top:auto;
  right:50%;
  margin-top:30px;
  margin-right: -65px;
}

/*****************************************/
/*  브레드크럼  */
/*****************************************/
.breadCrumb {
	text-align: right;
    margin-top: 5px;
}
.breadCrumb ul {
	text-align: right;
}
.breadCrumb li,.breadCrumb a {
	font-size:14px;
	font-weight: normal;
}
.breadCrumb li {
	display: inline-block;
	background: url(../../../../image/ko/local/locationBg.png) no-repeat 0 50%;
	padding-left: 15px;
	padding-right: 10px;
}
.breadCrumb .home {
	width: 4px;
	height: 16px;
	background:url('../../../../image/ko/local/ext/home.png') no-repeat;
	background-size: contain;
	position: relative;
	top: 2px;
}
.breadCrumb li.currentPage {
	font-weight: normal;	
}


/* .sub-title::after {
  content:'';
  width: 130px;
  height: 2px;
  background:#323232;
  display: block;
  position: absolute;
  left:0;
  bottom:-2px;
} */
.breadCrumbBox {
  position: relative;
}
.breadCrumb {
  /* position: absolute;
  right:0;
  top:20px */
}
.footer-top {
    background: #efeff1;
    margin-bottom: 14px;
}
.footer-middle {
	padding-bottom: 14px;
}

.library {
    display: inline-block;
    vertical-align: middle;
}

.library-left {
    width: 59%;
    display: inline-block;
    vertical-align: middle;
}

.library-right h2 {
    background: url(../../../../image/ko/local/ext/footer_lib02.png) no-repeat 73px 77px #09A0BE;
}

.library-left h2 {
    background: url(../../../../image/ko/local/ext/footer_lib01.png) no-repeat 73px 82px #20407b;
}
.library h2 {
    width: 125px;
    height: 115px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding-top: 30px;
    padding-left: 20px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
}

.library.library-left h2 {
	color: #fff;
}

.btn-footer {
    background: url(../../../../image/ko/local/ext/detail/arrow01.png) no-repeat;
    width: 17px;
    height: 9px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -4.5px;
    display: none;
}

.btn-footer.on {
    background: url(../../../../image/ko/local/ext/detail/arrow02.png) no-repeat;
}
.library-left ul {
    width: 518px;
    display: inline-block;
    vertical-align: middle;
}

.library-left li {
    display: inline-block;
    width: 22%;
    position: relative;
    letter-spacing: -1px;
    margin-bottom: 10px;
    padding-left: 8px;
}

.library li::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 10px;
    background: #323232;
    position: absolute;
    top: 12px;
    left: 0;
}

.library a {
    font-size: 14px;
    color: #444;
}

.library-right {
    width: 40.5%;
}
.library-right ul {
    width: 295px;
}
.library ul {
    display: inline-block;
    vertical-align: middle;
}
.btn-footer {
    background: url(../../../../image/ko/local/ext/detail/arrow01.png) no-repeat;
    width: 17px;
    height: 9px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -4.5px;
    display: none;
}
.library-right ul {
    width: 295px;
}
.library-right li {
     display: inline-block;
    width: 46%;
    position: relative;
    letter-spacing: -1px;
    margin-bottom: 10px;
    padding-left: 8px;
}
.library li::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 10px;
    background: #323232;
    position: absolute;
    top: 12px;
    left: 0;
}
.mobile-nav-open, .mobile-search-open {
	font-size: 0;
}

/*****************************************/
/*  미디어쿼리  */
/*****************************************/

.mobile-header {display: none;}
.m-mybook-li,.m-myArea-etc {display: none;}
footer .fixedBtnArea {position:fixed;bottom:20px;right:0;text-align: center;width: 95px;z-index: 1000}
footer .topBtn{display:none;}
footer .chatbotLink{display:none;}
footer .chatbotToggle{display:none;}
.mobile-header-lang {
	display: none;
}
.mobile-header-lang a {
	color: white;	
}
.mobile-header-login {
	display: none;
}
.mobile-header-lang > ul {
	display: flex;
	justify-content: space-around;
}
@media screen and (max-width: 1200px) {
	.box {
	  width: 100%;
	  min-width:0;
	  margin:0 auto;
	  position: relative;
	}
	#seoul-common-gnb {display: none}
  .breadCrumb {display: none;}
  .pc-header {display: none;}
  .mobile-header {display: block;}
  .mobile-header-close {display: block;}
  .pc-none {display: block !important;}
  .m-none {display: none !important;}
  .pc-header {display: none;}
  .mobile-header {display: block;}
  .mobile-header-close {display: block;}
  .m-mybook-li {display: block;}
  .m-myArea-etc {display: block;}
	  .side {display: none;}

  .mobile-header .header-top {background:#fff; position: relative; height:80px; text-align: center;}
  .mobile-header .logo {padding-top: 10px;}

  .mobile-header .header-middle {background-color:#f2f2f2; height:50px; text-align: right; position: relative;}
  .mobile-header .mobile-search-open {width: 26px;height: 26px;background:url('../../../../image/ko/local/ext/search_black.png') no-repeat;background-size:26px}
  .mobile-header li.open .mobile-search-open {background:  url('../../../../image/ko/local/ext/search_close.png') no-repeat;background-position: 50%;transform: rotate(180deg);transition: transform 0.2s}

  .mobile-header .mobile-nav-open {width: 26px;height: 16px;background:url('../../../../image/ko/local/ext/menu.png') no-repeat;}
  
  .mobile-header .my-area {color:#323232; font-size:18px; background:url('../../../../image/ko/local/ext/my_area.png') no-repeat left center; padding-left: 20px; margin-right: 20px; margin-left: 20px; align-self: center}
  .mobile-header .my-login {color:#323232; font-size:18px; background:url('../../../../image/ko/local/ext/login_m.png') no-repeat left center; padding-left: 20px; align-self: center}
  .mobile-header .logo {padding-top: 10px;}
  .mobile-header .header-middle.fix {
		position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	    z-index: 990;
  }

  .mobile-header .header-middle.fix .my-login{
		display: none;
  }
  .mobile-header nav {position: fixed; background:#fff; height: 100%; top:0; left:0; z-index: 999;overflow-y:auto; width: 100%; min-width:100%; display: none;}
 
  .mobile-header .mobile-header-close {background:#006eaf;height: 70px; position: relative;}
  .mobile-header .mobile-header-close button {width: 29px; height: 29px;background:url('../../../../image/ko/local/ext/m_menu_close.png') no-repeat; position: absolute; top:20px; right:30px; font-size: 0}
  .mobile-header .mobile-header-login {height: 70px; line-height: 70px; background:#363e52; font-size:22px; font-weight: bold; color:#fff; padding-left: 30px;}
  .mobile-header .mobile-header-lang {height: 70px; line-height: 70px; background:#363e52; font-size:22px; font-weight: bold; color:#fff;}

  .mobile-header .gnb {width: 100%; height:100vh; overflow-y:auto;background:#8ed1de;}
  .mobile-header .gnb>li {height: 125px; width: 160px;text-align: center;}
  .mobile-header .gnb>li.on {background:#fff;}
  .mobile-header .gnb>li>a {color:#323232; font-size:22px; display: inline-block;padding-top: 80px;}
  .mobile-header .gnb>li:nth-child(1)>a {background:url('../../../../image/ko/local/ext/m_menu_icon01.png') no-repeat center 20px; background-size:70px;padding-top: 90px;}
  .mobile-header .gnb>li:nth-child(2)>a {background:url('../../../../image/ko/local/ext/m_menu_icon02.png') no-repeat center 15px; background-size:70px;padding-top: 90px;}
  .mobile-header .gnb>li:nth-child(3)>a {background:url('../../../../image/ko/local/ext/m_menu_icon03.png') no-repeat center 20px; background-size:70px;padding-top: 90px;}
  .mobile-header .gnb>li:nth-child(4)>a {background:url('../../../../image/ko/local/ext/m_menu_icon04.png') no-repeat center 20px; background-size:70px;padding-top: 90px;}
  .mobile-header .gnb>li:nth-child(5)>a {background:url('../../../../image/ko/local/ext/m_menu_icon05.png') no-repeat center 15px; background-size:70px;padding-top: 90px;}
  .mobile-header .gnb>li:nth-child(6)>a {background:url('../../../../image/ko/local/ext/m_menu_icon09.png') no-repeat center 15px;background-size:70px;padding-top: 90px;}
  .mobile-header .gnb>li:nth-child(7)>a {background:url('../../../../image/ko/local/ext/m_menu_icon07.png') no-repeat center 15px;background-size:70px;padding-top: 90px;}
  .mobile-header .gnb>li:nth-child(8)>a {background:url('../../../../image/ko/local/ext/m_menu_icon08.png') no-repeat center 15px;background-size:70px;padding-top: 90px;}

  .mobile-header .gnb>li.on:nth-child(1)>a {background:url('../../../../image/ko/local/ext/m_menu_icon01_on.png') no-repeat center 20px; background-size:70px;padding-top: 90px;}
  .mobile-header .gnb>li.on:nth-child(2)>a {background:url('../../../../image/ko/local/ext/m_menu_icon02_on.png') no-repeat center 15px; background-size:70px;padding-top: 90px;}
  .mobile-header .gnb>li.on:nth-child(3)>a {background:url('../../../../image/ko/local/ext/m_menu_icon03_on.png') no-repeat center 20px; background-size:70px;padding-top: 90px;}
  .mobile-header .gnb>li.on:nth-child(4)>a {background:url('../../../../image/ko/local/ext/m_menu_icon04_on.png') no-repeat center 20px; background-size:70px;padding-top: 90px;}
  .mobile-header .gnb>li.on:nth-child(5)>a {background:url('../../../../image/ko/local/ext/m_menu_icon05_on.png') no-repeat center 15px; background-size:70px;padding-top: 90px;}
  .mobile-header .gnb>li.on:nth-child(6)>a {background:url('../../../../image/ko/local/ext/m_menu_icon09_on.png') no-repeat center 15px;background-size:70px;padding-top: 90px;}
  .mobile-header .gnb>li.on:nth-child(7)>a {background:url('../../../../image/ko/local/ext/m_menu_icon07_on.png') no-repeat center 15px;background-size:70px;padding-top: 90px;}
  .mobile-header .gnb>li.on:nth-child(8)>a {background:url('../../../../image/ko/local/ext/m_menu_icon08_on.png') no-repeat center 15px;background-size:70px;padding-top: 90px;}

  .mobile-header .depth2 {display: block;}
  .mobile-header .gnb .box {width: 90%; min-width:90%;}
  .mobile-header .gnb>li:nth-child(1) .depth2 {display: block;}
  .mobile-header .depth2 {background:#fff; width:calc(100% - 160px); position: absolute; right:0; top:140px; height: 100%; text-align: left;}
  .mobile-header .menu-name {color:#323232; font-size:26px; font-weight: 500; padding-bottom: 10px; border-bottom:5px solid #8ed1de; padding-left: 10px; margin-top: 55px;}

  .mobile-header .sub>li {height: auto; }
  .mobile-header .sub>li>a {width: 100%;line-height: 95px; height: 100%;color:#323232; font-size:22px; padding-left: 40px; background:url('../../../../image/ko/local/ext/m_menu_arrow.png') no-repeat 95% center;border-bottom:1px solid #d7d7d7;box-sizing: border-box}
  .mobile-header .sub>li.on>a {background:url('../../../../image/ko/local/ext/m_menu_arrow_up.png') no-repeat 95% center;}


  .mobile-header .depth3 {display: none;}
  .mobile-header .depth3>li {height: 80px;}
  .mobile-header .depth3>li:last-child {border-bottom:1px solid #d7d7d7;}
  .mobile-header .depth3>li>a {line-height: 80px; background:#efeff1; padding-left: 65px;color:#5a5a5a; font-size:22px; width: 100%; height: 100%;box-sizing: border-box;}


  .footer-middle {text-align: center;width: 90%;margin:0 auto;}
  .footer-middle div.sns {float: none; display: block;margin-top: 10px}
  .footer-middle a.sns {margin-right: 0;margin: 0 5px;}
  .footer-middle .familySite {display: inline-block;margin-top: 10px}
  .footer-middle * {float:none;}

  .footer-bottom-area {width: 640px;margin: 0 auto}
  /* .footer-bottom-area img {display: none;} */
 /*  .footer-bottom-area .footer-img02 {left:50px;}
  .footer-bottom-area .footer-img01 {margin-left: 50px;} */
  .footer-bottom .footer-wa {display: none;}
  .footer-bottom-area p {}

  .sub-quick {display:none;}


  .myArea {top:140px; background:#efeff1; height: 100%; display: none;}
  .myArea.open {display: block;}

  .mybook {height: auto; width: 100%; padding-bottom: 20px;}
  .myinfo {height: auto; width: 100%; margin-left: 0;}
  .myinfo li:nth-child(1) {width: 100%;}
  .myinfo li:nth-child(2) {width: 100%;}
  .myArea-line {font-size:24px;}

  .mybook ul li {width: 25%; margin-top: 20px;}
  .mybook ul a {font-size:20px; background-size:40px !important; padding-top: 50px;}

  .myinfo ul {width: auto; margin-left: 20px; margin-right: 20px;}
  .myinfo li {width: 100%; border-bottom:1px solid #b4b4b4}
  .myinfo li:last-child {border-bottom:none;}
  .myinfo a {font-size:20px;  line-height: 25px; background-size:25px !important; background-position-x: 50px !important; padding-left: 120px;}

  .m-Area-etc {overflow: hidden; border-top: solid 2px #CCCCCC;background: #FFFFFF;}
  .m-Area-etc li {float: left; width: 50%; position: relative;}
  .m-Area-etc li:nth-child(1)::after {content:''; width: 2px; height: 20px; position: absolute; background:#323232; top:50%; margin-top: -10px; right:0; }
  .m-Area-etc a {color:#323232; font-size:22px; text-align: center;padding:25px 0; width: 100%; padding-left: 50px;}
  .m-Area-etc li:nth-child(1) a {background:url('../../../../image/ko/local/ext/login.png') no-repeat 37% center;}
  .m-Area-etc li:nth-child(2) a {background:url('../../../../image/ko/local/ext/m_notice.png') no-repeat 32% 20px;}
	
  .library-left,.library-right {
    width: 100%;
  }
  .library-right {
    margin-top: 10px;
    padding-top: 10px;
    border-top:1px solid #b4b4b4;
  }
  div.mobileBarcode {
  	display: block;
  }
	div.mobileBarcode{background:none;text-align:center;margin: 10px;display: block;}
	div.mobileBarcode p{position:relative;width:294px;margin:0 auto}
	div.mobileBarcode img{vertical-align:top}
	div.mobileBarcode span{position:absolute;top:20px;right:45px;color:#fff;font-size:16px}
	
	
	footer #seoul-banner {
		width: 100%;
		height: auto;
	}
	.footer-select{display:none}
	.side-banner {display: none}
	
	footer .chatbotLink{display:block;}
	footer .chatbotToggle{display:block;}
	.nav-button {display: none}
	
	.bottom-bottom .header-search {
		display: flex;
    	align-items: center;
    	margin: 0 auto;
    	width: auto;
    	max-width: 776px;
	}
	.bottom-bottom input[type="text"] {
	  	width: auto;
	  	flex-grow: 1;
	}
	.header-search button {
	  	margin-right: 12px;
	}
	.mobile-header-login.open {
		display: block;
	}
	.mobile-header-lang.open {
		display: block;
	}
}

@media screen and (max-width: 820px) {
  .footer-middle {text-align: center;}
  .footer-middle .fl {float: none; display: inline-block;}
}

@media screen and (max-width: 767px) {
  .library-left ul {width: 481px;}
  .header-bottom .bottom-bottom {text-align: center; margin-top: 20px;}
  .header-bottom .bottom-bottom .header-search {display: inline-block;width: 94%; margin:0 auto; border:1px solid #0092d0; height: auto; border-radius:20px;}
  .header-bottom .bottom-bottom .search-radio01, .header-bottom .bottom-bottom .search-radio02 {width: 50%;}
  .header-bottom .bottom-bottom .search-radio01 {border-radius:15px 0 0 0;}
  .header-bottom .bottom-bottom .search-radio02 {border-radius:0px 15px 0 0;}
  .header-bottom .bottom-bottom input[type="text"] {width:calc(100% - 50px);}
  .header-search button {margin-right: 0}
}
@media screen and (max-width: 639px) {
  .mobile-header .header-top {height: 60px;}
  .header-top img {width: 60%; margin-top: 4px;}
  
  .mobile-header .my-area {font-size:13px; padding-left: 20px; background-size:15px;}
  .mobile-header .my-login {font-size:13px; padding-left: 20px; background-size:15px;}

  .mobile-header .header-middle {background-size:contain; background-color:#f2f2f2; height: 50px;}
  .mobile-header .header-middle.fix {
		position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	    z-index: 990;
  }
  .btnMobileLangSelect {
  	font-size: 14px;
  }
  .mobile-header .mobile-header-close {height:40px;}
  .mobile-header .mobile-header-login {height:50px; line-height:50px; font-size:16px;}
  .mobile-header .mobile-header-lang  {height:50px; line-height:50px; font-size:16px;padding: 0 20px}
  .mobile-header .mobile-header-close button {background-size:20px; width:20px; height:20px; top:12px; right:20px;}

  .mobile-header .gnb>li {height:95px; width: 110px;}
  .mobile-header .gnb>li>a {font-size:16px; padding-top: 60px;}
  .mobile-header .gnb>li:nth-child(1)>a {background:url('../../../../image/ko/local/ext/m_menu_icon01.png') no-repeat center 20px; background-size:40px;padding-top: 60px;}
  .mobile-header .gnb>li:nth-child(2)>a {background:url('../../../../image/ko/local/ext/m_menu_icon02.png') no-repeat center 15px; background-size:40px;padding-top: 60px;}
  .mobile-header .gnb>li:nth-child(3)>a {background:url('../../../../image/ko/local/ext/m_menu_icon03.png') no-repeat center 20px; background-size:40px;padding-top: 60px;}
  .mobile-header .gnb>li:nth-child(4)>a {background:url('../../../../image/ko/local/ext/m_menu_icon04.png') no-repeat center 20px; background-size:40px;padding-top: 60px;}
  .mobile-header .gnb>li:nth-child(5)>a {background:url('../../../../image/ko/local/ext/m_menu_icon05.png') no-repeat center 15px; background-size:40px;padding-top: 60px;}
  .mobile-header .gnb>li:nth-child(6)>a {background:url('../../../../image/ko/local/ext/m_menu_icon09.png') no-repeat center 15px;background-size:40px;padding-top: 60px;}
  .mobile-header .gnb>li:nth-child(7)>a {background:url('../../../../image/ko/local/ext/m_menu_icon07.png') no-repeat center 15px;background-size:40px;padding-top: 60px;}
  .mobile-header .gnb>li:nth-child(8)>a {background:url('../../../../image/ko/local/ext/m_menu_icon08.png') no-repeat center 15px;background-size:40px;padding-top: 60px;}
  
  .mobile-header .gnb>li.on:nth-child(1)>a {background:url('../../../../image/ko/local/ext/m_menu_icon01_on.png') no-repeat center 20px; background-size:40px;padding-top: 60px;}
  .mobile-header .gnb>li.on:nth-child(2)>a {background:url('../../../../image/ko/local/ext/m_menu_icon02_on.png') no-repeat center 15px; background-size:40px;padding-top: 60px;}
  .mobile-header .gnb>li.on:nth-child(3)>a {background:url('../../../../image/ko/local/ext/m_menu_icon03_on.png') no-repeat center 20px; background-size:40px;padding-top: 60px;}
  .mobile-header .gnb>li.on:nth-child(4)>a {background:url('../../../../image/ko/local/ext/m_menu_icon04_on.png') no-repeat center 20px; background-size:40px;padding-top: 60px;}
  .mobile-header .gnb>li.on:nth-child(5)>a {background:url('../../../../image/ko/local/ext/m_menu_icon05_on.png') no-repeat center 15px; background-size:40px;padding-top: 60px;}
  .mobile-header .gnb>li.on:nth-child(6)>a {background:url('../../../../image/ko/local/ext/m_menu_icon09_on.png') no-repeat center 15px;background-size:40px;padding-top: 60px;}
  .mobile-header .gnb>li.on:nth-child(7)>a {background:url('../../../../image/ko/local/ext/m_menu_icon07_on.png') no-repeat center 15px;background-size:40px;padding-top: 60px;}
  .mobile-header .gnb>li.on:nth-child(8)>a {background:url('../../../../image/ko/local/ext/m_menu_icon08_onpng') no-repeat center 15px;background-size:40px;padding-top: 60px;}
   
  .mobile-header .menu-name {margin-top: 35px; font-size:18px;}

  .mobile-header .depth2 {width:calc(100% - 110px); top:90px;}
  .mobile-header .sub>li>a { font-size:14px; line-height: 1.2;padding:15px;background-size:15px; padding-right:20px;}

  .mobile-header .depth3>li {height:auto;}
  .mobile-header .depth3>li>a {line-height: 1.2; padding:10px 0; font-size:13px; padding-left:20px;}

  .myArea {top:90px;}
  .myArea-line {font-size:19px;}

  .mybook ul a {font-size:16px;}
  .myinfo a {background-position: 30px !important; font-size:16px; padding-left: 80px;}
  .myinfo li:first-child a {line-height: 25px;} 
  .m-Area-etc a {font-size:16px;}
  .m-Area-etc li:nth-child(1) a {background:url('../../../../image/ko/local/ext/login.png') no-repeat 28% center; background-size:25px;}
  .m-Area-etc li:nth-child(2) a {background:url('../../../../image/ko/local/ext/m_notice.png') no-repeat 26% 25px; background-size:30px;}

  .ts-prev,.ts-next {
    width: 25px;
    height:50px;
  }
  .ts-prev::before,.ts-next::before {
    line-height: 50px;
  }                                                                            
  
  .library-left ul,.library-right ul {width: 86%; display: block; margin:0 auto; margin-top: 10px;}
  .library-left li {width: 49%;}


  .library-right {
    padding-top: 0px;
    border-top:none;
  }
  .library ul li{width:45%;}
  .library ul.closed li {
  }
  footer {margin-top: 30px;}


	.footer-top {
	    display: block;
	    padding: 20px 0 20px;
	    margin-bottom: 10px;
	}
	
	.box {
	    width: 94%;
	    margin: 0 auto;
	    min-width: 94%;
	}
	
	.library-left, .library-right {
	    width: 100%;
	}
	
	.library-right {
		margin-top:10px;
	    padding-top: 0px;
	    border-top: none;
	}
	.library h2 {
	    width: 94%;
	    color: #fff;
	    height: auto;
	    margin: 0 auto;
	    font-size: 16px;
	    display: block;
	    padding: 8px 0 8px 20px;
	    vertical-align: middle;
	}
	.library-left h2.on {
	    background: url(../../../../image/footer_bottom_arrow_up.png) no-repeat 95% center #8ed1de;
	}
	
	.library a {
	    font-size: 14px;
	    color: #444;
	}
	.library-left ul, .library-right ul {
	    width: 86%;
	    margin: 0 auto;
	    margin-top: 10px;
	}
	.library li::before {
	    content: '';
	    width: 6px;
	    height: 6px;
	    background: #8ed1de;
	    position: absolute;
	    top: 11px;
	    left: 0;
	}
	.library li {
	    position: relative;
	    letter-spacing: -1px;
	    margin-bottom: 10px;
	    padding-left: 8px;
	}
	.library-left li {
	    width: 47%;
	}
	
	.library-left li {
	}
	
	.library-right {
	    padding-top: 0px;
	    border-top: none;
	    margin-top: 10px;
	    
	}
	.library-left .closed, .library-right .closed{display:none;}

  .btn-footer {display: block;}
  
	.btn-footer.on {
	    background: url(../../../../image/ko/local/ext/detail/arrow02.png) no-repeat;
	}
	
  .footer-bottom-area {width: 94%;text-align: center;}
  /*.footer-bottom-area .footer-img01 {margin-left: 0; margin:0px auto 30px; display: block;display: none;}
  .footer-bottom-area .footer-img02 {left:50%; margin-left: -37.5px;display: none;} */
  
  .footer-logo {
  	display: none;
  }
  
  .footer-bottom-area p {
	  float: none;
	}
	
	.footer-bottom-content {
		width: auto;
	}
  /** 추가 **/ 
  .hide-on-mobile {
  	display: none !important;
  }
  .footer-middle .color-red {
    margin-right: 0;
  }
  .footer-bottom .footer-logo {
  	display: none;
  }
  
}

/** 기존소스 이어붙임 **/

/* 숨김영역 */
.skip{display:none;width:0;height:0;font-size:0;line-height:0;overflow:hidden;border:0;visibility:hidden}

/* 건너뛰기 */
#divAccessibility{position:absolute;left:0;top:0;z-index:1}
#divAccessibility li{float:left}
#divAccessibility a{position:absolute;width:1px;height:1px;top:-50px;overflow:hidden;text-align:center}
#divAccessibility a:focus, #divAccessibility a:active{position:absolute;top:32px;width:200px;height:auto;padding:5px;background-color:#fff;border:solid 1px #0079c6;color:#0079c6;z-index:2} 
/* #divTabMenu {
	box-sizing: content-box;
}
#divTabMenu * {
	box-sizing: content-box;
}
.guide * {
	box-sizing: content-box;
}
.guideInfo {
	box-sizing: content-box;
}
.guideInfo * {
	box-sizing: content-box;
} */
.divComponent {
	/*display: none;*/
}

.tab {overflow: hidden; margin-top:12px; margin-bottom: 30px;}
.tab li {float: left; width: 138px; height: 35px;border-bottom: 2px solid #CCC;margin-right:5px;}
.tab li+li {border-left:none;}
.tab li a {text-align: center; height:30px;display: block; color:#323232;font-size:14px; line-height: 35px;}
.tab li:hover, .tab li.on{background:rgb(219,244,255);border-bottom: 2px solid #0092d0;}
.tab li:hover a {color:#0092d0;}
.tab li.on a {color:#0092d0;}

@media screen and (max-width: 500px) {
  /* .tab li a {font-size:12px;} */
    .familySite:last-child {
	margin-left: 0;
  }
}
@media screen and (max-width: 740px) {
  .tab li {width: 31.3%;margin: 0 1%;}
}

@media screen and (max-width: 375px) {
  .tab li {width: 46%;margin: 0 2%;}
}