@charset "utf-8";

/* Layout*/

@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

@font-face {
    font-family: 'NanumGothic';
    src: url('../font/NanumGothic.eot');
    src: local("☺"),
    url('../font/NanumGothic.woff') format('woff'),
    url('../font/NanumGothic.ttf') format('truetype');
    /*url('../font/NanumGothic.svg#webfonturzspG4F') format('svg')*/
}

@font-face {
    font-family: 'NanumGothicBold';
    src: url('../font/NanumGothicBold.eot');
    src: local("☺"),
    url('../font/NanumGothicBold.woff') format('woff'),
    url('../font/NanumGothicBold.ttf') format('truetype');
    /*url('../font/NanumGothicBold.svg#webfontqaHEB3q2') format('svg');*/
}


body, div, ul, li, dl, dt, dd, ol, p, img {
    margin: 0;
    padding: 0;
    border: 0
}

* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

body {
    font-family: 'NanumGothic', '나눔고딕';
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 20px;
    color: #666;
    background: #FFF;
}


#wrap {
    width: 100%;
    margin: auto 0;
}

#container {
    margin-right: auto;
    margin-left: auto;
    width: 900px;
    height: 100%;
    position: relative;
    border: 0px;
}

#top {
    margin-right: auto;
    margin-left: auto;
    width: 1000px;
    height: 100px;
}

#top #logo {
    width: 238px;
    height: 100px;
    float: left;
}

#top #gnb {
    width: 762px;
    height: 100px;
    float: left;
}

#top #gnb .topmenu {
    float: right;
    margin-bottom: 20px;
    width: 201px;
    padding: 0px;
    list-style: none;
    height: 25px;
    background-image: url(/images/top_bg.gif);
}

#top #gnb .topmenu li {
    float: right;
    width: 201px;
    text-align: center;
    font-size: 12px;
}

#top #gnb .gnbmenu {
    float: left;
    width: 762px;
    padding: 0px;
    list-style: none;
    height: 25px;
}

#top #gnb .gnbmenu li {
    float: left;
    padding: 0px 25px;
    font-size: 18px;
    font-weight: bold;
    border-right: 1px solid #d2d2d2;
    text-align: center;
    color: #000;
    font-family: "NanumGothicBold", 'Nanum Gothic', 'NanumGothic';
}

#top #gnb .gnbmenu li a {
    color: #000;
    font-family: "나눔고딕", 'Nanum Gothic', 'NanumGothic';
}

#top #gnb .gnbmenu li a:hover {
    color: #ff0000
}

#footer {
    float: left;
    font-size: 14px;
    width: 100%;
    height: 110px;
    padding: 0px;
    margin-top: 40px;
    border-top: 1px solid #dddddd;
}

#footer .copyright {
    margin-right: auto;
    font-size: 12px;
    margin-left: auto;
    width: 1000px;
    text-align: center;
    padding: 20px;
    line-height: 18px;
}


#main_images {
    float: left;
    width: 100%;
    background: url(/images/main_bg.jpg)
}

#main_images .img_top {
    margin-right: auto;
    margin-left: auto;
    width: 1000px;
    height: 30px;
}

#main_images .img_rolling {
    margin-right: auto;
    margin-left: auto;
    width: 1000px;
    height: 465px;
}

#main_contents {
    margin-right: auto;
    margin-left: auto;
    width: 1000px;
}

#main_contents .process {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 10px;
}

#main_contents .notice {
    float: left;
    margin-left: 10px;
    margin-right: 20px;
}

#main_contents .tel {
    float: left;
}

#sub_images {
    float: left;
    width: 100%;
    background: url(/images/sub_bg.jpg)
}

#sub_images .img_top {
    margin-right: auto;
    margin-left: auto;
    width: 1000px;
    height: 240px;
}

#contents {
    margin-right: auto;
    margin-left: auto;
    width: 1000px;
}

#left {
    float: left;
    width: 180px;
    margin-left: 10px;
    margin-right: 60px;
}

#left ul li {
    float: left;
    list-style: none;
}


#contents .right {
    float: left;
    width: 740px;
}

#contents .right .title {
    float: left;
    width: 100%;
}

.titleimg {
    float: left;
    width: 400px;
}

.location {
    float: left;
    width: 340px;
    text-align: right;
    margin-top: 20px;
}

#contents #view {
    float: left;
    width: 100%;
    margin-top: 34px;
}

.greetingImage {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.greetingTxt {
    float: left;
    width: 100%;
}

.sub05_box {
    float: left;
    width: 100%;
    border-bottom: 1px solid #dddddd;
    padding: 20px 0px;
    line-height: 20px;
}


.story {
    margin-bottom: 20px;
}

dt {
    background-color: #f2f2f2;
    border-top: 2px solid #999;
    border-bottom: 1px solid #ccc;
    valign: center;
    font-size: 14px;
    font-family: dotum;
    font-weight: bold;
    padding: 8px 15px;
    color: #333;
}

.dd {
    background-color: #f2f2f2;
    border-top: 2px solid #999;
    border-bottom: 1px solid #ccc;
    valign: center;
    font-size: 14px;
    font-family: dotum;
    font-weight: bold;
    height: 29px;
    color: #333;
}

.dl {
    padding: 20px;
    font-family: dotum;
    line-height: 17px;
}


a {
    color: #6d6e6f;
    text-decoration: none !important;
}

a:link {
    color: #6d6e6f;
    text-decoration: none;
}

a:visited {
    color: #6d6e6f;
    text-decoration: none;
}

a:hover, a:focus {
    color: #6d6e6f;
    text-decoration: underline;
}

a:active {
    color: #6d6e6f;
    text-decoration: none;
}


/* input */
input {
    vertical-align: middle;
}

input[type=text], input[type=password] {
    border: 1px solid #d4d4d4;
    padding: 1px 2px;
    height: 16px;
    font-size: 12px;
    color: #636363;
    vertical-align: middle;
}

input .input {
    border: 1px solid #d4d4d4;
    padding: 1px 2px;
    height: 16px;
    font-size: 12px;
    color: #636363;
}

input[type=radio], input[type=checkbox] {
    width: 13px;
    height: 13px;
    margin: 0 4px 2px 2px;
    padding: 0;
}

input .file {
    background: #fff;
    width: 400px;
    height: 20px !important;
}

input .width1 {
    width: 140px;
}

input .width2 {
    width: 500px;
}


#view .gelleryList2 {
    float: left;
    width: 850px;
    margin-left: -20px;
}

#view .gelleryList2 li {
    float: left;
    width: 230px;
    margin-right: 20px;
    display: inline;
    margin-bottom: 20px;
}

#view .gelleryList2 li.pdr0 {
    padding-right: 0;
}

#view .gelleryList2 li h4 {
    height: 18px;
    overflow: hidden;
    font-weight: bold;
    padding-left: 6px;
    padding-right: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#view .gelleryList2 li p {
    height: 54px;
    overflow: hidden;
    padding-left: 6px;
    padding-right: 6px;
    color: #999999;
    font-size: 11px;
}

#view .gelleryList2 li img {
    border: 1px solid #ececec;
}

.mgt40 {
    margin-top: 40px;
}


/* table_list */

.table001_list {
    margin-top: 0px;
    border-top: 0px solid #72a2b4;
    text-align: center;
    width: 100%;
}

.table002_list {
    margin-top: 0px;
    border-top: 0px solid #72a2b4;
    text-align: center;
    width: 250px;
}

.table001_list td span {
    color: #1552a6;
}

.table001_list td.left {
    padding-left: 5px;
    text-align: left
}

.table01_list {
    margin-top: 0px;
    border-top: 2px solid #d3d3d3;
    text-align: center;
    width: 100%;
}

.table01_list th {
    padding: 7px 0 5px 0;
    border-bottom: 1px solid #e3e3e3;
    background: #F9F9F9 url(http://www.snu.ac.kr/images/board/background/bg_table01_list.gif) right 10px no-repeat
}

.table01_list th.end {
    background-image: none
}

.table01_list td {
    padding: 6px 0 4px 0;
    border-bottom: 1px solid #f2f2f2
}

.table01_list td span {
    color: #1552a6;
}

.table01_list td.left {
    padding-left: 5px;
    text-align: left
}

.table01_list td a {
    color: #494949;
    text-decoration: none;
}

.table01_list td a:hover, .table01_list td a:focus, .table01_list td a:active {
    color: #1552a6;
    text-decoration: none
}

.table01_list td .viewx {
    border-bottom: 1px solid #b7b7b7;
    background-color: #F9F9F9;
    padding: 20px 10px 40px 40px;
    text-align: left;
    color: #333;
    letter-spacing: 0px;
}

.table01_list .num {
    font-size: 11px;
    color: #999
}


/* table_write */
.table01_write {
    margin-top: 5px;
    text-align: center;
    width: 100%;
    border-top: 2px solid #333;
    font-family: dotum;
}

.table01_write th {
    padding: 0px;
    border-bottom: 0px solid #dadada;
}

.table01_write td {
    padding: 3px 5px;
    color: #999;
    border-bottom: 1px solid #dadada;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    vertical-align: middle
}

.table01_write td span {
    font-size: 11px;
    color: #767676
}

.table01_write td .bold {
    font-size: 12px;
    color: #999900;
    font-weight: bold;
}

.table01_write .field {
    height: 25px;
    text-align: center;
    background-color: #f0f0f0;
    border-right: 1px solid #dadada;
    font-size: 11px;
    color: #333;
}

.table01_write .field_right {
    height: 25px;
    text-align: center;
    background-color: #f0f0f0;
    border-right: 1px solid #dadada;
    border-left: 1px solid #dadada;
    font-size: 11px;
    color: #333;
}

.table01_write .field_content {
    height: 100%;
    text-align: left;
    background-color: #fff;
    padding: 20px 10px;
    color: #868686;
}

.table01_write .field_content_write {
    height: 100%;
    text-align: left;
    background-color: #fff;
    padding: 0px;
    color: #868686;
}

.table01_write .field_title {
    height: 25px;
    text-align: center;
    background-color: #f3f3f3;
    border-left: 1px solid #dadada;
    border-right: 0px solid #dadada;
    font-weight: bold;
}

.page td {
    font-size: 11px;
    color: #d3d3d3;
    text-decoration: none;
    padding-top: 2px;
    font-family: dotum;
}

.page td a {
    font-size: 11px;
    font-weight: bold;
    color: #999999;
    text-decoration: none
}

.page td a:hover, .page td a:focus, .page td a:active {
    color: #1552a6;
    text-decoration: underline
}

.page td span {
    color: #fc7715;
    font-weight: bold;
    font-size: 11px;
}

.pageNum_line {
    font-size: 10px;
    color: #d7d7d7;
}

/* 레이어팝업 공지 */
.lypoop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100 !important;
}

.lypoop_inn {
    width: 100%;
    justify-content: center;
    display: flex;
}

.lypop1_body {
    position: relative;
    width: 100%;
    display: block;
}

.lypop1_body .lypop_img img {
    width: 550px;
}
.lypop_close {
    background-color: #333;
    border-right: 1px solid #666;
    text-align: right;
    padding: 0 10px;
    margin-top: -4px;
    display: flex;
    align-items: center;
    justify-content: end;
}
.lypop_close_inn {
    position: relative;
    top: -5px;
    background-color: #333;
    text-align: right;
    padding: 8px 15px;
}

.lypop_close .today_chk {
    margin-right: 25px;
}

.lypop_close .today_chk label {
    color: #ccc;
}

.lypop3_body .lypop_img img {
    width: 550px;
}

@media screen and (max-width: 639px) {
    .lypoop_inn img {
        max-width: 100%;
    }

    .lypop1_body .lypop_img img {
        width: auto;
    }

    .lypop3_body {
        width: auto;
    }
}

/* /레이어팝업 공지 */

/* 20241023(하단운영정보 관련 수정) */
.address, .tel, .bnum, .hnum, .ceo {
    font-size: 11px;
    text-align: left;
}

/* 20250728 */
#top #gnb .gnbmenu li.gnb_on a {
    color: #ff0000
}
.bookmark_del {
    min-height: 25px;
    margin-bottom: 20px;
}

/* 드롭다운 메뉴 스타일 */
.dropdown {
    position: relative;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 150px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    top: 100%;
    left: 0;
}
.dropdown-content a {
    font-size: 13px;
    color: 333;
    font-weight: 400;
    padding: 12px 16px;
    text-decoration: none;
    text-align: left;
    display: block;
    border-bottom: 1px solid #ddd;
    transition: all 0.2s linear;
}
.dropdown-content a:hover {
    background-color: #f1f1f1;
}
.dropdown:hover .dropdown-content {
    display: block;
}
/* 드롭다운 화살표 */
.dropdown > a:after {
    content: "";
    position: absolute;
    top: 2px;
    right: 0;
    width: 16px;
    height: 16px;
    background: url(../../images/dropdown_arrow.svg) no-repeat;
}
.dropdown > a:hover::after {
    background: url(../../images/dropdown_arrow_on.svg) no-repeat;
}
.lmenu {
    position: relative;
    width: 100%;
    padding: 13px 0 0 30px;
}
.lmenu::before {
    content: "-";
    position: absolute;
    left: 20px;
}
.lmenu a {
    font-size: 14px;
    color: #111;
    letter-spacing: -0.03em;
}
.lmenu a:hover {
    color: #f00;
}

/* 팝업공지 Slide */
.slidePop {
    top: 100px;
}
.slideInn {
    position: relative;
    /* width: 1000px; 팝업2개일때 */
    width: 1500px;
    margin: 0 auto;
    flex-direction: column;
    display: flex;
}
.swiper {
    width: 1500px;
    height: 100%;
    background: #fff;
    z-index: 999;
}
.popupSwiper .swiper-slide {
    position: relative;
    width: 500px !important;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.popupSwiper .swiper-slide img {
    display: block;
    object-fit: cover;
    width: 100%;
}
.slidePop .swiper-button-next, .slidePop .swiper-button-prev {
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    z-index: 1000 !important;
}
.slidePop .swiper-button-next, .slidePop .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, -30px);
    left: auto;
}
.slidePop .swiper-button-prev, .slidePop .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, -30px);
    right: auto;
}
.slidePop .swiper-button-next, .slidePop .swiper-button-prev {
    color: #fff;
}
.slidePop .swiper-button-next:after, .slidePop .swiper-button-prev:after {
    font-size: 20px;
}
.popClose {
    padding-top: 7px;
}
.lypop_moCont {
    display: none;
}
@media screen and (max-width: 639px) {
    .slidePop {
        display: none !important;
    }
    .popupSwiper .swiper-slide {
        width: 100% !important;
    }
    .popupSwiper .swiper-slide img {
        max-width: 100%;
    }
    .swiper {
        width: auto;
        overflow: visible !important;
    }
    .slideInn {
        width: 100%;
    }
    #lypop_mo {position: fixed;top: 0;left: 0;right: 0; z-index: 102;}
    .lypop_moCont {display: block;}
    .swiper {width: 100%; height: 100%;}
    .swiper-slide {text-align: center; font-size: 18px; display: flex; justify-content: center; align-items: center;}
    .swiper-slide img {display: block; width: 100%; max-width: 100%; height: 100%; object-fit: cover;}
    #lypop_mo .swiper-button-next, #lypop_mo .swiper-button-prev {width: 40px; height: 40px; background-color: rgba(0, 0, 0, 0.3); border-radius: 50%; color: #fff;}
    #lypop_mo .swiper-button-next:after, #lypop_mo .swiper-button-prev:after {font-size: 1.5em;}
    .lypop_close {
        padding: 8px 10px;
    }
}
/* /팝업공지 Slide */

/* 20251119 */
.link-url {
    position: absolute;
    bottom: 80px;
    left: 50%;
    width: 140px;
    margin-left: -70px;
    height: 4%;
    cursor: pointer;
}
@media screen and (max-width: 639px) {
    .link-url {
        bottom: 11.2%;
        width: 30%;
        margin-left: -15%;
        cursor: pointer;
    }
}

/* 20251224 */
.link-url02 {
    position: absolute;
    bottom: 45px;
    left: 0;
    width: 125px;
    margin-left: 15px;
    height: 4%;
    cursor: pointer;
}
@media screen and (max-width: 639px) {
    .link-url02 {
        bottom: 6%;
        left: 0;
        width: 25%;
        margin-left: 3%;
        height: 5%;
    }
    .lypop_close .today_chk input {
        appearance: auto;
    }
}
