/*공통*/
html,body,ul,li,h1,h2,h3,h4,p {
	margin:0;
	padding:0;
	list-style:none;
	color: #121212;
	font-family: "Noto Sans", sans-serif;
	font-family: "Noto Sans KR", sans-serif;
	word-break: keep-all;
}
a {
	text-decoration:none;
	color: #121212;
	font-family: "Noto Sans", sans-serif;
	font-family: "Noto Sans KR", sans-serif;
} 
.scroll {
    display: none;
}
.pb-80 {
	padding-bottom : 100px;
}
.pb-180 {
	padding-bottom : 250px;
}
.mt-20 {
	margin-top : 20px !important;
}
.mt-40 {
	margin-top : 40px;
}
.mt-60 {
	margin-top : 60px;
}
.mt-120 {
	margin-top : 120px;
}	
.board {
	font-size:16px;
	max-width:1280px;;
    margin: 110px auto 110px;
}
.modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
    background-color: var(--bs-modal-footer-bg);
    border-top: 0;
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    /*padding: 0;*/
}
.modal-body img {
    width: 100%;
	height: 100%;
}
.card {
    height: 100%;
}
.board-area .row {
    justify-content: center;
}

/*데스크탑*/
/*서브비주얼*/
.sub-visual {
	display:flex;
	height:480px;
	overflow:hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.sub-visual .sub-bgg {
    position: absolute;
    width: 100%;
    z-index: 9;
    height: 480px;
    background-color: rgba(0, 0, 0, .4);
}
.sub-visual img {
	display:flex;
	width:100%;
	object-fit:cover;
	animation:sub_bg 3s ease 0s 1 normal both;
	-webkit-animation:sub_bg 3s ease 0s 1 normal both;
	transform-origin:50% 50%;
}
@keyframes sub_bg {
	0% {
		-ms-transform:scale(1.2);
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	100% {
		-ms-transform:scale(1);
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
.container-fluid-bs .sv_txt_area {
	display:flex;
	position:absolute;
	justify-content:center;
	transition-duration: 0.3s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.container-fluid-bs .sv_txt {
	display:flex;
	width:100%;
	max-width: 1280px;
	height:480px;
	justify-content:center;
	color:#ffffff;
	font-size:42px;
	font-weight:600;
	flex-direction:column;
    z-index: 91;
}
.container-fluid-bs .sv_txt div {
	text-align: left;
}
.sub-visual .u-line {
	width:70px;
	border-bottom:solid 3px #ffffff;
	padding-top:10px;
	transition-duration: 0.3s;
}

/*서브메뉴*/
.sub_menu_wrap {
    position: absolute;
    height: 60px;
    margin-top: -60px;
    border-top: 0px solid rgba(255,255,255,0.2);
    z-index: 99;
    background-color: rgba(36, 6, 85, 0.6);
}
.sub_menu {
    position: relative;
    margin: 0 auto;
}
.icon_home a img {
	width:40px;
	height:40px;
}
.sub_tab {
    display: flex;
    justify-content: center;
}

.sub_tab .sub_depth1.bg {
	width: 250px;
	background-image:url(../img/icon/tab_box_bg_right_w.svg);
	background-position:94% 50%;
	background-repeat:no-repeat;
	background-size:14px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	cursor: pointer;
}
.sub_tab .sub_depth2.bg {
	background-image:url(../img/icon/tab_box_bg_right_w.svg);
	background-position:94% 50%;
	background-repeat:no-repeat;
	background-size:14px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	cursor: pointer;
}
.sub_tab .sub_depth1.bg:hover, .sub_tab .sub_depth1.bg:focus, .sub_tab .sub_depth1.bg:active {
	background-color:rgba(0, 0, 0, 0.6)
}
.sub_tab .sub_depth2.bg {
	background-color:rgba(0, 0, 0, 0.6)
}
.sub-navi-li-bg-over {
	background-image:url(../img/icon/tab_box_bg.svg) !important;
	background-size:14px;
}
.sub_tab_sub {
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.sub_tab_subs {
    position: absolute;
    top: 60px;
    height: 0;
    opacity: 0;
    background-color: #FFF;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    overflow: hidden;
}
.sub-navi-li-over {
	width: 100%;
    max-width: 1280px;
    opacity: 1;
    z-index: 1;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.sub_tab_subs.sub-navi-li-over {
	width: 100%;
    max-width: 250px;
    height: auto;
    opacity: 1;
    z-index: 1;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.sub_tab_sub ul {
    display: flex;
}
.sub_tab_subs ul {
    flex-direction: column;
}
.sub_tab_sub ul li:first-child {
    width: 60px;
}
.sub_tab_subs ul li:first-child {
    width: 100%;
}
.sub_tab_sub ul li {
	font-size:16px;
	font-weight:400;
	line-height:60px;
}
.sub_tab_subs ul {
	border:1px solid #ddd;
}
.sub_tab_subs ul li {
	font-size:15px;
	font-weight:400;
	line-height:55px;
}
.sub_tab_subs ul li:not(:last-child) {
	border-bottom:1px solid #ddd;
}
.sub_tab_sub ul li p {
    color: #ffffff;
	padding: 0 0 0 30px;
}
.sub_tab_subs ul li p {
    color: #ffffff;
	padding: 0 0 0 30px;
}
.sub_tab_sub ul li.active {
	background-color:rgba(0, 0, 0, 0.6)
}
.sub_tab_sub ul li a {
    display: block;
    padding: 0px 40px;
    color: #fff;
}
.sub_tab_subs ul li a {
    padding: 0px 40px;
    color: #fff;
}
.sub_tab_sub ul li a:hover,.sub_tab_sub ul li a:focus,.sub_tab_sub ul li a:active {
	background-color:rgba(0, 0, 0, 0.6)	
}
.sub_tab_subs ul li a, .sub_tab_subs ul li:first-child a  {
	padding: 0px 0px 0px 30px;
    color: #000;
}
.sub_tab_subs ul li a:hover,.sub_tab_subs ul li a:focus,.sub_tab_subs ul li a:active {
	background-color:rgba(0, 0, 0, 0.2)	
}
.sub_tab_sub ul li:first-child a {
    padding: 0px 0px;
}
.sub_tab_sub ul li:first-child a:hover,.sub_tab_sub ul li:first-child a:focus,.sub_tab_sub ul li:first-child a:active {
	background-color:rgba(0, 0, 0, 0.0)	
}
.sub_tab_subs ul li:first-child a {
    padding: 0px 0px 0px 30px;
}
.sub_tab_subs ul li:first-child a:hover,.sub_tab_subs ul li:first-child a:focus,.sub_tab_subs ul li:first-child a:active {
	background-color:rgba(0, 0, 0, 0.2)	
}
.sub_depth2_mo {
	display:none !important;
}
.sub_tab .subs_depth1 {	
	display:block;
}
.sub_tab .sub_depth2 {	
	display:none;
}

/* 서브영역 */
.sub-area {
	width: 100%;
	margin: 110px auto 150px;
}

/* 서브타이틀 */
.sub_tit {
    font-size: 45px;
    font-weight: 800;
    line-height: 140%;
    letter-spacing: -.5px;
    margin-bottom: 20px;
}
.sub_tit .subs {
	display: block;
    text-align: center;
    margin-bottom: 10px;
    color: rgba(0, 0, 0, 0.9);
}
.sub_con_box.wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sub_con_box.wrap .sub-tit-icon {
    width: 10px;
    height: 10px;
    background-color: #5d36bb;
    border-radius: 10px;
    margin-bottom: 5px;
}
.sub_con_box.wrap .sub-tit-txt-bg {
    font-size: 60px;
    font-weight: 700;
    color: #f8f8f8;   
	line-height: 80px;
	letter-spacing: -0.6px;
}
.sub_con_box.wrap .sub-tit-txt {
    font-size: 20px;
    font-weight: 500;
    color: #151515;
    margin-top: -24px;
    margin-bottom: 60px;
    line-height: 180%;
	text-align: center;
}
.card-body {
    flex: 0;
}
.card-body.product {
    display: flex;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    background: rgba(94, 54, 187, 0.8);
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin-bottom: -6px;
}
.card-body.product a {
    color: #ffffff;
}
.text-truncate .product-flex {
    display: flex;
	flex-wrap: wrap;
}
.text-truncate .product-flex p {
    padding: 0 10px 0 0;
}

/*타블렛 가로, 노트북*/
@media all and (max-width:1280px) {
	.sub_tab .sub_depth1.bg, .sub_tab .sub_depth2.bg {
		width: 200px;
	}	
	.sub_tab_sub ul li a {
		padding: 0px 30px;
	}
	.sub_tab_subs {
		width: 200px;
	}
	.sub_tab_subs.sub-navi-li-over {
		max-width: 200px;
	}
}

/*타블렛 가로, 노트북*/
@media screen and (max-width: 1024px) {
	.board.row {
		font-size: 15px;
		max-width: 1280px;
		margin: 80px auto 80px;
	}
	.form-control {
		font-size: 15px;
		font-weight: 400;
	}
	.cf_privacy_tit {
		font-size: 18px;
		font-weight: 600;
	}
	textarea, select {
		font-size: 14px;
	}
	.cf_privacy_agree {
		font-size: 15px;
		font-weight: 500;
	}
	.board .btn {
		font-size: 16px;
		font-weight: 400;
	}
	.board .col-sm-10 {
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}
	.container-fluid-bs .sv_txt {
		font-size: 18px;
	}
	.sub-visual .u-line {
		border-bottom: solid 1px #ffffff;
		width: 35px;
		padding-top: 5px;
	}
	.sub-visual {
		height: 300px;
	}
	.container-fluid-bs .sv_txt {
		height: 300px;
	}
	.sub_menu_wrap {
		height: 50px;
		margin-top: -50px;
	}
	.sub_tab_sub {
		left: 0;
	}

	/*서브 콘텐츠 공통*/
	.sub_tit .subs {
		font-size: 26px;
	}
	.sub_tit {
		font-size: 20px;
	}
	.sub_tab_sub ul li {
		line-height: 50px;
	}
	.sub_tab_subs {
		top: 50px;
	}	
	.sub-visual .sub-bgg {
		height: 300px;
	}	
	.sub_tab .subs_depth1 {	
		display:none;
	}
	.sub_tab .sub_depth2 {	
		display:block;
	}
	.icon_home a img {
		width:30px;
	}
	.sub_con_box.wrap .sub-tit-txt-bg {
		font-size: 40px;
		line-height: 65px;
	}
	.sub_con_box.wrap .sub-tit-txt {
		font-size: 17px;
		margin-bottom: 20px;
	}
}

/*모바일 가로, 타블렛 세로*/
@media screen and (max-width: 768px) {
	.sub-area {
		margin: 50px auto 60px;
	}
	.sub_tit {
		margin-bottom: 10px;
	}
	.sub_menu_wrap {
        height: 40px;
        margin-top: -40px;
    }
	.icon_home a img {
		width:20px;
	}
	.sub_tab_sub ul li {
        height: 40px;
        font-size: 15px;
        line-height: 40px;
    }
	.sub_tab_subs {
        top: 40px;
    }
	.sub_tab_subs.sub-navi-li-over {
		max-width: calc(50% - 10px);
	}
	.sub_tab_subs ul li {
		font-size: 14px;
	}
	.sub_tab_sub ul li.icon_home {
		width: 20px;
	}
	.sub_tab .sub_depth1.bg {
		width: calc(50% - 10px);
	}
	.sub_tab .sub_depth2.bg {
		width: calc(50% - 10px);
	}

	.sub_con_box.wrap .sub-tit-txt-bg {
		font-size: 18px;
        line-height: 48px;
	}
	.board .sub_con_box.wrap .sub-tit-txt {
		font-size: 16px;
		margin-bottom: 30px;
	}	
	.sub_con_box.wrap .sub-tit-txt {
		font-size: 16px;
		margin-bottom: -18px;
	}	
	.br-mo {
		display: none;
	}
	.sub_tit .subs {
		font-size: 20px;
	}	
}