/* 웹 */

/*경영신문 */

.terms_a {
    border: 1px solid #ddd;
    padding: 32px 28px;
    line-height: 26px;
    color: #333;
    background: #fff;
	font-size:14px;
	margin-bottom:20px;
	margin-top:20px;
}

.news_container {
    margin-bottom: 50px;
    overflow: hidden;
}

.news_container .last_news .wrap {
    overflow: hidden;
    float: left;
    width: calc(100% - 28px);
	height:100%;
    border: 1px solid #ddd;
}

.news_container .f_text {
    float: left;
    width: calc(100% - 630px);
    padding: 24px 0;
}

.news_container .r_text {
    float: right;
    width: 570px;
    /*height: 339px;*/
	margin-left:50px;
}

.news_container .f_text h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 24px;
}

.news_container .f_text .comment {
    line-height: 1.5em;
}

.news_container .f_text .contact {
    margin: 20px 0;
    background: #d0d0d0;
    padding: 20px;
}

.news_container .f_text .contact .tit {
    font-weight: 500;
    margin-bottom: 10px;
}

.news_container .f_text .contact ul li {
    line-height: 1.4em;
}

.news_container .f_text .comment p {
    margin-bottom: 12px;
}

.news_container .f_text .contents_over {}

.news_container .f_text .contents_over .btn_link {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    background: #795548;
    font-size: 16px;
    color: #fff;
	display:inline-block;
}

.news_container .last_news h3 {
    text-align: center;
    margin-bottom: 10px;
    font-weight: 300;
    color: #797979;
    font-size: 16px;
    width: 18px;
    line-height: 1.3em;
    margin-right: 10px;
    float: left;
    position: relative;
    padding-bottom: 56px;
    padding-top: 15px;
    word-break: break-word;
}

.news_container .r_text .last_news_wrap {
    border: 1px solid #ddd;
    margin-bottom: 12px;
}
.last_news {
    width: 100%;
    height: 100%;
}

.news_container .last_news .wrap .fl {
    width: 240px;
}

.news_container .last_news .wrap .img_wrap {
    border-right: 1px solid #ddd;
}
.news_container .last_news .wrap .img_wrap img {
	width:100%;
	height:100%;
}
.news_container .last_news .wrap .fr {
    width: calc(100% - 240px);
    padding: 70px 24px;
    position: relative;
    height: 100%;
}

.news_container .last_news .wrap .fr h5 {
    font-size: 18px;
    margin-bottom: 20px;
}

.news_container .last_news .wrap .fr div {
    font-size: 15px;
    height: 92px;
	overflow:hidden;
	line-height: 1.5em;
}
.news_container .last_news .wrap .fr .btn_view {
    margin-top: 30px;
}

.news_container .last_news h3:after {
    content: '';
    width: 1px;
    height: 50px;
    background: #d0d0d0;
    position: absolute;
    bottom: 0;
    right: 8px;
}


/* 고경인의 서재 */
.news_container.library .r_text {
    height: 300px;
    overflow: hidden;
}
.news_container.library .last_news .wrap .fl {
    width: 220px;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.news_container.library .last_news .wrap .fr {
    width: calc(100% - 220px);
    padding: 68px 32px;
}

.book_loc {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #8b0029;
    color: #fff;
    font-size: 13px;
    border-bottom-left-radius: 20px;
}
.book_loc.none {
    background: #404040;
}
.news_container.library .f_text {
    padding: 70px 0;
}

.news_container.library .last_news .wrap .fr h5 {
    line-height: 22px;
    max-height: 68px;
}

.news_container.library .last_news .wrap .fr ul li {
    position: relative;
    padding-left: 10px;
    white-space: nowrap;
}

.news_container.library .last_news .wrap .fr ul li:before {content: '';width: 3px;height: 3px;background: #a7a1a1;position: absolute;top: 10px;left: 0px;}

.library .board_top .check_group {line-height: 1.5em;}

.btn_view {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #8b0029;
    color: #fff;
	display:inline-block;
	text-align:center;
	border:none;
	cursor: pointer;
}


.bizNews .intro {
    padding: 0;
    overflow: hidden;
}

.bizNews .intro .fl {
    width: calc(100% - 550px);
    margin-right: 50px;
}

.bizNews .intro .fl .line {
    margin-bottom: 40px;
}

.bizNews .intro .fl .line:last-child {
    margin-bottom: 0;
}

.bizNews .intro .fl .line h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.bizNews .intro .fl .line .cont p {
    line-height: 1.6em;
}

.bizNews .intro .fr {
    width: 500px;
	padding:30px 0;
	text-align:center;
}

.bizNews .intro .fr img {
	margin-bottom:20px;
}
.bizNews .intro .fr .contact {
    background: #4e332a;
    padding: 24px;
	text-align:left;
}

.bizNews .intro .fr .contact .tit {
    margin-bottom: 12px;
    color: #fff;
}

.bizNews .intro .fr .contact ul li {
    line-height: 1.5em;
    color: #fff;
    font-size: 15px;
}

.bizNews .intro .fr .contact .btn_link_s {
    display: inline-block;
    margin-top: 20px;
    font-size: 14px;
    padding: 10px 20px;
    border: 1px solid #fff;
    color: #fff;
}

.bizNews .history {
    padding: 20px 0 40px;
    /* margin-top: 80px; */
    overflow: hidden;
    position: relative;
    width: calc(100% - 314px);
    float: left;
}
.bizNews .section_wrap {
    overflow: hidden;
    margin-top: 80px;
}

.bizNews .section_wrap .fl {
    width: 274px;
    margin-right: 40px;
}

.bizNews .history .part {padding-left: 50px;position: relative;margin-bottom: 40px;}

.bizNews .history:before {
    content: '';
    width: 2px;
    height: 100%;
    background: #c1b2ac;
    position: absolute;
    top: 0;
    left: 7px;
}

.bizNews .history .part h2 {
    font-size: 20px;
    margin-bottom: 20px;
}

.bizNews .history .part:before {
    content: '';
    background: #c1b2ac;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.bizNews .history .part:last-child {
    margin-bottom: 0;
}
.bizNews2 .intro{background: #ede3d7;padding: 30px;border: 1px solid #ddd;}
.bizNews2 .intro .fl{    
    width: calc(100% - 380px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bizNews2 .intro .fl .line{width: 48%;}
.bizNews2 .intro .fl .line:nth-child(3),.bizNews2 .intro .fl .line:nth-child(4){margin-bottom: 0;}
.bizNews2 .intro .fl .line h2{
    color: #8b0029;
    font-weight: 500;
    border-bottom: 1px dashed #333;
    padding-bottom: 18px;
    font-size: 18px;
}
.bizNews2 .intro .fr{width: 330px;}


/* gallery */

.school {}

.school section {
    margin-bottom: 50px;
}

.school section:last-child {
    margin-bottom: 0;
}

.school .intro {}

.school .intro img {
    margin-bottom: 20px;
}

.school .tit {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 20px;
}

.school .intro .cont p {
    margin-bottom: 12px;
}

.school .intro .cont p:last-child {
    margin-bottom: 0;
}


.school .intro .intro_img_wrap {
    width: 100%;
    height: 100%;
    position: relative;
}

.school .intro .intro_img_wrap .b_tit {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
    padding:20px;
    color:#fff;
}

.school .intro .intro_img_wrap img {
    margin: 0;
}

.school .intro .intro_img_wrap .b_tit h3 {
    font-size: 24px;
    font-family: poppins;
    text-shadow: 2px 2px 5px #222;
}

.school .intro .intro_img_wrap .b_tit p {
    text-shadow: 2px 2px 5px #222;
}

.contents .con_box .donate_box {
    margin-top:20px;
    border: 1px solid #ccc;
    padding: 18px;
}

.contents .con_box .donate_box p {
    margin-bottom: 0;
    color:#555;
}

.map_container {}

.map_container .loc {
    margin-top: 40px;
    overflow: hidden;
	padding: 20px 0;
	border-top: 1px solid #ddd;
}

.map_container .loc .tit {
    width: 20%;
    float: left;
}

.map_container .loc  .loc_container {
    float: left;
    width: 80%;
    padding-top: 5px;
}

.map_container .loc .loc_container ul li {
    position: relative;
    padding-left: 15px;
    line-height: 20px;
    margin-top: 10px;
}

.map_container .loc .loc_container ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #8b0029;
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 10px;
}

.map_container .loc .loc_container ul li:first-child {
    margin-top: 0;
}
.cam_link {}

.cam_link ul {overflow: hidden;}

.cam_link ul li {
    float: left;
    width: 360px;
    margin-right: 60px;
    overflow: hidden;
    cursor:pointer;
}

.cam_link ul li:nth-child(3n) {
    margin-right: 0;
}

.cam_link ul li .cam_img_wrap {
    height: 400px;
    position: relative;
}

.cam_link ul li .cam_img_wrap img {
    height: 100%;
    max-width: auto !important;
    width: 100%;
}

.cam_link ul li .cam_img_wrap p {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px;
    color: #fff;
    text-shadow: 1px 1px 1px #333;
}

.cam_link ul li .cam_comment {
    height: 180px;
    padding: 24px;
    line-height: 1.5em;
    background:#fff;
    position:relative;
    overflow:hidden;
    border:1px solid #e1e1e1;
}

.cam_link ul li .cam_comment .more_links {    
    float: right;
    font-family: poppins;
    border-bottom: 1px solid #555;
    font-size: 14px;
    padding-top:4px;
    padding-bottom: 5px;
    padding-right: 24px;
    padding-left: 12px;
    color: #555;
    font-weight: 300;
    position: relative;
	cursor: pointer;
}

.cam_link ul li .cam_comment .more_links:after {
    position: absolute;
    top: 4px;
    right: 6px;
    content: '';
    width: 1px;
    height: 31px;
    background: #555;
    transform: rotate3d(1, 1, 1, -40deg);
}

.cam_link ul li .cam_comment div:nth-child(2) {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.cam_link ul li .cam_img_wrap .cam_hidden_pc {
    display: none;
}

.cont_table {
    border-top: 2px solid #333;
    width: 100%;
}

table.cont_table thead tr th {
    padding: 18px 0;
    font-weight: 500;
    font-size: 14px;
    color: #555;
    border-bottom: 1px solid #ccc;
}

.cont_table tbody tr th {
    padding: 18px;
    font-size: 14px;
    color: #7c001a;
    border-bottom: 1px solid #ddd;
	line-height: 1.4em;
	vertical-align:middle;
}

.cont_table tbody tr td {
    padding: 18px;
    line-height: 1.6em;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
	vertical-align:middle;
}

.school .school_center {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.school .school_center li {
    width: calc(25% - 15px);
}

.school .school_center li img {
    width: 100%;
    height: 200px;
}

.school .school_center li .info {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

.school .school_center li .info h3 {
    font-size: 15px;
    margin-bottom: 8px;
}

.school .school_center li .info p {
    font-size: 14px;
	min-height: 125px;
}
.hyundai_car  .school_center li .info p {
    min-height: 210px;
}

.center_gallery {}

.center_gallery .gal_view {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    height: 540px;
    overflow: hidden;
    /* background: #ddd; */
}
.center_gallery .gal_view.active {
	height: auto;
	transition: .5s height;
}
.center_gallery .gal_view li {
    width: calc(33.3% - 40px);
	height: 240px;
    position: relative;
	cursor: pointer;
}
.center_gallery .gal_view li:after {
    position: absolute;
    bottom: 10px;
    right: 10px;
    content: '';
    background: url(../images/sub/icons8-zoom-in-24.png);
    width: 24px;
    height: 24px;
}
.center_gallery .gal_view li img {
	width:100%;
	height:100%;
}

.center_gallery .gal_view li .caption {
    width: 100%;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 14px;
    padding: 15px;
}

.center_gallery .btn_gal_more:before {
    content:'';
    display:inline-block;
    width:8px;
    height:8px;
    margin:-5px 12px auto auto;
    vertical-align:middle;
    border-right:1px solid #888;
    border-top:1px solid #888;
    transform:rotate(135deg);
    position:absolute;
    top:24px;
    right:25%;
    transition: 0.5s;
}

.center_gallery.active .btn_gal_more:before {
    transform:rotate(-45deg);
    top:28px;
    right:25%;
    transition: 0.5s;
}

#gal_thumbs {
    margin-top: 10px;
    overflow: hidden;
}

#gal_thumbs a {
    float: left;
    width: 13.5%;
    margin-right: 0.9%;
    margin-bottom: 0.9%;
}

#gal_thumbs a:nth-child(7n) {
    margin-right: 0;
}

.btn_gal_more {
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #aaa;
    margin-top: 60px;
	cursor:pointer;
	position:relative;
	padding-right:15px;
}
.btn_gal_more:hover {
	border:1px solid #666;
}
/* professor_view */
section.pro_view_wrap {
    padding: 0;
    border: 1px solid #e6e6e6;
    background: #fff;
    overflow: hidden;
    margin-bottom:40px
}
section.pro_view_wrap:last-child {
    margin-bottom:0;
}
.professor_view {
    padding: 55px 0;
}

.pro_view_wrap .pro_img {
    width: 220px;
	height: 306px;
    border: 1px solid #e6e6e6;
    float: left;
	text-align:center;
	overflow:hidden;
}

.pro_view_wrap .pro_img img {
    height:100%;
}

.pro_view_wrap .pro_info {
    float: left;
    width: calc(100% - 220px);
    padding: 50px 40px;
}

.pro_view_wrap .pro_info_list a:after {
    content: url(/images/common/ic_external_sm.png);
    font-weight: 600;
    margin-left: 5px;
    font-size:13px;
}

.pro_view_wrap .pro_info .pro_name {
    font-size: 30px;
    color: #111;
}

.pro_view_wrap .pro_info .pro_name .ko_name {
    font-weight: 600;
}

.pro_view_wrap .pro_info .pro_name .eng_name {
    padding-left:24px;
}

.pro_view_wrap .pro_info .info_wrapper {
    overflow: hidden;
    display: flex;
    margin-top: 30px;
}

.pro_view_wrap .pro_info .info_wrapper .pro_info_list {
    flex:1;
}

.pro_view_wrap .pro_info .info_wrapper .pro_info_list li {
    font-size: 16px;
    color: #323232;
    line-height: 1.5em;
}

.pro_view_wrap .wrap_tit {
    float: left;
    width: 220px;
    padding: 40px;
}

.pro_view_wrap .wrap_text {
    float: left;
    width: calc(100% - 220px);
    padding: 36px 40px;
    font-size: 16px;
    color: #323232;
    line-height: 26px;
}

.pro_view_wrap .wrap_tit h2 {
    font-size: 24px;
    color: #111;
    font-weight: 600;
}

/*.pro_view_wrap .wrap_text.history p {
    display: flex;
}*/

.pro_view_wrap .wrap_text.history p label {
	width: 120px;
	font-weight: 600;
}

.open_area {
    height: 160px;
    overflow: hidden;
}

.open_area.on {
    height: auto;
	transition: height .2s;
}

.btn_more {
    color: #8b0029;
    font-weight: bold;
	margin-top: 8px;
	display:block;
	cursor: pointer;
}

/* undergraduate scholar */
.scholar_graph {
    margin: 40px 0;
    overflow: hidden;
}

.scholar_graph .graph_line {
    overflow: hidden;
    margin-bottom: 20px;
}

.scholar_graph .graph_line label {
    float: left;
    width: 120px;
    line-height: 120px;
    font-weight: 500;
}

.scholar_graph .graph_line .wrap {
}

.scholar_graph .graph_line .wrap ul {
    overflow: hidden;
}

.scholar_graph .graph_line .wrap ul li {
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 15px;
    background: #9E9E9E;
    text-align: center;
    margin: 0;
    padding: 0;
    color: #fff;
    float: left;
    margin-right: 24px;
    position:relative;
    font-size:14px;
}

.scholar_graph .graph_line .wrap ul li:before {
    display: none;
}

.scholar_graph .graph_line .wrap ul.old {}
.scholar_graph .graph_line .wrap ul.new {}

.scholar_graph .graph_line .wrap ul.new li:nth-child(2),
.scholar_graph .graph_line .wrap ul.new li:nth-child(3) {
    background: #F44336;
}

.scholar_graph .graph_line .wrap ul li:after {
  content:'';
  display:inline-block;
  width:8px;
  height:8px;
  margin:-5px 10px auto 4px;
  vertical-align:middle;
  border-right:1px solid #666;
  border-top:1px solid #666;
  transform:rotate(45deg);
  position:absolute;
  right:-24px;;
  top:60px;  
}
.scholar_graph .graph_line .wrap ul li:last-child:after {
    display:none;
}

.btn_con {
    display: inline-block;
    padding: 0 24px;
    height: 36px;
    line-height: 36px;
    background: #5f625f;
    color: #fff;
    font-size: 15px;
}
.qa {
    margin-top: 50px;
}

.con_bottom {
    margin-top: 50px;
    overflow: hidden;
    text-align: center;
}

.search_line {
    width: 100%;
    min-width: 800px;
}

.search_line thead tr th {
    padding: 12px 8px;
    border-bottom: 2px solid #d1d1d1;
    border-left: 1px solid #ddd;
    vertical-align:middle;
}

.search_line thead tr th:nth-child(1) { width:60px; border-left: 0;}
.search_line thead tr th:nth-child(4), .search_line thead tr th:nth-child(5) { /*width:80px;*/ border-right: 1px solid #ddd; }
.search_line thead tr th:nth-child(2) { width: calc(100% - 300px); text-align:left !important; border-left: 0;}
.search_line thead tr th:nth-child(3) { border-left:1px solid #ddd; border-right:1px solid #ddd;}
.search_line .country {
    position: relative;
    padding-right: 15px;
    margin-right: 15px;
    display: inline-block;
}

.search_line .country:after {content: '';position: absolute;right: 0;width: 1px;height: 14px;background: #9E9E9E;top: 1px;}
.search_line tbody tr th.num, 
.search_line tbody tr td.link,
.search_line tbody tr td.pdf,
.search_line tbody tr td.level,
.search_line tbody tr:nth-child(2n) td {
    border-bottom: 2px solid #ddd;
}

.search_line tbody tr th.num {
    vertical-align: middle;
    font-size: 15px;
    color: red;
}

.search_line tbody tr td {
    padding: 15px;
    vertical-align: middle;
    border-bottom: 2px solid #ddd;
}

.search_line tbody tr td .m_cont {
    display: none;
}

.search_line tbody tr td.level {
    text-align: center !important;
}
.p_ic {
    border-bottom: 2px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    text-align: center;
    width: 50px;
}
.level span {
    padding: 4px 8px;
    font-size: 14px;
    border-radius: 1px;
    display: inline-block;
}

.l_ex_view:hover {
    cursor: pointer;
    color: #8b0029;
    transition: .2s;
}
.ex_search { float: right; margin-left:4px; }

span.c01 {background: #4b2490;color: #fff; width:10px;height:10px;display:inline-block;border-radius:5px;}
span.c02 {background: #721482;color: #fff; width:10px;height:10px;display:inline-block;border-radius:5px;}
span.c03 {background: #ad0c43;color: #fff; width:10px;height:10px;display:inline-block;border-radius:5px;}
span.c04 {background: #243f90;color: #fff; width:10px;height:10px;display:inline-block;border-radius:5px;}
span.c05 {background: gray;color: #fff; width:10px;height:10px;display:inline-block;border-radius:5px;}

.search_line tbody tr td.link,.search_line tbody tr td.pdf {
    text-align: center;
    vertical-align: middle;
    border-left: 1px solid #ddd;
}
.search_line tbody tr td .country, .search_line tbody tr td .college {
    
}

.search_line tbody tr td.cont .text {
    margin-bottom: 5px;
	color: #888;
}

.exchange_view {
    width: 840px;
    height: 500px;
    max-height: 580px;
    background: #fff;
    padding: 40px;
}

.exchange_view .ex_view {
    width: 100%;
    max-width: 840px;
    border-top: 1px solid #222;
}
.exchange_view .ex_view tbody td,
.exchange_view .ex_view tbody th {
    padding:12px;
    border-bottom:1px solid #e0e0e0;
    word-break: break-all;
    word-wrap: break-word;
}
.exchange_view .ex_view tbody th {
    width: 20%;
    background:#f1f1f1;
    color:#111;
	vertical-align:middle;
}
.exchange_view .ex_view tbody td {
    width: 80%;
}

.exchange_view .ex_view label { color:#3F51B5; float:left; font-weight:500; line-height:1.5em; margin-right:8px;}

.s_cont {
    float: right;
}

.s_cont label {
    font-weight: 500;
    margin-right: 8px;
}

.select_def {
    min-width: 120px;
}
.pc_flex {}

.pc_flex .line_group {
    display: inline-block;
    width: 33%;
}

.pc_flex .line_group label {
    margin-right: 8px;
    font-weight: 400;
}
.m_block span {
    line-height: 32px;
    padding: 0 6px;
}

.box_area {
    padding: 8px;
    border: 1px solid #ddd;
}

.mw100 { min-width:100% !important; }
/* content.css move */
.contents .con_box .group {
    margin: 30px 0;
}
.corp_table th, .corp_table td {
    border-right: 1px solid #e5e5e5;
    text-align: center;
}

.corp_table th:last-child, .corp_table td:last-child {
    border-right: none;
}

.corp_table .year {
    background: #dfe1cd;
    color: #333;
    font-weight: 400;
    padding: 12px;
}

.corp_table .part {
    background:#f2f4e4;
    color:#333;
}


.select_assistant {}

.select_assistant .search_tabcontant {
    max-width: 640px;
    height: 400px;
    overflow-y: scroll;
    margin-top: 20px;
}
.select_assistant .search_tabcontant .assis_table th {
    font-weight:400;
}
.select_assistant .search_tabcontant .assis_table th:hover {
    cursor: pointer;
    background: #ecebeb;
}


/* 뉴스-캘린더 */
#calendar { margin-bottom:50px; }
.fc-toolbar.fc-header-toolbar { margin-bottom: 2em; }
.fc-toolbar .fc-left { display: none; }
.fc-toolbar .fc-right { display: none; }
.fc-toolbar h2 { font-size: 36px; color: #000; font-weight: 600; letter-spacing: -2.0px; vertical-align: top; line-height: 1em; padding: 0 50px; display: inline-block; margin-bottom: 35px;}
.fc th, .fc td {
    background: rgba(255, 255, 255, 0.5);
}

.fc-event-container .fc-event {
    background:#795548;
    border:none;
    padding:5px 4px;
    border-radius:0;
 
}

.fc-day-grid-event .fc-content {
    white-space: pre-line;
}
.fc-toolbar button {
    background: transparent;
    border: 0;
    box-shadow: none;
}

.fc button .fc-icon {
    display: none;
}

.fc-prev-button:before {
    content: '';
    display:inline-block;
    width:16px;
    height:16px;
    margin:-5px 12px auto auto;
    vertical-align:middle;
    border-right:2px solid #888;
    border-top:2px solid #888;
    transform:rotate(-135deg);
    position:absolute;
    top: 15px;
    left:0;
    transition: 0.5s;
}
.fc-next-button:after {
    content: '';
    display:inline-block;
    width:16px;
    height:16px;
    margin:-5px 12px auto auto;
    vertical-align:middle;
    border-right:2px solid #888;
    border-top:2px solid #888;
    transform:rotate(45deg);
    position:absolute;
    top: 15px;
    left:0;
    transition: 0.5s;
}
.fc-event {
    background: #795548;
    border: none;
    border-radius: 0;
    padding: 4px;
}

.fc-day-grid-event .fc-content {
    white-space: pre-line;
}	
.fc .fc-row table thead tr th {
    padding: 14px 0;
    background: #8b0029;
    color: #fff;
}
.fc .fc-row table thead tr td {
    padding:8px;
}

.fc-day-top.fc-sun.fc-past a {
    color: #8b000b !important;
}

.fc-day-top.fc-sat.fc-past a {
    color: #3F51B5;
}

.gr_box {
    background:#fff;
    padding:24px;border:1px solid #ddd;
}
.gr_box ul {
    margin-top:20px;
}


/* privacy */

.sub.visual_none .grid_container {
    padding: 150px 0 90px;
}

.privacy {
    background: #fff;
    border: 1px solid #ddd;
    padding: 32px;
}

.privacy .terms {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e1e1e1;
}

.privacy .terms p {margin-bottom: 6px;}

.privacy .terms ul {}

.privacy .terms ul li {
    line-height: 1.6em;
    padding-left: 10px;
    position: relative;
}

.privacy .terms ul li:before {
    content: '';
    width: 3px;
    height: 3px;
    background: #9E9E9E;
    position: absolute;
    top: 12px;
    left: 0px;
}

.privacy h2 {
    margin-bottom: 30px;
    font-size: 24px;
}

.privacy .terms .group {
    margin-bottom: 24px;
}

.privacy .terms .group:last-child {
    margin-bottom: 0;
}

.privacy .terms .group .terms_tit {
    line-height: 1.5em;
    font-size: 18px;
    margin-bottom: 8px;
    color: #8b0029;
}

.privacy .terms:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.privacy .pri_box {
    background: #e9dfe2;
    padding: 20px;
    margin-top: 20px;
}

.privacy .pri_box h4 {
    font-size: 18px;
    margin-bottom: 8px;
}
.privacy .pri_box .btn_download {
    background: #8b0029;
    padding: 8px 20px;
    display: inline-block;
    margin-top: 12px;
    color: #fff;
    font-size: 14px;
}

.privacy .terms .bu_no li:before {
    display: none;
}
.privacy .terms ul li .sm {
    color:#777;
    margin:10px 0;
    line-height: 1.7em;
}

.privacy .terms .cont_box {
    border: 1px solid #aaa;
    padding:15px;
}

.privacy .terms .cont_box label {
    color: #795548;
    margin-bottom: 12px;
    display: block;
}

.privacy .terms .cont_box ul {
    overflow:hidden;

}
.privacy .terms .cont_box ul li {
    float:left;
    margin-right:20px;
    padding-left:0;
}
.basic_link2 {
    margin-top:5px;
    color: #b53f6b;
    display:inline-block;
}

/* 검색 페이지 */
.search_option {}

.search_option .search_form {
    overflow: hidden;
}

.search_option .search_form select {
    float: left;
    margin-right: 4px;
}

.search_option .search_form .search_group {
    width: calc(100% - 124px);
    float: left;
}

.search_option .search_form .search_group input {
    width: calc(100% - 40px);
}

.search_option .search_detail {
    margin-top: 20px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 24px;
    overflow: hidden;
    margin-bottom: 50px;
}

.search_option .search_detail h3 {
    /*margin-bottom: 24px;*/
    color: #8b0029;
    font-size: 18px;
	cursor:pointer;
	position:relative;
}

.search_option .search_detail .keyword {
    float: left;
    width: 17%;
    margin-right: 3%;
}

.search_option .search_detail .keyword .line_group {
    margin-bottom: 12px;
}

.search_option .search_detail .keyword .line_group label {
    display: block;
    margin-bottom: 8px;
}

.search_option .search_detail .keyword .line_group .i_sup {
    width: 100%;
}

.search_option .search_detail  .optional {
    width: 80%;
    float: left;
    overflow: hidden;
}

.search_option .search_detail .check_group {
    float: none;
    width: 100%;
    line-height: 28px;
    margin: 8px 0;
}
.search_option .search_detail label.tit {
    display: block;
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 16px;
}
.search_option .search_detail .check_group input[type="checkbox"] + label {font-size: 15px;}
.search_option .search_form select {font-size: 14px;}

.search_option .search_detail .language {
    /*margin-top: 50px;*/
	overflow:hidden;
}

.search_option .search_detail .language .check_group {
    width: 100%;
}
.search_wrap { height: 0; display: none; }
.search_wrap.on { height: auto; display: block; margin-top:24px; }
.open_detail:after {
    content:'';
    display:inline-block;
    width:8px;
    height:8px;
    margin:-5px 12px auto auto;
    vertical-align:middle;
    border-right:2px solid #aaa;
    border-top:2px solid #aaa;
    transform:rotate(135deg);
    position:absolute;
    top:6px;
    left:0px;
    transition: 0.5s;
} 
.open_detail.on:after {
    content:'';
    display:inline-block;
    width:8px;
    height:8px;
    margin:-5px 12px auto auto;
    vertical-align:middle;
    border-right:2px solid #aaa;
    border-top:2px solid #aaa;
    transform:rotate(-45deg);
    position:absolute;
    top:10px;
    left:0px;
    transition: 0.5s;
}
.open_detail { position: relative; padding-left:20px}
.board_top .btn_search { height: 38px; }
.file_inc { padding-top: 10px; border-top: 1px solid #ddd; margin-top: 10px; }

.element_to_pop_gal { display:none; padding-top:20px;}
.element_to_pop_gal.campus { padding: 10px;background: #fff; margin:20px; }
.element_to_pop_gal.campus img { width: 720px; }

.txt_point { color: #8b0029 !important; }

/* mba 비교하기 */
.contents .con_box .mba_graph p {
    margin-bottom: 5px;
}

.contents .con_box .mba_graph ul {
    padding: 0 12px;
}

.contents .con_box .mba_graph ul li {
    text-align: left;
}

.contents .mba_graph tr th:first-child {
    width: 90px;
}
.contents .mba_graph tr th:nth-child(2) {
    width: 140px;
}

.mba_graph .sub01, .mba_graph .sub02, .mba_graph .sub03, .mba_graph .sub04, .mba_graph .sub05, .mba_graph .sub06 { display:none; }
.mba_graph .sub01.view, .mba_graph .sub02.view, .mba_graph .sub03.view, .mba_graph .sub04.view, .mba_graph .sub05.view, .mba_graph .sub06.view { display:; } 

.cems_video_thumb {
    background: #111;
    text-align: center;
}

.cems_video_thumb img {
    max-width: 640px;
    width: 100%;
}

.table_normal { width:100%; border-top: 2px #000 solid; /*table-layout: fixed; */min-width: 640px; border-collapse: collapse; line-height: 1.5em; }
.table_normal th { padding: 15px; text-align: center; font-size: 16px; color: #000; border: 1px #ddd solid; word-break: break-all; background: #f0f0f0;  vertical-align: middle;}
.table_normal td { padding: 10px 5px; text-align: center; font-size: 16px; color: #555; border-bottom: 1px #ddd solid; border-left: 1px #ddd solid; border-right: 1px #ddd solid; vertical-align: middle;}
.table_normal td.on { background: #f9e6e4; }
.table_normal td.align_l { padding: 15px 15px 15px 15px; text-align: left; }


/* globalMIM */
/* content.css 와 중복됨
.mim_wrap { overflow: hidden; }
.mim_txt { float: right; width: calc(100% - 124px); min-height: 94px;  }
.mim_icon { float: left; width: 84px; border: 1px #ddd solid; border-radius: 15px; padding: 5px 10px; box-sizing: content-box; }

.mim_box_wrap { overflow: hidden; margin: 30px auto; }
.mim_box_l {width: 30%;height: 290px;float: left;background: #e7e1d5;margin-right: 3%;padding: 20px 0 20px 0px;border-radius: 10px;}
.mim_box_c {width: 30%;height: 290px;float: left;background: #e7e1d5;margin-right: 3%;padding: 20px 0 20px 0px;border-radius: 10px;}
.mim_box_r {width: 30%;height: 290px;float: left;background: #e7e1d5;margin-right: 4%;padding: 20px 0 20px 0px;border-radius: 10px;}
.mim_box_wrap .tit {font-size: 18px;color: #333;font-weight: 500;margin-left: 30px;}
.mim_box_wrap .tit .small { font-size: 14px; color: #333; font-weight: 400; }
.sub_bar { font-size: 20px; color: #fff; font-weight: 500; text-align: center; background: #8b0029; border-radius: 0px; padding: 13px 0; margin-top: 20px; position: relative;   z-index: 1;}
.mim_box_wrap ul { margin-left: 30px; }
.sub_bar:after {  background: #8b0029;
  content: "";
  height: 1.6em;
  margin-top: -0.8em;
  position: absolute;
  right: -0.8em;
  top: 50%;
  width: 1.6em;
  z-index: -1;
  transform: rotate(45deg);
  border-radius: .0em;
}
*/
.min_italic {
    font-style: italic;
    font-size: 14px;
}
.mim_italic { font-style: italic; }
.mim_graph {
    width: 100%;
}
.mim_graph tr th,
.mim_graph tr td {
    padding:12px;
    border:2px solid #f4f4f4;
    text-align:center;
}
.mim_graph tr th { vertical-align:middle; font-weight: 500 !important; background: #eed9d4; }
/*.mim_graph tr td { width:10%; }*/
.mim_graph .bg_red { background:#8b0006; color:#fff; }
.mim_graph .bg_blue {background: #0c3062; color:#fff;}
.mim_graph .bg_black { background: #222; color:#fff; }
.mim_graph .bg_gray { background:#e5e5e5; }

.contents .con_box .mim_graph p {
    margin-bottom: 0;
    line-height: 2em;
    text-align: left;
}
.mim_devide {
    overflow: hidden;
}

.mim_devide .mim_wrap {
    width: 48%;
    float: left;
    margin-right: 4%;
}

.mim_devide .mim_wrap:nth-child(2n) {
    margin-right: 0;
}

.contents .mim_devide .mim_wrap h4 {
    margin: 0;
    margin-bottom: 14px;
}

@media screen and (max-width:800px) {
    .mim_devide .mim_wrap {   width: 100%;
    float: none;
    }
}

/* msphd 그래프 */
.msphd_box_wrap .msphd_box_l.wide {
    width: 100%;
    padding: 30px;
    min-height: inherit;
}

.msphd_graph {
    width: 820px;
    margin: 0 auto;
    padding-right: 86px;
}

.msphd_graph .gra_line {
    margin-bottom: 20px;
    overflow: hidden;
}

.msphd_graph .gra_line label {
    width: 12%;
    float: left;
    height: 48px;
    line-height: 48px;
    font-size: 24px;
}

.msphd_graph .gra_line .graph_img {
    float: left;
    width: 88%;
}

.msphd_graph .gra_line .graph_img .plus {
    width: 10%;
    line-height: 48px;
    font-size: 32px;
    float: left;
    text-align: center;
}

.msphd_graph .gra_line .graph_img .box {
    width: 45%;
    float: left;
    line-height: 48px;
    background: #222;
    text-align: center;
    color: #fff;
    border-radius: 5px;
	cursor:pointer; 
}

.msphd_graph .gra_line .graph_img .box.wide {
    width: 100%;
    background: #66001e;
}

/* inbound */
.contents .sub_copy_w .block_rd {
    color: #8b0029;
    display: block;
    font-size: 36px;
    line-height: 36px;
}

.contents .sub_copy_w .min_rd {
    text-align: right;
    display: block;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 300;
    color: #8b0029;
}

.cont_table p {
    margin-bottom: 0 !important;
}

.map_line {
    border: 1px solid #ccc;
    background: #fff;
    text-align: center;
    padding: 40px 0;
}
.block { display:block; }

/* sk 가치 */
.contents .sk_box {
    overflow: hidden;
}
.contents .sk_box .box {
    width: 32%;
    background: #fff;
    border: 1px #ddd solid;
    border-top: 5px #8b0029 solid;
    margin-right: 2%;
    text-align: center;
    /* padding: 20px; */
    float: left;
    height: 350px;
}
.contents .sk_box .box:last-child { 
    margin-right: 0%;
}
.contents .sk_box .box .tit {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    line-height: 29px;
    margin: 4px 0px 20px;
    padding-bottom: 20px;
    /*border-bottom: 1px #ddd dashed;*/
    background: #8b0029;
    padding-top: 20px;
}
.contents .sk_box ul {
	padding:0 20px;
}
.contents .sk_box ul li {
	text-align:left;
}
.contents .sk_text {
    width: 100%;
    background: #fff;
    /* float: left; */
    padding: 30px;
    margin-bottom: 30px;
    border: 1px solid #ddd;
    line-height: 1.8em;
}
.contents .sk_text p:last-child {
	margin-bottom:0;
}
.slier_wrapper { width: 100%; position:relative; }
@media screen and (max-width:1200px) { .slier_wrapper .bxslider_06>div { width:520px; } }
@media screen and (max-width:1080px) { .slier_wrapper .bxslider_06>div { width:480px; } }
@media screen and (max-width:960px) { .slier_wrapper .bxslider_06>div { width:420px; } }
@media screen and (max-width:840px) { .slier_wrapper .bxslider_06>div { width:auto; height:auto; margin:0; }
	.slier_wrapper .bxslider_06>div img {width: 100% !important;height: 100% !important;} }
/* 경영영어&TNT - 신규 */
.section_tit {
    font-size: 22px;
    line-height: 22px;
    color: #111;
    padding-bottom: 10px;
    border-bottom: 2px solid #222;
}
.apply_common tr td.be_enough {
    background: #a59393;
    color: #fff;
}
.be_confirm {
    color: #d4003e;
    font-weight: 500;
}

.be_none {
    color: #9E9E9E;
    font-weight: 500;
}
.apply_form.tnt_form .section_group section {
    margin-top: 50px;
}

.apply_form.tnt_form .check_box {
    margin-top: 0;
}

.apply_form.tnt_form .container .section_group section .check_group {
    margin-top: 0;
}

.apply_form.tnt_form .container .section_group section .check_group.on_one {
    width: 24px;
    margin: 0 auto;
}

.apply_form.tnt_form .container .section_group section .check_group label {
    margin: 0;
}
#pop_time {
	width:95%;
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
}
#pop_time .check_group.on_one {
    width: 24px;
    margin: 0 auto;
}

#pop_time .apply_common tr td,
#pop_time .apply_common tr th {
    padding:8px;
}
.tutee .group .radio_group { margin:0 10px; }

.opt {
   padding:24px 0;
}

.opt .wrap {
    overflow: hidden;
    padding:0 10%;
    display: flex;
    justify-content: center;
    gap: 2rem;
}

.opt .wrap .btn_opt {
    width: 49%;
    display: block;
    background: #a1a0a0;
    height: 120px;
    text-align: center;
    line-height: 120px;
    /* float: left;
    margin-right: 2%; */
    font-size:22px;
    color:#fff;
    font-weight:400;
    border-radius:4px;
}
.opt .wrap .btn_opt:nth-child(2n) {
    margin-right:0;
}

.opt .wrap .btn_opt:hover {
    background: #8b0029;
    transition: background .5s;
}
.section_tit {
    overflow: hidden;
}
.btn_ssm {
    font-size: 15px;
    background: #8b0029;
    display: block;
    padding: 2px 12px;
    color: #fff;
}
/* tab */

.contents .msphd_tab .tablinks {
    width: 24.5%;
    height: 102px;
    margin-left: 0.61%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.contents .msphd_tab2 .tablinks {
    width: 50%;
}
.contents .process_tab {
    display: flex;
    justify-content: center;
}
.contents .noti_tab {
    margin-bottom: 50px;
}

.contents .noti_tab .tablinks {
    width: 13.8%;
	margin-left: 0%;
    margin-right: 0.41%;
}
.contents .academic_tab {
    margin-bottom: 50px;
}
.contents .academic_tab .tablinks {
    width: 24.672%;
	margin-left: 0.41%;
}
.contents .noti_tab .tablinks.long {
    padding-top: 10px;
}

.contents .record_tab .tablinks {
    width: 49.5%;
    margin-left: 1%;
}

#pop_act ,#pop_act2{
    max-width: 1080px;
    /* width: 90%; */
    margin: 0 auto;
    background: #fff;
    padding: 40px;
    height: 720px;
    overflow-y: scroll;
}

#pop_act h4  ,#pop_act2 h4{
    font-size: 22px;
    margin: 30px 0 10px 0;
    font-weight: 500;
}

#pop_act .line  ,#pop_act2 .line{
    font-size: 24px;
    padding: 18px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-weight: 500;
}

#pop_act .con_box  ,#pop_act2 .con_box{
    margin-top: 20px;
}

/* amp intro */
.num_three .square { width: 29%; }
.h_min { height: 88px; }
.h_min .square { height: 64px; }

.ex_sch tr td:last-child { text-align:left; padding:10px; }
.bg_point { background: #eae1e4; }

/* 반응형 */
@media screen and (max-width:1200px) {
	.check_group { line-height: 24px;position: relative; }
	section.pro_view_wrap { margin-bottom: 30px; }
	.pro_view_wrap .pro_info { padding: 40px 20px 40px 32px; }
	.pro_view_wrap .pro_info .pro_name { font-size:24px; }
	.pro_view_wrap .pro_info .info_wrapper { margin-top: 20px; }
	.pro_view_wrap .pro_info .info_wrapper .pro_info_list { flex: auto; }
	.pro_view_wrap .pro_info .info_wrapper .pro_info_list:nth-child(2) { padding-left: 20px; }
	.pro_view_wrap .pro_info .info_wrapper .pro_info_list li { font-size: 15px; }
	.pro_view_wrap .pro_img { width: 200px; height: 280px; }
	.pro_view_wrap .wrap_tit {width: 200px;padding: 30px;}
	.pro_view_wrap .wrap_text { width: calc(100% - 200px); padding: 32px; font-size: 15px; line-height: 24px; }
	.open_area { height: 148px; }

	.news_container .f_text .comment { font-size: 14px; }
	.news_container .f_text .contact { margin: 10px 0; }
	.news_container .f_text .contact .tit { font-size: 14px; }
	.news_container .f_text .contact ul li { font-size: 14px; }
	.news_container .f_text .contents_over .btn_link { font-size: 15px; }
	.news_container .r_text { margin-left: 30px; width: 450px; /*height: 282px;*/ }
	.news_container .f_text { width: calc(100% - 480px); }
	.news_container .last_news .wrap { width: 420px; }
	.news_container .last_news .wrap .fl { width: 200px; }
	.news_container .last_news .wrap .fr { width: calc(100% - 200px); padding: 40px 20px; }
	.news_container .last_news .wrap .fr h5 { font-size: 16px; }
	.news_container .last_news .wrap .fr p { font-size: 14px; }
	
	.school section { margin-bottom: 40px; }
	.school .tit { font-size: 20px; }
	.school .intro .cont p { font-size: 15px; line-height: 1.4em; }
	.cont_table thead tr th { padding: 15px 0; }
	.cont_table tbody tr td { padding: 12px; }
	.cont_table tbody tr th { padding: 12px; }
	.center_gallery .gal_view { gap: 21px; height: 480px; }
    .center_gallery .gal_view li { width: calc(33.3% - 21px); height: 230px; }
	.center_gallery .gal_view li:after { bottom: 12px; right: 10px; background: url(../images/sub/icons8-zoom-in-16.png); width: 16px; height: 16px; }
	.center_gallery .gal_view li img { width: 100%; height: 100%; }
	
    .school .school_center { gap: 21px; }
	.school .school_center li { width: calc(33.3% - 21px); }
	.school .school_center li .info p { font-size: 13px; min-height: 100px; }
	.cam_link ul li { width: 32%; margin-right: 2%; }
	.cam_link ul li .cam_img_wrap { max-height: 360px; }
	.cam_link ul li .cam_img_wrap img {}

	.map_container .kor_map iframe { width: 100%; }
	.map_container .loc .tit { float: none; width: 100%; }
	.map_container .loc .loc_container { float: none; width: 100%; }
	
	.bizNews .intro .fl .line h2 { font-size: 22px; margin-bottom: 16px; }
	.bizNews .intro .fl .line .cont p { font-size: 14px; }
	.bizNews .intro .fr .contact { padding: 18px; }
	.bizNews .intro .fr .contact .tit { font-size: 14px; margin-bottom: 8px; }
	.bizNews .intro .fr .contact ul li { font-size: 14px; }
	
	
	/* privacy */
	.sub.visual_none .grid_container { padding: 120px 20px 70px; }
	
	/* search */
	.search_option .search_detail .check_group { width: 33%; }
	.root_daum_roughmap { width: 100% !important; }
	
	/* sk */
	.contents .sk_box .box .tit { font-size: 18px; padding: 16px 0; }
	.contents .sk_box .box {height: 450px;}
}

@media screen and (max-width:1080px) {
	.news_container .f_text { width: 100%; }
	.news_container .r_text { width: 100%; }
	.news_container .last_news .wrap { width: calc(100% - 30px); }
	.news_container .last_news .wrap .fr .btn_view { max-width: 200px; }
	.news_container .f_text .contents_over .btn_link { height: 44px; line-height: 44px; }
	
	.center_gallery .gal_view { gap: 20px; }
	.center_gallery .gal_view li { width: calc(50% - 10px); height: 230px; }
	.center_gallery .gal_view li img { width: 100%; height: 100%; }

    .school .school_center { gap: 20px; }
	.school .school_center li { width: calc(50% - 10px); }
	.school .school_center li .info p { font-size: 13px; min-height: 100px; }
	.school .hyundai_car .school_center li .info p { font-size: 13px; min-height: 148px;}
	.cam_link ul li .cam_comment { font-size: 14px; padding: 20px; height:200px; }
	.cam_link ul li .cam_img_wrap { max-height:320px; }
	.bizNews .intro .fl .line h2 { font-size: 22px; margin-bottom: 16px; }
	.bizNews .intro .fl .line .cont p { font-size: 14px; }
	.bizNews .intro .fr .contact { padding: 18px; }
	.bizNews .intro .fr .contact .tit { font-size: 14px; margin-bottom: 8px; }
	.bizNews .intro .fr .contact ul li { font-size: 14px; }
	.bizNews .intro .fl { width: 100%; margin-right: 0; }
	.bizNews .intro .fr { width: 100%; padding: 0; margin-top: 50px; }
	.bizNews .history .part h2 { font-size: 18px; }
	.bizNews .history .part .cont { font-size: 14px; }
	.bizNews .history .part { padding-left: 40px; }
	.bizNews .section_wrap .fl { width: 210px; margin-right: 30px; }
	.bizNews .history { width: calc(100% - 240px);}
	.pc_flex { margin-top:8px; }
	.pc_flex:first-child { margin-top:0px; }
	.pc_flex .line_group { width:100%; display:block; }
	
	.exchange_w .total { float: none; }
	
	/* sk */
	.contents .sk_box .box .tit {font-size: 16px; }
	/* .contents .con_box ul li { font-size:16px; } */
}

@media screen and (max-width:960px) {
    /* amp intro */
    .num_three .square { width: 100%; height: auto; }
    .h_min { height: auto; }
    .h_min .dia_arrow { height: 8px; }
	
	/* sk */
	.contents .sk_box .box .tit { font-size: 15px;padding: 8px 0; }
	.contents .sk_box .box {width: 100%;height:auto;margin-bottom:18px;padding-bottom: 18px;}
    .type_search {
        overflow-x: scroll;
    }
}
@media screen and (max-width:840px) {	
	.cam_link ul li { width: 100%; text-align: center; margin-bottom: 2%; }
	.cam_link ul li .cam_comment { height: 140px; text-align: left; }
	.cam_link ul li .cam_img_wrap { height: auto; }
	.cam_link ul li .cam_img_wrap .cam_hidden_m { display: none; }
	.cam_link ul li .cam_img_wrap .cam_hidden_pc {display: block;height: auto;}
	
	/* search */
	.search_option .search_detail .keyword { float:none; width:100%; }
	.search_option .search_detail .optional { width: 100%; float: none; margin-top: 30px; }
	.search_option .search_detail label.tit { margin-bottom: 12px; }
	.search_option .search_detail .keyword .line_group { margin-bottom: 8px; }
	.search_option .search_detail .language { margin-top: 30px; }
	.search_option .search_detail .language .check_group { line-height: 26px; }
	.search_option .search_detail .check_group { line-height: 28px; }	
	.search_option .search_detail .btn_search { margin-top: 20px; width: 100%; text-align: center; }
	
	.msphd_graph { width: 100%;	padding-right:0; }
	.msphd_graph .gra_line label { width: 20%; font-size: 20px;	line-height: 36px;	height: 36px; }
	.msphd_graph .gra_line .graph_img {	width: 80%;	}
	.msphd_graph .gra_line .graph_img .box { line-height: 36px;	}
	.msphd_graph .gra_line .graph_img .plus { line-height: 36px;font-size: 20px; }
	.msphd_graph .gra_line {margin-bottom: 10px;}

	.exchange_view {width:95%;padding: 24px; height:auto; overflow-y:scroll; }
	.exchange_view .ex_view tbody td, .exchange_view .ex_view tbody th { padding: 10px; font-size:14px; }
	.ex_search {float:none !important;margin-left:0;display: block !important;}
    .ex_search select:nth-child(2n) {/* margin-right: 0; */}
	.exchange_w .total { float: none; }
	.ex_search .search_wide { width: 100%; }
	.ex_search select {margin-bottom:2px;margin-right: 0.2%;width: calc((100% - 2.5%) /3);}

	.contents .noti_tab .tablinks { width: 24.5%; margin-left:0; margin-right: 0.5%; margin-bottom:0.5%; }
	.contents .noti_tab .tablinks:nth-child(4n) { margin-right:0; }	
	
    .contents .noti_tab .tablinks { width: 24.5%; margin-left:0; margin-right: 0.5%; margin-bottom:0.5%; }
	.contents .noti_tab .tablinks:nth-child(4n) { margin-right:0; }	

	#pop_act { padding: 20px; width:95%; }

    .contents .noti_tab .tablinks.long {
        padding-top: 20px;
    }


}

@media screen and (max-width:640px) {
	section.pro_view_wrap {margin-bottom: 15px;padding: 20px;}
	.professor_view { padding: 30px 0; }
	.pro_view_wrap .pro_info {width: 100%;padding: 0px;margin-top: 20px;}
	.pro_view_wrap .pro_info .pro_name {font-size:16px;}
	.pro_view_wrap .pro_info .info_wrapper {margin-top: 10px;display: block;}
	.pro_view_wrap .pro_info .info_wrapper .pro_info_list {flex: none !important;}
	.pro_view_wrap .pro_info .info_wrapper .pro_info_list li { font-size: 14px; }
	.pro_view_wrap .pro_info .info_wrapper .pro_info_list:nth-child(2) { padding-left: 0px; }
	.pro_view_wrap .pro_img {width: 120px;height: 160px;float: none;margin: 0;}
	.pro_view_wrap .wrap_tit {width: 100%;float: none;padding: 0;}
	.pro_view_wrap .wrap_tit h2 { font-size:17px; }
	.pro_view_wrap .wrap_text {width: 100%;padding: 0;margin-top: 20px;font-size: 13px;line-height: 21px;}
	.open_area {height: 152px;}
	.pro_view_wrap .wrap_text.history p label {width: 30%;margin-right: 20px;font-weight: 600;}
	.pro_view_wrap .wrap_text.history p span { width: calc(100% - 30px); }

	.news_container .r_text { height: auto; }
	.news_container .f_text .contents_over .btn_link { width: 49%; text-align: center; font-size: 14px; margin:0; padding:0;}
	.news_container .f_text .contents_over .btn_link:first-child { margin-right: 1%; }
	.news_container .f_text { padding: 0; margin-bottom: 24px; }
	.news_container .f_text .contact ul li { font-size: 12px; }

	.news_container .last_news .wrap .fl { width: 160px; }
	.news_container .last_news .wrap .fr { width: calc(100% - 160px); padding: 24px 16px; }
	.news_container .last_news .wrap .fr h5 { font-size: 15px; }
	.news_container .last_news .wrap .fr div { font-size: 13px; height: 75px; overflow: hidden;}
	.news_container .last_news .wrap .fr .btn_view { font-size: 13px; height: 36px; line-height: 36px; margin-top: 24px; }
	.news_container .last_news h3 { font-size: 14px; float: none; width: 100%; text-align: left; padding: 0; padding-left: 60px; }
	.news_container .last_news h3:after { height: 1px; width: 50px; left: 0; top: 10px; }
	.news_container .last_news .wrap { width: 100%; height: 220px; }

	.news_container.library .last_news .wrap .fl { width: 140px; height: 200px; }
	.news_container.library .last_news .wrap .fr { width: calc(100% - 140px); padding: 32px 15px; }
	.news_container.library .last_news .wrap .fr h5 { max-height: 45px; overflow: hidden; margin-bottom:10px; }
	.news_container.library .r_text { height: 232px; float: none; width: 100%; margin: 0; }
	.news_container.library .f_text { padding: 0; }

	.type_paper.library_book ul li .info .tit { height: 42px; margin-bottom: 8px; }
	.type_paper.library_book ul li .info .book_info span { font-size: 14px; }
	.type_paper.library_book ul li .img_wrap { margin-bottom: 12px; }
	.type_paper.library_book ul li .info .book_info { padding-top: 8px; }
	.type_paper.library_book ul li { margin-top: 30px; }
	.type_paper.library_book ul li:nth-child(-n+2) { margin-top: 0; }
	.type_paper.library_book ul li .img_wrap img { height: auto; }

	.library .board_top .check_group {line-height: 1.5em;}
	.library .board_top .check_group { float: none; }
	.library .search_form { display: block; }
	.library .search_group { width: 100%; display: block; }
	.library select { width: 49%; margin: 0; margin-bottom: 4px; }
	.library select:first-child { margin-right: 1%; }

	.school .intro .cont p { font-size: 13px;}
	.school .tit { font-size: 17px; margin-bottom: 10px; }
	.cont_table thead tr th { padding: 12px 0; }
	.cont_table tbody tr td { font-size: 13px; padding: 10px;}
	.cont_table tbody tr th { font-size: 13px; padding: 10px;}
	.school .school_center li img { height: 180px; }
	.school .school_center li .info { padding: 16px 0; }
	.school .school_center li .info h3 { font-size: 14px; }
	.school .school_center li .info p { font-size: 12px; min-height: 106px; }
	.school .hyundai_car .school_center li .info p { font-size: 12px; min-height: 166px;}
	.map_container .loc { margin-top: 25px; padding-bottom: 0; }
	
	.center_gallery .gal_view li { height: 200px; }
	.center_gallery .gal_view { height: 630px; }
	.btn_gal_more { width: 100%; height: 36px; line-height: 36px; margin-top: 20px; position:relative; }
	.center_gallery .gal_view li .caption { font-size:13px; }	
	.center_gallery .btn_gal_more { padding: 0; }
	.center_gallery .btn_gal_more:before { top: 15px; right: 0; }
	.center_gallery.active .btn_gal_more:before { top: 20px; right: 0; }

	.bizNews .intro .fl .line h2 { font-size: 18px; margin-bottom: 12px; }
	/* .bizNews .intro .fl .line .cont p { font-size: 13px; } */
	.bizNews .intro .fl .line { margin-bottom: 20px; }
	.bizNews .intro .fr .contact ul li { font-size: 13px; }
	.bizNews .intro .fr .contact .btn_link_s { font-size: 13px; margin-top: 10px; }
	.bizNews .section_wrap { margin-top: 50px; }
	.bizNews .section_wrap .fl { width: 100%; float: none; margin-bottom: 30px; }
	.bizNews .history { width: 100%; }
	.bizNews .history .part { padding-left: 30px; }
	.bizNews .history .part:before { width: 12px; height: 12px; left: 2px; }
	.bizNews .history .part h2 { font-size: 16px; margin-bottom: 12px; }
	.bizNews .history .part .cont { font-size: 13px; }

    .bizNews2 .intro{padding: 20px;}
    .bizNews2 .intro .fl .line{width: 100%;}
    .bizNews2 .intro .fl .line:nth-child(3){margin-bottom: 20px;}

	.qa { margin-top: 30px; }
	

	.scholar_graph { margin: 20px 0; }
	.scholar_graph .graph_line label { float: none; width: auto; height: auto; line-height: 1.8em;}
	.scholar_graph .graph_line .wrap ul li { max-width: 100%; max-height: 100%; width: 30%; height: 30%; margin-right: 5%; line-height: 100px; }
	.scholar_graph .graph_line .wrap ul li:last-child { margin-right: 0;}
	.scholar_graph .graph_line .wrap ul li:after { top: 50px; right: -20px;}

	.search_line thead tr th:nth-child(4), .search_line thead tr th:nth-child(5) { /*display: none;*/ }
	.search_line tbody tr td.level, .search_line tbody tr td.link, .search_line tbody tr td.pdf { /*display:none;*/ }
	.search_line tbody tr td .m_cont { display:flex; margin: 10px 0; overflow: hidden; }
	.search_line tbody tr td .m_cont>div { margin-right:8px; }
	.search_line tbody tr .m_cont .level { padding:5px 0; }
	.search_line tbody tr .m_cont .level span { font-size: 12px; padding: 2px 8px; }
	.search_line tbody tr td {font-size: 14px;line-height: 1.4em;border-bottom: 2px solid #ddd;}
	.search_line tbody tr th.num { font-size: 14px; }
	.search_line thead tr th { font-size: 14px; }
	.search_line thead tr th:nth-child(1) { width: 24px; }
	.search_line thead tr th:nth-child(2) { width: calc(100% - 24px); }
	.search_line .country { /*display: block;*/ margin-bottom: 4px; }
	.search_line .country:after { /*display: none;*/ }
	
	.select_assistant .search_tabcontant .assis_table th, .select_assistant .search_tabcontant .assis_table td { font-size:13px; }
	.m_block { width: 100%; margin-top: 12px; display: block; }
	.m_block .m_block_tit { font-weight: 500; display: block; }
	.m_block .check_tit { width:100%; display:block; }
	
	.m_w100 { width:100%; margin-top:4px; }
	.m_w100:first-child { margin-top:0; }
	.mw100 td { padding: 8px !important; }
	.part_group { margin-top:4px; }
	.part_group:first-child { margin-top:0; }

	.fc-toolbar h2 { font-size: 24px; }
	.fc-prev-button:before { width: 12px; height: 12px; top: 10px; }
	.fc-next-button:after { width: 12px; height: 12px; top: 10px; }	
	
	/* privacy */
	.sub.visual_none .grid_container { padding: 100px 15px 60px; }
	.privacy { padding: 20px; }
	.privacy h2 { font-size: 20px; margin-bottom: 20px; }
	.privacy .terms { padding-bottom: 20px; margin-bottom: 20px; }
	.privacy .terms .group .terms_tit { font-size: 16px; }	
	
	/* search */
	.search_option .search_detail .check_group { width:50%; }
	
	.contents .msphd_tab .tablinks:nth-child(3n+1) { margin-left: 0.5%; }
	.contents .msphd_tab .tablinks { margin-left: 0.5%; height: 56px; padding: 0; font-size:12px;display: flex !important;justify-content: center;align-items: center; }
	
	.contents .noti_tab .tablinks { width: 33%; margin-right: 0.5%; margin-bottom:0.5%; height:44px; line-height:44px; padding:0; font-size:13px; }
	.contents .noti_tab .tablinks:nth-child(4n) { margin-right:0.5%; }
	.contents .noti_tab .tablinks:nth-child(3n) { margin-right:0; }
    .contents .noti_tab .tablinks.long {padding-top: 0px;}

    .contents .academic_tab .tablinks { width: 33%; margin-left: 0.5%; margin-bottom:0.5%; height:44px; line-height:44px; padding:0; font-size:13px; }
    .contents .noti_tab .tablinks:nth-child(4n) { margin-left:0; }

	.table_normal { width:100%; border-top: 2px #000 solid; table-layout: fixed; min-width: 640px; border-collapse: collapse; }
	.table_normal th { padding: 10px; text-align: center; font-size: 14px; color: #000; border: 1px #ddd solid; word-break: break-all; background: #f0f0f0;  vertical-align: middle;}
	.table_normal td { padding: 10px 0; text-align: center; font-size: 14px; color: #555; border-bottom: 1px #ddd solid;  border-right: 1px #ddd solid; vertical-align: middle;}
	.table_normal td.align_l { padding: 10px 10px 10px 30px; text-align: left; }
	
	.opt { padding: 0; }
	.opt .wrap { padding: 0;  gap: 0;}
	.opt .wrap .btn_opt { width: 48%; margin-right: 4%; font-size: 16px; height: 80px; line-height: 80px; }
}

@media screen and (max-width:480px) {
	.center_gallery .gal_view li { height: 120px; }
	.center_gallery .gal_view li .caption { padding: 10px; font-size: 12px; }
    /* .contents .noti_tab .tablinks.long {padding-top: 5px;line-height:16px;} */

}

/*기부챌린지*/
.challenge { width: 100%; overflow: hidden; margin: 20px auto; }
.challenge .challenge_l { width: 380px; height: 620px; float: left; padding: 50px; box-sizing: border-box; background: #8b0029; color: #fff; }
.challenge .challenge_l .tit {font-size: 30px; font-weight: 500; margin-bottom: 30px;}
.challenge .challenge_l .txt {font-size: 18px; margin-bottom: 30px;}
.challenge .challenge_l .btn {font-size: 18px; font-weight: 500; background: #fff; color:#8b0029; text-align: center; width: 100%; height:45px; line-height:42px; }
.challenge .challenge_c { width: 380px; height: 620px; float: left; margin-left: 30px; padding: 50px 40px; box-sizing: border-box; border: 1px #ddd solid; }
.challenge .challenge_c .tit {font-size: 24px; font-weight: 500; margin-bottom: 10px;}
.challenge .challenge_c .txt {font-size: 16px; margin-left: -10px; margin-bottom: 50px;}
.challenge .challenge_r { width: 380px; height: 620px; float: left; margin-left: 30px; padding: 20px; box-sizing: border-box; background: #fff;  border: 1px #ddd solid; text-align: center; }

.directions { display:none; width:554px; height:620px; margin:0 auto; background:#fff; font-size:14px; line-height:1.7em; box-sizing: border-box; border-radius: 20px; }
.challenge_con_wrap { width: 100%; height: 550px; box-sizing: border-box; }
.challenge_con_wrap .step {width: 75px; height: 35px; background:#8b0029; font-size: 18px; font-weight: 500; color: #fff; line-height: 35px; text-align: center; border-top-left-radius: 20px; }
.challenge_con_wrap .tit {font-size: 30px; font-weight: 500; color:#8b0029; text-align: center; margin: 20px auto 30px;}
.challenge_con_wrap .photo_wrap {width: 410px; height: 308px; /*background:url(../images/common/no_img.png) no-repeat center #efefef;*/ background: #efefef;border: 1px #ddd solid; position: relative; box-sizing: border-box; margin: 0 auto; text-align: center; }
.challenge_con_wrap .mark01 { width: 65px; height: 72px; position: absolute; top:0; left: 0; }
.challenge_con_wrap .mark02 { width: 100px; height: 30px; background:#8b0029; font-size: 16px; font-weight: 400; color: #fff; line-height: 30px; text-align: center; position: absolute; bottom:0; right: 0px; }
.challenge_con_wrap .btn_rotation { width: 42px; height: 42px; position: absolute; top:10px; right: 10px; }
.challenge_con_wrap img.photo {width: 408px; height: 306px;}
.challenge_con_wrap .info { text-align: center; margin: 20px auto; }
.challenge_con_wrap .info .txt { font-size: 18px; font-weight: 500; margin: 10px 0 0;}
.challenge_con_wrap .info .txt p {  font-size: 16px; font-weight: 300; }
.challenge_con_wrap .btn_save {width: 100px; height: 30px; background:#222; font-size: 16px; font-weight: 400; color: #fff; line-height: 30px; text-align: center; display: inline-block; border-radius: 3px; margin: 10px 0 0; }
.challenge_btn_area { width: 100%; height: 70px; background:#8b0029; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; font-size: 24px; font-weight: 500; line-height: 70px; text-align: center; color: #fff; }
.challenge_btn_area a{ color: #fff;}
.challenge_close { position: absolute; top:10px; right: 15px;}
.challenge_close img {width: 20px;}
.challenge_con_wrap .info2 {width: 80%; text-align: center; margin: 50px auto; border: 1px #ddd dashed; font-size: 18px; font-weight: 500; padding: 50px; box-sizing: border-box; }

@media screen and (max-width:1200px) {
.challenge .challenge_l { width: 32%; padding: 30px;}
.challenge .challenge_l .tit {font-size: 28px; margin-bottom: 20px;}
.challenge .challenge_l .txt {font-size: 16px; margin-bottom: 20px;}
.challenge .challenge_c { width: 32%; margin-left: 2%; padding: 30px 20px; }
.challenge .challenge_r { width: 32%; margin-left: 2%; padding: 20px;}
	

}
@media screen and (max-width:980px) {
.challenge .challenge_l { padding: 20px;height: 550px;}
.challenge .challenge_l .tit {font-size: 24px; margin-bottom: 10px;}
.challenge .challenge_l .txt {font-size: 15px; margin-bottom: 10px;}
.challenge .challenge_l .btn {font-size: 14px; height:40px; line-height:38px; }
.challenge .challenge_c { padding: 20px 20px; height: 550px;}
.challenge .challenge_c .tit {font-size: 20px; margin-bottom: 10px;}
.challenge .challenge_c .txt {font-size: 14px; margin-left: -10px; margin-bottom: 20px;}
.challenge .challenge_r { height: 550px;}
.contents .con_box .challenge .challenge_c ul.bu_no li {
	font-size: 14px;
	color: #555;
	line-height: 20px;
	letter-spacing: -0.5px;	
	padding: 5px 0 0 10px;
	margin: 5px 0;
	position: relative;
	padding-left: 15px;
	text-indent: -12px;
}
.contents .con_box .challenge .challenge_c ul.bu_no li:before {
	content: '';
	width: 0px;
	height: 0px;
	position: absolute;
	top: 14px;
	left: 0;
	background: #9e9e9e;
}
	.challenge_con_wrap .info2 {margin: 25px auto;padding: 20px;font-size: 16px;}
}
@media screen and (max-width:800px) {
.challenge .challenge_l { width: 100%; height: auto; float: none; margin-bottom: 20px;}
.challenge .challenge_c { width: 100%; margin-left: 0%; margin-bottom: 20px; padding: 20px 20px; height: auto; float: none;}
.challenge .challenge_r { width: 100%; margin-left: 0%; height: auto; float: none;}
.challenge .challenge_c .txt {margin-left: 0px;}	
	
.directions { width:90%; height:530px; min-width: 360px;}
.challenge_con_wrap {height: 480px;}
.challenge_con_wrap .step {font-size: 15px; }
.challenge_con_wrap .tit {font-size: 24px;}
.challenge_con_wrap .photo_wrap {width: 80%; max-width: 410px; min-width: 320px; height: auto; }
.challenge_con_wrap img.photo { height:auto; }
.challenge_con_wrap .info .txt {font-size: 15px;}	
.challenge_con_wrap .info .txt p {font-size: 14px;}	
.challenge_btn_area { height: 50px; line-height: 50px; font-size: 20px;}

}

.msphd_box_l .btn {
		width: 290px;
		height: 48px;
		line-height: 46px;
		background: #8b0029;
		font-size: 18px;
		color: #fff;
		text-align: center;
		float: right;
		margin-top: 0px;
        margin-left:5px;
        display:block;
 	}

.mim_icon_box{
    background-color: #fff;
    padding: 3rem;
}
.mim_icon_box h5{
    text-align: center;
    font-size: 30px;
    line-height: 42px;
    color: #8b0029;
    font-weight: 500;
    margin-bottom: 2rem;
}
.mim_icon_box .icon_box_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.mim_icon_box .icon_box_wrap .icon_img_box{
	width:33%;
    margin-top: 10px;
	text-align:center;
	display:flex;
	flex-direction:column;
	align-items:center;
	/* justify-content:center; */
}
.mim_icon_box .icon_box_wrap .icon_img_box p{
	font-size:18px;
	font-weight:400;
}
.mim_icon_box .icon_box_wrap .icon_img_box span{
    font-size:1rem;
}
@media screen and (max-width:1200px) {
    .mim_icon_box{
        margin-top: 4rem;
    }   
    .mim_icon_box h5{
        font-size: 26px;
    }
    .mim_icon_box .icon_box_wrap .icon_img_box p{
        font-size: 16px;
    }
}
@media screen and (max-width:875px) {
    .mim_icon_box{
        padding: 2rem;
    }
    .mim_icon_box .icon_box_wrap .icon_img_box{
        width: 50%;
        margin-bottom: 20px;
    }
    .mim_icon_box .icon_box_wrap .icon_img_box p{
        font-size: 1rem;
    }
    .mim_icon_box .icon_box_wrap .icon_img_box span{
        font-size: 0.875rem;
    }
}
.img_center{margin: 0 auto;display: block;}
.msp_professor{display: flex;justify-content: space-between;}
.msp_professor .professor_box{width:33.33333%;padding:10px 20px;}
.msp_professor .professor_box:nth-child(2){border-right:1px solid #8b0029;border-left:1px solid #8b0029;}
.contents .professor_h4{font-weight: 500;color: #8b0029;}
.professor_box .tit{font-size:1.25rem;font-weight: 500;}
.professor_box .sub{font-size: 1.125rem;font-weight:500;color:#8b0029;margin: 10px 0;}
.contents .con_box .professor_box ul li{margin: 0;
    padding: 5px 0 0 0;}
.contents .con_box .professor_box ul li::before{display: none;}
.contents .con_box .professor_box a{
    color:#333;    
    display: flex;
    align-items: center;
}
.contents .con_box .professor_box a:after {
    content: url(/images/common/ic_external_sm.png);
    font-weight: 600;
    margin:0 4px;
    font-size:16px;
    color: #333;
}     
.contents .con_box .professor_box .linkedin:after{
    content: "";
    background-image: url(/images/sub/linkedin.png);
    background-size: cover;
    margin: 0 4px;
    display: inline-block;
    width: 18px;
    height: 18px;
}



.professor_table .cont_table{border-top: 2px solid #8b0029;}
.professor_table .cont_table th,.professor_table .cont_table td{font-size: 1.25rem}
.professor_table .cont_table th{font-weight: 500;}
.professor_table .cont_table td{display: flex;align-items: center;}
/* .professor_table .cont_table tbody tr:nth-child(1n){background-color: #fff;} */
.professor_table .cont_table tbody tr:nth-child(2n){background-color: #e3ddd0;}

.professor_table a{
    color: inherit;
    display: flex;
    justify-content: center;
    align-items: center;}
.professor_table a.linkedin::after{
    content: "";
    background-image: url(/images/sub/linkedin.png);
    background-size: cover;
    margin: 0 4px;
    display: inline-block;
    width: 16px;
    height: 16px;
}

.professor_table a:after {
    content: url(/images/common/ic_external_sm.png);
    font-weight: 600;
    margin:0 4px;
    font-size:16px;
    color: #333;
}     


.advisory_board a{   
    color: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
}
.advisory_board a:after {
    content: url(/images/common/ic_external_sm.png);
    font-weight: 600;
    margin:0 4px;
    font-size:16px;
    color: #333;
}     
.advisory_board a.linkdein::after{
    content: "";
    background-image: url(/images/sub/linkedin.png);
    background-size: cover;
    margin: 0 4px;
    display: inline-block;
    width: 16px;
    height: 16px;
}

.txt_red{color:#8b0029;}
@media screen and (max-width:840px) {
    .msp_professor{flex-wrap: wrap;}
    .msp_professor .professor_box{width:100%;    padding: 20px 0;}
    .msp_professor .professor_box:last-child{margin: 0;}
    .professor_box .tit{font-size: 1.125rem;}
    .professor_box .sub{font-size: 1rem;}
    .contents .con_box .professor_box ul li{font-size: 0.938rem;}
    .professor_table .cont_table th,.professor_table .cont_table td{font-size: 0.938rem;border: none;}
    .professor_table .cont_table td{display: inline-block;}
    .professor_table a{justify-content: start;}
    .professor_table a.linkedin{justify-content: center;}
    .msp_professor .professor_box:nth-child(2){border:none; border-top:1px solid #8b0029;border-bottom:1px solid #8b0029;}
}

/* mba 문의사항 버튼 */
.mba_qa_button{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem auto;
}
.mba_qa_button p{
    width: 180px;
    padding: 1.5rem;
    background: #928068;
    text-align: center;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
}