@charset "utf-8";

body {font-family: paper !important;}

.box-test {display: flex; justify-content: center; align-items: center; min-height: 50rem; background: #1a1b26;}

/* 내부 박스 크기 지정  */
.area {position: relative; width: 100%; max-width: 172rem; margin: 0 auto;}
.sub .area {max-width: 160rem;}

@media screen and (max-width: 1840px) {
	.area {padding: 0 2rem;}
}

.main #_contentBuilder ._objTag,
.main #_contentBuilder ._objImage,
.main #_contentBuilder ._objWidget,
.main #_contentBuilder ._objHeading {z-index: auto !important;}

.sub #_contentBuilder ._objTag,
.sub #_contentBuilder ._objHtml,
.sub #_contentBuilder ._objImage,
.sub #_contentBuilder ._objWidget,
.sub #_contentBuilder ._objHeading {max-width: 160rem; margin-left: auto !important; margin-right: auto !important; height: auto !important; min-height: 25px !important; z-index: auto !important;}
.sub #_contentBuilder ._objHeading {width: 100% !important;}
.sub #_contentBuilder .full-width {max-width: none;}

@media screen and (max-width: 1840px) {
	.sub #_contentBuilder ._objTag,
	.sub #_contentBuilder ._objHtml,
	.sub #_contentBuilder ._objImage,
	.sub #_contentBuilder ._objWidget,
	.sub #_contentBuilder ._objHeading {padding: 0 2rem;}
}

.sub ._contentBuilder > ._objHtml:first-child,
.sub ._contentBuilder > ._objTag:first-child,
.sub ._contentBuilder > ._objWidget:first-child {margin-top: 0 !important;}

/* 헤더 */
.wrap-header {position: fixed; left: 0; top: 0; z-index: 100; width: 100%; background: rgba(0,0,0,.2);}
.wrap-header .area {max-width: 172rem;}
.wrap-header .top {border-bottom: .1rem solid rgba(255,255,255,.2);}
.wrap-header .top .area {display: flex; justify-content: space-between; align-items: center;}
.wrap-header .top .link ul {display: flex;}
.wrap-header .top .link a {display: flex; justify-content: center; align-items: center; height: 3rem; padding: 0 2rem; font-size: 1.4rem; font-weight: 500; color: #fff;}
.wrap-header .top .link .color1 a {background: #1f96e3;}
.wrap-header .top .link .color2 a {background: #f88000;}
.wrap-header .top .link a span {position: relative; top: -.1rem;}
.wrap-header .top .member ul {display: flex; align-items: center;}
.wrap-header .top .member li {position: relative; margin-left: 1.5rem; padding-left: 1.5rem;}
.wrap-header .top .member li::after {content: ''; position: absolute; left: 0; top: .7rem; width: .1rem; height: 1rem; background: rgba(255,255,255,.2);}
.wrap-header .top .member li:first-child::after {display: none;}
.wrap-header .top .member a {font-size: 1.4rem; font-weight: 500; color: #fff;}
.wrap-header .top .member a:hover {color: #f88000;}
.wrap-header .top .member a span {position: relative; top: -.1rem;}

.wrap-header .header .area {position: static; display: flex; align-items: center; justify-content: space-between;}
.wrap-header .header .logo {display: flex; align-items: center;}
.wrap-header .header .logo span {margin-left: 1.5rem; font-size: 2.2rem; font-weight: 500; color: #fff;}
.wrap-header .header .logo .color {display: none;}

.wrap-header .header .menu {flex-grow: 1;}
.wrap-header .header .menu .div_1 .ul_1 {display: flex; justify-content: flex-end;}
.wrap-header .header .menu .div_1 .li_1 {padding-right: 9.5rem;}
.wrap-header .header .menu .div_1 .li_1:last-child {display: none;}
.wrap-header .header .menu .div_1 .a_1 {display: flex; align-items: center; height: 9rem; font-size: 2.2rem; font-weight: 500; color: #fff;}
.wrap-header .header .menu .div_1 .a_1:hover,
.wrap-header .header .menu .div_1 .line .a_1 {color: #19ace3 !important;}
.wrap-header .header .menu .div_1 .a_1 span {position: relative; top: .2rem;}
.wrap-header .header .menu .div_1 .a_1 span::after {content: ''; position: absolute; left: 50%; bottom: -3.2rem; z-index: 120; width: 1rem; height: 1rem; background: #19ace3; border-radius: 100%; opacity: 0; transform: translate(-50%, 0); transition: opacity .35s;}
.wrap-header .header .menu .div_1 .a_1:hover span::after,
.wrap-header .header .menu .div_1 .line .a_1 span::after {opacity: 1;}

.wrap-header .header .menu .div_2 {overflow: hidden; position: absolute; left: 50%; top: 100%; z-index: 110; width: 100%; max-height: 90rem; min-height: 30rem; background: #eff6f9; text-align: left; opacity: 0; visibility: hidden; transition: opacity 0s, visibility 0s; transform: translate(-50%, 0);}
.wrap-header .header .menu .div_2.on {opacity: 1; border-top: .1rem solid #e9e9e9; visibility: visible; transition: opacity 0.5s, visibility 0.5s;}
.wrap-header .header .menu .div_2 .inner {max-width: 172rem; margin: 0 auto;}
.wrap-header .header .menu .div_2 .ul_2 {overflow: hidden; position: relative; display: flex; flex-wrap: wrap; width: calc(100% + 5.5rem); margin: 0 auto; padding: 0 0 7rem 0;}
.wrap-header .header .menu .div_2 .li_2 {position: relative; display: inline-block; width: 20%; padding-right: 5.5rem; margin-top: 5rem;}
.wrap-header .header .menu .div_2 .a_2 {position: relative; display: flex; align-items: center; height: 6rem; padding: 0 2rem; background: #fff; font-size: 2rem; border-radius:1rem 1rem 2rem 1rem; text-align: left; color: #333; transition: background .35s;}
.wrap-header .header .menu .div_2 .a_2[target=_blank]::after {content: ''; position: absolute; right: 2rem; top: 50%; width: 1.8rem; height: 1.8rem; margin-left: 1rem; background: url('/sites/temp01/images/common/ic-a2-blank-color.png') no-repeat center / 1.8rem auto; transform: translate(0, -50%);}
.wrap-header .header .menu .div_2 .a_2[target=_blank]:hover::after,
.wrap-header .header .menu .div_2 .a_2[target=_blank].on::after,
.wrap-header .header .menu .div_2 .a_2[target=_blank].line::after {background: url('/sites/temp01/images/common/ic-a2-blank.png') no-repeat center / 1.8rem auto;}
.wrap-header .header .menu .div_2 .a_2:hover,
.wrap-header .header .menu .div_2 .a_2.on,
.wrap-header .header .menu .div_2 .a_2.line {background: linear-gradient(90deg,rgba(34, 133, 198, 1) 0%, rgba(24, 172, 227, 1) 100%); color: #fff;}

.wrap-header .header .menu .div_3 .ul_3 {position: relative; margin-top: 2.2rem;}
.wrap-header .header .menu .div_3 .li_3 {padding: 0 2rem 1rem 2rem; text-align: left;}
.wrap-header .header .menu .div_3 .a_3 {display: inline-block; position: relative; padding-left: 2rem; padding-right: 2rem; font-size: 1.6rem; font-weight: 400; word-break: break-all; color: #666666; transition: all 0.3s;}
.wrap-header .header .menu .div_3 .a_3._active,
.wrap-header .header .menu .div_3 .a_3:hover {color: #0599d9;}
.wrap-header .header .menu .div_3 .a_3::before {content: ''; position: absolute; left: 0; top: .8rem; z-index: 1; width: .6rem; height: .6rem; border-radius: 100%; background: #19b0e6;}
.wrap-header .header .menu .div_3 .a_3[target=_blank]::after {content: ''; position: relative; top: .1rem; display: inline-flex; width: 1.3rem; height: 1.3rem; margin: 0 0 0 1rem; background: url('/sites/temp01/images/common/ic-a3-blank.png') no-repeat center / 1.3rem;}
.wrap-header .header .menu .div_3 .a_3[target=_blank]:hover::after {background: url('/sites/temp01/images/common/ic-a3-blank-color.png') no-repeat center / 1.3rem;}
.wrap-header .header .menu .div_3 .a_3 span {position: relative;}
.wrap-header .header .menu .div_3 .a_3 span::after {content: ''; position: absolute; left: 0; bottom: -.2rem; z-index: 1; width: 0; height: .1rem; background: #0076c4; transition: width .35s;}
.wrap-header .header .menu .div_3 .a_3._active span::after,
.wrap-header .header .menu .div_3 .a_3:hover span::after {width: 100%;}

.wrap-header .header .util {display: flex; align-items: center;}
.wrap-header .header .pop button {position: relative; top: .2rem; display: block; width: 2.5rem; height: 9rem; background: url('/sites/temp01/images/common/btn-popup-noti.png') no-repeat center center / 2.5rem auto; text-indent: -99999px;}
.wrap-header .header .pop button span {position: absolute; right: -.3rem; top: 3rem; display: none; justify-content: center; align-items: center; width: 1.5rem; height: 1.5rem; background: #e63946; border-radius: 100%; font-size: .9rem; font-weight: 400; line-height: 1.5rem; text-indent: 0; color: #fff;}
.wrap-header .header .sitemap {padding-left: 2.5rem;}
.wrap-header .header .sitemap button,
.wrap-header .header .sitemap a {display: flex; align-items: center; width: 3.2rem; height: 9rem;}
.wrap-header .header .sitemap button span,
.wrap-header .header .sitemap a span {position: relative; top: .2rem; display: flex; width: 100%; height: 100%; background: url('/sites/temp01/images/common/btn-sitemap.png') no-repeat center / 3.2rem auto; text-indent: -99999px;}

.wrap-header .header .btn-gnb-open,
.wrap-header .header .head-mobile-top,
.wrap-header .header .head-mobile-util {display: none;}

@media screen and (min-width: 1200px) {
	.wrap-header:hover,
	.wrap-header.scrolled {background: #fff; box-shadow: 0 0 4px rgba(0,0,0,.2); transition: background .35s;}

	.wrap-header:hover .top,
	.wrap-header.scrolled .top {border-bottom: .1rem solid #e1e1e1;}

	.wrap-header:hover .top .member a,
	.wrap-header.scrolled .top .member a {color: #222;}

	.wrap-header:hover .top .member a:hover,
	.wrap-header.scrolled .top .member a:hover {color: #f88000;}

	.wrap-header:hover .top .member li::after,
	.wrap-header.scrolled .top .member li::after {background: rgba(0,0,0,.2);}

	.wrap-header:hover .header .logo .white,
	.wrap-header.scrolled .header .logo .white {display: none;}

	.wrap-header:hover .header .logo .color,
	.wrap-header.scrolled .header .logo .color {display: block;}

	.wrap-header:hover .header .logo span,
	.wrap-header.scrolled .header .logo span {color: #222;}

	.wrap-header:hover .header .menu .a_1,
	.wrap-header.scrolled .header .menu .a_1 {color: #222;}

	.wrap-header:hover .header .pop button,
	.wrap-header.scrolled .header .pop button {background: url('/sites/temp01/images/common/btn-popup-noti-color.png') no-repeat center / 2.5rem auto;}

	.wrap-header:hover .header .sitemap button span,
	.wrap-header.scrolled .header .sitemap button span,
	.wrap-header:hover .header .sitemap a span,
	.wrap-header.scrolled .header .sitemap a span {background: url('/sites/temp01/images/common/btn-sitemap-color.png') no-repeat center / 3.2rem auto;}

	.wrap-header:hover .header .btn-gnb-open button span,
	.wrap-header.scrolled .header .btn-gnb-open button span {background: url('/sites/temp01/images/common/btn-sitemap-color.png') no-repeat center / 3.2rem auto;}
}

@media screen and (max-width: 1840px) {
	.wrap-header .header .area {padding: 0 2rem;}
	.wrap-header .header .menu .div_2 .ul_2 {padding: 0 2rem 5rem 2rem}
	.wrap-header .header .menu .div_1 .li_1 {padding-right: 7rem;}
}

@media screen and (max-width: 1650px) {
	.wrap-header .header .menu .div_1 .li_1 {padding-right: 4rem;}
	.wrap-header .header .menu .div_1 .a_1 {font-size: 2.2rem;}
}

@media screen and (max-width: 1300px) {
	.wrap-header .header .menu .div_1 .li_1 {padding-right: 2rem;}
	.wrap-header .header .menu .div_1 .a_1 {font-size: 2rem;}
	.wrap-header .header .menu .div_2 .ul_2 {width: calc(100% + 2.5rem);}
	.wrap-header .header .menu .div_2 .li_2 {width: 25%; padding-right: 2.5rem;}
}

@media screen and (max-width: 1200px) {
	.wrap-header .header .btn-gnb-open {display: block; padding-left: 2.5rem;}
	.wrap-header .header .btn-gnb-open button {display: flex; align-items: center; width: 3.2rem; height: 9rem;}
	.wrap-header .header .btn-gnb-open button span{position: relative; top: .2rem; display: flex; width: 100%; height: 100%; background: url('/sites/temp01/images/common/btn-sitemap.png') no-repeat center / 3.2rem auto; text-indent: -99999px;}

	.wrap-header .header .btn-gnb-close {flex-shrink:0; width: 2.3rem; height:100%; background: url('/sites/temp01/images/common/ic-navi-close.png') no-repeat center center; transition: transform .35s;}
	.wrap-header .header .btn-gnb-close:hover {transform: rotate(270deg);}
	.wrap-header .header .btn-gnb-close.on {display: block;}
	.wrap-header .header .btn-gnb-close button {display: block; width: 100%; height: 100%; text-indent: -9999rem;}

	.wrap-header.black .top,
	.wrap-header.black .header .logo {opacity: .2;}

	.wrap-header .header .menu {position: fixed; right: -100%; top: 0; z-index: 130; width: 100% !important; max-width: 50rem; height: 100%; padding: 0; background: #eff6f9; opacity: 0; transition: all 0.55s cubic-bezier(0.7, 0, 0.3, 1);}
	.wrap-header .header .menu.on {right: 0; opacity: 1; transition: all 0.55s cubic-bezier(0.7, 0, 0.3, 1);}
	.wrap-header .header .menu .menuUItop {position: relative; height: calc(100% - 8.5rem);}

	.wrap-header .header .menu .div_1 .ul_1 {flex-direction: column; align-items: flex-start; padding-top: 1rem;}
	.wrap-header .header .menu .div_1 .li_1 {position: static; display: block; width: 100%; padding: 0px;}
	.wrap-header .header .menu .div_1 .a_1 {position: relative; width: 19rem; height: auto !important; padding: 1.5rem 2rem 1.5rem 4rem; background-image: none; background-position: right center; font-size: 1.8rem; font-weight: 500; text-align: left; color: #222222;}
	.wrap-header .header .menu .div_1 .a_1.on,
	.wrap-header .header .menu .div_1 .line .a_1 {color: #fff !important;}
	.wrap-header .header .menu .div_1 .a_1.on::after {content: ''; position: absolute; left: 1.5rem; top: 0; z-index: 120; width: 100%; height: 100%; background: linear-gradient(90deg,rgba(34, 133, 198, 1) 0%, rgba(24, 172, 227, 1) 100%); border-radius: 1rem 1rem 3rem 1rem;}
	.wrap-header .header .menu .div_1 .a_1 span {position: relative; z-index: 130;}
	.wrap-header .header .menu .div_1 .a_1 span::after {display: none;}
	.wrap-header .header .menu .div_2 {left: 0; top: 0; transform: translate(0);}
	.wrap-header .header .menu .div_2::after {display: none;}
	.wrap-header .header .menu .div_2 .inner {overflow: auto; height: calc(100%); background: #fff;}
	.wrap-header .header .menu .div_2 .inner::-webkit-scrollbar {width: 1rem; height: 1rem;}
	.wrap-header .header .menu .div_2 .inner::-webkit-scrollbar-thumb {background-color: #818181; border: 2px solid #ececec; border-radius: 1rem;}
	.wrap-header .header .menu .div_2 .inner::-webkit-scrollbar-track {background-color: #ececec;}
	.wrap-header .header .menu .div_2.on {width: calc(100% - 19rem); right: 0; left: auto; top: 0; max-height: none; height: 100%; padding: 0; border: 0; transition-property: none;}
	.wrap-header .header .menu .div_2 .title {display: none;}
	.wrap-header .header .menu .div_2 .container {padding: 0;}
	.wrap-header .header .menu .div_2 .ul_2 {display: block; width: 100%; padding: 1rem 0 0 0; border: 0;}
	.wrap-header .header .menu .div_2 .li_2 {display: block; width: 100% !important; margin: 0; padding: 0; border: 0;}
	.wrap-header .header .menu .div_2 .a_2 {width: 100%; height: 5.5rem; padding: 0 1.5rem 0 3.5rem; font-size: 1.8rem; color:#333333;}
	.wrap-header .header .menu .div_2 .a_2:hover,
	.wrap-header .header .menu .div_2 .a_2.on,
	.wrap-header .header .menu .div_2 .a_2.line {background: none; color: #19abe2;}
	.wrap-header .header .menu .div_2 .a_2::before {display: none;}
	.wrap-header .header .menu .div_2 .a_2 span::before {display: none;}
	.wrap-header .header .menu .div_2 .a_2.plus::after {content: ''; position: absolute; right: 2rem; top: 2rem; width: 1.1rem; height: 1.1rem; background: url('/sites/temp01/images/common/btn-a2-fold-on.png') no-repeat center / 1.1rem auto;}
	.wrap-header .header .menu .div_2 .a_2.on.plus::after {background: url('/sites/temp01/images/common/btn-a2-fold-off.png') no-repeat center;}
	.wrap-header .header .menu .div_2 .a_2[target=_blank]::after {position: absolute; right: 2rem; top: 2.5rem; width: 1.1rem; height: 1.1rem; background: url('/sites/temp01/images/common/ic-a2-blank-mo.png') no-repeat center top / 1.1rem auto !important;}
	.wrap-header .header .menu .div_2 .a_2[target=_blank]:hover::after {background-position: center bottom !important;}
	.wrap-header .header .menu .div_3 {overflow: hidden; display: block; width: 100%; max-height: 0; padding: 0; padding: 0 1.5rem 0 3.5rem; transition: all 0.25s cubic-bezier(0.7, 0, 0.3, 1);}
	.wrap-header .header .menu .div_3.on {max-height: 50rem; transition: all 0.25s cubic-bezier(0.7, 0, 0.3, 1);}
	.wrap-header .header .menu .div_3 .ul_3 {margin-top: 0; padding: 1rem 0; background: #f5f5f5; border-radius: 1rem;}
	.wrap-header .header .menu .div_3 .li_3:last-child {padding-bottom: 0;}
	.wrap-header .header .menu .div_3 .a_3 {width: 100%; padding-left: 1rem; font-size: 1.6rem; font-weight: 400; color: #666666;}
	.wrap-header .header .menu .div_3 .a_3::before {content: ''; position: absolute; left: -.2rem; top: .9rem; z-index: 1; width: .6rem; height: .6rem; border-radius: 100%; background: #19b0e6;}
	.wrap-header .header .menu .div_3 .a_3[target=_blank]::after {position: absolute; right: 0; top: .55rem; width: 1.1rem; height: 1.1rem; background: url('/sites/temp01/images/common/ic-a2-blank-mo.png') no-repeat center top / cover;}
	.wrap-header .header .menu .div_3 .a_3._active[target=_blank]::after {background-position: center bottom !important;}

	.wrap-header .header .head-mobile-top {position: relative; z-index: 200; display: flex; justify-content: space-between; align-items: center; height: 8.5rem; padding: 0 2rem; border-top: .4rex solid #1f96e3; border-bottom: .1rem solid #ebebeb; background: #fff;}
	.wrap-header .header .sitemap {display: none;}
}

@media screen and (max-width: 850px) {
	.wrap-header .top .member {display: none;}
	.wrap-header .header .logo img {max-width: 12rem;}
	.wrap-header .header .logo span {font-size: 1.6rem;}
	.wrap-header .header .head-mobile-top .mobile-logo {flex-grow: 1;}
	.wrap-header .header .head-mobile-top .lang {display: flex;}
	.wrap-header .header .btn-gnb-open button span {top: 0;}
}

@media screen and (max-width: 650px) {
	.wrap-header .header .menu {max-width: 100%;}
}

/* 푸터 */
.wrap-footer {background: #282828;}
.sub .wrap-footer {margin-top: 10rem;}
.wrap-footer .top {display: flex; justify-content: space-between; align-items: center; height: 7rem; border-bottom: .1rem solid #3e3e3e;}
.wrap-footer .link ul {display: flex; align-items: center; flex-wrap: wrap;}
.wrap-footer .link li {margin-right: 2.5rem; padding-right: 2.5rem; background: url('/sites/temp01/images/common/ic-footer-link.png') no-repeat right center / .3rem auto;}
.wrap-footer .link li:last-child {margin-right: 0; padding-right: 0; background: none;}
.wrap-footer .link a {position: relative; display: block; color: #fff;}
.wrap-footer .link .private a {color: #009bff;}
.wrap-footer .link a::after {content: ''; position: absolute; left: 0; bottom: -.5rem; width: 0; height: .1rem; background: rgba(255,255,255,.5); transition: width .35s;}
.wrap-footer .link .private a::after {background: #009bff;}
.wrap-footer .link a:hover::after {width: 100%;}

.wrap-footer .site {position: relative;}
.wrap-footer .site .button {position: relative; background: #606060;}
.wrap-footer .site .button.on {background: #5d5d5d;}
.wrap-footer .site .button::after {content: ''; position: absolute; right: 2rem; top: calc(50% - .6rem); z-index: 10; width: 2rem; height: 1.2rem; background: url('/sites/temp01/images/common/btn-site.png') no-repeat center / 1rem auto; transform: rotate(0); transition: transform .35s;}
.wrap-footer .site .button.on::after {transform: rotate(180deg);}
.wrap-footer .site button {position: relative; z-index: 1; display: flex; align-items: center; width: 100%; min-width: 36rem; height: 6rem; padding: 0 2rem; font-size: 1.8rem; font-weight: 400; text-align: left; color: #fff;}
.wrap-footer .site .list {overflow: hidden; position: absolute; left: 0; bottom: 100%; z-index: 50; width: 100%; max-height: 0; transition: max-height .35s;}
.wrap-footer .site .list.on {max-height: 27.5rem;}
.wrap-footer .site .list ul {padding: 1rem 0; background: #282828;}
.wrap-footer .site .list.on ul {overflow: auto; max-height: 27.5rem;}
.wrap-footer .site .list.on ul::-webkit-scrollbar {width: 3rem; height: 3rem;}
.wrap-footer .site .list.on ul::-webkit-scrollbar-thumb {background: rgba(255,255,255,.3); border: 1rem solid #282828; border-radius: 5rem;}
.wrap-footer .site .list a {display: block; padding: .5rem 3rem; font-size: 1.8rem; color: #fff;}
.wrap-footer .site .list a:hover {color: #009bff;}
.wrap-footer .site .list a span {position: relative;}
.wrap-footer .site .list a span::after {content: ''; position: absolute; left: 0; bottom: -.2rem; width: 0; height: .1rem; background: #009bff; transition: width .35s;}
.wrap-footer .site .list a:hover span::after {width: 100%;}
.wrap-footer .site .list a span::before {content: ''; position: absolute; left: -.9rem; top: .8rem; width: .3rem; height: .3rem; background: #fff; border-radius: 10rem;}
.wrap-footer .site .list a:hover span::before {background: #009bff;}

.wrap-footer .bottom {display: flex; justify-content: space-between; padding: 2.5rem 0 4rem 0;}
.wrap-footer .address {font-size: 1.6rem; font-weight: 400; color: #cacaca;}
.wrap-footer .address li {margin-bottom: .5rem;}
.wrap-footer .address li strong {margin-right: 1rem; font-family: paper; font-weight: 500;}
.wrap-footer .address li span {margin-right: 1rem;}
.wrap-footer .address li i {letter-spacing: .1rem;}
.wrap-footer .copy {margin-top: 2.5rem; font-size: 1.5rem; font-weight: 300; letter-spacing: .1rem; color: #cacaca;}

.wrap-footer .sns ul {display: flex; align-items: center;}
.wrap-footer .sns li {margin-left: 1rem;}
.wrap-footer .sns a {display: flex; width: 3.5rem; height: 3.5rem; background-color: #727272 !important; border-radius: 100%; text-indent: -99999rem;}
.wrap-footer .sns .icon1 a {background: url('/sites/temp01/images/common/ic-sns1.png') no-repeat center / 1.1rem auto;}
.wrap-footer .sns .icon2 a {background: url('/sites/temp01/images/common/ic-sns2.png') no-repeat center / 1.8rem auto;}
.wrap-footer .sns .icon3 a {background: url('/sites/temp01/images/common/ic-sns3.png') no-repeat center / 2.1rem auto;}
.wrap-footer .sns .icon4 a {background: url('/sites/temp01/images/common/ic-sns4.png') no-repeat center / 1.8rem auto;}

@media screen and (max-width: 1035px) {
	.wrap-footer .top {flex-direction: column; align-items: flex-start; height: auto; padding: 2rem 0;}
	.wrap-footer .site {margin-top: 1rem;}
}

@media screen and (max-width: 1200px) {
	.wrap-footer .sns {position: absolute; right: 2rem; bottom: 4rem;}
}

@media screen and (max-width: 950px) {
	.wrap-footer .address li strong {display: block; width: 100%;}
}

@media screen and (max-width: 700px) {
	.wrap-footer .link li {margin-right: 1.5rem; padding-right: 1.5rem;}
	.wrap-footer .link a {padding: .3rem 0; font-size: 1.5rem;}
	.wrap-footer .address {font-size: 1.5rem;}
	.wrap-footer .site button {height: 4.5rem; font-size: 1.6rem;}
	.wrap-footer .site .list a {font-size: 1.6rem;}
	.wrap-footer .copy {margin-top: 7.5rem;}
	.wrap-footer .sns {width: 100%; right: auto; left: 1rem; bottom: 8.2rem;}
}

/* 블랙딤 */
.black-bg {position: fixed; left: -99999px; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.8); z-index: 90; opacity: 0; transition: opacity .3s;}
.black-bg.on {left: 0; opacity: 1;}

/* 탑버튼 */
.btn-top-page {position: fixed; right: 2rem; bottom: -3rem; z-index: 50; opacity: 0; transition: .35s;}
.btn-top-page.fix {bottom: 2rem; opacity: 1;}
.btn-top-page button {display: flex; width: 5rem; height: 5rem; background: #1f96e3 url('/sites/temp01/images/common/ic-top-page.png') no-repeat center / 2.8rem auto; border-radius: 100%; text-indent: -99999rem;}

/* 서브 비주얼 */
.wrap-sub-visual { position: relative; display: flex; align-items: center; justify-content: center; width: 100%; height: 60rem; } 
.wrap-sub-visual.none, .wrap-sub-visual.m1, .wrap-sub-visual.m8 { background: url('/sites/media/images/common/sub-visual1.png') no-repeat center center / cover; } 
.wrap-sub-visual.m2, .wrap-sub-visual.m9 { background: url('/sites/media/images/common/sub-visual2.png') no-repeat center center / cover; } 
.wrap-sub-visual.m3, .wrap-sub-visual.m10 { background: url('/sites/media/images/common/sub-visual3.png') no-repeat center center / cover; } 
.wrap-sub-visual.m4, .wrap-sub-visual.m11 { background: url('/sites/media/images/common/sub-visual4.png') no-repeat center center / cover; } 
.wrap-sub-visual.m5, .wrap-sub-visual.m12 { background: url('/sites/temp01/images/common/sub-visual5.jpg') no-repeat center center / cover; } 
.wrap-sub-visual.m6, .wrap-sub-visual.m13 { background: url('/sites/media/images/common/sub-visual6.png') no-repeat center center / cover; } 
.wrap-sub-visual.m7, .wrap-sub-visual.m14 { background: url('/sites/media/images/common/sub-visual7.png') no-repeat center center / cover; } 
.wrap-sub-visual .wrap-sub-title { display: table-cell; vertical-align: middle; text-align: center; position: relative; } 
.wrap-sub-visual .wrap-sub-title h1 { font-family: "paper"; font-weight: 600; font-size: 5rem; color: white; display: block; text-shadow: 0.3rem 0 0.7rem rgba(0,0,0,.35); } 
.wrap-sub-visual .wrap-sub-title .slogan p { font-family: 'paper'; font-weight: 400; font-size: 1.6rem; line-height: 2.5rem; letter-spacing: .025em; color: white; margin-top: 0.5rem; } 
.wrap-sub-visual .page-move { position: absolute; left: 0; top: 50%; margin-top: -3.5rem; width: 100%; height: 0; } 
.wrap-sub-visual .page-move a { position: relative; display: block; width: 5rem; height: 5rem; border: 2px solid white; border-radius: 50%; opacity: .5; } 
.wrap-sub-visual .page-move a span { font-size: 0; } 
.wrap-sub-visual .page-move a.prev { float: left; } 
.wrap-sub-visual .page-move a.prev::after { content: ""; display: block; position: absolute; left: 1.8rem; top: 50%; margin-top: -0.4rem; width: 1.2rem; height: 0.9rem; background: url('/sites/temp01/images/common/page_move_prev.png') no-repeat left center; transition: width .3s; } 
.wrap-sub-visual .page-move a.next { float: right } 
.wrap-sub-visual .page-move a.next::after { content: ""; display: block; position: absolute; right: 1.8rem; top: 50%; margin-top: -0.4rem; width: 1.2rem; height: 0.9rem; background: url('/sites/temp01/images/common/page_move_next.png') no-repeat right center; transition: width .3s; } 

/* 서브네비 */
.wrap-sub-navi { position: relative; z-index: 10; margin-top: -8rem; width: 100%; } 
.wrap-sub-navi .container { max-width: 160rem; margin: 0 auto; width: 100%; background-color: white; display: flex; flex-wrap: wrap; justify-content: space-between; padding: 0 0.6rem 0 3.3rem; } 
.wrap-sub-navi .sub-navi { position: relative; flex-grow: 1; } 
.wrap-sub-navi .sub-navi > ul { display: flex; flex-wrap: wrap; } 
.wrap-sub-navi .sub-navi > ul > li { position: relative; min-width: 25rem; display: none; } 
.wrap-sub-navi .sub-navi > ul > li.on { display: block; } 
.wrap-sub-navi .sub-navi > ul > li.home { width: 8.8rem; display: block; position: relative; min-width: auto; } 
.wrap-sub-navi .sub-navi > ul > li.home::after { content: ""; display: block; position: absolute; width: 4rem; height: 1px; background-color: #b2b2b2; right: 0; top: 50%; margin-top: -0.05rem; } 
.wrap-sub-navi .sub-navi > ul > li.home a { height: 8rem; background: url('/sites/temp01/images/common/sub_home.png') no-repeat left center / 2.8rem auto; display: block; text-indent: -9999rem; display: block; } 
.wrap-sub-navi .sub-navi > ul > li > .inner { position: relative; height: 100%; } 
.wrap-sub-navi .sub-navi > ul > li > .inner::after { content: ""; display: block; position: absolute; right: 0; top: 50%; margin-top: -0.5rem; width: 1px; height: 1rem; background-color: #b2b2b2; } 
.wrap-sub-navi .sub-navi > ul > li.last::after { display: none; } 
.wrap-sub-navi .sub-navi > ul > li > .inner > button { text-align: left; font-size: 1.6rem; color: #515151; font-family: "paper"; font-weight: 400; transition: color .3s; padding: 0 6rem 0 2.8rem; width: 100%; background-repeat: no-repeat; background-position: right 3rem center; background-image: url(/sites/temp01/images/common/select_arrow_black.png); background-size:1.6rem auto; position: relative; height: 100%; } 
.wrap-sub-navi .sub-navi > ul > li.last > .inner > button { color: hsl(215, 100%, 53%); background-image: url('/sites/temp01/images/common/select_arrow_active.png'); background-size:1.6rem auto; } 
.wrap-sub-navi .sub-navi .navUl { position: absolute; width: 100%; top: 100%; left: 0; overflow: hidden; max-height: 0; overflow-y: auto; } 
.wrap-sub-navi .sub-navi .navUl.on {max-height: 26.1rem; box-shadow: 0 0 1.5rem rgba(0,0,0,.1); background-color: white; } 
.wrap-sub-navi .sub-navi .navUl > a { color: #333333; font-size: 1.5rem; line-height: 3rem; font-family: "paper"; width: 100%; display: block; padding: 1.2rem 3rem 0.8rem; position: relative; transition: all .2s; text-align: left; background-repeat: no-repeat; background-position: right 2.5rem center; background-color: white; } 
.wrap-sub-navi .sub-navi .navUl > a[target="_blank"] span::after {content: ''; position: relative; top: .1rem; display: inline-block; margin-left: 1rem; width: 1.4rem; height: 1.4rem; background: url('/sites/temp01/images/common/new-win2.png') no-repeat bottom center / 1.4rem auto;}
.wrap-sub-navi .sub-navi .navUl > a[target="_blank"]:hover span::after {background-position: top center;}
.wrap-sub-navi .sub-util { position: relative; } 
.wrap-sub-navi .sub-util > ul { display: flex; } 
.wrap-sub-navi .sub-util > ul > li { position: relative; } 
.wrap-sub-navi .sub-util > ul > li::before { content: ""; display: block; position: absolute; right: 0; top: 50%; width: 1px; height: 1rem; margin-top: -0.5rem; background-color: #b2b2b2; } 
.wrap-sub-navi .sub-util > ul > li:last-child::before { display: none; } 
.wrap-sub-navi .sub-util > ul > li > button { width: 7.5rem; height: 8rem; text-indent: -9999rem; } 

.wrap-sub-navi .sub-util .box-sub-favo {display: none; opacity: 0; overflow: hidden; position: absolute; right: 0; top: calc(100% + 1rem); z-index: 1; width: 25rem; max-height: 0; background: #fff; border-radius: 1rem; transition: .35s; box-shadow: 0 0 .7rem rgba(0,0,0,.2); z-index: 20;}
.wrap-sub-navi .sub-util .box-sub-favo.on {display: block; opacity: 1; max-height: 50rem;}
.wrap-sub-navi .sub-util .box-sub-favo > strong {display: block; font-family: paper; font-size: 1.8rem; padding: 1.6rem 2.5rem; border-bottom: 1px solid #d6d6d6; color: #000000;}
.wrap-sub-navi .sub-util .box-sub-favo ul {padding: 1.5rem 0;}
.wrap-sub-navi .sub-util .box-sub-favo ul li {display: flex;  position: relative; padding: .2rem 2.5rem; transition: all .3s;}
.wrap-sub-navi .sub-util .box-sub-favo ul li > a {display: inline-block; font-size: 1.6rem; vertical-align: middle; color: #666666;}
.wrap-sub-navi .sub-util .box-sub-favo ul li strong {position: relative; display: inline-block; font-family: paper; transition: color .3s;}
.wrap-sub-navi .sub-util .box-sub-favo ul li:hover strong {color:#0e3999; text-decoration: underline;}
.wrap-sub-navi .sub-util .box-sub-favo ul li a span {display: none;}
.wrap-sub-navi .sub-util .box-sub-favo .close {position: absolute; right: 1.5rem; top: 1.5rem; width: 3rem; height: 3rem; background: url('/sites/temp01/images/common/btn_favo_close.png') no-repeat center center / 1rem auto; border-radius: 100%; text-indent: -9999rem;}
.wrap-sub-navi .sub-util .box-sub-favo .close:hover {transform: rotate( 180deg ); transition: all 0.75s cubic-bezier(0.7, 0, 0.3, 1);}
.wrap-sub-navi .sub-util .box-sub-favo .del {display: inline-block; width: 1.7rem; height: 1.7rem; margin: .3rem 1rem 0 0; background: url('/sites/temp01/images/common/favo-del.png') no-repeat center center / .9rem auto; text-indent: -9999rem; vertical-align: middle;}
.wrap-sub-navi .sub-util .box-sub-favo .control {display: flex; overflow: hidden; font-size: 0; text-align: center;}
.wrap-sub-navi .sub-util .box-sub-favo .control::after {content: ''; display: block; clear: both;}
.wrap-sub-navi .sub-util .box-sub-favo .control button {display: inline-block; width: 50%; padding: 1.6rem 2rem; font-size: 1.6rem; color: #fff;}
.wrap-sub-navi .sub-util .box-sub-favo .control button.add {background: #0a4da1;}
.wrap-sub-navi .sub-util .box-sub-favo .control button.reset {background: #049edb;}
.wrap-sub-navi .sub-util .box-sub-share {display: none; opacity: 0; overflow: hidden; position: absolute; left: 50%; top: calc(100% + 1rem); z-index: 20; max-height: 0; transition: .35s; border-radius: 1rem; transform: translate(-50%, 0);}
.wrap-sub-navi .sub-util .box-sub-share.on {display: block; opacity: 1; max-height: 40rem;}
.wrap-sub-navi .sub-util .box-sub-share ul {display: flex; flex-direction: column;}
.wrap-sub-navi .sub-util .box-sub-share ul button,
.wrap-sub-navi .sub-util .box-sub-share ul a {position: relative; display: block; width: 6rem; height: 6rem; text-indent:-9999rem;}
.wrap-sub-navi .sub-util .box-sub-share .fb {background: url('/sites/temp01/images/common/ic-fb.png') no-repeat center center / 6rem auto;}
.wrap-sub-navi .sub-util .box-sub-share .tw {background: url('/sites/temp01/images/common/ic-tw.png') no-repeat center center / 6rem auto;}
.wrap-sub-navi .sub-util .box-sub-share .naver {background: url('/sites/temp01/images/common/ic-blog.png') no-repeat center center / 6rem auto;}
.wrap-sub-navi .sub-util .box-sub-share .addr {background: url('/sites/temp01/images/common/ic-copy.png') no-repeat center / 6rem auto;}
.wrap-sub-navi .sub-util .box-sub-share .close {background: url('/sites/temp01/images/common/ic-share-close.png') no-repeat center center / 6rem auto;}
.wrap-sub-navi .sub-util .copy {text-align: center;}
.wrap-sub-navi .sub-util .copy button {display: inline-block; width: 3.8rem; height: 3.8rem; margin: 0 auto 0px auto;  text-indent: -9999rem;}

.wrap-sub-navi .sub-util .sub-print {background: url('/sites/temp01/images/common/sub_print.png') no-repeat 50% 50% / 2.8rem auto;}
.wrap-sub-navi .sub-util .sub-favo {background: url('/sites/temp01/images/common/sub_favo.png') no-repeat 50% 50% / 2.8rem auto;;}
.wrap-sub-navi .sub-util .sub-favo.on {background: url('/sites/temp01/images/common/sub_favo_on.png') no-repeat 50% 50% / 2.8rem auto;;}
.wrap-sub-navi .sub-util .sub-share {background: url('/sites/temp01/images/common/sub_share.png') no-repeat 50% 50% / 2.3rem auto;}
.wrap-sub-navi .sub-util .sub-share.on {background: url('/sites/temp01/images/common/sub_share_on.png') no-repeat 50% 50% / 2.3rem auto;}

/* hover */
.wrap-sub-visual .page-move a:hover { opacity: 1; } 
.wrap-sub-visual .page-move a.prev:hover::after, 
.wrap-sub-visual .page-move a.next:hover::after {width: 4.7rem; } 
.wrap-sub-navi .sub-navi .navUl > a:hover, 
.wrap-sub-navi .sub-navi .navUl > a._active { color: white; background-color: #1174ff; background-image: url('/sites/temp01/images/common/sub_navi_arrow.png'); background-position: right 2rem center / 0.7rem auto; } 

@media screen and (max-width: 1200px) {
    .wrap-sub-navi {margin-top:-6rem;}
    .wrap-sub-navi .container {margin: 0 4rem; width: calc(100% - 8rem); padding-right: 0; padding-left: 3rem;}
    .wrap-sub-visual {height: 40rem;}
    .wrap-sub-visual .page-move {margin-top: -2.4rem;}
    .wrap-sub-visual .wrap-sub-cell .slogan {margin-top: 0;}
    .wrap-sub-visual .wrap-sub-cell .slogan-big {font-size: 5rem;}
    .wrap-sub-visual .wrap-sub-cell .slogan p {font-size: 1.6rem; line-height: 2.5rem;}
    .wrap-sub-navi .sub-navi > ul {flex-wrap: nowrap;}
    .wrap-sub-navi .sub-navi > ul > li {max-width: 21rem; min-width: auto; width: 100%;}
    .wrap-sub-navi .sub-navi > ul > li.home {width: 6.8rem;}
    .wrap-sub-navi .sub-navi > ul > li.home a {height: 6rem;}
    .wrap-sub-navi .sub-navi > ul > li.home::after {width: 2rem;}
    .wrap-sub-navi .sub-navi > ul > li .inner > button {font-size: 1.5rem; background-position: right 2rem center; padding: 0 6rem 0 20px;}
    .wrap-sub-navi .sub-util > ul > li:first-child, 
    .wrap-sub-navi .sub-util > ul > li:nth-child(2) { display: none;}
    .wrap-sub-navi .sub-util > ul > li button {width: 6rem; height: 6rem;}
    .wrap-sub-navi .sub-util .sub-share, 
    .wrap-sub-navi .sub-util .sub-share.on {background-position: left 0.7rem center;}
    .wrap-sub-navi .sub-navi .navUl > a {font-size: 1.4rem; line-height: 2.5rem; padding: 1rem 2rem 0.8rem; background-position: right 2rem center;}
    .wrap-sub-navi .sub-navi .navUl > a:hover, 
    .wrap-sub-navi .sub-navi .navUl > a._active {background-position: right 2.5rem center;}
    .wrap-sub-navi .sub-navi .navUl > a[target="_blank"] span {background-position: right top 0.5rem;}
    .wrap-sub-navi .sub-navi .navUl > a._active[target="_blank"] span, 
    .wrap-sub-navi .sub-navi .navUl > a[target="_blank"]:hover span {background-position: right top 0.5rem;}
}

@media screen and (max-width: 768px) {
    .wrap-sub-navi {margin-top:-4rem;}
    .wrap-sub-navi .container {width: calc(100% - 4rem); margin: 0 2rem; padding: 0 0 0 1.4rem;}
    .wrap-sub-visual {height: 29rem;}
    .wrap-sub-visual .wrap-sub-cell > .container {padding: 0 2rem;}
    .wrap-sub-visual .slogan {margin-top: 7rem;}
    .wrap-sub-visual .wrap-sub-cell .slogan {margin-top: 1rem;}
    .wrap-sub-visual .wrap-sub-cell .slogan-big {font-size: 3.4rem;}
    .wrap-sub-visual .wrap-sub-cell .slogan p {font-size: 1.5rem;line-height: 2.3rem;padding: 0 10rem;}
    .wrap-sub-visual .page-move {margin-top: -2.5rem;}
    .wrap-sub-navi .sub-navi > ul {align-items: center;}
    .wrap-sub-navi .sub-navi > ul > li.home {height: 4rem; width: 1.9rem;}
    .wrap-sub-navi .sub-navi > ul > li.home::after {display: none;}
    .wrap-sub-navi .sub-navi > ul > li.home a {height: 3.7rem; background-position: center center; width: 1.9rem; background-size: 1.9rem;}
    .wrap-sub-navi .sub-navi > ul > li {width: auto;flex-shrink: 0;height: 4rem;}
    .wrap-sub-navi .sub-util > ul > li:nth-child(2) {display: none;}
    .wrap-sub-navi .sub-util > ul > li > button {height: 4rem; width: 3.2rem;}
    .wrap-sub-navi .sub-navi > ul > li > .inner > button {padding: 0 1.6rem 0 1.5rem;background: none !important;font-size: 1.3rem;}
    .wrap-sub-navi .sub-util .sub-share, 
    .wrap-sub-navi .sub-util .sub-share.on {background-size: 1.7rem;background-position: left center;}
    .wrap-sub-navi .sub-navi .navUl {width: 20rem;}
    .wrap-sub-navi .sub-navi .navUl > a {padding: 0.5rem 2rem 0.3rem 1rem;background-position: right 1rem center;}
    .wrap-sub-navi .sub-navi .navUl > a:hover, 
    .wrap-sub-navi .sub-navi .navUl > a._active {background-position: right 0.8rem center;}
}

/* 서브 타이틀 */
.wrap-page-title {display: flex; justify-content: center; align-items: center; margin-top: 7rem;}
.wrap-page-title .page-title {font-size: 5rem; font-weight: 600; line-height: 1.1; color: #000000;}

@media screen and (max-width: 1200px) {
	.wrap-page-title {margin-top: 5rem;}
	.wrap-page-title .page-title {font-size: 4rem;}
}

@media screen and (max-width: 700px) {
	.wrap-page-title .page-title {font-size: 3rem;}
	.wrap-page-title .sub-util > ul > li {margin-right: 0;}
	.wrap-page-title .sub-util > ul > li.util2,
	.wrap-page-title .sub-util > ul > li.util3 {display: none;}
	.wrap-page-title .sub-util > ul > li > button {width: 4rem; height: 4rem;}
	.wrap-page-title .sub-util .sub-share,
	.wrap-page-title .sub-util .sub-share:hover{background: #f1f1f1 url('/sites/temp01/images/common/ic-share.png') no-repeat center center; background-size: 1.7rem auto !important;}
	.wrap-page-title .sub-util .box-sub-share ul button,
	.wrap-page-title .sub-util .box-sub-share ul a {width: 4rem; height: 4rem; background-size: 4rem auto !important;}
}

/* 서브 컨텐츠 */
.wrap-sub-contents #contentsEditHtml {padding-top: 7rem; font-size: 1.7rem;}

/* 서브 탭 */
.wrap-tab {position: relative; opacity: 0;}
.loaded .wrap-tab {opacity: 1;}
.tab_div .mobile-tab {display: none;}

@media screen and (max-width: 768px) {
	.tab_div {position: relative;}
	.tab_div .mobile-tab {position: relative; display: block; width: 100%; height: 6rem; padding: 0 2rem; text-align: left;}
	.tab_div.div_5 .mobile-tab {margin-bottom: 0;}
	.tab_div ul {z-index: 10;;}
	.tab_div ul.on {max-height: 60rem; padding: 1rem 0;}
	.tab_div ul li a {display: block; height: auto; padding: 1.3rem 4rem; border-bottom: 1px solid #d1d1d1; font-size: 1.6rem; text-align: left; line-height: normal;}
	.tab_div ul li a:hover {border-bottom: 0}
	.tab_div ul li a:after {display: none;}
	.tab_div ul li a[target=_blank]  {background-position: 97% center !important;}
	.tab_div ul li a span {position: relative; display: block;}
	.tab_div ul li a span:before {bottom: -1.1rem;}
	.tab_div ul li:after {display: none;}
}

/* 3Depth Tab */
.tab_div.div_3 {display: none; overflow: hidden; position: relative; margin-top: 7rem; font-size: 0;}
.tab_div .ul_3 {overflow: hidden; position: relative; display: flex; flex-wrap: wrap; align-items: center; background: #fff; border: 1px solid #dddddd; border-radius: 1rem 0 1rem 0;}
.tab_div .ul_3::before {content: '';position: absolute;left: 0;bottom: 0;width: 100%;height: 1px;background: #f5f5f5;z-index: 1;}
.tab_div .ul_3 > li {position: relative; width: 20%; height: 100%;border-bottom: 1px solid #dadada;}
.tab_div .ul_3 > li._active::after {display: none;}
.tab_div .ul_3 > li > a {position: relative; display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; padding: 1.6rem 1.7rem; font-size: 2rem; font-weight: 500; color: #111111; text-align: center;}
.tab_div .ul_3 > li > a:hover,
.tab_div .ul_3 > li > a._active {background: url('/sites/temp01/images/common/bg-tab.png') no-repeat center / cover; font-weight: 700; color: #fff;}
.tab_div .ul_3 > li > a[target="_blank"] span::after {content: ''; display: inline-block; width: 1.4rem; height: 1.4rem; margin-left: 1.5rem; background: url('/sites/temp01/images/common/new-win2.png') no-repeat center bottom / 1.4rem auto;}
.tab_div .ul_3 > li > a[target="_blank"]._active span::after,
.tab_div .ul_3 > li > a[target="_blank"]:hover span::after {background-position: center top;}

@media screen and (max-width: 1200px) {
	.tab_div.div_3 {margin-top: 5rem;}
}

@media screen and (max-width: 1000px) {
	.tab_div .ul_3 > li {width: 50%;}
	.tab_div .ul_3 > li > a {padding: 1.2rem 1.7rem;}
}

@media screen and (max-width: 768px) {
	.tab_div.div_3 {overflow: visible; margin-top: 3.5rem; background: url('/sites/temp01/images/common/bg-mobile-tab.jpg') no-repeat center / cover; border-radius: .5rem; border: 0 solid #000;}
	.tab_div.div_3 .mobile-tab {background: url('/sites/temp01/images/common/arrow-sel.png') no-repeat calc(100% - 2rem) center / 1.8rem auto; font-size: 1.8rem; font-weight: 700; color: #fff;}
	.tab_div.div_3 .mobile-tab.on {background: url('/sites/temp01/images/common/arrow-sel-on.png') no-repeat calc(100% - 2rem) center / 1.8rem auto;}
	.tab_div .ul_3 {overflow: hidden; position: absolute; top: calc(100% - .1rem); width: 100%; max-height: 0; background: #fff; border: .2rem solid #0089e2; border-radius: 0 0 .5rem .5rem; transition: all 0.5s ease; opacity: 0;}
	.tab_div .ul_3.on {opacity: 1;}
	.tab_div .ul_3::after {display: none;}
	.tab_div .ul_3::before {display: none;}
	.tab_div .ul_3 > li {display: block; width: 100% !important; padding: 0; margin: 0;  border: 0;}
	.tab_div .ul_3 > li::before {display: none;}
	.tab_div .ul_3 > li > a {justify-content: flex-start; padding: 1rem 2rem; border: 0; font-size: 1.8rem; text-align: left; color: #111111;}
	.tab_div .ul_3 > li > a._active,
	.tab_div .ul_3 > li > a:hover {background: #f3fafc; color: #0089e2;}
	.tab_div .ul_3 > li > a[target="_blank"] span::after {position: absolute; left: 100%; top: .2rem; background: url('/sites/temp01/images/common/new-win.png') no-repeat center;}
	.tab_div .ul_3 > li > a span::before {content: ''; position: absolute; left: 0; bottom: -.2rem; width: 0; height: .1rem; background: #4671b3; transition: width .35s;}
	.tab_div .ul_3 > li > a._active span::before,
	.tab_div .ul_3 > li > a:hover span::before {width: 100%;}
}

/* 4Depth Tab */
.tab_div.div_4 {display: none; margin-top: 3rem; margin-bottom: -1rem ;}
.tab_div .ul_4 {display: flex; flex-wrap: wrap; padding: 0 2rem; background: #ecf5fb; border-radius: .7rem;}
.tab_div .ul_4 > li {margin: 1.4rem 3.7rem 1.4rem 0;}
.tab_div .ul_4 > li > a {display: flex; justify-content: center; align-items: center; position: relative; padding: 0 0 0 1.5rem; font-size: 1.6rem; font-weight: 500; color: #a3aaaa; transition: .3s;}
.tab_div .ul_4 > li > a::after {content: ''; position: absolute; left: 0; top: .9rem; width: .5rem; height: .5rem; background: #a3aaaa; border-radius: 100%;}
.tab_div .ul_4 > li > a._active,
.tab_div .ul_4 > li > a:hover {font-weight: 600; color: #1f96e3;}
.tab_div .ul_4 > li > a._active::after,
.tab_div .ul_4 > li > a:hover::after {background: #1f96e3;}
.tab_div .ul_4 > li > a[target="_blank"] span::after {content: ''; display: inline-block; width: 1.4rem; height: 1.4rem; margin-left: 1.5rem; background: url('/sites/temp01/images/common/new-win3.png') no-repeat center bottom / 1.4rem auto;}
.tab_div .ul_4 > li > a[target="_blank"]._active span::after,
.tab_div .ul_4 > li > a[target="_blank"]:hover span::after {background-position: center top;}

@media screen and (max-width: 768px) {
	.tab_div.div_4 {overflow: visible; margin-top: 2rem; border-radius: .5rem;}
	.tab_div.div_4 .mobile-tab {background: url('/sites/temp01/images/common/arrow-sel2.png') no-repeat calc(100% - 2rem) center / 1.8rem auto; border: .2rem solid #2dbcf8; border-radius: .5rem; font-size: 1.8rem; font-weight: 600; color: #2dbcf8;}
	.tab_div.div_4 .mobile-tab.on {background: url('/sites/temp01/images/common/arrow-sel2-on.png') no-repeat calc(100% - 2rem) center / 1.8rem auto; border-radius: .5rem .5rem 0 0;}
	.tab_div .ul_4 {overflow: hidden; position: absolute; top: calc(100% - .1rem); width: 100%; max-height: 0; padding: 0; background: #fff; border: .2rem solid #2dbcf8; border-radius: 0 0 .5rem .5rem; transition: all 0.5s ease; opacity: 0;}
	.tab_div .ul_4.on {opacity: 1;}
	.tab_div .ul_4::after {display: none;}
	.tab_div .ul_4::before {display: none;}
	.tab_div .ul_4 > li {display: block; width: 100% !important; padding: 0; margin: 0;  border: 0;}
	.tab_div .ul_4 > li::before {display: none;}
	.tab_div .ul_4 > li > a {justify-content: flex-start; padding: 1rem 2rem; border: 0; font-size: 1.8rem; text-align: left; color: #111111;}
	.tab_div .ul_4 > li > a._active,
	.tab_div .ul_4 > li > a:hover {background: #f3fafc; color: #0089e2;}
	.tab_div .ul_4 > li > a[target="_blank"] span::after {position: absolute; left: 100%; top: .2rem; background: url('/sites/temp01/images/common/new-win.png') no-repeat center;}
	.tab_div .ul_4 > li > a span::before {content: ''; position: absolute; left: 0; bottom: -.2rem; width: 0; height: .1rem; background: #4671b3; transition: width .35s;}
	.tab_div .ul_4 > li > a._active span::before,
	.tab_div .ul_4 > li > a:hover span::before {width: 100%;}
}