@charset "utf-8";

@import url('../css/reset.css');
@import url("/_res/kibotb/_share/css/bootstrap-4.6.1-dist/css/bootstrap.css");
@import url("/_res/kibotb/_share/etc/fonts/NotoSansKR/NotoSansKR.css");
@import url("/_res/kibotb/_share/etc/fonts/Montserrat/Montserrat.css");
@import url('/_res/kibotb/_share/etc/fonts/NanumPen/NanumPen.css');
@import url('../css/additional-grid.css');

/*****************************************************
Common
*****************************************************/
html {
	scroll-padding-top: 120px;
}

/********** 중단점 **********/ 

/*  */
/* 웹은 1300과 1400 두 가지 너비로 제작 */

@media (min-width: 576px) {} 	/* sm: Small devices (landscape phones, 576px and up) */
@media (min-width: 768px) {} 	/* md: Medium devices (tablets, 768px and up) */
@media (min-width: 992px) {} 	/* lg: Large devices (desktops, 992px and up) */
@media (min-width: 1200px) {} /* xl: Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1300px) {} 
@media (min-width: 1400px) {} /* xxl: Extra large devices (large desktops, 1400px and up) */
@media (min-width: 1440px) {} 

/********** 요소 **********/

body {
	font-size: 1rem;
	color: #333;
	/* line-height: 1.688; */
	letter-spacing: -0.025em;
	font-family: 'NotoSansKR', sans-serif;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

ul,
ol {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #05367b;
	text-decoration: none;
}

textarea {
	width: 100%;
	padding: 1rem;
}

.line-clamp {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;  
}
.line-clamp-2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
}
.line-clamp-3 {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;  
}

.bg-color1 {
	background-color: #76aa1b !important;
}
.bg-color2 {
	background-color: #159cb6 !important;
}
.bg-color3 {
	background-color: #05367b !important;
}

/********** 공통 스타일 **********/

/* Buttons */

/* Dropdown - kb-drop01 */
.kb-drop01 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	width: 100%;
	max-width: 210px;
	padding: 10px 30px 10px 15px;
	border: none;
	background: #4a4c5b url(../img/up-arrow-gray.svg) no-repeat right 12px center;
	font-size: 14px;
	color: #fff;
}
.kb-drop01::-ms-expand {
	display: none;
}

/* Text Color */
.text-primary {
	/*color: #207096!important;*/color: #05367b!important;
}
.text-yellow {
	color: #ffff00 !important;
}
.text-info {
	color: #159cb6!important;
}

/* owl-nav */
.owl-nav [class*='owl-'] {
	display: flex;
	align-items: center;
	justify-content: center;

	width: 24px;
	height: 24px;
	position: relative;
}

.owl-nav [class*='owl-']::before {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	background-repeat: no-repeat;
	background-position: center;
}
.owl-nav .owl-prev::before {
	background-image: url(../img/chevron-right.svg);
	transform: translate3d(-50%, -50%, 0) scale(-1);
	background-size: 16px;
}
.owl-nav .owl-next::before {
	background-image: url(../img/chevron-right.svg);
	background-size: 16px;
}
.owl-nav .play-pause::before {
	background-image: url(../img/icon-play-sm.svg);
}
.owl-nav .play-pause.pause::before {
	background-image: url(../img/icon-pause-sm.svg);
}

.owl-nav [class*='owl-'] > span {
	font-size: 0;
	width: 0;
	height: 0;
}
.owl-nav .owl-next {
	order: 3;
}
.owl-nav .owl-btn {
	order: 2;
}

/***************************************************** 
Include
*****************************************************/

/********** Header **********/

.layout.between {
	justify-content: space-between;
}
.layout {
	display: flex;
	align-items: center;
}

/********** Footer **********/
/***************************************************** 
TB 푸터
*****************************************************/

/* 배너모음 */
#footer .footer-banner {
	border-top: 1px solid #ddd;
}
#footer .footer-banner > .container {
	position: relative;
}
#footer .footer-banner [class|="col"] {
	padding-top: 15px;
	padding-bottom: 15px;
	min-height: 60px;
}
#footer .footer-banner [class|="col"]:last-child {
	padding-top: 0;
}

#footer .footer-banner [class|="col"]:first-child {	
	display: flex;
	align-items: center;
	justify-content: center;
}
@media(min-width: 992px) {
	#footer .footer-banner [class|="col"]:first-child {	
		justify-content: space-between;
	}
	#footer .footer-banner [class|="col"]:last-child {
		padding-top: 15px;
	}
}
#footer .footer-banner-title {
	display: none;
	font-size: 1.25rem;
	font-weight: 500;
	color: #222;
}
#footer .footer-banner-carousel .item {
	padding-left: 1px;
	padding-right: 1px;
}
#footer .footer-banner-carousel .item a {
	position: relative;
	display: block;	
	height: 60px;
	padding: 0 20px;
	border: 1px solid #ccc;
	overflow: hidden;
}
#footer .footer-banner-carousel .item img {
	width: auto;
	max-width: 85%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#footer .carousel-wrapper {
	position: relative;
}
.footer-banner .owl-nav-wrapper {
	padding: 0 25px;
}

.footer-banner .fb-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-banner .fb-nav [class*='owl-'] {
	width: 40px;
	height: 40px;
	background: #f2f3f5;
	border-radius: 50px;
	position: relative;
}
.footer-banner .fb-nav [class*='owl-']::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	height: 10px;  
	background: url(../img/icon-arrow-long.svg) no-repeat center;
}
.footer-banner .fb-nav [class*='owl-'].owl-prev::before {
	transform: translateY(-50%) scaleX(-1);
	left: -25px;
}
.footer-banner .fb-nav [class*='owl-'].owl-next::before {
	right: -25px;
}
.footer-banner .fb-nav [class*='owl-'].play-pause {
	background: url(../img/icon-pause-big.svg) no-repeat center;
}
.footer-banner .fb-nav [class*='owl-'].play-pause.play {
	background: url(../img/icon-play-big.svg) no-repeat center;
}
.footer-banner .fb-nav [class*='owl-'].play-pause::before {
	display: none;
}

@media(min-width: 768px) {
	.footer-banner .fb-nav [class*='owl-'] {
		width: 50px;
		height: 50px;
	}
}
/* footer main */
#footer .footer-main {
	position: relative;
	padding-bottom: 25px;
	background-color: #2a292f;
	color: #fff;
}
.container.footer-main-container {
	max-width: 100%;
}
#footer .footer-main > .container > .row {	
	position: relative;
	padding: 7px 0 10px;
}
#footer .footer-main > .container > .row:first-child > [class|="col"]::after {
	content: "";
	position: absolute;
	bottom: -7px;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #565763;
}
#footer .term-list {
	height: 100%;
	flex-wrap: wrap;
	justify-content: center;
	display: block;
}
#footer .term-list > li {
	position: relative;	
	margin-left: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	display: inline-block;
	width: 49%;
	max-width: none;
	text-align: center;
}
.cont-main .digital-link-list li {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	margin: 0;
	display: flex;
	align-items: center;
	padding-left: 8px;
	padding-right: 8px;
}
#footer .term-list > li:first-child {
	margin-left: 0;
}
#footer .term-list > li > a {
	font-size: 15px;
	color: white;
	text-decoration: none;
	white-space: nowrap;
	letter-spacing: -0.1em;
}
#footer .term-list > li > a:hover,
#footer .term-list > li > a:focus {
	text-decoration: underline;
}
#footer .term-list > li:first-child > a {
	color: #00ffff;
}
#footer .address-layout {
	flex-direction: row;
	flex-wrap: wrap;
}
#footer .ly-item-address {
	flex: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	height: 100%;
	text-align: center;
}
#footer .ly-item-address address {
	font-style: normal;
	font-size: 13px;
	word-break: keep-all;
}
#footer .copyright {
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 16px;
	text-transform: uppercase;	
}
#footer .rel-site-col {
	text-align: center;
}
@media (min-width: 340px) {
	#footer .footer-main > .container > .row {	
		padding: 20px 0;
	}
	#footer .footer-main > .container > .row:first-child > [class|="col"]::after {
		bottom: -20px;
	}
	#footer .term-list {
		display: flex;
		align-items: center;
	}
	#footer .term-list > li {
		width:auto;
		padding-right: 15px;
		display:block;
	}
}
@media (min-width: 380px) {
	#footer .term-list > li > a {
		color: white;
		text-decoration: none;
		white-space: nowrap;
	}
}
@media (min-width: 400px) {
	#footer .term-list > li > a {
		letter-spacing: -0.05em;
	}
}
@media (min-width: 450px) {
	#footer .term-list > li > a {
		font-size: 14.5px;
	}
}
@media (min-width: 500px) {
	#footer .term-list > li > a {
		font-size: 15px;
	}
}
@media (min-width: 576px) {
	.footer-banner > .container {
		max-width: none;
	}
	#footer .footer-main > .container > .row:first-child > [class|="col"]::after {
		bottom: -25px;
	}
	#footer .term-list > li {		
		flex: 0 1 auto;
		text-align: left;
	}
	#footer .term-list > li > a {
		font-size: 15px;
	}
}
@media (min-width: 768px) {
	#footer .footer-main > .container > .row {		
		height: auto;
	}
	#footer .footer-main > .container > .row:first-child > [class|="col"]::after {
		display: none;
	}
	#footer .term-list {
		justify-content: flex-start;
	}
	#footer .term-list > li {
		padding-right: 0;
		margin-right: 30px;
	}
	#footer .term-list > li:not(:last-child)::after {
		content: "";
		position: absolute;
		top: 50%;
		right: -18px;
		transform: translateY(-50%);
		display: inline-block;
		width: 1px;
		height: 14px;
		border-radius: 50%;
		background-color: #747580;
	}
	#footer .term-list > li > a {
		font-size: 1rem;
	}
	#footer .footer-main::after {
		display: none;
	}
	#footer .footer-main > .container > .row:nth-child(2) {
		padding-bottom: 0;
	}
	#footer .footer-main > .container > .row:first-child::after {
		content: "";
		position: absolute;
		left: 15px;
		bottom: 2px;
		display: block;
		width: calc(100% - 30px);
		border-bottom: 1px solid #565763;
	}
	#footer .ly-item-address address {
		font-size: 15px;
	}
	#footer .address-layout {
		flex-wrap: nowrap;
	}
	#footer .ly-item-address {
		flex: 1;
		text-align: left;
	}
	#footer .copyright {
		font-size: 13px;
		margin-bottom: 0;
	}	
	#footer .rel-site-col {
		text-align: right;
	}
}
@media (min-width: 992px) {
	.footer-banner > .container {max-width: 960px;}
	.container.footer-main-container {
		position: relative;
		max-width: 960px;			
	}
	#footer .ly-item-address address {
		font-size: 16px;
	}
}
@media (min-width: 1200px) {
	.footer-banner > .container {max-width: 1140px;}
	.container.footer-main-container {
		max-width: 1140px;			
	}
	#footer .footer-banner-title {
		display: block;
	}
} 
@media (min-width: 1400px) {
	.footer-banner > .container {max-width: 1340px;}
	.container.footer-main-container {
		max-width: 1340px;			
	}
}

/* Top 버튼 */
.side-quickmenu {
	position: fixed;
	bottom: 24px;
	right: 8px;
	z-index: 49;

	display: block;	
	width: 48px;
}

.go-to-tbtalktalk,
.go-to-tbtalktalk.active {
	display: block;
	text-align: center;
	margin-top: 0.5rem;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	opacity: 0.92;
	transition: background-color 0.3s;
	position: relative;
	box-shadow: 0px 3px 5px 1px rgb(0 0 0 / 15%);
}
.go-to-tbtalktalk{
	background: linear-gradient(0deg, #42D67E 0%, #00A0BF 50%);
}
.go-to-tbtalktalk.num01 {
	background: linear-gradient(0deg, #00A0BF 0%, #05367B 50%);
}
.go-to-tbtalktalk.num02,
.go-to-tbtalktalk.acitve.num02 {
	background: linear-gradient(0deg, #F47995 0%, #AC6BEB 50%);
}
.go-to-tbtalktalk.num03{
	background: linear-gradient(0deg, #4BDB95 0%, #4975FA 50%);
} 
.go-to-tbtalktalk.num04{
	background: linear-gradient(0deg, #FFD07E 0%, #FE546F 50%);
}
.go-to-tbtalktalk.active:after {position:absolute;content:'';top: -5px;z-index: -1;left: 50%;margin-left: -29px;border-radius: 50%;width: 58px;height: 58px;border: 5px solid #AC6BEB;opacity: 0;animation: tbtalktalkBot .5s ease-out alternate infinite;}
@keyframes tbtalktalk{
  to {
    opacity: 1;
  }
}
@keyframes tbtalktalkBot {
  to {
    opacity: 0.4;
  
  }
}
@media (min-width: 786px) {
	.go-to-tbtalktalk.active:after {margin-left: -35px;width: 70px;height: 70px;}
}


.go-to-top {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-top: 0.5rem;	
	width: 48px;
	height: 48px;
	border-radius: 50%;
	opacity: 0.92;

	/* background: linear-gradient(0deg, #5ea42a 0%, #05367b 50%); */
	background: linear-gradient(0deg, #42D67E 0%, #00A0BF 50%);
	transition: background-color 0.3s;
	box-shadow: 0px 3px 5px 1px rgb(0 0 0 / 15%);
}
.go-to-top:hover,
.go-to-top:focus {
	background-color: hsl(0, 0%, 35%);
}

.go-to-tbtalktalk {
	margin-top: 0;
}

.go-to-tbtalktalk svg {
	width: 40px;
	height: 40px;
	transition: unset;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.go-to-tbtalktalk.emg svg {
	width: 32px;
	height: 32px;
}

#icon-tbtalktalk-2 {
	transform: translate(-122.46px, -153.01px);
}
#icon-tbtalktalk-3 {
	transform: translate(5308.44px, 160.32px);
}
#icon-tbtalktalk #eye #eyeL {	
	transform: translate(22px, 21px);
}
#icon-tbtalktalk #eye #eyeR1 {
	transform: translate(33px, 21px);
}
#icon-emg #icon-emg-point-1 {
	transform: translate(-17px, -12px);
}

#icon-emg #icon-emg-point-2 {
	transform: translate(-17px, -25px);
}

#icon-tbtalktalk .cls-1 {
	fill: #fff;
}
#icon-tbtalktalk .cls-2 {
	fill: #4B4B4B;
}
#icon-tbtalktalk .cls-3 {
	fill: #fff;
}
#icon-tbtalktalk .cls-red {
	fill: #ff0000;
}
#icon-tbtalktalk #q-mark {
	transform: translate(1.513px, 0px);
	position: relative;
}

#icon-tbtalktalk .cls-3,
#icon-tbtalktalk .cls-4,
#icon-tbtalktalk .cls-5,
#icon-tbtalktalk .cls-6 {
	fill: #fff;
}
/* animation */
#icon-tbtalktalk #q-mark .cls-red {
	position: absolute;
	animation: q-mark 2s infinite ease-in-out;
	transform: translate(28px, 0px);
}
@keyframes q-mark {
	50%, 100% 	{
		opacity: 1;
	}
	60%	{
		opacity: 0;
	}
}
#icon-tbtalktalk #q-mark .cls-2 {
	position: absolute;
	animation: q-mark 2s infinite ease-in-out;
	transform: translate(28px, 0px);
}
@keyframes q-mark {
	50%, 100% 	{
		opacity: 1;
	}
	60%	{
		opacity: 0;
	}
}
#icon-tbtalktalk #q-mark .cls-3 {
	position: absolute;
	animation: q-mark 2s infinite ease-in-out;
	transform: translate(32px, 3px);
}
#icon-tbtalktalk #q-mark .cls-4 {
	position: absolute;
	animation: q-mark 2s infinite ease-in-out;
	transform: translate(31px, 3px);
}
#icon-tbtalktalk #q-mark .cls-5 {
	position: absolute;
	animation: q-mark 2s infinite ease-in-out;
	transform: translate(32px, 3px);
}

#icon-tbtalktalk #eye {	
	animation: blink 2s infinite ease-in-out;
	transform-origin: 0 50%;
}
#icon-emg #icon-emg-point {	
	animation: blink 2s infinite ease-in-out;
	transform-origin: 0 50%;
}

@keyframes blink {
	0%, 20% 	{
		transform: scaleY(1);
	}
	10% {
		transform: scaleY(0.1);
	}
}

@media (min-width: 768px) {
	.side-quickmenu {
		width: 60px;
		bottom: 80px;
	}
	.go-to-tbtalktalk.active,
	.go-to-tbtalktalk,
	.go-to-top {
		width: 60px;
		height: 60px;
	}
	.go-to-tbtalktalk svg {
		width: 48px;
		height: 48px;
	}
	.go-to-tbtalktalk.emg svg {
		width: 42px;
		height: 42px;
	}
}
@media (min-width: 1300px) {
	.side-quickmenu {
		right: calc(50% - (1200px / 2) - 30px);
	}
	.go-to-tbtalktalk,
	.go-to-top {
		opacity: 1;
	}
}

@media (min-width: 1500px) {
	.side-quickmenu {
		right: calc(50% - (1400px / 2) - 50px);
	}
}
@media (min-width: 1700px) {
	.side-quickmenu {
		right: calc(50% - (1400px / 2) - 160px);
	}
}

/* TB톡톡 아이콘 */


/********** Sub Visual **********/
.sub-visual {
	position: relative;
	height: 120px;
	max-width: 2000px;
	margin: 0 auto;
	color: white;
	overflow: hidden;
}
.sub-visual .sv-inner {
	position: relative;
	height: 100%;
	overflow: hidden;
}
.sub-visual .sv-inner .sv-img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1);
	height: 100%;
	transition: transform 3s ease;
}
.sub-visual .sv-inner .sv-img.on {
	transform: translate(-50%, -50%) scale(1.2);
}
.sub-visual .sv-text-box {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	text-align: center;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.sub-visual .sv-title {
	font-size: 1.875rem;
	font-weight: bold;
}
.sub-visual .sv-tagline {
	font-size: 1rem;
	font-weight: 300;
}
@media (min-width: 992px) {
	.sub-visual {
		height: 200px;
	}

}
@media (min-width: 1300px) {
	.sub-visual {
		max-width: 100%;
	}
	.sub-visual .sv-inner .sv-img {
		height: 100%;
	}
	.sub-visual .sv-title {
		font-size: 45px;
	}
	.sub-visual .sv-tagline {
		font-size: 1.125rem;
	}
}

/********** Fullwidth **********/
.main-container > .row > [class|="col"].col-12:only-child {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	top: auto;
	padding: 0 15px;
}

/********** Side **********/

/* 사이드 메뉴 */
.main-container > .row > [class|="col"]:first-child {
	padding: 0;
}
#side {
	position: relative;
	letter-spacing: -.1rem;
}
#side > header .sec-title,
#side > header .sec-title button {
	width: 100%;
	height: 100%;
}
#side > header {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 3.25rem;
	/* border-bottom: 2px solid #404b57; */
	text-align: center;
	background-color:#05367b;
}
#side > header .sec-title button {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: -0.05em;
	color: #fff;
}
#side > header .sec-title button .side-title-btn-text {
	position: relative;
}
#side > header .sec-title button .side-title-btn-text::before {
	content: "";
	position: absolute;
	top: 50%;
	right: -20px;
	z-index: 1;
	transform: translateY(-60%) rotate(45deg);
	border-style: solid;
	border-width: 0 2px 2px 0;
	width: 8px;
	height: 8px;
	pointer-events: none;
	color: white;
	transition: 0.3s;
}
#side.on > header .sec-title button .side-title-btn-text::before {
	transform: translateY(-40%) rotate(-135deg);
}
#side > header .sec-title button::after {
	content: "";
	display: inline-block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	padding-right: 4px;
	margin-left: 8px;
	border-radius: 50%;
	font-size: 26px;
	color: #05367b;
	text-align: center;
	transition: 0.3s;
}

#side .side-menu {
	position: absolute;
	z-index: 50;
	display: none;
	width: 100%;
	background-color: white;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35) ;
}

/* side-menu-list */
#side .side-menu-list {
	display: flex;
	flex-wrap: wrap;
	/* padding: 12px 16px; */
	padding: 16px;
	margin: 0;
	list-style: none;
}
#side .side-menu-list > li {
	/* -ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%; */
	width: 100%;
	margin-bottom: 15px;
}
#side .side-menu-list > li:last-child {
	margin-bottom: 2px;
}
#side .side-menu-list > li [role="menuitem"] {
	position: relative;
	display: block;
	padding-left: 10px;
	font-size: 1rem;
	color: #333;
	letter-spacing: -.05em;
	line-height: 1.3;
}
#side .side-menu-list > li [role="menuitem"].active {
	color: #207096;
	font-weight: 500
}
#side .side-menu-list > li [role="menuitem"]::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;	
	display: inline-block;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #333;
}
#side .side-menu-list > li [role="menuitem"].active::after {
	content: '';
	border: solid #207096;
	border-width: 0 2px 2px 0;
	height: 0.5rem;
	pointer-events: none;
	position: absolute;
	right: .75rem;
	top: 50%;
	transform: translateY(-60%) rotate(-45deg);
	width: 0.5rem;
}
#side .side-menu-list > li [role="menuitem"]:hover,
#side .side-menu-list > li [role="menuitem"]:focus {
	/*background-color: hsl(0, 0%, 90%);*/
	color:#222;
	font-weight:500;
}
#side .side-menu-list > li [role="menuitem"]:hover::after {  
	content: '';
	border: solid #222;
	border-width: 0 2px 2px 0;
	height: 0.5rem;
	pointer-events: none;
	position: absolute;
	right: .75rem;
	top: 50%;
	transform: translateY(-60%) rotate(-45deg);
	width: 0.5rem;
}

#side .side-menu-list > li > [role="menuitem"][aria-haspopup="true"] {
	position: relative;
}
#side .side-menu-list > li > [role="menuitem"]::after {
	transition: 0.3s;
}

/* 4depth */

#side .side-menu-list > li > [role="menuitem"][aria-haspopup="true"][aria-expanded="false"]::after {
	content: '';
	border: solid hsl(0, 0%, 62%);
	border-width: 0 2px 2px 0;
	height: 0.5rem;
	pointer-events: none;
	position: absolute;
	right: 0.75rem;
	top: 50%;
	transform: translateY(-60%) rotate(45deg);
	width: 0.5rem;
}
#side .side-menu-list > li > [role="menuitem"][aria-haspopup="true"][aria-expanded="true"]::after {
	content: '';
	border: solid #222;
	border-width: 0 2px 2px 0;
	height: 0.5rem;
	pointer-events: none;
	position: absolute;
	right: 0.75rem;
	top: 50%;
	transform: translateY(-60%) rotate(-135deg);
	width: 0.5rem;
}

#side .side-menu-list > li > [role="menu"] {
	list-style: none;
	display: none;
}
#side .side-menu-list > li > [role="menu"] > li [role="menuitem"] {
	margin-left: 8px;
	margin-bottom: 7px;
	color: #666;
	font-size: 0.938rem
}
#side .side-menu-list > li > [role="menu"] > li [role="menuitem"].active {
	color: #222;
	border-bottom:none;
	font-weight: 500
}
#side .side-menu-list > li > [role="menu"] > li [role="menuitem"]:hover,
#side .side-menu-list > li > [role="menu"] > li [role="menuitem"]:focus {
	color:#222;
}
#side .side-menu-list > li > [role="menu"] > li [role="menuitem"]::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	display: inline-block;
	width: 5px;
	height: 2px;
	border-radius: 0;
	background-color: #ccc;
}

#side .side-menu-list > li > [role="menu"] > li [role="menuitem"]:hover::before {
	background-color: #222;
}
#side .side-menu-list > li > [role="menu"] > li:first-child [role="menuitem"] {
	margin-top: 10px;
}
#side .side-menu-list > li > [role="menu"] > li:last-child [role="menuitem"] {
	margin-bottom: 0;
}

@media (min-width: 992px) {
	.main-container > .row > [class|="col"]:first-child {
		position: relative;
		top: -60px;
		left: auto;
		width: 100%;
		padding: 0 15px;
	}
	#side > header {
		justify-content: flex-start;
		height:0;
		height: 150px;
		border: none;
		background: #05367b url(../img/side-title-bg.jpg) no-repeat center;
		text-align: center;
		margin-bottom: 10px;
	}
	#side > header .sec-title,
	#side > header .sec-title button {
		width: auto;
		height: auto;
	}

	#side > header .sec-title {display:block;margin: 0 auto}

	#side > header .sec-title button {
		font-size: 1.125rem;
		cursor: auto;
		outline: none;
		margin:20px 0;
		color: #fff;
	}
	#side > header .sec-title button .side-title-btn-text::before {
		display: none;
		width:6px;
		height:6px;
		border-radius: 50%;
		background: #b2d233;
		right: -5px;
		top: -5px;
		transition:none;
		color: #b2d233;
	}
	#side > header .sec-title button::after {
		display: none;
	}	
	#side .side-menu {	
		position: static;
		margin:0px 0 50px;
		box-shadow: none;
	}
	#side .side-menu .acc-trigger {
		margin-bottom: 10px;
		border-top: solid 1px #DCDCDC;
	}
	#side .side-menu .acc-trigger[aria-expanded="true"] {
		border-color: #189EB6;
	}

	#side .acc-panel {
		margin-top: -10px;
		margin-bottom: 10px;
		background-color: #F4F6F8;
		border-color: #F4F6F8;
	}

	#side .side-menu-list > li {
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		max-width: none;
		width: 100%;
	}
}

@media(min-width: 1200px) {	
	#side > header .sec-title button {
		font-size: 20px;
	}
	#side .side-menu .acc-trigger {
		font-size: 17px;
	}
}
@media(min-width: 1400px) {
	#side > header .sec-title button {
		font-size: 30px;
	}
	#side .side-menu .acc-trigger {
		font-size: 19px;
	}
}

/* 레이아웃 992(960), 1200(1140), 1300(1230), 1400(1340), 1440(1400) */
@media (min-width: 992px) {
	.main-container > .row > [class|="col"]:nth-child(1) {
		-ms-flex: 0 0 240px;
		flex: 0 0 240px;
		max-width: 240px;
	}
	.main-container > .row > [class|="col"]:nth-child(2) {
		-ms-flex: 0 0 calc(100% - 240px);
		flex: 0 0 calc(100% - 240px);
		max-width: calc(100% - 240px);
	}
}

@media (min-width: 1200px) {
	.main-container > .row > [class|="col"]:nth-child(1) {
		-ms-flex: 0 0 270px;
		flex: 0 0 270px;
		max-width: 270px;
	}
	.main-container > .row > [class|="col"]:nth-child(2) {
		-ms-flex: 0 0 calc(100% - 270px);
		flex: 0 0 calc(100% - 270px);
		max-width: calc(100% - 270px);
	}
}

@media (min-width: 1300px) {
	.main-container > .row > [class|="col"]:nth-child(1) {
		-ms-flex: 0 0 290px;
		flex: 0 0 290px;
		max-width: 290px;
	}
	.main-container > .row > [class|="col"]:nth-child(2) {
		-ms-flex: 0 0 calc(100% - 290px);
		flex: 0 0 calc(100% - 290px);
		max-width: calc(100% - 290px);
	}
}

@media (min-width: 1400px) {
	.main-container > .row > [class|="col"]:nth-child(1) {
		-ms-flex: 0 0 310px;
		flex: 0 0 310px;
		max-width: 310px;
	}
	.main-container > .row > [class|="col"]:nth-child(2) {
		-ms-flex: 0 0 calc(100% - 310px);
		flex: 0 0 calc(100% - 310px);
		max-width: calc(100% - 310px);
	}
}
@media (min-width: 1440px) {
	.main-container > .row > [class|="col"]:nth-child(1) {
		-ms-flex: 0 0 330px;
		flex: 0 0 330px;
		max-width: 330px;
	}
	.main-container > .row > [class|="col"]:nth-child(2) {
		-ms-flex: 0 0 calc(100% - 330px);
		flex: 0 0 calc(100% - 330px);
		max-width: calc(100% - 330px);
		padding-left: 50px;
	}
}

/* 고객센터 안내 */
.side-inquire {
	display: none;
}

@media (min-width: 1200px) {
	.side-inquire {		
		display: block;
	}
	.side-inquire-list > li {
		background-color: #EFF1F3;
		height: 60px;
		display: flex;
		border-radius: 12px;
		align-items: center;
		margin-bottom: 10px;
		padding: 0 20px;
	}
	.side-inquire-list > li {
		position: relative;
	}
	.side-inquire-list > li::after {  
		content: '';
		position: absolute;
		top: 50%;
		right: 20px;   
		transform: translateY(-50%);

		border: solid #0C3A78;
		border-width: 0 2px 2px 0;
		height: 0.5rem;
		pointer-events: none;
		position: absolute;
		right: 1.5em;
		top: 50%;
		transform: translateY(-60%) rotate(-45deg);
		width: 0.5rem;
	}
}
@media (min-width: 1300px) {
	.side-inquire-list > li {
		height: 80px;
		padding-left: 90px;
	}
	.side-inquire-list > li a {
		font-size: 16px;
	}
	.side-inquire-list > li::before {
		content: '';
		position: absolute;
		top: 50%;
		left: 20px;
		transform: translateY(-50%);
		display: block;
		width: 50px;
		height: 50px;
		border-radius: 30px;
		background: #fff url(../img/side-inquire-icon01.svg) no-repeat center;
	}
	.side-inquire-list > li.item-02::before {
		background-image: url(../img/side-inquire-icon02.svg);
	}	
	.side-inquire-list > li.item-03::before {
		background-image: url(../img/side-inquire-icon03.svg);
	}

}
@media (min-width: 1400px) {
	.side-inquire-list > li {
		height: 90px;
		padding-left: 90px;
	}
	.side-inquire-list > li a {
		font-size: 18px;
	}
}

/***************************************************** 
Contents
*****************************************************/

/* 메인 섹션 공통 */
#main-section {
	padding-top: 5px;
	/*padding-bottom: 30px;*/
}
#main-section > header {
	margin: 15px 0 20px;
	padding-bottom:10px;
	border-bottom:1px solid #e0e0e0;
}
#main-section > header .sec-title {
	font-size: 1.438rem;
	font-weight: 700;
	line-height:1.25;
	letter-spacing: -0.05em;
	color: #222;
	word-break: keep-all
}
#main-section-body {
	margin-bottom: 36px;
}
@media (min-width: 420px) {
	#main-section > header .sec-title {
		font-size: 1.563rem;
	}
}
@media (min-width: 576px) {
	.container.main-container {
		max-width: none;
	}
}
@media (min-width: 768px) {
	#main-section {
		padding-bottom: 50px;
	}
	#main-section-body {
		min-height: 500px;
	}
	#main-section > header .sec-title {
		font-size: 1.875em;
	}
}
@media (min-width: 992px) {
	.container.main-container {
		max-width: 960px;
		padding-bottom: 100px;
	}	
	#main-section {
		padding-top: 0;
	}
	#main-section > header {
		padding-bottom: 22px;
		margin-top: 0;
	}
}
@media (min-width: 1200px) {
	.container.main-container {
		max-width: 1140px;
	}
	#main-section > header {
		margin: 0 0 30px
	}
	#main-section > header .sec-title {
		font-size: 2rem;
	}
}
@media (min-width: 1300px) {
	.container.main-container {
		max-width: 1230px;
	}
}
@media (min-width: 1400px) {
	.container.main-container {
		max-width: 1340px;
	}
	#main-section > header .sec-title {
		font-size: 34px;
	}
}
@media (min-width: 1440px) {
	.container.main-container {
		max-width: 1400px;
	}
}

/* breadcrumb */
.sub-bc-box {
	display: none;
	margin-top: 25px;
	width: 100%;
	height: auto;
	background-color: rgba(255, 255, 255, 0.75);
}
.sub-bc-box .container {
	padding: 0;
}
.breadcrumb {
	padding: 0;
	background-color: transparent;
	border-radius: 0;
}
.breadcrumb > ol {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 0;
	padding-left: 0;
	list-style: none;
}
.breadcrumb > ol > li {
	display: inline;
}
.breadcrumb > ol > li {
	position: relative;		
}
.breadcrumb > ol > li:not(:first-child) {
	/* width: 160px; */
	width: auto;
}
.breadcrumb > ol > li:first-child a {
	background: url(../img/home-dark.svg) no-repeat left center;
}
.breadcrumb > ol > li:first-child a {
	padding-right: 25px;    
}
.breadcrumb > ol > li:first-child a:hover {
	background: url(../img/home-black.svg) no-repeat left center;
}

.breadcrumb a {
	color: #777;
	font-size: 15px;

	position: relative;
	width: 100%;
	height: 100%;
	padding: 0 20px 0 0;
	color: #545454;
	font-size: 0.875rem;
	text-align: left;
}
.breadcrumb a[href]:hover,
.breadcrumb a[href]:focus {
	text-decoration: underline;
}
.breadcrumb > ol > li:first-child a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
}

.breadcrumb > ol > li a::after {
	content: "\f285";
	position: absolute;
	top: 50%;
	right: 4px;
	transform: translateY(-50%);
	
	display: inline-block;
	font-family: bootstrap-icons !important;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: -0.125em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.breadcrumb > ol > li:first-child a::after,
.breadcrumb > ol > li:last-child a::after {
	display: none;
}

.breadcrumb > ol > li a.active {
	color: #555;
	font-weight: bold;
}

@media (min-width: 992px) {
	.sub-bc-box {
		display: block;
	}
	/* 
	.sub-bc-box.fixed {
		position: fixed;
		top: 60px;
		left: 0;
		right: 0;
		z-index: 52;
		height: 56px;
		background-color: rgba(41, 57, 80, 1);
	}
	.sub-bc-box.fixed .breadcrumb > ol > li:not(:first-child) {		
		width: 180px;
	}
	 */
	.breadcrumb-box {
		display: block;
	}
	.breadcrumb .dropdown-menu a.active {
		color: #05367b;
		font-weight: 500;
	}

}
/* 
@media (min-width: 1200px) {
	.breadcrumb > ol > li:not(:first-child) {
		width: auto;
	}
	.sub-bc-box.fixed .breadcrumb > ol > li:not(:first-child) {
		width: 200px;
	}
}
@media (min-width: 1300px) {
	.sub-bc-box.fixed {
		top: 100px;
	}
}
 */

/* 공유, 프린트 아이콘 */
.ly-item-share {
}
.icon-box {
	position: relative;
	min-width:90px;
	padding-left: 10px;
	margin-left: 5px;
	text-align:right;
	display: flex;
	align-items: center;
}
.icon-box > .dropdown {
	display: inline-flex;
}
.icon-box .icon-share,
.icon-box .icon-print {
	width: 36px;
	height: 36px;
	border: solid 1px #ccc;
	border-radius: 0.5rem;
	display: inline-flex;
	align-items: center;
}
.icon-box .icon-print {
	margin-left: 5px;
}
.icon-box .icon-share,
.icon-box .icon-print {
	background-repeat: no-repeat;
	background-position: center;
}
.icon-box .icon-share {
	background-image: url(../img/icon-share.svg);
}
.icon-box .icon-print {
	background-image: url(../img/icon-print.svg);
}

.icon-box .dropdown-menu {
	border-radius: 0.5rem;
	min-width: 120px;
}

.icon-box .dropdown-menu > a {
	display:block;
	padding: 4px 14px;
	font-size: 13px;
}
.icon-box .dropdown-menu > a > img {
	margin-right:6px;
	vertical-align:middle;
}
.icon-box .dropdown-menu > a:hover,
.icon-box .dropdown-menu > a:focus {
	background:#f0f0f1
}
@media (min-width: 992px) {
	.icon-box .icon-share,
	.icon-box .icon-print {
		width: 2.5rem;
		height: 2.5rem;
	}
}


/* sitemap */
.sitemap {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sitemap .ly-item {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.sitemap .ly-item .kb-title01 {
	margin-top:20px
}
.sitemap .ly-item .kb-title03 {
	margin-right:20px;
	padding:10px;
	background: #f5f6f8;
	border-radius:50px;
	font-size: 1.125rem;
	letter-spacing: -.05em;
}
.sitemap .ly-item ul > li > a {
	word-break:keep-all;
}


@media (min-width: 768px) {
	.sitemap .ly-item {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.sitemap .ly-item .kb-title01 {
		margin-top:0
	}
}


.spinner-img {
	width: 200px;
	height: 200px;
	background: url(../img/spinner.svg) no-repeat center;
}