/* 서브 컨텐츠 h3, h4, h5, p*/
.content-area h3 {
    font-size: 40px;
    color: #333;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -1px;
    margin-bottom: 10px;
}
.content-area h4{
    background: url(/images/graduateNew/icon/h4.png) 14px 32px no-repeat;
    color: #4366c0;
    font-size: 18px;
    padding: 26px 0 0 35px;
    word-break: keep-all;
    font-weight: bold;
}
.content-area h5 {
    background:url(/images/graduateNew/icon/h5.png) 17px 19px no-repeat;
    color:#444343;
    font-size:16px;
    padding:14px 0 0 36px;
    word-break: keep-all;
}
.content-area p{
    font-size: 16px;
    letter-spacing: -0.5px;
    color: #555;
}

/* 원장인사 */
.welcomeBox {width:100%;}
.welcomeBox > div {
    width:100%;
    box-sizing:border-box;
}
.welcomeBox > div .tit {
    font-size:30px;
    line-height:30px;
    margin-bottom:40px;
    color:#333;
}

div.intro_left{
    float: left;
    width: 30%;
    padding-top: 15px;
}

div.intro_right{
    float: right;
    width: 66%;
    padding-top: 14px;
    padding-right: 5%;
}

div.intro_right2{
    float: right;
    width: 66%;
    padding-right: 5%;
}

.intro_left img{
    width: 350px;
    border-radius: 20px;
}

.sign span{
    font-weight: bold;
}

/* 행정기구 */
.org-chart {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 80px;
    margin-bottom: 70px;
}

.circle {
    width: 140px;
    height: 140px;
    background-color: #4472c4;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.circle span {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
}

.connector {
    width: 2px;
    height: 30px;
    position: relative;
    background: transparent;
    border-left: 2px dotted #ccc;
}

.subordinates {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    width: 95%;
    position: relative;
}

.subordinates:after {
    content: "";
    position: absolute;
    left: 6%;
    right: 6%;
    top: -30px;
    height: 0;
    border-top: 2px dotted #d6d6d6;
}
.square {
    width: 120px;
    height: 70px;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 15px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
}
.square span{
    color: #666;
    font-weight: 500;
    text-align: center;
    font-size: 18px;
    line-height: 15px;
}

.square::before {
    content: "";
    width: 2px;
    height: 30px;
    background-color: transparent;
    border-left: 2px dotted #ccc;
    position: absolute;
    top: -29px;
    left: 50%; /* 가운데 정렬 */
    transform: translateX(-1px); /* 가운데 정렬을 위한 보정 */
}

.captionTxt {
    padding-left: 5px;
    padding-top: 5px;
    font-weight: 500;
    color: #666 !important;
    font-size: 14px !important;
}

/* 수강신청 절차 */
.course{
    display: flex;
    align-items: center;
    justify-content: left;
    flex-wrap: wrap;
    margin: 40px 25px;
}

.course_square {
    width: 210px;
    height: 160px;
    border: 1px solid #818bba;
    margin: 10px;
    display: flex;
    flex-direction: column; /* 세로로 나누기 위해 추가 */
    align-items: center;
    color: #fff;
    border-radius : 0.75rem;
}

.course_title {
    background-color: #818bba;
    border: 1px solid #818bba;
    width: 210px;
    text-align: center;
    font-weight: bold;
    border-radius : 0.75rem 0.75rem 0 0;
    padding:10px 0;
}

.course_content {
    flex-grow: 1; /* 내용이 남은 공간을 채우도록 설정 */
    padding: 10px;
    text-align: center;
    overflow: hidden;
    color: #666;
}
.course_content p {
    font-size: 14px;
    line-height: 16px;
    margin-top: 5px;
}

.course_content > span{
    font-weight: bold;
    color: #818bba;
}

.course_arrow {
    margin: 0 20px;
}

.course_square2 {
    width: 180px;
    height: 100px;
    border: 1px solid #818bba;
    margin: 10px;
    display: flex;
    align-items: center;
    color: #fff;
    border-radius : 0.75rem;
}
.course_square3 {
    width: 180px;
    height: 140px;
    border: 1px solid #818bba;
    margin: 10px;
    display: flex;
    align-items: center;
    color: #fff;
    border-radius : 0.75rem;
}
.course_content2 br {
    line-height: 0px;
}
.course_content2 {
    flex-grow: 1; /* 내용이 남은 공간을 채우도록 설정 */
    padding: 10px;
    text-align: center;
    overflow: hidden;
    color: #666;
}
.course_content2 > span{
    font-weight: bold;
    color: #818bba;
}
.course_arrow2{
    margin: 0 10px;
}
.course_content2 p {
    font-size: 14px;
    line-height: 17px;
}


/* 테이블 */
.tbType01 {
    border-top: #1c265b solid 2px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.tbType02 {
    border-top: #1c265b solid 2px;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 13px;
}

.tbType01 th {
    background: #f0f5fb;
    text-align: center;
    word-break: keep-all;
    color: #222;
    font-size: 16px;
    font-weight: bold;
}

.tbType02 th {
    background: #f0f5fb;
    text-align: center;
    word-break: keep-all;
    color: #222;
    font-size: 16px;
    font-weight: bold;
}

/* type 1 대학원 소개 연표 */
.tbType01.type1 th, .tbType01.type1 td {
    padding: 15px 11px;
    text-align: center;
    font-weight: 500;
}
.tbType01.type1 th{
    font-weight: bold;
}
.tbType01.type1 th.al{
    border-right: 1px solid #bbb;
}

.tbType01.type1 td.al {
    text-align: left !important;
}

.tbType01.type1 thead tr:first-child th:first-child, .tbType01.type1 tbody td:first-child, .tbType01.type1 tfoot td:first-child {
    border-left: none;
}

.tbType01 th, .tbType01 td {
    border-bottom: 1px solid #bbb;
}

.tbType01.type1 td {
    border-left: 1px solid #bbb;
}

.tbType01.type1 td:nth-child(2) {
    padding-left: 20px;
}

/* type2 대학원장 */
.tbType01.type2 th, .tbType01.type2 td {
    padding: 15px 11px;
    text-align: center;
    font-weight: 500;
}
.tbType01.type2 th{
    font-weight: bold;
}
.tbType01.type2 th.al{
    border-right: 1px solid #bbb;
}
.tbType01.type2 td.al {
    /*text-align: left !important;*/
    font-weight: 300;
}
.tbType01.type2 thead tr:first-child th:first-child, .tbType01.type2 tbody td:first-child, .tbType01.type2 tfoot td:first-child {
    border-left: none;
}
.tbType01 th, .tbType01 td {
    border-bottom: 1px solid #bbb;
}
.tbType01.type2 td {
    border-left: 1px solid #bbb;
}

/* type3 학과소개 */
.tbType02.type3 th, .tbType02.type3 td {
    padding: 15px 11px;
    text-align: center;
    font-weight: 500;
}
.tbType02.type3 th{
    font-weight: bold;
    border-right: 1px solid #bbb;
}

.tbType02.type3 th:last-child{
    border-right: none;
}

.tbType02.type3 thead tr:first-child th:first-child, .tbType02.type3 tbody td:first-child, .tbType02.type3 tfoot td:first-child {
    border-left: none;
}

.tbType02 th, .tbType02 td {
    border-bottom: 1px solid #bbb;
}

.tbType02.type3 td {
    border-left: 1px solid #bbb;
    text-align: left;
    word-break: keep-all;
    letter-spacing: 0;
}

/* type4 학과소개 */
.tbType02.type4 th, .tbType02.type4 td {
    padding: 15px 11px;
    text-align: center;
    font-weight: 500;
}
.tbType02.type4 th{
    font-weight: bold;
    border-right: 1px solid #bbb;
}

.tbType02.type4 th:last-child{
    border-right: none;
}

.tbType02.type4 thead tr:first-child th:first-child, .tbType02.type4 tbody td:first-child, .tbType02.type4 tfoot td:first-child {
    border-left: none;
}

.tbType02.type4 td {
    text-align: center;
    word-break: keep-all;
    letter-spacing: 0;
    border-right: 1px solid #bbb;
    border-left: 1px solid #bbb;
}
.tbType02.type4 td:last-child{
    border-right: none;
}


.dotList > li, .blt01 {
    background: url(/images/graduateNew/icon/blt_01.png) 0 9px no-repeat;
    padding-left: 10px;
    font-weight: 400;
}

.dotList01 > li,
.dotList03 > li{
    background: url(/images/graduateNew/icon/blt_01.png) no-repeat 0 9px;
    padding-left: 10px;
    margin-top: 5px;
}

.dotList01 > li > ul > li,
.dotList02 > li > ul > li > ul > li,
.dotList03 > li > ul > li,
.dotList05 > li > ul > li{
    background: url(/images/graduateNew/icon/blt_04.png) 0 12px no-repeat;
    padding-left: 13px;
}

.dotList01 > li > ul > li.num{
    background: none !important;
    position: relative;
    padding-left: 20px;
}

.dotList01 > li > ul > li.num > span{
    position: absolute;
    color: #4366c1;
    border: 1px solid #4366c1;
    left: 0;
    top: 3px;
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.6rem;
    border-radius: 0.25rem;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0;
    overflow: hidden;
}

.dotList02{
    text-align: left;
    padding-left: 30px;
}

.dotList02 li {
    background: url(/images/graduateNew/icon/blt_01.png) no-repeat 0 9px;
    padding-left: 10px;
}

.dotList03 {
    padding-left: 15px;
}

.dotList03 > li {
    background: url(/images/graduateNew/icon/blt_03.png) no-repeat 0 6px;
    padding-left: 16px;
    margin-top: 5px;
}

.dotList05 {
    padding-left: 15px;
}

.dotList05 > li {
    background: url(/images/graduateNew/icon/blt_05.png) no-repeat 4px 7px;
    padding-left: 16px;
    margin-top: 5px;
}

.dotList01 a{
    font-weight: 500;
    color: #557cc3;
    padding: 0 5px;
    background-color: #f0f5fb;
    border-radius: 10px;
}

.pointTxt {
    background: none !important;
    color: #4d5899 !important;
    font-weight: 500 !important;
    font-size: 15px !important;
}

/* 들여쓰기 */
.ti_01 {margin-left: 25px;}
.ti_02 {margin-left: 35px; margin-top: 10px;}
.ti_03 {margin-left: 13px;}
.ti_04 {margin-top: 15px;}
.ti_05 {margin-left: 40px;}
.ti_06 {margin-top: 5px;}

.w150px {width:150px !important}
.w180px {width:180px !important}
.w200px {width:200px !important}
.w300px {width:300px !important}
.w600px {width:600px !important}

.inner_box {
    border: 1px solid #dde0e6;
    background: #f6f6f6;
    padding: 5px;
    border-radius: 0.75rem;
    margin: 20px 3px 0 3px;
}
.inner{
    background: #fff;
    border-radius: 0.5rem;
    padding: 1.25rem 1.5rem;
}

.info {
    min-width: 30%;
    display: inline-block;
    word-break: keep-all;
    line-height: 1rem;
    padding: 5px 20px 5px 40px;
    border-radius: 10px;
    border: 1px solid #dbdef1;
    font-size: 14px !important;
    margin-left: 15px;
    margin-top: 5px;
    font-weight: 500;
    background: #f6f6f6 url("/images/graduateNew/icon/icon_info.png") no-repeat 10px center;
}

/* 학과 정보 */
.linkList01 {
    list-style: none;
    padding-left: 15px;
    margin-top: 30px;
}

ul.linkList01 li {
    margin-bottom: 10px;
}

ul.linkList01 li a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    padding: 10px;
    position: relative;
}

ul.linkList01 li a img {
    width: 32px;
    height: 32px;
}

ul.linkList01 li a::before {
    content: "";
    width: 3rem;
    height: 3rem;
    border-radius: 0.35rem;
    /*box-shadow: 0 0 10px rgba(0,0,0,0.1);*/
    border: 1px solid #c5d5e4;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 2rem auto;
    background-color: #f0f5fb;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
    transition: background-color 0.3s ease
}

ul.linkList01 li a:hover::before {
    border: 1px solid #4366c0;
}

.linkList01 span{
    padding-left: 20px;
    font-weight: 500 !important;
}

/* 탭 */
.new2023-tab1{overflow: hidden;margin: 18px -1px 20px;}
.new2023-tab1 *{box-sizing: border-box;}
.new2023-tab1 > li{float: left;display: table;width: 16.6%;height: 62px;padding: 0 5px;margin-top: 2px;text-align: center;position: relative;}
/*.new2022-tab1 > li::before{position: absolute;top: 0;left: 50%;right: 50%;opacity: 0;height: 3px;background: #2b66c2;transition: 0.2s;content:"";}*/
.new2023-tab1 > li > a{
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px 0 15px;
    font-size: 15px;
    line-height: 20px;
    word-break: keep-all;
    text-decoration: none;
    text-align: left;
    border-radius: 0.75rem 0.75rem 0.75rem 0;
    background: #f6f6f6 url("/images/graduateNew/icon/icon_off.png") no-repeat calc(100% - 15px) center;
    font-weight: bold;
}
.new2023-tab1 > li > a:hover{color: #1569b7;}
.new2023-tab1 > li.on::before{left: 1px;right: 1px;opacity: 1;}
.new2023-tab1-list{}
.new2023-tab1-list > .T1-child1{display: none;}
.new2023-tab1-list > .T1-child1.on{display: block;}

.new2023-tab1 > li.on a {
    color: #fff;
    background: #4366c0 url("/images/graduateNew/icon/icon_on.png") no-repeat calc(100% - 15px) center;
    font-weight: bold;
}

/* 교수소개 */

.tab-menu2 {
    border-radius: 0.75rem;
    overflow: hidden;
    background: #f0f5fb;
    margin: -5px 9px 0 5px;
    display: flex;
    padding: 0.75rem 1rem;
}
.tab-menu2 > li a{
    display: block;
    padding: 0.3rem 5rem;
    margin: 0.25rem;
    border-radius: 0.3rem;
    color: #333;
    background: #fff;
    border: 1px solid #c5d5e4;
    font-size: 15px;
    font-weight: 400;
}
.tab-menu2 > li.on a{
    border: 1px solid #557cc3;
    background: #FFFFFF url("/images/graduateNew/icon/icon_check.png") no-repeat calc(100% - 15px) center;
}

.teacher-list{
    border-top: 2px dotted #d2d2d2;
}

.teacher-list li{
    color: #000000;
    font-weight: 500;
}

.teacher-list > ul > li > div.tc-img,
.teacher-list > ul > li > div.tc-info{
    float: left;
}

.teacher-list > ul > li > div.tc-info{
    width: 100%;
    box-sizing: border-box;
    padding-left: 160px;
    margin-top: -147px;
    border-bottom: 2px dotted #d2d2d2;
    padding-bottom: 20px;
}

.teacher-list > ul > li > div.tc-img{
    padding-top: 20px;
    margin-left: 25px;
}

.tc-img > a > img{
    border: 1px solid #c5d5e4;
    border-radius: 10px;
}

.tc-name{
    font-size: 20px !important;
    font-weight: bold;
    color: #333333 !important;
}

p.tc-name img {
    width: 80%;
    margin-bottom: 4px;
    margin-left: 3px;
}

.tc-info .sub_tit{
    color: #666666;
    font-weight: 500;
    margin-bottom: 6px;
}

.other-info {
    margin-top: 0px;
}

.other-info > li > img{
    padding-right: 10px;
}

ul.other-info li:last-child{
    color: black;
    font-size: 16px;
}
.emailcopy{
    position: static;
    display: inline-block;
    padding: 4px;
    border: 1px solid #4366c0;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    line-height: 13px;
    font-size: 11px;
    font-weight: bold;
    color: #4366c0;
}
.emailcopy:hover {
    background-color: #4366c0;
    color: #fff;
}

.tc-name a{
    cursor: pointer;
}

.rotate-on-hover {
    transition: transform 0.3s; /* 변환 효과를 부드럽게 만듭니다. */
}

.rotate-on-hover:hover {
    transform: rotate(45deg); /* hover 시 45도 회전합니다. */
}

.w100 {
    width: 100% !important;
}
/* 일반대학원모집 */
.pdfBtn {
    margin-top: 40px;
}
.btn {
    text-align: center;
    min-width: 65px;
    padding: 10px 0;
    margin: 2px;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    width: 100%;
    max-width: 180px;
    border-radius: 5px;
    font-weight: bold;
    max-height: 40px;
}
.btnY {
    background-color: #557cc3;
    color: #FFFFFF !important;
    transition: all 0.3s ease-in-out;
}
.btnY:hover{
    background-color: #818bba;
}

.btnP {
    background-color: #818bba;
    color: #FFFFFF !important;
    transition: all 0.3s ease-in-out;
}
.btnP:hover{
    background-color: #557cc3;
}

.btnT {
    background-color: #3ca7d4;
    color: #FFFFFF !important;
    max-width: 240px;
    transition: all 0.3s ease-in-out;
}

.btnT:hover{
    background-color: #557cc3;
}

.link a{
    font-size: 15px;
    text-align: center;
    position: relative;
    color: #3c497b;
    font-weight: bold;
    background: url("/images/graduateNew/icon/icon_golink.png") no-repeat calc(100%) center;
    padding-right: 30px;
    letter-spacing: 1px;
}

.link a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 19px;
    background-color: #d1d8ff;
    transition: width 0.5s ease-in-out;
    opacity: 0.7;
    z-index: -1;
    border-radius: 15px;
}

.link a:hover::after {
    width: 100%;
}


.dotList04 > li {
    padding: 10px 0 0 10px;
}



.pdfBox {
    margin-top: 13px;
    width: 100%;
    box-sizing: border-box;
    min-height: 100px;
}


.tabList {
    height: 59px;
    box-sizing: border-box;
    border-bottom: 2px solid #4366c0;
    margin-top: 30px;
}

.tabList li {
    float: left;
    box-sizing: border-box;
}

.tabList.cnt3 li {
    width: 33.3%;
}

.tabList.cnt3 li:first-child {
    width: 33.4%;
}

.tabList li button {
    display: block;
    width: 100%;
    height: 56px;
    line-height: 56px;
    box-sizing: border-box;
    border-top: 1px solid #c5d5e4;
    border-right: 1px solid #c5d5e4;
    border-left: 1px solid #c5d5e4;
    font-size: 17px;
    color: #4366c0;
    text-align: center;
    background: #f0f5fb;
    border-radius: 15px 15px 0 0;
}

.tabList li.on button {
    background: #fff;
    height: 59px;
    line-height: 59px;
    border: 2px solid #4366c0;
    border-bottom: 2px solid #fff;
    color: #4366c0;
    font-weight: bold;
}

.tab_content {
    display: none;
}

.tab_content.on {
    display: block;
}

/* 학과소개 btn */
.g-btn01-wrapper{
    width: 20%;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.g-btn01-wrapper .g-btn01{
    width: 100%;
    height: 50px;
    border-radius: 0.75rem 0;
    -webkit-transition: all .2s;
    background: #FFFFFF url("/images/graduateNew/icon/icon_arrow.png") no-repeat calc(100% - 30px) center;
    text-align: left;
    padding-left: 20px;
    color: #557cc3;
    font-weight: bold;
    box-shadow: -2px -2px 4px rgba(0,0,0,0.08);
}
.g-btn01-wrapper .g-btn01:hover,
.g-btn01-wrapper .g-btn01:focus{
    box-shadow:3px 3px 7px rgba(0,0,0,0.3);
    border-color:#a8bee1;
    background: #FFFFFF url("/images/graduateNew/icon/icon_arrow.png") no-repeat calc(100% - 15px) center;
}

.gray-box {
    position: relative;
    padding: 25px 30px;
    margin-top: 10px;
    /*border: 1px solid #dde0e6;*/
    background: #f0f5fb;
    border-radius: 0.75rem;
}

.gray-left {
    float: left;
    width: 80%;
}

.gray-left .gray-ul > li {
    font-size: 15px;
    line-height: 28px;
    color: #333333;
    display: flex;
    align-items: center;
}
gray-left .gray-ul > li:nth-child(2){
    margin-top: 10px;
}
.gray-left .gray-ul > li > strong {
    font-weight: bold;
    font-size: 19px;
}

.gray-btns > button.g-btn01 {
    border: 1px solid #557cc3;
    background: #557cc3;
    transition: all 0.3s ease-in-out;
}
.gray-btns > button.g-btn01:hover{
    background-color: #FFFFFF;
    color: #557cc3;
}

.gray-btns > button.g-btn02 {
    border: 1px solid #818bba;
    background: #818bba;
    transition: all 0.3s ease-in-out;
}
.gray-btns > button.g-btn02:hover{
    background-color: #FFFFFF;
    color: #818bba;
}

.gray-btns > button {
    text-align: center;
    min-width: 60px;
    padding: 1px 0;
    margin: 2px;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    width: 35%;
    max-width: 110px;
    border-radius: 5px;
    font-weight: bold;
}
.goToList{
    display: flex;
    align-items: center;
}
.goToList a {
    margin-left: 20px;
    text-align: center;
    border: 1px solid #818bba;
    background: #818bba;
    background-color: rgb(129, 139, 186);
    transition: all 0.3s ease-in-out;
    padding: 5px 20px;
    border-radius: 5px;
    color: #FFF;
    font-weight: bold;
}

.goToList a:hover{
    background-color: #FFFFFF;
    color: #818bba;
}

#contents .intro,.admission,.career,.prof,.labs,.notice {
 display: none;
}

#contents .intro.on,.admission.on,.career.on,.prof.on,.labs.on,.notice.on {
    display: block;
}

/* 게시판 */
.brd-srll {
    overflow: hidden;
    margin-top: 40px;
}

.brd-srll .brd-search {
    float: left;
    width: 100%;
    max-width: 570px;
    margin-bottom: 20px;
    padding-left: 5px;
}
#searchCnd, #pageCount{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-image: url(/images/graduateNew/icon/icon_selectarrow.png);
    background-repeat: no-repeat;
    background-position: right 6px center;
}

.brd-search select {
    width: 150px;
    float: left;
    height: 45px;
    border: 1px solid #bbbbbb;
    margin-right: 5px;
    vertical-align: top;
    font-size: 15px;
    padding-left: 10px;
    color: #333;
    border-radius: 15px;
    background-color: #FFFFFF;
}

.brd-search .sr-ib {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 180px);
    /*padding: 2px 0 1px;*/
    /*border-bottom: 1px solid #ccc;*/
}

.brd-search .sr-ib input[type="text"] {
    box-sizing: border-box;
    vertical-align: top;
    height: 45px;
    width: calc(100% - 45px);
    font-size: 15px;
    padding-left: 10px;
    color: #333;
    border-radius: 15px;
}

.brd-search .sr-ib .srbt {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    position: absolute;
    right: 32px;
    top: 12px;
    overflow: hidden;
    width: 48px;
}

.brd-search .sr-ib input[type="text"]:focus{
    outline:none;
}
.brd-search .sr-ib input[type="text"]:focus-visible {
    border-color: #4366c0;
}

.brd-srll .lsLine {
    float: right;
    text-align: right;
    margin-bottom: 20px;
}

.lsLine select {
    width: 150px;
    height: 45px;
    border: 1px solid #bbbbbb;
    vertical-align: top;
    font-size: 15px;
    padding-left: 10px;
    color: #333;
    border-radius: 15px;
    background-color: #FFFFFF;
}

.lsLine a {
    display: inline-block;
    width: 62px;
    background: #4366c0;
    text-align: center;
    font-size: 15px;
    color: #fff;
    line-height: 21px;
    padding: 12px 0;
    outline-offset: -3px;
    border-radius: 15px;
}

.lsLine a:hover {
    background: #818bba;
}

.brd-lstp1 {
    border-top: 2px dotted #d2d2d2;
    border-bottom: 1px solid #ddd;
}

.brd-lstp1 > li + li {
    border-top: 1px solid #e0dfdf;
}

.brd-lstp1 > li > div {
    display: table;
    box-sizing: border-box;
    width: 100%;
    padding: 20px 2%;
    table-layout: fixed;
    word-break: break-all;
}

.brd-lstp1 > li > div > p {
    display: table-cell;
    vertical-align: top;
    width: 80px;
    text-align: center;
    font-size: 18px;
    color: #666;
    line-height: 24px;
}

.brd-lstp1 > li > div > div {
    display: table-cell;
    vertical-align: top;
    padding-left: 10px;
}

.brd-lstp1 .ti a{
    font-size: 18px;
    color: #333;
    line-height: 24px;
    font-weight: 500;
}

.brd-lstp1 .da{
    line-height: 1.2;
    margin-top: 8px;
}

.brd-lstp1 .da > span{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #666;
    line-height: 20px;
    margin-right: 6px;
}

.brd-lstp1 .da > span:after {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 1px;
    height: 12px;
    background: #cfcfcf;
    margin-top: 4px;
    margin-left: 6px;
}

span.cl {
    color: #4366c0;
    font-weight: bold;
}

.paging {
    text-align: center;
    margin-top: 30px;
}

.paging > a {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 15px;
    color: #888;
    line-height: 20px;
    padding: 0 5px 2px;
    margin: 2px 0;
}

.paging > span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

.paging > span > a.on {
    background: #3e4e6f;
    color: #fff;
    font-weight: bold;
}

.paging > span > a {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #3e4e6f;
    border-radius: 5px;
    color: #3e4e6f;
    padding: 5px 11px;
    min-width: 17px;
    margin-right: 7px;
    transition: all 0.3s ease-in-out;
}

.paging > span > a:last-child{
    margin-right: 0;
}

.paging a img {
    padding: 4px;
    margin-top: 30%;
}

.view-bx {
    float: left;
    width: 69%;
    padding-right: 15px;
}

.view-bx .vw-tibx {
    padding: 20px 10px 10px 10px;
    border-top: 2px dotted #d2d2d2;
    border-bottom: 2px dotted #d2d2d2;
}

.view-bx .vw-tibx h4 {
    font-size: 21px;
    color: #3a3a3a;
    font-weight: 500;
    line-height: 1.2;
    background: none;
    padding: 0;
}

.view-bx .zl-bx {
    margin-top: 5px;
}

.view-bx .zl-bx .da {
    float: left;
    margin: 5px 0;
    line-height: 1;
}

.view-bx .zl-bx .da span {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    color: #666;
    line-height: 20px;
    margin-right: 4px;
    position: relative;
}

.view-bx .zl-bx .da span:not(.no-style):after {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 1px;
    height: 12px;
    background: #cfcfcf;
    margin-top: 4px;
    margin-left: 6px;
}


.view-bx .fl-dw {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
}

.view-bx .fl-dw > li {
    font-size: 15px;
    color: #333;
    line-height: 22px;
    font-weight: 500;
}

.view-bx .fl-dw > li span {
    color: #666;
}

.view-bx .vw-con {
    padding: 30px 0 50px 10px;
    border-bottom: 1px solid #d2d2d2;
}

.view-bx .vw-con + .hashTag-bx {
    margin-top: -1px;
}

.view-bx .hashTag-bx {
    padding: 10px 0 10px 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.view-bx .hashTag-bx a {
    display: inline-block;
    border: 1px solid #c5d5e4;
    padding: 5px 10px 5px;
    font-size: 18px;
    font-weight: bold;
    color: #4366c0;
    margin-right: 6px;
    border-radius: 5px;
    background-color: #f0f5fb;
}

.view-bx .vw-btbx {
    margin-top: 22px;
}

.btnAreaR {
    padding: 25px 0;
}

.btnAreaR a {
    display: inline-block;
    margin: 3px;
    padding: 10px 30px;
    font-size: 17px;
    line-height: 21px;
}

.btnAreaR a.btnBl {
    float: right;
    color: #ffffff;
    background: #4366c0;
    border-radius: 10px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}

.btnAreaR a.btnBl:hover {
    background: #818bba;
}

.btn.btnBl.del {
    background: #E23E58;
}

.btnAreaL {
    margin-top: 22px;
}


.col-w1 {
    width: 140px;
}
.row-tbst1 {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

.row-tbst1 th, .row-tbst1 td {
    border-bottom: #d0d0d0 solid 1px;
    word-break: break-all;
}

.row-tbst1 th {
    background-color: #f0f5fb;
    color: #2a2a2a;
    padding: 10px 0 10px 20px;
    text-align: left;
}

.row-tbst1 td {
    padding: 10px;
    width: 100%;
}

/* faq 게시판 */
.faqList {
    margin-top: 10px;
    border-top: #3c497b solid 2px;
}
.faqList dt .tag {
    background: #ebe6e3;
    color: #4366c0;
}
.faqList .tag {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    border-radius: 50%;
    font-size: 17px;
    font-weight: bold;
}
.faqList dt p{
    width: 100%;
    padding-right: 30px;
    font-size: 1.3333em;
}

/* 기본 아이콘 이미지 */
.faqList .icon {
    width: 30px;
    height: 30px;
    background: url(/images/gtaxNew/sub/icon_faq_down.png) no-repeat right center;
    cursor: pointer;
}

/* 클릭 시 아이콘 이미지 */
.faqList .icon.opened {
    background: url(/images/gtaxNew/sub/icon_faq_up.png) no-repeat right center;
}

.faqList dt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 50px 0;
    border-bottom: 1px solid #dcdcdc;
    cursor: pointer;
}
.faqList dd .tag {
    transform: translate(0, -10px);
    background: #4366c0;
    color: #fff;
}
.faqList dl dd {
    display: flex;
    word-break: break-word;
}
.faqList dd {
    display: none;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 50px;
    border-bottom: 1px solid #dcdcdc;
    background: #fcfcfc;
}
.faqList dd > div:nth-of-type(1) {
    width:calc(100% - 70px );
}
.faqList span{
    word-break: keep-all;
    font-family: 'Pretendard', sans-serif;
    font-size: 15px;
}
.fileArea {
    max-width: 900px;
    margin: 0 auto;
    margin-top: 80px;
    padding: 15px 40px;
    background-color: #F4F4F4;
    border-radius: 10px;
}
.fileArea p {
    display: block;
}
.fileArea a {
    display: inline-block;
    line-height: 2rem;
    color: #808080;
    padding-left: 29px;
    background: url(/images/graduateNew/icon/icon_download_20.png) no-repeat left 8px/18px auto;
    min-height: 21px;
    font-weight: bold;
}
.fileArea a>span {
    display: inline-block;
    border-bottom: 1px solid rgba(255,255,255,0);
}
.fileArea a:hover>span {
    border-bottom:1px solid #111;color:#111;
}



/* 학사일정 */
.wi_01{
    width: 180px;
}
.calYaer {
    color:#3c497b;
    font-size:40px;
    line-height:30px;
    vertical-align:middle;
    text-align:center;
}
.calYaer *{
    vertical-align:middle
}
.btnAreaLR {
    text-align: right;
    margin-top: -39px;
    margin-bottom: 30px;
}
#monthSelect {
    height: 35px;
}
select {
    padding: 5px;
}
.btn.btnBl.s35 {
    height: 35px;
    line-height: 35px;
    padding: 0 5px;
    min-width: 50px;
    background-color: #4366c0;
    width: 50px;
    color: #FFF;
}
.listType02 {
    border-top:#545454 solid 1px;
}
.listType02 th{
    background-color:#f5f5f5;
    color:#2a2a2a;
    padding:15px 0 13px;
    border-bottom:1px solid #bbb;
    border-right: 1px solid #bbb;
}
.listType02 td{
    border-bottom:1px solid #bbb;
    padding:15px 0 13px;
    text-align:center
}
.l20 {
    background: #f0f5fb;
}
.listType02.type2 td, .listType02.type2 th{border-left:#d0d0d0 solid 1px;text-align:center}
.listType02.type2 td:first-child, .listType02.type2 th:first-child{border-left:none}
.listType02.type2 td.al {padding:15px 15px 13px}
table .lLine {border-left:#d0d0d0 solid 1px !important;}
th.th {
    color:#3c497b;
    vertical-align:top;
    font-size:17px;
    font-weight: 500;
}
.listType02 td.th {
    color:#2a2a2a;
    font-weight:500;
    text-align:center;
}
.flex-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* 교내연구기관 */
.rule span {
    font-weight: bold;
}
.cuInfoText {
    border: 1px solid #dfdfdf;
    padding: 1rem 1rem 1rem 2rem;
    border-radius: 0.5rem;
    margin-top: 10px;
}
.btnBox {
    background: #f6f6f6;
    text-align: right;
    padding: 10px 40px 10px 0;
    border-radius: 0.5rem;
}
.cuInfoText .txt {
    padding: 20px 0;
    font-size: 15px;
}
.cuInfoText .btnBox a {
    padding-left: 27px;
    background: url(/images/graduateNew/icon/icon_home.png) no-repeat 0 2px;
    position: relative;
}

.cuInfoText .btnBox a:hover {
    color : #4366c0;
}

/* 연구윤리 관계 규정 */
.first_rule {
    border: 1px solid #bbb;
    border-radius: 10px;
    margin-top: 20px;
}
.first_rule div {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.second_rule {
    border: 1px solid #bbb;
    border-radius: 10px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.second_rule div {
    padding: 20px 10px 20px 20px;
}
.second_rule a {
    font-size: 13px;
}
/* sitemap */
.sitemap_box h3 {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
}
.sitemap_box h3 a:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-image: linear-gradient(to right, #557cc3 0, #818bba 100%);
}
.sitemap_box {
    position: relative;
    margin-bottom: 5px;
    letter-spacing: -1px;
    border-bottom: 2px dotted #d2d2d2;
    overflow: hidden;
}
.sitemap_box .dep2_box {
    padding: 25px 0 40px;
}
.h0 {
    margin: 0;
    padding: 0;
    color: inherit;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 0;
}
.sitemap_box h3 a {
    display: inline-block;
    position: relative;
    padding: 43px 5px 12px 0;
    font-size: 22px;
    line-height: 20px;
    font-weight: bold;
    color: #557cc3;
    letter-spacing: 0px;
}
.sitemap_box h3 a em {
    color: #818bba;
    font-style: normal;
}
.sitemap_box .clear_fix {
    display: block;
}
.sitemap_box .dep2 {
    float: left;
    width: 16%;
    padding: 0 20px;
    min-height: 300px;
}
.hei02{
    min-height: 200px !important;
}

.sitemap_box .dep2 > a {
    position: relative;
    display: block;
    padding: 10px 0 20px;
    font-size: 16px;
    line-height: 18px;
    color: #000;
    border-bottom: 1px solid #e5e5e5;
}
.sitemap_box .dep2 > a:hover {
    text-decoration: underline;
    font-weight: bold;
    color: #557cc3;
}
.sitemap_box .dep3 {
    padding: 15px 0;
}
.sitemap_box .dep3 li {
    padding: 6px 0 5px 0;
}
.sitemap_box .dep3 a {
    font-size: 15px;
    line-height: 18px;
    color: #7b7b7b;
}
.sitemap_box .dep3 a:hover {
    text-decoration: underline;
    font-weight: bold;
    color: #818bba;
}

/* 오시는길 */
.grayLBox {
    text-align: center;
}
.boxType01 {
    margin-top: 10px;
}
.btnBl {
    background: #4366c0;
}
/* 입학전형상담 */
.brd-lstp1 > li.q {
    position: relative;
    background: #f0f5fb;
}
li.q {
    display: none;
    background: none;
    padding: 15px 50px 15px 110px;
    word-break: break-all;
}
li.q span {
    padding-left: 10px;
    font-weight: bold;
    font-size: 16px;
    color: #4366c0;
}
li.q div {
    padding: 5px 22px 0;
}
li.q input {
    background-color: #f6f6f6;
}
.btnOk2 {
    padding: 2px 15px;
    border-radius: 5px;
    margin-top: 7px;
    margin-right: 1px;
    background-color: #557cc3;
    color: #FFFFFF !important;
    transition: all 0.3s ease-in-out;
}
.btnOk2:hover{
    background-color: #818bba;
}

@media screen and (max-width: 1160px){
    li.q {
        padding: 15px 20px;
    }
}
#passwordForm {
    background: #f0f5fb;
    line-height: 27px;
    padding: 30px 30px 50px;
}
#passwordForm span{
    padding-left: 10px;
    font-weight: bold;
    font-size: 16px;
    color: #4366c0;
}
#passwordForm div{
    height:29px;
    line-height:29px;
    box-sizing:border-box;
}
#passwordForm input{
    width: 50%;
    /*height: 27px;*/
    border: 1px solid #c9c9c9;
}
@media screen and (max-width: 1160px){
    #passwordForm {
        padding: 20px 0px 70px 10px;
    }
    #passwordForm input{
        display: block;
        width: 90%;
    }
    #passwordForm div{
        padding-left: 23px;
        margin-bottom: 5px;
    }
    #passwordForm p{
        margin-bottom: 5px;
    }
}

/* 모바일,PC 구분 */
.mhide {
    display: none;
}

.phide {
    display: block;
}

@media screen and (min-width: 700px) {
    .phide {
        display: none;
    }

    .mhide {
        display: block;
    }
}

/* 모바일 */
@media screen and (max-width:768px) {
    .content-area h3{
        font-size: 30px;
    }
    .content-area h4{
        background: url(/images/graduateNew/icon/h4.png) 0px 32px no-repeat;
        padding: 26px 0 0 20px;
    }
    .content-area h5{
        background: url(/images/graduateNew/icon/h5.png) 7px 18px no-repeat;
        padding: 14px 0 0 26px;
    }
    .ti_01{margin-left: 10px;}
    .ti_02{margin-left: 20px;}
    .brd-search select{width: 90px;}
    .brd-search .sr-ib input[type="text"]{width: 100%;}
    .brd-search .sr-ib .srbt{right: -15px;}

    /* 원장인사 */
    .welcomeBox > div {float:none; width:100%; padding:0;}
    .intro_left img{width: 100%;}
    .welcomeBox > div .tit {margin-top: 10px !important;}

    /* 행정기구 */
    .subordinates {
        flex-wrap: wrap;
    }
    .square {
        width: calc(33.33% - 10px);
        margin-bottom: 28px;
    }
    .subordinates::after{
        left: 15%;
        right: 15%;
    }
    /* 탭 */
    .new2023-tab1 > li {
        width: 50% !important;
        padding: 0 2px;
    }
    .tab-menu2 li {
        width: 50%;
    }
    .tab-menu2 > li a{
        padding: 0.3rem 0.5rem;
    }
    .info{
        padding-right: 0px;
    }

    .course {
        display: inline-block;
        margin: 10px 18px;
    }
    .course_arrow{
        margin: 0 40%;
    }
    .course_arrow img{
        transform: rotate(90deg);
    }

    .course_arrow2{
        margin: 0 40%;
    }
    .course_arrow2 img{
        transform: rotate(90deg);
    }
    .tabList li button{
        font-size: 15px;
        line-height: 15px;
    }
    .tabList li.on button{
        line-height: 15px;
    }

    .btnAreaLR {
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .wi_01{
        width: 100px;
    }
    th.th{
        font-size: 15px;
    }
    .sitemap_box .dep2{
        width: 100%;
        min-height: 0;
        padding: 0;
    }
    .hei02{
        min-height: 0 !important;
    }
    .sitemap_box .dep2 > a{
        padding: 10px 0 10px 5px;
    }
    .sitemap_box .dep3 {
        padding: 10px 0 10px 20px;
    }
    .sitemap_box{
        padding-bottom: 30px;
    }
    .sitemap_box .dep2:last-child > a {
        border-bottom: none;
    }

}

@media screen and (min-width:768px) {

    /* 교수소개 */
    .other-info {
        margin-top: 18px;
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0;
        margin-bottom: 15px;
    }
    .other-info li {
        flex-basis: 50%;
        box-sizing: border-box;
        padding: 3px;
    }
    .teacher-list > ul > li > div.tc-info {
        padding-left: 170px;
        margin-top: -139px;
        padding-bottom: 14px;
    }
    .tc-name{
        margin-bottom: 7px;
    }
}


@media screen and (max-width:1255px) {
    /* 탭 */
    .new2023-tab1 > li {
        width: 33.33%;
        padding: 0 2px;
    }
}

@media screen and (max-width:1160px) {

    .g-btn01-wrapper .g-btn01 {
        background: #FFFFFF;
    }
    .g-btn01-wrapper .g-btn01:hover,
    .g-btn01-wrapper .g-btn01:focus{
        background: #FFFFFF url("/images/graduateNew/icon/icon_arrow.png") no-repeat calc(100% - 20px) center;
        color: rgba(255, 255, 255, 0);
    }
    /* 게시판 */
    .lsLine, .brd-lstp1 .num{
        display: none;
    }
    .brd-lstp1 > li > div{
        padding-left: 0;
    }
}
