/* *******************************************************
 * filename : sub.css
 * description : SUB공통영역SET CSS
 * date : 20190730
******************************************************** */

.sub {
    background: #f4f4f4;
	font-size:16px;
}

.sub .grid_container {
	width:1200px;
	padding: 60px 0 70px;
}

.sub_visual {
    /*height: 510px;*/
	padding-top: 90px;
}

.sub_visual h1 {
    font-size: 50px;
    font-weight: 600;
    line-height: 280px;
    color: #fff;
    text-align: center;
    text-shadow: 4px 4px 6px rgba(51, 51, 51, 0.4);
}


.eec_lang {
    display: block;
    font-size: 42px;
    font-weight:500;
}

/* 끝 */

.sub_visual.visual01 {background: url(../images/sub/sub_visual01.jpg) 0 0 no-repeat;}
.sub_visual.visual02 { background: url(../images/sub/sub_visual02.jpg) 0 0 no-repeat; }
.sub_visual.visual03 { background: url(../images/sub/sub_visual03.jpg) 0 0 no-repeat; }
.sub_visual.visual04 { background: url(../images/sub/sub_visual04.jpg) 0 0 no-repeat; }
.sub_visual.visual05 { background: url(../images/sub/sub_visual05.jpg) 0 0 no-repeat; }
.sub_visual.visual06 { background: url(../images/sub/sub_visual06.jpg) 0 0 no-repeat; }
.sub_visual.visual07 { background: url(../images/sub/sub_visual07.jpg) 0 0 no-repeat; }
.sub_visual.visual08 { background: url(../images/sub/sub_visual08.jpg) 0 0 no-repeat; }


.sub_depth_tit {
    font-size: 42px;
    line-height: 48px;
    color: #343434;
    font-weight: 600;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    /* padding-bottom: 50px; */
}

.sub_depth_tit:after {
    content: '';
    display: block;
    background: #8b0029;
    width: 35px;
    height: 3px;
    margin: 0 auto;
    margin-top: 50px;
}

.path_container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.path {
    height: 60px;
    line-height: 60px;
    background: #8b0029;
}

.path .home {
    width: 60px;
    display: block;
    padding: 0 20px;
    position: relative;
	float:left;
}

.path a {
    color: #fff;
}

/*
.path [class^="depth"] {
	float:left;
	position:relative;
}
*/
.path>div {
	float:left;
	position:relative;
}
.path .depth_btn:before{
    content: "";
    width: 1px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    
}
.path .depth_btn {
	cursor:pointer;
	display:block;
	width:100%;
	height:100%;
	line-height:60px;
	padding:0 20px;
	min-width:200px;
	font-size:16px;
	position:relative;
}
.path .depth_btn.active {
    background: #830128;
}
.path .depth_btn i {
    position: absolute;
    right: 12px;
    top: 24px;
    font-size: 12px;
}
.path [class^="depth"] ul {
	opacity:0;
	visibility: hidden;
	max-height:0;
	transition: all 0.3s ease;
	position:absolute;
	top:60px;
	width:100%;
	z-index:1;
	background-color:#333;
	overflow:hidden;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.path [class^="depth"].active ul {
	opacity:1;
	visibility:visible;
	max-height:1000px;
	z-index:999;
}
.path [class^="depth"] ul li {
	height:36px;
	font-size:13px;
	line-height:36px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding:0 20px;
}
.path [class^="depth"] ul li:hover {
    background:#222;
}

.path [class^="depth"] ul li a {
	display:block;
	width:100%;
	height:100%;
}
.path select {
    border:none;
    background:transparent;
    color:#fff;
    font-size:18px;
    height:58px;
    line-height:58px;
    padding-bottom:4px;
}
.path select option {
	color:#555;
	font-size:14px;
}

.path .depth_btn.depth_wide {
    min-width: 360px;
}
.path ul li a.link {
    position: relative;
}

.path ul li a.link:after {
    content: url(/images/common/ic_external_ssm.png);
    font-weight: 600;
    margin-left: 8px;
    font-size:13px;    
    position:absolute;
    top:0;
    right:0;
}

/* 네이티브 외형 감추기 */ 
.path select { 
    -webkit-appearance: none; 
    -moz-appearance: none; 
    appearance: none;
    /*background: url(../images/common/path_select.png) no-repeat 95% 50%; /* 화살표 모양의 이미지 */
	min-width: 110px;
	margin-right:5px;
} 
.path select::-ms-expand { display: none; }
.path>div.depth_wide {
    min-width: 360px;
}

.sub section {
    /*padding: 80px 0 90px;*/
}

.group_tit {
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: bold;
    color: #111;
    position: relative;
    padding-left: 18px;
}

.group_tit:before {
    content: '';
    width: 5px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    background: #8b0029;
}


/* user group */
.user_group {
    height: 510px;
    position: relative;
}

.user_visual01 {background: url(../images/sub/user_visual01.jpg) 0 0 no-repeat;}
.user_visual02 {background: url(../images/sub/user_visual02.jpg) 0 0 no-repeat;}
.user_visual03 {background: url(../images/sub/user_visual03.jpg) 0 0 no-repeat;}
.user_visual04 {background: url(../images/sub/user_visual04.jpg) 0 0 no-repeat;}
.user_visual05 {background: url(../images/sub/user_visual05.jpg) 0 0 no-repeat;}
.user_visual06 {background: url(../images/sub/user_visual06.jpg) 0 0 no-repeat;}


.user_group .sitemap {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
}

.user_group .sitemap ul {
	width:1400px;
	margin:0 auto;
	margin-top:370px;
    overflow: hidden;
}

.user_group .sitemap ul li {
    float: left;
    width: 15%;
    height: 54px;
    line-height: 48px;
    font-size: 22px;
    border: 2px solid #fff;
    margin-right: 2%;
    text-align: center;
    font-weight: 600;
    color: #fff;
	cursor:pointer;
	transition: .2s;
	background-color:  rgba(0, 0, 0, 0.1);
}
.user_group .sitemap ul li.on {
	background:#8b0029;
	border-color:#8b0029;
	transition: .2s;
}
.user_group .sitemap li:last-child {
    margin-right: 0;
}

.user_container {
    width: 1400px;
    margin:  auto;
    padding: 76px 0px 90px;
}

.user_container .user_header {
    margin-bottom: 80px;
}

.user_container .user_header .user_tit {
    font-size: 68px;
    color: #8b0029;
    text-align: center;
    font-weight: 600;
    line-height: 68px;
    margin-bottom: 36px;
}

.user_container .user_header  p {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

.user_group .depth1 {
    display: none;
}

.user_group .path_container {
    position: absolute;
    top: 432px;
    display: none;
}

/* admission intro(main) */
#admission #header .menu_area .lang_area {
    padding-top: 30px;
    color: #fff;
    margin-left: 20px;
    width: 75px;
	height: 88px;
}

#admission #header .menu_area .lang_area .selected_lang {
    color: #fff;
    display: block;
    position: relative;
    height: 30px;
    line-height: 30px;
	cursor: pointer;
}
#admission #header .menu_area .lang_area .selected_lang:hover {
	text-shadow: 1px 2px 2px #333;
}
#admission #header .menu_area .lang_area .selected_lang:after {
    content: '';
    display:inline-block;
    width:6px;
    height:6px;
    margin:-5px 12px auto auto;
    vertical-align:middle;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    right: 0;
    top: 15px;
}

#admission #header .menu_area .lang_area .language_tab {
    border-top: 1px solid #ddd;
    padding-top: 8px;
	display:none;
}
#admission #header .menu_area .lang_area .language_tab.active {
    display: block;
}

#admission #header .menu_area .lang_area .language_tab li {
    height: 32px;
    line-height: 32px;
    float: none;
    text-align: left;
    position: relative;
    padding-left: 12px;
}
#admission #header .menu_area .lang_area .language_tab li a {
    line-height: 32px;
	font-size: 13px;
}
#admission #header .menu_area .lang_area .language_tab li a:after {
    display: none;
}
#admission #header .menu_area .lang_area .language_tab li:before {
    content: '';
    width: 4px;
    height: 4px;
    background: #9E9E9E;
    position: absolute;
    top: 15px;
    left: 0;
}


/* 입시지원 페이지 */

#admission {
    width: 100%;
    background: url(../images/main/admission_intro_bg.jpg) 0 0 no-repeat;
    position: relative;
}
#admission #header .float_wrapper {
    width: 1200px;
    margin: 0 auto;
}

#admission .intro {
    width: 100%;
	height: 100%;
	min-height: 890px;
    /*height: 940px;*/
    /* background: url(../images/main/admission_intro_bg.jpg) 0 0 no-repeat; */
}

#admission #header .menu_area {
    display: flex;
}

#admission #header .menu_area ul.link li {
    width: auto;
	padding: 0 15px;
    color: #fff;
    position: relative;
}

#admission #header .logo {
    padding: 0;
}

#admission #header .menu_area ul.link li:last-child:after {
    display:none;
}

#admission #header .menu_area ul.link li:after {
    content: '';
    width: 1px;
    height: 15px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 36px;
    right: 0;
}

#admission .intro .intro_visual {
    width: 1200px;
    margin: 0 auto;
}

#admission .intro .intro_visual .intro_wrapper {
    position: relative;
}

#admission .intro .intro_visual .copy_text {
    /* position: absolute; */
    /* top: 210px; */
    padding-top: 190px;
	text-align:center;
}

#admission .intro .intro_visual .copy_text h2 {
    color: #fff;
    font-size: 60px;
    line-height: 60px;
    text-shadow: 3px 3px 4px rgba(51, 51, 51, 0.4);
}

#admission .intro .intro_visual .copy_text h1 {
    font-size: 86px;
    line-height: 86px;
    color: #fff;
    font-weight: 600;
	transition: 0.3s linear;
	text-shadow:4px 4px 6px rgba(51, 51, 51, 0.4);
}

#admission .intro .intro_visual .copy_text.next {
    text-align: center;
}

#admission .intro .intro_visual .copy_text.next h2 {
	display:none;
	text-shadow:3px 3px 4px rgba(51, 51, 51, 0.4);
}
#admission .intro .intro_visual .department {
    margin-top: 140px;
    overflow: hidden;
    display: none;
    opacity: 0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#admission .intro .intro_visual .department.active {
    display: block;
    opacity: 1;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#admission .intro .intro_visual .department section.part {
    float: left;
    /*padding: 40px 30px;*/
    width: 240px;
    height: 220px;
    background: #fff;
    position: relative;
    border-right: 1px solid #cccccc;
	cursor:pointer;
}
#admission .intro.eng_mba .intro_visual .department section.part {
    width: 600px;
    margin: 0 auto;
}

#admission .intro.eng_mba .intro_visual .department.active {
    margin: 0 auto;
    width: 600px;
    margin-top: 120px;
}
#admission .intro .intro_visual .department section.part .tit {width: 100%;height: 100%;position: relative;}

#admission .intro .intro_visual .department section.part .tit .eng {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    color: #111;
    letter-spacing: -0.3px;
    margin-bottom: 6px;
}

#admission .intro .intro_visual .department section.part .tit .kor {
    font-size: 22px;
    color: #333;
}

#admission .intro .intro_visual .department section.part .tit .more {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 80px;
    height: 23px;
    border-bottom: 1px solid #111;
    padding-right: 6px;
}

#admission .intro .intro_visual .department section.part a:hover .tit .more {
	display:none;
}
#admission .intro .intro_visual .department section.part .tit .more:after {
    content: '';
    width: 1px;
    height: 24px;
    background: #111;
    float: right;
    transform: rotate(-30deg);
}

#admission #footer {
    /*position: absolute;*/
    bottom: 0;
    height: 84px;
    width: 100%;
    background: rgba(17, 17, 17, 0.75);
}
#admission.full-height #footer {
	position:absolute;
}
#admission #footer .wrapper {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    height: 84px;
    line-height: 84px;
}

#admission #footer .wrapper .f_left {
    float: left;
	overflow:hidden;
}

#admission #footer .wrapper .f_left ul li {
    color: #999;
    position: relative;
    padding-right: 20px;
}

#admission #footer .wrapper .f_left ul {
    display: flex;
	float:left;
}
#admission #footer .wrapper .f_left ul:last-child {
	margin-left:30px;
}
#admission #footer .wrapper .f_left ul.link {
    display: none;
}
#admission #footer .wrapper .f_right {
    float: right;
}

#admission #footer .wrapper .f_right p {
    color: #999;
	line-height:88px;
}
#admission #header .menu_area ul li:first-child a:after {
    display: none;
}

#admission #footer .wrapper .f_left ul.link li a {
    color: rgba(255, 255, 255, 0.7);
}

#admission .intro .intro_visual .department section.part a .active {
	position:absolute;
	top: 38px;
	left:0;
	right:0;
	width:100%;
	display:block;
	text-align:center;
	color:#fff;
	z-index:999;
	-webkit-transform: translateY(150px);
	-moz-transform: translateY(150px);
	-o-transform: translateY(150px);
	-ms-transform: translateY(150px);
	transform: translateY(150px);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#admission .intro .intro_visual .department section.part a:hover .active {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
   -webkit-transform: translateY(110px);
   -moz-transform: translateY(110px);
   -o-transform: translateY(110px);
   -ms-transform: translateY(110px);
   transform: translateY(110px);
} 
#admission .intro .intro_visual .department section.part .active .more_act{
    position: absolute;
    right: 30px;
    width: 110px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border: 1px solid #fff;
    color: #fff;
}

#admission .intro .intro_visual .department section.part:hover {
    background: #8b0029;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#admission .intro .intro_visual .department section.part a {
    width:100%;
    height:100%;
    display:block;
    margin:0;
    padding:0;
	padding:40px 30px;
}
#admission .intro .intro_visual .department section.part a:hover .tit .kor,
#admission .intro .intro_visual .department section.part a:hover .tit .eng {
    color: #fff;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#admission .apply_container {
    margin-top: 60px;
	display:none;
	opacity:0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#admission .apply_container.active {
	display:block;
	opacity:1;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#admission .apply_container .wrapper {
    overflow: hidden;
}

#admission .apply_container section {
    width: 360px;
    height: 360px;
    background: #fff;
    float: left;
    margin-right: 60px;
    padding: 45px 40px;
    position: relative;
}
#admission .apply_container section:last-child {
    margin-right:0;
}

#admission .apply_container section .tit {}

#admission .apply_container section .tit h2 {
    font-size: 26px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}

#admission .apply_container section .tit p {
    font-size: 15px;
    line-height: 22px;
}

#admission .apply_container section .more_act {
    position: absolute;
    width: 120px;
    height: 40px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    line-height: 40px;
    bottom: 45px;
    right: 40px;
	display:none;
}
#admission .apply_container section .certify_act {
    position: absolute;
    width: 150px;
    height: 40px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    line-height: 40px;
    bottom: 45px;
    right: 40px;
	display:none;
}
#admission .apply_container section .more_act.on,
#admission .apply_container section .certify_act.on {
	display:block;
}
#admission .apply_container section.write_link {
    background: rgba(139, 0, 41, 0.95);
    cursor: pointer;
}

#admission .apply_container section.write_link .tit {
    color: #fff;
}

#admission .apply_container section.my_apply {}

#admission .apply_container section.my_apply .tit {
    color: #111;
}

#admission .apply_container section.apply_info {
    background: rgba(215, 201, 177, 0.95);
}

#admission .apply_container section.apply_info .tit {
    color: #111;
}

#admission .apply_container section.apply_info .board {
    border-top: 1px solid #aaa;
    padding-top: 20px;
}

#admission .apply_info .board ul {}

#admission .apply_info .board ul li {
    line-height: 35px;
    height: 35px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
    padding-left: 10px;
    position: relative;
    color: #111;
	cursor: pointer;
}

#admission .apply_info .board ul li:before {
    content: '';
    width: 3px;
    height: 3px;
    background: #607D8B;
    position: absolute;
    top: 16px;
    left: 0;
}

#admission .my_apply .input_group {
    margin-top: 12px;
}

#admission .my_apply .input_group input[type="text"],
#admission .my_apply .input_group input[type="password"]  {
    height: 34px;
    width: 100%;
    margin-bottom: 8px;
    color: #555;
    border: 1px solid #cccccc;
	padding:0 8px;
}
#admission section.my_apply .btn_confirm {
    width: 100%;
    height: 34px;
    display: block;
    line-height: 34px;
    background: #8e0b33;
    text-align: center;
    color: #fff;
	cursor:pointer;
}

#admission section.my_apply .pw_link {
    display: block;
    text-align: center;
    margin-top: 12px;
    font-size: 14px;
    color: #8b0029;
	cursor:pointer;
}
#admission .apply_container .top_area {
    margin-bottom: 12px;
    overflow: hidden;
}

#admission .apply_container .top_area .back_links {
    float: right;
    border-bottom: 1px solid #111;
    font-size: 16px;
    padding-bottom: 8px;
    padding-left: 18px;
    color: #111;
    font-weight: 400;
    position: relative;
	cursor: pointer;
}

#admission .apply_container .top_area .back_links:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 1px;
    height: 50px;
    background: #111;
    transform: rotate3d(1, 1, 1, 45deg);
}

#admission .apply_visual {
    background: url(../images/sub/sub_visual08.jpg) 0 0 no-repeat;
    height: 360px;
}

#admission .apply_form {
    background: #f8f8f8;
}

#admission .apply_visual h1 {
    text-align: center;
    font-size: 55px;
    color: #fff;
    font-weight: 600;
    line-height: 360px;
}

#admission .apply_form .container {
    width: 1200px;
    margin: 0 auto;
    padding: 80px 0;
}

#admission .apply_form .container .section_group {
    margin-bottom: 60px;
}

#admission .apply_form .container .section_group:last-child {
    margin-bottom: 0;
}

#admission .apply_form .container .section_group section {
    margin-bottom: 40px;
}

#admission .apply_form .container .section_group section:last-child {
    margin-bottom: 0;
}

#admission .apply_form .container .section_group section .section_tit {
    font-size: 22px;
    line-height: 22px;
    color: #111;
    padding-bottom: 10px;
    border-bottom: 2px solid #222;
}
#admission .apply_form.preview .container .section_group section .section_tit {
	border-bottom:none;
}

#admission .payment {
    width: 100%;
    background: #fff;
}

#admission .payment ul {
    overflow: hidden;
}

#admission .payment ul li {
    width: 50%;
    border: 1px solid #ddd;
    float: left;
    padding: 40px;
    text-align: center;
}

#admission .payment ul li p {
    margin-bottom: 12px;
}

#admission .payment ul li .btn_payment {
    display: inline-block;
    background: #bd0b48;
    padding: 15px 32px;
    color: #fff;
    font-weight: 400;
}

.input_wrap {
    overflow: hidden;
    margin-top: 20px;
}

.input_wrap .user_photo {
    width: 250px;
    margin-right: 50px;
    float: left;
    text-align: center;
}

.input_wrap .user_info {
    float: left;
    width: calc(100% - 300px);
}

.input_wrap .user_photo .wrapper {
    width: 100%;
    height: 320px;
    border: 1px solid #ddd;
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/common/no_img.png);
}
.input_wrap .user_photo .wrapper img {
	width:100%;
	height:100%;
}
.input_wrap .user_photo ul {
    margin-top: 20px;
    text-align: left;
}

.input_wrap .user_photo ul li {
    line-height: 18px;
    padding-left: 10px;
    position: relative;
    margin-bottom: 5px;
    font-size: 14px;
}

.input_wrap .user_photo ul li:before {
    content: '';
    width: 4px;
    height: 4px;
    background: #795548;
    position: absolute;
    top: 10px;
    left: 0px;
}

.dot_bor {
    border: 2px dashed #aaa;
    padding: 24px;
}



.previewf {
    overflow: hidden;
}

.previewf .f_left {
    width: 100%;
    margin-bottom: 50px;
}

.previewf .f_right {
    float: left;
    width: 100%;
    height: 274px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 24px;
}

.sign {
    overflow: hidden;
}

.sign .sign_photo {
    width: 125px;
    height: 160px;
    float: left;
    background: #efefef;
    margin-right: 25px;
	overflow:hidden;
}
.sign .sign_photo img {
	width:100%;
}
.sign .sign_inner {
    float: left;
    width: calc(100% - 150px);
    line-height: 30px;
}

.sign .sign_inner label {
    font-weight: 500;
    margin-right: 10px;
    vertical-align: top;
}

.element_pop {
    background: #fff;
    padding: 50px 40px;
	display: none;
}

.element_pop h2 {
    font-weight: 600;
    color: #111;
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #111;
}

#pop_notice {
    width: 600px;
    margin: 0 auto;
}

.element_pop .search_country,
.element_pop .search_school{
    max-width: 600px;
    width:100%;
}

.element_pop .comm {
    line-height: 1.5em;
}

.element_pop .group {
    padding: 15px 0;
}

.element_pop .group select, .element_pop .group input {
    width: calc(100% - 65px);
    margin-right: 5px;
}

.element_pop .search_list {
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    width: 100%;
    min-width:600px;
	max-height: 400px;
    overflow-y: scroll;
}

.element_pop .search_list ul {
    overflow: hidden;
}

.element_pop .search_list ul li {
    font-size: 14px;
    float: left;
    width: 49%;
    padding: 6px 4px;
    margin-bottom: 4px;
    background: #F44336;
    margin-right: 2%;
    color: #fff;
    letter-spacing: -0.3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
    cursor:pointer;
}
.element_pop .search_list ul li:hover {
    background: #e03a2e;
    transition: 0.2s;
}

.element_pop .search_list ul li:nth-child(2n) {
    margin-right: 0;
}
.element_pop .search_tab {
    margin-bottom: 10px;
}

.element_pop .search_tab .btn_wide {
    width: 49.5%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: #9e9e9e;
    color: #fff;
    border-radius: 2px;
}

.element_pop .search_tab .btn_wide.active {
    background: #7c001a;
}


/* common form */
.common_form .apply_info .board ul {}

.common_form .apply_info .board ul li {
    line-height: 35px;
    height: 35px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
    padding-left: 10px;
    position: relative;
    color: #111;
	cursor: pointer;
}

.common_form .apply_info .board ul li:before {
    content: '';
    width: 3px;
    height: 3px;
    background: #607D8B;
    position: absolute;
    top: 16px;
    left: 0;
}

.common_form .my_apply .input_group {
    margin-top: 12px;
}

.common_form .my_apply .input_group input[type="text"],
.common_form .my_apply .input_group input[type="password"]  {
    height: 34px;
    width: 100%;
    margin-bottom: 8px;
    color: #555;
    border: 1px solid #cccccc;
	padding:0 8px;
}
.common_form .my_apply .btn_confirm {
    width: 100%;
    height: 34px;
    display: block;
    line-height: 34px;
    background: #8e0b33;
    text-align: center;
    color: #fff;
	cursor:pointer;
}

.common_form section.my_apply .pw_link {
    display: block;
    text-align: center;
    margin-top: 12px;
    font-size: 14px;
    color: #8b0029;
	cursor:pointer;
}
.common_form .apply_container .top_area {
    margin-bottom: 12px;
    overflow: hidden;
}

.common_form .apply_container .top_area .back_links {
    float: right;
    border-bottom: 1px solid #111;
    font-size: 16px;
    padding-bottom: 8px;
    padding-left: 18px;
    color: #111;
    font-weight: 400;
    position: relative;
	cursor: pointer;
}

.common_form .apply_container .top_area .back_links:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 1px;
    height: 50px;
    background: #111;
    transform: rotate3d(1, 1, 1, 45deg);
}

.common_form .apply_visual {
    background: url(../images/sub/sub_visual08.jpg) 0 0 no-repeat;
    height: 360px;
}

.common_form .apply_form {
    /*background: #f8f8f8;*/
}

.common_form .apply_visual h1 {
    text-align: center;
    font-size: 55px;
    color: #fff;
    font-weight: 600;
    line-height: 360px;
}

.common_form .apply_form .section_group {
    margin-bottom: 60px;
}

.common_form .apply_form .section_group:last-child {
    margin-bottom: 0;
}

.common_form .apply_form .section_group section {
    margin-bottom: 40px;
}

.common_form .apply_form .section_group section:last-child {
    margin-bottom: 0;
}

.common_form .apply_form .section_group section .section_tit {
    font-size: 22px;
    line-height: 22px;
    color: #111;
    padding-bottom: 10px;
    border-bottom: 2px solid #222;
}
.common_form .apply_form .section_group section .section_tit .eg {
    font-size: 18px;
    color: #777;
}

.common_form .apply_form.preview .section_group section .section_tit {
	border-bottom:none;
}

.common_form .payment {
    width: 100%;
    background: #fff;
}

.common_form .payment ul {
    overflow: hidden;
}

.common_form .payment ul li {
    width: 50%;
    border: 1px solid #ddd;
    float: left;
    padding: 40px;
    text-align: center;
}

.common_form .payment ul li p {
    margin-bottom: 12px;
}

.common_form .payment ul li .btn_payment {
    display: inline-block;
    background: #bd0b48;
    padding: 15px 32px;
    color: #fff;
    font-weight: 400;
}
.common_form .apply_common .flex label {
    line-height: 34px;
    font-weight: 500;
    margin-right: 8px;
    color: #3F51B5;
}
.common_form .apply_common .flex p {
    line-height: 34px;
}

/* login */
.sub .login {
    padding: 100px 0 50px;
}

.sub .login .title_wrap {
    text-align: center;
}

.login .title_wrap h2 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 12px;
}

.sub .login .title_wrap p {
    color: #666;
}

.sub .login .user_wrap {
    overflow: hidden;
}

.sub .login .user_wrap .login_logo {
    float: left;
    width: calc(100% - 350px);
    margin-right: 50px;
	padding: 10px 0;
}

.sub .login .user_wrap .inner {
    float: left;
    width: 280px;
    padding: 64px 0;
}

.sub .login .grid_container {
    width: 640px;
}

.sub .login .user_wrap {
    margin-top: 50px;
    background: #efefef;
    padding: 10px 40px 10px 30px;
    border: 1px solid #e1e1e1;
}

.sub .login .user_wrap .inner .login_input {}

.sub .login .user_wrap .inner .login_input input {
    width: 100%;
    margin-bottom: 4px;
    font-size: 14px;
}

.sub .login .user_wrap .inner .login_input .btn_login {
    background: #795548;
    display: block;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    color: #fff;
	border: none;
}

.sub .login .user_wrap .login_logo img {
    /* width: 210px; */
}


/* site map */
.sitemap {
    margin-bottom: 50px;
}

.sitemap_header {
    margin-top: 120px;
}

.sitemap .sitemap_wrap {
    overflow: hidden;
}

.sitemap .h_cont {
    float: left;
    margin-right: 2%;
    width: 32%;
    padding: 28px;
    margin-bottom: 50px;
    border: 1px solid #ddd;
    background: #fff;
}
.sitemap .h_cont:nth-child(3n) { margin-right:0; }
.sitemap .h_cont .site_depth {
    font-size: 24px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    color: #8b0029;
    font-weight: 500;
}

.sitemap .h_cont ul {}

.sitemap .h_cont ul li {
    line-height: 1.6em;
    padding-left: 8px;
    position: relative;
}

.sitemap .h_cont ul.sub_nav>li:before {
    content: '';
    width: 3px;
    height: 3px;
    background: #222;
    position: absolute;
    top: 10px;
    left: 0;
}

.sitemap .h_cont ul.sub_nav>li>a {
    font-weight: 400;
    color: #111;
    margin-bottom: 5px;
    display: block;
}

.sitemap .h_cont ul li .depth3 {
    margin-bottom: 10px;
}

.sitemap .h_cont ul li .depth3 li {
    position: relative;
	padding-left:0;
}
/*
.sitemap .h_cont ul li .depth3 li:before {content: '';position: absolute;top: 12px;left: 2px;width: 2px;height: 2px;background: #797979;}
*/
.sitemap_sub_nav {overflow:hidden;margin-bottom: 40px;}

.sitemap_sub_nav li {
    width:15%;
    height: 80px;
    background: #fff;
    border: 1px #ddd solid;
    float: left;
    margin-right: 2%;
    text-align: center;
    cursor:pointer;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -1.0px;
    line-height: 80px;
}
.sitemap_sub_nav li a { color:#333; }
.sitemap_sub_nav li:last-child {
    margin-right: 0;
}

.sitemap_sub_nav li:hover a{
    color:#8b0029;
}

/* 반응형 */

@media screen and (max-width: 1680px) { 
	#admission #header .menu_area .lang_area { padding-top: 24px; }
	#admission #header .menu_area ul.link li:after { top: 30px; }
}
@media screen and (max-width: 1560px) { 
	#admission #header .menu_area .lang_area { padding-top: 18px; height: auto; }
	#admission #header .menu_area ul.link li:after {top: 25px;}
}
@media screen and (max-width:1400px) {
	/* user_group */
	.user_group .sitemap ul { width: 100%; }
	.user_group .sitemap ul li { height: 48px; line-height: 42px; font-size: 20px; margin-right: 1%; width: 15.82%; }
	.user_group { height: 480px; }
	.user_group .sitemap ul { margin-top: 350px; }
	.user_container { width: 100%; }
	.user_container .user_header { margin-bottom: 30px;}
	.user_container .user_header .user_tit { font-size: 60px; line-height: 60px; margin-bottom: 30px; }
	.user_container .user_header p { font-size: 18px; }
	
	/* sitemap */
	.sitemap_header { margin-top: 80px; }
	.sitemap .sitemap_wrap { padding: 0 15px; }
}

@media screen and (max-width:1200px) {
	.user_container { padding: 50px 30px 60px; }
	.sub { font-size: 15px; }
	.sub_visual { /*height: 450px;*/ padding-top: 64px; }
	.sub_visual h1 { line-height: 326px; font-size: 56px; }
	
	/* eec 예외 */
	.sub_visual.visual05 h1 { height: 326px; padding-top: 100px; }
	.eec_lang { font-size: 36px; }
	/* 끝 */
	
	.sub .grid_container { width:100%; padding:80px 20px 90px; }
	.sub_depth_tit {font-size:36px;line-height: 36px;margin-bottom: 50px;}
	.sub_depth_tit:after { margin-top: 24px; }	
	
	/* path */
	.path_container { max-width: 100%; }
	.path { height: 48px; line-height: 48px; }
	.path .home { width: 48px; padding: 0; text-align: center; }
	.path .depth_btn { line-height: 48px; font-size: 15px; }
	.path [class^="depth"] ul { top: 48px; }
	.path .depth_btn i { top: 16px; }
	.user_hidden_m { display: none; }
	.user_group .path_container { display:block; }

	/* admission */
	#admission #header .float_wrapper { width:100%; }
	
	#admission .apply_form .container { width: 100%; padding: 60px 20px; }
	#admission .apply_form .container .section_group section .section_tit { font-size: 20px; }	
	#admission .payment ul li { width: 50%; border: 1px solid #ddd; float: left; padding: 30px; text-align: center; }
	#admission .payment ul li .btn_payment { display:inline-block; background: #bd0b48; padding: 12px 24px; color: #fff; font-weight: 400; font-size:14px; }
	
	#admission #footer .wrapper { width:100%; }
	
	
	/* common form */
	.common_form .apply_form .container { width: 100%; }
	.common_form .apply_form .container .section_group section .section_tit { font-size: 20px; }	
	.common_form .payment ul li { width: 50%; border: 1px solid #ddd; float: left; padding: 30px; text-align: center; }
	.common_form .payment ul li .btn_payment { display:inline-block; background: #bd0b48; padding: 12px 24px; color: #fff; font-weight: 400; font-size:14px; }
	.common_form #footer .wrapper { width:100%; }
	

	#admission #header .float_wrapper { padding: 0 10px; }
    #admission #footer .wrapper {width:100%; padding:0 20px; }
    #admission .intro .intro_visual { width: 100%; padding:20px; }
    #admission .intro .intro_visual .copy_text h2 { font-size: 48px; line-height: 48px; }
    #admission .intro .intro_visual .copy_text h1 { font-size: 72px; line-height: 72px; }
    #admission .intro .intro_visual .department { margin-top:100px; }
    #admission .intro .intro_visual .department section.part { width: 20%; }
    #admission .intro .intro_visual .department section.part .tit .eng { font-size: 20px; }
    #admission .intro .intro_visual .department section.part .tit .kor { font-size: 18px; }
    #admission .intro .intro_visual .department section.part a { padding: 30px 25px; }
    #admission .intro .intro_visual .department section.part a .active { top:50px; }
    #admission .intro .intro_visual .department section.part .active .more_act {right: 25px;}
    #admission .apply_container section { width:calc(34% - 10px); height:340px; margin-right: 10px; padding:40px; }
    #admission .apply_container section:last-child { width:32%; margin-right:0; }
	#admission .apply_info .board ul li { height: 30px; line-height: 30px; }
	#admission .apply_container section .tit h2 { font-size: 24px; line-height: 24px; margin-bottom: 16px; }
	#admission .apply_container section .tit p { font-size: 14px; line-height: 21px; }
	
	/* sitemap */
	.sitemap .sitemap_wrap { padding: 0px; }
	
}

@media screen and (max-width:980px) {
	.user_container { padding: 50px 20px 60px; }
	.user_group { height: 350px; }
	.user_group .sitemap ul li { width: 32%; margin-right: 2%; margin-bottom: 2%; border: 1px solid #fff; }
	.user_group .sitemap ul { padding: 0 30px; margin-top: 220px; }
	.user_group .sitemap ul li:nth-child(3n) { margin-right: 0; }
	.user_group .path_container { top:350px; }
	
    #admission #footer { height: 108px;}
    #admission #footer .wrapper { height: auto; line-height: 28px; padding:20px; }
    #admission #footer .wrapper .f_left {float:none; width:100%; overflow: hidden; }
    #admission #footer .wrapper .f_left ul.link { float: right; }
    #admission #footer .wrapper .f_left ul.link li { padding-right: 0; padding-left: 20px; }
    #admission #footer .wrapper .f_right { float:none; width:100%; }
    #admission #footer .wrapper .f_right p { line-height: 28px;}
    .full-height {height: auto;}
    #admission.full-height #footer { position: relative; }
    #admission .intro .intro_visual .copy_text {padding-top: 100px;}
    #admission .intro .intro_visual .copy_text h2 { font-size: 32px; line-height: 32px; }
    #admission .intro .intro_visual .copy_text h1 { font-size: 60px; line-height: 60px; }
    #admission .intro .intro_visual .department {margin-top: 72px;overflow: hidden;}
    #admission .intro .intro_visual .department section.part { width: 33.3%; border-bottom:1px solid #cccccc;}
    #admission .apply_container section .tit h2 {font-size:22px;margin-bottom: 15px;}
    #admission .apply_container section { padding:30px;}
    #admission .apply_container section .tit p { font-size:14px;}
    #admission .apply_info .board ul li { height:30px; line-height:30px; font-size:14px; }
    #admission .apply_container .top_area .back_links { font-size:14px; }
    #admission .apply_container section.write_link { width: 49%; margin-right: 2%; }
    #admission .apply_container section.my_apply { width: 49%; margin-right: 0; }
    #admission .apply_container section.apply_info { margin-top: 2%; width: 100%; height: 300px; }  
	
	/* sitemap */
	.sitemap_header { margin-top: 50px; }
	.sitemap .h_cont {width:100%;margin-right:0;padding: 22px; margin-bottom:24px; }
	.sitemap .h_cont:nth-child(4n) { margin-right:0; }
	.sitemap .h_cont:nth-child(1), .sitemap .h_cont:nth-child(2), .sitemap .h_cont:nth-child(3) { min-height:auto; }
	.sitemap .h_cont:nth-child(4), .sitemap .h_cont:nth-child(5), .sitemap .h_cont:nth-child(6) { min-height:auto; height:auto; }	
	.sitemap .h_cont:last-child { margin-bottom:0; }
	.sitemap_sub_nav li { width: 49%; margin-right: 2%; margin-bottom: 2%; height: 60px; line-height: 60px; font-size: 16px;}
	.sitemap_sub_nav li:nth-child(2n) { margin-right: 0; }
	.sitemap_sub_nav li:nth-child(5),
	.sitemap_sub_nav li:nth-child(6) { margin-bottom:0; }	
}
@media screen and (max-width: 840px) {
    #admission #header .menu_area ul.link { display:none; }
    #admission #footer .wrapper .f_left ul.link { display:flex;}
    #admission { background-size: cover; }
    #admission.full-height #footer { position: relative; }
    #admission .intro .intro_visual .copy_text h2 { font-size: 28px; line-height: 28px; }
    #admission .intro .intro_visual .copy_text h1 { font-size: 44px; line-height: 44px; }
    #admission .apply_container { margin-top:40px; }
} 
@media screen and (max-width:700px) {
	#offcanvas { margin-right:-700px; }
}
@media screen and (max-width:640px) {
	.sub { font-size: 14px; }
	.sub_visual {height: auto;padding-top: 50px;}
	
	.sub_visual.visual01 { background-image: url(../images/sub/sub_visual01.jpg); background-repeat:no-repeat; background-position: -375px 0px; background-size:1200px;  }
	.sub_visual.visual02 { background-image: url(../images/sub/sub_visual02.jpg); background-repeat:no-repeat; background-position: -375px 0px; background-size:1200px;  }
	.sub_visual.visual03 { background-image: url(../images/sub/sub_visual03.jpg); background-repeat:no-repeat; background-position: -375px 0px; background-size:1200px;  }
	.sub_visual.visual04 { background-image: url(../images/sub/sub_visual04.jpg); background-repeat:no-repeat; background-position: -375px 0px; background-size:1200px;  }
	.sub_visual.visual05 { background-image: url(../images/sub/sub_visual05.jpg); background-repeat:no-repeat; background-position: -375px 0px; background-size:1200px;  }
	.sub_visual.visual06 { background-image: url(../images/sub/sub_visual06.jpg); background-repeat:no-repeat; background-position: -375px 0px; background-size:1200px;  }
	.sub_visual.visual07 { background-image: url(../images/sub/sub_visual07.jpg); background-repeat:no-repeat; background-position: -375px 0px; background-size:1200px;  }
	.sub_visual.visual08 { background-image: url(../images/sub/sub_visual08.jpg); background-repeat:no-repeat; background-position: -375px 0px; background-size:1200px;  }

	.sub_visual h1 {line-height: 200px;font-size: 30px;}
	.sub .grid_container { padding:50px 15px 60px; }
	.sub_depth_tit {font-size:24px;line-height: 24px;margin-bottom: 40px;}
	.sub_depth_tit:after { margin-top: 16px; }	
	.group_tit { font-size: 18px; padding-left: 12px; }
	.group_tit:before { height: 16px; width: 4px; }	

	/* eec 예외 */
	.sub_visual.visual05 h1 { height: 252px; padding-top: 90px; }
	.eec_lang { font-size: 24px; }
	/* 끝 */
	
	
	/* path */

	.path { height: auto; /*overflow: hidden;*/ position:relative; z-index:100; }
	.path::after { display: block; content: ''; clear: both; }
	.path .home { width: 44px; line-height: 44px; background: #8b0029;}
	.path .depth_btn { line-height: 44px; font-size: 13px; padding: 0 15px; height: auto; background: #8b0029; min-width:100%;}
	.path .depth_btn:before { height: 44px; }
	.path>div.depth1, .path>div.depth2 { width: calc(50% - 22px); }
	.path>div.depth3 { border-top: 1px solid rgba(255, 255, 255, 0.2); width: 100%; }
	.path>div.depth3 .depth_btn:before { display: none; }
	.path [class^="depth"] ul { top: 44px; }
	.path [class^="depth"] ul li { height: 32px; font-size: 12px; line-height: 32px; padding: 0 14px; }
	.path>div.depth.user { width: calc(100% - 44px); }
	.path .depth_btn.depth_wide { min-width: 100%; height: 44px; overflow:hidden; }
	
	/* usergroup */
	.user_container { padding: 50px 15px 60px; }
	.user_container .user_header .user_tit { font-size: 32px; line-height: 32px; margin-bottom: 16px; }
	.user_container .user_header p { font-size: 16px; }
	.user_group .sitemap ul li { font-size: 16px; font-weight: 400; }
	.user_group .path_container { top:306px; }
	
	.user_visual01 {background-image: url(../images/sub/user_visual01.jpg); background-repeat:no-repeat; background-position: -375px 0px; background-size:1316px;}
	.user_visual02 {background-image: url(../images/sub/user_visual02.jpg); background-repeat:no-repeat; background-position: -375px 0px; background-size:1316px;}
	.user_visual03 {background-image: url(../images/sub/user_visual03.jpg); background-repeat:no-repeat; background-position: -375px 0px; background-size:1316px;}
	.user_visual04 {background-image: url(../images/sub/user_visual04.jpg); background-repeat:no-repeat; background-position: -675px 0px; background-size:1316px;}
	.user_visual05 {background-image: url(../images/sub/user_visual05.jpg); background-repeat:no-repeat; background-position: -375px 0px; background-size:1316px;}
	.user_visual06 {background-image: url(../images/sub/user_visual06.jpg); background-repeat:no-repeat; background-position: -375px 0px; background-size:1316px;}

	#admission .apply_form .container { width: 100%; padding: 60px 20px; }
	#admission .apply_form .container .section_group section .section_tit {font-size: 15px;font-weight: bold;}
	#admission .apply_visual { height: 280px; }
	#admission .apply_visual h1 { line-height: 280px; font-size: 30px; }
	#admission .apply_form .container .section_group { margin-bottom: 40px; }	
	#admission .payment ul li { margin-top:-1px; width: 100%;border: 1px solid #ddd;float: left;padding: 20px;text-align: center;}
	#admission .payment ul li p, #admission .payment ul li .btn_payment { font-size:13px; }

	.common_form .apply_form .container .section_group section .section_tit {font-size: 15px;font-weight: bold;}
	.common_form .apply_visual { height: 280px; }
	.common_form .apply_visual h1 { line-height: 280px; font-size: 30px; }
	.common_form .apply_form .container .section_group { margin-bottom: 40px; }	
	.common_form .payment ul li { margin-top:-1px; width: 100%;border: 1px solid #ddd;float: left;padding: 20px;text-align: center;}
	.common_form .payment ul li p, #admission .payment ul li .btn_payment { font-size:13px; }
	
	
	.input_wrap .user_photo { width: 100%; margin-right: 0; float: none; }
	.input_wrap .user_photo .wrapper { width: 200px; height: 248px; margin: 0 auto;}
	.input_wrap .user_photo ul { margin: 20px 0; }
	.input_wrap .user_photo ul li { font-size: 12px; line-height: 16px; }
	.input_wrap .user_photo ul li:before { top: 7px; }
	.input_wrap .user_info { width: 100%; }	
	
	.element_pop { padding: 30px 20px; margin: 10px; }
	.element_pop h2 { font-size: 18px; padding-bottom: 8px; }
	.element_pop .comm { font-size: 13px; }
	.element_pop .group { padding: 5px 0; }
	
	.previewf .f_left { width: 100%; float:none; }
	.previewf .f_right {width: 100%;float:none;margin-top: 10px;padding: 18px;height: auto;}

	.dot_bor { padding: 10px; }	
	
	.sub .login .grid_container { width: 100%; }
	.sub .login .user_wrap .login_logo { display: none; }
	.sub .login .user_wrap .inner { width: 100%; }
	.sub .login { padding: 70px 0 10px; }
	.sub .login .title_wrap h2 { font-size: 25px; }
	.sub .login .title_wrap p { width: 80%; margin: 0 auto; }
	.sub .login .user_wrap { margin-top: 25px; }
	
	.common_form .apply_form .section_group section .section_tit .eg { font-size: 14px; font-weight: 400; }
	

	#admission #header .logo img { max-width: 280px; }
	#admission #header .menu_area .lang_area { padding-top: 10px; width:68px; }
	#admission #header .menu_area .lang_area .language_tab li { width: 100%; height: 28px; }
    #admission .apply_container { margin-top:30px; }
    #admission .intro .intro_visual .copy_text {padding-top: 64px;}
    #admission .intro .intro_visual .department {margin-top: 50px; }
    #admission .intro .intro_visual .department section.part { width:50%; height:200px; }
    #admission .intro .intro_visual .department section.part .tit .eng { font-size:17px; }
    #admission .intro .intro_visual .copy_text h2 { font-size: 22px; line-height:22px; }
    #admission .intro .intro_visual .copy_text h1 { font-size: 32px; line-height: 32px; }
    #admission .apply_container section.write_link { width: 100%; margin-right:0; height: auto;}
    #admission .apply_container section.my_apply { width:100%; margin-top:2%; height:auto; }
    #admission .apply_container section.apply_info { margin-top: 2%; width: 100%; height: auto; }
    #admission .apply_container section.apply_info .board { padding-top:12px; }  
    #admission .apply_container section .certify_act { width: 120px; font-size: 14px; right: 25px; bottom: 50px; }
    #admission .apply_container section.write_link .tit { width: calc(100% - 120px); }
    #admission .apply_info .board ul li { height: 25px; line-height: 25px; }
    #admission .apply_info .board ul li:before { top: 12px; }	
	#admission .intro.eng_mba .intro_visual .department.active { width: 100%; }
	#admission .intro.eng_mba .intro_visual .department section.part { width: 100%; }
	#admission .intro.eng_mba .intro_visual .department.active { margin-top: 50px; }
	#admission.eng { min-height: 720px; position:relative; }
	#admission #footer.eng { position: absolute; bottom: 0; }
	
	
	#pop_notice { width:100%; }
}

@media screen and (max-width: 480px) {
    #admission #footer { height: auto; }
    #admission #footer .wrapper .f_left ul { float: none; }
    #admission #footer .wrapper .f_left ul.link {float:none;margin-left: 0;}
    #admission #footer .wrapper .f_left ul.link li { padding-left:0; padding-right:20px;}
    #admission #footer .wrapper .f_right p { font-size:12px; }
}
