/* font start */
@font-face {
	font-family: "Pretendard";
	src: url("../fonts/Pretendard-Thin.woff") format("woff"), url("../fonts/Pretendard-Thin.woff2") format("woff2");
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: "Pretendard";
	src: url("../fonts/Pretendard-Light.woff") format("woff"), url("../fonts/Pretendard-Light.woff2") format("woff2");
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: "Pretendard";
	src: url("../fonts/Pretendard-Regular.woff") format("woff"), url("../fonts/Pretendard-Regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "Pretendard";
	src: url("../fonts/Pretendard-Medium.woff") format("woff"), url("../fonts/Pretendard-Medium.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: "Pretendard";
	src: url("../fonts/Pretendard-SemiBold.woff") format("woff"), url("../fonts/Pretendard-SemiBold.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: "Pretendard";
	src: url("../fonts/Pretendard-Bold.woff") format("woff"), url("../fonts/Pretendard-Bold.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: "Pretendard";
	src: url("../fonts/Pretendard-ExtraBold.woff") format("woff"), url("../fonts/Pretendard-ExtraBold.woff2") format("woff2");
	font-weight: 800;
	font-style: normal;
}
@font-face {
    font-family: 'OTEnjoystoriesBA';
	src: url("../fonts/OTEnjoystoriesBA_Medium.woff") format("woff"), url("../fonts/OTEnjoystoriesBA_Medium.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'KOHIBaeumOTF';
	src: url("../fonts/KOHIBaeum.woff") format("woff"), url("../fonts/KOHIBaeum.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root{
    --main-color:#00A990;
}
/* header */
.header .menu .depth_01_ul{
	gap: 0 48px;
}
.header .right_tool{
	/* min-width: unset; */
}
@media screen and (max-width: 1550px) {
	.header .menu .depth_01_ul{
		gap: 0 35px;
	}
}
/* 맨위로 버튼 */
.TopTobtn {
    position: fixed;
    display: none;
    bottom: 5%;
    right: 5%;
    background-color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    z-index: 2000;
    box-shadow: 0px 0px 15px #0000001A;;
}
.TopTobtn  img{
    width: 40px;
}














/* 학과안내 공통스타일 */
.department.guide{

}
.sub_top_title{
	font-size: 35px;
	font-weight: 600;
	margin-bottom: 70px;
	text-align: center;
	font-weight: 800;
}
.department.guide .part_wrap {
	display: flex;
	justify-content: space-between;
	gap: 0 90px;
}
.department.guide .part_wrap .part{
	flex: 1;
}
.department.guide .part_wrap .part .tit{
    width: 250px;
    height: 75px;
    background-color: #fff;
    font-weight: 800;
    font-size: 27px;
    padding-top: 28px;
    padding-left: 10px;
    margin-top: -44px;
    z-index: 1;
    position: relative;
}
.department.guide .part_wrap .part ul.list{
	display: flex;
	flex-direction: column;
	margin-top: 40px;
	padding: 0 10px;
	gap: 25px 0;
}
.department.guide .part_wrap .part ul.list li{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.department.guide .part_wrap .part ul.list li .left_area{
	font-size: 22px;
}
.department.guide .part_wrap .part ul.list li .right_area{
	display: flex;
	align-items: center;
}
.department.guide .part_wrap .part ul.list li .right_area .info{
	display: inline-flex;
	padding: 8px 19px 7px 13px;
	border: 1px solid #BCBCBC;
	border-radius: 23px;
	background-color: #fff;
	font-size: 16px;
	font-weight: 500;
}
.department.guide .part_wrap .part ul.list li .right_area .info::before{
	content: "";
	position: relative;
	margin-right: 4px;
	width:20px;
	height: 20px;
	background: url(../../main/images/icon_department_exclamation.svg);
	background-size: contain;
}
.department.guide .part_wrap .part ul.list li .right_area .home{
	width: 36px;
	height: 36px;
	display: inline-flex;
	justify-content: center;
    align-items: center;
	background-color: #00A990;
	border-radius: 50%;
	margin-left: 7px;
}
.department.guide .part_wrap .part ul.list li .right_area .home img{
	width: 14px;
	height: 14px;
	object-fit: contain;
}
@media screen and (max-width: 1440px) {
	.department.guide .part_wrap{
		gap: 0 45px;
	}
	.department.guide .part_wrap .part ul.list li .left_area{
		font-size: 19px;
	}
}
@media screen and (max-width: 1100px) {
	.department.guide .part_wrap{
		gap: 0 25px;
	}
	.department.guide .part_wrap .part .tit {
		width: 210px;
		height: 55px;
		font-size: 23px;
		padding-top: 18px;
		padding-left: 10px;
		margin-top: -33px;
	}
}
@media screen and (max-width: 1024px) {
	.department.guide .part_wrap{
		flex-direction: column;
	}
	.department.guide .part_wrap .part{
		width: 80%;
        margin: 0 auto;
		margin-bottom: 70px;
	}
	.department.guide .part_wrap .part img{
		
	}
}
@media screen and (max-width: 767px) {
	.sub_top_title{
		font-size: 24px;
		margin-bottom: 40px;
	}
	.department.guide .part_wrap .part{
		width: 100%;
		margin-bottom: 50px;
	}
	.department.guide .part_wrap .part .tit{
		width: 160px;
		height: 50px;
		font-size: 21px;
	}
	.department.guide .part_wrap .part ul.list{
		margin-top: 20px;
		gap: 20px 0;
	}
	.department.guide .part_wrap .part ul.list li .right_area .info{
		font-size: 15px;
		padding: 8px 9px 6px 7px;
	}
	.department.guide .part_wrap .part ul.list li .right_area .info::before{
		width: 16px;
		height: 16px;
	}
	.department.guide .part_wrap .part ul.list li .right_area .home{
		width: 32px;
		height: 32px;
		margin-left: 5px;
	}
	.department.guide .part_wrap .part .tit{
		margin-top: -50px;
	}
}
@media screen and (max-width: 580px) {
	.sub_top_title{
		font-size: 22px;
		margin-bottom: 20px;
	}
}




/* 학과 공통스타일 */
.department.view{

}
.department.view .section01{
	position: relative;
}

.department.view .section01 .top_area{
	position: relative;
	max-width: 1440px;
	margin: 0 auto;
	padding-left: 600px;
	padding-right: 30px;
	padding-bottom: 60px;
	padding-top: 20px;
}
.department.view .section01 .top_area .bg_img{
	position: absolute;
	top: 0;
	left: 0;
}
.department.view .section01 .top_area .en_text{
	font-size: 20px;
	font-weight: 300;
	position: relative;
}
.department.view .section01 .top_area .en_text::before{
	content: "";
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 100px;
	height: 1px;
	background-color: #222;
}
.department.view .section01 .top_area .sub_text{
	font-size: 25px;
	font-weight: 300;
	margin-top: 51px;
	line-height: 1.4;
}
.department.view .section01 .bottom_area{
	background-color: #ECF3FF;
}
.department.view .section01 .bottom_area .in{
	max-width: 1440px;
	padding-left: 600px;
	padding-top: 60px;
	padding-bottom: 60px;
	margin: 0 auto;
}
.department.view .section01 .bottom_area .cont_text{
	font-size: 18px;
	font-weight: 400;
	display: flex;
	flex-direction: column;
	gap: 30px 0;
	font-size: 18px;
	line-height: 1.5;
}
.department.view .section01 .bottom_area .button_wrap{
	display: flex;
	justify-content: flex-end;
	gap: 0 10px;
	margin-top: 55px;
}
.department.view .section01 .bottom_area .button_wrap .btn{
	display: flex;
	align-items: center;
	gap: 0 13px;
	font-size: 18px;
	font-weight: 500;
	padding: 20px 40px;
	border: 1px solid #DEE8F8;
	border-radius: 35px; 
	background-color: #fff;
	font-weight: 500;
}
.department.view .section01 .bottom_area .button_wrap .btn i{
	width: 20px;
	display: inline-flex;
}
.department.view .section_wrap{

}
.department.view .section_wrap .section{
	position: relative;
	padding-top: 100px;
	display: flex;
}
.department.view .section_wrap .section:first-of-type{
	padding-top: 100px;
}
.department.view .section_wrap .section:first-of-type::after{
	content: "";
	position: absolute;
	left: 259px;
	top: 0;
	background-color: #222;
	width: 3px;
	height: 50px;
}
.department.view .section_wrap .section:last-of-type{
	padding-bottom: 50px;
}
.department.view .section_wrap .section::before{
	content: "";
	position: absolute;
	left: 260px;
	top: 0;
	background-color: #ECECEC;
	width: 1px;
	height: 100%;
}
.department.view .section_wrap .section .left_zone {
	width: 260px;
}
.department.view .section_wrap .section .left_zone .title{
	font-size: 30px;
	font-weight: 800;
}
.department.view .section_wrap .section .right_zone{
	width: calc(100% - 260px);
	padding-left: 60px;
}
.department.view .section_wrap .section .right_zone ul.characteristic{
	display: flex;
	flex-direction: column;
	gap: 16px 0;
}
.department.view .section_wrap .section .right_zone ul.characteristic li{
	display: flex;
	align-items: flex-start;
}
.department.view .section_wrap .section .right_zone ul.characteristic li .num{
	width: 24px;
	min-width: 24px;
	height: 24px;
	background-color:#00A990;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	transform: translateY(-1px);
}
.department.view .section_wrap .section .right_zone ul.characteristic li .cont{
	padding-left: 12px;
	font-size: 18px;
}
.department.view .section_wrap .section .right_zone{

}
.department.view .section_wrap .section .right_zone ul.box_st{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.department.view .section_wrap .section .right_zone ul.box_st li{
	padding: 16px;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #B7B7B7;
	border-radius: 3px;
}
.department.view .section_wrap .section .right_zone ul.box_st li .text_blue{
	display: inline-block;
	color: #1C63B7;
	font-size: 16px;
	margin-left: 15px;
}
.department.view .section_wrap .section .right_zone .info{
	line-height: 1.5;
	font-size: 18px;
	margin-bottom: 20px;
}
.department.view .section_wrap .section .right_zone .purpose{
	line-height: 1.5;
	font-size: 18px;
}
@media screen and (max-width: 1510px) {
	.department.view .section01 .top_area{
		min-height: 286px;
		padding-left: 390px;
	}
	.department.view .section01 .bottom_area .in{
		padding-left: 30px;
		padding-right: 30px;
	}
	.department.view .section01 .top_area .bg_img{
		width: 286px;
		left: 30px;
	}
	.department.view .section01 .bottom_area .button_wrap{
		justify-content: center;
	}
}
@media screen and (max-width: 1300px) {
	.department.view .section01 .top_area{
		padding-left: 360px;
	}
}
@media screen and (max-width: 1024px) {
	.department.view .section01 .top_area{
		padding-bottom: 40px;
	}
	.department.view .section_wrap .section::before{
		display: none;
	}
	.department.view .section_wrap .section:first-of-type::after{
		display: none;
	}
	.department.view .section_wrap .section{
		flex-direction: column;
		padding-top: 50px;
	}
	.department.view .section_wrap .section .right_zone{
		width: 100%;
		margin-top: 15px;
		padding-left: 0;
	}
	.department.view .section_wrap .section .left_zone{
		width: 100%;
	}
	.department.view .section_wrap .section:first-of-type{
		padding-top: 30px;
	}
	.department.view .section_wrap .section .left_zone .title{
		font-size: 25px;
	}
	.department.view .section01 .bottom_area .button_wrap .btn{
		padding: 25px 40px;	
	}
}
@media screen and (max-width: 767px) {
	.department.view .section01 .top_area{
		padding-left: 310px;
		padding-right: 15px;
	}
	.department.view .section01 .top_area .en_text{
		font-size: 15px;
	}
	.department.view .section01 .top_area .sub_text{
		font-size: 18px;
		margin-top: 30px;
	}
	.department.view .section01 .top_area .bg_img{
		left: 15px;
	}
	.department.view .section01 .bottom_area .cont_text{
		font-size: 17px;
	}
	.department.view .section_wrap .section .right_zone ul.characteristic li .cont{
		font-size: 17px;
		padding-left: 7px;
	}
	.department.view .section_wrap .section .right_zone ul.characteristic li .num{
		width: 22px;
		height: 22px;
		min-width: 22px;
		font-size: 13px;
	}
	.department.view .section_wrap .section .right_zone ul.box_st{
		gap: 7px;
	}
	.department.view .section_wrap .section .right_zone ul.box_st li{
		padding: 9px;
		font-size: 17px;
	}
	.department.view .section_wrap .section .left_zone .title{
		font-size: 20px;
	}
	.department.view .section_wrap .section .right_zone .purpose{
		font-size: 17px;
	}
	.department.view .section_wrap .section .right_zone ul.box_st li .text_blue{
		font-size: 15px;
	}
	.department.view .section01 .bottom_area .in{
		padding-left: 15px;
		padding-right: 15px;
	}
	.department.view .section01 .bottom_area .button_wrap{
		margin-top: 45px;
	}
	.department.view .section01 .bottom_area .button_wrap .btn{
		padding: 15px 20px;
		font-size: 15px;
	}
	.department.view .section01 .bottom_area .button_wrap .btn i{
		font-size: 18px;
	}
}
@media screen and (max-width: 700px) {
	.department.view .section01 .top_area .bg_img{
		width: 260px;
	}
}
@media screen and (max-width: 580px) {
	.department.view .section01 .top_area .bg_img{
		display: none;
	}
	.department.view .section01 .top_area{
		padding-left: 15px;
		text-align: center;
		padding-bottom: 20px;
		min-height: auto;
	}
	.department.view .section01 .top_area .en_text::before{
		left: 50%;
		transform: translateX(-50%);
	}
	.department.view .section01 .bottom_area .button_wrap{
		gap: 0 5px;
	}
	.department.view .section01 .bottom_area .button_wrap .btn {
        padding: 12px 14px;
        font-size: 15px;
		border-radius: 35px;
    }
	.department.view .section01 .bottom_area .in{
		padding-top: 20px;
		padding-bottom: 30px;
	}
}
