.mobile_only{
	display: none;
}
/* 상단 레이아웃 */
#logo a{
  display: block;
}
.hd_left, .hd_right{
  display: flex;
  align-items: center;
}
.hd_left{
  gap: 30px;
}
.hd_right{
  gap: 10px;
}
#hd{
	z-index: 102;
}
#hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}

#hd_wrapper {position:relative;}

#hd_wrapper .inner{
  display: flex;
  justify-content: space-between;
}
#container>.inner{
	padding-top: 20px;
}
.hd_sch_wr {width:200px;}
.hd_sch_wr fieldset {
  position: relative;
  height: 40px;
}
#hd_sch h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_sch {border-radius:30px;overflow:hidden}
#hd_sch #sch_stx {
  width: 100%;
  height: 40px;
  padding-right: 40px;
  padding-left: 14px;
  color: inherit;
  font-size: 0.875rem;
  line-height: 38px;
  background: transparent;
  border-radius: 30px;
}
#hd_sch #sch_stx::placeholder{
  color: #999;
	font-size: 14px;
}
#hd_sch #sch_submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  font-size: 0;
  background-image: url(../img/common/search.svg);
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
}
#hd_sch #sch_stx, #hd_sch #sch_stx:focus {
  border: 1px solid #999;
}

#tnb .inner{
  display: flex;
  justify-content: end;
	padding-top: 5px;
  padding-bottom: 5px;
}
#tnb .hd_login{
  display: flex;
	align-items: center;
	position: relative;
}
#tnb .hd_login>li{
  position: relative;
}
#tnb .hd_login>li:first-child::before{
  display: none;
}
#tnb .hd_login .btn_gnb{
	border: none;
	display: flex;
	gap: 6px;
	padding-top: 0;
	padding-bottom: 0;
	align-items: center;
	background-color: transparent;
}
.hd_login .profile_img{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	overflow: hidden;
	display: inline-block;
}
.hd_login .profile_img img{
	width: 100%;
}
#tnb .btn_login:hover .login_list{
	display: block;
}
#tnb .hd_login .login_list{
	display: none;
	position: absolute;
	border: 1px solid #e0e2e5;
	border-top: 0;
	padding: 0;
	-webkit-box-shadow: 0px 1px 5px rgba(97, 97, 97, 0.2);
	-moz-box-shadow: 0px 1px 5px rgba(97, 97, 97, 0.2);
	box-shadow: 0px 1px 5px rgba(97, 97, 97, 0.2);
	background-color: #fff;
	left: 50%;
	transform: translateX(-50%);
	min-width: 110px;
	z-index: 10;
}
#tnb .hd_login .login_list::before {
	content: '';
	position: absolute;
	top: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 0px;
	height: 0px;
	border-top: 5px solid none;
	border-bottom: 5px solid #fff;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
#tnb .hd_login>li::before{
  content: '';
  position: absolute;
  width: 1px;
  height: 13px;
  background-color: #ddd;
  top: 8px;
}
#tnb .hd_login a, #tnb .hd_login button, .youtube a{
  display: block;
  padding: 5px 10px;
  font-size: 0.875rem;
  color: #333333;
}
#tnb .hd_login a:hover{
	text-decoration: underline;
}
.youtube a{
  border: 1px solid #eee;
  border-radius: 5px;
	display: flex;
	align-items: center;
	gap: 6px;
	margin-left: 4px;
	transition: 0.2s all ease-in;
}
.youtube a:hover{
	border: 1px solid #c4302b;
	color: #c4302b;
	text-decoration: none;
}
.youtube i{
	display: inline-block;
	width: 24px;
	height: 18px;
	background-image: url(../img/common/youtube.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px;
}
.youtube a:hover i{
	background-image: url(../img/common/youtube_c.svg);
}
/* 메인메뉴 */
.menu_list #gnb_1dul{
  display: flex;
  z-index: 10;
}
.gnb_1dli>a{
  font-size: 1.375rem;
  font-weight: 600;
}
.menu_list {position:relative;}
.menu_list > h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.menu_list .gnb_wrap {margin:0 auto;position:relative}
.menu_list .gnb_1dli {position:relative}
.menu_list .gnb_1dli:hover > a {
	color:var(--menu-color);
	transition: color 0.2s ease-out;
	position: relative;
}
.menu_list .gnb_1dli > a::after{
	content: '';
	position: absolute;
	border-radius: 50%;
	width: 0;
	height: 0;
	opacity: 0;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	transition: 0.2s all ease-in;
}
.menu_list .gnb_1dli:hover > a::after{
	content: '';
	position: absolute;
	border-radius: 50%;
	top: 0;
	width: 5px;
	height: 5px;
	background-color: var(--menu-color);
	opacity: 1;
}

.menu_list .gnb_1dli .bg {position:absolute;top:-1px;right:-1px;display:inline-block;width:0;height:0;overflow:hidden;font-size: 0;}
.menu_list .gnb_1da {display:block;font-weight:bold;padding:15px 30px;text-decoration:none}
.menu_list .gnb_1dli.gnb_al_li_plus .gnb_1da{padding-right:25px}
.menu_list .gnb_2dli:first-child {border:0}
.menu_list .gnb_2dul {
	display:none;
	position:absolute;
	top:60px;
	left:50%;
	transform: translateX(-50%); 
	min-width:174px;
	padding-top:2px;
	opacity: 0;
}
.menu_list .target_blank .gnb_2da {
	background-image: url(../img/common/launch_black.svg);
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: center right 4px;
}
.menu_list .gnb_2dul .gnb_2dul_box {border:1px solid #e0e2e5;border-top:0;padding:0;
-webkit-box-shadow:0px 1px 5px rgba(97, 97, 97, 0.2);
-moz-box-shadow:0px 1px 5px rgba(97, 97, 97, 0.2);
box-shadow:0px 1px 5px rgba(97, 97, 97, 0.2)}
.menu_list .gnb_2da {display:block;padding:0 10px;line-height:40px; font-size:15px;background-color:#fff;text-decoration:none; transition: 0.2s background-color color ease-out;}
.menu_list a.gnb_2da:hover {color:var(--menu-color);background-color:#f7f7f8;}

.menu_list .gnb_2da:focus, .menu_list .gnb_2da:hover {color:#fff}
.menu_list .gnb_1dli_over .gnb_2dul, .menu_list .gnb_1dli_over2 .gnb_2dul {
	display:block;
	opacity: 0;
}
.menu_list .gnb_1dli_over:hover .gnb_2dul, .menu_list .gnb_1dli_over2:hover .gnb_2dul{
	animation: ease .3s gnb_1dli_over forwards;
}
@keyframes gnb_1dli_over {
	0% {
		top: 60px;
		opacity: 0;
	}
	100% {
		top: 50px;
		opacity: 1;
	}
}

.gnb_1dli_over2 .gnb_2dul {display:block;}
.gnb_wrap .gnb_empty {padding:10px 0;width:100%;text-align:center;line-height:2.7em;color:#080808}
.gnb_wrap .gnb_empty a {color:var(--menu-color);text-decoration:underline}
.gnb_wrap .gnb_al_ul .gnb_empty, .gnb_wrap .gnb_al_ul .gnb_empty a {color:#555}


/* 전체메뉴 버튼 */
.menu_all {
  position: relative;
}
.menu_all .btn_all{
  border: 1px solid #ddd;
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  outline: none;
	transition: 0.2s box-shadow ease-out;
}
.menu_all .btn_all >em{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 20px;
	cursor: pointer;
}
#logo img{
	transition: .1s all ease-in;
}
.menu_all .btn_all span {
	display: block;
	width: 100%;
	border-radius: 3px;
	height: 2px;
	background: #000;
	transition: all .3s;
	position: relative;
}
.menu_all .btn_all span + span {
	margin-top: 4px;
}

.menu_all .active span:nth-child(1) {
	animation: ease .7s top forwards;
}

.menu_all .not-active span:nth-child(1) {
	animation: ease .7s top-2 forwards;
}

.menu_all .active span:nth-child(2) {
	animation: ease .7s scaled forwards;
}

.menu_all .not-active span:nth-child(2) {
	animation: ease .7s scaled-2 forwards;
}

.menu_all .active span:nth-child(3) {
	animation: ease .7s bottom forwards;
}

.menu_all .not-active span:nth-child(3) {
	animation: ease .7s bottom-2 forwards;
}
/* 시작시 정지 상태로 */

.menu_all .not-animation.not-active span:nth-child(1){
    top: 0;
		transform: rotate(0deg);
}
.menu_all .not-animation.not-active span:nth-child(2){

    transform: scale(1);
}
.menu_all .not-animation.not-active span:nth-child(3){
    bottom: 0;
		transform: rotate(0);
}

@keyframes top {
	0% {
		top: 0;
		transform: rotate(0);
	}
	50% {
		top: 6px;
		transform: rotate(0);
	}
	100% {
		top: 6px;
		transform: rotate(45deg);
	}
}

@keyframes top-2 {
	0% {
		top: 6px;
		transform: rotate(45deg);
	}
	50% {
		top: 6px;
		transform: rotate(0deg);
	}
	100% {
		top: 0;
		transform: rotate(0deg);
	}
}

@keyframes bottom {
	0% {
		bottom: 0;
		transform: rotate(0);
	}
	50% {
		bottom: 6px;
		transform: rotate(0);
	}
	100% {
		bottom: 6px;
		transform: rotate(135deg);
	}
}

@keyframes bottom-2 {
	0% {
		bottom: 6px;
		transform: rotate(135deg);
	}
	50% {
		bottom: 6px;
		transform: rotate(0);
	}
	100% {
		bottom: 0;
		transform: rotate(0);
	}
}

@keyframes scaled {
	50% {
		transform: scale(0);
	}
	100% {
		transform: scale(0);
	}
}

@keyframes scaled-2 {
	0% {
		transform: scale(0);
	}
	50% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}
/* 전체메뉴 버튼 _end*/


/* 하단 레이아웃 */
#ft {
	background:#F5F6F7;
	border: 1px solid #ededed;
	margin:0 auto;
}
.ft_main_link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	border-bottom:1px solid #e5e5e5;
	padding-top: 20px;
	padding-bottom: 20px;
}
.ft_main_link a{
	display: block;
}
.ft_main_link li:nth-child(1) a{
	max-width: 144px;
}
.ft_main_link li:nth-child(2) a{
	max-width: 153px;
	max-width: 96px;
}
.ft_main_link li:nth-child(3) a{
	max-width: 111px;
}
.ft_main_link li:nth-child(4) a, .ft_main_link li:nth-child(5) a{
	max-width: 191px;
}
.ft_main_link a img{
	width: 100%;
}
.ft_link{
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 10px;
}
.ft_link a{
	color: #333;
	font-size: 0.875rem;
	line-height: 1.4;
}
.ft_cnt{
	padding: 30px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#ft_copy{
	color: #797979;
	font-size: 0.8125rem;
}
#top_btn {
	border: none;
	position:fixed;
	bottom:20px;
	border-radius: 50%;
	right:20px;
	width:50px;
	height:50px;
	background:rgba(255,255,255,0.5);
	border: 1px solid #eee;
	box-shadow: 0 0 4px rgba(0,0,0,0.25);
	background-image: url(../img/common/arrow-up.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
	z-index: 100;
}
#top_btn:hover {
	background: #000;
	background-image: url(../img/common/arrow-up_w.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
	color:#fff
}

/* ------------전체 메뉴------------- */

.nav_all_view{
	visibility: hidden;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	/* background: linear-gradient(145deg, #c13232, #000); */
	background-color: #fff;
	z-index: 100;
}
.nav_all_view.animate__fadeInRightBig {
	overflow-y: auto;
}
.nav_all_view.view{
	visibility: visible;
}
.nav_all_view .inner{
	position: relative;
	height: 100%;
	padding: 0;
}
.nav_all_view .gnb_2da{
	font-size: 1rem;
	display: block;
	padding: 5px 10px;
	opacity: 0.75;
}
.nav_all_view .gnb_2da:hover{
	color: var(--menu-color);
	/* background-color: rgba(196, 48, 43, 0.25); */
	border-radius: 4px;
	opacity: 1;
}
.nav_all_view .main-menu-link{
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 24px;
	padding-bottom: 16px;
	padding-left: 16px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.nav_all_view #gnb_1dul{
	display: flex;
	flex-wrap: wrap;
}
.nav_all_view #gnb_1dul .gnb_1dli{
	padding: 15px 15px 45px;
	width: 25%;
}
.nav_all_view .gnb_1da{
	display: block;
	padding: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 1.875rem;
}
.nav_all_view .gnb_1da:hover{
	color: var(--menu-color);
}
.all_menu{
	height: 100vh;
	overflow: hidden;
}
.all_menu .menu_list, .all_menu #tnb, .all_menu .hd_sch_wr{
	opacity: 0;
	visibility: hidden;
}

.animate__animated.animate__fadeInRightBig, .animate__animated.animate__fadeOutRightBig {
	--animate-duration: 0.5s;
}
.footer_font{
	display: none;
}
#container_title{
	background-color: #f7f7f7;
	padding: 30px 0;
	border-top: 1px solid #eee;
}
#container_title span {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
	padding-bottom: 15px;
}
.mobile_menu_box{
	display: none;
}
.mobile_menu_box .home a{
	display: block;
	text-indent: -9999em;
	width: 48px;
	height: 48px;
	background-image: url(../img/common/home.svg);
	background-repeat: no-repeat;
	background-size: 22px;
	background-position: center;
}
.mobile_menu_box .mobile_menu {
	width: calc(50% - 24px);
	position: relative;
}
.mobile_menu_box .mobile_menu::before{
	content: '';
	width: 1px;
	height: 20px;
	background-color: #eee;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.mobile_menu_box .menu_tit{
	width: 100%;
	padding-left: 12px;
	line-height: 48px;
	background-image: url(../img/common/chevron-down.svg);
	background-repeat: no-repeat;
	background-position: center right 10px;
	cursor: pointer;
}
.mobile_menu_box .sub_depth{
	position: absolute;
	background-color: #fff;
	width: 100%;
	z-index: 10;
	border-radius: 0 0 10px 10px;
	border-top: 1px solid #f5f5f5;
	box-shadow: 0 5px 4px rgba(0,0,0,0.125);
	overflow: hidden;
}
.mobile_menu_box .sub_depth a{
	padding: 8px 12px;
	display: block;
	
}
.mobile_menu_box .sub_depth a:hover{
	background-color: #f7f7f7;
}
.mobile_menu_box .sub_depth .target_blank a{
	background-image: url(../img/common/launch_black.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center right 12px;
}
/* 메뉴관련 반응형  */
@media (min-width:1301px) {
	
	.menu_all .btn_all:hover{
		box-shadow: 0 0 4px #999;
	}
}
@media (max-width:1300px) {
	.gnb_1dli>a{
		font-size: 1.125rem;
	}
	.menu_list .gnb_1da{
    padding: 15px 22px;
	}
	.hd_sch_wr{
		width: 180px;
	}
}
@media (min-width:993px){
	.all_menu #hd{
		/* background-color: #000; */
	}
	.all_menu #logo img{
		filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(90deg) brightness(112%) contrast(400%);
	}
	.nav_all_view{
		background-color: #000;
	}
	.all_menu .menu_all .btn_all span{
		background: #fff;
	}
	.nav_all_view a{
		color: #fff;
	}
	.nav_all_view .bg{
		visibility: hidden;
		font-size: 0;
	}
	.nav_all_view .inner > ul{
		width: 100%;
		padding-top: 120px;
	}
}
@media (max-width:992px){
	.fontSize_2 {
		font-size: 20px
	}
	.fontSize_3 {
		font-size:24px
	}
	#container{
		margin-top: 0;
	}
	.mobile_menu_box{
		margin-top: 64px;
	}
	#container_title{
		padding: 20px 0;
	}
	
	#tnb{
		display: none;
	}
	.mobile_only{
		display: block;
	}
	.pc_only{
		display: none;
	}
	#hd{
		background-color: #fff;
		position: fixed;
		width: 100%;
		top: 0;
	}
	#logo img{
		width: 90px;
	}
	#hd_wrapper .inner{
		padding: 8px 15px;
		border-bottom: 1px solid #eee;
	}
	.nav_all_view{
		background-color: #fff;
	}
	.nav_all_view .inner{
		padding-top: 80px;
		max-width: 800px;
	}
	.nav_all_view #gnb_1dul{
		flex-direction: column;
	}
	.hd_login{
		display: flex;
		align-items: center;
		justify-content: space-around;
		margin: 0 15px;
		border: 1px solid #eee;
		border-radius: 10px;
		background-color: #fafafa;
	}
	.hd_login.hd_login_m{
		border: none;
		background-color: transparent;
	}
	.hd_login li{
		width: 100%;
	}
	.hd_login a{
		font-size: 1rem;
		display: block;
		padding: 12px 16px;
		text-align: center;
	}
	.btn_logout{
		display: none;
	}
	.hd_login_m .btn_login:first-child{
		border-right: none;
		border: 1px solid #ccc;
		border-radius: 25px;
		overflow: hidden;
	}
	.hd_login_m .btn_gnb{
		background-color: #fff;
		padding: 5px;
		width: 100%;
		border: none;
		display: flex;
		gap: 10px;
		align-items: center;
		font-size: 1rem;
		color: #000;
		position: relative;
	}
	.hd_login_m .btn_gnb::after{
		content: '';
		width: 40px;
		height: 40px;
		background-image: url(../img/common/chevron-down.svg);
		background-repeat: no-repeat;
		background-position: center;
		position: absolute;
		top: 5px;
		right: 5px;
		transition: 0.2s all ease-out;
	}
	.hd_login_m .active .btn_gnb::after{
		transform: rotate(180deg);
	}
	
	.hd_login_m .profile_img{
		width: 40px;
		height: 40px;
	}
	.hd_login_m .login_list{
		border-top: 1px solid #eee;
		display: none;
		flex-wrap: wrap;
	}
	.hd_login_m .login_list li{
		width: 50%;
		float: left;
	}
	.hd_login_m .login_list .tnb_admin{
		width: 100%;
		border-top: 1px solid #eee;
		background-color: #fafafa;
	}
	.nav_all_view #gnb_1dul{
		margin: 16px;
		gap: 6px;
	}
	.nav_all_view #gnb_1dul .gnb_1dli{
		width: 100%;
		padding: 0;
		position: relative;
		border: 1px solid #eee;
    border-radius: 10px;
	}
	.nav_all_view .gnb_1da{
		font-size: 1.25rem;
	}
	.nav_all_view .gnb_1dli .bg{
		width: 30px;
		height: 30px;
		border-radius: 50%;
		border: 1px solid #eee;
		position: absolute;
		font-size: 0;
		color: #fff;
		background-image: url(../img/common/chevron-down.svg);
    background-repeat: no-repeat;
    background-position: center;
		right: 7px;
		top: 7px;
		transition: all 0.2s ease-out;
	}
	.mobile_menu_box{
		display: flex;
	}
	.fontSize_2 .nav_all_view .gnb_1dli .bg{
		width: 34px;
		height: 34px;
		background-size: 20px;
		top: 10px;
	}
	.fontSize_3 .nav_all_view .gnb_1dli .bg{
		width: 40px;
		height: 40px;
		background-size: 22px;
		top: 12px;
	}
	.nav_all_view .gnb__more.active .bg{
		transform: rotate(180deg);
	}
	.gnb__more .gnb_2dul{
		display: none;
	}
	.nav_all_view .gnb_2da{
		padding: 10px;
	}
	.nav_all_view .gnb_2da::before{
		content: '- ';
	}
	.nav_all_view .youtube{
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 120px;
	}
	.nav_all_view .youtube a{
		padding: 10px;
		margin-left: 0;
		justify-content: space-between;
		font-size: 1.125rem;
		color: var(--menu-color);
		border-color: rgba(222, 17, 28, 0.5);
	}
	.nav_all_view .youtube i{
		background-image: url(../img/common/youtube_c.svg);
	}
	.footer_font{
		display: flex;
		align-items: center;
		gap: 0.25rem;
	}

	.footer_font span {
		font-size: .875rem;
		color: #666
	}

	.footer_font button {
		border: 1px solid #eee;
		background-color: #fff;
		color: #333;
		padding: 2px 12px;
		border-radius: 2px;
		display: inline-flex;
		align-items: center;
		gap: 0.25rem;
		line-height: 1;
		font-size: .75rem
	}

	.footer_font button span {
		font-size: 1.5rem;
		font-weight: normal;
	}

	.footer_font button:disabled {
		cursor: default;
		opacity: .5
	}
}
@media (max-width:767px){
	#container_title span {
		font-size:1.5rem
	}
}
@media (max-width:575px){	
	.fontSize_3 .hd_sch_wr fieldset{
		height: 38px;
	}
	.fontSize_3 #hd_sch #sch_stx {
    height: 38px;
    line-height: 36px;
	}
	.hd_sch_wr fieldset{
		height: 34px;
	}
	#hd_sch #sch_stx{
		height: 34px;
		line-height: 32px;
	}
	.ft_main_link{
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.ft_main_link li:nth-child(3) a img{
		height: 28px;
		width: auto;
	}
	.ft_main_link li{
		width: calc(33.333% - 15px);
		text-align: center;
	}
	.ft_cnt{
		padding: 15px 0;
		line-height: 1.4;
	}
	.ft_logo{
		display: none;
	}
}
@keyframes mainMenu--more {
	form{
		transform: translateY(calc(-50% + 0.5px)) rotateZ(0deg);
	}
	to{
		transform: translateY(calc(-50% + 0.5px)) rotateZ(90deg);
	}
}


/* 회원약관 */
.terms_box{
  overflow-y: auto;
  height: 300px;
}
.terms_box .platform{
  padding: 20px;
	background-color: #fff;
}
.terms_box .info{
  font-size: 1.125rem;
	margin-bottom: 20px;
}
.terms_box .info u{
	text-decoration: none;
	background-color: #fffd75;
}
.terms_box .info .info_text{
	font-size: 1.5rem;
	margin-top: 10px;
	margin-bottom: 10px;
}
.terms_box p:first-child{
	font-weight: 600;
	color: var(--menu-color);
}
.platform h4{
	font-size: 1.25rem;
	margin-top: 40px;
	color: var(--link-color);
}
.platform h5{
	margin-top: 15px;
}
.platform p, .platform ul{
	margin-top: 5px;
}
.platform ul li{
	padding: 4px 0;
}
.platform ul li span{
	font-family: 'SF Pro Display','Apple SD Gothic Neo','맑은 고딕','Malgun Gothic','돋움',dotum,sans-serif;
	font-size: 18px;
}
.platform ul ul{
	padding-left: 14px;
}


/* 소개 */
.aboutus_txt1{
	font-size: 38px;
	font-weight: 600;
	line-height: 1.2;
	color: #004ec7;
	/* word-break: keep-all; */
}
.aboutus_txt1:first-letter {
	font-size: 100px;  
  float: left;  
  padding: 10px;  
  height: 64px;  
  line-height: 64px;  
}
.aboutus_txt2{
	font-size: 1.5rem;
	margin-bottom: 40px;
	margin-top: 40px;
	line-height: 1.4;
	color: var(--link-color2);
	font-weight: 500;
}
.aboutus_textbox {
	font-size: 1.25rem;
	line-height: 1.6;
}
.aboutus_textbox:first-letter {
	font-size: 4.5rem;
	font-weight: 500;
  float: left;  
  padding: 10px;  
  height: 64px;  
  line-height: 64px;  
}
.aboutus_textbox .img_box{
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	border: 4px solid #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.25);
}
.aboutus_textbox .text_right{
	align-items: center;
	display: flex;
	justify-content: right;
	gap: 16px;
}
.aboutus_textbox .sign{
	width: 100px;
	height: 40px;
	background-image: url(../img/page/aboutus_02_2024.png);
	background-repeat: no-repeat;
	display: inline-block;
	background-position: center;
	background-size: 100px auto;
	font-size: 0;
	color: #fff;
}
#container .ctt_aboutus #ctt_con {
	padding: 10px 0 30px;
	line-height: 1.6;
	max-width: 1000px;
	margin: 0 auto;
}
@media (max-width:575px){	
	.aboutus_txt1{
		font-size: 1.5rem;
	}
	.aboutus_txt1:first-letter {
		font-size: 2.75rem;
		padding: 10px;  
		height: 2.25rem;  
		line-height: 2.25rem;  
	}
	.aboutus_txt2{
		font-size: 1.375rem;
	}
	.aboutus_textbox {
		font-size: 1.125rem;
	}
	.aboutus_textbox:first-letter {
		font-size: 3.5rem;
	}
	.aboutus_textbox .img_box{
		width: 130px;
	}
}


/* 신앙 */
.faith_list{
	display: flex;
	gap: 30px;
	row-gap: 25px;
	flex-wrap: wrap;
}
.faith_list .list_item{
	width: calc(33.333% - 20px);
}
.faith_list .list_item .img_box{
	border-radius: 10px;
	overflow: hidden;
}
.faith_list .list_item .img_box img{
	width: 100%;
	transition: 0.2s transform ease-out;
}
.faith_list .list_item a:hover .img_box img{
	transform: scale(1.05);
}
.faith_list .list_item .text{
	display: flex;	
	font-size: 1.125rem;
	margin-top: 10px;
	align-items: center;
	justify-content: center;
	gap: 4px;
}
.faith_list .list_item a:hover .text{
	color: var(--link-color2);
}
.faith_list .list_item .text i{
	background-image: url(../img/common/launch_black.svg);
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: center;
	width: 18px;
	height: 16px;
}
@media (max-width:767px){
	.faith_list .list_item{
		width: calc(50% - 7.5px);
	}
}
@media (max-width:575px){	
	.faith_list{
		column-gap: 0;
	}
	.faith_list .list_item{
		width: 100%;
	}
}