@charset "utf-8";
/* 시간제 서브 공통 */
body {
    --header-top-bg: #00263e;
    --header-bg: #fff;
    --gnb-top-bg: #0a234b;
    --gnb-on: #1B2E57;
    --pc-gnb: #889eba;
    --family-site-bg: #000f20;
    --bottom-border: #EAEAEA;
    --footer-bg: #1E2432;
    --footer-border: #3f4550;
    --black: #222;
    --white: #fff;
}
.oswald {font-family: Oswald, sans-serif;}
.screen-out {border: 0; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); display: inline-block; width: 1px; height: 1px;}
.blind {position: absolute; overflow: hidden; width: 1px; height: 1px; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); display: inline-block;}
.header-dimm {position: fixed; left: 0; top: 0; bottom: 0; opacity: 0; width: 100%; height: 0; background-color: rgba(0,0,0,0.3); transition: all 0.3s;}
.header-dimm.on {opacity: 1; height: auto; z-index: 20;}
em {font-style: normal;}
/* header */
.header {position: fixed; background: transparent; left: 0; top: 0; z-index: 20; width: 100%; box-sizing: border-box;}
.header-util {position: fixed; max-width: 600px; height: 125px; top: 61px; left: -100%; padding: 20px; box-sizing: border-box; display: flex; flex-direction: column-reverse; font-size: 14px; justify-content: space-between; align-items: center; width: 100%; background: #fff; border-bottom: 1px solid #dddee2; transition: left 0.2s;}
.header-util.on {left: 0; z-index: 30;}
.out-lnk {display: flex; align-items: center; padding-top: 20px;}
.out-lnk>li:nth-child(n+2) {padding-left: 30px;}
.out-lnk>li>a {display: block; color: #777; font-weight: 300; position: relative;}
.out-lnk>li:nth-child(n+2)>a:before {content: ''; position: absolute; left: -17px; top: 50%; transform: translateY(-50%); width: 4px; height: 4px; border-radius: 45px; background: #777;}
.in-lnk {display: flex; align-items: center; gap: 10px; width: 100%;}
.in-lnk>* {color: #fff; background: #61666F; width: 100%; height: 40px; display: flex; align-items: center; justify-content: center;}
.inner-header-wrap {transition: .3s; border-bottom: 1px solid #D9D9D9;}
.inner-header {height: 60px; padding: 10px 20px; box-sizing: border-box; display: flex; justify-content: space-between; align-items: center; transition: 0.2s;}
.logo>a {display: flex; align-items: center; font-size: 24px; color: #1B2E57; font-weight: 700;}
.logo-txt-box {display: flex; flex-direction: column; line-height: 1.2;}
.logo-txt-box .logo-txt-top {font-size: 13px;}
.logo-txt-box .logo-txt {font-size: 20px; font-weight: 800;}
.pc-logo {display: none;}
.logo img {max-width: 100%; padding-right: 5px;}
.logo img.on {display: none;}
.header.sticky {box-shadow: 0 5px 15px rgba(0,0,0,0.2); background: #fff;}
.header.sticky .menu-btn>span, .header.sticky .menu-btn:before, .header.sticky .menu-btn:after {background: #1B2E57;}

.gnb-wrap {position: fixed; left: -100%; top: 0; width: 100%; max-width: 600px; height: 100%; box-sizing: border-box; z-index: 25; transition: 0.2s; background: #fff; overflow: visible;}
.gnb-wrap.open {left: 0;}
.gnb-top {display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #F1F1F1; padding: 0 15px; height: 60px; background: #fff;}
.gnb-top img {margin-right: 5px;}
.gnb-top>a {color: #1B2E57; font-size: 24px; font-weight: 700;}
.gnb-close {width: 32px; height: 32px; position: relative;}
.gnb-close:before, .gnb-close:after {content: ''; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%) rotate(45deg); width: 2px; height: 30px; background: #000;}
.gnb-close:after {transform: translate(-50%,-50%) rotate(-45deg);}
.gnb-inner {display: flex; flex-direction: column; height: calc(100% - 185px); padding-top: 125px; background: linear-gradient(90deg, var(--gnb-on) 120px, #fff 120px);}
.gnb-inner .gnb {padding: 20px 0; position: relative;}
.gnb-inner .gnb .dep1 {width: 120px;}
.gnb-inner .gnb .dep1.active>a {left: 20px; background-color: #535BF2; color: #fff;}
.gnb-inner .gnb .dep1>a {position: relative; left: 0; height: 40px; display: flex; padding: 0 14px; align-items: center; font-size: 16px; letter-spacing: -0.3px; box-sizing: border-box; color: #C4C4C4; transition: left 0.2s;}
.gnb-inner .gnb .dep2-wrap {display: none; width: calc(100% - 120px); height: calc(100vh - 186px); overflow-y: auto; position: absolute; z-index: 1; right: 0; top: 0; padding: 0 20px 0 40px; opacity: 0; box-sizing: border-box;}
.gnb-inner .gnb .dep2-wrap.show {opacity: 1; display: block;}
.dep2-wrap>p {display: none; color: #fff;}
.dep2-wrap .dep2>li {border-bottom: 1px solid #f1f1f1;}
.dep2-wrap .dep2>li>a {display: block; padding: 19px 0 15px;}
.dep2-wrap .dep2>li.active>a {color: #535BF2;}
.gnb-wrap .gnb .dep3 {padding: 25px 0; display: none; border-top: 1px solid #535BF2;}
.gnb-wrap .gnb .dep3>li+li {margin-top: 5px;}
.gnb-wrap .gnb .dep3>li>a {font-size: 14px; color: #888;}
.apply-btn {position: absolute; right: 60px; display: block;}
.apply-btn .ico-write {display: block; width: 25px; height: 25px; background: url('/type/common/img/layout/ico-linepen-b.png') center no-repeat; background-size: 22px;}
.apply-btn>span {position: absolute; top: 28px; left: 50%; transform: translateX(-50%); display: flex; justify-content: center; align-items: center; width: 50px; height: 50px; border-radius: 50%; box-sizing: border-box; background-color: var(--point-color);}
.apply-btn>span::before {content: ''; display: block; position: absolute; left: 50%; top: -5px; margin-left: -5px; width: 0; height: 0; border-bottom: 8px solid var(--point-color); border-left: 5px solid transparent; border-right: 5px solid transparent;}
.apply-btn>span>em {padding-top: 6px; text-align: center; color: #FFF; font-size: 12px; line-height: 14px;}
.apply-btn>span>em>span {display: inline-block;}
.menu-btn {width: 25px; height: 22px; display: flex; flex-direction: column; justify-content: space-between; align-items: flex-end;}
.menu-btn>span {display: block; width: 100%; height: 2px; background: #1B2E57; overflow: hidden;}
.menu-btn:before {content: ''; display: block; width: 70%; height: 2px; background: #1B2E57;}
.menu-btn:after {content: ''; display: block; width: 70%; height: 2px; background: #1B2E57;}
.menu-btn:before, .menu-btn:after {width: 70%;}
.menu-btn>span, .menu-btn:before, .menu-btn:after {transition: .3s;}
.menu-btn:hover span{width: 70%}
.menu-btn:hover:before, .menu-btn:hover:after {width: 100%;}
.btn-inner-txt .txt2 {display: none;}

@media screen and (min-width: 768px){
    .header-util {padding: 20px 40px; font-size: 16px;}
    .gnb-inner {background: linear-gradient(90deg, var(--gnb-on) 180px, #fff 180px);}
    .gnb-inner .gnb .dep1 {width: 180px;}
    .gnb-inner .gnb .dep1>a {font-size: 18px; padding: 0 15px; height: 45px;}
    .gnb-inner .gnb .dep2-wrap {width: calc(100% - 180px); padding: 0 30px 0 50px;}
    .dep2-wrap .dep2>li>a {font-size: 16px; padding: 20px 0 18px;}
    .gnb-wrap .gnb .dep3>li>a {font-size: 15px;}
}

/* pc header */
.typePc .header {min-width: 1200px;}
.typePc #main.container {padding-top: 150px;}
.typePc .header-dimm {position: absolute; width: 100%; right: 0; top: 150px; z-index: -1; opacity: 1; bottom: auto; padding-bottom: 0; transition: padding-bottom 0.3s; background: #fff; height: auto;}
.typePc .logo>a {font-size: 30px; color: #fff;}
.typePc .logo img {display: none; width: 60px; padding-right: 15px;}
.typePc .logo img.pc-logo {display: inline-block;}
.typePc .logo-txt-box .logo-txt-top {font-size: 18px;}
.typePc .logo-txt-box .logo-txt {font-size: 29px; line-height: 1.2;}
.typePc .menu-btn, .typePc .gnb-top {display: none;}
.typePc .header-util {position: static; max-width: 1680px; margin: 0 auto; border-bottom: none; padding: 12px 40px; height: 50px; background: none; justify-content: space-between; align-items: center; flex-direction: row; font-size: 15px;}
.typePc .out-lnk>li>a, .typePc .in-lnk>* {color: #878D91; line-height: 1; background: none; width: fit-content; height: auto; font-weight: 400;}
.typePc .out-lnk {padding-top: 0;}
.typePc .out-lnk>li:nth-child(n+2) {padding: 0 0 0 25px;}
.typePc .out-lnk>li>a {display: flex; align-items: center;}
.typePc .out-lnk>li>a:before {content: ''; border-radius: 45px; width: 4px; height: 4px; background: #878D91; position: static !important; margin-right: 9px; transform: inherit;}
.typePc .out-lnk>li:nth-child(n+2)>a:before {background: #878D91;}
.typePc .in-lnk {width: auto; gap: 0;}
.typePc .in-lnk>a {justify-content: flex-start; margin-left: 20px;}
.typePc .in-lnk>a:before {content: ''; width: 4px; height: 4px; border-radius: 45px; background: #878D91; margin-right: 9px;}
.typePc .apply-btn {position: relative; right: 0; border-radius: 45px; background-color: #1B2E57; display: flex; align-items: center; justify-content: flex-start; width: 150px; height: 40px; overflow: hidden;}
.typePc .apply-btn>span {position: static; display: flex; width: 100%; height: 40px; background-color: inherit; transform: translateX(0); padding-left: 0;}
.typePc .apply-btn>span:before {display: none;}
.typePc .apply-btn>span>em {line-height: inherit; padding-top: 0; font-size: 19px;}
.typePc .apply-btn>span>em br {display: none;}
.typePc .apply-btn .ico-write {background-image: url('/type/TIME_A/img/main/ico-arrow-apply.svg'); background-size: 40px 40px; flex-shrink: 0; width: 40px; height: 40px;}
.typePc .btn-inner-txt-box {position: relative; overflow: hidden;}
.typePc .btn-inner-txt {display: block; width: 200%; position: absolute; left: 0;}
.typePc .btn-inner-txt em {float: left; width: 50%;}
.typePc .btn-inner-txt>em>span {color: #63A1FF;}
.typePc .btn-inner-txt .txt2 {display: block;}
@keyframes marquee {
    0% { left: 0; }
    100% { left: -100%; }
}
.typePc .apply-btn:hover .btn-inner-txt {animation: marquee 3s linear infinite;}
.typePc .header.sticky, .typePc .header.active {background: #fff;}
.typePc .header .logo>a, .typePc .header.active .logo>a {color: #1B2E57;}
.typePc .header::before, .typePc .header.active::before {content: ''; position: absolute; z-index: -1; left: 0; right: 0; top: 0; height: 50px; background: transparent; border-bottom: 1px solid rgba(0,0,0,0.3);}
.typePc .header .logo img.pc-logo, .typePc .header.active .logo img.pc-logo {display: none;}
.typePc .header .logo img, .typePc .header.active .logo img {display: block;}
.typePc .header .gnb-inner .gnb .dep1>a, .typePc .header .gnb-inner .gnb .dep1>a {min-width: 110px; justify-content: center; color: #222; padding: 0;}
.typePc .inner-header-wrap {padding: 0 40px; position: relative; border-top: 1px solid rgba(255,255,255,0.3); border-bottom: none;}
.typePc .inner-header-wrap.open:before {content: ''; position: absolute; left: 0; right: 0; bottom: 1px; height: 1px; background: #ddd;}
.typePc .inner-header {padding: 0; height: auto; max-width: 1600px; margin: 0 auto;}
.typePc .gnb-wrap {position: static; max-width: none; height: auto; width: fit-content; background: none;}
.typePc .gnb-inner {background: none; padding: 0; height: auto;}
.typePc .gnb-inner .gnb {padding: 0;display: flex;position: static;gap: 50px;}
.typePc .gnb-inner .gnb .dep1 {width: auto;}
.typePc .gnb-inner .gnb .dep1>a {color: #fff; height: 100px; font-weight: 700;}
.typePc .gnb-inner .gnb .dep1>a.active {color: #00437C !important;}
.typePc .gnb-inner .gnb .dep2-wrap {display: flex !important; visibility: hidden; justify-content: center; opacity: 0; background: #fff; width: 100%; height: auto; overflow-y: hidden; padding: 0; top: 100px; clip-path: polygon(0 0, 100% 0, 100% 0, 0 0); transition: clip-path 0.3s; z-index: -1;}
.typePc .gnb-inner .gnb .dep2-wrap:before {content: ''; position: absolute; z-index: -1; left: 0; top: 0; width: 30%; height: 100%; background: #F8FAFB;}
.typePc .gnb-inner .gnb .dep2-wrap.show {z-index: 1; visibility: visible; opacity: 1;}
.typePc .inner-header-wrap.open .gnb-inner .gnb .dep2-wrap {box-shadow: 0 20px 20px rgba(162,162,162,0.3); clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);}
.typePc .dep2-wrap .dep2>li>a {padding: 12px 0; font-size: 18px; font-weight: 700; opacity: 1 !important;}
.typePc .dep2-wrap .dep2>li>a:hover, .typePc .dep2-wrap .dep2>li>a:focus {color: #067BDE;}
.typePc .dep2-wrap>p {display: block; letter-spacing: -0.7px; white-space: nowrap; min-width: 263px; background: #F8FAFB; padding: 40px 30px; box-sizing: border-box; justify-content: center; align-items: center; color: #222; font-weight: 700; font-size: 40px;}
.typePc .gnb .dep2 {width: 100%; background: #fff; max-width: 1370px; display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: 1fr 1fr; gap: 40px; padding: 45px 60px; box-sizing: border-box;}
.typePc .gnb-wrap .gnb .dep3 {border-color: #067BDE; padding-left: 10px;}
.typePc .gnb-wrap .gnb .dep3>li>a {font-weight: 500;}
.typePc .gnb-wrap .gnb .dep3>li>a:hover, .typePc .gnb-wrap .gnb .dep3>li>a:focus {color: #1B2E57;}

@media screen and (min-width: 1200px){
    .typePc .header.sticky .apply-btn.type2 .ico-write {background-image: url('/type/TIME_A/img/main/ico-arrow-apply.svg');}
}

@media screen and (min-width: 1400px){
    .typePc  .header .gnb-inner .gnb .dep1>a, .typePc .header .gnb-inner .gnb .dep1>a {min-width: auto;font-size: 20px;}
    .typePc .apply-btn .ico-write {width: 53px; height: 49px; background-size: cover;}
    .typePc .apply-btn {width: 180px; height: 50px;}
    .typePc .apply-btn>span {height: 50px;}
    .typePc .apply-btn>span>em {font-size: 20px;}
}
/* pc header e */
/* sub-header s */
.typeSub .header {position: relative;}
/* sub-header e */
/*** footer s ***/
.footer .btn-top {position: absolute; right: 30px; top: -60px; width: 45px; height: 45px; border-radius: 28px; border: 1px solid #D9D9D9; box-shadow: 0px 3px 3px #0000001A; background: #fff url(/type/TIME_A/img/main/ico-toparrow.svg) 50%/18px no-repeat;}
/* 하단 바로가기 s */
.bottom-wrap-bg {background: #fff; width: 100%; position: relative; z-index: 1; border-top: 1px solid #d9d9d9; margin-top: 60px;}
.bottom-wrap {max-width:1680px; margin: 0 auto; display: flex; flex-direction: column; gap: 30px; padding: 30px 0; box-sizing: border-box; color: var(--black);}
.bottom-wrap>div {padding: 0 20px;}
.bottom-wrap>div+div {padding-top: 30px; border-top: 1px solid var(--bottom-border);}
.bottom-wrap .area-inner {width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: space-between;}
.bottom-wrap .section-tit {font-size: 24px; font-weight: normal; padding-bottom: 15px; line-height: 1;}
.bottom-wrap .mid {padding-bottom: 30px; line-height: 1;}
.bottom-wrap .number {font-size: 24px; padding-bottom: 10px; font-weight: bold; line-height: 1;}
.bottom-wrap .info-box {display: flex; gap: 10px; font-size: 14px; line-height: 1.4;}
.bottom-wrap .info-box .info {color: var(--point-color2);}
.bottom-wrap .info-box .info>span {display: inline-block; font-size: 13px;}
.bottom-wrap .info-box .info .day {color: var(--black); font-size: 13px;}
.bottom-wrap .noti {display: flex; align-items: center; gap: 5px; padding-top: 10px; font-size: 13px;}
.bottom-wrap .ico-noti {display:inline-block; width: 14px; height: 14px; background: url("/type/TIME_A/img/main/ico-noti-deco.svg"); background-size: cover; flex-shrink: 0;}
.bottom-wrap .btn-box {display: flex; gap: 10px;}
.bottom-wrap .btn {display: flex; align-items: center; justify-content: center; border: 1px solid var(--bottom-border); width: 155px; height: 45px; text-align: center; font-size: 13px; color: var(--black);}
.bottom-wrap .sns-wrap {display: flex; align-items: center;}
.bottom-wrap .sns-wrap>li img {transform: scale(0.7);}
.bottom-wrap .sns-wrap>li:nth-child(n+2) {padding-left: 15px;}
.bottom-wrap .sns-wrap>li>a {display: flex; align-items: center; justify-content: center; width: 45px; height: 45px; border-radius: 45px; border: 1px solid var(--bottom-border);}
.bottom-wrap .sns-wrap>li>a:hover {opacity: 0.4; transition: all 0.3s;}
.family-site .site-list:before {display: none;}

@media screen and (min-width: 768px){
    .bottom-wrap>div {padding: 0 30px;}
}

.typePc .footer .btn-top {width: 50px; height: 50px;}
.typePc .bottom-wrap-bg {margin-top: 100px;}
.typePc .bottom-wrap {width: 100%; flex-direction: row; padding: 0 40px; gap: 0;}
.typePc .bottom-wrap .section-tit {padding-bottom: 30px; font-size: 28px;}
.typePc .bottom-wrap .number {font-size: 36px;}
.typePc .bottom-wrap .info-box {font-size: 18px;}
.typePc .bottom-wrap .info-box .info>span, .bottom-wrap .info-box .info .day {font-size: 16px;}
.typePc .bottom-wrap .noti {font-size: 15px;}
.typePc .bottom-wrap>div {display: flex; flex-direction: column; justify-content: space-between; box-sizing: border-box; padding: 70px 25px 60px; border-left: 1px solid var(--bottom-border);}
.typePc .bottom-wrap>div:first-of-type {border-left: none;}
.typePc .bottom-wrap>div+div {border-top: none; padding-top: 70px; padding-right: 25px;}
.typePc .bottom-wrap .mid {padding-bottom: 70px;}
.typePc .bottom-wrap .sns-wrap>li>a {width: 50px; height: 50px;}
.typePc .bottom-wrap .sns-wrap>li img {transform: scale(0.8);}
.typePc .bottom-wrap .btn {font-size: 15px;}
@media screen and (min-width: 1200px){
    .typePc .bottom-wrap>div {min-width: 300px; width: 33.33%; align-items: center;}
    .typePc .bottom-wrap .sns-wrap>li>a {width: 60px; height: 60px;}
    .typePc .bottom-wrap .sns-wrap>li img {transform: scale(1);}
}
@media screen and (min-width: 1400px){
    .typePc .bottom-wrap-bg {margin-top: 150px;}
    .typePc .bottom-wrap>div {padding: 70px 25px 60px 50px;}
    .typePc .bottom-wrap .number {font-size: 45px;}
    .typePc .bottom-wrap>div:nth-of-type(2) {width: 40%;}
    .typePc .bottom-wrap .noti {font-size: 18px;}
    .typePc .bottom-wrap .section-tit {padding-bottom: 40px;}
    .typePc .bottom-wrap .info-box .info>span, .bottom-wrap .info-box .info .day {font-size: 18px;}
    .typePc .bottom-wrap .btn {font-size: 16px;}
}
/* 하단 바로가기 e */

@media screen and (min-width: 768px){
    .footer.type3 .footer-bottom .txt-box ul {flex-direction: column;}
}
@media screen and (min-width: 1024px){
    .typePc .footer.type3 .footer-bottom .txt-box ul {flex-direction: row}
    .typePc .bottom-wrap>div {width: 33.33%;}
}

/* footer type3 - union */
.footer.type3 {position: relative; z-index: 1; background: var(--footer-bg);font-weight: 300; color: #878D91; font-size: 13px; text-align: center; padding: 30px 20px 60px;}
.footer.type3 a, .footer.type3 li {color: #878D91;}
.footer.type3 .footer-logo {font-size: 23px; font-weight: 500; display: flex; align-items: center; justify-content: center;}
.footer.type3 .footer-logo img {width: 35px; height: 35px; margin-right: 5px;}
.footer.type3 .footer-top .util {display: flex; align-items: center; justify-content: center;}
.footer.type3 .footer-top .util>a {display: block;}
.footer.type3 .footer-top .util>a::after {content: ''; display: inline-block; position: relative; width: 1px; height: 15px; top: 3px; margin: 0 10px; background: var(--footer-border);}
.footer.type3 .footer-top .util>a:last-of-type::after {display: none;}
.footer.type3 .footer-top .info>a {display: inline-block; padding: 0 15px;}
.footer.type3 .family-site-wrap, .footer.type3 .footer-bottom {padding-top: 30px;}
.footer.type3 .family-site-wrap {display: flex; flex-direction: column; gap: 5px; margin: 0 auto;}
.footer.type3 .family-site-wrap .family-site {display:block; padding: 0; position: relative;}
.footer.type3 .family-site .site-list {position: absolute; width: 100%; display: none; z-index: 1; bottom: 40px; background: #05548f; max-height: 300px; overflow: auto;}
.footer.type3 .family-site .site-category {height: 40px; display: flex; align-items: center; padding: 0 15px; color: #fff; font-weight: 700; border-bottom: 1px dashed rgba(255,255,255,0.5);}
.footer.type3 .family-site .site-category:nth-child(n+2) {border-top: 1px dashed rgba(255,255,255,0.5);}
.footer.type3 .family-site .site-list>li>a {display: block; text-align: left; padding: 7px 15px; color: #fff; opacity: 0.5; transition: opacity 0.3s;}
.footer.type3 .family-site .site-list>li>a:hover {opacity: 1;}
.footer.type3 .family-site-wrap button {width: 100%; height: 40px; padding: 0 15px; color: #878D91; display: flex; text-align: left; align-items: center; justify-content: space-between; border: 1px solid var(--footer-border);}
.footer.type3 .family-site-wrap button:after {content: ''; display: block; width: 0; height: 0; border-top: 6px solid #878D91; border-left: 4px solid transparent; border-right: 4px solid transparent;}
.footer.type3 .family-site-wrap button.active:after {border-top: none; border-bottom: 6px solid #878D91;}
.footer.type3 .footer-bottom {display: flex; justify-content: center; align-items: flex-start; border-top: none; text-align: left; flex-direction: column; max-width: initial; padding: 30px 0 0;}
.footer.type3 .footer-bottom .txt-box {font-size: 12px;}
.footer.type3 .footer-bottom .txt-box .tel {display: flex; gap: 13px;}
.footer.type3 .footer-bottom .txt-box ul li span {color: #F8FAFB; padding-right: 5px;}
.footer.type3 .footer-bottom .txt-box ul li .letter {display: inline-block; font-size: 0; }
.footer.type3 .footer-bottom .txt-box ul li .letter:first-letter {font-size: 14px;}
.footer.type3 .footer-bottom .txt-box ul li .letter::after {content: '.'; color: #878D91; font-size: 14px;}

@media screen and (min-width: 768px){
    .footer.type3 {padding: 30px;}
    .footer.type3 .footer-top .left {display: flex; align-items: center; justify-content: center;}
    .footer.type3 .footer-bottom {flex-direction:row; justify-content: space-between; align-items: flex-end; margin-top: 30px; border-top: 1px solid var(--footer-border);}
    .footer.type3 .family-site-wrap {flex-wrap: wrap; flex-direction: row;}
    .footer.type3 .family-site-wrap .family-site {position: relative; width: calc(50% - 5px);}
    .footer.type3 .footer-bottom .txt-box ul {display: flex;}
    .footer.type3 .footer-bottom .txt-box ul:first-of-type {flex-direction: column;}
    .footer.type3 .footer-bottom .txt-box .tel {font-size: 16px;}
    .footer.type3 .footer-bottom .txt-box ul li .letter {font-size: inherit;}
    .footer.type3 .footer-bottom .txt-box ul li .letter:first-letter {font-size: inherit;}
    .footer.type3 .footer-bottom .txt-box ul li .letter::after {display: none;}
}
.typePc .footer.type3 {font-size: 14px; padding: 40px;}
.typePc .footer.type3 .footer-top {display: flex; flex-direction: column; align-items: flex-start;}
.typePc .footer.type3 .footer-top .util>a {display: flex; font-size: 15px; line-height: 34px;}
.typePc .footer.type3 .footer-top .util>a::after {height: 34px; margin: 0 40px; top: 0;}
.typePc .footer.type3 .family-site-wrap {width: 100%; margin: 0; display: flex; flex-wrap: nowrap; padding-top: 30px; gap: 10px; border-top: 1px solid var(--footer-border);}
.typePc .footer.type3 .family-site-wrap .family-site {max-width: 180px;}
.typePc .footer.type3 .family-site-wrap .family-site button {font-size: 15px;}
.typePc .footer.type3 .footer-bottom {flex-direction: column; align-items: flex-start; border-top: none; margin-top: 0; font-size: 15px;}
.typePc .footer.type3 .footer-bottom .txt-box {font-size: 15px;}
.typePc .footer.type3 .footer-bottom .txt-box ul:first-of-type {flex-direction: row; gap: 12px;}
.typePc .footer.type3 .footer-bottom .txt-box ul>li{padding-bottom: 9px;}
.typePc .footer.type3 .footer-top .left {justify-content: flex-start; line-height: 34px; padding-bottom: 30px;}
.typePc .footer.type3 .footer-top .left a:hover, .footer-top .left a:focus {text-decoration: underline; text-underline-position: under;}
.typePc .footer.type3 .footer-top .left:before {display: inline-block; content: ''; width: 1px; height: 34px; margin-right: 40px; background: var(--footer-border);}
@media screen and (min-width: 1350px){
    .typePc .footer.type3 .footer-top {flex-direction: row; justify-content: space-between;}
    .typePc .footer.type3 {font-size: 15px;}
    .typePc .footer.type3 .footer-top .left {padding-bottom: 0;}
    .typePc .footer.type3 .family-site-wrap {border-top: none; padding-top: 0; width: auto;}
    .typePc .footer.type3 .family-site-wrap .family-site {width: 180px;}
    .typePc .footer.type3 .footer-top, .footer.type3 .footer-bottom {max-width: 1600px; margin: 0 auto;}
    .typePc .footer.type3 .footer-bottom {flex-direction: row; margin-top: 40px; border-top: 1px solid var(--footer-border); align-items: flex-end;}
    .typePc .footer.type3 .footer-bottom .txt-box ul {gap: 30px;}
    .typePc .footer.type3 .footer-bottom .txt-box ul:first-of-type {flex-direction: row;}
}
/*** footer e ***/

.typeMobile #snb_nav {display: none;}
#snb_nav {position:relative;width:100%; height:50px;margin:0 auto 70px;box-sizing:border-box;background:#042a59;}
#snb_nav .snb_area {position:relative;width:100%;max-width:1200px;height:50px;margin:0 auto;box-sizing:border-box;padding:0;z-index:15;line-height:36px;}
#snb_nav .snb_area .btn_home {display:block;position:relative;float:left;overflow:hidden;width:58px;height:50px;margin:0;padding:0;background:url(../img/layout/snb_home_white.png) no-repeat center;color:#fff;font-family:'Malgun Gothic';font-size:16px;line-height:49px;text-indent:-999px;}
#snb_nav .snb_area .btn_home::before {content:'';display:block;position:absolute;left:0;top:0;width:1px;height:100%;background:#fff;opacity:0.2;}
#snb_nav .snb_area>button {position:relative;float:left;height:50px;min-width:175px;margin-left:1px;box-sizing:border-box;padding:0 35px 0 15px;background:url(../img/layout/snb_selArrB_white.png) no-repeat right 15px top 50%;color:#fff;font-family:'Malgun Gothic';font-size:16px;line-height:50px;text-align:left;letter-spacing:-1px;}
#snb_nav .snb_area>button::before {content:'';display:block;position:absolute;left:0;top:17px;width:1px;height:17px;background:#fff;opacity:0.2;}
#snb_nav .snb_area>button:last-of-type::after {content:'';display:block;position:absolute;right:0;top:17px;width:1px;height:17px;background:#fff;opacity:0.2;}
#snb_nav .snb_area>button.active {background:#05548f url(../img/layout/snb_selArrT_white.png) no-repeat right 15px top 50%;color:#fff;}
#snb_nav .snb_area>button.on {}
#snb_nav .snb_area .snb_util {display:block;float:right;margin-right:30px;font-size:0;}
#snb_nav .snb_area .btn_snbView {display:none;}

#snb_nav #snb {display:none;position:absolute;left:5px;top:50px;width:235px;box-sizing:border-box;padding:16px 15px;border:1px solid #dbdee1;border-top:none;background:#fff;z-index:900;}
#snb_nav #snb li+li {margin-top:10px;}
#snb_nav #snb li a {color:#666;font-family:'Noto Sans KR',sans-serif;font-size:15px;font-weight:400;line-height:16px;letter-spacing:-1px;}
#snb_nav #snb li a:hover,
#snb_nav #snb li a:active {color:#05548f !important;}
#snb_nav #snb li .gnbTit {display:none !important;}
#snb_nav #snb>li>ul {margin-bottom:10px;}
#snb_nav #snb>li>ul ul {margin-bottom:0;}
#snb_nav.active2 #snb>li+li {margin-top:0;}
#snb_nav.active3 #snb>li+li,
#snb_nav.active3 #snb .menuM>li+li {margin-top:0;}
#snb_nav.active4 #snb>li+li,
#snb_nav.active4 #snb .menuM>li+li,
#snb_nav.active4 #snb .menuS>li+li {margin-top:0;}

#snb_nav.active1 #snb>li>ul.menuM {display:none;}
#snb_nav.active2 #snb {padding:16px 15px 0;}
#snb_nav.active2 #snb>li>a,
#snb_nav.active2 #snb>li>ul.menuM {display:none;}
#snb_nav.active2 #snb>li.on>ul.menuM {display:block;}
#snb_nav.active2 #snb>li.on>ul.menuM ul {display:none;}
#snb_nav.active3 #snb {padding:16px 15px 0;}
#snb_nav.active3 #snb>li,
#snb_nav.active3 #snb>li>a,
#snb_nav.active3 #snb>li>ul.menuM>li,
#snb_nav.active3 #snb>li>ul.menuM>li>a {display:none;}
#snb_nav.active3 #snb>li.on>ul.menuM ul.menuS {display:block;}
#snb_nav.active3 #snb>li.on>ul.menuM ul.menuS ul {display:none;}
#snb_nav.active3 #snb li.on {display:block !important;}
#snb_nav.active4 #snb {padding:16px 15px 0;}
#snb_nav.active4 #snb>li,
#snb_nav.active4 #snb>li>a,
#snb_nav.active4 #snb>li>ul.menuM>li,
#snb_nav.active4 #snb>li>ul.menuM>li>a,
#snb_nav.active4 #snb>li>ul.menuM>li>ul.menuS>li,
#snb_nav.active4 #snb>li>ul.menuM>li>ul.menuS>li>a {display:none;}
#snb_nav.active4 #snb li.on {display:block !important;}

#snb_nav .snb_util {position:absolute;right:0;top:0;padding:13px 0;text-align:right;font-size:0;}
#snb_nav .snb_util button {display:inline-block;overflow:hidden;width:24px;height:24px;margin-left:14px;text-indent:-999px;vertical-align:top;}
#snb_nav .snb_util .btn_zoomOut {background:url(../img/layout/snb_zoomOut_white.png) no-repeat 50% 50%;}
#snb_nav .snb_util .btn_zoomIn {background:url(../img/layout/snb_zoomIn_white.png) no-repeat 50% 50%;}
#snb_nav .snb_util .btn_print {background:url(../img/layout/ico_print_white.png) no-repeat 50% 50%;}
#snb_nav .snb_util .btn_share {background:url(../img/layout/ico_share_white.png) no-repeat 50% 50%;}
#snb_nav .snb_util .zoom {display:inline-block;position:relative;height:24px;font-size:0;vertical-align:top;}
#snb_nav .snb_util .shareBox {display:none;position:absolute;right:-20px;top:52px;width:330px;padding-top:8px;z-index:100;}
#snb_nav .snb_util .shareBox ul {position:relative;padding:17px 5px 15px;border:1px solid #1b2535;background:#fff;text-align:center;}
#snb_nav .snb_util .shareBox ul::before {content:'';display:block;position:absolute;right:20px;top:-9px;width:9px;height:9px;background:url(../img/layout/ico_speechBubble_arrT.png) no-repeat center top;}
#snb_nav .snb_util .shareBox ul>li {display:inline-block;}
#snb_nav .snb_util .shareBox ul>li>a {display:block;width:75px;padding:50px 0 0;color:#000;font-size:14px;line-height:16px;text-align:center;letter-spacing:-1px;}
#snb_nav .snb_util .shareBox .sns_facebook {background:url(../img/layout/sns_cir_facebook.png) no-repeat center top;}
#snb_nav .snb_util .shareBox .sns_kakaoStory {background:url(../img/layout/sns_cir_kakaoStory.png) no-repeat center top;}
#snb_nav .snb_util .shareBox .sns_nBlog {background:url(../img/layout/sns_cir_nBlog.png) no-repeat center top;}
#snb_nav .snb_util .shareBox .sns_twitter {background:url(../img/layout/sns_cir_twitter.png) no-repeat center top;}
#snb_nav .snb_util .shareBox .sns_urlCopy {background:url(../img/layout/sns_cir_urlCopy.png) no-repeat center top;}
#snb_nav .snb_util .shareBox.on {display:block;}
@media print {
    #header, #footer, #snb_nav {display:none;}
}

.stickyFix .sVisual {margin-bottom:65px;}
.stickyFix #snb_nav {position:fixed;left:0;top:0;max-width:none;margin:0;z-index:500;}
.stickyFix #snb_nav .snb_area {box-shadow:none;}

.typeMobile.typeSub #contents {padding-top: 20px;}
.typePc.typeSub #contents {padding-top: 40px;}
.typeSub #contents {position:relative;overflow:hidden;}
.typeSub #contents>article {position:relative;max-width:1260px;min-height:500px;box-sizing:border-box;margin:0 auto;padding:0 30px 120px;}

.sideQuick {position:fixed;right:-400px;top:0;width:400px;height:100%;z-index:1500;transition:0.2s;background:#fff;}
.sideQuick>.sideQuick_wrap {position:relative;}
.sideQuick .sideQuick_btn {position:absolute;left:-50px;top:50%;width:50px;height:150px;margin-top:-75px;background:#3897d8;}
.sideQuick.on .sideQuick_btn {display:none;}
.sideQuick .sideQuick_btn::before {content:'';display:block;position:absolute;left:50%;top:50%;width:1px;height:30px;margin-top:-15px;background:#fff;}
.sideQuick .sideQuick_btn .btn_sideQuickMenu {display:block;overflow:hidden;width:50px;height:50px;background:url(../img/layout/ico_recGrp_white.png) no-repeat center;text-indent:-999px;}
.sideQuick .sideQuick_btn .btn_top {display:block;position:relative;overflow:hidden;width:50px;height:50px;margin-top:50px;background:url(../img/layout/ico_top.png) no-repeat center;text-indent:-999px;}
.sideQuick .sideQuick_ct {box-sizing:border-box;padding:50px 0 40px 30px;background:#fff;}
.sideQuick .sideQuick_ct h1 {display:block;margin-bottom:30px;color:#000;font-family:'Oswald';font-size:28px;font-weight:500;line-height:28px;}
.sideQuick .sideQuick_ct .customArea {overflow-x:hidden;overflow-y:auto;width:340px;}
.sideQuick .sideQuick_ct .customArea .customGrp {overflow:hidden;width:340px;margin-bottom:40px;}
.sideQuick .sideQuick_ct .customArea .customGrp:last-child {margin-bottom:0;}
.sideQuick .sideQuick_ct .customArea a {display:block;overflow:hidden;}
.sideQuick .sideQuick_ct .customArea a>img {width:100%;max-width:none;vertical-align:top;}
.sideQuick .sideQuick_ct .customArea .icoBnr {overflow:hidden;}
.sideQuick .sideQuick_ct .customArea .icoBnr li {display:table;float:left;width:50%;padding:15px 0;}
.sideQuick .sideQuick_ct .customArea .icoBnr li>a {display:table-cell;height:45px;box-sizing:border-box;padding-left:55px;background-repeat:no-repeat;background-position:left center;color:#000;font-family:'Noto Sans KR',sans-serif;font-size:16px;font-weight:300;line-height:18px;vertical-align:middle;letter-spacing:-1px;}
.sideQuick .sideQuick_ct .customArea .imgBnr {overflow:hidden;} /*긴배너 1개*/
.sideQuick .sideQuick_ct .customArea .imgBnr a {margin:20px 0 0;}
.sideQuick .sideQuick_ct .customArea .imgBnr a:first-child {margin-top:0;}
.sideQuick .sideQuick_ct .customArea .img2Bnr {overflow:hidden;} /*짧은배너 2개*/
.sideQuick .sideQuick_ct .customArea .img2Bnr a {display:block;float:left;width:170px;margin:20px 0 0;}
.sideQuick .sideQuick_ct .customArea .img2Bnr a:nth-child(2) {margin-left:-1px;border-left:1px solid #2a6da0;}
.sideQuick .sideQuick_ct .customArea .img2Bnr a img {width:auto;vertical-align:top;}
.sideQuick .sideQuick_ct .btn_sideClose {display:block;position:absolute;right:30px;top:50px;overflow:hidden;width:24px;height:24px;background:url(../img/layout/sideQuick_close.png) no-repeat center;text-indent:-999px;}

@media all and (max-width:1220px){
    header .top_util .utilGrp {left:0;margin-left:auto;}
}


/* pc버전 최소값 */
@media all and (max-width:1200px){
    body.typePc {min-width:1200px;}
    body {overflow-x:scroll;}

    .typePc #header,
    .typePc #snb_nav {min-width:1200px;}
}