/* 공통 */
#A_Footer {
    margin: 0;
}
#A_Container section .limit {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
#A_Container section .minWidth {
    min-width: 100%;
    padding: 0 15px;
}
#A_Container section h4.sub_title {
    font-family: "paybooc_Otf_extrabold";
    font-size: 24px;
    margin: 0 0 5px;
    line-height: 1;
}
#A_Container section h4.sub_title + strong {
    display: block;
    font-size: 15px;
    font-weight: 300;
    margin: 0 0 30px;
    line-height: 1;
}
/* tap */
.tap_wrap {
    position: relative;
    margin: 0 0 45px;
    height:85px;
}
.tap_wrap .swiper-container .swiper-slide {
    display: inline-block;
    width: 33%;
    text-align: center;
    cursor: pointer;
}
.tap_wrap ul:nth-of-type(1) li {
    position: relative;
    z-index: 2;
}
.tap_wrap .swiper-container .swiper-slide .img_wrap {
    position: relative;
    margin: 0 0 10px;
    width: 100%;
    height: 43px;
}
.tap_wrap .swiper-container .swiper-slide .img_wrap img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    height: 100%;
    max-width: none;
    opacity: 0;
    transition: .5s ease;
}
.tap_wrap .swiper-container .swiper-slide .img_wrap img:nth-of-type(2) {
    opacity: 1;
}
.tap_wrap .swiper-container .swiper-slide.on .img_wrap img:nth-of-type(1) {
    opacity: 1;
}
.tap_wrap .swiper-container .swiper-slide.on .img_wrap img:nth-of-type(2) {
    opacity: 0;
}
.tap_wrap .swiper-container .swiper-slide .img_wrap + p {
    font-size: 14px;
    font-weight: 300;
    color: #666;
    transition: .5s ease;
}
.tap_wrap .swiper-container .swiper-slide.on .img_wrap + p {
    color: 3333;
    font-weight: 500;
}




/* 리스트 */
.list_part li {
    display: inline-block;
    width: calc((100% - 10px) / 2);
    height: auto;
    margin: 0 10px 20px 0;
    border-radius: 10px;
    float: left;
    background: #fff;
    box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.1);
}
.list_part li:nth-of-type(2n) {
    margin: 0 0 20px;
}
.list_part li > a {
    display: inline-block;
    width: 100%;
    /* height: 100%; */
}
.list_part li .img_wrap {
    position: relative;
    width: 100%;
    height: 29vw;
    overflow: hidden;
    float: left;
}
.list_part li .img_wrap img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.list_part li .txt_wrap {
    width: 100%;
    padding: 10px;
    float: left;
}
.list_part li .txt_wrap .list_tit {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    margin: 0 0 10px;
    font-weight: 400;
}
.list_part li .txt_wrap .list_tit + p {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 14px;
    color: #666;
    font-weight: 300;
    line-height: 1.4;
    height: 2.8em;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* 더보기 버튼 */
.btn_wrap {
    text-align: center;
}
.btn_more {
    width: 100%;
    border: 1px solid #0085c8;
    background: transparent;
    padding: 10px;
    cursor: pointer;
    transition: .5s ease;
}
.btn_more:hover {
    background: #0085c8;
}
.btn_more span {
    display: inline-block;
    font-family: "paybooc_Otf_medium";
    font-size: 18px;
    color: #0085c8;
    margin: 0 8px 0 0;
    transition: .5s ease;
}
.btn_more:hover span {
    color: #fff;
}
.btn_more div {
    display: inline-block;
    position: relative;
    width: 9px;
    height: 14px;
    transform: translate(0,1px);
}
.btn_more div img {
    position: absolute;
    opacity: 0;
    transition: .5s ease;
    left: 0;
    top: 0;
}
.btn_more div img:nth-of-type(2) {
    opacity: 1;
}
.btn_more:hover div img:nth-of-type(1) {
    opacity: 1;
}
.btn_more:hover div img:nth-of-type(2) {
    opacity: 0;
}
.btn_more p {
    font-size: 16px;
    font-family: "paybooc_Otf_medium";
    display: inline-block;
    color: #0085c8;
    transform: translate(0,-1px);
    transition: .5s ease;
}
.btn_more:hover p {
    color: #fff;
}
/* main_banner */
.main_banner_area {
    min-width: 100%;
}

.main_banner_area .swiper-tool_wrap {
    position: absolute;
    width: 60px;
    height: 20px;
    top: 110px;
    left: 15px;
    z-index: 2;
    transform: translate(0,-50%);
}
.main_banner_area .swiper-pagination-fraction {
    font-family: 'Montserrat', sans-serif;
    width: auto;
    bottom: auto;
    right: auto;
    color: rgba(255,255,255,0.4);
    left: 0;
    font-size: 11px;
}

.main_banner_area .swiper-pagination-total::before,
.main_banner_area .swiper-pagination-current::before {
    content: "0";
    display: inline-block;
}
.main_banner_area .swiper-pagination-fraction span:nth-of-type(1) {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}
.main_banner_area .swiper-pagination-fraction span:nth-of-type(2) {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 300;
    color: rgba(255,255,255,0.4);
}
.main_banner_area .swiper-tool_wrap .swiper-scrollbar {
    display: inline-block;
    width: 75px;
    height: 1px;
    left: 60px;
    background: rgba(255,255,255,0.3);
}



.main_banner_area .swiper-button-wrap {
    position: absolute;
    width: 140px;
    height: 70px;
    right: 60px;
    bottom: 60px;
}
.main_banner_area .swiper-button {
    width: 70px;
    opacity: 1;
    border-radius: 50%;
    height: 70px;
    border: 1px solid transparent;
    transition: .3s ease;
}
.main_banner_area .swiper-button.clicked {
    border-color:rgba(255,255,255,0.3);
}
.main_banner_area .swiper-button-next {
    right: 0;
    left: auto;
}
.main_banner_area .swiper-button-prev {
    height: 70px;
    opacity: 1;
    width: 70px;
    left: 0;
    right: auto;
}
.main_banner_area .swiper-button-next::after,
.main_banner_area .swiper-button-prev::after {
    display: none;
}
.main_banner_area .swiper-scrollbar-drag {
    background: #fff;
}
.main_banner_area .swiper-container {
    height: 100vh;
}
.main_banner_area .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: 65% center !important;
}
.main_banner_area .swiper-slide::before {
    content: '';
    position: absolute;
    background: rgba(0,0,0,0.15);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}
.main_banner_area .txt_wrap {
    position: absolute;
    width: 100%;
    padding: 0 15px;
    z-index: 3;
    left: 0%;
    top: 140px;
}
.main_banner_area .txt_wrap p {
    font-family: "paybooc_Otf_light";
    font-size: 24px;
    color: #fff;
}
.main_banner_area .txt_wrap h2 {
    font-family: "paybooc_Otf_extrabold";
    font-size: 27px;
   /* margin: 0 0 20px;*/
    color: #fff;
}
.main_banner_area .txt_wrap span {
    display: block;
    font-family: "paybooc_Otf_medium";
    font-size: 15px;
    color: #fff;
    margin: 0 0 30px;
    line-height: 1.7;
}
.main_banner_area .txt_wrap em {
    display: block;
    font-size: 13px;
    font-weight: 300;
    color: #fff;
}
/* scroll_txt_wrap */
.main_banner_area .scroll_txt_wrap {
    position: absolute;
    left: 15px;
    bottom: 0;
    z-index: 2;
    transform: rotate(270deg);
    transform-origin: left;
}
.main_banner_area .scroll_txt_wrap > div {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 1px;
    background: rgba(255,255,255,0.3);
    overflow: hidden;
    float: left;
    transform: translate(0,8px);
    margin: 0 4px 0 0;
}
.main_banner_area .scroll_txt_wrap > div::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background: #fff;
    right: 0;
    top: 0;
}
.main_banner_area .scroll_txt_wrap span {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 3px;
    float: left;
}
/* gallery */
.gallery_area {
    position: relative;
    padding: 50px 0;
}


.gallery_area > .bg {
    position: absolute;
    background: #f8f7f5;
    width: 100%;
    height: 1040px;
    left: 0;
    bottom: -320px;
    z-index: -1;
    display: none;
}

/* employment_area */
.employment_area {
    position: relative;
    padding: 50px 0 50px;
}
.employment_area .title_wrap > div:nth-of-type(2) {
    text-align: center;
    margin: 0 0 20px;
}
.employment_area .title_wrap > div:nth-of-type(2) button {
    width: calc((100% - 15px) / 2);
    max-width: 160px;
    padding: 10px;
    border-radius: 50px;
    color: #999;
    border: none;
    background: transparent;
    border: 2px solid #dddddd;
    font-size: 18px;
    font-family: "paybooc_Otf_medium";
    cursor: pointer;
    transition: background .5s ease,color .5s ease;
    margin: 0 10px 0 0;
}
.employment_area .title_wrap > div:nth-of-type(2) button:last-child {
    margin: 0;
}
.employment_area .title_wrap > div:nth-of-type(2) button.on {
    background: linear-gradient(to right, #1072cc, #3fb4e3);
    color: #fff;
    border: none;
}
.employment_area .list_part li {
    height: auto;
    background: #fff;
    border: 1px solid #ddd;
    transition: .5s ease;
    box-shadow: none;
	position:relative;
}
.employment_area .list_part li .img_wrap {
    min-height: 60px;
    height: 20vw;
}
.employment_area .list_part li .img_wrap img {
    max-width: calc(100% - 40px);
}
.employment_area .list_part li .txt_wrap {
    text-align: center;
}
.employment_area .list_part li .txt_wrap strong {
    display: block;
    font-family: "paybooc_Otf_extrabold";
    font-size: 14px;
    margin: 0 0 10px;
    transition: .5s ease;
}
.employment_area .list_part li .txt_wrap strong + p {
    color: #666666;
    font-size: 14px;
    font-weight: 300;
    transition: .5s ease;
}
.employment_area > .bg {
	position: absolute;
    background: #f8f7f5;
    width: 100%;
    height: 500px;
    left: 0;
    top: 0;
    z-index: -1;
}
.employment_area .flag {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 30px;
    line-height: 25px;
    clip-path: polygon(100% 0, 100% 65%, 50% 100%, 0 65%, 0 0);
    /* color: #fff; */
    color:transparent;
    text-align: center;
    font-weight: 400;
    left: 10px;
    top: -10px;
    z-index: 2;
}
.employment_area .flag.gs {
    background: linear-gradient(to top left, #ff512f , #dd1736); color:#fff;
}
.employment_area .flag.transfer {
    background: linear-gradient(to top left, #faa61a , #fa6e1a); color:#fff;
} 

/* story_area */
.story_area {
    padding: 0 0 50px;
}
.story_area .swiper-container {
    padding: 0 30px;
    height: 450px;
}
.story_area .swiper-container .swiper-slide {
    border: 1px solid #ddd;
    border-radius: 15px;
    height:410px;
}
.story_area .swiper-button::after {
    display: none;
    opacity: 1;
}
.story_area .list_part li {
    width: 100%;
    height: auto ;
    padding: 0;
    background: transparent;
}
.story_area .list_part a {
    display: inline-block;
    width: 100%;
    height: 100vw;
    max-height: 250px;
    background-size: contain !important;
    background-position: center !important;
    float: left;
    overflow: hidden;
    border-radius: 10px;
    padding: 0;
}
.story_area .list_part .txt_wrap {
    position: relative;
    display: inline-block;
    width:100%;
    height: 100%;
    transition: .5s ease;
    padding: 10px;
}
.story_area .list_part .txt_wrap strong {
    font-family: "paybooc_Otf_bold";
    display: block;
    font-size: 18px;
    color: #333;
    margin: 0 0 10px;
}
.story_area .list_part .txt_wrap em {
    display: block;
    font-family: "paybooc_Otf_light";
    font-size: 16px;
    color: #333;
    margin: 0 0 20px;
}
.story_area .list_part .txt_wrap p {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 14px;
    color: #666;
    font-weight: 300;
    line-height: 1.4;
    height: 2.8em;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333;
    margin: 0 0 20px;
}
.story_area .list_part .txt_wrap button {
    background: #0085c8;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 8px

}
.story_area .list_part .txt_wrap button span {
    color: #fff;
    float: left;
}
.story_area .list_part .txt_wrap button img {
    transform: translate(0,6px);
    float: right;
    margin: 0 0 0 5px;
}

.story_area .swiper-button-prev{
  left:8%;
}
.story_area .swiper-button-next{
  right: 8%;
}
/* news_area */
.news_area {
    position: relative;
    padding: 0 0 50px;
    background: #f8f7f5;
    padding-top: 30px;
}
#A_Container .news_area h4.sub_title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
#A_Container .news_area h4.sub_title,
#A_Container .news_area h4.sub_title + strong {
    text-align: center;
}
.news_area article > div {
    display: inline-block;
    width: 100%;
    background: #fff;
    float: left;
    padding: 10px;
    margin: 0 0 10px;
}

.news_area article > div .tit_wrap {
    width: 100%;
}
.news_area article > div .tit_wrap strong {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    float: left;
}
.news_area article > div .tit_wrap strong + a {
    display: inline-block;
    float: right;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    transform: translate(0,-2px);
}
.news_area article > div hr {
    background: #dddddd;
    border: none;
    height: 1px;
    margin: 10px 0 0;

}


.news_area article > div li a {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}
.news_area article > div li:last-child a {
    border-bottom: none;
}
.news_area article > div li a h4 {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 5px;
}
.news_area article > div li a h4 {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 10px;
    color: rgba(0,0,0,0.6);
}
.news_area article > div li a h4 + span {
    font-size: 14px;
    color: #999;
}
.news_area .bg {
    position: absolute;
    background: #f8f7f5;
    width: 100%;
    height: 770px;
    left: 0;
    bottom: 0;
    z-index: -1;
    display: none;
}

/*20220513퀵메뉴버튼*/
.directmenu_area{position:relative;padding: 30px 0 50px;}
.directmenu_area >.bg{position:absolute;background:#1d84d2;width:100%;height:100%;
    left:0;top:0;z-index:-1;}
.directmenu_area article .left_title_wrap div{text-align:center;font-size:24px;font-weight:bold;line-height:1.2em;color:#ffde00;}
.directmenu_area article .left_title_wrap div:nth-child(2){font-size:32px;color:#fff;}
.directmenu_area .left_subtitle_wrap{margin-top:16px;}
.directmenu_area .left_subtitle_wrap li{width:220px;margin:0 auto;font-size:13px;font-weight: 300;color:#fff;}
.directmenu_area .left_subtitle_wrap li span{padding-left: 20px;font-size:13px;color:#fff;}
.directmenu_area .left_subtitle_wrap img{margin-right:4px;width:20px;vertical-align: middle;}
.left_direct_btn{display:block;width:70%;margin:20px auto 0;padding:10px;text-align:center;font-size:14px;font-weight:bold;background-color:#ffde00;} 
.right_title_wrap p{color:#fff;}
.right_title_wrap p:nth-child(1){font-size:26px;font-weight:500;}
.right_btn_wrap{margin-top:26px;}
.right_btn_wrap li{display:inline-block; width: calc((100% - 20px) / 3);margin-left:10px;background-color:#fff;border-radius:10px;text-align:center;}
.right_btn_wrap li:nth-child(1),.right_btn_wrap li:nth-child(4),.right_btn_wrap li:nth-child(7){margin-left:0;}
.right_btn_wrap li:nth-child(n+4){margin-top:10px;}
.right_btn_wrap li a{display:block;padding:20px 5px ;width:100%;}
.right_btn_wrap li div{font-size:13px;font-weight:bold;}
.right_btn_wrap li img{width:52px;}

.additional_application .tuition_part3 td input[type="text"] {
    width: 100%;
    height: 34px;
    border: 1px solid #ddd;
    padding: 0 0 0 10px;
}
.additional_application .tuition_part3 .phone_num td input[type="text"] {
    display: inline-block;
    width: calc((100% - 32px) /3);
    height: 34px;
    border: 1px solid #ddd;
    padding: 0 0 0 10px;
    float: left;
}
.additional_application .tuition_part3 .phone_num td input[type="text"] + span {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 1px;
    margin: 0 3px;
    background: #ddd;
    transform: translate(0,16px);
    float: left;
}

/*20220615 예비신입생 리뷰*/
.review_area{
	background-color:#2c364c;
	width:100%;
	height:60px;
	margin : 0 auto;
}
.reviewContent{
	width:100%;
	margin:0 auto;
}
.reviewTitle{
	width:80px;
	height:20px;
	border : 1px solid #1e48a6;
	border-radius : 30px;
	float:left;
	margin: 0 auto;
	margin-top:5px;
	padding-left:8px;
	font-size: 13px;
	background-color:#1e48a6;
	color:white;
}
.review-container{
	width:  100%; height:80px;
	padding-top:5px;
	float:left;
	color:white;
	font-size:13px;
}
.review_wrap p{
	width: 95%;
	color:white;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	font-size:13px;
}
.review-wrapper{
	width:100%;
}
.review-button-wrap{
	padding-top : 5px;
}
.review-button-prev {
	padding:0px;
	position:absolute;
	transform:rotate(90deg);
	left:89%;
	color:#FFFFFF;
	transform-origin: right center;
}
.review-button-next {
	transform:rotate(90deg);
	left:89%;
	color:#FFFFFF;
	transform-origin: right center;
}
.review-button-prev:after,.review-button-next:after {
	font-size:13px;
}
.reviewMore{
	width:80px;
	height:30px;
	border : 1px solid black;
	border-radius : 30px;
	margin-top : 10px;
	margin-left : 30px;
	background-color:#fff;
	color:black;
	float: left;
	font-size:20px;
	text-align:center;
	padding:2px;
}