@charset "utf-8";

#wrap {min-width: 360px; position: relative; overflow: hidden; width: 100%; min-height: 100vh;}

/* header */
#header {position: relative; background-color: #fff; z-index: 99;}
#header h1.logo {position: absolute; top: 50%; left: 5.21vw; transform: translateY(-50%); z-index: 1;}
#header h1.logo a {display: block; width: 100%; height: 100%;}
@media (max-width: 1600px) {
  #header h1.logo a {width: 273px; height: 49px;}
}
@media (max-width: 1440px) {
  #header h1.logo {position: static; transform: none;}
}
@media (max-width: 767px) {
  #header h1.logo a {width: 212px; height: 38px;}
}

/* header : top */
#header .t_link {width: 100%; height: auto; background-color: #eef2f7; border-bottom: 1px solid #dedede;}
#header .t_link .container {padding: 0 5.21vw; display: flex; justify-content: space-between; align-items: center; font-size: var(--fs14); color: var(--text-color);}
/* header : top : gov */
#header .govutil {display: flex; align-items: center; gap: .6rem; }
/* header : top : member + link */
#header .login {display: flex;}
#header .login li {display: flex; align-items: center;}
#header .login li:not(:nth-child(1))::before {content: ''; display: block; width: 1px; height: 1.4rem; margin: 0 1.2rem; background-color: #cfcfcf;}
#header .login li.loginArrNm {gap: 0 1.2rem;}
#header .login li .link {display: flex; align-items: center; padding: 1.2rem 0;}
/* header : container */
#header .t_util {height: 9.2rem; display: flex; justify-content: center; gap: 0 6%; position: relative;}
/* header : nav */
#nav {width: 100%; }
#gnb {position: relative;}
#gnb::before {content: ''; width: 100%; height: 1px; background-color: #dedede; position: absolute; top: 9.2rem; left:0; z-index: 1;}
#gnb .depWidth {max-width: 92rem; height: auto; margin: 0 auto; position: relative;}
#gnb .titBox {display: none;}
/* header : nav : depth-1 */
#gnb .depth01 > ul {display: flex; font-weight: 600; font-size: var(--fs26);}
#gnb .depth01 > ul > li {flex: 1; position: relative; text-align: center;}
#gnb .depth01 > ul > li > a {display: block; width: 100%; padding: 2.75rem 0; position: relative; text-decoration: none !important;}
#gnb .depth01 > ul > li > a::after {content: ''; display: block; width: 0; height: .5rem; background-color: var(--primary-color); position: absolute; bottom: -1px; left: 0; z-index: 1; transition: width .3s linear;}
/* header : nav : depth-2 */
#gnb .depth02 {display: none; width: 100%; height: auto; border-right: 1px solid #dedede;}
#gnb .depth02 > ul {padding: 3.2rem 2rem; display: grid; row-gap: 1.4rem; font-weight: 500; font-size: var(--fs18); letter-spacing: -0.04em;}
#gnb .depth02 > ul > li {text-align: left;}
#gnb .depth02 > ul > li > a:hover {text-decoration: underline; color: var(--hover-color);}
#gnb .depth02 > ul > li.dep > a {display: flex; justify-content: space-between}
#gnb .depth02 > ul > li.dep > a::after {content: ''; display: block; width: 23px; height: 23px; border: 1px solid var(--hover-color); border-radius: 4px; background: url(/images/dgedu/template/TI01/common/ico_plus.png) center white;}
/* header : nav : depth-3 */
#gnb .depth03 {display: none;}
#gnb .depth03 > ul {margin-top: 1rem; display: grid; row-gap: .8rem; font-size: var(--fs16);}
#gnb .depth03 > ul > li > a {display: block; position: relative; padding-left: 1rem;}
#gnb .depth03 > ul > li > a::before {content: ''; display: block; width: var(--bul5); height: var(--bul5); background-color: var(--bg-bul-color2); border-radius: var(--radius-10); position: absolute; top: .9rem; left: 0;}
#gnb .depth03 > ul > li > a:hover {text-decoration: underline; color: var(--hover-color);}
#gnb .depth03 > ul > li > a:hover::before {background-color: currentColor;}
/* header : nav : depth-2 line */
#gnb .depth01 > ul > li:nth-child(1) .depth02::before {content: ''; width: 1px; height: calc(100% - 9.2rem); background-color: #dedede; position: absolute; top: 9.2rem; left:0;}
/* header : nav : active */
#gnb.active {background-color: #fff;}
#gnb.active .depth01 > ul > .on > a {color: var(--secondary-color); background: url(/images/dgedu/template/TI01/common/ico_arrow_menu_up.png) 90% center no-repeat;}
#gnb.active .depth01 > ul > .on > a::after {width: 100%;}
#gnb.active .depth01 > ul > .on .depth02 {background-color: #f5f8fe;}
#gnb.active .depth02 {display: block; height: calc(100% - 9.2rem);}
#gnb.active .depth02 > ul > li.dep.active .depth03 {display: block;}
#gnb.active .depth02 > ul > li.dep.active > a {font-weight: 600;}
#gnb.active .depth02 > ul > li.dep.active > a::after {background-image: url(/images/dgedu/template/TI01/common/ico_minus.png);}
/* header : nav : utill */
#header .t_util .utill {display: flex; align-items: center; gap: 0 2rem; position: absolute; top: 50%; right: 5.21vw; transform: translateY(-50%); font-weight: 500; font-size: var(--fs18);}
#header .t_util .utill a {display: flex; align-items: center; color: #111; padding: 0;}
#header .t_util .utill button:hover {text-decoration: underline;}
#header .t_util .utill i[class^="ico-"] {display: block; width: 32px; height: 32px; background-position: center; background-size: contain; background-repeat: no-repeat;}
/* header : nav : utill icon */
#header .t_util .utill .ico-login {background-image:url(/images/dgedu/template/TI01/common/ico_utill_login.png);}
#header .t_util .utill .ico-logout {background-image:url(/images/dgedu/template/TI01/common/ico_utill_logout.png);}
#header .t_util .utill .ico-exam {background-image:url(/images/dgedu/template/TI01/common/ico_utill_exam.png);}
#header .t_util .utill .ico-sitemap {background-image:url(/images/dgedu/template/TI01/common/ico_utill_sitemap.png);}
/* header : nav : mobile button */
#header .t_util .mBtn {display: none;}
#header .t_util .mBtn .ico-menu {display: block; width: 48px; height: 48px; background:url(/images/dgedu/template/TI01/common/ico_menu.png) center / contain no-repeat;}
/* header : nav : overlay background */
#gnbblind {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(000, 000, 000, 0.75); z-index: 98;}

@media (max-width: 1600px) {
  #header h1.logo {left: 3vw;}
  #header .t_link .container {padding: 0 3vw;}
  /* header : nav */
  #gnb .depWidth {max-width: 86rem;}
  #header .t_util .utill {right: 3vw; gap: 0 1.2rem;}
  #gnb .depth01 > ul > li > a {padding: 2.8rem 0;}
  #gnb .depth01 > ul > li > a::after {bottom: -2px;}
}

@media (max-width: 1440px) {
  #header .t_link, #nav, #header .t_util .utill {display: none;}
  #header .t_util {height: auto; padding: 1rem 2.4rem; justify-content: space-between; border-bottom: 1px solid #dedede;}
  #header .t_util .mBtn {display: block;}
}

@media (max-width: 767px) {
  #header .t_util {padding-right: 1.6rem; padding-left: 1.6rem;}
  #header .t_util .mBtn .ico-menu {width: 40px; height: 40px;}
}

/* mobile nav */
#mNav {width: 40rem; height: 100vh; position: fixed; top: 0; right: 0; z-index: 9999; transform: translateX(40rem); transition: all .4s; background: #f8f8f8; overflow-y: auto; opacity: 0;}
#mNav.active {right: 0; transform: translateX(0); opacity: 1;}
#mNav .inner { position: relative; }
/* mobile nav : header */
#mNav .snb {border-bottom: 4px solid #cdd1d5; background: #fff;}
#mNav .snb a {display: flex; align-items: center; font-size: var(--fs17); color: #000;}
#mNav .snb a[class^="link"] i[class^="ico-"] {display: block; width: 32px; height: 32px;}
#mNav .snb .login li a {gap: 0 4px; padding: 18px 24px;}
#mNav .snb .link-text-wrap {display: flex; justify-content: space-between; align-items: center; padding: 0 24px; border-top: 1px solid #e0e2e7;}
#mNav .snb .link-text-wrap a {padding: 16px 0; text-align: center;}
/* mobile nav : header : icon */
#mNav .snb .ico-login {background:url(/images/dgedu/template/TI01/common/ico_utill_login.png) center no-repeat;}
#mNav .snb .ico-logout {background:url(/images/dgedu/template/TI01/common/ico_utill_logout.png) center no-repeat;}
#mNav .snb .ico-setting {width: 14px !important; height: 14px !important; background: url(/images/dgedu/template/TI01/common/ico_setting.png) no-repeat left center / contain; margin-right: 3px;}
#mNav #mNavClose {display: inline-block; position: absolute; top: 10px; right: 12px; width: 50px; height: 50px;}
#mNav #mNavClose .ico-close {transform: translate(-50%, -50%) rotate(45deg);}
/* mobile nav : dropdown */
#mgnb {background: #fff;}
/* mobile nav : dropdown : depth-1 */
#mgnb .depth01 > ul > li {border-bottom: 1px solid #b1b8be;}
#mgnb .depth01 > ul > li > a {display: block; width: 100%; padding: 20px 30px; text-align: left; position: relative;  transition: all .2s; font-size: var(--fs24); font-weight: 600; color: #1f1f1f;}
#mgnb .depth01 > ul > li > a::after {content: ''; position: absolute; right: 30px; top: 50%; transform: translateY(-50%); display: block; width: 24px;height: 24px; background: url(/images/dgedu/template/TI01/common/btn_nav_show.png) no-repeat 0/contain;}
/* mobile nav : dropdown : depth-2 */
#mgnb .depth02 {display: none; padding: 0 18px;}
#mgnb .depth02 .titBox {display: none;}
#mgnb .depth02 > ul {padding: 16px 12px 24px; border-top: 1px solid #e0e2e7;}
#mgnb .depth02 > ul > li {padding: 0 5px;}
#mgnb .depth02 > ul > li > a {position: relative; padding: 4px 0; display: block; transition: all .2s; font-size: var(--fs19); font-weight: 500; color: #1e2124;}
#mgnb .depth02 > ul > li > a:hover {text-decoration: underline; color: #0b50d0;}
#mgnb .depth02 > ul > li.dep > a {background: url(/images/dgedu/template/TI01/common/ico_sidemn_open.png) right center no-repeat;}
/* mobile nav : dropdown : depth-3 */
#mgnb .depth03 {display: none; margin: .5rem 0; padding: .5rem 1rem; background-color: var(--bg-light-sb); border-radius: var(--radius-6);}
#mgnb .depth03 > ul > li > a {padding: 4px 0; display: block; font-size: var(--fs17); color: #1e2124;}
#mgnb .depth03 > ul > li > a::before {content: ''; display: inline-block; vertical-align: middle; margin: -4px 6px 0 0; width: var(--bul5); height: var(--bul5); border-radius: var(--radius-10); background-color: var(--bg-bul-color2);}
/* mobile nav : dropdown : active */
#mgnb .depth01 > ul > .active > a::after {background: url(/images/dgedu/template/TI01/common/btn_nav_close.png) no-repeat 0/contain;}
#mgnb .depth01 > ul > li.dep.active .depth02 {display: block;}
#mgnb .depth02 > ul > li.dep.active > a {background: url(/images/dgedu/template/TI01/common/ico_sidemn_close.png) right center no-repeat;}
#mgnb .depth02 > ul > li.dep.active .depth03 {display: block;}
/* mobile nav : site link */
#mNav .site-link-area {padding: 35px 18px; display: grid; row-gap: .75rem; font-size: var(--fs17);}
#mNav .siteLink {display: grid; row-gap: .8rem;}
#mNav .siteLink .wrap button {width: 100%; height:48px; border: 1px solid #b1b8be; border-radius: var(--radius-6); background-color: #fff; color: #1f1f1f;}
#mNav .siteLink .wrap .lst {bottom: 4.7rem; border-color: #b1b8be;}
#mNav .site-link-area .utill-link {display: flex; flex-direction: column;}
#mNav .site-link-area .utill-link li a {display: flex; align-items: center; width: 100%; padding: 8px 0;}
/* mobile nav : overlay background */
#mgnbblind {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(000, 000, 000, 0.75); font-size: 0; opacity: 1; z-index: 999;}

@media (max-width: 667px) {
  #mNav {width: 100%; transform: translateX(100%);}
}

/* education link & toolber */
#edu-toolbar {width: 100%; height: auto; padding: 1rem 5.21vw; border-top: 1px solid #cacbcd; display: flex; justify-content: space-between;}
#edu-toolbar .viewer-down {display: flex; align-items: center; gap: 0 3rem;}
#edu-toolbar .viewer-down p {font-weight: 500; font-size: var(--fs20);}
#edu-toolbar .viewer-down ul {display: flex; align-items: center; gap: 0 2rem;}
#edu-toolbar .viewer-down ul li a {display: block; width: 100%; height: 100%;}
#edu-toolbar .viewer-down ul li span[class^="ico"] {display: block; width: 4rem; height: 4rem; background-position: center; background-repeat: no-repeat; background-size: contain; font-size: 0;}
#edu-toolbar .viewer-down ul li .ico-hwp {background-image: url(/images/dgedu/template/TI01/common/viewer_hwp.png);}
#edu-toolbar .viewer-down ul li .ico-word {background-image: url(/images/dgedu/template/TI01/common/viewer_word.png);}
#edu-toolbar .viewer-down ul li .ico-ppt {background-image: url(/images/dgedu/template/TI01/common/viewer_ppt.png);}
#edu-toolbar .viewer-down ul li .ico-exsel {background-image: url(/images/dgedu/template/TI01/common/viewer_exsel.png);}
#edu-toolbar .viewer-down ul li .ico-pdf {background-image: url(/images/dgedu/template/TI01/common/viewer_pdf.png);}

#edu-toolbar .siteLink {font-size: var(--fs18); display: flex; gap: 0 1rem;}
#edu-toolbar .siteLink .wrap button {width: 32rem; height: 4.8rem; border-color: #b1b8be;}
#edu-toolbar .siteLink .wrap .lst {bottom: 4.7rem; border-color: #b1b8be;}

@media (max-width: 1600px) {
  #edu-toolbar {padding-right: 3vw; padding-left: 3vw;}
}

@media (max-width: 1440px) {
  #edu-toolbar {padding-right: 2.4rem; padding-left: 2.4rem;}
}

@media (max-width: 1281px) {
  #edu-toolbar {flex-direction: column; padding: 0;}
  #edu-toolbar .viewer-down {padding: 1rem 2.4rem;}
  #edu-toolbar .siteLink {padding: 1rem 2.4rem; border-top: 1px solid #cacbcd;}
  #edu-toolbar .siteLink .wrap button {width: 100%;}
}

@media (max-width: 1024px) {
  #edu-toolbar .viewer-down p {font-size: var(--fs18);}
  #edu-toolbar .viewer-down ul li span[class^="ico"] {width: 3.6rem; height: 3.6rem;}
  #edu-toolbar .siteLink {font-size: var(--fs18); gap: 0 2rem;}
}

@media (max-width: 767px) {
  #edu-toolbar .viewer-down, #edu-toolbar .siteLink {padding-right: 1.6rem; padding-left: 1.6rem;}
  #edu-toolbar .viewer-down {gap: 0 2rem;}
  #edu-toolbar .viewer-down ul {gap: 0 5%;}
  #edu-toolbar .viewer-down ul li span[class^="ico"] {width: 2.8rem; height: 2.8rem;}
  #edu-toolbar .siteLink {padding-top: 0; border-top: none; flex-direction: column; gap: 1rem 0;}
}

/* footer */
#footer {width: 100%; height: auto; padding: 5rem 5.21vw; font-size: var(--fs17); color: var(--text-color); border-top: 1px solid #d5d6d8; background-color: #f5f5f6;}
#footer .ftBox .logo {display: block; background: url(/images/dgedu/template/TI01/common/logo_footer.png) no-repeat left center / contain; width: 273px; height: 39px;}
#footer .ftBox .logo a {display: block; width: 100%; height: 100%;}
#footer .ftBox address {padding-top: 3rem;}
#footer .ftBox .tel {display: flex; gap: 0 1.2rem; margin-top: 1rem;}
#footer .ftBox .tel li {display: flex; align-items: center; gap: 0 1rem;}
#footer .ftBox .tel li:not(:nth-child(1))::before {content: ''; display: block; width: 1px; height: 1.6rem; background-color: #c7c7c7;}
#footer .ftBox .tel li span {font-weight: 600;}

#footer .ft-copy {padding-top: 3rem; display: flex; justify-content: space-between;}
#footer .ft-copy .ftLink ul {display: flex; gap: 0 2rem;}
#footer .ft-copy .ftLink ul li a {display: flex; align-items: center;}
#footer .ft-copy .copyright {letter-spacing: -0.01em;}

#footer .ft-dge-info {padding: .6rem 1.6rem; margin-top: 1.6rem; background-color: #fff; font-size: var(--fs15);}
#footer .ft-dge-info p {display: flex; align-items: center; gap: .6rem;}
#footer .ft-dge-info p::before {content: ''; display: block; width: 123px; height: 29px; background: url(/images/dgedu/template/TI01/common/logo_dge.png); background-size: contain;}

/* top button */
#footer .btn_top {display: block; position: fixed; top: auto; right: 3.2rem; bottom: 3.2rem; width: 6rem; height: 6rem; background-color: transparent; background-image: url(/images/dgedu/template/TI01/common/btn_gototop.png); background-size: cover;}

@media (max-width: 1600px) {
  #footer {padding-right: 3vw; padding-left: 3vw;}
}

@media (max-width: 1439px) {
  #footer {padding-right: 2.4rem; padding-left: 2.4rem;}
}

@media (max-width: 1024px) {
  #footer .ftBox .logo {width: 240px; height: 34px;}
  #footer .ft-copy {flex-direction: column; gap: 1rem 0;}
  /* top button */
  #footer .btn_top {right: 2.4rem; bottom: 2.4rem; width: 4.8rem; height: 4.8rem;}
}

@media (max-width: 767px) {
  #footer {padding: 4rem 1.6rem; font-size: var(--fs15);}
  #footer .ftBox .logo {width: 194px; height: 28px;}
  #footer .ftBox .contact {flex-direction: column; gap: 0;}
  #footer .ftBox .contact li:not(:nth-child(1))::before {display: none;}

  #footer .ft-dge-info {padding-top: 1rem; padding-bottom: 1.2rem; font-size: var(--fs13);}
  #footer .ft-dge-info p {flex-direction: column; align-items: flex-start;}
  /* top button */
  #footer .btn_top {right: 1.6rem; bottom: 1.6rem; width: 4rem; height: 4rem;}
}

#container {width: 100%; height: auto; position: relative;}

/* sub layout */
#sub_container {display: flex; gap: 0 4.5rem; padding-bottom: 8rem;}
#sub_container #lnb {flex-shrink: 0; width: 41.8rem; padding-left: 5.21vw;}
#sub_container .subCntBody {flex: 1; padding: 2rem 5.21vw 0 0; position: relative;}
#sub_container .subCntBody > .container {margin: 4.8rem 0 2rem;}

/* sub layout : submenu (2depth) */
#lnb {background: url(/images/dgedu/template/TI01/common/bg_sub_tit.png) 0 0 no-repeat;}
#lnb h2 {font-weight: 600; font-size: var(--fs28); height: 17.3rem; color: white; display: flex; flex-direction: column; justify-content: center; padding-left: 6rem;}
#lnb h2 span {display: block; font-weight: 400; font-size: var(--fs14); color: #a2c3ff; letter-spacing: 0; text-transform: uppercase;}
/* 2depth */
#lnb .dep01 {padding: 2.4rem; padding-left: 0;}
#lnb .dep01 > li {border-bottom: 1px solid #e2e5eb; position: relative;}
#lnb .dep01 > li > a {display: block; padding: 1.3rem 1.8rem; font-weight: 500; font-size: var(--fs20);}
#lnb .dep01 > li.dep > a::before {content: ''; display: block; width: 3.2rem; height: 3.2rem; position: absolute; top: 1.2rem; right: .5rem; background: url(/images/dgedu/template/TI01/common/ico_sidemn_open.png) center no-repeat;}
/* 3depth */
#lnb .dep02 {display: none; padding: 1rem 1.8rem;}
#lnb .dep02 li > a {display: flex; align-items: center; gap: 0 .5rem; padding: .5rem 0; position: relative; font-size: var(--fs18); font-weight: 500;}
#lnb .dep02 li > a::before {content: ''; display: block; flex-shrink: 0; position: static; width: var(--bul5); height: var(--bul5); border-radius: var(--radius-10); background-color: var(--bg-bul-color1);}
#lnb .dep02 li a:hover {color: #1e2124; text-decoration: underline;}
/* 2depth active */
#lnb .dep01 > li.active > a {color: white !important; font-weight: 600; background-color: var(--primary-color); border-radius: var(--radius-10);}
#lnb .dep01 > li.dep.active > a::before {background-image: url(/images/dgedu/template/TI01/common/ico_sidemn_current_close.png);}
#lnb .dep01 > li.dep.active .dep02 {display: block;}
/* 3depth active */
#lnb .dep02 > li.active {color: var(--hover-color);}
#lnb .dep02 > li.active > a {color: currentColor; font-weight: 600;}
#lnb .dep02 > li.active > a::before {background-color: currentColor;}

/* sub layout : breadcrumb */
.subLocation {display: flex; align-items: center; font-size: var(--fs15);}
.subLocation li {display: flex;}
.subLocation li .ico-home {width: 2.4rem; height: 2.4rem; background: url(/images/dgedu/template/TI01/common/ico_home.png) center / cover no-repeat;}
.subLocation li:not(:nth-child(1))::before {content: ''; display: block; width: 2.4rem; height: 2.4rem; background: url(/images/dgedu/template/TI01/common/ico_arrow_path.png) center no-repeat;}

/* sub layout : screen size */
.service {position: absolute; top: 2rem; right: 5.21vw; display: flex; align-items: center;}
.service i[class^="ico-"] {width: inherit; height: inherit; background-size: auto;}
.service .screenSize {display: flex; align-items: center;}
.service .screenSize a {display: block; width: 32px; height: 32px;}
.service .btnPrint {display: block; width: 32px; height: 32px; background-position: center; background-repeat: no-repeat;}
.service .ico-plus {background-image: url(/images/dgedu/template/TI01/common/ico_font_up.png);}
.service .ico-minus {background-image: url(/images/dgedu/template/TI01/common/ico_font_down.png);}
.service .ico-reset {background-image: url(/images/dgedu/template/TI01/common/ico_reset.png);}
.service .ico-print {background-image: url(/images/dgedu/template/TI01/common/ico_print.png);}

/* sub layout : page title */
.subHeader {width: 100%; height: auto;}
#pageTitle {font-weight: 600; font-size: var(--fs36); letter-spacing: -0.04em;}

/* sub layout : page contents */
.subContent {font-size: var(--fs16);}
.commingsoon {width: 100%; height: auto; padding: 16% 0; background-color: #eee; text-align: center; font-size: var(--fs36);}

@media print {
  #header, #lnb, #edu-toolbar, #footer, #goto-top, .subCntBody .service {display: none;}
  #sub_container .subCntBody {padding: 0;}
}
@media (max-width: 1600px) {
  /* sub layout */
  #sub_container #lnb {width: 32rem; padding-left: 3vw;}
  #sub_container .subCntBody {padding-right: 3vw;}
  /* sub layout : submenu */
  #lnb {background-position: top right;}
  #lnb h2 {padding-left: 3.5vw;}
  /* sub layout : screen size */
  .service {right: 3vw;}
}
@media (max-width: 1440px) {
  /* sub layout */
  #sub_container #lnb {width: 30rem;}
}
@media (max-width: 1281px) {
  /* sub layout */
  #sub_container #lnb {display: none;}
  #sub_container .subCntBody {width: 100%; padding: 2rem 2.4rem 0;}
  #sub_container .subCntBody > .container {margin-top: 2.4rem;}
  /* sub layout : zoom toolbar */
  .service {display: none;}
  /* sub layout : page title */
  #pageTitle {font-size: var(--fs32);}
}
@media (max-width: 767px) {
  /* sub layout */
  #sub_container .subCntBody {padding: 2rem 1.6rem 0;}
  #sub_container .subCntBody > .container {margin-top: 2.4rem;}
  /* sub layout : breadcrumb */
  .subLocation {font-size: var(--fs14);}
  .subLocation li {align-items: center;}
  .subLocation li .ico-home {width: 2rem; height: 2rem;}
  /* sub layout : page title */
  #pageTitle {font-size: var(--fs26);}
}