@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License:none (public domain)
*/
* {
    box-sizing: border-box
}

html {
    font-family: "Noto Sans KR",sans-serif;
    letter-spacing: -0.025em
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: inherit
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

body {
    line-height: 1.5;
    padding-top: 140px
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

button,input,select,textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button,input {
    line-height: normal
}

button,select {
    text-transform: none
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

input[type="checkbox"],input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top;
}

a {
    text-decoration: none;
}

address {
    font-style: normal;
}

caption {
    display: none;
}

:root {
    --color1: #10223f;
    --color2: #00479d;
    --color3: #ed1b71
}

.auto {
    width: 1600px;
    margin: 0 auto
}

#subContents.auto {
    width: 1400px;
    margin: 0 auto
}

@media (max-width: 1600px) {
    .auto {
        width:100%;
        padding: 0 20px
    }

#subContents.auto {
    width:100%;
    padding: 0 20px
}


    .auto.no-pd {
        padding: 0
    }
}

.top-link {
    background-color: #10223f;
    height: 40px
}

.top-link .inner {
    display: flex;
    align-items: center
}

.top-link a {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    width: 120px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none
}

.top-link a:nth-child(1) {
    background-color: var(--color2)
}
.top-link a:nth-child(2){
    background-color: #222222;
}
.top-link a:nth-child(3) {
    background-color: #a81e55;
}

@media (max-width: 1024px) {
    .top-link a {
        font-size:13px
    }
}

@media (max-width: 768px) {
    body {
        padding-top:104px
    }

    .top-link {
        height: 34px
    }

    .top-link a {
        font-size: 12px;
        height: 34px;
        flex: 1
    }
}

.scroll-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
	
	transition: 0.3s;
	border-bottom: 1px solid #ddd;
    /* border-bottom: 1px solid #ddd */
}

.scroll-header.active{/* border-bottom: 1px solid #ddd; */ box-shadow:0 0 15px rgba(0,0,0,.15);}

.scroll-header .header {
    height: 100px;
    background-color: #fff;
    display: flex;
    align-items: center
}

@media (max-width: 768px) {
    .scroll-header .header {
        height:70px
    }
}

.scroll-header .header .auto {
    width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media (max-width: 1600px) {
    .scroll-header .header .auto {
        width:100%;
        padding: 0 20px
    }
}

.logo img {
    height: 100%
}

@media (max-width: 1600px) {
    .logo img {
        height:27px
    }
}

.gnb {
    display: flex;
    align-items: center;
    gap: 80px
}

.gnb > div {
}

/* .gnb > div:hover .dropdown{display:flex}
*/
.gnb .dropdown {
    display: none;
    border-top: 1px solid #ddd;
    position: absolute;
    top: 140px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    z-index: 1000;
    padding: 0px;
    flex-direction: row;
    gap: 0px
}

@media (max-width: 1400px) {
    .gnb {
        display:none
    }
}

.gnb .dropdown .left-info {
    background-color: #0053a6;
    color: #111;
    flex: 1 0 calc((100vw - 900px)/2);
    background: url(https://iphak.osan.ac.kr/usr/upload/ftp/left-info-bg-3.png)no-repeat left calc((100vw - 1600px)/2) bottom 41px;
    border-right: 1px solid #ddd;
    min-height: 300px
}

.gnb .dropdown .left-info>div {
    margin-left: calc((100vw - 1600px)/2)
}

.gnb .dropdown .left-info h2 {
    margin: 0;
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 15px
}

.gnb .dropdown .left-info hr {
    margin: 0;
    padding: 0;
    border-top: 0;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 60px;
    display: none
}

.gnb .dropdown .left-info p {
    line-height: 1.5
}

.gnb .dropdown .right-menus {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 30px calc((100% - 1600px)/2) 30px 50px;
    width: 100%;
    height: 100%
}

.gnb .dropdown .right-menus>div {
    display: flex;
    height: 55px
}

.gnb .dropdown .right-menus h3 {
    font-size: 16px
}

.gnb .dropdown .right-menus>div>a {
    display: block;
    padding: 5px 0;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    height: 55px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    background: #e0e3e8;
    border: 1px solid #e0e3e8;
    border-radius: 10px;
    position: relative;
    width: 100%;
    gap: 10px;
    transition: background-color 0.3s,color 0.3s,border-color 0.3s;
}
.gnb .dropdown .right-menus>div>a img{position: relative;top: 2px;}
.gnb .dropdown .right-menus>div>a::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #999;
    border-radius: 20px;
    right: 20px;
    transition: background-color 0.3s
}

.gnb .dropdown .right-menus>div>a:hover {
    background-color: #ffffff;
    color: #0053a6;
    border: 1px solid #0053a6
}

.gnb .dropdown .right-menus>div>a:hover::after {
    background-color: #0053a6
}

.gnb .dropdown .right-menus a .xi-angle-down-min {
    font-size: 24px
}

.gnb .dropdown .right-menus-dephs {
    display: none;
    padding: 10px 20px;
    display: none
}

.gnb .dropdown .right-menus-dephs a {
    font-size: 14px;
    font-weight: 400;
    color: #111;
    height: auto;
    padding: 10px 0 10px 12px;
    position: relative
}

.gnb .dropdown .right-menus-dephs a::after {
    position: absolute;
    left: 0px;
    top: 16px;
    width: 3px;
    height: 3px;
    background: #666;
    content: '';
    border-radius: 100px
}

.gnb>div>a {
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: center;
    height: 100px;
    position: relative
}

.gnb>div>a.active {
    color: #0053a6
}

.right-space-inner {
    display: flex;
    align-items: center;
    /* gap: 50px; */
}

@media (max-width: 768px) {
    .right-space-inner {
        gap:20px;
    }
}

.link-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    color: #fff;
    font-size: 18px;
    position: relative;
    font-weight: 700;
    width: 155px;
    height: 55px;
    background-color: var(--color3);
    text-decoration: none;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.link-btn img {
    margin-left: 10px;
    transition: all 0.3s ease; 
}

.link-btn:hover {
    background-color: #fff; 
    color: #ed1b71; 
    border-color: #ed1b71;
}

.link-btn:hover img {
    filter: invert(25%) sepia(96%) saturate(7386%) hue-rotate(325deg) brightness(98%) contrast(102%);

}

.link-btn.v {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    color: #fff;
    font-size: 18px;
    position: relative;
    font-weight: 700;
    width: 155px;
    height: 55px;
    background-color: #0054a6;
    text-decoration: none;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    margin-right: 20px;
}

.link-btn.v img {
    margin-left: 10px;
    transition: all 0.3s ease; 
}

.link-btn.v:hover {
    background-color: #fff; 
    color: #0054a6; 
    border-color: #0054a6;
}

.link-btn.v:hover img {
    filter: invert(25%) sepia(96%) saturate(7386%) hue-rotate(325deg) brightness(98%) contrast(102%);
    filter: invert(35%) sepia(100%) saturate(2000%) hue-rotate(185deg) brightness(50%) contrast(95%);
}


@media (max-width: 1600px) {
    .link-btn {
        font-size: 16px;
        width: 140px;
        height: 50px;
    }
}

@media (max-width: 992px) {
    .link-btn {
        font-size: 14px;
        width: 125px;
        height: 45px;
    }
}

@media (max-width: 768px) {
    .link-btn {
        font-size: 14px;
        width: 120px;
        height: 40px;
        font-weight: 500;
    }
}

@media (max-width: 1400px) {
    .link-btn,
	.link-btn.v{
        display:none
    }
}
.sitemap-btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 22px;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}

.sitemap-btn span {
    display: block;
    height: 2px;
    background-color: #000;
    transition: all 0.3s ease-in-out;
}

@media(max-width:680px){

.no-scroll .sitemap-btn span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
}

.no-scroll .sitemap-btn span:nth-child(2) {
    opacity: 0;
}

.no-scroll .sitemap-btn span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
}

}

.sitemap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    z-index: 1000
}

.sitemap.active {
    display: block
}

.sitemap-content {
    background-color: #fff;
    color: #000;
    padding: 20px;
    width: 300px;
    margin: 100px auto
}

.wave {
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 9
}

.wave img {
    position: relative;
    top: 0;
    left: 0;
    max-width: inherit;
    transition: 0.3s
}

.main-visual {
    position: relative;
    height: 820px;
    overflow: hidden
}

.main-visual-img {
    width: 100%;
    height: 820px
}

.main-visual-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.main-visual-txt {
    position: absolute;
    top: 60px;
    left: calc((100% - 1600px)/2);
    width: 100%;
    height: 380px;
    text-align: left;
    color: #fff
}

.main-visual-txt .t1 {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 500;
    display: block;
    margin-bottom: 0px
}

.main-visual-txt .t2 {
    font-size: 50px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}

.main-visual-txt .t3 {
    font-size: 22px;
    font-weight: 400;
    display: block
}

@media(max-width: 1600px) {
    .main-visual-txt {
        left:20px;
        top: 50px
    }
}

@media(max-width: 1024px) {
    .main-visual-txt {
        left:20px;
        top: 50px;
        height: 290px;
    }

    .main-visual-txt .t1 {
        font-size: 24px;
        font-weight: 500;
        display: block;
        margin-bottom: 8px
    }

    .main-visual-txt .t2 {
        font-size: 32px;
        font-weight: 700;
        display: block;
        margin-bottom: 26px
    }

    .main-visual-txt .t3 {
        font-size: 18px;
        font-weight: 400;
        display: block
    }
}

.swiper-progress-wrap {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    z-index: 9;
    gap: 20px
}

.swiper-pagination-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap
}

.swiper-pagination-bar.active .swiper-pagination-bullet {
    font-weight: 700
}

.swiper-pagination-bullet {
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 26px;
    background: none;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    border-radius: 0;
    cursor: pointer;
    overflow: hidden
}

.swiper-pagination-bullet span {
    text-indent: 0px;
    display: inline-flex;
    width: 200px;
    flex: 1 0 200px;
    display: none
}

.swiper-progress-bar {
    flex: 1;
    height: 2px;
    background: rgba(255,255,255,0.5);
    position: relative;
    overflow: hidden
}

.swiper-progress-bar-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #fff;
    display: none
}

.swiper-pagination-bar {
    width: 40px;
    transition: width .6s ease
}

.swiper-pagination-bar.active {
    width: 200px;
    transition: width .6s ease
}

.swiper-pagination-bar.active .swiper-progress-bar-fill {
    display: block
}

.swiper-pagination-bar.active .swiper-pagination-bullet span {
    display: flex
}

@media(max-width: 1024px) {
    .swiper-progress-wrap {
        position:absolute;
        bottom: 20px;
        left: 0;
        width: 100%;
        height: 40px;
        display: flex;
        align-items: center;
        z-index: 9;
        gap: 10px
    }

    .swiper-pagination-bar.active {
        width: 70px
    }

    .swiper-pagination-bar.active .swiper-pagination-bullet span {
        display: none
    }
}

.right-quick-menu {
    width: 90px;
    height: 370px;
    border-radius: 15px;
    position: fixed;
    right: 30px;
    top: 200px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    z-index: 15;
}

.right-quick-menu .con {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: center;
    gap: 30px
}

.right-quick-menu .con a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px
}

.right-quick-menu .con a span {
    font-weight: 500;
    display: block;
    margin-top: 4px
}

.right-quick-menu .con a img {
    margin-bottom: 5px
}

.right-quick-menu .top {
    background-color: #555;
    color: #fff;
    height: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0 0 15px 15px
}

@media (max-width: 768px) {
    .right-quick-menu {
        width:70px;
        height: auto;
        top: 120px;
        display: none
    }

    .right-quick-menu .con a img {
        width: 30px;
        height: 30px
    }

    .right-quick-menu .con a {
        font-size: 12px
    }

    .right-quick-menu .top {
        height: 30px;
        font-size: 12px
    }
}

.main-visual-steps {
    position: absolute;
    top: 600px;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 40px 20px 0;
    z-index: 9
}

.main-visual-steps .container {
    width: 1600px;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 25px;
    position: relative;
    transition: all 0.3s ease
}

.main-visual-steps .step {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 1px 4px 6px 4px rgba(0,0,0,0.2);
    padding: 30px;
    display: flex;
    gap: 40px;
    flex-direction: column;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
    justify-content: space-between;
    position: relative
}

.main-visual-steps .step.active {
    border: 2px solid var(--color3)
}

.main-visual-steps .step:first-child {
    width: 385px;
    background: #fff url(https://iphak.osan.ac.kr/usr/upload/ftp/main-visual-steps-bg.png)no-repeat bottom left
}

.main-visual-steps .step-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    gap: 10px
}

.main-visual-steps .step-number {
    background-color: #00479d;
    color: #fff;
    padding: 5px 10px;
    border-radius: 100px;
    font-size: 15px;
    font-weight: 400;
}

.main-visual-steps .step-title {
    font-size: 16px;
    font-weight: 500;
    color: var(--color2);
    letter-spacing: -0.1em
}

.main-visual-steps .step-content h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 13px
}

.main-visual-steps .step-content p.sub {
    font-size: 20px;
    color: #333;
    font-weight: 500;
    margin-bottom: 20px
}

.main-visual-steps .step-content p {
    font-size: 16px;
    color: #666;
    margin-bottom: 0px;
    line-height: 1.5;
    font-weight: 400;
}

.main-visual-steps .buttons {
    display: flex;
    gap: 10px;
    height: 100px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 0px
}

.main-visual-steps .step:nth-child(1) .buttons {
    display: grid;
    grid-template-columns: 1fr 1fr
}

.main-visual-steps .btn {
    display: inline-block;
    padding: 13px 15px;
    background-color: #fff;
    color: #333;
    border: 1px solid #999999;
    border-radius: 10px;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
    flex: 1 1 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 400;
}

.main-visual-steps .btn:hover {
    background-color: var(--color3);
    color: #fff;
    border-color: var(--color3)
}

.main-visual-steps .btn.active {
    background-color: var(--color3);
    color: #fff;
    border-color: var(--color3)
}

.main-visual-steps .line {
    height: 1px;
    width: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    z-index: 9
}

.main-visual-steps .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10
}

.main-visual-steps .arrow img {
    width: 100%;
    height: 100%
}

.main-visual-steps .step::after {
    content: '';
    position: absolute;
    top: -46px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background: #fff
}

.main-visual-steps .step::before {
    content: '';
    position: absolute;
    top: -56px;
    left: -10px;
    width: 28px;
    height: 28px;
    border-radius: 100px;
    border: 1px solid #fff;
    transition: 0.2s ease;
    opacity: 0
}

.main-visual-steps .step.active::before {
    opacity: 1;
    transition: 0.2s ease
}

@media (max-width: 1200px) {
    .main-visual-steps .container {
        width:100%;
        padding: 0 10px;
        display: flex;
        flex-wrap: wrap;
        gap: 10px
    }

    .main-visual-steps .step {
        gap: 20px;
        flex: 1 0 40%;
        width: 20%;
        padding: 13px;
        border-radius: 10px
    }

    .main-visual-steps .step::before,.main-visual-steps .step::after {
        display: none
    }

    .main-visual-steps .step:first-child {
        width: 100%;
        flex: 1 0 100%;
    }

    .main-visual-steps {
        position: absolute;
        top: 510px;
        padding: 40px 0
    }

    .main-visual-steps .arrow {
        display: none
    }

    .main-visual-steps .step-header {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 20px;
        gap: 10px
    }

    .main-visual-steps .step-number {
        background-color: #00479d;
        color: #fff;
        padding: 4px 7px;
        border-radius: 100px;
        font-size: 12px;
        font-weight: 300
    }

    .main-visual-steps .step-title {
        font-size: 14px;
        font-weight: 400;
        color: var(--color2);
        letter-spacing: -0.1em
    }

    .main-visual-steps .step-content h3 {
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 13px
    }

    .main-visual-steps .step-content p.sub {
        font-size: 15px;
        color: #333;
        font-weight: 500;
        margin-bottom: 20px
    }

    .main-visual-steps .step-content p {
        font-size: 14px;
        color: #666;
        margin-bottom: 0px;
        line-height: 1.5;
        font-weight: 300
    }

    .main-visual-steps .buttons {
        display: flex;
        gap: 5px;
        height: 80px;
        align-items: center;
        flex-wrap: wrap;
        margin-top: 0px
    }

    .main-visual-steps .btn {
        display: inline-block;
        padding: 10px 15px;
        background-color: #fff;
        color: #333;
        border: 1px solid #999999;
        border-radius: 5px;
        text-decoration: none;
        font-size: 12px;
        text-align: center;
        flex: 1 1 100%;
        display: flex;
        justify-content: space-between
    }

    .main-visual-steps .btn:hover {
        background-color: var(--color3);
        color: #fff;
        border-color: var(--color3)
    }

    .main-visual-steps .line {
        display: none
    }
}

@media (max-width: 768px) {
    .main-visual-steps{top: 430px;}
}

.custom-news-wrap {
    display: flex;
    justify-content: center;
    padding: 40px 0;
    margin-top: 210px;
}

.custom-news-wrap .auto {
    width: 1600px;
    display: flex;
    justify-content: space-between
}

.custom-news {
    width: 980px;
    position: relative
}

.custom-news-title span {
    font-weight: 400;
    font-size: 38px;
    color: #111
}

.custom-news-title strong {
    font-weight: 700;
    font-size: 38px;
    color: #111
}

.custom-news-title .sub-txt {
    font-size: 18px;
    color: #666;
    font-weight: 400;
    margin-left: 20px;
    line-height: 1.5;
    position: relative;
    bottom: 5px;
}
.custom-news-title img{position:relative; bottom:6px;}
.custom-news-tab {
    position: absolute;
    right: 50px;
    top: 10px
}

.custom-news-tab a {
    font-weight: 400;
    color: #999;
    margin-right: 24px;
    position: relative;
    font-size: 26px
}

.custom-news-tab a::after {
    content: '';
    background-color: #999;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%)
}

.custom-news-tab a:last-child::after {
    display: none
}

.custom-news-tab a.active {
    color: #111;
    font-weight: 700
}

.custom-news-tab a.active::before {
    content: '#';
    position: absolute;
    top: 0;
    left: -20px;
    color: var(--color3);
    font-weight: 900
}

.custom-tab-plus {
    position: absolute;
    right: 0;
    top: 15px
}

.custom-tab-plus i {
    color: #111;
    font-size: 27px;
    transition: transform 0.3s ease,color 0.3s ease
}

.custom-tab-plus:hover i {
    transform: rotate(90deg);
    color: #ed1b71
}

.custom-news-content {
    border-top: 2px solid #333;
    margin-top: 30px;
    display: none
}

.custom-news-content.active {
    display: flex
}

.custom-news-content a {
    display: block;
    padding: 30px;
    border-bottom: 1px solid #d9d9d9;
    position: relative;
    border-right: 1px solid #d9d9d9;
    width: 50%
}

.custom-news-content a:last-child {
    border-right: none
}

.custom-news-content a .icon {
    position: absolute;
    top: 35px;
    right: 30px;
    width: 15px;
    height: 15px;
    background: url('https://iphak.osan.ac.kr/usr/upload/ftp/link-icon.png') no-repeat center center;
    background-size: cover
}

.custom-news-content a .category {
    font-size: 16px;
    color: var(--color2);
    margin-bottom: 15px;
    display: block;
    font-weight: 700
}

.custom-news-content a .title {
    font-size: 22px;
    color: #333;
    font-weight: 700;
    display: block;
    margin-bottom: 23px
}

.custom-news-content a:hover .title {
    color: #0053a6
}

.custom-news-content a .description {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px
}

.custom-news-content a .date {
    font-size: 16px;
    color: #666;
    display: block;
    margin-top: 25px;
    font-family: 'Montserrat', sans-serif;
}

.custom-link {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 540px
}

.custom-link a {
    display: flex;
    align-items: center;
    padding: 10px;
    color: #111;
    background-color: #e0e3e8;
    position: relative;
    border-radius: 10px;
    padding-left: 30px;
    gap: 7px
}
.only-m-view{display:none;}
.custom-link a::before {
    content: '';
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-size: cover;
    background-position: center
}

.custom-link .link1::before {
    background-image: url('/usr/upload/ftp/scholarship-icon.png');
}

.custom-link .link2::before {
    background-image: url('/usr/upload/ftp/loan-icon.png');
}

.custom-link .link3::before {
    background-image: url('/usr/upload/ftp/dorm-icon.png');
}

.custom-link .link4::before {
    background-image: url('/usr/upload/ftp/bus-icon.png');
}

.custom-link .link5::before {
    background-image: url('/usr/upload/ftp/vr-icon.png');
}

.custom-link .link6::before {
    background-image: url('/usr/upload/ftp/result-icon.png');
}

.custom-link .link7::before {
    background-image: url('/usr/upload/ftp/consult-icon.png');
}

.custom-link .link8::before {
    background-image: url('/usr/upload/ftp/dept-icon.png');
}

.custom-link a:hover::before, .custom-link a.active::before  {
    filter: brightness(0) invert(1);
}

.custom-link a:hover, .custom-link a.active {
    background-color: var(--color3);
    color: #fff;
}

.custom-link a:hover::after{
    content: '';
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 19px;
    height: 12px;
    background-image: url('https://iphak.osan.ac.kr/usr/upload/ftp/main-con-link-arrow.png');
    background-size: cover;
    background-repeat: no-repeat
}

@media(max-width: 1600px) {
    .custom-news-wrap .auto {
        width:100%;
        gap: 20px
    }
}

@media(max-width: 1024px) {
    .only-m-view{display:block;}
    .custom-news-title .sub-txt {
        font-size:15px;
        display: block;
        color: #666;
        font-weight: 400;
        margin-left: 0px;
        line-height: 1.5;
        margin-top: 10px;
        width: 60%;
    }

    .custom-news-title span,.custom-news-title strong {
        font-size: 22px
    }

    .custom-news-tab {
        position: initial;
        padding: 0 0 0 14px;
        margin-top: 22px
    }

    .custom-news-tab a {
        font-size: 20px
    }


    .custom-news-wrap .auto {
        flex-wrap: wrap
    }

    .custom-news {
        width: 100%
    }

    .custom-link {
        width: 100%;
        grid-template-columns: calc(25% - 7.5px) calc(25% - 7.5px) calc(25% - 7.5px) calc(25% - 8.5px);
        gap: 10px
    }

    .custom-link a {
        padding: 15px 10px;
        flex-wrap: wrap;
        display: flex;
        justify-content: flex-start;
        gap: 0px;
        text-align: center;
        word-break: keep-all;
        line-height: 1.5;
        flex-direction: column;
        align-items: center;
        font-size: 14px;
        word-break: break-all
    }

    .custom-link a::before {
        top: 0;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .custom-link a:hover, .custom-link a.active {
        background-color: var(--color3);
        color: #fff;
    }

 
	.custom-link a:hover::before, .custom-link a.active::before  {
    filter: brightness(0) invert(1);
   }
    .custom-link a:hover::after{
		background-image: none;
	}

    .custom-tab-plus {
        top: 41px
    }

    .custom-news-content.active {
        display: block
    }

    .custom-news-content a {
        width: 100%;
        padding: 15px;
        border-right: 0;
    }

    .custom-news-content a .description {
        font-size: 14px
    }

    .custom-news-content a .icon {
        width: 15px;
        height: 15px;
        top: 20px;
        right: 20px
    }

    .custom-news-content a .title {
        font-size: 17px;
        margin-bottom: 14px
    }

    .custom-news-content a .date {
        font-size: 14px
    }
}

.m-faculty-list {
    margin-top: 40px;
    display: -ms-grid;
    display: grid;
    margin-bottom: 0px;
    padding-left: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    list-style-type: none
}

.m-faculty-li-h {
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 26px;
    margin-right: 25px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #fff;
    font-size: 22px
}

.m-faculty-li-list {
    position: relative;
    z-index: 11;
    display: block;
    width: 100%;
    margin-top: 28px;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-bottom: 28px;
    padding-left: 42px;
    font-size: 10px;
    list-style-type: disc
}

.m-faculty-li-li {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    list-style-type: none;
    position:relative; 
}
.m-faculty-li-li::after{width:3px;height:3px;background:#222;left: -11px;top: 15px;border-radius:10px;content:'';position:absolute;}
.m-faculty-li-li::marker{display: none;appearance: none;list-style-type: none;}

.m-faculty-li-li.mn1:hover {
    color: #6db4d0
}

.m-faculty-li-li.mn1:focus {
    color: #6db4d0
}

.m-faculty-li-li.mn2:hover {
    color: #f4975e
}

.m-faculty-li-li.mn2:focus {
    color: #f4975e
}

.m-faculty-li-li.mn3:hover {
    color: #77c1b2
}

.m-faculty-li-li.mn3:focus {
    color: #77c1b2
}

.m-faculty-li-li.mn4:hover {
    color: #f7c557
}

.m-faculty-li-li.mn4:focus {
    color: #f7c557
}

.m-faculty-li-li.mn5:hover {
    color: #f2acbf
}

.m-faculty-li-li.mn5:focus {
    color: #f2acbf
}

.m-faculty-li-li.mn6:hover {
    color: #e9738d
}

.m-faculty-li-li.mn6:focus {
    color: #e9738d
}

.m-faculty-li-li.mn7:hover {
    color: #876e74
}

.m-faculty-li-li.mn7:focus {
    color: #876e74
}

.m-faculty-li-li.mn8:hover {
    color: #c098d1
}

.m-faculty-li-li.mn8:focus {
    color: #c098d1
}

.m-faculty-li-li.mn9:hover {
    color: #71b578
}

.m-faculty-li-li.mn9:focus {
    color: #71b578
}

.m-faculty-li-li.mn10:hover {
    color: #4562a6
}

.m-faculty-li-li.mn10:focus {
    color: #4562a6
}

.m-faculty-li-li.mn11:hover {
    color: #626367
}

.m-faculty-li-li.mn11:focus {

    color: #626367
}


.m-faculty-li-inner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    /* border: 2px solid #000; */
    border-radius: 20px;
    min-height: 350px;
    overflow: hidden
}

.m-faculty-li-inner.mn1 {
    border-color: #6db4d0
}

.m-faculty-li-inner.mn2 {
    border-color: #f4975e
}

.m-faculty-li-inner.mn3 {
    border-color: #77c1b2
}

.m-faculty-li-inner.mn4 {
    border-color: #f7c557
}

.m-faculty-li-inner.mn5 {
    border-color: #f2acbf
}

.m-faculty-li-inner.mn6 {
    border-color: #e9738d
}

.m-faculty-li-inner.mn7 {
    border-color: #876e74
}

.m-faculty-li-inner.mn8 {
    border-color: #c098d1
}

.m-faculty-li-inner.mn9 {
    border-color: #71b578
}

.m-faculty-li-inner.mn10 {
    border-color: #4562a6
}

.m-faculty-li-inner.mn11 {
    border-color: #626367
}

.m-faculty-li-head {
    position: relative;
    width: 100%;
    padding-bottom: 66px
}
.m-faculty-li-head::after{
    position:absolute;
    left:0;
    bottom: -2px;
    width:100%;
    height: 5px;
    background: #fff;
    content:'';
    z-index:9;
}
.m-faculty-li-head.mn1 {
    background-color: #6db4d0
}

.m-faculty-li-head.mn2 {
    background-color: #f4975e
}

.m-faculty-li-head.mn3 {
    background-color: #77c1b2
}

.m-faculty-li-head.mn4 {
    background-color: #f7c557
}

.m-faculty-li-head.mn5 {
    background-color: #f2acbf
}

.m-faculty-li-head.mn6 {
    background-color: #e9738d
}

.m-faculty-li-head.mn7 {
    background-color: #876e74
}

.m-faculty-li-head.mn8 {
    background-color: #c098d1
}

.m-faculty-li-head.mn9 {
    background-color: #71b578
}

.m-faculty-li-head.mn10 {
    background-color: #4562a6
}

.m-faculty-li-head.mn11 {
    background-color: #626367
}

.m-faculty-li-li-a {
    display: block;
    padding-top: 5px;
    padding-bottom: 4px;
    color: #333;
    font-size: 18px;
    line-height: 23px;
    font-weight: 500;
    text-decoration: none
}

.m-faculty-li-li-a.mn1:hover {
    color: #6db4d0
}

.m-faculty-li-li-a.mn1:focus {
    color: #6db4d0
}

.m-faculty-li-li-a.mn2:hover {
    color: #f4975e
}

.m-faculty-li-li-a.mn2:focus {
    color: #ba83ba
}

.m-faculty-li-li-a.mn3:hover {
    color: #77c1b2
}

.m-faculty-li-li-a.mn3:focus {
    color: #77c1b2
}

.m-faculty-li-li-a.mn4:hover {
    color: #f7c557
}

.m-faculty-li-li-a.mn4:focus {
    color: #f7c557
}

.m-faculty-li-li-a.mn5:hover {
    color: #f2acbf
}

.m-faculty-li-li-a.mn5:focus {
    color: #339933
}

.m-faculty-li-li-a.mn6:hover {
    color: #e9738d
}

.m-faculty-li-li-a.mn6:focus {
    color: #e9738d
}

.m-faculty-li-li-a.mn7:hover {
    color: #876e74
}

.m-faculty-li-li-a.mn7:focus {
    color: #876e74
}

.m-faculty-li-li-a.mn8:hover {
    color: #c098d1
}

.m-faculty-li-li-a.mn8:focus {
    color: #253859
}

.m-faculty-li-li-a.mn9:hover {
    color: #71b578
}

.m-faculty-li-li-a.mn9:focus {
    color: #71b578
}

.m-faculty-li-li-a.mn10:hover {
    color: #4562a6
}

.m-faculty-li-li-a.mn10:focus {
    color: #4562a6
}

.m-faculty-li-li-a.mn11:hover {
    color: #626367
}

.m-faculty-li-li-a.mn11:focus {
    color: #626367
}

.m-faculty-li-shape {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0px;
    z-index: 1;
    width: 100%;
    height: 63px;
    background-image: url('https://iphak.osan.ac.kr/usr/upload/ftp/shape_faculty_h.png');
    background-position: 0% 100%;
    background-size: 100%;
    background-repeat: no-repeat
}

.m-faculty-li-icon {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    transform-origin: right bottom
}

.m-faculty-li-icon.mn1 {
    right: 10px;
    bottom: 7px;
    width: 122px;
    height: 133px;
    background-image: url('https://iphak.osan.ac.kr/usr/upload/ftp/icon_faculty_1.png');
    background-position: 100% 100%;
    background-size: contain;
    background-repeat: no-repeat
}

.m-faculty-li-icon.mn2 {
    right: 15px;
    bottom: 7px;
    width: 149px;
    height: 150px;
    background-image: url('https://iphak.osan.ac.kr/usr/upload/ftp/icon_faculty_2.png');
    background-position: 100% 100%;
    background-size: contain;
    background-repeat: no-repeat
}

.m-faculty-li-icon.mn3 {
    right: 12px;
    bottom: 5px;
    width: 145px;
    height: 138px;
    background-image: url('https://iphak.osan.ac.kr/usr/upload/ftp/icon_faculty_3.png');
    background-position: 100% 100%;
    background-size: contain;
    background-repeat: no-repeat
}

.m-faculty-li-icon.mn4 {
    right: 19px;
    bottom: 6px;
    width: 134px;
    height: 139px;
    background-image: url('https://iphak.osan.ac.kr/usr/upload/ftp/icon_faculty_4.png');
    background-position: 100% 100%;
    background-size: contain;
    background-repeat: no-repeat
}

.m-faculty-li-icon.mn5 {
    right: 10px;
    bottom: 7px;
    width: 92px;
    height: 136px;
    background-image: url('https://iphak.osan.ac.kr/usr/upload/ftp/icon_faculty_5.png');
    background-position: 100% 100%;
    background-size: contain;
    background-repeat: no-repeat
}

.m-faculty-li-icon.mn6 {
    right: 14px;
    bottom: 7px;
    width: 100px;
    height: 179px;
    background-image: url('https://iphak.osan.ac.kr/usr/upload/ftp/icon_faculty_6.png');
    background-position: 100% 100%;
    background-size: contain;
    background-repeat: no-repeat
}

.m-faculty-li-icon.mn7 {
    right: 19px;
    bottom: 9px;
    width: 181px;
    height: 127px;
    background-image: url('https://iphak.osan.ac.kr/usr/upload/ftp/icon_faculty_7.png');
    background-position: 100% 100%;
    background-size: contain;
    background-repeat: no-repeat
}

.m-faculty-li-icon.mn8 {
    right: 19px;
    bottom: 10px;
    width: 120px;
    height: 147px;
    background-image: url('https://iphak.osan.ac.kr/usr/upload/ftp/icon_faculty_8.png');
    background-position: 100% 100%;
    background-size: contain;
    background-repeat: no-repeat
}

.m-faculty-li-icon.mn9 {
    right: 17px;
    bottom: 12px;
    width: 140px;
    height: 165px;
    background-image: url('https://iphak.osan.ac.kr/usr/upload/ftp/icon_faculty_9.png');
    background-position: 100% 100%;
    background-size: contain;
    background-repeat: no-repeat
}

.m-faculty-li-icon.mn10 {
    right: 14px;
    bottom: 20px;
    width: 113px;
    height: 95px;
    background-image: url('https://iphak.osan.ac.kr/usr/upload/ftp/icon_faculty_10.png');
    background-position: 100% 100%;
    background-size: contain;
    background-repeat: no-repeat
}

.m-faculty-li-icon.mn11 {
    right: 14px;
    bottom: 20px;
    width: 86px;
    height: 88px;
    background-image: url('https://iphak.osan.ac.kr/usr/upload/ftp/icon_faculty_11.png');
    background-position: 100% 100%;
    background-size: contain;
    background-repeat: no-repeat
}

.m-faculty-li {
    background: #fff;
    height: 460px
}

.m-faculty-li.two {
    display: grid;
    gap: 30px
}

.two .m-faculty-li-inner {
    min-height: auto
}

._wf-m-faculty {
    padding-top: 100px;
    padding-bottom: 100px;
    background: url(https://iphak.osan.ac.kr/usr/upload/ftp/wf-section-bg.png)no-repeat center / cover
}

._wf-m-faculty .custom-news-title {
    position: relative
}

._wf-m-faculty .custom-news-title .responsive-button {
    position: absolute;
    right: 0
}

@media(max-width: 1024px) {
.m-faculty-li-li::after{

    left: -10px;
    top: 13px;

}
	
	.m-faculty-li {
        height:auto
    }

    .m-faculty-list {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    .m-faculty-li-list {
        padding: 10px 0 0 30px;
        margin-top: 0px;
        padding-right: 15px
    }

    .m-faculty-li.two {
        gap: 10px
    }

    .m-faculty-li-li-a {
        font-size: 14px;
        padding: 2px 0
    }

    .m-faculty-li-inner {
        border-radius: 10px
    }

    .m-faculty-li-h {
        margin-top: 15px;
        margin-left: 13px;
        font-size: 16px;
        line-height: 1.5;
        padding-right: 10px
    }

    .m-faculty-li-head {
        padding-bottom: 30px
    }

    ._wf-m-faculty {
        padding-top: 20px;
        padding-bottom: 50px
    }

    ._wf-m-faculty .custom-news-title .responsive-button {
        top: -7px
    }


.m-faculty-li-shape {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0px;
    z-index: 1;
    width: 100%;
    height: 60px;
    background-image: url('https://iphak.osan.ac.kr/usr/upload/ftp/shape_faculty_h.png');
    background-position: 0% 103%;
    background-size: 100%;
    background-repeat: no-repeat
}

}

.shorts-con {
    overflow: hidden;
    position: relative;
    padding-top: 100px
}

.shorts-con::after {
    content: '';
    position: absolute;
    height: 470px;
    width: 100%;
    top: 0;
    background: #f2f6fa;
    z-index: -2;
    left: 0
}

.shorts-con .custom-news-title {
    margin-top: 20px
}

.shorts-con .sub-txt {
    margin-top: 20px;
    display: block
}

.shorts-con .nav {
    margin-top: 50px
}

.nav {
    display: flex;
    gap: 10px
}

.nav i {
    width: 50px;
    height: 50px;
    border: 1px solid #999;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 20px;
    border-radius: 100px;
    transition: background-color 0.3s,color 0.3s,border-color 0.3s
}

.nav i.xi-long-arrow-right:hover,.nav i.xi-long-arrow-left:hover {
    background-color: #0053a6;
    color: #fff;
    border-color: #0053a6
}

.shorts-con .auto {
    display: flex;
    width: 100%;
    margin-left: calc((100% - 1600px)/2)
}

.shorts-con .txt {
    flex: 1 0 400px;
    position: relative;
}



.shorts-con .swiper .img {
    border-radius: 25px;
    overflow: hidden;
    cursor:pointer;
    /* aspect-ratio: 9/16; */
    height: 0;
    padding-top: 177.78%;
    width: 100%;
    position: relative;
}

.shorts-con .swiper .img img {
    object-fit: cover;
    display: flex;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.shorts-con .swiper .t {
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.shorts-con .bg {
    position: absolute;
    left: 0;
    bottom: 10px;
    z-index: -1
}
@media(max-width: 1900px) {
.shorts-con .bg {
    transform: scale(80%);
    transform-origin: left;
}
}

@media(max-width: 1600px) {
    .shorts-con .auto {
        margin-left:0px;
        padding-right: 0
    }

    
}

@media(max-width: 1024px) {
    .shorts-con {
        padding-top:50px
    }

    .shorts-con .auto {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        width: 100%;
    }.shorts-con .txt{
    flex: 1 0 100%;
}

    .shorts-con .swiper {
        width: 100%
    }

    .shorts-con .swiper .t {
        font-size: 15px;
        margin-top: 10px;
        font-size: 16px;
    }

    .shorts-con .nav {
        margin-top: 20px;
        gap: 6px;
        position: absolute;
        right: 20px;
        bottom: 3px;
    }

    .nav {
    }

    .nav i {
        width: 40px;
        height: 40px
    }
}

.responsive-button {
    display: inline-flex;
    align-items: center;
    font-size: 15px;
    height: 50px;
    width: 170px;
    padding: 0 24px;
    font-weight: 500;
    color: #666;
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 60px;
    text-decoration: none;
    transition: background-color 0.3s,color 0.3s,border-color 0.3s;
    justify-content: space-between
}

.responsive-button i.xi-plus {
    margin-left: 8px;
    font-size: 17px;
    transition: transform 0.3s
}

.responsive-button:hover {
    background-color: #0053a6;
    color: #fff;
    border-color: #0053a6
}

.responsive-button:hover i.xi-plus {
    transform: scale(1.1);
    color: #fff
}

@media (max-width: 768px) {
    .responsive-button {
        padding:8px 16px;
        font-size: 14px
    }

    .responsive-button i.xi-plus {
        font-size: 18px
    }

    .m-faculty-li-icon {
        transform: scale(0.7)
    }
}

@media (max-width: 480px) {
    .responsive-button {
        padding:6px 12px;
        font-size: 12px;
        width: 120px;
        height: 40px
    }

    .responsive-button i.xi-plus {
        font-size: 16px
    }
}

.m-video-thumb.col1-pading {
    padding-right: 15px
}

.m-video-thumb-img {
    display: block;
    width: 100%;
    max-width: 718px;
    border: 1px solid #ddd;
    border-radius: 10px
}

.m-video-col2 .m-video-list-a img {
    max-width: 323px;
    max-height: 100%;
    position: absolute;
    top: 0;
    padding-bottom: 10%;
    border: 0;
    border-radius: 0
}

.m-video-thumb-h {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 400
}

.m-video-thumb-h.ellipsis1 {
    max-width: 80%;
    margin-top: 0;
    margin-bottom: 0;
    color: #333;
    font-size: 22px;
    font-weight: 500
}

.m-video-thumb-txt {
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
    align-items: center
}

.m-video-thumb-date {
    color: #666
}

.a-reset {
    width: 100%;
    text-decoration: none
}

.m-video-col2 {
    padding-left: 0
}

.m-video-list.col2-pading {
    padding-left: 30px
}

.m-video-list-ul {
    display: grid;
    overflow: hidden;
    margin: 0;
    padding-left: 0;
    flex-direction: column;
    align-items: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    list-style-type: none
}

.m-video-list-a {
    display: block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    padding-top: 56%
}

.m-video-list-txt {
    margin-bottom: 0;
    color: #333;
    font-size: 18px;
    font-weight: 500
}

.m-video-list-txt.ellipsis1 {
    margin-top: 12px
}

.m-video-foot-a {
    margin-left: 6px;
    align-items: center;
    text-decoration: none
}

.m-video-foot {
    position: absolute;
    right: 0;
    display: flex;
    overflow: hidden;
    height: 52px;
    align-items: center;
    text-decoration: none;
    padding: 0;
    border: 0
}

.custom-news-title {
    vertical-align: bottom
}

.youtube.main {
    margin-top: 100px;
    overflow: hidden
}

.youtube.main .auto .custom-news-title {
    position: relative
}

.youtube.main .tit-right {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    gap: 10px
}

.youtube.main .con-wrap {
    display: flex;
    gap: 40px;
    margin-top: 40px
}

.youtube.main .con-wrap .con1 {
    width: 880px;
    flex: 0 0 880px;
}

.youtube.main .con-wrap .con1 .img {
    overflow: hidden;
    border-radius: 25px;
    cursor: pointer;
}

.youtube.main .con-wrap .con1 .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.youtube.main .con-wrap .con1 .t {
    font-size: 22px;
    font-weight: 700;
    margin-top: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.youtube.main .con-wrap .con2 {
    flex: 0 0 680px;
    width: 680px
}

.youtube.main .con-wrap .con2 .swiper {
    height: 493px;
    width: 100%
}

.youtube.main .con-wrap .con2 .swiper-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-wrap: wrap;
    gap: 0px;
}

.youtube.main .con-wrap .con2 .swiper-slide .img {
    width: 300px;
    height: 100%;
    overflow: hidden;
    border-radius: 15px;
    object-fit: cover;
}

.youtube.main .con-wrap .con2 .swiper-slide .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.youtube.main .con-wrap .con2 .swiper-slide {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    width: 100% !important;
    height: 144px;
    margin-bottom: 20px;
    cursor: pointer;
}

.youtube.main .con-wrap .con2 .swiper-slide .t {flex: 1 0 calc(100% - 280px);}

.youtube.main .con-wrap .con2 .swiper-slide .t .txt {
    line-height: 1.5;
    font-weight: 700;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.youtube.main .con-wrap .con2 .swiper-slide .t .tag {
    font-size: 16px;
    color: #999;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.youtube.main .progressbar {
    display: block;
    position: relative;
    width: 100%;
    height: 5px;
    background: #e5e5e5;
    margin-top: 30px;
    border-radius: 20px;
    overflow: hidden;
}

.youtube.main .progressbar .swiper-pagination-progressbar-fill {
    background: #0255a7
}

@media(max-width: 1500px) {
    .youtube.main {
        margin-top:60px;
        overflow: hidden
    }

    .youtube.main .auto .custom-news-title {
        position: relative
    }

    .youtube.main .tit-right {
        position: absolute;
        right: 0;
        top: 0;
        display: flex;
        gap: 10px
    }

    .youtube.main .con-wrap {
        display: flex;
        gap: 30px;
        margin-top: 40px;
        flex-wrap: wrap
    }

    .youtube.main .con-wrap .con1 {
        flex: 1 0 100%;
        width: 100%
    }

    .youtube.main .con-wrap .con1 .img {
        overflow: hidden;
        border-radius: 25px
    }

    .youtube.main .con-wrap .con1 .img img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .youtube.main .con-wrap .con1 .t {
        font-size: 16px;
        font-weight: 700;
        margin-top: 15px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap
    }

    .youtube.main .con-wrap .con2 {
        flex: 1 0 100%;
        width: 100%
    }

    .youtube.main .con-wrap .con2 .swiper {
        height: 333px;
        width: 100%
    }

    .youtube.main .con-wrap .con2 .swiper-slide .img {
        width: 100%;
        height: 100px;
        overflow: hidden;
        border-radius: 15px;
        object-fit: cover
    }

    .youtube.main .con-wrap .con2 .swiper-slide .img img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .youtube.main .con-wrap .con2 .swiper-slide {
        display: grid;
        grid-template-columns: 150px calc(100% - 170px);
        gap: 10px;
        align-items: center;
        height: 90px
    }

    .youtube.main .con-wrap .con2 .swiper-slide .t {
    }

    .youtube.main .con-wrap .con2 .swiper-slide .t .txt {
        line-height: 1.5;
        font-weight: 700;
        font-size: 15px
    }

    .youtube.main .con-wrap .con2 .swiper-slide .t .tag {
        font-size: 14px;
        color: #999;
        margin-bottom: 6px
    }

    .youtube.main .progressbar {
        display: block;
        position: relative;
        width: 100%;
        height: 5px;
        background: #e5e5e5;
        margin-top: 30px
    }

    .youtube.main .progressbar .swiper-pagination-progressbar-fill {
        background: #0255a7
    }
}

.sns-con {
    padding: 100px 0;
    margin-top: 100px;
    background: #f8f8f8 url(https://iphak.osan.ac.kr/usr/upload/ftp/sns-con-bg.png)no-repeat bottom left;
    overflow: hidden
}

.sns-con .auto {
}

.sns-con .custom-news-title {
    position: relative
}

.sns-con .custom-news-title span {
}

.sns-con .custom-news-title strong {
}

.sns-con .custom-news-title .sub-txt {
}

.sns-con .tit-right {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    gap: 12px
}

.sns-con .tit-right a {
}

.sns-con .tit-right img {
}

.sns-con .con {
    margin-top: 40px
}

.sns-con .swiper {
    position: relative
}

.sns-con .swiper-wrapper {
}

.sns-con .swiper-slide {
}

.sns-con .swiper-slide .img {
    border-radius: 20px;
    overflow: hidden;
    display: flex
}

.sns-con .swiper-slide .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.sns-con .swiper-slide .txt {
    margin-top: 18px
}

.sns-con .swiper-slide .txt .cate {
    font-family: 'Montserrat',sans-serif;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 12px
}

.sns-con .swiper-slide .txt .cate.g {
    color: #32b34a
}

.sns-con .swiper-slide .txt .cate.b {
    color: #1777f1
}

.sns-con .swiper-slide .txt .cate.r {
    color: #ec1e7a
}

.sns-con .swiper-slide .txt p {
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 20px;
    font-weight: 700
}

@media(max-width: 1024px) {
    .sns-con {
        padding:50px 0;
        margin-top: 50px;
        background: #f8f8f8 url(https://iphak.osan.ac.kr/usr/upload/ftp/sns-con-bg-m.png)no-repeat bottom left 0px / 100%;
    }

    .sns-con .auto {
    }

    .sns-con .custom-news-title {
        position: relative
    }

    .sns-con .custom-news-title span {
    }

    .sns-con .custom-news-title strong {
    }

    .sns-con .custom-news-title .sub-txt {
    }

    .sns-con .tit-right {
        position: absolute;
        right: 0;
        top: 0;
        display: flex;
        gap: 6px
    }

    .sns-con .tit-right a {
    }

    .sns-con .tit-right img {
        width: 30px
    }

    .sns-con .con {
        margin-top: 40px
    }

    .sns-con .swiper {
    }

    .sns-con .swiper-wrapper {
    }

    .sns-con .swiper-slide {
    }

    .sns-con .swiper-slide .img {
        border-radius: 20px;
        overflow: hidden
    }

    .sns-con .swiper-slide .img img {
        width: 100%;
    }

    .sns-con .swiper-slide .txt {
        margin-top: 18px
    }

    .sns-con .swiper-slide .txt .cate {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 8px
    }

    .sns-con .swiper-slide .txt p {
        line-height: 1.5;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 16px;
        font-weight: 700
    }
}

.bottom-tabs {
    padding: 80px 0
}

.bottom-tabs ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px
}

.bottom-tabs li {
    background: #f4f7fd;
    border: 1px solid #d9d9d9; 
    padding: 40px;
    border-radius: 20px;
    position: relative;
    box-sizing: border-box;
    height: 180px;
    display: grid;
    transition: transform 0.3s ease
}

.bottom-tabs li:nth-child(1) {
    background-image: url('https://iphak.osan.ac.kr/usr/upload/ftp/bottom-tabs-bg1.png');
    background-position: right 20px center;
    background-repeat: no-repeat
}

.bottom-tabs li:nth-child(2) {
    background-image: url('https://iphak.osan.ac.kr/usr/upload/ftp/bottom-tabs-bg2.png');
    background-position: right 20px center;
    background-repeat: no-repeat
}

.bottom-tabs li:nth-child(3) {
    background-image: url('https://iphak.osan.ac.kr/usr/upload/ftp/bottom-tabs-bg3.png');
    background-position: right 20px center;
    background-repeat: no-repeat
}

.bottom-tabs li:nth-child(4) {
    background-image: url('https://iphak.osan.ac.kr/usr/upload/ftp/bottom-tabs-bg4.png');
    background-position: right 20px center;
    background-repeat: no-repeat
}

.bottom-tabs a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease
}

.bottom-tabs b {
    font-size: 24px;
    font-weight: 700;
    color: #111
}

.bottom-tabs span {
    display: block;
    margin-top: 12px;
    font-size: 16px;
    color: #666;
    line-height: 1.5
}

.bottom-tabs li:hover {
    transform: translateY(-20px)
}

.bottom-tabs li:hover b {
    color: #0054a6
}

@media (max-width: 1024px) {
    .bottom-tabs {
        padding:50px 0
    }

    .bottom-tabs ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: grid;
        grid-template-columns: 100%;
        gap: 15px
    }

    .bottom-tabs li {
        background: #f4f7fd;
        padding: 20px;
        border-radius: 10px;
        position: relative;
        box-sizing: border-box;
        height: 120px;
        display: grid;
        transition: transform 0.3s ease;
        background-size: 70px
    }

    .bottom-tabs li:nth-child(1) {
        background-image: url('https://iphak.osan.ac.kr/usr/upload/ftp/bottom-tabs-bg1.png');
        background-position: right 20px center;
        background-repeat: no-repeat
    }

    .bottom-tabs li:nth-child(2) {
        background-image: url('https://iphak.osan.ac.kr/usr/upload/ftp/bottom-tabs-bg2.png');
        background-position: right 20px center;
        background-repeat: no-repeat
    }

    .bottom-tabs li:nth-child(3) {
        background-image: url('https://iphak.osan.ac.kr/usr/upload/ftp/bottom-tabs-bg3.png');
        background-position: right 20px center;
        background-repeat: no-repeat
    }

    .bottom-tabs li:nth-child(4) {
        background-image: url('https://iphak.osan.ac.kr/usr/upload/ftp/bottom-tabs-bg4.png');
        background-position: right 20px center;
        background-repeat: no-repeat
    }

    .bottom-tabs a {
        text-decoration: none;
        color: inherit;
        transition: color 0.3s ease
    }

    .bottom-tabs b {
        font-size: 17px;
        font-weight: 700;
        color: #111
    }

    .bottom-tabs span {
        display: block;
        margin-top: 12px;
        font-size: 14px;
        color: #666;
        line-height: 1.5
    }

    .bottom-tabs li:hover {
        transform: translateY(0px)
    }

    .bottom-tabs li:hover b {
        color: #0054a6
    }
}


.sitemap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    z-index: 10000;
    overflow-y: auto;
}

.sitemap .scroll {
    padding-top: 30px;
    height: 80vh;
    position: relative;
}

.scroll-content {
    height: 100%;
    overflow-y: scroll;
    padding-right: 20px; /* To avoid content being hidden behind scrollbar */
    box-sizing: content-box;
}

.scroll-bar {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
    background-color: #f1f1f1;
}

.cs_scroll-bar-thumb {
    background-color: #888;
    width: 100%;
    border-radius: 10px;
    cursor: pointer;
    position: absolute;
}

.sitemap.active {
    display: block;
}

.sitemap-content {
    background-color: #fff;
    color: #000;
    margin: 50px auto;
    padding: 50px 40px 0 40px;
    width: 80%;
    max-width: 1340px;
    border-radius: 10px;
    position: relative;
}



.sitemap-content h2 {
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 30px;
    border-bottom: 1px solid #d9d9d9;
}

.sitemap-content .menu-section {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
    display: grid;
    grid-template-columns: 230px 1fr;
    gap: 10px;
    align-items: center;
}

.sitemap-content .menu-section:last-child {
    border-bottom: 0;
}

.sitemap-content .menu-section h3 {
    font-size: 22px;
    color: #fff;
    background-color: #0056b3;
    padding: 40px 30px;
    border-radius: 15px;
    background: #0056b3 url(https://iphak.osan.ac.kr/usr/upload/ftp/menu-section-h3-bg.png) no-repeat right bottom;
    height: 100%;
}

.sitemap-content .menu-section > ul {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 0px 0 20px;
}

.sitemap-content .menu-section > ul > li {
    margin: 0px 0;
    border-right: 1px solid #eee;
    padding-left: 20px;
    padding: 25px 0 10px 20px;
}

.sitemap-content .menu-section > ul > li:nth-child(4n) {
    border-right: 0;
}

.sitemap-content .menu-section ul li > a {
    color: #000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    display: block;
    line-height: 1.5;
}

.sitemap-content .menu-section ul li > a:hover {
    color: var(--color3);
}

.sitemap-content .menu-section .submenu {
    margin-top: 16px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.sitemap-content .menu-section .submenu a {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    position: relative;
    padding-left: 10px;
}

.sitemap-content .menu-section .submenu a::after {
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 10px;
    background: #333;
    content: '';
    left: 0;
    top: 11px;
}

.close-btn {
    position: absolute;
    top: 40px;
    right: 36px;
    z-index: 1000;
    background: none;
    border: none;
    font-size: 34px;
    cursor: pointer;
    color: #333;
    transition: transform 0.3s ease;
}

.close-btn:hover {
    transform: rotate(180deg);
    color: #ed1b71;
}

@media(max-width: 1400px) {
    .sitemap {
        display: none !important;
    }
}

.mobile-gnb {
    width: 100%;
    height: calc(100vh - 104px);
    left: -100%;
    top: 104px;
    background: #fff;
    border-top: 1px solid #d9d9d9;
    position: fixed;
    transition: left 0.3s ease-in-out;
    z-index: 10000;
    overflow: hidden
}

.mobile-gnb>div {
    display: flex;
    height: 100%
}

.mobile-gnb.show {
    left: 0
}

.mobile-gnb .tab1 {
    background: #333;
    height: 100%;
    width: 134px;
    overflow-y: auto
}

.mobile-gnb .tab1 a {
    color: #fff;
    font-weight: 700;
    display: flex;
    padding: 15px 10px;
    font-size: 15px;
    line-height: 1.5;
    box-sizing: border-box;
    min-height: 54px;
}

.mobile-gnb .tab1 a:hover,.mobile-gnb .tab1 a.active {
    background: var(--color3)
}

.mobile-gnb .tab2 {
    width: calc(100% - 133px);
    overflow-y: auto;
    display: none;
}

.mobile-gnb .tab2[id="tab1-1"]{display: block;}

.mobile-gnb .tab2.show {
    display: block !important;
}

.mobile-gnb .tab2 .drop-menu>a {
    border-bottom: 1px solid #d9d9d9;
    display: flex;
    width: 100%;
    font-size: 15px;
    color: #111;
    padding: 15px;
    justify-content: space-between;
    box-sizing: border-box;
    min-height: 54px;
}

.mobile-gnb .tab2 .drop-menu2 {
    background: #ebf2f8;
    padding: 5px 10px;
    display: none
}

.mobile-gnb .tab2 .drop-menu2.show {
    display: block
}

.mobile-gnb .tab2 .drop-menu2 a {
    color: #666;
    position: relative;
    display: block;
    padding: 6px;
    padding-left: 15px;
}
.mobile-gnb .tab2 .drop-menu2 a::after{
    position:absolute;
    left:6px;
    top:18px;
    width:3px;
    height:3px;
    background:#666;
    border-radius:10px;
    content:'';
}
body.no-scroll {
}

@media(min-width: 1400px) {
    .mobile-gnb {
        display:none
    }
}

@media(min-width: 768px) {
    .mobile-gnb {
        top:140px
    }
}

.youtube-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    justify-content: center;
    align-items: center;
    z-index: 9999;
    padding: 0 20px
}

.youtube-popup .popup-content {
    position: relative;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    max-width: 100%;
    width: 1200px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding-bottom: 630px
}

.youtube-popup .popup-content iframe {
    width: 100%;
    height: 100%;
    position: absolute
}

.youtube-popup .close-btn {
    position: absolute;
    top: -16px;
    color: #fff;
    right: -44px;
    font-size: 40px;
    cursor: pointer
}

@media(max-width: 1024px) {
    .youtube-popup {
    }

    .youtube-popup .popup-content {
        padding-bottom: 54vw
    }

    .youtube.main .nav {
        display: none
    }

    .youtube.main .auto .custom-news-title img {
        width: 28px;
        bottom: 5px;
    }
}

@media(max-width: 400px) {
    .youtube.main .tit-right, ._wf-m-faculty .custom-news-title .responsive-button {
        position:initial;
        margin-top: 10px
    }
}

.right-space-inner .dropdown {
    display: none;
    border-top: 1px solid #ddd;
    position: absolute;
    top: 140px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    z-index: 1000;
    padding: 0px;
    flex-direction: row;
    gap: 0px
}

.right-space-inner .right-space-inner-dropdown {
    padding: 24px 0;
    margin-right: 10px;
}

.right-space-inner .right-space-inner-dropdown:hover .dropdown {
    display: flex
}

.right-space-inner .dropdown .left-info {
    background-color: #0053a6;
    color: #111;
    flex: 1 0 calc((100vw - 900px)/2);
    background: url(https://iphak.osan.ac.kr/usr/upload/ftp/left-info-bg-2.png)no-repeat left calc((100vw - 1600px)/2) bottom 41px;
    border-right: 1px solid #ddd;
    min-height: 470px
}

.right-space-inner .dropdown .left-info>div {
    margin-left: calc((100vw - 1600px)/2)
}

.right-space-inner .dropdown .left-info h2 {
    margin: 0;
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 15px
}

.right-space-inner .dropdown .left-info hr {
    margin: 0;
    padding: 0;
    border-top: 0;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 60px;
    display: none
}

.right-space-inner .dropdown .left-info p {
    line-height: 1.5
}

.right-space-inner .dropdown .right-menus {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 30px calc((100% - 1600px)/2) 30px 50px;
    width: 100%;
    height: 100%
}

.right-space-inner .dropdown .right-menus>div {
    height: auto;
    background: url(https://iphak.osan.ac.kr/usr/upload/ftp/right-space-inner-dropdown-icon01.png)no-repeat right top
}

.right-space-inner .dropdown .right-menus h3 {
    font-size: 18px
}

.right-space-inner .dropdown .right-menus>div>a {
    display: block;
    padding: 5px 0;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    height: 55px;
    display: flex;
    align-items: center;
    padding: 0 14px;
    justify-content: space-between;
    border-radius: 10px;
    position: relative;
    width: 100%
}

.right-space-inner .dropdown .right-menus>div>a::after {
    content: '';
    position: absolute;
    width: 3px;
    height: 18px;
    background: var(--color3);
    border-radius: 20px;
    left: 0
}

.right-space-inner .dropdown .right-menus a .xi-angle-down-min {
    font-size: 24px
}

.right-space-inner .dropdown ul {
    padding: 10px 20px;
    display: block;
    padding-top: 0px
}

.right-space-inner .dropdown ul a {
    font-size: 14px;
    font-weight: 400;
    color: #111;
    height: auto;
    padding: 4px 0 4px 12px;
    position: relative;
    display: block;
    text-decoration: none
}

.right-space-inner .dropdown ul a::after {
    position: absolute;
    left: 0px;
    top: 14px;
    width: 3px;
    height: 3px;
    background: #666;
    content: '';
    border-radius: 100px
}

.right-space-inner .dropdown ul a:hover {
    color: #ed1b71
}

.right-space-inner .dropdown ul a:hover::after {
    background: #ed1b71
}

.right-space-inner .dropdown .right-menus>div {
    height: auto;
    background-position: right top 10px;
    background-repeat: no-repeat
}

.right-space-inner .dropdown .right-menus>div:nth-child(1) {
    background-image: url(https://iphak.osan.ac.kr/usr/upload/ftp/right-space-inner-dropdown-icon01.png)
}

.right-space-inner .dropdown .right-menus>div:nth-child(2) {
    background-image: url(https://iphak.osan.ac.kr/usr/upload/ftp/right-space-inner-dropdown-icon02.png)
}

.right-space-inner .dropdown .right-menus>div:nth-child(3) {
    background-image: url(https://iphak.osan.ac.kr/usr/upload/ftp/right-space-inner-dropdown-icon03.png)
}

.right-space-inner .dropdown .right-menus>div:nth-child(4) {
    background-image: url(https://iphak.osan.ac.kr/usr/upload/ftp/right-space-inner-dropdown-icon04.png)
}

.right-space-inner .dropdown .right-menus>div:nth-child(5) {
    background-image: url(https://iphak.osan.ac.kr/usr/upload/ftp/right-space-inner-dropdown-icon05.png)
}

.right-space-inner .dropdown .right-menus>div:nth-child(6) {
    background-image: url(https://iphak.osan.ac.kr/usr/upload/ftp/right-space-inner-dropdown-icon06.png)
}

.right-space-inner .dropdown .right-menus>div:nth-child(7) {
    background-image: url(https://iphak.osan.ac.kr/usr/upload/ftp/right-space-inner-dropdown-icon07.png)
}

.right-space-inner .dropdown .right-menus>div:nth-child(8) {
    background-image: url(https://iphak.osan.ac.kr/usr/upload/ftp/right-space-inner-dropdown-icon08.png)
}

.right-space-inner .dropdown .right-menus>div:nth-child(9) {
    background-image: url(https://iphak.osan.ac.kr/usr/upload/ftp/right-space-inner-dropdown-icon09.png)
}

.right-space-inner .dropdown .right-menus>div:nth-child(10) {
    background-image: url(https://iphak.osan.ac.kr/usr/upload/ftp/right-space-inner-dropdown-icon10.png)
}

.right-space-inner .dropdown .right-menus>div:nth-child(11) {
    background-image: url(https://iphak.osan.ac.kr/usr/upload/ftp/right-space-inner-dropdown-icon11.png)
}

.custom-news-tab a[data-tab="custom-tab1"].active {
    margin-right:24px;
}

.custom-news-tab a[data-tab="custom-tab2"].active {
    margin-left: 38px;
}

.custom-news-tab a {
    margin:0;
}

.sns-con {
    position: relative
}

.sns-con .line {
    width: 100vw;
    height: 1px;
    background: #0054a6;
    display: block;
    position: absolute;
    right: 0px;
    top: calc(50% - -8px);
    z-index: 1
}

.next-cir {
    width: 120px;
    height: 120px;
    z-index: 9;
    background: #0054a6;
    color: #fff;
    font-size: 18px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    right: -60px;
    top: calc(50% - 100px);
    justify-content: center;
    position: absolute;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer
}

@media (max-width: 1024px) {
    .next-cir {
        width:100px;
        height: 100px;
        font-size: 16px;
        right: -50px;
        top: calc(50% - 50px)
    }
}

@media (max-width: 768px) {
    .next-cir {
        width:80px;
        height: 80px;
        font-size: 14px;
        right: -40px;
        top: calc(50% - 80px)
    }
}

@media (max-width: 480px) {
    .next-cir {
        width:60px;
        height: 60px;
        font-size: 12px;
        right: -30px;
        top: calc(50% - 71px)
    }

    .sns-con .line {
        top: 10px;
        top: calc(50% - -18px)
    }
}

.bg-cover {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    display: none
}

.gnb > div > a.active::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #0053a6;
    border-radius: 50%;
    vertical-align: middle;
    position: absolute;
    bottom: -6px;
    left: 50%;
    z-index: 9999;
    transform: translateX(-50%)
}

.right-space-inner-dropdown.active>a::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #ed1b71;
    border-radius: 50%;
    vertical-align: middle;
    position: absolute;
    bottom: -29px;
    left: 50%;
    z-index: 9999;
    transform: translateX(-50%)
}




.pc-img{display: block;}
.m-img{display: none;}

@media(max-width:680px){

.pc-img{display: none;}
.m-img{display: block;}

}



.top-button {
    width: 55px;
    height: 55px;
    background-color: #222;
    color: #fff;
    border-radius: 100px;
    border: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 11;
}

.top-button.visible {
    opacity: 1;
    visibility: visible;
}

.top-button.hidden {
    opacity: 0;
    visibility: hidden;
}

@media(max-width:768px){
.top-button {
display: flex;
}

}

.swiper-slide .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px !important;
  height: 60px !important;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}

.swiper-slide:hover .play-button {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

#shortsModal.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}

#shortsModal .modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 420px;
  height: 75vh;
  margin-top: 13vh;
}
#shortsModal .modal-content iframe{
    position: absolute;
    width: 100%;
    height: 100%;
}
#shortsModal .close {
  position: absolute;
  top: -17px;
  right: -45px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
}

#shortsModal .close:hover,
#shortsModal .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

@media(max-width:1024px){
	#shortsModal .modal-content{
	
    width: 80vw;
    height: 80vh;
	margin-top:10vh;
	
	}
    #shortsModal .close {
        right: -39px;
    }
}



.youtube.main .con1,
.youtube.main .swiper-slide,
.youtube.main .con-wrap .con2 .swiper-slide .img,
.youtube.main .con-wrap .con1 .img{
  position: relative;
}

.youtube.main .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px !important;
  height: 60px !important;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.youtube.main .con1:hover .play-button,
.youtube.main .swiper-slide:hover .play-button {
  /* display: block; */
  opacity: 1;
  visibility: visible;
}



.mobile-gnb .drop-menu > a {
  position: relative;
  display: flex;
  align-items: center;
}

.mobile-gnb .drop-menu > a .icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  position: relative;
}

.mobile-gnb .drop-menu > a .icon::before,
.mobile-gnb .drop-menu > a .icon::after {
  content: '';
  position: absolute;
  background-color: #666;
  transition: all 0.3s ease;
}

.mobile-gnb .drop-menu > a .icon::before {
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.mobile-gnb .drop-menu > a .icon::after {
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.mobile-gnb .drop-menu2.show + .drop-menu > a .icon::after {
  display: none;
}

.mobile-gnb .drop-menu2.show + .drop-menu > a .icon::before {
  transform: rotate(90deg);
}





.main-visual-img img.pc{display: block;}
.main-visual-img img.m{display: none;}
@media(max-width:1024px){
.main-visual-img img.pc{display: none;}
.main-visual-img img.m{
        display: block;
    }

	.main-visual-img img {
        object-position: left 0px top 30%;
    }
.main-visual-img img.obposi-top{object-position:center top !important;}	

    
}



.step-content{text-align: left;}
.main-visual-steps .step-title{margin-bottom: 0;}



@media (min-width: 470px) and (max-width: 1024px) {
.m-faculty-li-head{padding-bottom: 70px;}
.m-faculty-li-shape{height: 100px;}
}

.m-faculty-li-inner::after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform:translate(-50%, -50%);
    width: 100%;
    height: 100%;
    content: '';
    z-index: 10;
    border:2px solid #333;
    border-radius:20px;
    box-sizing: border-box;
    z-index: 10;
}

.m-faculty-li-inner.mn1::after {
    border-color: #6db4d0;
}

.m-faculty-li-inner.mn2::after {
    border-color: #f4975e;
}

.m-faculty-li-inner.mn3::after {
    border-color: #77c1b2;
}

.m-faculty-li-inner.mn4::after {
    border-color: #f7c557;
}

.m-faculty-li-inner.mn5::after {
    border-color: #f2acbf;
}

.m-faculty-li-inner.mn6::after {
    border-color: #e9738d;
}

.m-faculty-li-inner.mn7::after {
    border-color: #876e74;
}

.m-faculty-li-inner.mn8::after {
    border-color: #c098d1;
}

.m-faculty-li-inner.mn9::after {
    border-color: #71b578;
}

.m-faculty-li-inner.mn10::after {
    border-color: #4562a6;
}

.m-faculty-li-inner.mn11::after {
    border-color: #626367;
}



.shorts-con .swiper {
    /* padding-right: 23%; */
}
.shorts-con .swiper-slide{
    width: 284px;
}

@media (min-width: 2100px) {

    .shorts-con .swiper {
        /* padding-right: 37%; */
    }

}

@media (min-width: 1900px) {
    .shorts-con .swiper {
        /* padding-right: 30%; */
    }
}



@media (max-width: 1024px) {
.main-visual-img, .main-visual{height: 1210px;}
}






@media (min-width: 768px) {
    .top-button {
        display: none;
    }
}


.file-download-btn.blue{color:#fff !important;}


/* Responsive */
.mobile-only {
    display: none !important;
}

@media screen and (max-width: 1200px) {
    .mobile-hide {
        display: none !important;
    }

    .mobile-only {
        display: block !important;
        position: relative;
        z-index: 3;
    }
}


    .image-zoom {
        border: 2px solid #666;
        line-height: 26px;
        font-size: 12px;
        font-weight: 700;
        text-align: center;
        margin-top: 10px;
        color: #666;
        display: block;
        font-size: 12px;
    }

    .image-zoom:after {
        display: inline-block;
        content: "";
        width: 12px;
        height: 12px;
        background: url(/usr/images/admission/common/ico_zoom.png) no-repeat center;
        background-size: contain;
        margin-left: 5px;
        vertical-align: middle;
    }




.board .list{margin-top: 40px !important;}

@media screen and (max-width: 768px) {
    .board .list {
        margin-top: 20px !important;
    }
}



.link-special-2024 {
    position: relative;
    left: 0;
    display: inline-block;
    margin-top: 30px;
    padding: 10px 23px;
    border: 1px solid #fff;
    font-size: 16px;
    color: #fff !important;
    transition: background .35s, color .35s;
    border-radius: 10px;
}

.link-special-2024:hover {
    background: #fff;
    color: #00479d !important;
}

.link-special-2024::after {
    content: '';
    display: inline-block;
    width: 19px;
    height: 12px;
    margin-left: 55px;
    background: url('https://iphak.osan.ac.kr/usr/upload/ftp/main-con-link-arrow.png') no-repeat right center;
    vertical-align: middle;
    transition: transform .35s, opacity .35s, background-position .35s;
    position: relative;
    top: -2px;
    opacity: 1;
    transform: translateX(0px);
}

.link-special-2024:hover::after {
    transform: translateX(5px);
    opacity: 1;
    filter: invert(34%) sepia(99%) saturate(7492%) hue-rotate(190deg) brightness(89%) contrast(95%);
    background-position: left center;
}

@media (max-width: 768px) {
    .link-special-2024 {
        font-size: 14px;
        padding: 8px 18px;
        margin-top: 20px;
        border-radius: 8px;
    }

    .link-special-2024::after {
        width: 15px;
        height: 10px;
        margin-left: 40px;
        top: -1px;
    }
}


.main-visual-txt .t1 {

    font-weight: 500;
    display: block;
    margin-bottom: 0px;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.main-visual-txt .t2 {

    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.main-visual-txt .t3 {

    font-weight: 400;
    display: block;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}



.widget_advice{display: none !important; z-index:98;}
.footer {
    color: #ffffff;
    padding: 80px 0 160px;
    background: #0d213e url(https://iphak.osan.ac.kr/usr/upload/ftp/footer-bg.jpg) no-repeat bottom;
}

.footer .container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-logo img {
    margin-top: -12px;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}

.footer-links a {
    color: #ffffff;
    margin: 0 15px;
    text-decoration: none;
    position: relative;
}
.footer-links a:first-child{margin-left:0;}
.footer-links a:not(:first-child)::before {
    content: "·";
    color: #ffffff;
    margin-right: 10px;
    position: absolute;
    left: -17px;
    top: 0;
}

.footer-info, .footer-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 40px;
    color: #cccccc;
}

.footer-info p, .footer-contact p, .footer-contact h2, .footer-contact h3 {
    margin: 5px 0;
    font-size: 16px;
}

.footer-contact h2 {
    font-size: 18px;
    font-weight: 400;
    margin-top: 0;
}

.footer-contact h3 {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    width: 100%;
    margin-bottom: 14px;
}

.footer .auto {
    display: grid;
    grid-template-columns: 380px 910px 1fr;
}


@media (max-width: 1500px) and (min-width: 1025px) {

.footer .auto {
    display: grid;
    grid-template-columns: 380px 3fr 1fr;
}

}

@media(max-width: 1024px) {
    .footer {
        color: #ffffff;
        padding: 40px 0 100px;
        background: #0d213e url(https://iphak.osan.ac.kr/usr/upload/ftp/footer-bg.jpg) no-repeat bottom;
        position: relative;
    }

    .footer .container {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .footer-logo img {
        margin-top: 0;
        width: 170px;
        margin-bottom: 20px;
    }

    .footer-links {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 20px;
        gap: 10px;
    }

    .footer-links a {
        color: #ffffff;
        margin: 0 0px;
        text-decoration: none;
        font-size: 12px;
    }

    .footer-links a:not(:first-child)::before {
        content: "·";
        color: #ffffff;
        margin-right: 5px;
        position: relative;
        display: none;
    }

    .footer-info, .footer-contact {
        display: flex;
        flex-wrap: wrap;
        gap: 7px 40px;
        color: #cccccc;
        gap: 5px 10px;
        right: 0;
        top: 0;
    }

    .footer-info p, .footer-contact p, .footer-contact h2, .footer-contact h3 {
        margin: 5px 0;
        font-size: 13px;
    }

    .footer-contact h2 {
        font-size: 13px;
        font-weight: 400;
        margin-top: 0;
        display: none;
    }

    .footer-contact h3 {
        font-size: 21px;
        font-weight: bold;
        color: #fff;
        width: 100%;
        margin-bottom: 0px;
        margin-top: 30px;
    }

    .footer .auto {
        display: grid;
        grid-template-columns: 380px 910px 1fr;
        display: block;
    }
}

@media(max-width: 640px) {
    .footer {
        background: #0d213e url(https://iphak.osan.ac.kr/usr/upload/ftp/footer-bg-m.jpg) no-repeat bottom / cover;
        padding: 40px 0 120px;
    }
}

.footer .footer-info p {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    color: #cccccc !important;
    text-decoration: none;
    pointer-events: none;
}

.footer .footer-contact h3 {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    color: #fff !important;
    text-decoration: none;
    pointer-events: none;
}

.footer .footer-info p a {
    color: #cccccc !important;
    text-decoration: none;
    pointer-events: none;
}

.footer .footer-contact h3 a {
    color: #fff !important;
    text-decoration: none;
    pointer-events: none;
}
.right-space-inner .dropdown .right-menus>div>a .gnb-link-icon{display: none;}



@media(max-width:1024px){

	.main-visual-txt {
       height: 350px;
    }

}

@media(max-width:768px){
    .main-visual-txt {
       height: 310px;
       padding-right: 40px;
    }
    .main-visual-txt .t1{font-size:18px;}
    .main-visual-txt .t2{font-size:22px;}
    .main-visual-txt .t3{font-size:14px;}
}


span.mobile-br-block{display: none;}

@media (min-width: 320px) and (max-width: 500px) {

	span.mobile-br-block{display: block;}

}



.main-visual .main-visual-txt{}
.main-visual .more-txt{/* margin-top:-40px; */}
.main-visual .more-txt{overflow:inherit;}






.footer{margin-top: 40px;}



/* ?? ?붾㈃?먯꽌 ?대?吏? ?꾩튂 議곗젙 */
@media screen and (min-width: 1920px) {
    .main-visual-img img {
        object-position: center top;
    }
}





.department_sitemap {
    /* display: none; */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0,0,0,0.8); */
    color: #fff;
    z-index: 1000
}

.department_sitemap.active {
    display: block
}

.department_sitemap-content {
    background-color: #fff;
    color: #000;
    padding: 20px;
    width: 300px;
    margin: 100px auto
}

.department_sitemap {
    /* display: none; */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    z-index: 10000;
    overflow-y: auto;
}

.department_sitemap .scroll {
    padding-top: 30px;
    height: 80vh;
    position: relative;
}

.department_scroll-content {
    height: 100%;
    overflow-y: scroll;
    padding-right: 20px; /* To avoid content being hidden behind scrollbar */
    box-sizing: content-box;
}



.department_sitemap.active {
    display: block;
}

.department_sitemap-content {
    background-color: #fff;
    color: #000;
    margin: 50px auto;
    padding: 50px 40px 0 40px;
    width: 80%;
    max-width: 1340px;
    border-radius: 10px;
    position: relative;
}



.department_sitemap-content h2 {
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 30px;
    border-bottom: 1px solid #d9d9d9;
}

.department_sitemap-content .menu-section {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
    display: grid;
    grid-template-columns: 230px 1fr;
    gap: 10px;
    align-items: center;
}

.department_sitemap-content .menu-section:last-child {
    border-bottom: 0;
}

.department_sitemap-content .menu-section h3 {
    font-size: 22px;
    color: #fff;
    background-color: #0056b3;
    padding: 40px 30px;
    border-radius: 15px;
    background: #ed1b71 url(https://iphak.osan.ac.kr/usr/upload/ftp/menu-section-h3-bg02.png) no-repeat right bottom;
    height: 100%;
}

.department_sitemap-content .menu-section > ul {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 0px 0 20px;
}

.department_sitemap-content .menu-section > ul > li {
    margin: 0px 0;
    border-right: 1px solid #eee;
    padding-left: 20px;
    padding: 25px 0 10px 20px;
}

.department_sitemap-content .menu-section > ul > li:nth-child(4n) {
    border-right: 0;
}

.department_sitemap-content .menu-section ul li > a {
    color: #000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    display: block;
    line-height: 1.5;
}

.department_sitemap-content .menu-section ul li > a:hover {
    color: var(--color3);
}

.department_sitemap-content .menu-section .submenu {
    margin-top: 16px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.department_sitemap-content .menu-section .submenu a {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    position: relative;
    padding-left: 10px;
}

.department_sitemap-content .menu-section .submenu a::after {
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 10px;
    background: #333;
    content: '';
    left: 0;
    top: 11px;
}

.department_close-btn {
    position: absolute;
    top: 40px;
    right: 36px;
    z-index: 1000;
    background: none;
    border: none;
    font-size: 34px;
    cursor: pointer;
    color: #000;
}

@media(max-width: 1400px) {
    .department_sitemap {
        display: none !important;
    }
}



.modal-dpm {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10000;
  display: none;
  height: 100vh;
  background-color: rgb(142 142 142 / 0%);
  opacity: 0;
}


@media screen and (max-width: 767px){
    ._wf-snb {
        padding-right: 15px;
        padding-left: 15px;
    }
	    ._wf-snbmn {
		width: 100% !important;
		}
}



/* ────────────────────────────────────────────────────────────────────
   가로 1200px~1500px 구간에서 main-visual-steps 글자 크기 조정
──────────────────────────────────────────────────────────────────── */
@media (min-width: 1200px) and (max-width: 1500px) {
  .main-visual-steps .step-content h3 {
    font-size: 20px;      /* 제목 크기 조정 */
    line-height: 1.3;      /* 줄간격도 약간 줄여줍니다 */
  }
  .main-visual-steps .step-content p.sub {
    font-size: 15px;      /* 부제목 크기 */
    line-height: 1.3;
  }
  .main-visual-steps .step-content p {
    font-size: 14px;      /* 본문 크기 */
    line-height: 1.3;
  }
  .main-visual-steps .step-title {
    font-size: 14px;      /* 상단 작은 제목(스텝 타이틀) */
  }
 .main-visual-steps .btn {
    font-size: 14px;      /* 상단 작은 제목(스텝 타이틀) */
    line-height: 1.3;
  }
}
/* ────────────────────────────────────────────────────────────────────
   가로 1000px~1200px 구간에서 custom-news-wrap 위치 조정
──────────────────────────────────────────────────────────────────── */
@media (min-width: 1000px) and (max-width: 1200px) {
  .custom-news-wrap {
    margin-top: 600px !important;
    position: relative;
    z-index: 10;

  }
}

/* ────────────────────────────────────────────────────────────────────
   가로 1000px 이하 전부에서 custom-news-wrap을 메인비주얼+스텝 아래로 끌어내립니다
──────────────────────────────────────────────────────────────────── */
@media (max-width: 1000px) {
  .custom-news-wrap {
  
    margin-top: 150px !important;
    position: relative;
    z-index: 10; /* steps z-index:9 보다 위에 뜨도록 */
  }
}

.right-menus h3::before,
.right-menus h3::after {
  display: none !important;
  content: none !important;
  background: none !important;
}



.widget_advice{ display:none !important; }

