@charset "utf-8";
@import url('/common/css/font-notokr.css');
@import url('/common/css/font-proxima.css');
/*@import url('/site/resource/ansan/common/css/dept-contents.css');*/

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.7rem;
}

.stit {
    font-size: 1.2rem;
    color: rgb(var(--point-color-01));
    margin-top: 1rem;
}

@media (min-width: 1200px){
    #header .top-main .header-bg .header-bg-deco {
        position: absolute;
        bottom: -20px;
        right: -15px;
        display: block;
        width: 231px;
        height: 243px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 200px auto;
    }    
}


/*메인*/
/* 국제화 프로그램 */
.sec-global {
    position: relative;
    padding: 20px 30px;
    background: url(/site/resource/ansan/pathology/images/main-global-bg01.png) no-repeat center / cover;
    box-shadow: 0 3px 5px rgba(56, 41, 41, 0.1);
}
.sec-global::before {
    content: "";
    position: absolute;
    bottom: -1px;
    right: -20px;
    display: block;
    width: 223px;
    height: 278px;
    background: url(/site/resource/ansan/pathology/images/main-global-bg02.png) no-repeat right bottom;
    background-size: 180px auto; 
}
.sec-global .sec-header {
    position: relative;
    z-index: 1;
}
.sec-global .sec-body {
    position: relative;
}
.sec-global .global-list .sub-list > li {
    padding-left: 10px;
    margin-bottom: 10px;
    background: url(/site/resource/ansan/pathology/images/bullet-triangle.png) no-repeat center left;color: #2f2e2e;
    white-space: nowrap;
}
@media (min-width: 480px) {
    .sec-global::before {
        background-size: 210px auto; 
    }
}
@media (min-width: 576px) {
    .sec-global::before {
        background-size: 223px auto; 
    }
}
@media (min-width: 768px) {
    .sec-box-etc {
        padding: 0;
    }
    .sec-global {
        position: relative;
        height: 100%;
        padding: 0;
        background: none;
        box-shadow: none;
    }
    .sec-global::before {
        z-index: 1;
        background-size: 180px auto;
    }   
    .sec-global .sec-body {
        padding: 20px 30px;
        background: url(/site/resource/ansan/pathology/images/main-global-bg01.png) no-repeat center / cover;
        box-shadow: 0 3px 5px rgba(56, 41, 41, 0.1);
    }
    .sec-global .global-list > li {
        z-index: 1;
    }
}
@media (min-width: 992px) {
    .sec-global::before {
        right: 15px;
        bottom: 30px;
        background-size: 180px auto;
    }
    .sec-title-1 {
        text-align: left;
    }
    .sec-global .sec-body {
    padding: 0;
    background: none;
    box-shadow: none;
    }   
    .sec-global .global-list {
        padding-top: 30px;
        padding-bottom: 30px;
        margin: 0;
        background: url(/site/resource/ansan/pathology/images/main-global-bg01.png) no-repeat center / cover;
    }
    .sec-global .global-list > li {
        position: relative;
        padding-top: 10px;
        padding-bottom: 40px;
        box-shadow: 0 5px 3px -2px rgba(56, 41, 41, 0.1);
    }
    .sec-global .global-list > li::before {
        content: "";
        position: absolute;
        bottom: -33px;
        left: 0;
        display: block;
        width: 101%;
        height: 27px;
        background-color: white;
    }
    .sec-global .global-list > li:nth-child(2)::after {
        content: "";
        position: absolute;
        top: -60px;
        left: 0;
        display: block;
        width: 100%;
        height: 30px;
        background-color: white;
    }   
    .sec-global .global-list > li:nth-child(2) {
        top: 30px;
    }
    .sec-global .global-list .sub-list {
        padding-left: 10px;
    }
    .sec-global .global-list .sub-list > li {
        font-size: 15px;
    }
}
@media (min-width: 1200px) {
    .sec-global::before {
        right: 30px;
        background-size: 190px auto;
    }
    .sec-global .global-list > li {
        padding-top: 10px;
        padding-bottom: 50px;
    }
    .sec-global .global-list .sub-list {
        padding-left: 15px;
    }
    .sec-global .global-list .sub-list > li {
        font-size: 16px;
    }
}
@media (min-width: 1300px) {
    .sec-global::before {
        right: 40px;
        background-size: 210px auto;
    }
    .sec-global .global-list > li {
        padding-top: 20px;
        padding-bottom: 60px;
    }
    .sec-global .global-list .sub-list {
        padding-left: 20px;
    }
}


/*
@media (min-width: 768px){
    .sec-global .sec-body {
        padding: 20px 30px;
        background: url(/site/resource/ansan/pathology/images/main-global-bg01.png) no-repeat center / cover;
        box-shadow: 0 3px 5px rgba(56, 41, 41, 0.1);
    }
}*/



/*학과개요*/
.introduce-tit {
    padding-top: 250px;
    min-height: 150px;
    background-repeat: no-repeat;
    margin-bottom: 3rem;
    background-position: top center;
}
.introduce-tit .introduce-txt {
    box-shadow: 2px 2px 2px #e5e5e5;
}

.introduce-txt .btit01 {
    color: #222;
    font-size: 1.563rem;
    letter-spacing: -.05em;
}

.introduce-txt p {
    font-size: 0.938rem;
    letter-spacing: -.05em;
    text-align: left;
}

@media (min-width: 768px) {
        .introduce-txt .stit {
            font-size: 1.063rem;
            margin:0 0 15px;
        }    
        .introduce-txt .btit01 {
            font-size:1.688rem;
        }
        .line {
            margin: 20px 0;
        }
    }
    @media (min-width: 992px) {
        .introduce-txt .stit {
            font-size: 1.125rem;
            margin:20px 0;
        }    
        .introduce-txt .btit01 {
            font-size:2rem;
        }
        .introduce-txt .btit02 {
            font-size:1.563rem;
        }
        .introduce-txt p {
            font-size:1rem;
        }
        .line {
            margin: 30px 0;
        }
        .cont-info .num{
            font-size: 5rem;
        }
        .cont-info .tit{
            font-size: 1.5rem;
        }
    }


.line {
    width: 100%;
    margin: 1.5rem 0;
    clear: both;
    border-top: 1px solid #ddd;
}
span.line-point {
    width: 18%;
    border-top: 2px solid rgb(var(--point-color-01));
    display: block;
}

.cont-info .num{
    font-size: 5rem;
    color: rgb(var(--point-color-01));
    opacity: 0.1;
    font-weight: 900;
    position: absolute;
    top: -0.5rem;
    left: 0.5rem;
    line-height: 0.7;
}

.cont-info .tit{
    display: block;
    position: relative;
    z-index: 1;
    font-size: 1.5rem;
    padding: 1.5rem 0 0 2rem;
}

ul.t7{
    margin-left: 5px;
}

ul.t7 li{
    position: relative;
    padding-left: 10px;
    line-height: 1.8rem;
}

ul.t7 li:before{
    content: "";
    display: block;
    clear: both;
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #000;
    top: 0.8rem;
    left: 0;
    border-radius: 5px;
}
@media (min-width: 768px) {
     .stit{margin-top: 0;}
     
}


/*비전*/

.sec-info h3{
    position: relative;
    padding: 0 0.5rem;
}

.sec-info h3:before{
    content: "";
    clear: both;
    display: block;
    background-color: rgb(var(--point-color-02));
    width: 9px;
    height: 9px;
    border-radius: 9px;
    position: absolute;
    top: -10px;
    left: 0;
}

.sec-info p{font-size: 1.1em;}

.sec-vision {
    padding: 40px 0;
}
.sec-vision .vision-text .vision-tit {
    color: #000;
    position: relative;
    font-size: 1.35rem;
    font-weight: bold;
    position: relative;
    border: 2px solid rgb(var(--point-color-02));
    width: 50%;
    margin: 0 auto;
    border-radius: 100px;
    padding: 10px 0;
}
.sec-vision .vision-text .vision-tit:after {
    content: "";
    clear: both;
    display: block;
    width: 10px;
    height: 10px;
    background-color: rgb(var(--point-color-02));
    border-radius: 50px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}
.sec-vision .vision-text {
    color: #fff;
}
.sec-vision .vision-text .vision-cont {
    color: #000;
    font-size: 1.35rem;
    position: relative;
    margin: 50px 0;
    padding: 20px 20px;
    background-color: #f1fcff;
}

.sec-vision .vision-text .vision-cont:before {
    content: "";
    clear: both;
    display: block;
    width: 2px;
    height: 50px;
    background: linear-gradient(45deg, white, #51b4ff);
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.sec-info .co02 { 
    color: rgb(var(--point-color-02));
}
.sec-info .num02 {
    color: #fff;
    padding: 5px 8px;
    font-size: 15px;
    position: relative;
    background-color: rgb(var(--point-color-02));
    max-height: 31.5px;
    bottom: 3px;
}
.sec-info .num02::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 5px solid transparent;
    border-top: 5px solid #fff;
    border-left: 5px solid #fff;
    border-right: 5px solid transparent;
}

ul.list-num02 li {
    padding-bottom: 1rem;
    display: flex;
    gap: 10px;
}

@media (min-width: 768px){
    .sec-vision .vision-text .vision-cont {
        font-size: 1.85rem;
    }
    .sec-vision .vision-text .vision-tit {
        font-size: 2rem;
    }
}

/*교육목표*/
ol.list-num li {
    padding: 0.8rem 0 0.8rem 3rem;
    position: relative;
    background-color: #f5f5f5;
    margin-bottom: 0.8rem;
}

ol.list-num li span.num {
    background: rgb(var(--point-color-02));
    width: 32px;
    padding: 5px 0;
    height: 32px;
    text-align: center;
    color: hsl(0, 0%, 100%);
    position: absolute;
    top: 0;
    left: 0;
}

/*연혁*/

.history-box-col {
    position: relative;
}
.history-box-col::before {
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    display: inline-block;
    width: 1px;
    height: 83%;
    background-color: #cbcbcb;
}

.history-box-col02::before {
    height: 100%;
}

.history-box {
    padding-left: 30px;
    margin-top: -15px;
    text-align: left;
}
ol.history-box-list > li {
    margin-bottom: 20px;
}
.history-box-list .item-year {
    position: relative;
    margin-bottom: 10px;
    font-size: 20px;
}
.history-box-list .item-year::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -32px;
    transform: translateY(-50%);
    display: inline-block;
    width: 15px;
    height: 15px;   
    border: 3px solid rgb(var(--point-color-01));
    border-radius: 50%;
    background-color: white;
}

.history-container .month-list .month-label {
    font-weight: 500;
}

.history-box-list .month-list > li {
    margin-bottom: 5px;
}
/*.history-container .month-list .month-value {
    margin-left: 10px;
}*/
.history-container > .row:last-child > [class|="col"] {
    text-align: center;
}

.history-box-list ul.item{
    margin-left: 1.5rem;    
}
.history-box-list ul.item li{
    position: relative;
}
.history-box-list ul.item li:before{
    content: "";
    display: block;
    clear: both;
    width: 5px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 12px;
    left: -10px;
}
@media (min-width: 576px) {
    .history-box {
        padding-left: 40px;
    }
    .history-box-list .item-year::before {
        left: -42px;
    }
}

@media (min-width: 992px) {
    .history-deco-box-col {
        padding-right: 30px;
    }
    .history-deco-box {
        padding-top: 30px;
        text-align: right;
    }
    .history-deco-box img {
        width: 90%;
    }
    .history-box-col::before {
        left: 0;
    }
    .history-box {
        padding-left: 30px;
        margin-top: -10px;
    }

    ol.history-box-list > li {
        margin-bottom: 50px;
    }
    .history-box-list .item-year {
        position: relative;
        margin-bottom: 10px;
        font-size: 25px;
    }
    
    .history-box-list .item-year::before {
        left: -52px;
    }

}

/*학과시설*/
.facility-wrap .pimg img {
    width: 100%;
}
.facility-wrap .ptit {
    position: relative;
    padding: 0 0 20px;
    color: #333;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    font-size: 1em;
    line-height: 1.3;
    letter-spacing: -0.025em;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    
    background: none;
    margin-top: 0;
}

.facility-wrap .ptit span{
    color: red;
}
.facility-wrap .ptit:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 3px;
    background: rgb(var(--point-color-02));
}
.facility-wrap .pimg {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
}

.facility-wrap .pimg img {
    transition: transform 0.5s ease;
}
.facility-wrap .pimg img:hover {
    transform: scale(1.1);
}

.sub-container .sec-intro > .row .facility-div {
    padding-left: 0 !important;
    padding-top: 0 !important;
    padding-right: 0 !important;
}
.prof-container > .row > [class|="col"]:not(:last-child) {
    margin-bottom: 30px;
}

/*학과사무실*/
.map-info ul li.tel:after {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0;
    top: 0.2rem;
    background: url('/site/resource/ansan/pathology/images/img_map_ico.png') no-repeat -30px 0;
}
.map-info ul li:after {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0;
    top: 0.2rem;
    background: url('/site/resource/ansan/pathology/images/img_map_ico.png') no-repeat 0 0;
}
.map-info ul li {
    position: relative;
    display: inline-block;
    padding: 0 20px 0 40px;
    vertical-align: top;
    font-size: 16px;
    line-height: 2rem;
}

.text-color1{color: rgb(var(--point-color-01));}
@media (min-width: 992px){
    .nav-tabs-style01 .nav-item {
        width: 50%;
    }
}

.nav-tabs-style01 .nav-item .nav-link:hover, .nav-tabs-style01 .nav-item .nav-link:focus {
    color: rgb(var(--point-color-15));
}

/* 교과목개요 20230315hp */
.sbj-title {
	padding-left: 25px;
	font-size: 1.4rem;
	background: url(/site/resource/ansan/pathology/images/bu1.png) no-repeat left 0.3rem;
	margin-top: 1.6rem;
	font-weight: 400;
    color: #333804;
}
.sbj-title-2 {
	margin-left: 0;
	padding-left: 12px;
	font-size: 1rem;
	font-weight: 600;
	background: url(/site/resource/ansan/pathology/images/bullet01.png) no-repeat left 0.5rem;
	color: #333;
	font-weight: 400;
    margin-left: 25px;
}
.page-link {
    color: rgb(var(--point-color-14));
}
.page-item.active .page-link {
    background-color: rgb(var(--point-color-02));
    border-color:  rgb(var(--point-color-02));
}
.page-link:hover {
    color: rgb(var(--point-color-14));
}
/* 교수진 20230215hp */
.prof-box .prof-name {
    color: rgb(var(--point-color-01));
}
.prof-box .prof-box-list dt {
    color: rgb(var(--point-color-14));
}

/***** 교수진
.prof-container .item-inner {
    border: 1px dotted #00b5ae;
}
.prof-container .item-left {
    margin-right: 25px;
}
.prof-container .prof-name {
    border-bottom: 0;

}

.prof-box-body:before{
    content: "";
    display: block;
    clear: both;
    width: 150px;
    height: 150px;
    background: url('/site/resource/ansan/aisw/images/ico_prof.png') no-repeat;
    opacity: 0.1;
    position: absolute;
    bottom: 0;
    right: 0
}

.prof-box {
    position: relative;
}
.prof-box .prof-box-inner {
    position: relative;
    height: 100%;
    min-height: 360px;
    background-color: white;
    border:1px solid #ddd;
}

.prof-box .prof-box-inner:before {
    position: absolute;
    top: 0;
    content: '';
    display: inline-block;
    border-top: solid 5px #ececec;
    border-right: solid 5px #ececec;
    width: 60%;
    right: 0;
    height: 32px;
}
.prof-container .col-lg-6 {
    padding-left:0;
    padding-right:0;
}

.prof-box .prof-box-header {
    display: flex;
    align-items: center;
    justify-content: left;
    
    padding: 20px 20px;
    border-bottom: 1px solid #e9e9e9;
}
    
.prof-box .prof-box-header > span {
    order: 2;
}
.prof-box .prof-box-header .aisw-prof-photo {
    order: 1;
}
.prof-box .prof-box-header .aisw-prof-photo img {
    width: 100px;
    height: auto;
    border-radius: 50%;
    margin-left: 0.5rem;
    margin-right: 1.5rem;
}

.prof-box .aisw-prof-duty {
    font-size: 16px;
    font-weight: 200;
}
.prof-box .aisw-prof-name {
    margin-left: 8px;
    font-size: 24px;
    font-weight: 500;
    color: #00b5ae;
    position: relative;
}
.prof-box .prof-box-body {
    padding: 20px 30px 0;
    text-align: left;
}
.prof-box .prof-box-list {
    display: flex;
    flex-wrap: wrap;
}
.prof-box .prof-box-list.d-block {
    padding-top: 3rem;
}

@media (min-width: 380px) {

    .prof-container .col-lg-6 {
        padding-right:30px;
    }
    .prof-box .prof-box-header .aisw-prof-photo {
        margin-right: 10px;
    }   
    .prof-box .aisw-prof-duty {
        font-size: 20px;
    }
    .prof-box .aisw-prof-name {
        margin-left: 15px;
        font-size: 30px;
    }
}

.prof-box .prof-box-list dt {
    font-size: 15px;
    font-weight: 200;
    display: block;
    width: 100%;
}
.prof-box .prof-box-list dd {
    width: calc(100% - 135px);
    margin-bottom: 5px;
    font-size: 15px;
    white-space: wrap;
    letter-spacing: -1px;

    word-break:keep-all;
    display: block;
    width: 100%;
}

.prof-container > .row:last-child > [class|="col"] {
    text-align: center;
}

.prof-container > .row > [class|="col"]:not(:last-child){
    margin-bottom: 30px;
}

.more-link-skew {
    position: relative;
    z-index: 1;
    margin-top: 50px;   
    text-align: center;
}
.more-link-text {
    display: inline-block;
    transform: skew(20deg);
}


@media (min-width: 380px) {
    .prof-box .prof-box-header {
        padding: 20px 20px 20px;
    }
    
    .prof-box .prof-box-list dt {
        font-size: 16px;
        font-weight: 200;
        flex: 0 0 120px;
        max-width: 120px;
        margin-right: 15px;
    }
    .prof-box .prof-box-list dd {
        width: calc(100% - 135px);
        margin-bottom: 5px;
        font-size: 15px;
        white-space: wrap;
        letter-spacing: -1px;

        word-break:keep-all;
    }
}
@media (min-width: 400px) {
    
}
    
@media (min-width: 992px) {
    .prof-container .col-lg-6 {
        padding-left: 0;
        padding-right: 30px;
    }
    .prof-container > .row:last-child {
        margin-top: 60px;
    }
    .prof-container > .row > [class|="col"]:not(:last-child) {
        margin-bottom: 30px;
    }
} *****/
