


/*-----------------------------------------fullpage setting-----------------------------------------*/



#div#wrap {
    width: 100%;
    position: relative;
}

#main_full {
    overflow: hidden;
}

/*#main_full a {
    display: block;
}*/


#fp-nav.fp-right {
    left: 2.5%;
	width: 50px;
}

#fp-nav ul li a {
    width: 15px !important;
    height: 15px !important;
    background: #fff;
    margin: 0 0 15px 0;
	border-radius: 15px;
}

#fp-nav ul li a.active {
    width: 15px !important;
    height: 15px !important;
    transition: 0.3s;
	background: #8b0029;
}

#fp-nav ul li a:hover {
    width: 15px !important;
    height: 15px !important;
    transition: 0.3s;
	background: #8b0029;
}


#main_full .ff-pop {
    font-weight: 500;
}

header.on .logo a {
	background: url(../images/common/logo_on.png) no-repeat center center;
	background-size: contain;
}
header.active .logo a {
	background: url(../images/common/logo_on.png) no-repeat center center;
	background-size: contain;
}
.fp-viewing-FOOTER #header {background: rgba(255,255,255,0.95);}
.fp-viewing-NEWS #header .logo a,
.fp-viewing-QUICK #header .logo a,
.fp-viewing-FOOTER #header .logo a {
    background: url(../images/common/logo_on.png) no-repeat center center;
	background-size: contain;
}
.fp-viewing-NEWS #header.active .logo a,
.fp-viewing-QUICK #header.active .logo a,
.fp-viewing-FOOTER #header.active .logo a {
    background: url(../images/common/logo_on.png) no-repeat center center;
	background-size: contain;
}
.fp-viewing-NEWS #header nav #gnb li .nav_dep1,
.fp-viewing-QUICK #header nav #gnb li .nav_dep1,
.fp-viewing-FOOTER #header nav #gnb li .nav_dep1 {
    color: #222;
}
.fp-viewing-NEWS #header .menu_area ul li a,
.fp-viewing-QUICK #header .menu_area ul li a,
.fp-viewing-FOOTER #header .menu_area ul li a {
	color: #222;
}
.fp-viewing-NEWS #header.active .menu_area ul li a,
.fp-viewing-QUICK #header.active .menu_area ul li a,
.fp-viewing-FOOTER #header.active .menu_area ul li a {
    color: #222;
}
.fp-viewing-NEWS #header .menu_area ul li .searchbtn,
.fp-viewing-QUICK #header .menu_area ul li .searchbtn,
.fp-viewing-FOOTER #header .menu_area ul li .searchbtn {
    background-image: url(../images/common/ic_search_on.png);
}
.fp-viewing-NEWS #header.active .menu_area ul li .searchbtn,
.fp-viewing-QUICK #header.active .menu_area ul li .searchbtn,
.fp-viewing-FOOTER #header.active .menu_area ul li .searchbtn{
    background-image: url(../images/common/ic_search_on.png);
}
.fp-viewing-NEWS #header .menu_area ul li a.hambtn,
.fp-viewing-QUICK #header .menu_area ul li a.hambtn,
.fp-viewing-FOOTER #header .menu_area ul li a.hambtn {
    background-image: url(../images/common/ic_ham_on.png);
}
.fp-viewing-NEWS #header.active .menu_area ul li a.hambtn,
.fp-viewing-QUICK #header.active .menu_area ul li a.hambtn,
.fp-viewing-FOOTER #header.active .menu_area ul li a.hambtn {
    background-image: url(../images/common/ic_ham_on.png);
}

/************ layout *************/

.wrap {
    position: relative;
    overflow: hidden;
}

/************* layout-header *************/

#header {
    position: absolute;
    top: 0;
    z-index: 98;
    width: 100%;
    transition: all 0.5s ease;
    height: 90px;
    border-bottom: 1px solid rgba(255,255,255,0);
}

#header.on {
    position: fixed;
    top: 0;
    background: #fff;
    border-bottom: 1px solid #ddd;
    animation: smoothScroll 0.5s forwards;
    /* border-bottom: 1px solid #ccc; */
}

#header.on nav {
    display: block;
}

#header.on nav #gnb li .nav_dep1 {
    color: #222;
}

#header.on .menu_area ul li a {
    color: #222;
}

#header.on .menu_area ul li a.btn_ham_menu {
    background-image: url(../images/common/ic_ham_on.png);
}

#header.active {
    top: 0;
    background: #fff;
    border-bottom: 1px solid #ddd;
    animation: smoothScroll 0.5s forwards;
}
#main_full #header.active {
    position: fixed;
}

#header.active nav {
    display: block;
}

#header.active nav #gnb li .nav_dep1 {
    color: #222;
}

#header.active .menu_area ul li a {
    color: #222;
}

/*#header.active .menu_area ul li a.btn_ham_menu {
    background-image: url(../images/common/ic_ham_menu_on.png);
    background-repeat: no-repeat;
    background-position: center;
}
#header.active .menu_area ul li a.btn_ham_menu {
    background-image: url(../images/common/ic_ham_menu_on.png);
    background-repeat: no-repeat;
    background-position: center;
}
*/
/*#header .logo {
    height: 4rem; 
    padding: 20px 0;
    line-height: 4rem;
}
*/
#header .logo {
    width: 240px;
}
#header .logo img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
header .logo a {
    width: 195px;
    height: 55px;
	margin: 15px 0px 15px 30px;
    background: url(../images/common/logo.png) no-repeat center center;
    text-indent: -9999px;
	/*background-size: cover;*/
	display: block;
}
/*#header .logo a {
    width: 213px;
    height: 80px;
    display: block;
}*/
header.active .logo a {
    background: url(../images/common/logo_on.png) no-repeat center center;
    background-size: contain;
}
/************* Header - gnb slide menu *************/
#header nav {
    width: 100%;
    margin: 0 auto;
    width: 1200px;
}

#header nav #gnb {
    width: 100%;
    height: 90px;
	display: flex;
}

#header nav #gnb li {
    width: 150px;
    text-align: center;
    line-height: 90px;
    cursor: pointer;
}

#header nav #gnb li .nav_dep1 {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: -0.5px;
}

#header.active nav #gnb li .nav_dep1 {
    color: #222;
}

#header .open {
    /*    overflow: hidden;*/
    float: right;
    margin-right: 40px;
}

#header .open ul {
    float: right;
    overflow: hidden;
}
#header .open .map {
    float: left;
}
#header .open .map a {
    display: inline-block;
    width: 100px;
    cursor: pointer;
    text-align: center;
    line-height: 98px;
}
#header .open .lang {
    float: left;
}


#header .open a {
    color: #fff;
}

#header .open ul li a {
    color: #222;
    line-height: 16px;
}

#header.on .open a {
    color: #222;
}

#header.active .open a {
    color: #222;
}
#header.active nav {
    display: block;
}

#header nav .depth_toggle {
    position: absolute;
    top: 89px;
    left: 0;
    width: 100%;
    transition: .5s height, .2s background;
    display: none;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
	z-index: 99;
}

#header nav .depth_toggle .sub_nav li.menu3 a {
    color: red;
    padding-left: 2px;
}

#header nav .depth_toggle.active {
    display: block;
    background: #fff;
}


#header nav .depth_toggle .wrapper {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center; 
}
#header nav .depth_toggle .sub_nav {
    width: 150px;
    height: auto;
    /*float: left;*/
    background: rgba(255, 255, 255, 0);
    border-right: 1px solid #ddd;
    padding: 12px 12px;
    transition: .5s height, .2s background;
}
#header nav .depth_toggle .sub_nav:last-child {
    border-right: 0;
}
#header nav .depth_toggle .sub_nav li {
    height: auto;
    margin-bottom: 10px;
    overflow: hidden;
    width: 100%;
    text-align: left;
    font-size: 0.938rem;
}

#header nav .depth_toggle .sub_nav li a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    min-height: auto;
    font-size: 1rem;
    letter-spacing: -0.6px;
    line-height: 1.3em;
}


#header nav .depth_toggle .sub_nav.on {
    background: #f6f6f6;
    color: #666;
    transition: .5s height, .2s background;
}

#header nav .depth_toggle .sub_nav.on li a {
    color: #333;
	
}

#header nav .depth_toggle .sub_nav.on li a:hover {
	/*font-weight: 400;*/
	color: #000;
}

#header.speedup {
    transition: all 0.1s ease !important;
}


/************* header *************/

#header nav .depth_toggle .sub_nav li.over {
    height: 58px;
    /* overflow: auto; */
    line-height: 18px;
    text-overflow: clip;
    white-space: pre-line;
}

#header nav .depth_toggle .sub_nav li.over a {
    overflow: visible;
    text-overflow: clip;
    white-space: initial;
}

#header nav .depth_toggle .sub_nav li.over_min {
    height: 48px;
    /* overflow: auto; */
    line-height: 21px;
    text-overflow: clip;
    white-space: pre-line;
}

#header nav .depth_toggle .sub_nav li.over_min a {
    overflow: visible;
    text-overflow: ellipsis;
    white-space: initial;
    word-break: break-word;
}

/* Header - right menu icon */
#header .menu_area {
    width: 240px;
}

#header .menu_area ul {
    display: flex;
    overflow: hidden;
}

#header .menu_area ul li {
    width: 80px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    
}

#header .menu_area ul li a {
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
    font-size: 1.125rem;
	font-weight:400;
}
#header .menu_area ul li img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

#header .menu_area ul li .searchbtn {
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(../images/common/ic_search.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
#header.on .menu_area ul li .searchbtn {
    background-image: url(../images/common/ic_search_on.png);
}
#header .menu_area ul li .searchbtn:hover {
    background-image: url(../images/common/ic_search_on.png);
}
#header.active .menu_area ul li .searchbtn {
    background-image: url(../images/common/ic_search_on.png);
}
#header .menu_area ul li a.hambtn {
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(../images/common/ic_ham.png);
    background-repeat: no-repeat;
    background-position: center;
}
#header .menu_area ul li a.hambtn:hover {
    background-image: url(../images/common/ic_ham_on.png);
}
#header.on .menu_area ul li a.hambtn {
    background-image: url(../images/common/ic_ham_on.png);
}
#header.active .menu_area ul li a.hambtn {
    background-image: url(../images/common/ic_ham_on.png);
}

#header .sub_nav.on .link::after {
    content: url(/images/common/ic_external_sm.png);
    font-weight: 600;
    margin-left: 5px;
    font-size: 0.813rem;
}

#header .sub_nav .link::after {
    content: url(/images/common/ic_external_sm.png);
    font-weight: 600;
    margin-left: 5px;
    font-size: 0.813rem;
}


/************* layout-toggleMenu(offcanvas) *************/

.float_wrapper {
    width: 100%;
    display: flex;
    margin: 0 auto;
	justify-content: space-between;
}



/* Clear floats after the tab */
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}


/************* layout-sub *************/

.sub_visual {
	/*margin-top: 90px;
    height: 350px;
    background: #f5f5f5;*/
}

.sub_visual .tit {
    width: 1280px;
    height: 400px;
    margin: 0 auto;
    display: block;
    position: relative;
}

.sub_visual .path_container {
    width: 100%;
    height: auto;
    /*background: #8b0029;
    
    position: absolute;
	border-bottom: 1px solid #ddd;
	border-top: 3px solid #8b0029;
    z-index: 9;
	top: 90px;
	*/
    margin: 0 auto;
	z-index: 9;
}

.sub_visual .path_container.on {
    position: fixed;
    top: 140px;
    animation: smoothScroll 0.5s forwards;
}
/*------------------------------시작----------------------------*/
.sub_visual.visual01 {
    background: url(../images/sub/visual01.png) center no-repeat;
    background-size: cover;
}

.sub_visual.visual02 {
    background: url(../images/sub/visual02.png) center no-repeat;
    background-size: cover;
}

.sub_visual.visual03 {
    background: url(../images/sub/visual03.png) center no-repeat;
    background-size: cover;
}

.sub_visual.visual04 {
    background: url(../images/sub/visual04.png) center no-repeat;
    background-size: cover;
}
.sub_visual.visual05 {
    background: url(../images/sub/visual05.png) center no-repeat;
    background-size: cover;
}
.sub_visual.visual06 {
    background: url(../images/sub/visual06.png) center no-repeat;
    background-size: cover;
}
.sub_visual.visual08 {
    background: url(../images/sub/visual08.png) center no-repeat;
    background-size: cover;
}
.sub_visual.visual09 {
    background: url(../images/sub/visual09.png) center no-repeat;
    background-size: cover;
}

.sub_depth_tit {
    font-size: 3rem;
    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: #3b78bd;
    width: 35px;
    height: 3px;
    margin: 0 auto;
    margin-top: 50px;
}


.path {
    height: 50px;
    line-height: 50px;
    width: 1280px;
    margin: -50px auto 0;
    background: rgba(235,235,235,0.95);
    /*background: rgba(214,202,188,0.95);*/
}

.path .home {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    padding: 0 17px;
    position: relative;
    float: left;
    /*border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;*/
	background: #8b0029;
}

.path .home img {
    display: block;
    padding: 15px 0;
}

.path > div {
    float: left;
    position: relative;
}

.path .depth_btn:before {
    content: "";
    width: 1px;
    height: 50px;
    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: 50px;
    padding: 0 20px;
    min-width: 235px;
    /*    letter-spacing: -1;*/
    white-space: pre;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1rem;
    font-weight: 400;
    position: relative;
    /*border-right: 1px solid #ddd;*/
	color: #fff;
	background: #8b0029;
}

.path .depth_btn.active {
    background: #8b0029;
}

.path .depth_btn i {
    position: absolute;
    right: 12px;
    top: 18px;
    font-size: 12px;
}

.path [class^="depth"] ul {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    transition: all 0.3s ease;
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 999;
    background-color: #f6f6f6;
    overflow: hidden;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.path [class^="depth"].active ul {
    opacity: 1;
    visibility: visible;
    max-height: 1000px;
    z-index: 9;
}

.path [class^="depth"] ul li {
    width: 100%;
    height: auto;
    padding: 0px 20px;
    overflow: hidden;
    white-space: inherit;
    text-overflow: ellipsis;
    font-size: 0.938rem;
    border-bottom: 1px solid #ddd;
}

.path [class^="depth"] ul li:hover {
    background: #f0f0f0;
}

.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 {
    white-space: pre;
    overflow: hidden;
    text-overflow: ellipsis;
	max-height: 50px;
}

.path ul li a.link {
    position: relative;
}


.path ul li a.link:after {
    content: url(/images/common/ic_external_sm.png);
    font-weight: 600;
    margin-left: 8px;
    font-size: 0.813rem;
}


/* 네이티브 외형 감추기 */
.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;
}


/*------------------------------끝----------------------------*/

#main_full .section {
    position: relative;
}

#main_full .section .inner {
    width: 1280px;
    margin: 0 auto;
    height: 100%;
	display: flex;
    align-items: center;
	flex-wrap: wrap;
}

@keyframes scroll {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

.sec1::before {
    content: "";
    display: block;
    width: 1.5rem;
    height: 2.5rem;
    background: url(../images/main/scrollimg.png) no-repeat center center;
    position: absolute;
    left: 50%;
    bottom: 3.5em;
    background-size: cover;
    opacity: 0;
    z-index: 9999;
    animation: scroll .8s infinite alternate;
}

.sec1::after {
    content: "SCROLL";
    position: absolute;
    left: 50%;
    bottom: 2em;
/*    transform: rotate(90deg);*/
	color: #fff;
    font-weight: 500;
    opacity: 0;
	z-index: 9999;
	margin-left: -1rem;
}
/* #main_full .sec5::before {
    content: "Scroll Up";
    position: absolute;
    width: 66px;
    height: 1.5625em;
    left: 49%;
    bottom: 3em;
    transform: rotate(90deg);
    opacity: 0;
    animation: scroll .8s infinite alternate;
}
*/
#main_full .section.active::before,
#main_full .section.active::after {
    opacity: 1;
    transition: .8s .6s
}

#main_full .section h2 {
    font-size: 1.125em;
    letter-spacing: .25em;
    position: absolute;
    top: 2.5em;
    left: 50%;
    transform: translateX(-50%);
}


#.sec1 {
    /*background: url(../images/main_bg01.png) no-repeat center center;
    background-size: cover;*/
    text-align: center;
	margin: 0 auto;
	position: relative;
}

#.sec1 .inner {
    display: flex;
   justify-content: center;
    align-items: center;
}

#main_full .sec1 .small {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: .73em;
    opacity: 0;
    transform: translateY(-30px);
    transition: .8s .3s;
    text-align: center;
    letter-spacing: 5;
}
#main_full .sec1 .big {
    font-size: 3.75rem;
    line-height: 1.4;
    margin-bottom: .73em;
    opacity: 0;
    transform: translateY(-30px);
    transition: .8s .3s;
    text-align: center;
    letter-spacing: 0;
}

#main_full .sec1 .intro {
    opacity: 0;
    transform: translateY(30px);
    transition: .8s .3s;
}

#main_full .sec1.active .small,
#main_full .sec1.active .big,
#main_full .sec1.active .intro {
    opacity: 1;
    transition: .8s .3s;
    transform: translateY(0);
}

#main_full .sec1 video {
    width: 100% !important;
    object-fit: fill !important;
    /* margin: 0 auto; */
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	z-index: 999;
}
.main_slider {width: 100vw !important;    height: 100vh !important;}

.main_slider .txtwrap {
    position: absolute;
    left: 50%;
    top: 40%;
    z-index: 999999999999;
    transform: translate(-50%);
    width: 100%;
    max-width: 1280px;
    text-align: center;
	font-size: 4.5rem;
	font-weight: 600;
	color: #fff;
	text-shadow: 0px 0px 6px rgb(0 0 0 / 40%);
	line-height: 1em;
	letter-spacing: normal;
}
.main_slider .txtwrap p {font-size: 3rem;font-weight: 500;letter-spacing: -0.2px;}
.main_slider .txtwrap p strong {font-weight: 600;}
.main_slider .txtwrap img {
	width: 100%;
	max-width: 735px;
}

#main_full .sec2 .inner,
#main_full .sec3 .inner,
#main_full .sec5 .inner {
    padding: 6.25rem 0;
	width: 100%;
	max-width: 1280px;
}
#main_full .sec4 .inner{
    padding: 10rem 0;
	width: 100%;
	max-width: 1280px;
}

#main_full .sec2 {
	background: #f0f0f0;
    /*background: url(../images/main_bg03.png) no-repeat center center;
    background-size: cover;*/
}
#main_full .sec2 .news_wrap {
	margin: 0 auto;
	width: 100%;
}
#main_full .sec2 .tit_wrap {
    font-size: 1.5rem;
	color: #555;
    text-align: center;
    margin-bottom: 3.5rem;
}
#main_full .sec2 .small {
    font-size: 3rem;
    line-height: 3rem;
	color: #111;
	font-weight: 300;
}
#main_full .sec2 .big {
    font-size: 3.75rem;
    line-height: 3.75rem;
    margin: 1rem 0;
	color: #8b0029; 
	font-weight: bold;
}
#main_full .sec2 .banner_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
	width: 100%;
    /*height: 280px;*/
	margin: 0 auto;
	/*max-width: 1280px;*/
}
#main_full .sec2 .banner_wrap .banner {
    width: 50%;
}
#main_full .sec2 .banner_wrap .banner img { width: 100%;}
/*#main_full .sec2 .banner_wrap .banner:first-child {margin-left:0px;}*/
#main_full .sec2 ul.news { 
	display: flex;     
	width: 100%;
	margin: 0 auto;
	max-width: 1280px;
}
#main_full .sec2 .banner_wrap .banner img {width: 100%;}
#main_full .sec2 ul.news li {
	width: calc((100% - 6rem) /4);
	margin-right: 2rem;
	color: #222;
}
#main_full .sec2 ul.news li:nth-child(4n) {
	margin-right: 0px;
}
#main_full .sec2 ul.news li .img_area {
	width: 100%;
    height: 202px;
    text-align: center;
    background: #e0e0e0;
	/*border-radius: 5px;*/
}
#main_full .sec2 ul.news li .img_area img {
	width: auto;
    max-width: 100%;
    height: 100%;
    max-height: 202px;
    /*border-radius: 5px;*/
}
#main_full .sec2 ul.news li .txt_wrap { 
	width: 100%;
	margin: 1.125rem 0 0 0;
    max-height: 6.5rem;
	overflow: hidden;
	line-height: 1.5em;
}
#main_full .sec2 ul.news li .txt_wrap .tit { 
	font-size: 1.125rem;
	font-weight: 500;
	margin-bottom: 5px;
}
#main_full .sec2 ul.news li .txt_wrap p {
	font-size: 1rem;	
}
#main_full .sec2 .news_wrap .btn_more {
	width: 350px; 
	height: 40px; 
	line-height: 40px; 
	font-size: 1.1rem;
	color: #fff;
	font-weight: 400;
	text-align: center;
	background: #8b0029;
	margin: 30px auto 0;
	cursor: pointer;
}
#main_full .sec2 .notice_wrap {
	display: flex;    
    flex-wrap: wrap; 
	width: 100%;
	margin: 2.5rem auto 0;
	max-width: 1280px;
}
#main_full .sec2 .notice { 
	width:50%; 
	padding: 2.5rem;
    background: #fff;
    border-top: 5px #8b0029 solid;
    border-left: 1px #ddd solid;
    border-right: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
}
#main_full .sec2 .notice:first-child { border-right: none;}
#main_full .sec2 .notice_tit { font-size: 1.625rem; font-weight: 500; color: #333;margin-bottom: 1.25rem; }
#main_full .sec2 .notice_tit .btn_plus { float: right; }
#main_full .sec2 .notice ul {overflow: hidden;}
#main_full .sec2 .notice ul li { margin-top: 5px;}
#main_full .sec2 .notice ul li a {display: flex;}
#main_full .sec2 .notice ul li .tit { width: calc(100% - 60px);font-size: 1rem; color: #333; max-height: 25px; overflow: hidden;}
#main_full .sec2 .notice ul li .tit span {font-weight: 400; }
#main_full .sec2 .notice ul li .date { width: 80px; font-size: 0.875rem; color: #999; text-align: right;  }

#main_full .sec3 {
    background: url(../images/main/main_bg03.jpg) no-repeat center center;
    background-size: cover;
}
#main_full .sec3 .research_wrap {
	width: 100%;
}
#main_full .sec3 .research_wrap .tit_wrap {
	color: #fff;
	margin-bottom: 2.5rem;
	text-align: center;
}
#main_full .sec3 .research_wrap .tit_wrap .big {
    font-size: 3rem;
	line-height: 3rem;
	margin-bottom: 1.5rem;
}
#main_full .sec3 .research_wrap .tit_wrap .small {
    font-size: 1.75rem;
	font-weight: 500;
	line-height: 1.75rem;
	margin-bottom: 0.5rem;
}
#main_full .sec3 .research_wrap .tit_wrap p {
    font-size: 1.125rem;
}

#main_full .sec3 .research {
	width: 100%;
	display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
#main_full .sec3 .research li {
	width: calc((100% - 5rem) /3);
	margin-right: 2.5rem;
	font-size: 2rem;
	font-weight: 600;
	color: #fff;
	line-height: 2.5rem;
	height: 516px;
	padding: 4.5rem;
	text-align: center;
	box-shadow: 5px 5px 10px rgb(0 0 0 / 20%);
	text-shadow: 5px 5px 10px rgb(0 0 0 / 20%);
    cursor: pointer;
}
#main_full .sec3 .research .research_3btn{
    cursor: pointer;
}
#main_full .sec3 .research li p {	
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.2rem;
	margin-top: 1rem;
}
#main_full .sec3 .research li:first-child {
	background:url(../images/main/research_bg01.jpg) no-repeat center; 
    background-size: cover;
}
#main_full .sec3 .research li:hover {
    transform: scale(1.03);
    transition: 1s;
    box-shadow: 10px 15px 15px rgb(0 0 0 / 40%);
    text-shadow: 5px 5px 10px rgb(0 0 0 / 40%);
}

#main_full .sec3 .research li:nth-child(2) {
	background:url(../images/main/research_bg02.jpg) no-repeat center; 
    background-size: cover;
}
#main_full .sec3 .research li:nth-child(3) {
	margin-right: 0rem;
	background:url(../images/main/research_bg03.jpg) no-repeat center; 
    background-size: cover;
}
	
#main_full .sec4 {
    background: #f0f0f0;
    margin: 0px auto;
}
#main_full .sec4 .quick_wrap {
	width: 100%;
	margin: 0 auto;
}
#main_full .sec4 .schedule {
	width: 100%;
    margin: 0 auto;
	display: flex;
	flex-wrap: wrap;

}

#main_full .sec4 .schedule .schedule_tit {
	width: 100%;
	font-size: 2.625rem;
	color: #222;
	text-align: center;
	margin-bottom: 2rem;
}
#main_full .sec4 .schedule .schedule_tit .btn_plus {
    float: right;
}
#main_full .sec4 .schedule ul {
	width: 100%;
	display: flex;
    flex-wrap: wrap;
	align-items: center;
}
#main_full .sec4 .schedule ul li {
	width: calc((100% - 3.75rem) /3);
    margin-right: 1.875rem;
	background: #fff;
	border: 1px #ddd solid;
	padding: 1.875rem 2.125rem;
}
#main_full .sec4 .schedule ul li:nth-child(3) {
	margin-right: 0rem;
}
#main_full .sec4 .schedule ul li .tit {
	font-size: 1.5rem;
	font-weight: 600;	
	text-align: center;
	padding-bottom: 1.5rem; 
	border-bottom: 1px #ddd dotted;
}
#main_full .sec4 .schedule ul li .con {
	margin-top: 1rem;
}
#main_full .sec4 .schedule ul li .con dl {
	display: flex;
	flex-wrap: wrap;	
}
#main_full .sec4 .schedule ul li .con dl dt {
	width: 40px;	
	height: 26px; 
	background: #8b0029;
	color: #fff;
	text-align: center;
	margin-top: 5px;
}
#main_full .sec4 .schedule ul li .con dl dd {
	width: calc(100% - 50px);	
	margin-left: 10px;
	margin-top: 5px;
}
#main_full .sec4 .admission_wrap {
	width: 100%;
	display: flex;
    flex-wrap: wrap;
	align-items: center;
    margin: 1.875rem auto;
}
#main_full .sec4 .admission {
	width: calc((100% - 1.875rem) /2);
	background: url(../images/main/admission_bg.jpg) no-repeat center #fff;
	height: 280px;
	border: 1px #ddd solid;
	padding: 3.125rem;
    margin-left: 1.875rem;
    cursor: pointer;
}
#main_full .sec4 .admission:first-child {
    margin-left: 0;
}
#main_full .sec4 .admission .tit {
	width: 100%;
	font-size: 2.25rem;
	color: #222;
	margin-bottom: 2rem;
	line-height: 2.625rem;
}
#main_full .sec4 .admission p {
	font-size: 1.125rem;
	color: #666;
	margin: 2rem 0;
}
#main_full .sec4 .admission .btn_wrap {
	display: flex;
	flex-wrap: wrap;	
    justify-content: space-between;
    align-items: center;
}
#main_full .sec4 .admission p.point {
	font-size: 1.25rem;
	color: #8b0029;
	font-weight: 600;
	margin: 0;
}
/*#main_full .sec4 .admission .btn {
	font-size: 1.125rem;
    color: #fff;
    font-weight: 500;
    background: #8b0029;
    text-align: center;
    width: 124px;
    height: 38px;
    line-height: 35px;
    float: right;
}*/

#main_full .sec4 .admission .ad_arrow {
}
#main_full .sec4 .quick {
	width: 1280px;
}

#main_full .sec4 .quick ul {
	display: flex;
	flex-wrap: wrap;		
}
#main_full .sec4 .quick ul li {
	width: calc((100% - 5.625rem) /4);
	height: 60px;
	background: rgba(163,0,8,0.95);
	text-align: center;
	font-size: 1.25rem;
	color: #fff;
	font-weight: 500;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
    margin-left: 1.875rem;
    cursor: pointer;
}
#main_full .sec4 .quick ul li:first-child {margin-left: 0rem;}
#main_full .sec4 .quick ul li:nth-child(2n) {
	background: rgba(159,136,102,0.95);
}
#main_full .sec4 .quick ul li p { margin-right: 15px;}
#main_full .sec4 .quick ul li p img { height: 25px;}

.menu_all { width:100%; background: #d6cabc; }
.menu_all ul { width:1280px; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: space-between; padding: 2rem 0;}
.menu_all li { width:calc((100% - 7rem) /8); margin-right: 1rem; line-height: 25px; font-size:1.063rem; font-weight:500; color: #333; letter-spacing: -0.5px; }
.menu_all li:nth-child(8n) { margin-right: 0; }
.menu_all_sub { border-top: 1px rgba(0,0,0,0.25) solid; padding-top: 1rem; margin-top: 1rem;}
.menu_all_sub ul { padding: 0rem 0;}
.menu_all_sub li {width: 100% !important; line-height: 24px; font-size:0.938rem; font-weight:300; color: #555;  padding-bottom: 0px; letter-spacing: -0.5px;}
.menu_all_sub li a {    width: 130px !important;    display: inline-block;}
.menu_all_sub li a.link:after {
    content: url(/images/common/ic_external_sm.png);
    font-weight: 600;
    margin-left: 8px;
    font-size:13px;
}

#main_full .section .transition {
    opacity: 0;
    transform: translateY(50px);
    transition: .8s .3s;
}

#main_full .section.active .transition {
    opacity: 1;
    transform: translateY(0);
}

#main_full .section.active .tran-first {
    transition: .8s .5s;
}

#main_full .section.active .tran-second {
    transition: .8s .7s;
}

#main_full .section.active .tran-third {
    transition: .8s .9s;
}




/*-----------------------------------------basic setting-----------------------------------------*/



html,
body {
    font-size: 16px;
}

.img_mobile {
    display: none;
}

input:focus {
    outline: none;
}

textarea:focus {
    outline: none;
}

select option:hover {
    background: #222;
}

h1,
h2,
h3,
h4,
h5,
h6/*,
p,
span,
li*/ {
    word-break: keep-all;
    line-height: 1.5em;
}





/*common*/




.txt_sm {
    font-size: 0.925rem !important;
    line-height: 1.6em;
}

.txt_strong {
    font-weight: 600;
}

.cont_tit_ex .txt_strong {
    font-weight: 600;
    color: #222;
}

.cont_tit_ex_1st .txt_strong {
    font-weight: 500;
    color: #222;
}

.cont_tit_m .txt_strong {
    font-weight: 500;
    color: #222;
}

.cont_tit_nm .txt_strong {
    font-weight: 500;
    color: #222;
}

.txt_light {
    font-weight: 200;
}

.main_clr {
    color: #8b0029 !important;
}

.sub_clr {
    color: #26356C !important;
}

.sub_clr02 {
    color: #ffc20e !important;
}

.sub_clr03 {
    color: #555 !important;
}

.txt_grey {
    color: #888 !important;
}
.txt_red {
    color: #ff464a !important;
}
.txt_blk {
    color: #222 !important;
}

.txt_lh {
    line-height: 1.8em;
    word-break: keep-all;
}

.txt_check p {
    padding-left: 30px;
    display: block;
    position: relative;
    padding-bottom: 10px;
    word-break: keep-all;
}
.txt_check ul li p {
    padding-left: 0;
    display: block;
    position: inherit;
    padding-bottom: 0;
}

.txt_check p::before {
    content: url(../images/common/icons_check.svg);
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
}
.txt_check ul li p::before {
    content: none;
    position: inherit;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
}

.cont_tit_m {
    font-size: 2rem;
    margin: 90px 0 40px;
    position: relative;
    padding-left: 28px;
    display: block;
    font-weight: bold;
    word-break: keep-all;
    font-family: 'Nanum Myeongjo', serif;
}

.cont_tit_nm {
    font-size: 2rem;
    margin: 0 0 40px;
    position: relative;
    padding-left: 28px;
    display: block;
    font-weight: bold;
    word-break: keep-all;
    font-family: 'Nanum Myeongjo', serif;
}

.cont_tit_m::before,
.cont_tit_nm::before {
    content: url(../images/common/tit_bg.png);
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 31px;
}

.line_tit_m {
    font-size: 2rem;
    margin: 60px 0 80px;
    position: relative;
    display: block;
    font-weight: bold;
    word-break: keep-all;
    font-family: 'Nanum Myeongjo', serif;
}
.line_tit_nm {
    font-size: 2rem;
    margin: 0 0 80px;
    position: relative;
    display: block;
    font-weight: bold;
    word-break: keep-all;
    font-family: 'Nanum Myeongjo', serif;
}
.line_tit_m::after,
.line_tit_nm::after {
    content: '';
    width: 1px;
    height: 40px;
    background: #222;
    position: absolute;
    top: 15px;
    left: 0;
}

.num_tit_m {
    font-size: 2rem;
    margin: 0 0 25px;
    position: relative;
    display: block;
    font-weight: bold;
    word-break: keep-all;
    font-family: 'Nanum Myeongjo', serif;
}
.num_tit_nm {
    font-size: 2rem;
    margin: 0 0 25px;
    position: relative;
    display: block;
    font-weight: bold;
    word-break: keep-all;
    font-family: 'Nanum Myeongjo', serif;
}
.num_tit_m span {
    width: 100%;
    color: #8b0029;
    font-size: 1.425rem;
    font-weight: bold;
    margin-top: 60px;
    margin-bottom: 2px;
    display: block;
    font-family: 'Poppins', sans-serif;
}
.num_tit_nm span {
    width: 100%;
    color: #8b0029;
    font-size: 1.425rem;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 2px;
    display: block;
    font-family: 'Poppins', sans-serif;
}
h5.num_tit_nm {
    font-size: 1.325rem !important;
}
.txt_center {
    text-align: center;
}

.cont_subtit {
    font-size: 1.75rem;
    margin-bottom: 20px;
    color: #8b0029;
    font-weight: 300;
    display: block;
    word-break: keep-all;
}

.cont_tit_ex {
    font-size: 1.25rem;
    margin: -20px 0 40px;
   font-weight: 300;
}

.cont_tit_ex_1st {
    font-size: 1.25rem;
    margin: 0 0 60px;
   font-weight: 300;
}

.txt_lg {
    font-size: 1.25rem;
    display: block;
    color: #555;
    line-height: 1.6em;
}
.txt_lg span {
    font-weight: 500;
    color: #26356C;
}

.txt_lg_thin {
    font-size: 1.25rem;
    font-weight: lighter;
    display: block;
    color: #555;
    line-height: 1.6em;
}
.txt_lg_thin span {
    font-weight: normal;
    color: #26356C;
}

.txt_md {
    font-size: 1.125rem;
    display: block;
    color: #555;
    line-height: 1.6em;
}
.txt_md span {
    font-weight: 500;
    color: #26356C;
}

.min_img img {
    width: 100%;
    min-width: 640px;
}

.txt_bullet {
    position: relative;
    padding-left: 16px;
    line-height: 1.4em;
    margin-bottom: 6px;
}
.txt_bullet:last-child {
    margin-bottom: 0;
}

.txt_bullet::before {
    content: url(../images/common/bullet.png);
    position: absolute;
    left: 0;
    top: -2px;
    width: 8px;
    height: 8px;
}

.txt_bullet_grey {
    position: relative;
    padding-left: 16px;
    line-height: 1.4em;
    margin-bottom: 6px;
}

.txt_bullet_grey::before {
    content: url(../images/common/bullet_grey.png);
    position: absolute;
    left: 0;
    top: -2px;
    width: 8px;
    height: 8px;
}

.txt_ex {
    font-size: 0.875rem;
    color: #757575;
}

.box_basic {
    border: 1px solid #ddd;
    padding: 40px;
    border-radius: 10px;
}

.box_basic_clr {
    border: 1px solid #222;
    padding: 40px;
    border-radius: 10px;
}

.box_basic_bg {
    border: 1px solid #ddd;
    background: #fafafa;
    padding: 40px;
    border-radius: 10px;
}


.txt_check .txt_bullet_grey {
/*    text-indent: 32px;*/
    color: #777;
}

.txt_check ul {
    margin-bottom: 20px;
    margin-left: 30px;
}

/*-----------------------------table--------------------------------*/
/*table {
    width: 100%;
    /*border-top: 3px #3d6ab4 solid;
    border-right: 1px #ddd solid;
    border-left: 1px #ddd solid;
    table-layout: fixed;
    min-width: 360px;
    border-collapse: collapse;
    line-height: 1.5em;
    text-align: center;
}
.table_min {
    min-width: 580px;
}

.tb_scroll {
    overflow-x: auto;
    border-bottom: 1px #3d6ab4 solid;
}

table th {
    background-color: #fafafa;
    font-size: 1.125rem;
    border-right: 1px #ddd solid;
    padding: 20px;
}


table tr {
    border-bottom: 1px #ddd solid;
}


table tr:last-child {
    border-bottom: 0;
}

table td {
    padding: 14px;
    border-right: 1px #efefef solid;
    background: #fff;
}

table tr th {
    padding: 14px;
}

table td:last-child {
    border-right: 0;
}

table .cont {
    /*    padding: 14px;
    text-align: left;
    word-break: keep-all;
}

table .main_title {
    background: #222;
    color: #fff;
}

table .title {
    background: #efefef;
}
*/



form .btn_zone {
    text-align: center;
    margin-top: 40px;
}

.btn_action {
    display: inline-block;
    padding: 16px;
    width: 150px;
    border: none;
    background: #222;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}

.btn_action:hover {
    background: #222;
}

.btn_cancel {
    display: inline-block;
    padding: 16px;
    width: 150px;
    border: none;
    background: #666;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}

.btn_cancel:hover {
    background: #444;
}

/*스크롤바*/

.tb_scroll::-webkit-scrollbar {
    width: 10px;
}

.tb_scroll::-webkit-scrollbar-thumb {
    background-color: #222;
    border-radius: 10px;
}

.tb_scroll::-webkit-scrollbar-track {
    background-color: #ddd;
}

.min_img::-webkit-scrollbar {
    width: 10px;
}

.min_img::-webkit-scrollbar-thumb {
    background-color: #222;
    border-radius: 10px;
}

.min_img::-webkit-scrollbar-track {
    background-color: #ddd;
}






/*-----------------------------------------basic setting end-----------------------------------------*/




/************* main *************/

#main .visual {
    width: 100%;
    height: 700px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

#main .main_visual .bx-wrapper .bx-viewport {
    height: 700px;
}

#main .visual .main_visual {
    width: 1920px;
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

.main_visual {
	width: 100%;
    height: 940px;
}

.main_visual video {
    width: 100% !important;
    object-fit: fill !important;
    /* margin: 0 auto; */
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.main_visual .video_wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/main/pattern.png);
	z-index:9999999999999999999;
}
.main_visual .video_caption {
    background: rgba(0, 0, 0, 0.5);
    position: absolute; 
    bottom: 50px; 
    right: 10%; 
    z-index: 9999999999; 
    font-size: 1.25rem;
    font-weight: 400;
    color: #fff;
    padding: 1rem;
    line-height: 1.25em;
    text-align: center;;
}  
.main_visual .video_caption p {font-size: 1rem;
    font-weight: 300;}
#main .visual .visual_wrap {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 999;
}
.main_visual .muted {position: absolute; bottom: 50px; left: 100px; z-index: 9999999999; display: inline-block; border: 1px #fff solid; width: 90px; height: 45px; line-height: 28px; text-align: center; color: #fff; background: rgba(0,0,0,0.5); cursor: pointer;border-radius: 25px;}
.main_visual .muted:before { content: 'OFF'; display: inline-block; width: 90px; height: 30px; background-image: url("../images/main/icon_sound_off-wt.png"); background-repeat: no-repeat; background-position: 20%; background-size: 20px; vertical-align: middle; margin-right: 15px; z-index: 2; padding: 5px 10px;}
.main_visual .muted.on:before { content: 'ON'; display: inline-block; width: 90px; height: 30px; background-image: url("../images/main/icon_sound_on-wt.png"); background-repeat: no-repeat; background-position: 20%; background-size: 20px; vertical-align: middle; margin-right: 15px; z-index: 2; padding: 5px 10px; }
.main_visual .muted.off:before { content: 'OFF'; display: inline-block; width: 90px; height: 30px; background-image: url("../images/main/icon_sound_off-wt.png"); background-repeat: no-repeat; background-position: 20%; background-size: 20px; vertical-align: middle; margin-right: 15px; z-index: 2; padding: 5px 10px; }

#main .visual .caption {
    color: #fff;
    text-shadow: 1px 3px 4px rgba(0, 0, 0, 0.1);
    padding-top: 300px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
}

#main .visual .caption h4 {
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 1.4em;
    margin-top: 30px;
}

#main .visual .caption h3 {
    font-size: 3rem;
    line-height: 1.4em;
    letter-spacing: -1px;
    font-weight: 600;
}

#main .visual .caption h3 span {
    color: #3d6ab4;
}

#main .visual .visual_wrap .contents_wrap01 {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

#main .visual .visual_wrap .contents_wrap01 .quick_wrap {
    width: calc(6% + (170px * 6));
    box-sizing: border-box;
    position: absolute;
    top: 96px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 500;
}

#main .visual .visual_wrap .contents_wrap01 .quick_wrap .quick ul li:first-child {
    margin-left: 0;
}

#main .visual .visual_wrap .contents_wrap01 .quick_wrap .quick ul li p {
    width: 170px;
    height: 170px;
    border-radius: 170px;
    padding-top: 60%;
    text-align: center;
    box-sizing: border-box;
}

#main .visual .visual_wrap .contents_wrap01 .quick_wrap .quick ul li p span {
    font-weight: 500;
}

#main .visual .visual_wrap .contents_wrap01 .quick_wrap .quick ul li {
    font-size: 1rem;
    color: #333;
    cursor: pointer;
    float: left;
    margin-left: 1%;
}


.main_slider li.visual01 {
    background: url(../images/main/visual01.jpg) center no-repeat;
    background-size: cover;
    max-width: 100%;
	width: 100vw !important;
    height: 100vh !important;
}

.main_slider li.visual02 {
    background: url(../images/main/visual02.jpg) center no-repeat;
    background-size: cover;
    max-width: 100%;
	width: 100vw !important;
    height: 100vh !important;
}
.main_slider li.visual03 {
    background: url(../images/main/visual03.jpg) center no-repeat;
    background-size: cover;
    max-width: 100%;
	width: 100vw !important;
    height: 100vh !important;
}
.main_slider li.visual04 {
    background: url(../images/main/visual04.jpg) center no-repeat;
    background-size: cover;
    max-width: 100%;
	width: 100vw !important;
    height: 100vh !important;
}
.main_slider li.visual05 {
    background: url(../images/main/visual05.jpg) center no-repeat;
    background-size: cover;
    max-width: 100%;
	width: 100vw !important;
    height: 100vh !important;
}





/*.section {
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}*/

.section .wrapper {
    width: 1200px;
    margin: 0 auto;
    padding: 66px 0;
    overflow: hidden;
}

.maintit {
    font-size: 1.875rem;
    color: #333333;
    font-weight: 600;
    line-height: inherit;
}

/* board */

.board .maintit {
    margin-bottom: 24px;
/*    overflow: hidden;*/
}

.board .maintit .tit {
    display: inline-block;
}

.board .cate {
    color: #65472e;
    /* display: inline-block; */
    /* line-height: 1.2em; */
    font-weight: 500;
    /* padding: 0 2px; */
    font-size: 1.125rem;
}

#main .news_ham {
    background-image: url(../images/main/miniham.png);
    background-repeat: no-repeat;
    background-position-y: center;
    font-size: 1rem;
    float: right;
    font-weight: 300;
    padding-left: 28px;
}

#main .line_board .items .date {
    line-height: 60px;
}

#main .line_board .items .cont {
    line-height: 60px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: pre;
    max-width: 40%;
}

#main .board .cate {
    line-height: 60px;
}

#main .board .items .tit {
    line-height: 60px;
    padding-right: 10px;
    color: #222;
    font-weight: 400;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: pre;
    max-width: 100%;
}

.board .items .tit {
    /* font-size: 19px; */
    /* line-height: 1.2em; */
    /* color: #222; */
    /* margin: 12px 0; */
    /* overflow:hidden; */
    /* font-weight:400; */
}



.card_board {
    overflow: hidden;
}

.card_board .f_left {
    float: left;
    width: 49%;
    margin-right: 2%;
}

.card_board .f_right {
    float: left;
    width: 49%;
}

.card_board .f_left .items_pic_lay {
    background: #fff;
    border: 1px solid #eaeaea;
    height: 440px;
}

.card_board .f_right .items {
    width: 100%;
    height: 210px;
    background: #fff;
    border: 1px solid #eaeaea;
    margin-bottom: 20px;
    padding: 40px 24px;
}

.card_board .f_right .items:last-child {
    margin-bottom: 0;
}

.line_board {
    overflow: hidden;
}

.line_board .items {
    border-top: 1px solid #ccc;
    height: 62px;
    line-height: 62px;
    padding: 0 12px;
    cursor: pointer;
}

.line_board .items:last-child {
    border-bottom: 1px solid #ccc;
}

.line_board .items .file {
    float: left;
    padding: 16px 0;
}

.line_board .tit {
    font-size: 1.125rem;
    color: #333;
    /*
    max-width: 60%;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
*/
    float: left;
}

.line_board .items .contents {
    float: left;
    color: #666;
    font-size: 1rem;
    padding: 0 10px;
    /*
    max-width: 20%;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
*/
    float: left;
}

.line_board .items .txt {
    max-width: calc(100% - 220px);
    height: 60px;
    color: #666;
    line-height: 60px;
    font-size: 1rem;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.line_board .cate {
    float: left;
    margin-right: 12px;
    /* width: 7%; */
}


.line_board .items .date {
    float: right;
    color: #9a9a9a;
    font-size: 0.875rem;
}

.section_left {
    float: left;
    width: calc(100% - 400px);
}

#main .qna {
    float: left;
    width: 350px;
    height: 233px;
    border-radius: 10px;
    background: url(../images/main/qna.jpg) no-repeat center center;
    margin-left: 50px;
    cursor: pointer;
    text-align: center;
    padding: 40px;
}

#main .qna h3 {
    font-size: 1.5rem;
    text-align: center;
    color: #3a3734;
    padding-bottom: 20px;
    display: block;
    font-weight: 600;
}

#main .qna p {
    text-align: center;
    color: #3a3734;
    padding-bottom: 20px;
    display: block;
    font-weight: 500;
}

#main .qna .btn_link {
    background-color: rgba(56, 50, 45, 0.75);
    width: 134px;
    height: 36px;
    margin: 0 auto;
    display: block;
    text-align: center;
    color: #fff;
    line-height: 36px;
    border-radius: 5px;
}
#main .qna .btn_link:hover {
    background-color: rgba(56, 50, 45, 0.95);
}

.card_board .f_right .items .cate {
    float: left;
    max-width: 80px;
}

.card_board .items_pic_lay .tit,
.card_board .items .tit {
    max-width: 80%;
    font-size: 1.125rem;
    margin-left: 6px;
    font-weight: 400;
}

.card_board .f_right .items .tit_wrap {
    overflow: hidden;
}

.card_board .f_right .contents {
    margin: 12px 0;
    max-height: 63px;
    overflow: hidden;
}

.card_board .f_left .thumb {
    overflow: hidden;
    height: 296px;
}

.card_board .f_left .thumb img {
    text-align: center;
    height: 100%;
}

.card_board .f_left .items_pic_lay .text_wrap {
    padding: 20px;
}

.card_board .f_left .items_pic_lay .contents {
    margin: 8px 0;
    max-height: 42px;
    overflow: hidden;
}





.con_area {
    overflow: hidden;
    font-size: 1rem;
    margin-bottom: 30px;
}
.agree_div {
    height: 150px;
    padding: 25px;
    overflow-y: auto;
    border: 1px solid #ddd;
    font-size: 0.9rem;
    color: #666;
    background: #fafafa;
    margin: 16px 0;
}
.agree_div dl {
    margin-bottom: 20px;
}
.agree_div dl ul {
    margin-bottom: 15px;
}
.agree_div dd {
    margin-bottom: 10px;
}
.agree_div dl dt {
    font-weight: 500;
    color: #444;
}

.sub_container {
    min-height: 600px;
	margin: 0px auto 0;
	background: #f6f6f6;
}

.sub_container .wrapper {
    width: 1280px;
    /*    max-width: 1200px;*/
    margin: 0 auto;
    padding: 60px 0;
    position: relative;
}
.sub_container .wrapper .tit_wrap {
    margin: 0px auto 30px;
    text-align: center;
}
.sub_container .wrapper .tit_wrap h1 {
    font-size: 2.625rem;
}
.sub_container .wrapper .tit_wrap p {
    margin: 20px auto 0;
    text-align: center;
	font-size: 1.5rem;
	font-weight: 400;
	color: #666;
	line-height: 2rem;
	width: 100%;
}

.sub_container .wrapper .max.line_wrapper {
    background: url('../images/sub/line_bg.png') center top repeat-y;
}
.sub_container .wrapper .max {
    max-width: 1200px;
    margin: 0 auto;
    padding: 90px 0;
}

.sub_container .wrapper .max_wrap_border {
    border-bottom: 1px solid #ddd;
}

.sub_container .wrapper .max_wrap_color {
    background: #f1f1ec;
}

.sub_container .wrapper .max_wrap_color2 {
    background: #fafafa;
}

.max_wrap_bg {
    background-size: cover;
}
.max_wrap_bg .txt_md {
    font-size: 1.05rem;
    color: #fff !important;
}
.max_wrap_bg .num_tit_nm {
    font-weight: 400;
    color: #fff !important;
}
.max_bg01 {
    background: url(../images/sub/max_bg01.png) no-repeat center;
    background-attachment: fixed;
}
.max_bg02 {
    background: url(../images/sub/max_bg02.png) no-repeat center;
    background-attachment: fixed;
}
.max_bg03 {
    background: url(../images/sub/max_bg03.png) no-repeat center;
    background-attachment: fixed;
}
.max_bg04 {
    background: url(../images/sub/max_bg04.png) no-repeat center;
    background-attachment: fixed;
}

.sub_container .wrapper .max_wrap_nm {
    margin-top: -80px;
}

.board-video .board_container .board_inner .image_grid .wrapper {
    padding: 0;
}

/* *******************************************************
 * filename : sub.css
 * description : SUB공통영역SET CSS
 * date : 20190730
******************************************************** */

.sub {
    background: #f4f4f4;
    font-size: 1rem;
}

.sub .grid_container {
    width: 1200px;
    padding: 80px 0 90px;
}



.sub_visual h1 {
    font-size: 3.25rem;
    font-weight: 600;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%);
	text-shadow: 0px 0px 6px rgb(0 0 0 / 40%);
}
/*.sub_visual h1:before {
    content: '';
    position: absolute;
    left: 50%;
    top: -25%;
    transform: translate(-50%);
    width: 1px;
    height: 30px;
    background: #fff;
}*/
.sub_visual h2 {
    font-size: 1.25rem;
    font-weight: bolder;
    color: #ffc20e;
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%);
}



/* 끝 */

.sub_visual.visual01 {
    background: url(../images/sub/visual01.png) center no-repeat;
    background-size: cover;
}

.sub_visual.visual02 {
    background: url(../images/sub/visual02.png) center no-repeat;
    background-size: cover;
}

.sub_visual.visual03 {
    background: url(../images/sub/visual03.png) center no-repeat;
    background-size: cover;
}

.sub_visual.visual04 {
    background: url(../images/sub/visual04.png) center no-repeat;
    background-size: cover;
}


.sub_depth_tit {
    font-size: 3rem;
    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 [class^="depth"] {
	float:left;
	position:relative;
}
*/

.path select {
    border: none;
    background: transparent;
    color: #fff;
    font-size: 1.125rem;
    height: 58px;
    line-height: 58px;
    padding-bottom: 4px;
}

.path select option {
    color: #555;
    font-size: 0.875rem;
}





/* 네이티브 외형 감추기 */
.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: 1.5rem;
    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;
}

/************* layout-footer *************/
/*.sec5 .footer_wrap {
    position: absolute;
	bottom: 0;
}*/
/*footer*/
.footer_wrap { width:100%; background:#262424; padding:40px 0; /*overflow: hidden; */}
.footer_wrap .footer { width:96%; margin:0px auto; display: flex;
    text-align: center;
    align-items: flex-start;
    justify-content: space-between;}
.footer_wrap .footer .logo { width: 173px; }
.footer_wrap .footer .info { width: calc(100% - 393px); font-size:0.938rem; color:#999; line-height:1.5em;  }
.footer_wrap .footer .info p { margin-bottom: 5px;}
.footer_wrap .footer .info span { display: inline-block; margin-right: 10px; }
.footer_wrap .footer .info a{ font-size: 1rem; font-weight:500; position: relative; color: #fff; }
.footer_wrap .footer .info span.fline { 
  content:'';
  display:inline-block;
  width:1px;
  height:13px;
	top: 1px;
  background: rgba(255,255,255,0.3);
  margin-right:10px;
	margin-left: 10px;
 }
.footer_wrap .footer .btn { font-size:1rem; width:170px; height:38px; line-height:38px; color:#999; background: #222; text-align: center; }
.footer_wrap .footer .btn:hover { background: #111; }

.footer_wrap .footer .family_wrap { position:relative; } 
.footer_wrap .footer .family_slct_over { width:220px; height:45px; background:url('../images/common/family_arrow.png') no-repeat 180px 18px #131212; cursor:pointer; font-size:1rem; color:#fff; position:relative; box-sizing:border-box; }
.footer_wrap .footer .family_slct_over ul li {width:220px; height:45px; line-height:45px; text-align:left; cursor:pointer; padding-left:10px;}
.footer_wrap .footer .family_slct_over ul li:hover { color:#fff;}
.footer_wrap .footer .family_slct { width:220px; height:45px; background:url('../images/common/family_arrow_over.png') no-repeat 180px 18px #131212; cursor:pointer; font-size:1rem; color:#fff; position:absolute; z-index:300000000000000; right:0; top: 0px;  }
.footer_wrap .footer .family_slct ul li {width:220px; height:45px; line-height:46px; text-align:left; cursor:pointer;box-sizing:border-box; padding-left:10px; /*border-left: 1px #666 solid; border-right: 1px #666 solid; border-bottom: 1px #666 solid;*/ }
.footer_wrap .footer .family_slct ul li:hover { color:#fff;}
.footer_wrap .footer .family_slct ul ul { display:none; }
.footer_wrap .footer .family_slct ul li ul { bottom:0; background:#131212; width:220px; position:absolute; display:block; z-index:400000000000000; box-sizing:border-box; margin-left: -10px;    margin-bottom: 45px;}
.footer_wrap .footer .family_slct ul li li { width:220px; height:45px; border-bottom:1px #333 solid; }
.footer_wrap .footer .family_slct ul li li:first-child {  }
.footer_wrap .footer .family_slct ul li li:hover { color:#fff; }

/* hamburgerMenu */


/* Style the tab content */
.overlay {
    display: none;
    z-index: 99;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(25, 30, 40, 0.7);
    overflow-x: hidden;
    transition: background-color 2s;
    cursor: pointer;
}

.offcanvas {
    height: 100%;
    width: 580px;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
}

.offcanvas .menu_wrapper {
    -ms-overflow-style: none;
}

.offcanvas .menu_wrapper::-webkit-scrollbar {
    display: none;
}

#offcanvas::-webkit-scrollbar {
    display: none;
}

#offcanvas {
    margin-right: -625px;
    transition: 0.5s;
    transition: margin-right .5s;
    -ms-overflow-style: none;

}

#offcanvas.open {
    margin-right: 0;
    background-color: #8b0029;
    z-index: 999999;
}

/* Style the tab */
.offcanvas .tab {
    float: left;
    width: 200px;
    height: 100%;
    color: #fff;
    padding-top: 72px;
    position: relative;
}

.offcanvas .tab .fixed_wrapper {
    position: fixed;
    height: 100%;
    width: 200px;
}

.offcanvas .h_tablinks {
    display: block;
    background-color:#8b0029;
    color: #fff;
    padding: 0 1.125rem;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    font-size: 1.125rem;
    height: 72px;
    line-height: 72px;
}

.offcanvas .h_tablinks.point {
    background: #3d6ab4;
}

.offcanvas .h_tablinks:hover {
    background-color: #fff;
    color: #222;
}

.offcanvas .h_tablinks.active {
    background-color: #fff;
    color: #111;
    font-weight: 600;
}


/* Style the tab content */
.offcanvas .menu_wrapper {
    width: calc(100% - 200px);
    float: left;
    height: 100%;
    background: #fff;
}

.offcanvas .h_tabcontent {
    display: none;
    margin-top: 72px;
}

.offcanvas .h_tabcontent .sub_nav {
    background: #fff;
}

.offcanvas .h_tabcontent .sub_nav > li > a {
    height: 72px;
    line-height: 72px;
    font-size: 1.125rem;
    color: #333;
    padding: 0 1.563rem;
    border-bottom: 1px solid #efefef;
    display: block;
}


.offcanvas .menu_login {
    background-color: #d6cabc;
    height: 72px;
    line-height: 72px;
    font-size: 1.125rem;
    color: #fff;
    padding: 0 1.875rem;
    position: absolute;
    top: 0;
    width: calc(100% - 200px);
    z-index: 999;
}

.offcanvas .menu_login .wrapper {
    position: relative;
    width: 340px;
    height: 100%;
}

.offcanvas .menu_login a,
.menu_login a:hover {
    color: #fff;
}

.offcanvas .right_p {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.offcanvas .btn_close {
    width: 30px;
    height: 30px;
    position: relative;
    text-indent: -9999px;
    right: 0;
    background: none;
    border: 0;
    cursor: pointer;
}

.offcanvas .btn_close::before,
.btn_close::after {
    content: '';
    width: 30px;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 4px;
    background: #666;
}

.offcanvas .btn_close::before {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.offcanvas .btn_close::after {
    transform: translate(-50%, -50%) rotate(45deg)
}

.offcanvas .h_tabcontent .depth3 {
    display: none;
    border-bottom: 1px solid #ddd;
    padding: 1.75rem;
}

.offcanvas .h_tabcontent .depth3 .menu3 {
    font-size: 1rem;
    line-height: 32px;
    color: #111;
    position: relative;
    padding-left: 14px;
}

.offcanvas .h_tabcontent .depth3 .menu3::before {
    content: "";
    width: 4px;
    height: 4px;
    background: #d7c9b1;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 4px;
    position: absolute;
    top: 15px;
    left: 0px;
}

.offcanvas .h_tabcontent .depth3 .menu3 a {
    color: #111;
}

.offcanvas .h_tabcontent .depth3 .menu3 a:hover {
    text-decoration: underline;
}

.offcanvas .h_tabcontent .menu2_link {
    position: relative;
}

.offcanvas .h_tabcontent .menu2_link.active {
    color: #222 !important;
    font-weight: 500;
    transition: 0.5s;
}


.offcanvas .h_tabcontent .menu2_link::after {
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: -5px 12px auto auto;
    vertical-align: middle;
    border-right: 2px solid #aaa;
    border-top: 2px solid #aaa;
    transform: rotate(135deg);
    position: absolute;
    top: 35px;
    right: 20px;
    transition: 0.5s;
}

.offcanvas .h_tabcontent .menu2_link.active::after {
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: -5px 12px auto auto;
    vertical-align: middle;
    border-right: 2px solid #aaa;
    border-top: 2px solid #aaa;
    transform: rotate(-45deg);
    position: absolute;
    top: 40px;
    right: 20px;
    transition: 0.5s;
}

#offcanvas .sub_nav .link:after {
    content: url(/images/common/ic_external_sm.png);
    font-weight: 600;
    margin-left: 8px;
    font-size: 13px;
}

#m_visual { width:100%; height:940px;position:absolute; overflow: hidden; z-index: 9999; top: 0; left: 0; }
#m_visual .main_copy {width:1200px; position:absolute; top:20%; left:50%; margin-left:-600px; z-index:498; color:#fff; letter-spacing: -1.0px;text-shadow: 4px 4px 6px rgba(51,51,51,0.4);  }
#m_visual .main_copy .txt01 {
font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: .73em;
    opacity: 1;
    transform: translateY(-30px);
    transition: .8s .3s;
    text-align: center;
    letter-spacing: 5;
}
#m_visual .main_copy .txt02 {
	font-size: 4rem;
    line-height: 1.4;
    margin-bottom: .73em;
    opacity: 1;
    transform: translateY(-30px);
    transition: .8s .3s;
    text-align: center;
    letter-spacing: 0;
	font-weight: bolder;
    font-family: 'Nanum Myeongjo', serif;    
}

/* main slide image */
.slide { width:100%; height:940px; position:relative; display:block;  }
.slide_ul { display:block; height: 100vh; }
.slide_ul > li { width:100%; height:940px; top:0px; position:absolute; z-index:1; display: block; }
.m_img1 { background:url('../images/main/visual01.jpg') no-repeat center top; background-size: cover; }
.m_img2 { background:url('../images/main/visual02.jpg') no-repeat center top; background-size: cover; }
.show { display:block; }

/* main slide image navi */
.slide_btn { margin:0px 0px 30px -35px; top:484px; left:50%; bottom:0; width:560px; position:absolute; z-index:2; display: none;}
.slide_btn:after { content:''; display:block; clear:both; }
.slide_btn > li { margin:0px 10px 0px 0px; float:left; }
.slide_btn > li a { width:47px; height:3px; background:url('../images/main_img_nv1_off.png') no-repeat; text-indent:-999em; display:block; }
.slide_btn > li a.active, li a:hover.active { background:url('../images/main_img_nv1_on.png') no-repeat; }
.slide_btn > li a:hover { background:url('../images/main_img_nv1_on.png') no-repeat; }

/* table */
.contents .table_normal { width:100%; border-top: 2px #000 solid; table-layout: fixed; min-width: 640px; border-collapse: collapse; line-height: 1.5em; font-size: 1rem; }
.contents .table_normal thead th { padding: 10px; text-align: center; color: #000; font-weight: 500; border-left: 1px #faf9f7 solid; border-bottom: 1px #faf9f7 solid; word-break: break-all; background: #e8e1d6;  vertical-align: middle;}
.contents .table_normal thead th:first-child {border-left: none; }
.contents .table_normal thead th.line_l {border-left: 1px #faf9f7 solid; }
.contents .table_normal tbody th { background: #f1ede6;padding: 10px; text-align: center; color: #555; font-weight: 500; border-bottom: 1px #ddd solid; border-left: 1px #ddd solid; vertical-align: middle;}
.contents .table_normal tbody th:first-child {border-left: none; }
.contents .table_normal tbody th.bg { background: #e9e3dc;border-bottom: 1px #f6f6f6 solid;}
.contents .table_normal tbody th.last { border-bottom: 1px #ddd solid;}
/*.contents .table_normal tbody th { padding: 15px; text-align: center; font-size: 16px; color: #000; font-weight: 400; border-left: 1px #faf9f7 solid; border-bottom: 1px #faf9f7 solid; word-break: break-all; background: #f1ede6;  vertical-align: middle;}
.contents .table_normal tbody th:first-child {border-left: none; }*/
/*.contents .table_normal th:first-child { border-left: 0; }*/
.contents .table_normal td { padding: 10px; text-align: center; color: #555; border-bottom: 1px #ddd solid; border-left: 1px #ddd solid; vertical-align: middle;}
/*.contents .table_normal td:first-child {border-left: none; }*/
.contents .table_normal td.on { background: #f9e6e4; }
/*.contents .table_normal td:last-child { border-right: 0; }*/
.contents .table_normal td.txt_left { padding: 10px; text-align: left; vertical-align: top;}
.contents .table_normal td.line_no { border-left: none;}
.contents .table_normal td a{ word-break: break-all;}

table.curriculum{ width:100%; border-top: 1px #666 solid; table-layout: fixed; min-width: 640px; border-collapse: collapse; line-height: 1.5em; font-size: 1rem;}
table.curriculum th+td,table.curriculum td+td,table.curriculum th+th,table.curriculum td+th{border-left:1px solid #ddd}
table.curriculum > thead > tr > th{/*background: #e8e1d6;*/background:linear-gradient(to top, rgba(235,235,235,0.3), rgba(255,255,255,1), rgba(235,235,235,0.1)); border-bottom:1px solid #ddd;border-left: 1px #ddd solid;font-size: 1.1rem;color: #000; font-weight: 500;padding:15px; color: #fc6700;}
table.curriculum > thead > tr > th:first-child{border-left:none;}
table.curriculum > tbody > tr > th{background:#f8f4f4;color:#333;text-align:center;font-weight: 500;}
/*table.curriculum > tbody > tr > th+td{background:#faf7f7}*/
table.curriculum > tbody > tr > td{padding:15px;text-align:center;border-left:1px solid #ddd;border-bottom:1px solid #ddd;}
table.curriculum > tbody > tr > td.txt_left{text-align:left;padding-left:20px}
/*table.curriculum > tbody > tr > td+td+td{color:#000;font-weight:bold}
table.curriculum > tbody > tr > td:first-child{background:#faf7f7}*/
table.curriculum > tbody > tr > td.bg{background:#faf7f7}
table.curriculum > tbody+tbody>tr:first-child > th,table.curriculum > tbody+tbody>tr:first-child > td{border-top:1px solid #ddd;border-bottom:1px solid #ddd;}
table.curriculum > tbody+tbody>tr:first-child~tr > th,table.curriculum > tbody+tbody>tr:first-child~tr > td{border-top:1px solid #ddd;border-bottom:1px solid #ddd;}
table.curriculum > tbody+tbody>tr:last-child~tr > th,table.curriculum > tbody+tbody>tr:last-child~tr > td{border-bottom:1px solid #ddd}
table.curriculum > tbody > tr > td .curr{display:block;color:#a0a0a0}

table.course {width:100%; table-layout: fixed; min-width: 640px; border-collapse: collapse;line-height: 1.5em; font-size: 1rem;}
table.course > tbody > tr > td{border-top:1px solid #ebebeb;border-left:1px solid #ebebeb;padding:10px;}
table.course > tbody > tr > th{border-top:1px solid #ebebeb;border-left:1px solid #ebebeb;padding:10px;font-weight:500;}
table.course > tbody > tr > td:first-child,table.course > tbody > tr >th:first-child{border-left:0}
table.course > tbody > tr > td.rdbrdrt,table.course > tbody > tr >th.rdbrdrt{border-top:1px solid #900000}
table.course > tbody > tr > td.rdbrdrt2,table.course > tbody > tr >th.rdbrdrt2{border-top:1px solid #b9bec9}
table.course > tbody > tr > td.rdbrdrb,table.course > tbody > tr >th.rdbrdrb{border-bottom:1px solid #900000}
table.course > tbody > tr.rdbrdrt > td,table.course > tbody > tr.rdbrdrt > th{border-top:1px solid #900000}
table.course > tbody > tr.rdbrdrt2 > td,table.course > tbody > tr.rdbrdrt2 > th{border-top:1px solid #cacfd9}
table.course > tbody > tr.rdbrdrt3 > td,table.course > tbody > tr.rdbrdrt3 > th{border-top:1px solid #b9bec9}
table.course > tbody > tr.rdbrdrb > td,table.course > tbody > tr.rdbrdrb > th{border-bottom:1px solid #900000}
table.course > tbody > tr.tr1 > td,table.course > tbody > tr.tr1 > th{border-left:0}
table.course > tbody > tr.tr1 > th{color:#840101}
table.course > tbody > tr.tr1 > td{padding:20px;}
table.course > tbody > tr.tr1 > td > ul{border-left:1px dotted #ccc;text-align:left;}
table.course > tbody > tr.tr1 > td > ul > li{color:#333;line-height:17px;margin-left:24px;padding:3px 0 4px 13px}
table.course > tbody > tr > th.th0{color:#950000;}
table.course > tbody > tr > th.th1{background:#808699;border-top:1px solid #6f7891;color:#fff;}
table.course > tbody > tr > th.th1+th{border-left:1px solid #6f7891}
table.course > tbody > tr > th.th2{background:#bbc1d3;border-right:1px solid #cacfd9;color:#1c294e}
table.course > tbody > tr > th.th3{background:#cacfd9;border-right:1px solid #b9bec9;color:#556a94}
table.course > tbody > tr > th.th4{background:#e1e6ee;border-right:1px solid #d2d8e3;color:#7585a7}
table.course > tbody > tr > th.th5{background:#fbfbfb;text-align:left;padding-left:21px;}
table.course > tbody > tr > th.th5.type2{font-weight:normal;padding-left:8px}
table.course > tbody > tr > th.em2{color:#aa0101}
table.course > tbody > tr > td{color:#898e9b;text-align:center;}
table.course > tbody > tr > td .num{font-weight:600;color:#000}
table.course > tbody > tr > td .em1{color:#950000}
table.course > tbody > tr > td .txt{color:#898e9b;display:block;font-size:0.875rem}

.agree_div {
    height: 300px;
    padding: 30px;
    overflow-y: auto;
    border: 1px solid #ddd;
    font-size: 0.9rem;
    color: #666;
    background: #fff;
    margin: 16px 0;
}
.agree_div dl {
    margin-bottom: 20px;
}
.agree_div dl ul {
    margin-bottom: 15px;
}
.agree_div dd {
    margin-bottom: 10px;
}
.agree_div dl dt {
    font-weight: 500;
    color: #444;
}

.part { margin-bottom: 1.875rem; }
.part:last-child { margin-bottom: 0px; }
.part .part_tit { font-weight: bold; margin-bottom: 12px; }
.part .wrapper { line-height: 1.7em; padding-top: 0 !important;}
.part .part_tit.blue { color: #1057c4; }
.contact_info { border: 1px solid #ddd; padding: 1.5rem; background: #efefef; }
.part .from { margin-bottom: 16px; }
.part .from .txt_bd { margin-bottom: 4px; }

.company_tit {
    font-size: 1.125rem;
    font-weight: 500;
    color: #222;
    /*margin-right: 20px;*/
	margin-bottom: 10px;
    line-height: 1.5em;
}
.sub_container .contents .company_tit h3 {
    border-top: 1px #ccc dotted;
    padding-top: 1.5rem;
}
.sub_container .contents .company_tit:first-child h3 {
	border-top: none;
    padding-top: 0rem;
	margin: 0rem auto 1rem;
}
.terms_tit {text-align: center; margin-bottom: 40px;}
.terms { overflow: hidden; }
.terms dl { padding: 5px 4px; overflow: hidden; display: flex; }
.terms:first-child {
    border-top: 0;
}
.terms dl dt { color: #1057c4; font-weight: bold; font-size: 17px;
     /* float: left; */
      margin-right: 10px; } 
.company .section_div { border: 1px solid #ddd; padding: 20px; margin-bottom: 10px; }
.company .pd_list_con { float: none !important; }


/* contents 공통 */

.sub_container .contents {
}
.sub_container .contents i { 
	margin: 0 5px;
}
.sub_container .contents h3 {
	font-size: 1.6rem;
	font-weight: 600;
	margin: 2.5rem auto 1rem;
}
.sub_container .contents h3 span.no {
	width: 32px;
    height: 32px;
    background: #8b0029;
    border-radius: 35px;
    display: inline-block;
    margin-right: 5px;
    text-align: center;
    font-size: 1.25rem;
    color: #fff;
    line-height: 33px;
}
.sub_container .contents h4 {
	font-size: 1.375rem;
    font-weight: 600;
	margin: 1.5rem auto 0.6rem;
    color: #8b0029;
    letter-spacing: -1px;
	position: relative;
}
.sub_container .contents h4:before {
	font-family: "Font Awesome 5 Free" ;
    content: "\f044";
	font-weight: 900;
    margin-right: 10px;
	display: inline-block;
}
.sub_container .contents h5 {
	font-size: 1.25rem;
    font-weight: 500;
    margin: 1rem 0 0rem;
    color: #f76300;
}
.sub_container .contents h5 span {
	color: #666;
	font-size: 1.1rem;
	font-weight: 300;
	margin-left: 0px;
	padding: 0;
    display: inline-block;
}
.sub_container .contents h5 span.sub {
	position: relative;
	padding: 0 10px 0 15px;
	margin-left: 15px;
	font-size: 1.125rem;
	font-weight: 500;
	color: #333;
}
.sub_container .contents h5 span.sub:before {
	content: "";
    width: 2px;
    height: 18px;
    background: #ccc;
    position: absolute;
    top: 6px;
    left: 0;
}

.sub_container .contents h6 {
	font-size: 1.125rem;
    font-weight: 500;
    margin: 1rem 0 0.6rem;
}

.sub_container .contents p {
	line-height: 1.5em;
}

.tabcontent p {margin: 10px auto;}

ul.squre li {
	font-size: 1rem;
	/*color: #555;*/
	letter-spacing: -0.5px;
	padding: 0px 0 0 10px;
	margin: 8px 10px 8px 0;
	position: relative;
	text-align: left;
}
ul.squre li:before {
	content: '';
	width: 4px;
	height: 4px;
	position: absolute;
	top: 8px;
	left: 0;
	background: #9e9e9e;
}
ul.circle li {
	font-size: 1rem;
	/*color: #555;*/
	letter-spacing: -0.5px;
	padding: 0px 0 0 10px;
	margin: 8px 10px 8px 0;
	position: relative;
}
ul.circle li:before {
	content: '';
	width: 2px;
	height: 2px;
	position: absolute;
	top: 8px;
	left: 0;
	background: #666;
	border-radius: 2px;
}
ul.line li {
	font-size: 1rem;
	/*color: #555;*/
	letter-spacing: -0.5px;		
	margin: 8px 0;
	position: relative;
	padding-left: 22px;
	text-indent: -13px;
}
ul.line li:before {
	content: '- ';
	margin-right: 5px;
}
ul.bu_no li {
	font-size: 1rem;
	/*color: #555;*/
	letter-spacing: -0.5px;		
	margin: 8px 0;
	padding-left: 22px;
	text-indent: -22px;
	position: inherit;
}

.top_img { width: 100%; height: 350px; background-size: cover; margin: 0 auto 50px;}
.sub1_1 {background: url(../images/sub/1_1.png) no-repeat left; background-size: cover;text-align: right;display: flex; justify-content: flex-end; align-items: flex-end;} 
.sub1_1 p { font-size: 1.125rem; font-weight: 400; color: #d6cabc; margin-bottom: 50px;}
.sub1_1 span {font-size: 1.5rem; font-weight: 600; display: block; }
.sub1_1 img {height: 350px; margin-right: 100px;}
.sub1_2 {background: url(../images/sub/1_2.png) no-repeat center; background-size: cover;} 
.sub1_3 {background: url(../images/sub/1_3.png) no-repeat center; background-size: cover;} 
.sub1_4 {background: url(../images/sub/1_4.png) no-repeat center; background-size: cover;} 
.sub1_5 {background: url(../images/sub/1_5.png) no-repeat center; background-size: cover;} 
.sub1_6 {background: url(../images/sub/1_6.png) no-repeat center; background-size: cover;} 
.sub1_7 {background: url(../images/sub/1_7.png) no-repeat center; background-size: cover;} 
.sub1_8 {background: url(../images/sub/1_8.png) no-repeat center; background-size: cover;} 
.sub1_9 {background: url(../images/sub/1_9.png) no-repeat center; background-size: cover;} 

.sub2_1 {background: url(../images/sub/2_1.png) no-repeat center; background-size: cover;} 
.sub2_2 {background: url(../images/sub/2_2.png) no-repeat center; background-size: cover;} 
.sub2_3 {background: url(../images/sub/2_3.png) no-repeat center; background-size: cover;} 

.sub3_1 {background: url(../images/sub/3_1.png) no-repeat center; background-size: cover;} 
.sub3_2 {background: url(../images/sub/3_2.png) no-repeat center; background-size: cover;} 
.sub3_3 {background: url(../images/sub/3_3.png) no-repeat center; background-size: cover;} 
.sub3_4 {background: url(../images/sub/3_4.png) no-repeat center; background-size: cover;} 
.sub3_5 {background: url(../images/sub/3_5.png) no-repeat center; background-size: cover;} 
.sub3_6 {background: url(../images/sub/3_6.png) no-repeat center; background-size: cover;} 
.sub3_7 {background: url(../images/sub/3_7.png) no-repeat center; background-size: cover;} 
.sub3_8 {background: url(../images/sub/3_8.png) no-repeat center; background-size: cover;} 

.sub4_1 {background: url(../images/sub/4_1.png) no-repeat center; background-size: cover;} 
.sub4_3 {background: url(../images/sub/4_3.png) no-repeat center; background-size: cover;} 
.sub4_4 {background: url(../images/sub/4_4.png) no-repeat center; background-size: cover;} 
.sub4_5 {background: url(../images/sub/4_5.png) no-repeat center; background-size: cover;} 
.sub4_6 {background: url(../images/sub/4_6.png) no-repeat center; background-size: cover;} 
.sub4_7 {background: url(../images/sub/4_7.png) no-repeat center; background-size: cover;} 
.sub4_8 {background: url(../images/sub/4_8.png) no-repeat center; background-size: cover;} 
.sub4_9 {background: url(../images/sub/4_9.png) no-repeat center; background-size: cover;} 

.sub5_1 {background: url(../images/sub/5_1.png) no-repeat center; background-size: cover;} 
.sub5_2 {background: url(../images/sub/5_2.png) no-repeat center; background-size: cover;} 
.sub5_3 {background: url(../images/sub/5_3.png) no-repeat center; background-size: cover;} 
.sub5_4 {background: url(../images/sub/5_4.png) no-repeat center; background-size: cover;} 
.sub5_5 {background: url(../images/sub/5_5.png) no-repeat center; background-size: cover;} 
.sub5_6 {background: url(../images/sub/5_6.png) no-repeat center; background-size: cover;} 
.sub5_7 {background: url(../images/sub/5_7.png) no-repeat center; background-size: cover;} 
.sub5_8 {background: url(../images/sub/5_8.png) no-repeat center; background-size: cover;} 

.sub6_1 {background: url(../images/sub/6_1.png) no-repeat center; background-size: cover;} 
.sub6_2 {background: url(../images/sub/6_2.png) no-repeat center; background-size: cover;} 
.sub6_3 {background: url(../images/sub/6_3.png) no-repeat center; background-size: cover;} 
.sub6_4 {background: url(../images/sub/6_4.png) no-repeat center; background-size: cover;} 

/* 인사말 */
.greeting_top {width: 100%; height: auto; min-height: 280px; padding: 3.75rem 3.125rem; margin: 0px auto 3.125rem; border: 1px #ddd solid; /*box-shadow: 0px 15px 20px -10px rgb(0 0 0 / 15%);*/ background: url(../images/sub/greeting_img_new.png?ver=1.0) #e0d7cc no-repeat right bottom; background-size: 320px; font-size: 1.875rem; color: #555;}
.greeting_top p {width: 85%;line-height: 2.5rem !important;}
.greeting_top span {font-weight: 600; color: #8b0029; }

.greeting_wrap { margin: 30px auto 0; overflow: hidden; }
.greeting_txt { width: 100%; font-size: 1.125rem; line-height: 1.6em; }
.greeting_txt p { margin-bottom: 18px; color: #4b4b4b; }
.greeting_txt .sign { font-size: 1.875rem; font-weight: 600; color: #333; margin-top: 10px; display: inline-block;}
.greeting_txt .align_r { font-size: 1.25rem; font-weight: 500; color: #333; }


/* 비전 */
.vision_top { width: 100%; display: flex; flex-wrap: wrap; align-content: center; justify-content: center; }
.vision_top img { width: 560px; }
.vision_top p { width: calc(100% - 610px); font-size: 1.625rem; color: #333;padding-top: 3.125rem;margin-left: 3.125rem;}
.vision_top p span.co01 { font-weight: 600; color: #8b0029; }
.vision_top p span.co02 { font-weight: 600; color: #eb6100; }

.vision_wrap {width: 100%; }
.vision_wrap ul { overflow: hidden; display: flex; flex-wrap: wrap; justify-content: center; align-items: stretch; }
.vision_wrap ul li { width: calc((100% - 90px) /4);  margin-right: 1.875rem; }
.vision_wrap ul li:nth-child(4n) { margin-right: 0px; }
.vision_wrap ul li .vision_img { width: 100%; height: 200px;  }
.vision_wrap ul li .img01 {background: url(../images/sub/vision01.png) no-repeat center;background-size: cover;}
.vision_wrap ul li .img02 {background: url(../images/sub/vision02.png) no-repeat center;background-size: cover;}
.vision_wrap ul li .img03 {background: url(../images/sub/vision03.png) no-repeat center;background-size: cover;}
.vision_wrap ul li .img04 {background: url(../images/sub/vision04.png) no-repeat center;background-size: cover;}
.vision_wrap ul li .vision_con { }
.vision_wrap ul li .vision_con .vision_tit {font-size: 1.25rem; font-weight: 500; margin: 1.25rem 0 0.625rem; }
.vision_wrap ul li .vision_con p {}

.vision_box { font-size: 32px; font-weight: 300; color: #555; text-align: center; letter-spacing: -1.0px; line-height: 1.5em; word-break:keep-all; width: 100%; background: #ebebeb;padding: 20px;box-sizing: border-box;}

.feature_wrap {width: 100%; }
.feature_wrap ul { overflow: hidden; }
.feature_wrap ul li { width: 100%; height: auto; margin-top: 10px; padding: 15px 20px; box-sizing: border-box; background: #fff;border-left: 5px #8b0029 solid;border-right: 1px #ddd solid;border-top: 1px #ddd solid;border-bottom: 1px #ddd solid;  font-size: 1.125rem; font-weight: 400; }
.feature_wrap ul li:first-child { margin-top: 0px; }


.history_wrap {width: 100%; margin: 0px auto;}
.history_wrap .con { display: flex; justify-content: space-between; margin-top: 20px; background: #fff; padding: 30px 0; box-sizing: border-box; }
.history_wrap .con:first-child { margin-top: 0px; }
.history_wrap .con .year { width: 240px; font-size: 2rem; font-weight: 600; text-align: center; margin: 10px 0; }
.history_wrap .con ul { width: calc(100% - 240px); }
.history_wrap .con ul li {
	font-size: 1rem; 
	position: relative; 
    padding-left: 15px;
    margin: 10px 0;
}
.history_wrap .con ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #d6cabc;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 8px;
    left: 0px;
}
.history_wrap .con ul li.non:before {
    content: "";
    width: 4px;
    height: 4px;
    background: none;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 8px;
    left: 0px;
}

.award {width: 100%; /*margin: 50px auto;*/}
.award .con { display: flex; justify-content: space-between; margin-top: 20px; background: #fff; padding: 40px 40px 40px 0; box-sizing: border-box; }
.award .con .year { width: 240px; font-size: 2rem; font-weight: 600; text-align: center; }
.award .con p { width: calc(100% - 240px); }

.president {width: 100%; margin: 0px auto; display: flex; flex-wrap: wrap; align-items: stretch;padding-top: 10px; }
.president .con { width: calc((100% - 90px) /4); margin-bottom: 1.875rem; margin-right: 1.875rem; padding: 30px 0 20px; box-sizing: border-box; text-align: center; background: #fff;position: relative;  }
.president .con:nth-child(4n) { margin-right: 0px;}
.president .con .img {width: 200px;height: 206px;margin: 0 auto;}
.president .con .img img {width: 100%;    height: 100%;}
.president .con .name { font-size: 1.5rem; font-weight: 600; border-top: 1px solid #e8e8e8; padding: 20px 0 5px;}
.president .con .name span {font-size: 1rem;  font-weight: 400;}
.president .con .major { font-size: 1.25rem; font-weight: 600; margin: 15px 0 10px; padding-bottom: 10px; color: #8b0029;}
/*.president .con:after {
	content: '';
    display: block;
    background: #8b0029;
    width: 34px;
    height: 3px;
    margin-left: -17px; 
	position: absolute; 
	top: 0;
	left: 50%;
	
}*/
.president .con .period { font-size: 1rem;  font-weight: 400; color: #666; }
.president .symbol {
    background: url(../images/sub/symbol_s.png) top center no-repeat #fff;
	background-size: 25px;
}

.diagram_wrap { display: flex; margin-bottom: 20px;flex-wrap: wrap; align-items: stretch;}
.diagram_wrap_s { display: flex; justify-content: flex-start;align-items: stretch;flex-wrap: wrap;margin-bottom: 20px;}
.diagram_wrap_o { display: flex; justify-content: flex-start;align-items: stretch;flex-wrap: wrap;}
.dia { width: auto; }
.dia3 { width: calc((100% - 60px) /3); }
.dia4 { width: calc((100% - 90px) /4); }
.dia5 { width: calc((100% - 120px) /5); }
/*.dia:first-child { margin-left: 0px; }
.dia:first-child:before { display: none; }
.dia:before {
	font-family: "Font Awesome 5 Free" ;
    content: "\f054";
	font-weight: 900;
	color: #9d8778;
	position: absolute;
	top: 50%;


	left: 50%;
}*/
.diagram_wrap .tit { width: 100%;  background: #9d8778; font-size: 1.1rem; color: #fff; font-weight: 500; text-align: center; border-top-left-radius: 5px; border-top-right-radius: 5px; padding: 10px 0; height: 40px; }
.diagram_wrap .con { width: 100%; background: #fff; border: 2px #9d8778 solid; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; padding:10px;height: calc(100% - 40px);}
.diagram_wrap_s .con1 { border-radius: 40px; padding:10px 25px; text-align: center;height: 100%;background: #e9e3dc; box-sizing: border-box; /* font-size: 0.938rem; */ font-weight: 400; display: flex; flex-wrap: wrap; align-items: center;justify-content: center;}
.diagram_wrap .con2 {  width: 100%; background: #d6cabc; color: #555; border-radius: 5px; padding:10px; text-align: center;height: 100%;text-align: center;align-items: center; display: flex; flex-wrap: wrap; justify-content: center; }
.diagram_wrap .con2 i { font-size: 0.8rem; display: block;}
.diagram_wrap .con2.co02 { background: #bba893; }
.diagram_wrap .con2.co03 { background: #9d8778; color: #fff;  }
.diagram_wrap .arrow { width: 30px; text-align: center; font-weight: 900; color: #9d8778; font-size: 1.5rem; align-self: center;}
.arrow { width: 30px; text-align: center; font-weight: 900; color: #9d8778; font-size: 1.5rem; align-self: center;}
.arrow_l { width: 30px; text-align: center; font-weight: 900; color: #9d8778; font-size: 1.5rem; align-self: center;}
.arrow2 { width: 33.33%; text-align: center; font-weight: 900; color: #9d8778; font-size: 1.5rem; align-self: center;margin: 5px 0;}
.arrow2_l {}
.arrow2_r {display: flex; justify-content: end;}
.diagram_wrap_o .con3 {width: 100%; background: #e9e3dc; border-radius: 5px; padding:10px; text-align: center;height: 100%;text-align: center;align-items: center; display: flex; flex-wrap: wrap; justify-content: center; border: 2px #d6cabc solid; min-height: 70px;}

.down_wrap { background: #ebebeb; padding: 15px; margin-top: 10px;}
.down_wrap a { display: inline-block; margin-left: 15px; color: #9d8778; font-weight: 400; line-height: 2rem;  }
/*.down_wrap a:first-child { margin-left: 0px; }*/
.down_wrap a i {margin-left: 5px; }

.grey_box { background: #ebebeb; padding: 20px; margin: 10px 0; }
.grey_box_b { background: #ebebeb; padding: 20px; margin: 10px 0; border: 1px #ddd solid;}
.grey_box h6:first-child {  margin: 0rem 0 0.6rem; }
.line_box { padding: 20px; margin: 10px 0; border: 1px #ddd solid; }
.flex .tit { margin: 8px 20px 0 10px; font-weight: 600; }
.flex_r { flex-direction: row-reverse; }

.map_wrap { width: 100%; background: url(../images/sub/map.png) no-repeat center; height: 500px; border: 1px #ccc solid;}

/* 학과안내*/
.tab_wrap { width: 100%;display: flex; justify-content: flex-start; margin-bottom: 40px; flex-wrap: wrap; }
.tab_wrap .tab {width: auto; height: 50px; line-height: 1rem; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; background: #ededed; border-top: 1px #ccc solid; border-right: 1px #ccc solid; border-bottom: 1px #ccc solid; text-align: center;font-size: 1.1rem; font-weight: 400;  color: #333; padding: 0 25px; cursor: pointer;}
.tab_wrap .tab:first-child { border-left: 1px #ccc solid;  }
.tab_wrap .tab.active:first-child { border-left: 1px #8b0029 solid;  }
.tab_wrap .tab.active {background: #8b0029; border-top: 1px #8b0029 solid; border-right: 1px #8b0029 solid; border-bottom: 1px #8b0029 solid; color: #fff; }
.tab_wrap .tab.seven {width: calc((100% - 12px) /7); height: 50px;  line-height: 1rem; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; background: #555; border: 0; text-align: center;font-size: 1rem; font-weight: 400; color: #fff;border-radius: 3px; margin-right: 2px; padding: 0; cursor: pointer; margin-bottom: 2px;}
.tab_wrap .tab.seven:nth-child(7n) { margin-right: 0px;  }
.tab_wrap .tab.seven.active {background: #8b0029; color: #fff; }
.tab_wrap .tab.eight {width: calc((100% - 14px) /8); height: 50px;  line-height: 1rem; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; background: #555; border: 0; text-align: center;font-size: 1.1rem; font-weight: 400; color: #fff;border-radius: 3px; margin-right: 2px; padding: 0; cursor: pointer; margin-bottom: 2px;}
.tab_wrap .tab.eight:nth-child(8n) { margin-right: 0px;  }
.tab_wrap .tab.eight.active {background: #8b0029; color: #fff; }

.tab_wrap_r { width: 100%;display: flex; justify-content: flex-start; flex-wrap: wrap; }
.tab_wrap_r .tab.five {width: calc((100% - 12px) /5); height: 50px; line-height: 1rem; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; background: #555; border: 0; text-align: center;font-size: 1.1rem; font-weight: 400; color: #fff;border-radius: 3px; margin-left: 2px; margin-bottom: 2px; padding: 0; cursor: pointer; }
.tab_wrap_r .tab.six {width: calc((100% - 12px) /6); height: 50px; line-height: 1rem; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; background: #555; border: 0; text-align: center;font-size: 1.1rem; font-weight: 400; color: #fff;border-radius: 3px; margin-left: 2px; margin-bottom: 2px; padding: 0; cursor: pointer; }
.tab_wrap_r .tab.active {background: #8b0029; border-top: 1px #8b0029 solid; border-right: 1px #8b0029 solid; border-bottom: 1px #8b0029 solid; color: #fff; }

.tab_big_wrap { width: 100%;display: flex; justify-content:flex-start; flex-wrap: wrap;margin: 30px auto 30px; }
.tab_big_wrap .tab {display: flex; flex-wrap: wrap; align-items: center; justify-content: center; text-align: center;font-size: 1.1rem; font-weight: 400;  color: #666; padding: 10px; cursor: pointer; border-top: 1px #ccc solid; border-right: 1px #ccc solid; border-left: none; border-bottom: 1px #ccc solid; background: #f0f0f0; }
.tab_big_wrap .tab:first-child {border-left: 1px #ccc solid;}
.tab_big_wrap .tab.tab02 { width: calc(100% / 2);}
.tab_big_wrap .tab.tab03 { width: calc(100% / 3);}
.tab_big_wrap .tab.tab04 { width: calc(100% / 4);}
.tab_big_wrap .tab.tab05 { width: calc(100% / 5);}
.tab_big_wrap .tab.tab06 { width: calc(100% / 6);}
.tab_big_wrap .tab.tab07 { width: calc(100% / 7);}
.tab_big_wrap .tab.tab08 { width: calc(100% / 8);}
.tab_big_wrap .tab.point {color: #000; font-weight: 600; }
/*.tab2_wrap .tab:after {    
	content: '';
    width: 2px;
    height: 25px;
    background: #ccc;
    position: absolute;
    top: 4px;
    left: 0;}
.tab2_wrap .tab:first-child:after { display: none; }*/
.tab_big_wrap .tab.active { color: #8b0029; font-weight: 500; border-top: 3px #8b0029 solid; background: #fff; }
.tab_big_wrap .tab:hover { color: #8b0029; }


/* 입학안내*/
.admission_box {width: 100%;padding: 1.875rem;background: #fff;border: 1px #ddd solid;/* border-top: 3px #8b0029 solid; */margin: 0 auto 40px;/* background: #fff; */background-size: 250px;display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;}
.admission_box_l { width: 35%; }
.admission_box_r { width: 65%;}
.admission_box .tit { font-size: 1.6rem; font-weight: 600; line-height: 2.2rem; }
.admission_box .tit span {font-size: 1.75rem;display: block;line-height: 1.2em;}
.admission_box .btn_down_wrap {margin: 0px 0 0px;display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;}
.admission_box .btn_down_wrap button { margin-left: 10px; font-size: 1.125rem;}
.admission_box .btn_down_wrap button:last-child { background: #8b0029;}
.admission_box .btn_link_wrap { margin: 30px 0; }
.admission_box .btn_link_wrap .btn_link { border: 1px #ccc solid; background: #fff; color: #333; }
.admission_box .btn { min-width: 250px;}

/* FAQ */
/* 웹 */
.faq_list {border-top: 2px solid #000;}
.faq_list dt {overflow: hidden; height: auto; padding: 20px; cursor: pointer; border-bottom: 1px solid #ddd; position: relative;}

.faq_list dt:after {
    content: '';
    display:inline-block;
    width:9px;
    height:9px;
    margin:-9px auto;
    vertical-align:middle;
    border-right:2px solid #aaa;
    border-top:2px solid #aaa;
    transform:rotate(135deg);
    position:absolute;
    top: 50%;
    right: 8px;
    transition: 0.5s;
}
.faq_list dt.on:after {
    content: '';
    display:inline-block;
    width:9px;
    height:9px;
    margin:-9px auto;
    vertical-align:middle;
    border-right:2px solid #aaa;
    border-top:2px solid #aaa;
    transform:rotate(-45deg);
    position:absolute;
    top: 50%;
    right: 8px;
    transition: 0.5s;
}
.faq_list dt .tit_q { width: 40px; height: 40px;  background: #8b0029; border-radius: 20px; color: #fff; line-height: 38px; text-align: center; margin-right: 20px; display: none;}
.faq_list dt .tit { width: 100%; font-size: 1.125rem; font-weight: 400;display: flex; align-items: center; flex-wrap: wrap; }
.faq_list dd {display: none; height: auto; padding: 20px; border-bottom: 1px solid #ddd; }
.faq_list dd .tit_a {width: 40px; height: 40px;  background: #f0f0f0; border-radius: 20px; color: #333; line-height: 38px; text-align: center; margin-right: 20px;}
.faq_list dd .list_con { width:100%; }
.faq_list dt p { width: calc(100% - 20px); }
.faq_list dt .cate {
    color: #555;
    font-weight: 400;
    margin-right: 15px;
    padding-right: 15px;
	position: relative;
}
.faq_list dt .cate:after {
    content: '';
    display: inline-block;
    margin: 0 0px;
    width: 2px;
    height: 16px;
    background: #d0d0d0;
    position: absolute;
    right: 0px;
    top: 6px;
}
.faq_list dt .code {
    font-weight: 400;
    color: #555;
    padding-right: 15px;
	position: relative;
}
.faq_list dt .code:after {
    content: '';
    display: inline-block;
    margin: 0 0px;
    width: 2px;
    height: 16px;
    background: #d0d0d0;
    position: absolute;
    right: 0px;
    top: 6px;
}
.faq_list dt .subject {
    font-size: 18px;
    color: #111;
    font-weight: 500;
}

/*login*/
.login_wrap { width:400px; margin:1.125rem auto; overflow: hidden; }
.login_wrap .login_input { width:100%; margin:0 auto; }
.login_wrap .login_input .txt_box { width:100%;padding:0 10px;height:50px;line-height:50px;box-sizing:border-box;}
.login_wrap .login_input select.txt_box {border: 1px solid #e2e2e2;padding:0px 10px; margin:5px 0;border-radius: 5px;font-size:1rem; }
.login_wrap input[type=text] { background: #fff; border:1px solid #e2e2e2; padding:0px 10px; height:46px; margin:5px 0;border-radius: 5px;font-size:1rem; }
.login_wrap input[type=password] { background: #fff; border:1px solid #e2e2e2; padding:0px 10px; height:46px; margin:5px 0;border-radius: 5px; font-size:1rem;}
.login_input input[type=submit] { width:100%; border:0; height:50px; line-height:50px; background:#8b0029; color:#fff; font-size:1rem; cursor:pointer; margin-top:10px; margin-bottom:10px; border-radius: 5px;  }
.login_input input[type=submit]:hover, .login_input input[type=submit]:active { background:#8b0029; }
.login_footer { width:100%; text-align:center; }
.login_footer .remember_id { width:100%; margin:0 auto; padding-bottom:20px; text-align:left; border-bottom:1px dotted #666; }
.login_footer .id_pw { width:100%; margin:0 auto; padding:10px 0; text-align:center; }
.login_footer a {color:#333; font-size: 1rem; font-weight: 400;}
.login_footer a:hover {color:#00b6ad;text-decoration:underline;}
.login_footer p { text-align:left;}
.login_box { width:100%; margin:0 auto; text-align:left; }
.login_box_l { float:left; width:50%; }
.login_box_r { float:right; width:50%; }

/*학과소개*/
.major_wrap { width: 100%; }
.major_box { width: 100%; display: flex; margin: 0 auto 22px; flex-wrap: wrap; background: #fff; padding: 20px 0;}
.group { width: calc(100% / 6);text-align: center; border-left: 1px #ddd dotted; padding: 0px 20px;}
.group_100 { width:100%;text-align: center; padding: 0px 20px;}
.group:first-child { border-left: none;}
.major_tit { font-size: 1.1rem; font-weight: 500;  margin: 10px 0;}
.major_sub_tit { font-weight: 500; margin: 10px 0; }
.pro_info .btn_wrap {
	position: absolute;
    top: 0;
    right: 0;
	padding: 1.875rem;
    display: flex;
    flex-wrap: wrap;
}
.major_btn{ 
	width: 30px;
    height: 30px;
    line-height: 30px !important;
    padding: 3px 0;
    background: #e8e1d6;
    border-radius: 15px;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 400;
    display: inline-block;
    color: #333;
    margin-right: 5px;
}
.major_btn .material-icons { 
	font-size: 20px;
}

.view_btn{ 
	width: 50px;
    height: 30px;
    line-height: 30px !important;
    background: #e8e1d6;
    border-radius: 15px;
    text-align: center;
    font-size: 0.813rem;
    font-weight: 400;
    display: inline-block;
    color: #333;
}
.btn_all {
	width: 150px;
    height: 40px;
    line-height: 40px !important;
    background: #e8e1d6;
    border-radius: 3px;
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
    display: block;
	margin: 10px auto;	
}
.group_s {width: 33.333%;text-align: center; border-left: 1px #ddd solid; padding: 10px 0;}

.major_wrap .major_box .group ul.bu_no li { padding-left: 0px !important; text-indent: 0px !important;}

/*.group_s ul.bu_no { display: flex; flex-wrap: wrap;}
.group_s ul.bu_no li { width: 50%;}*/

/*.major_btn.more:after { 
	font-family: "Font Awesome 5 Free" ;
    content: "\f101";
	font-weight: 900;
    margin-right: 10px;
	display: inline-block;
	position: absolute;
	right:0;
}
.major_btn.home:after { 
	font-family: "Font Awesome 5 Free" ;
    content: "\f19c";
	font-weight: 900;
    margin-right: 10px;
	display: inline-block;
	position: absolute;
	right:0;
}
.major_btn.down:after { 
	font-family: "Font Awesome 5 Free" ;
    content: "\f1c1";
	font-weight: 900;
    margin-right: 10px;
	display: inline-block;
	position: absolute;
	right:0;
}
*/

/* 학과소개 레이어팝업 - 사용 안함
.directions { display:none; width:80%; max-width: 1200px; height:auto; margin:0 auto; background:#fff; box-sizing: border-box; border: 1px #333 solid; border-radius: 5px; padding: 50px;  }
.directions .tit_wrap { width: 100%; text-align: center;}
.directions .tit {font-size:2.5rem; color:#333; font-weight: 500; line-height: 1em; }
.directions .sub_tit {font-size:1.5rem; color:#999; margin-top: 10px; }
.directions .detail_wrap { width: 100%; overflow: hidden; display: flex; justify-content: space-between; flex-wrap: wrap; }
.directions .detail_wrap .detail_img { width: 500px; height: 100%; padding: 3rem 0; box-sizing: border-box; text-align:center; border-top-left-radius: 20px;  }
.directions .detail_wrap .detail_img img { width: auto; max-width: 100%; max-height:830px; }
.directions .detail_wrap .info_wrap { width: calc(100% - 500px); height: 100%; padding: 3rem 0 3rem 3rem; box-sizing: border-box; background: #fff; border-top-right-radius: 20px;  }
.directions .detail_wrap .info_wrap .code {font-size:1.1rem; color:#333; font-weight: 400; }
.directions .detail_wrap .info_wrap .code span { float: right; font-size:1rem; color:#999;}
.directions .detail_wrap .info_wrap p {margin-top: 20px;}
.directions .detail_wrap .detail_img .major_btn { width: calc((100% - 4px) /2); max-width: none;}
.pop_btn_area {width:100%;text-align:center;margin:20px auto 0; overflow: hidden; }
.btn_popup { cursor: pointer;}
.directions .pop_close { cursor: pointer; position: absolute;top: 1rem;right: 1rem;}
.directions .pop_close img {width: 20px;}
.faculty_wrap {width: 100%; overflow: hidden; }
.faculty_wrap .faculty_tit {font-size:1.5rem; font-weight: 500; margin-bottom: 20px; }

.directions .table_normal { width:100%; border-top: 1px #ddd solid; table-layout: fixed; min-width: 320px; border-collapse: collapse; line-height: 1.5em; }
.directions .table_normal thead th { padding: 10px; text-align: center; font-size: 1rem; color: #000; font-weight: 500; border-bottom: 1px #ddd solid; word-break: break-all; background: #f6f6f6;  vertical-align: middle;}
.directions .table_normal tbody th { padding: 10px; text-align: center; font-size: 1rem; color: #555; font-weight: 500; border-bottom: 1px #ddd solid; vertical-align: middle;}
.directions .table_normal td { padding: 10px; text-align: center; font-size: 1rem; color: #555; border-bottom: 1px #ddd solid;vertical-align: middle;}
.directions .table_normal td.txt_left { padding: 10px; text-align: left; vertical-align: top;}
*/

/* 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 {
	display: flex;
	flex-wrap: wrap;
}
.pro_view_wrap .pro_img {
    width: 220px;
	height: 306px;
    border-right: 1px solid #ddd;
	text-align:center;
	overflow:hidden;
}

.pro_view_wrap .pro_img img {
    height:100%;
}

.pro_view_wrap .pro_info {
    width: calc(100% - 220px);
    padding: 40px;
}

.pro_view_wrap .pro_info .pro_name {
    font-size: 1.375rem;
    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: 20px;
}

.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 .pro_info .info_wrapper .pro_info_list li span {
	font-weight: 500;
	width: 100px;
	display: inline-block;
}
.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;
	border-left: 1px #ddd dotted;
}

.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 .pro_info .bar {
	margin: 0px 10px 0 10px;
    color: #ddd;
    width: 5px !important;
}

.pro_view_wrap .wrap_text span {
	font-weight: 500;
	line-height: 1.7em;
}
.pro_view_wrap .wrap_text span.year:first-child { margin-top: 0px}
.pro_view_wrap .wrap_text span.year { 	display: inline-block; margin-right: 5px; margin-top: 22px; color: #fc6700; font-size: 18px; }
.pro_view_wrap .wrap_text span.option { margin-right: 10px; color: #947c63; }
.pro_view_wrap .wrap_text span.option_wrap {
	min-width: 135px;
	font-weight: 400;
	display: inline-block;

}
.pro_view_wrap .wrap_text span.num { margin-right: 10px; color: #947c63; }
.pro_view_wrap .wrap_text span.num_wrap {
	font-weight: 400;
	display: block;
}
.pro_view_wrap .wrap_text p {
	display: inline-block;
}

.open_area {
    height: 173px;
    overflow: hidden;
}

.open_area.on {
    height: auto;
	transition: height .2s;
}

.btn_more {
    color: #8b0029;
    font-weight: bold;
	margin-top: 8px;
	display:block;
	cursor: pointer;
}

/* 외국인입학 조기전형 매뉴얼 레이어팝업 */
.directions { display:none; width:100%; max-width: 1280px; height:auto; margin:0 auto; box-sizing: border-box; padding: 42px 0 0 0;  }
.directions .video_wrap { width: 100%; text-align: center;}
.directions .pop_close { cursor: pointer; position: absolute;top: 0;right: 0;background: #8b0029;
    width: 42px;
    height: 42px;
    text-align: center;
    padding: 10px;
}
.directions .pop_close img {width: 20px;}

/* 찾아오시는길 */
/* 대중교통안내 */
.traffic_wrap { width: 100%; overflow: hidden;  }
.traffic { display: flex; border-bottom: 1px #ddd solid; padding: 10px 0;}
.traffic:first-child { border-top: 1px #ddd solid;  }
.traffic_tit { width: 220px; font-size: 1.25rem; font-weight: 500; margin: 5px 0; /*line-height: 40px;*/ }
.traffic_con { width: calc(100% - 260px); }
.traffic_con dl {display: flex; flex-wrap: wrap;  align-items: center;}
.traffic_con dl dt { width: 120px; height: 40px; line-height: 40px; margin: 5px 10px 5px 0;  }
.traffic_con dl dt span { width: 120px; height: 35px; font-weight: 400; line-height: 35px; text-align: center; background: #e8e1d6; border-radius: 20px; display: inline-block; }
.traffic_con dl dd { width: calc(100% - 130px); margin: 5px 0; /*line-height: 40px;*/ }

.graph { width: 100%; height: 448px; background: url(../images/sub/carrer.png) no-repeat center; position: relative; }
.graph .info { position: absolute; bottom: 0; right:0; width: 200px; }
.graph .info ul {  }
.graph .info ul li { 
	display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    height: 26px;
    margin: 5px 0; 
}
.graph .info ul li span {}
.graph .info ul li .box { 
	width: 50px;
    height: 24px;
    display: inline-block;
    margin-right: 10px;
}
.graph .info ul li .box.bg01 { background: #e65f68;  }
.graph .info ul li .box.bg02 { background: #4c9adb;  }
.graph .info ul li .box.bg03 { background: #ff9c33;  }
.graph .info ul li .box.bg04 { background: #5e73d7;  }
.graph .info ul li .box.bg05 { background: #7c8a98;  }
.graph .info ul li .box.bg06 { background: #cab185;  }
.carrer_wrap {width: 100%; display: flex; flex-wrap: wrap;  align-items: stretch; justify-content: center; margin: 30px auto 0;}
.carrer_wrap .carrer {width: calc((100% - 20px) /3); margin-right: 10px;margin-top: 10px; border: 1px #ddd solid;/*border-radius: 10px;*/background: #fff; }
.carrer_wrap .carrer:nth-child(3n) {margin-right: 0px; }
.carrer_wrap .carrer .tit { width: 100%; height: 55px; line-height: 50px; font-size: 1.25rem; font-weight: 600; color: #333; padding: 0 20px 5px; background: #fff; border-bottom: 1px #ddd solid;/*border-top-left-radius: 10px;border-top-right-radius: 10px;*/}
.carrer_wrap .carrer .tit span { font-size: 1rem; font-weight: 400; color: #333;margin-left: 10px; display: inline-block; text-align: right;float: right;}
.carrer_wrap .carrer .tit span strong {font-size: 1.25rem; font-weight: 600; }
.carrer_wrap .carrer .tit.bg01 { border-top: 5px solid  #e65f68; color: #e65f68; }
.carrer_wrap .carrer .tit.bg02 { border-top: 5px solid  #4c9adb; color: #4c9adb; }
.carrer_wrap .carrer .tit.bg03 { border-top: 5px solid  #ff9c33; color: #ff9c33; }
.carrer_wrap .carrer .tit.bg04 { border-top: 5px solid  #5e73d7; color: #5e73d7; }
.carrer_wrap .carrer .tit.bg05 { border-top: 5px solid  #7c8a98; color: #7c8a98; }
.carrer_wrap .carrer .tit.bg06 { border-top: 5px solid  #cab185; color: #cab185; }
.carrer_wrap .carrer ul {padding: 20px; }

/*오시는길 1
.address_wrap { width: auto; text-align: center; overflow: hidden; margin: 30px auto 50px; }
.address_wrap .t { font-size: 1.725rem; margin:16px 0px; }
.address_wrap .c { font-size: 1.25rem; margin:0px 20px; display: inline; }
.address_wrap span {font-weight: bold; }

.traffic_wrap { width: 100%; overflow: hidden;}
.traffic_wrap .traffic_half { width: 50%; float: left; }
.traffic_wrap .traffic_half .parking { width: 80px; height: 80px; background: url(../images/sub/parking.png) no-repeat center #293F73; border-radius: 40px;  float: left; }
.traffic_wrap .traffic_half .subway { width: 80px; height: 80px; background: url(../images/sub/subway.png) no-repeat center #293F73; border-radius: 40px; float: left; }
.traffic_wrap .traffic_half .txt { width: calc(100% - 120px); margin-left: 20px; float: left; font-size: 1rem;}
.traffic_wrap .traffic_half .txt p { margin-bottom: 5px; font-weight: 500; font-size: 1.125rem;}
.traffic_wrap .traffic_half .txt span.co { font-weight: bold;color: #293F73; }
*/

/*대학원생연구공간 및 복지시설*/
.img_wrap_l { 
	margin: 10px auto;
    width: 100%;
    text-align: center;
    background: #ebebeb;
    padding: 30px; 
}
.img_wrap_l img {
	border: 1px #ddd solid;
	width: 100%;
	max-width: fit-content;
}
.img_wrap_l iframe {
	min-width: 800px;
    min-height: 450px;	
}
.img_wrap {
	margin: 10px auto;
    width: 100%;
    text-align: center;
}
.img_wrap img {
	width: fit-content;
}

/*오시는길 2*/
.map {
	position: relative;
}
.map_info .map_tit {
	font-weight: 500;
	color: #293F73;
	margin-top: 5px;
}

/* 뉴스-캘린더 */
#calendar { margin-bottom:50px; }

.fc-toolbar .fc-left { display: none; }
.fc-toolbar .fc-right { display: none; }
.fc-toolbar h2 { font-size: 1.875rem; color: #000; font-weight: 600; line-height: 1em; padding: 0 50px; display: inline-block; }
.fc th, .fc td {
    background: rgba(255, 255, 255, 0.5);
}

.fc-event-container .fc-event {
    background:#53493f;
    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;
    right: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: #53493f;
    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: #d6cabc;
    color: #222;
    font-weight: 500;
    font-size: 1.125rem;
	border-color: #faf9f7;
}
.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;
}

/* sitemap */
.sitemap {
	display: flex;
	line-height: 2rem;
	flex-wrap: wrap;
}
.sitemap .depth_tit {
	font-size: 1.25rem;
	font-weight: 500;
	border-bottom: 1px #8b0029 solid;
	padding-bottom: 10px; 
}
.sitemap .sitemap_depth {
	width: calc((100% - 180px) /7);
	margin-right: 30px;
}
/*.sitemap .sitemap_depth:first-child {
	margin-top: 0px;	
}
.sitemap .sitemap_depth:nth-child(2) {
	margin-top: 0px;	
}
.sitemap .sitemap_depth:nth-child(3) {
	margin-top: 0px;	
}
.sitemap .sitemap_depth:nth-child(4)  {
	margin-top: 0px;	
}
*/
.sitemap .sitemap_depth:nth-child(7n){
	margin-right: 0px;
}
.sitemap .sitemap_depth {}
.sitemap .sub_nav li {
	border-bottom: 1px #ccc dotted;
    padding: 5px 0;
}

.sitemap .link:after {
	content: url(/images/common/ic_external_sm.png);
    font-weight: 600;
    margin-left: 8px;
    font-size: 13px;
}
.sitemap .depth3 {
	background: #ebebeb;
    width: 100%;
    font-size: 0.9rem;
    padding: 10px;
	margin-top: 5px;
}
.sitemap .depth3 li.menu3 {
	border-bottom: none;
	padding: 0px;
}

/*현황 */
.contents .about {
	width: 100%;
}
.contents .about ul {
	width: 100%;
}
.contents .about li {
	text-align: center;
	width: 100%;
    margin-bottom: 20px;
	display: flex;
}
.contents .about i {
	font-size: 3rem;
	color: #333;
	background: #e8e1d6;
    width: 200px;
    height: 150px;
	padding: 50px 0;
	margin: 0;
}
.contents .about .about_con {
	width: calc( 100% - 200px);
    height: 150px;
    padding: 40px 40px 40px 0px;
    background: #fff;
	display: flex;
	flex-wrap: wrap;
    align-items: flex-start;
}
.contents .about .about_con .tit_wrap {
	width: 200px;
	font-weight: 600;
	margin: 0 auto;
}
.contents .about .about_con .tit_wrap .tit {
	font-size: 1.5rem;
	color: #222;
}
.contents .about li .about_con .tit_wrap .no {
    font-size: 2.25rem;
	color: #8b0029;	
	line-height: 1em;
	margin: 10px;
}
.contents .about li .about_con p {
    font-size: 1.1rem;
	color: #333;
	font-weight: 400;
	width: calc( 100% - 200px);
    background: #fff;	
	text-align: left;
}

/* 대학원혁신본부 소개*/
.intro_wrap { display: flex; margin: 50px auto; }
.intro_wrap .intro { width: 20%; margin-right: 30px; background: #fff; border-top: 5px #8b0029 solid; padding: 40px 0; text-align: center;  }
.intro_wrap .intro:last-child {margin-right: 0px; }
.intro_wrap .intro .icon { width: 85px; height: 78px; margin: 0px auto 30px; }
.intro_wrap .intro .icon01 { background: url(../images/sub/i_organization01.png) center no-repeat; }
.intro_wrap .intro .icon02 { background: url(../images/sub/i_organization02.png) center no-repeat; }
.intro_wrap .intro .icon03 { background: url(../images/sub/i_organization03.png) center no-repeat; }
.intro_wrap .intro .icon04 { background: url(../images/sub/i_organization04.png) center no-repeat; }
.intro_wrap .intro .icon05 { background: url(../images/sub/i_organization05.png) center no-repeat; }
.intro_wrap .intro .txt {font-size: 1.375rem; line-height: 1.5em; }
.intro_wrap .intro .txt p {}
.intro_wrap .intro .txt span { font-weight: 600; font-size: 1.5rem;}

/* 비전 및 발전계획 */
.vision_copy { width: 100%; padding: 20px; border-radius: 10px; text-align: center; font-size: 1.8rem; font-weight: 600; background: #8b0029; margin: 30px auto;  color: #fff;}
.vision_copy span { color: #d6cabc; }
.purpose_wrap { display: flex; margin: 50px auto; }
.purpose { width: 50%; padding: 20px 30px; font-size: 1.3rem; font-weight: 400; background: #fff; border-radius: 10px; margin-right: 30px; }
.purpose:last-child { margin-right: 0px;  }
.purpose span { width: 120px; color: #8b0029; position: relative; display: inline-block; font-weight: 600; }
.purpose span:after {
	content: '';
    background: #999;
    width: 1px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 20px;
} 
.progress_wrap {}
.progress_wrap .progress { display: flex; margin: 10px auto; min-height: 80px; }
.progress_wrap .progress .tit { width: calc(45% - 50px); padding: 20px; font-size: 1.25rem; font-weight: 600; text-align: center; display: flex; align-items: center; justify-content: center;  border-radius: 10px; border: 4px #d6cabc solid; color: #8b0029; background: #fff; }
.progress_wrap .progress .arrow { width: 50px; font-size: 1.5rem; font-weight: 600; text-align: center; color: #d6cabc; }
.progress_wrap .progress ul { width: 55%; background: #e9e3dc; padding: 20px; display: flex; border-radius: 10px; flex-wrap: wrap;align-items: center; }
.progress_wrap .progress ul li { position: relative; padding-left: 10px;}
.progress_wrap .progress ul li:before { position: absolute; content: ""; width: 4px; height: 4px; background: #999; top: 8px; left: 0; }

.strategy_wrap { display: flex; margin: 10px auto; }
.strategy_wrap .strategy { width: 20%; margin-right: 30px; background: #fff; padding: 40px 30px 30px; text-align: center; border-radius: 10px;  }
.strategy_wrap .strategy:last-child {margin-right: 0px; }
.strategy_wrap .strategy .icon { width: 85px; height: 78px; margin: 0px auto 30px; }
.strategy_wrap .strategy .icon01 { background: url(../images/sub/i_organization01.png) center no-repeat; }
.strategy_wrap .strategy .icon02 { background: url(../images/sub/i_organization02.png) center no-repeat; }
.strategy_wrap .strategy .icon03 { background: url(../images/sub/i_organization03.png) center no-repeat; }
.strategy_wrap .strategy .icon04 { background: url(../images/sub/i_organization04.png) center no-repeat; }
.strategy_wrap .strategy .icon05 { background: url(../images/sub/i_organization05.png) center no-repeat; }
.strategy_wrap .strategy .tit {font-size: 1.5rem; font-weight: 600; color:#8b0029; margin-bottom: 20px; }
.strategy_wrap .strategy .txt {font-size: 1.1rem; line-height: 1.25em;}

.plan_wrap { display: flex; }
.plan_wrap .plan_l { width: calc(45% - 50px); padding: 30px; border-radius: 20px; border: 4px #ccc solid; text-align: center;background: #fff; }
.plan_wrap .arrow { width: 50px; font-size: 2rem; font-weight: 600; text-align: center; color: #ccc; }
.plan_wrap .plan_r { width: 55%; padding: 30px; border-radius: 20px; border: 4px #8b0029 solid; text-align: center; background: #fff; }
.plan_wrap .year { font-size: 1.5rem; font-weight: 600; }
.plan_wrap .per33 { width: 33.333%;}
.plan_wrap .per66 { width: 66.666%;}
.plan_r01 { display: flex; width: 100%; }
.plan_r02 { display: flex; }
.plan_r02 span { width: 33%; font-size: 1.25rem; font-weight: 500; font-style: italic;  }
.plan_r02 i {font-size: 1.5rem; }
.plan_r03 { display: flex; }
.plan_wrap .tit {font-size: 1.5rem; font-weight: 500; color: #fff; padding: 10px; text-align: center; margin: 10px auto;  }
.plan_r03 .tit01, .plan_r03 .tit02, .plan_r03 .tit03  { width: 33.333%; }
.plan_wrap .tit01 { background: #d6cabc; }
.plan_wrap .tit02 { background: #af987d; }
.plan_wrap .tit03 { background: #7b654b; }

.present_wrap { display: flex; border-radius: 10px; border: 1px #ddd solid; background: #fff;}
.present { width: 50%; padding: 30px;  }
.present:last-child { border-left: 1px #ddd solid; }
.present .tit { color: #8b0029; text-align: center; font-size: 1.5rem; font-weight: 600; }

/* 최고위과정*/
.ceo_wrap {display: flex; flex-wrap: wrap; align-items: center; }
.ceo {width: calc((100% - 60px) /3); text-align: center; border: 1px #ddd solid; margin-right: 30px; margin-bottom: 30px; padding: 20px; cursor: pointer; display: flex; align-items: center; flex-wrap: wrap;}
.ceo:nth-child(3n) {margin-right: 0px;}
.ceo .tit { width: 100%; font-size: 1.25rem; font-weight: 500; color: #333;}
.ceo p { width: 100%; font-size: 1rem; font-weight: 400; margin-top: 5px;}
.ceo:hover {background:#8b0029; color: #fff;   }
.ceo:hover .tit { color: #fff;   }

/* 만족도조사*/
.survey_wrap { width: 100%; background: #f6f6f6; position: fixed; bottom: 0;}
.survey_wrap.off {position: inherit; }
.survey { width: 1280px; display: flex; align-items: stretch; flex-wrap: wrap; justify-content: center; height: auto; margin: 0 auto; border: 1px #ccc solid; /*border-radius: 5px;*/ }
.survey .question { width: 70%; background:#d6cabc; margin-top: 0px; text-align: center; font-weight: 500; line-height: 1.6em; /*border-top-left-radius: 5px;    border-bottom-left-radius: 5px;*/}
.survey .question .txt { padding: 12px; }
.survey .question .txt span { font-size: 0.875rem; font-weight: 300;}
.survey .answer { width: 30%; background: #fff; text-align: center; padding: 12px; display: flex; align-items: stretch; flex-wrap: wrap; justify-content: center; /*border-top-right-radius: 5px;    border-bottom-right-radius: 5px;*/}
.survey .answer .radio_group { width: 25%; font-weight: 400; }
.survey_wrap .material-icons { display: block; float: left; color: #53493f;background: #a99887;
    width: 50px;
    height: 100%;
    line-height: 50px; font-size: 28px;}

/* 코로나19대응안내*/
.corona { 
	position: fixed;
    bottom: 0;
    right: 0;
    width: 200px;
    display: inline-block;
    background: #8b0029;
    color: #fff;
    text-align: center;
    z-index: 99999;
    height: 40px;
    line-height: 40px;
	font-size: 1.125rem;
	font-weight: 400;
}

/* 학과소개 검색 */
.depart_search_wrap {
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	margin: 0 auto 30px;
	padding: 10px 20px;
    background: #e8e1d6;
	border-radius: 3px;
}
.depart_search_l {
	width: calc(100% - 100px);
}
.depart_search {
	display: flex;
    flex-wrap: wrap;
	width: 100%;
	margin: 8px 0;
}
.depart_search .tit {
	width: 150px; 
	font-weight: 500;
}
.depart_search .check_wrap {
	/*width: calc(100% - 130px); */
}
.depart_search .check_wrap .check_group {
	/*width: 130px !important;*/
	margin: 0px 10px !important;
	min-width: 150px;
}
.depart_search_r {
	width: 100px;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}
.depart_btn {
	width: 80px;
	height: 40px;
	line-height: 40px;
	background: #8b0029;
	text-align: center;
	font-weight: 500;
	color: #fff;
	margin: 0 0 10px 0;
	border-radius: 3px;
}

.flex_wrap {
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
    align-items: flex-end;
	justify-content: space-between;
}
.flex_con { width: calc(100% - 400px);  }
.flex_img { width: 400px; text-align: center; padding: 20px; background: #ebebeb;  }
.flex_img img { width: auto; }

.btn_move_top {
    position: fixed;
    bottom: 15px;
    right: 2%;
    z-index: 999;
    background: rgba(17, 17, 17, 0.8);
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    cursor: pointer;
	display: none;
	border-radius: 30px;
}

/* main search */
#search_modal {
    width: 100%;
    height: 800px;
    position: fixed;
    top: 0;
	display:none; 
	z-index: 99999999;
}
#search_modal.pop {
	display:block;
	transition: .5s;
}
#search_modal .modal-content {
    background: #fff;
    width: 500px;
    margin: 0 auto;
    margin-top: 200px;
    padding: 60px 50px;
	position: relative;
	transition: .2s background;
	box-shadow:0px 5px 15px #333;
    border: 15px #d6cabc solid;
    border-radius: 15px;
}
#search_modal .modal-content p {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 18px;
}

#search_modal .modal-content .sub_contents {
    margin-top: 10px;
    display: block;
    color: #3F51B5;
    font-weight: 400;
}
#search_modal .modal-content .modal-header {
    position: absolute;
    top: 20px;
    right: 20px;
}
#search_modal .modal-content .modal-header .btn_close {
    width: 30px;
    height: 30px;
    position: relative;
    text-indent: -9999px;
    top: 0;
    right: 0;
}
#search_modal .modal-content .modal-header .btn_close:before, 
#search_modal .modal-content .modal-header .btn_close:after{
	content:'';
	width:30px;
	height:1px;
	position:absolute;
	left: 50%;
	top: 50%;
	border-radius:4px;
	background:#555;
}
#search_modal .modal-content .modal-header .btn_close:before{
  transform:translate(-50%,-50%) rotate(-45deg)
}
#search_modal .modal-content .modal-header .btn_close:after{
  transform:translate(-50%,-50%) rotate(45deg)
}
#search_modal .modal-content .search_group input[type="text"] {
    width: calc(100% - 36px);
    box-sizing: border-box;
}
.search_option {
	padding: 1.875rem;
    background: #efefef;
	margin-bottom: 2.5rem;
}
.search_option.center {
	padding: 0rem;
    background: none;
	margin: 0 auto 1rem;
    width: 100%;
}
.search_option .search_form {
    overflow: hidden;
    width: 270px;
    margin: 0 auto;
}
.search_option.center .search_form select {
	margin: 0 auto;
    width: 100%;
	font-weight: 500;
	font-size: 1.1rem;
}
.search_option .search_form select {
    float: left;
    margin-right: 4px;
	height: 40px;
}

.search_option .search_form .search_group {
    width: 100%;
    /*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;
	margin: 0rem auto 0rem;
	line-height: inherit;
}

.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: left;
    width: 25%;
    line-height: 32px;
}
.search_option .search_detail label.tit {
    display: block;
    font-weight: 500;
    margin-bottom: 20px;
}

.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 !important; }
.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; }

/*layer_popup*/
.layer_popup1 {position:absolute; width:auto; /*height: 450px;*/ top:90px; right: 0px; z-index:1003;cursor:pointer; }
.layer_popup1 p {margin: 0 auto; text-align: center;}
/*.layer_popup p img {width:330px;}*/
.layer_popup1 .pop_close {  background-color: rgba(0,0,0,0.8); height: 30px; color: #fff; line-height: 28px;text-align: center;font-size: 14px;}
.layer_popup1 .chk_close {  float: right; margin-top: -28px; margin-right: 5px; font-size: 13px;}
.layer_popup1 .chk_close a { color: #fff; }

.layer_popup2 {position:absolute; width:auto; /*height: 450px;*/ top:90px; right: 501px; z-index:1002;/*    cursor:pointer; */}
.layer_popup2 p {margin: 0 auto; text-align: center;}
/*.layer_popup p img {width:330px;}*/
.layer_popup2 .pop_close {  background-color: rgba(0,0,0,0.8); height: 30px; color: #fff; line-height: 28px;text-align: center;font-size: 14px; cursor:pointer; }
.layer_popup2 .chk_close {  float: right; margin-top: -28px; margin-right: 5px; font-size: 13px;}
.layer_popup2 .chk_close a { color: #fff; }

.layer_popup3 {position:absolute; width:520px; /*height: 450px;*/ top:80px; right: 520px; z-index:1001;cursor:pointer; }
.layer_popup3 p {margin: 0 auto; text-align: center;}
/*.layer_popup p img {width:330px;}*/
.layer_popup3 .pop_close {  background-color: rgba(0,0,0,0.8); height: 30px; color: #fff; line-height: 28px;text-align: center;font-size: 14px;}
.layer_popup3 .chk_close {  float: right; margin-top: -28px; margin-right: 5px; font-size: 13px;}
.layer_popup3 .chk_close a { color: #fff; }


.layer_popup {position:absolute; width:520px; /*height: 450px;*/ top:80px; right: 520px; z-index:1001;cursor:pointer; }
.layer_popup p {margin: 0 auto; text-align: center;}
/*.layer_popup p img {width:330px;}*/
.layer_popup .pop_close {  background-color: rgba(0,0,0,0.8); height: 30px; color: #fff; line-height: 28px;text-align: center;font-size: 14px;}
.layer_popup .chk_close {  float: right; margin-top: -28px; margin-right: 5px; font-size: 13px;}
.layer_popup .chk_close a { color: #fff; }

/* --2013시행세칙-- */
.info_align{display: inline-block;text-align: center;margin-left: 50px;}

.book_b{width: 100%;margin:0 auto;margin-top:50px;display:grid;grid-template-columns: 1fr 1fr 1fr;align-items: center;y-items: center;}
.book_b li{text-align:center;margin-top:20px;width:100%;}
.book_b img{width:80%;max-width:193px;}
.book_h{font-weight:bold;}
.book_p{font-size:0.9em;}


/* -------------history---------- */
.history_t_box{width: 100%; background-color: #fff;border: 1px solid #ddd; border-top: 5px solid #8b0029;  display: flex;flex-direction: row;justify-content:space-between;position: relative;padding: 3.125rem;}
.history_t_img{width:40%; background: url(../images/sub/history_t_img.jpg) no-repeat center; background-size: cover;}
.history_t_img img{width:100%; height: 500px; }

.history_t_txt{width:60%;margin-left: 3.125rem;}
.history_t_txt p{}
.history_t_txt>p:nth-child(1){font-size: 1.5rem;font-weight: bold;margin-bottom: 10px;}

.history_t_txt>p:nth-child(2), .history_t_txt>p:nth-child(4), .history_t_txt>p:nth-child(5){font-size:1rem;color: #333;}
.history_t_txt>p:nth-child(3){font-size: 1.5rem;font-weight: bold;margin-top: 20px;margin-bottom: 10px;}
.history_t_txt>p:nth-child(5){margin-top: 10px;}

.history_t_h{font-size: 2rem;font-weight: bold;}
.history_t_r{color: #900d33;font-weight:600;}




/* ----history contents---- */
.history_contents{width: 100%;margin-top: 100px;display: flex;flex-direction: row;justify-content: space-between;}
.history_tit{width:46%; text-align: center;}
.history_list {width:54%;}
.h_tit_inner{text-align: center;width:100%;}

.h_scroll_fixed{position: fixed;top:20%;width:35.4%;}
.h_tit_number{display: none;}
.h_active{display: block;}

.h_tit_number {
    position: relative;
    display: none;
    font-size:4.5rem;font-weight: bold;
}
.h_active {
    position: fixed;
    top: 25%;
    left:30%;
    display: block;
    transform: translateX(-50%);
    font-size:4.5rem;font-weight: bold;
    transition: all 0.0001s ease;
}
.histroy_list{width: 54%;justify-content:center;}
.h_list_inner::after{content: '';position: absolute;width: 2px;height: 100%;margin-top:5px; background: #ccc;top: 0;left: -10%;margin-left: 5px;}
.h_list_inner{width: 100%; max-width: 600px; margin: 0 auto;position: relative;}
.h_list_inner dl{width: 100%; margin-bottom: 100px;}
.h_list_inner dl::before{position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background:  #900d33;
	margin-top:5px;
    left: -10%;
    z-index: 8;}
.h_list_inner dl dd{font-size: 1.3rem;font-weight: 600;margin-bottom: 10px;}
.h_list_inner>dl>dd:last-child{font-size: 1.1rem;font-weight:400; color: #333;}
.h_list_inner dt{width: 100%;}
.h_list_inner img{margin: 10px 0;max-width: 600px;width: 100%; border-radius: 10px;}

/*.tit span{font-size:1rem;font-weight:400;}	*/

.directions { display:none; width:890px; height:541px; margin:0 auto; box-sizing: border-box;}
#close_bpopup { width:890px; height:40px; color: #fff; text-align: center; background: #000; display: inline-block;font-size: 16px;padding: 8px;box-sizing: border-box;cursor: pointer;}
#close_bpopup img { float: right; }

.directions_gallery { display:none; position: relative; width:800px; height:auto; margin:0 auto; font-size:14px; line-height:1.7em; box-sizing: border-box; z-index: 9999;}
.directions_gallery .pop_close{ width: 30px; height: 30px; color: #fff; line-height: 28px;text-align: center;font-size: 14px; cursor: pointer;float: right;margin: 7px;}
.directions_gallery h5{
    color: #fff;
    float: left;
    font-size: 1.5rem;
    margin-top: 5px;
}

.directions3 { display:none; position: relative; width:800px; height:auto; margin:0 auto; font-size:14px; line-height:1.7em; box-sizing: border-box; z-index: 9999;}
.directions3 .pop_close01, .directions3 .pop_close02, .directions3 .pop_close03, .directions3 .pop_close04 { width: 30px; height: 30px; color: #fff; line-height: 28px;text-align: center;font-size: 14px; cursor: pointer;float: right;margin: 7px;}
.directions3 #close_btn { cursor: pointer;float: right;}
/* .directions3::before {
	content: '';
	background-color: rgb(0, 0, 0);
	position: fixed;
	inset: 0px;
	opacity: 0.7;
	z-index: -1;
    width: 100vw;
    height: 100vh;
} */

.info_popup { width:720px; height:680px; background:#fff; font-size:14px; line-height:1.7em; /*overflow-y:scroll;*/ box-sizing: border-box; padding: 20px;position: fixed;top: 80px;left: 50%; margin-left: -360px;z-index: 99;border: 5px #ddd solid; box-shadow:0px 0px 30px rgba(0,0,0,0.5);}
.info_tit { width: 100%; height: 45px; line-height: 45px; background:#7c919d; /*border-top: 5px solid #009475; border-bottom: 1px solid #ccc;*/ text-align: center; font-size: 20px; font-weight: 500; margin: 0 auto 20px; color: #fff;}
dl.info_list dt { font-weight: 500; font-size:16px; padding-bottom:6px; color: #0060b0;}
dl.info_list dd { margin-bottom: 20px;}
.info_popup .pop_close {  background-color: rgba(0,0,0,0.8); height: 30px; color: #fff; line-height: 28px;text-align: center;font-size: 14px; cursor: pointer;}


.right_menu {
    position: fixed;
    right: 0;
    top: 100px;
    width: 80px;
    color: #fff;
    font-size: 0.938rem;
    font-weight: 400;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    
    
 }
.right_menu div {border-top: 1px rgba(255,255,255,0.2) solid; width: 100%; padding: 6px 10px; cursor: pointer; background: rgba(0,0,0,0.5);border-top-left-radius: 5px;border-bottom-left-radius: 5px; margin-bottom: 1px;}
.right_menu div:hover {border-top: 1px rgba(255,255,255,0.2) solid; width: 100%; padding: 6px 10px; cursor: pointer;background: rgba(163,0,8,0.95);}
/*.right_menu div:after {
    content: url(/images/common/ic_external_sm.png);
    font-weight: 600;
    margin-left: 5px;
    font-size: 0.813rem;
}*/

@media screen and (max-width:1600px) {

#main_full .sec2 .inner,
#main_full .sec3 .inner,
#main_full .sec4 .inner,
#main_full .sec5 .inner {
    padding: 7rem 5rem;
	width: 100%;
}
.menu_all ul {   width: 94%;}
.sub_container .wrapper { width: 94%; }
#main_full .sec2 ul.news li img {height: 220px;}
	.footer_wrap { padding: 20px 0; }
	.footer_wrap .footer {width: 94%;}
	.footer_wrap .footer .logo {  width: 120px;}
        .footer_wrap .footer .logo img { width: 120px;}
	
    #header {
		height: 64px;
	}
	#header .logo {
        width: 192px;
		height: 64px;
		/* padding: 20px 0; */
        line-height: 64px;
	}
	header .logo a {
		width: 152px;
		height: 48px;
		margin: 10px;
		background-size: contain;
	}
	header.on .logo a {
		background-size: contain;
	}
    #header .menu_area {width: 192px;}
	#header .menu_area ul li {
		width: 64px;
		height: 64px;
		line-height: 64px;
	}
    
.sub_visual .path_container.on {top: 114px;}
#header nav #gnb li {
    line-height: 64px;
}
#header nav #gnb li .nav_dep1 {
    font-size: 1rem;
    font-weight: 400;
}
#header nav { width: 994px; }
#header nav .depth_toggle .sub_nav { 
    width: 142px;
}
#header nav .depth_toggle .sub_nav li a {font-size: 0.938rem;}
#header nav #gnb {height: 64px;}
/*.sub_container {margin: 108px auto 0;}
.sub_visual .path_container { top: 64px; height: 44px; }*/

.sub_visual .tit {
    width: auto;
    height: 260px;}
	.sub_visual h1{top: 30%;font-size: 2rem;}
.offcanvas { width: 540px; }
.offcanvas .menu_login .wrapper { width: 300px; }
.offcanvas .h_tabcontent { margin-top: 64px; }
.offcanvas .h_tablinks { height: 64px; line-height: 64px; }
.offcanvas .menu_login { height: 64px; line-height: 64px; }
.offcanvas .h_tabcontent .sub_nav > li > a { height: 64px; line-height: 64px;}
.offcanvas .h_tabcontent .depth3 { padding: 20px 32px; }
.offcanvas .tab { padding-top: 64px; }
.offcanvas .h_tabcontent .menu2_link.active:after { top: 36px; }
.offcanvas .h_tabcontent .menu2_link:after { top: 28px; }

#header .menu_area ul li a { font-size: 1rem;}
#header nav .depth_toggle {
    position: absolute;
    top: 63px;
}

}
@media screen and (max-width:1430px) {
#header nav {width: 840px;}
#header nav #gnb li {width: 120px;}
#header nav .depth_toggle .sub_nav {width: 120px;}

#header nav .depth_toggle .wrapper { width: 1000px;}
}

@media screen and (max-width:1300px) {
    #header nav {   display: none !important;}
}







#main_full .newsec .mainvideo_wrap {
    height: 450px;
    justify-content: space-between;
}
#main_full .newsec .mainvideo_wrap .admission {
    height: 100% !important;
    width: 30% !important;
    display: flex;
    flex-wrap: wrap;
}
#main_full .newsec .mainvideo_wrap .main_video {
    width: 68%;
    height: 100%;
    position: relative;
}
#main_full .newsec .mainvideo_wrap .main_video video {
    object-fit: cover;
}
#main_full .newsec .mainvideo_wrap .main_video .nametag {
    position: absolute;
    background: #8b0029b5;
    width: 100%;
    padding: 10px 20px;
    color: #fff;
    border-bottom: 1px solid #8b0029;
}
#main_full .newsec .mainvideo_wrap .main_video .nametag h4 {
    font-size: 1.25rem;
    font-weight: 600;
}
#main_full .newsec .mainvideo_wrap .main_video .nametag h4 span {
    font-size: 1.125rem;
    font-weight: 400;
    margin-left: 6px;
}
#main_full .newsec .mainvideo_wrap .main_video .nametag p {
    font-size: 0.925rem;
}
#main_full .newsec .mainvideo_wrap .admission p.point {
    width: 100%;
    display: block;
    margin-bottom: 40px !important;
}
#main_full .newsec .mainvideo_wrap .admission .ad_arrow {
    display: block;
}
#main_full .section.newsec {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: center;
    width: 100%;
}
#main_full .section.newsec .inner {
    height: auto;
    padding: 10rem 0 0 0;
    justify-content: center;
}
#main_full .newsec .quick_wrap {display: flex;align-items: center;justify-content: center;background: unset;/* padding: 2rem 0; */background: #ddd;/* border-top: 3px solid #8b0029; */}
#main_full .newsec .quick_wrap .quick {
    width: 100% !important;
    height: 100%;
}
#main_full .section.newsec .quick ul {
    height: 100%;
    width: 100%;
}
#main_full .section.newsec .quick ul li {
    width: 25% !important;
    margin: 0 !important;
    height: 80px !important;
}

@media screen and (max-width:1080px) {
    #main_full .newsec .mainvideo_wrap {height: auto !important;}
    #main_full .newsec .mainvideo_wrap .main_video {width: 100%;}
    #main_full .newsec .mainvideo_wrap .admission {width: 100% !important; height: auto !important; margin-bottom: 20px;}
    #main_full .newsec .mainvideo_wrap .admission p {width: 100%; display: block;}
    #main_full .newsec .mainvideo_wrap .admission .btn_wrap {width: 100%;}
    #main_full .newsec .mainvideo_wrap .admission p.point {width: auto !important; margin-bottom: auto !important;}
    #main_full .section.newsec .inner {padding: 7rem 0 2rem !important;}
    #main_full .section.newsec .schedule .schedule_tit {margin-bottom: 2rem !important;}
}


@media screen and (max-width:640px) {
   .section.newsec .quick ul li {width: 50% !important; height: 60px !important;}
   #main_full .sec4 .quick ul li:nth-child(3) {border-top: 1px solid rgba(159,136,102,0.95);}
   #main_full .sec4 .quick ul li:nth-child(4) {border-top: 1px solid rgba(163,0,8,0.95);}

   .mainvideo_wrap .main_video .nametag h4 {font-size: 1.125rem;}
   .mainvideo_wrap .main_video .nametag h4 span {font-size: 1rem;}
   .mainvideo_wrap .main_video .nametag {padding: 6px 14px;}
   .mainvideo_wrap .main_video .nametag p {letter-spacing: -1px;}
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.views_area{text-align: right;padding: 5px 10px;}
.views_area .views{    
    font-size: 0.875rem;
    color: #676767;
}