@charset "UTF-8";

.taskintro p {
	text-align: center;
}

.taskintro p.blue_tit {
	color: #2B6CB9;
	font-weight: 800;
	margin-top: 10px;
}

.taskintro .task_Slogo, .taskintro .task_Llogo {
	width: 100%;
	text-align: center;
	padding-top: 10px;
}

.task_Slogo .task_logo {
	width: 25%;
}

.task_Llogo .task_logo {
	text-align: center;
	margin: 49px 0 55px 0;
}

.taskintro_con {
	display: flex;
	align-items: center;
	gap: 25px;
    flex-direction: column;
    
    	.right {
    		 img {
    		     width: 15rem;
    		     }
    	}
}

.taskintro_con .left img {
	width: 88%;
}

section.taskcard {
	width: 100%;
	background: #F7F7F7;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding: 70px 0;
	margin: 0;
	color: #444;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.taskcard .intro_tit h3 {
	font-size: 2.5rem;
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
	letter-spacing: -0.15rem;
	font-weight: 400;
	margin-bottom: 30px;
}

.taskcard .intro_tit .blue_tit {
	color: #2B6CB9;
	font-weight: 600;
}

.taskcard p {
	text-align: center;
}

.newcard_wrap {
	padding: 30px 0 50px 0;
}
.newcard_wrap .card_ex_mo {
	display: none;
}

.editg {
	font-size: 50px !important;
	position: absolute;
	top: 50%;
}

.task_evaluation .intro_tit span.blue_tit {
	color: #2B6CB9;
	font-weight: 600;
}

.metod_card {
	display: flex;
	align-items: center;
	gap: 50px;
}

.metod_card div {
	flex: 1;
	text-align: center;
}

.metod_card .metodT {
	border: 1px solid #D7D7D7;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 34px 0;
	gap: 10px;
	width: 100%;
}

.metod_t .metodT h3 {
	font-size: 1.75rem;
	width: initial;
	margin-top: 10px;
	text-align: center;
	letter-spacing: -0.15rem;
	margin-bottom: 10px;
	color: #2F2F2F;
	position: relative;
	z-index: 2;
}

.metod_t .metodT h3::after {
	display: block;
	content: '';
	width: 100%;
	height: 13px;
	background: #d4e8ff;
	border-radius: 50px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -4px;
	z-index: -1;
}

.metod_card .metodT p {
	color: #6C6C6C;
	line-height: 20px;
	margin-bottom: 20px;
}

.metod_card .metodT .metod_ico {
	border-radius: 50%;
	background: #F3F8FF;
	border: 1px solid #C1D5ED;
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 18px;
}

.metod_t .metodT .metod_img {
	border: 1px solid #D7D7D7;
	border-radius: 10px;
	overflow: hidden;
	max-height: 306px;
}

.metod_m {
	display: flex;
	justify-content: space-evenly;
	text-align: center;
	align-items: center;
	padding: 40px 0;
}

.metod_m .metod_txt {
	font-size: 1.3rem;
	width: 371px;
	height: 92px;
	border-radius: 97px;
	line-height: 28px;
	border: 1px solid #fff;
	background:linear-gradient(96deg, #2B6CB9 36.02%, #a7c9f1 98.87%);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
}

.metod_b h3 {
	line-height: 36px;
	font-weight: 400;
}

.metod_b h3 span {
	font-weight: 600;
}
.task_go {
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
}
.taskgo_top {
	display: flex;
	align-items: center;
	gap: 20px;
}
.task_go .task_mlogo img {
	width: 90px;
}
.task_go p {
	font-size: 1.625rem;
	color: #2B6CB9;
	font-weight: 500;
}
.task_video {
	background: #2B6CB9;
	border-radius: 4px;
	box-shadow: 2px 4px 9.1px 0px rgba(0, 0, 0, 0.32);
	color: #fff;
	border: 0;
	padding: 0 15px;
	transition: all 0.3s;
		&:hover {
		 opacity: 0.6;
		}
}
.guide_tit {
    display: flex;
    gap: 50px;
    margin-bottom: 85px;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-bottom: 1px dashed #D9D9D9;
    padding-bottom: 40px;
}
.guide_tit .guide_txt  h3{
	font-size: 1.375rem;
	margin-bottom: 25px;
}
.guide_tit .guide_txt  h3 span {
	color: #2B6CB9;
}
.guide_tit .guide_txt p{
	font-size: 1.125rem;
	margin-bottom: 40px;
	line-height: 26px;
}
.symbol_guide  {
	display: flex;
	gap: 20px;
    margin-bottom: 60px;
}
.symbol_guide h3 {
	margin-bottom: 15px;
}
.taskintro_wrap {
	display: flex;
	gap: 50px;
}
section.introduce, section.introduce_pdf, section.task_evaluation {
	padding: 80px 0px 10px 0px;
	margin: 0;
	color: #444;
	display: flex;
	flex-direction: column;
	align-items: center;
}

section.introduce_pdf {
	padding: 50px 10px 10px 10px;
}

.introduce p span.corpus_www {
	font-size: 0.875rem;
}

.introduce .about_corpus {
	width: 100%;
	height: 700px;
	margin: 40px 0;
	display: grid;
	place-items: center;
}

.about_corpus>div {
	width: 700px;
	height: 100%;
	background: url(../images/about_corpus.png) no-repeat center;
	background-size: 100% 100%;
}

section.introduce .symbol_wrap .introduce_tit {
	width: 100%;
	margin-bottom: 25px;
	font-size: 22px;
	font-weight: 600;
	color: #222;
}

section.introduce .introduce_wrap p, section.introduce .symbol_wrap p,
	.taskcard p {
	width: 100%;
	font-size: 1.2rem;
	line-height: 1.5;
	margin-bottom: 33px;
	word-break: break-all;
	letter-spacing: -0.65px;
}

section.introduce .symbol_wrap p.intro_guide {
	font-size: 1rem;
	color: #666;
}

.introduce  p.intro_tit, .introduce .know_wrap p.intro_tit,
	.introduce .symbol_wrap p.intro_tit, .task_evaluation p.intro_tit {
	font-size: 2.5rem;
	width: 100%;
	margin-bottom: 50px;
	text-align: center;
	color: #111;
	letter-spacing: -0.15rem;
}
.intro_slg {
	margin-top: 120px;
}
.introduce  p.intro_tit span, .introduce .know_wrap p.intro_tit span
	{
	font-weight: bold;
}

.introduce .know_wrap .intro_tit span {
	color: #007b70;
}

.introduce .text_wrap {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	gap: 20px;
}

.text_wrap .text_box {
	width: calc(50% - 20px);
	height: 100%;
	border: 1px solid #f0f0f0;
	border-radius: 5px;
	box-shadow: rgba(204, 219, 232, 0.3) 3px 3px 6px 0px inset;
}

.introduce .video_wrap {
	width: 10000px;
	padding: 60px 0;
	margin: 50px 0 70px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 60px;
	background-color: #F7F7F7;
}

.video_inner {
	width: 1440px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 30px;
}

.introduce .video_wrap .video_inner>video {
	width: 770px;
	height: 400px;
	object-fit: cover;
	border: 1px solid #eee;
	border-radius: 10px;
	box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1)
		0px 0px 8px;
	box-sizing: border-box;
	cursor: pointer;
}

video[poster] {
	height: 100%;
	width: 100%;
}

.video_wrap .video_inner>div {
	width: 636px;
	height: 331px;
	font-size: 1.15rem;
	letter-spacing: -0.09rem;
	line-height: 1.5;
	display: flex;
	flex-direction: column;
	gap: 15px;
	letter-spacing: -0.65px;
}

.know_wrap {
	width: 100%;
		.left {
			display: flex;
		    align-items: center;
		    justify-content: center;
		}
}

.know {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 30px;
}

.know li {
	width: 460px;
	height: 330px;
	padding: 20px 25px 25px 25px;
	display: flex;
	text-align: center;
	border-radius: 10px;
	background: #FFF;
	box-shadow: 3px 5px 10px 0px rgb(0 0 0/ 7%);
	flex-direction: column;
	align-items: center;
}

.know li p {
	position: relative;
}

.know li:first-child p::after {
	content: '';
	width: 0;
	height: 10px;
	position: absolute;
	background: rgba(236, 119, 174, 0.3);
	top: 10px;
	left: 58px;
}

.know li:first-child:hover p::after {
	width: 167px;
	transition: all 0.3s;
}

.know li:nth-child(2) p::after {
	content: '';
	width: 0;
	height: 10px;
	position: absolute;
	background: rgba(243, 139, 43, 0.3);
	top: 10px;
	left: 63px;
}

.know li:nth-child(2):hover p::after {
	width: 145px;
	transition: all 0.3s;
}

.know li:last-child p::after {
	content: '';
	width: 0;
	height: 10px;
	position: absolute;
	background: rgba(255, 213, 123, 0.3);
	top: 10px;
	left: 78px;
}

.know li:last-child:hover p::after {
	width: 198px;
	transition: all 0.3s;
}

.know li div {
	width: 100%;
	height: 328px;
	margin-top: 25px;
	border-radius: 5px;
	overflow: hidden;
	background-size: 100%;
}

.know li:first-of-type div {
	background: url(../images/introduce_img_1.png) center no-repeat;
}

.know li:nth-of-type(2) div {
	background: url(../images/introduce_img_2.png) center no-repeat;
}

.know li:last-of-type div {
	background: url(../images/introduce_img_3.png) center no-repeat;
}

.introduce .text_wrap {
	width: 10000px;
	padding: 50px 0;
	margin: 70px 0;
	background-color: #fafafa;
	display: flex;
	justify-content: center;
	align-items: center;
}

.text_wrap div {
	width: 1440px;
}

.text_wrap ul {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.text_wrap ul li {
	font-size: 1.15rem;
	line-height: 1.5;
	word-break: break-all;
	letter-spacing: -0.65px;
}

.text_wrap ul li span {
	font-size: 0.9rem;
}

.book_wrap {
	width: 1500px;
	position: relative;
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}

.book {
	width: 1400px;
	height: 820px;
	overflow: hidden;
	position: relative;
}

#pdf_images {
	width: 1400px;
	height: 820px;
	transition: transform 0.5s ease-in-out;
	display: flex;
}

#pdf_images .image {
	width: 50%;
	height: 856px;
}

#prevBtn, #nextBtn {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 24px;
	cursor: pointer;
	z-index: 999;
}

#prevBtn {
	left: -5px;
	background: url(/images/left.png) no-repeat center;
	background-size: 100%;
	z-index: 999;
}

#nextBtn {
	right: -5px;
	background: url(/images/right.png) no-repeat center;
	background-size: 100%;
	z-index: 999;
}

.book_wrap {
	width: calc(115% - 200px);
}

.book {
	width: 100%;
}

#pdf_images {
	width: 100%;
}

.introduce .corpuspdf_wrap {
	width: 100%;
	margin-bottom: 60px;
	display: grid;
	place-items: center;
}

.corpuspdf_wrap a {
	width: 680px;
	height: 889px; //
	background: url(../images/corpus_pdf.png) no-repeat center;
	background-size: 100% 100%;
	border: 1px solid #eee;
	border-radius: 5px;
}

.corpuspdf_wrap a:hover {
	box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
	transition: all 0.3s;
}

.corpuspdf_wrap p {
	margin-top: 15px;
}

/*상징 소개*/
.symbol_wrap {
	float: left;
	box-sizing: border-box;
	width: 100%;
}

.character_wrap {
	border: 2px solid #F5F5F5;
	border-radius: 10px;
}

.character_wrap, .logo_type_wrap, .character_type_wrap {
	float: left;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 60px;
}

.character_wrap {
	height: 663px;
	background: url('../images/character.svg') center no-repeat;
}

.logo_type_wrap {
	height: 1039px;
	background: url('../images/logo_type.svg') center no-repeat;
}
/*
.character_type_wrap{
	height: 325px;
	margin-bottom: 50px;
	background: url('../images/character_type.svg') center no-repeat;
}*/
.explan_tit {
	float: left;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 20px;
	font-size: 1rem;
	font-weight: bold;
}

.emblem_wrap {
	display: flex;
	gap: 10px;
	justify-content: center;
}
.emblem_wrap .btn.btnB {
    padding: 0 26px;
    line-height: 55px;
    height: 55px;
    font-size: 1.125rem;
}

.emblem_wrap a {
	width: max-content !important;
}

/* mobile */
@media screen and (max-width:1220px) {
	.introduce .video_wrap {
		flex-direction: column;
	}
	.know li:first-child:hover p::after, .know li:nth-of-type(2):hover p::after,
		.know li:last-child:hover p::after {
		width: 0px;
	}


}

@media screen and (max-width:1200px) {

	.text_wrap div {
		width: 910px;
	}
	.newcard_wrap .card_ex_mo {
		display: block;
        width: 100%;
        object-fit: cover;
	}
	.newcard_wrap .card_ex {
		display: none;
	}
	section.introduce .introduce_wrap p, section.introduce .symbol_wrap p, .taskcard p {
    width: 100%;
    font-size: 0.8rem;
    line-height: 1.2;
    margin-bottom: 0;
    word-break: keep-all;
    letter-spacing: -0.65px;
}
.introduce p.intro_tit, .introduce .know_wrap p.intro_tit, .introduce .symbol_wrap p.intro_tit, .task_evaluation p.intro_tit {
		font-size: 1.1rem;
        margin-bottom: 20px;
        word-break: keep-all;
        line-height: 32px;
        letter-spacing: -1px;
}

	.taskintro_wrap {
		width: 100%;
	}
	.task_Llogo .task_logo {
		width: 100%;
		margin: 50px 10px 20px 10px;
	}
	.taskcard .intro_tit h3 {
        font-size: 1.1rem;
        margin-bottom: 15px;
        letter-spacing: -1px;
}
.newcard_wrap {
    padding: 30px 0;
	min-width: 800px;
}
.newcard_wrap img {
    width: 100%;
}
.metod_t .metodT h3 {
        font-size: 0.875rem;
        letter-spacing: 0;
        font-weight: 600;
}
.taskgo_top {	
    flex-direction: column;
}
.metod_b h3 {
    line-height: 26px;
    font-weight: 400;
    font-size: 1rem;
    text-align: center;
}
.intro_slg {
    margin-top: 50px;
}
    .guide_tit {
      display: flex;
      gap: 20px;
      margin-bottom: 50px;
      margin-top: 20px;
      justify-content: center;
      align-items: center;
      width: 100%;
      border-bottom: 1px dashed #D9D9D9;
      padding-bottom: 0px;
      flex-direction: column;
      text-align: center;
    }
.guide_img img{
	width: 90%;
}
.symbol_guide {
    flex-direction: column;
     width: 100%;
}
.symbol_guide img {
	width: 100%;
}
.symbol_guide h3 {
    font-size: 0.875rem;
    font-weight: 600;
    color: #111;
}
.emblem_wrap {
	flex-direction: column;
     gap: 10px;
     align-items: center;
     
}
.emblem_wrap .btn.btnB {
    font-size: 0.75rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
    background: #292f38;
    vertical-align: middle;
    line-height: 40px;
    height: 40px;
    border-radius: 3px;
}
.emblem_wrap a {
	width: 100% !important;
}

@media screen and (max-width:940px) {
	#scontent {
    margin: 30px 10px 80px 10px;
}
section.introduce, section.introduce_pdf, section.task_evaluation {
    padding: 0px 0px 10px 0px;
}
section.taskcard {
    width: 100%;
    padding: 0;
}
section.taskcard .intro_tit {
	width: 95%;
}
.intro_tit {
	margin-top: 30px;
}
	.text_wrap div {
		width: 580px;
	}
	.taskintro_wrap {
		display: flex;
		gap: 40px;
		flex-direction: column ;
	}
	.metod_card {
    	flex-direction: column;
}
    .task_Llogo .task_logo {
        width: 90%;
        margin: 50px 10px 20px 10px;
    }
    .task_Slogo .task_logo {
    width: 20%;
}
.metod_img img {
	width: 60%;
}
.task_go p {
    font-size: 1.1rem;
}

.metod_card .metodT .metod_ico {
	width: 45px;
	padding: 10px;
}
.metod_card .metodT {
	border: 1px solid #D7D7D7;
     border-radius: 10px;
     display: flex;
     align-items: center;
     justify-content: center;
     flex-direction: column;
     padding: 20px 0;
     gap: 8px;
     width: 95%;
}
.metod_card .metodT p {
    color: #6C6C6C;
    line-height: 18px;
    margin-bottom: 20px;
    font-size: 0.75rem; 
}
.task_video {
    display: flex;
    align-items: center;
    gap: 10px;
}
.guide_tit .guide_txt h3 {
     font-size: 1rem;
    margin-bottom: 25px;
    text-align: center;
    line-height: 23px;
    font-weight: 600;
    letter-spacing: -1px;
    color: #111;
}
.guide_tit .guide_txt h3 span {
   font-weight: 600;
}
.guide_tit .guide_txt p {
    font-size: 0.75rem;
    margin-bottom: 40px;
    line-height: 22px;
    letter-spacing: -1px;
    color: #444;
}

@media screen and (max-width:650px) {
	#contents .inner {
		padding: 50px 0 10px 0;
	}
	.introduce .video_wrap, .introduce .text_wrap {
		margin: 40px 0;
	}
	section.introduce_pdf {
		padding: 10px 10px 10px 10px;
	}
	#pdf_images .image {
		width: 100%;
	}
	.book_wrap {
		margin-bottom: 0;
	}
}

@media screen and (max-width:600px) {
	.introduce .video_wrap>video {
		width: 360px;
		height: 201px;
	}
	.video_wrap div {
		width: 360px;
	}
	.text_wrap div {
		width: 360px;
	}
	#pdf_images>span {
		transform: translate(-112%, 1819%);
	}
		.metod_t .metodT .metod_img {
		width: 80%;
	}
	.metod_t .metodT .metod_img img {
		width: 100%;
	}
}