@charset "utf-8";

/*** mobile ***/
/** visual **/
#visual {overflow: hidden;}
.slick-dotted.slick-slider {margin-bottom: 0;}
.slick-dots li button:before {display: none;}
.visInner {margin: 60px 0 0;}
.visInner article {
    width: 100%; height: 450px;
    padding: 114px 4.533% 0;
    color: #fff;
    background: url(../img/main_visual01_m.jpg) no-repeat center/cover;
}
.visInner article.vs2 {background-image: url(../img/main_visual02_m.jpg);}
.visInner article.vs3 {background-image: url(../img/main_visual03_m.jpg);}
.visInner article h3 {
    font-size: 3.6rem;
    line-height: 41px;
    white-space: pre-line;
}
.visInner article p {
    margin-top: 16px;
    font-size: 1.6rem;
    line-height: 25px;
    word-break: keep-all;
}
.visInner .slick-dots {bottom: 100px;}
.visInner .slick-dots li {
    width: 15px; height: 15px;
    border: 1px solid #fff;
    border-radius: 8px;
    transition: .3s;
}
.visInner .slick-dots .slick-active {
    width: 50px;
    background: #fff;
}

/** login **/
.loginInner {
    padding: 0 4.533%;
    transform: translateY(-56px);
}
.loginInner article {
    width: 100%;
    text-align: center;
    box-shadow: 0px 0px 3px 1px rgba(30,30,30,.08);
}
/* 소개 */
.loginInner .intro {
    position: relative;
    padding: 58px 0;
    background: #fff;
    overflow: hidden;
}
.loginInner .intro:before {
    position: absolute;
    top: -18px; left: -28px;
    content: '';
    width: 190px; height: 150px;
    background: url(../img/logo_opac20.png) no-repeat center/contain;
}
.loginInner .intro h4:before, .loginInner .coLogin h4:before {
    display: block;
    content: '';
    width: 78px; height: 62px;
    margin: 0 auto 15px;
    background: url(../img/sub01_6_symbol04.png) no-repeat center/contain;
}
.loginInner .intro h4 {
    font-size: 2.2rem;
    white-space: pre-line;
}
.loginInner .intro p {
    margin: 18px 0;
    font-size: 1.6rem;
    line-height: 23px;
    white-space: pre-line;
}
.loginInner .intro a {
    display: block;
    width: 67.2%; padding: 16px 0;
    margin: 0 auto;
    font-size: 1.6rem; color: #4fc4ba;
    font-weight: 700;
    border: 1px solid #4fc4ba;
    border-radius: 25px;
}
/* 회원사 로그인 */
.loginInner .coLogin {
    position: relative;
    margin: 50px 0;
    padding: 44px 0 43px;
    background: #fff;
    overflow: hidden;
    z-index: 1
}
.loginInner .coLogin:before, .loginInner .coLogin:after {
    position: absolute;
    top: -123px; left: -81px;
    content: '';
    width: 270px; height: 270px;
    background: rgba(79,196,186,.2);
    border-radius: 100%;
    z-index: -1;
}
.loginInner .coLogin:after {
    top: auto; left: auto;
    bottom: -123px; right: -81px;
    background: rgba(246,159,153,.2);
}
.loginInner .coLogin h4 {
    font-size: 2.4rem;
    line-height: 30px;
    white-space: pre-line;
}
.loginInner .coLogin p {
    margin: 18px 0;
    font-size: 1.6rem; color: #808080;
    line-height: 23px;
    white-space: pre-line;
}
.loginInner .coLogin button {
    display: block;
    width: 67.2%; padding: 16px 0;
    margin: 0 auto;
    font-size: 1.6em; color: #fff;
    font-weight: 700;
    background: #f69f99;
    border-radius: 25px;
}
/* 개인 로그인 */
.loginInner .psLogin {
    padding: 38px 0 39px;
    color: #fff;
    background: #4fc4ba;
}
.loginInner .psLogin h4 {font-size: 2.4rem;}
.loginInner .psLogin form {margin: 22px 0 17px;}
.loginInner .psLogin input {
    appearance: none;
    -webkit-appearance: none;
    display: block;
    width: 67.2%; height: 50px;
    padding-left: 3.6%;
    margin: 0 auto;
    font-size: 1.6rem; color: #fff;
    background: #44a9a0;
    border: 0;
    border-radius: 3px;
    outline: none;
}
.loginInner .psLogin input::placeholder {color: #fff;}
.loginInner .psLogin input[type="password"] {margin: 18px auto 17px;}
.loginInner .psLogin button {
    width: 67.2%; height: 50px;
    font-size: 1.8rem; color: #fff;
    border: 1px solid #fff;
    border-radius: 24px;
}
.loginInner .psLogin .select {display: flex; justify-content: center;}
.loginInner .psLogin .select li a {font-size: 1.6rem; color: #fff;}
.loginInner .psLogin .select li:first-child a:after {
    display: inline-block;
    width: 1px; height: 14px;
    margin: 0 16px;
    content: '';
    background: rgba(255,255,255,.4);
    vertical-align: -2px;
}

/* 로그인 성공 시 */
.loginInner .loginSc {
    display: none;
    padding: 30px 0 40px;
    background: #4fc4ba url(../img/main_loginBg.png) no-repeat center/cover;
}
.loginInner .loginSc h4:before {
    display: block;
    content: '';
    width: 63px; height: 60px;
    margin: 0 auto 15px;
    background: url(../img/icon_lgSc.png) no-repeat center/contain;
}
.loginInner .loginSc p {
    margin: 8px 0 25px;
    font-size: 1.8rem;
}
.loginInner .loginSc li a {
    position: relative;
    display: block;
    padding-left: 32px;
    width: 252px; height: 50px;
    margin: 0 auto;
    font-size: 1.6rem; color: #fff;
    line-height: 48px;
    background: #0f8f8b;
    border-radius: 25px;
    text-align: left;
}
.loginInner .loginSc li:first-child {margin-bottom: 18px;}
.loginInner .loginSc li a:after {
    position: absolute;
    top: 50%; right: 32px; transform: translateY(-50%);
    content: '';
    width: 9px; height: 15px;
    background: url(../img/icon_rightArrow2.png) no-repeat center/contain;
}
.loginInner .login_corpor h4:before {
    width: 90px;
    background-image: url(../img/icon_lgSc02.png);
}

/** issue **/
.issInner {
    padding: 50px 4.533%;
    background: #f8f8fb;
}
/* 공지사항 */
.issInner .notice .tabs {display: flex;}
.issInner .notice .tabs li {width: 50%;}
.issInner .notice .tabs a {
    display: block;
    height: 51px;
    line-height: 50px;
    font-size: 1.8rem; color: #dbdbdb;
    text-align: center;
    background: #44a49c;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.issInner .notice .tabs a.on {
    color: #fff;
    background: #4fc4ba;
}
.issInner .notice .contWrap article {
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255,255,255,.5);
}
.issInner .notice .contWrap {
    padding: 21px 4.98% 0;
    color: #fff;
    background: #4fc4ba;
    overflow: hidden;
}
.issInner .notice .contWrap .date {
    width: 55px; height: 55px;
    font-size: 1.2rem;
    padding-top: 10px;
    background: #44a49c;
    text-align: center;
}
.issInner .notice .contWrap .date p {
    font-size: 2rem;
    margin-bottom: 6px;
}
.issInner .notice .contWrap .content a {display: block; color: #fff;}
.issInner .notice .contWrap .content {
    width: 240px;
    margin-left: 5.459%;
}
.issInner .notice .contWrap .content h5 {
    margin-bottom: 8px;
    font-size: 1.8rem;
	text-overflow: ellipsis;
    overflow: hidden;
	white-space: nowrap;
}
.issInner .notice .contWrap .content div.cont {
    height: 30px;
    font-size: 1.4rem;
    line-height: 14px;
    overflow: hidden;
}
.issInner .notice #news {display: none;}
.issInner .notice a.more {
    position: relative;
    margin-top: 21px;
    display: block;
    padding: 13px 0;
    font-size: 1.6rem; color: #fff;
    background: #44a49c;
    text-align: center;
    z-index: 1;
}
.issInner .notice a.more:after {
    position: absolute;
    top: 0; left: 50%; transform: translateX(-50%);
    content: '';
    width: 150%; height: 100%;
    background: #44a49c;
    z-index: -1;
}
/* 달력 */
.issInner .calendar {
	position: relative;
	padding: 25px 3% 10px;
    margin: 50px 0 37px;
    background: #f69f99;
    border-radius: 3px;
}
.issInner .calendar .flexWrap {
	padding: 0 3%;
	display: flex;
	justify-content: space-between;
}
.issInner .calendar .flexWrap h4 {font-size: 2.4rem; color: #fff;}
.issInner .calendar .flexWrap h4 a {
	display: inline-block;
	width: 24px; height: 24px;
	line-height: 20px;
	margin-left: 6px;
	font-weight: 300;
	color: #fff;
	border: 1px solid #fff;
	text-align: center;
	vertical-align: -2px;
}
.issInner .calendar .date-area b {
	display: inline-block;
	margin: 0 8px;
	font-size: 2rem; color: #fff;
	font-weight: 400;
	vertical-align: middle;
}
.issInner .calendar .date-area a {
	position: relative;
	display: inline-block;
	font-size: 1.6rem; color: #fff;
	font-family: 'sans-serif';
	vertical-align: middle;
}
.issInner .calendar table {
	margin-top: 16px;
	color: #fff;
}
.issInner .calendar th.week, .issInner .calendar td:first-child, .issInner .calendar td:last-child {color: #000;}
.issInner .calendar th {
	font-size: 1.4rem;
	height: 40px;
}
.issInner .calendar td {
	height: 50px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}
.issInner .calendar table tr td {background: transparent;}
.issInner .calendar td .date {line-height: 32px;}
.issInner .calendar td.link .date span, .issInner .calendar td.list2 .date span {
	display: block;
    width: 32px; height: 32px;
	color: #f69f99;
    background: #fff;
    border-radius: 100%;
    margin: 0 auto;
    cursor: pointer;
}
.issInner .calendar td.list2 .date span {
	color: #fff;
	background: linear-gradient(90deg, rgba(79,196,186,1) 0%, rgba(231,130,123,1) 100%);
}
.issInner #blackWrap {
	display: none;
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	padding: 35px 3.5%;
	font-size: 1.6rem; color: #fff;
	background: rgba(0,0,0,.82);
}
.issInner #blackWrap button.close {
	position: absolute;
	top: 38px; right: 5%;
	width: 18px; height: 18px;
	background: url(/img/icon_closebtn.png) no-repeat center/contain;
	outline: none;
	cursor: pointer;
}
.issInner #blackWrap p.date {
	padding-left: 8px;
	margin-bottom: 26px;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: -0.1rem;
}
.issInner #blackWrap li:nth-child(n+2) {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px dashed rgba(255,255,255,.3);
}
.issInner #blackWrap li a {
	display: flex;
	color: #fff;
}
.issInner #blackWrap li a span {
	position: relative;
	flex: 0 0 53px;
	padding-left: 18px;
	margin-right: 13px;
}
.issInner #blackWrap li a span:before {
	position: absolute;
	top: 6px; left: 5px;
	content: '';
	width: 6px; height: 6px;
	background: #4fc4ba;
	border-radius: 6px;
}
.issInner #blackWrap li.event a span:before {background: #f69f66;}
.issInner #blackWrap li a .cont {width: 78%;}
.issInner #blackWrap li a p.name {
	margin-bottom: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.issInner #blackWrap li a i.date {
	font-size: 1.4rem; color: #747474;
	font-style: normal;
	letter-spacing: -0.02rem;
}

/* 도서구매 */
.issInner .book {
    padding: 30px; height: 214px;
    background: #fff;
}
.issInner .book .title h4 {
    display: inline-block;
    font-size: 2rem;
    vertical-align: middle;
}
.issInner a.detailButton {
    display: inline-block;
    width: 26px; height: 26px;
    margin-left: 6px;
    font-size: 1.6em; color: #ccc;
    font-weight: 300;
    line-height: 22px;
    border: 1px solid #ccc;
    text-align: center;
    vertical-align: middle;
}
.issInner .book article {display: flex; justify-content: space-between; align-items: center;}
.issInner .book article .detail {width: 41.8%;}
.issInner .book article .detail h5 {
    margin-bottom: 12px;
    padding-top: 15px;
    font-size: 1.6rem;
    font-weight: 400;
}
.issInner .book article .detail h5 b {
    display: block;
    margin-bottom: 6px;
    color: #f69f99;
}
.issInner .book article .detail a {
    display: block;
    width: 100%; height: 30px;
    line-height: 29px;
    font-size: 1.4rem; color: #f69f99;
    border: 1px solid #f69f99;
    border-radius: 15px;
    text-align: center;
}
.issInner .book article i.img {
    display: block;
    width: 120px;
}
.issInner .book article i.img img {width: 100%;}

/* 교육일정 */
.issInner .schedule {
    margin: 37px 0 50px;
    padding: 23px 3.812% 0;
    background: #fff;
}
.issInner .schedule h4 {
    display: inline-block;
    font-size: 2rem;
    vertical-align: middle;
}
.issInner .schedule article {padding: 25px 0;}
.issInner .schedule article:nth-child(3) {border-bottom: 1px solid #dbdbdb;}
.issInner .schedule span {font-size: 1.4rem; color: #f69f99;}
.issInner .schedule h5 {
    margin: 8px 0 10px;
    font-size: 1.6rem;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}
.issInner .schedule p {font-size: 1.4rem; color: #808080;}
.issInner .schedule i.status {
    display: block;
    width: 150px; padding: 8px 0;
    margin-top: 12px;
    font-size: 1.4rem; color: #fff;
    font-style: normal;
    background: #f69f99;
    text-align: center;
    border-radius: 15px;
}
.issInner .schedule i.over {background: #b2b2b2;}
/* 바로가기 */
.issInner .shortcuts a.news {
    display: block;
    padding: 40px 0 30px 32px;
    font-size: 2.4rem; color: #333;
    font-weight: 700;
    line-height: 27px;
    white-space: pre-line;
    background: #fff url(../img/main_news.jpg) no-repeat center/cover;
    border-radius: 3px;
    box-shadow: 0px 0px 3px 1px rgba(30,30,30,.05);
}
.issInner .shortcuts a.news i {
    display: block;
    margin-top: 6px;
    font-size: 1.8rem;
    font-style: normal;
}
.issInner .shortcuts a.news i:after {
    display: inline-block;
    content: '';
    width: 23px; height: 8px;
    margin-left: 7px;
    background: url(../img/main_shortcuts_arrow.png) no-repeat center/contain;
    vertical-align: middle;
}
.issInner .shortcuts a.research {
    position: relative;
    display: block;
    margin-top: 20px;
    padding: 33px 35px;
    font-size: 2.7rem; color: #fff;
    line-height: 34px;
    background: #4fc4ba;
    border-radius: 3px;
    white-space: pre-line;
}
.issInner .shortcuts a.research:after {
    position: absolute;
    top: 50%; right: 30px; transform: translateY(-50%);
    content: '';
    width: 123px; height: 109px;
    background: url(../img/main_icon_search.png) no-repeat center/contain;
}

/** 분과 소개 **/
#division {padding: 50px 4.533% 120px;}
.dvsInner {box-shadow: 0px 0px 3px 1px rgba(45,45,45,.08);}
.dvsInner section {
    position: relative; height: 340px;
    padding: 45px 10.263% 49px;
}
.dvsInner section h4 {
    font-size: 3.6rem;
    font-weight: 400;
}
.dvsInner section h4 span {
    display: block;
    margin: 11px 0 16px;
    font-size: 1.8rem; color: #4fc4ba;
}
.dvsInner section.ma h4 span, .dvsInner section.gs h4 span {color: #f69f99;}
.dvsInner section p {
    font-size: 2rem;
    line-height: 29px;
    white-space: pre-line;
}
.dvsInner section a {
    margin-top: 46px;
    display: inline-block;
    font-size: 1.8em; color: #333;
    font-weight: 700;
}
.dvsInner section a:after {
    display: inline-block;
    content: '';
    width: 23px; height: 8px;
    margin-left: 7px;
    background: url(../img/main_shortcuts_arrow.png) no-repeat center/contain;
    vertical-align: middle;
}
.dvsInner section:after {
    position: absolute;
    bottom: 25px; right: 25px;
    content: '';
    width: 58px; height: 88px;
    background: url(../img/main_icon_RA.png) no-repeat center/contain;
}
.dvsInner section.ma:after {background-image: url(../img/main_icon_MA.png);}
.dvsInner section.bd:after {background-image: url(../img/main_icon_BD.png);}
.dvsInner section.gs:after {background-image: url(../img/main_icon_GS.png);}
.dvsInner .slick-arrow {
    width: 45px; height: 45px;
    border: 1px solid #808080;
}
.dvsInner .slick-prev, .dvsInner .slick-next {
    top: auto; left: auto;
    bottom: -95px; right: 45px;
}
.dvsInner .slick-next {right: 0; border-left: 0;}
.dvsInner .slick-prev:after, .dvsInner .slick-next:after {
    position: absolute;
    top: 50%; left: 50%; transform: translate(-50%,-50%);
    content: '';
    width: 9px; height: 18px;
    background: url(../img/icon_leftArrow.png) no-repeat center/contain;
}
.dvsInner .slick-next:after {background-image: url(../img/icon_rightArrow.png);}

/* 아이디/비밀번호 찾기 */
#findpw {
    display: none;
    position: fixed;
    width: 100vw; height: 100vh;
    top: 0; left: 0;
    background: rgba(0,0,0,.6);
    z-index: 9999;
}
.popInner {
    position: absolute;
    top: 50%; left: 50%; transform: translate(-50%,-50%);
    width: 94.26%; padding: 30px 2.4%;
    background: #f6f6f8;
    text-align: center;
}
.popInner h3 {
    font-size: 2.4rem;
    font-weight: 400;
}
.popInner h3:after {
    display: block;
    content: '';
    width: 36px; height: 1px;
    margin: 18px auto;
    background: #4fc4ba;
}
.popInner p {
    font-size: 1.6rem;
    line-height: 1.3;
    white-space: pre-line;
}
.popInner .inputWrap {
    padding: 15px 3%;
    margin: 20px auto;
    background: #fff;
    box-shadow: 0px 3px 7px -3px rgba(30,30,30,.08)
}
.popInner .inputWrap label {font-size: 1.6rem;}
.popInner .inputWrap input {
    width: 66.4%; height: 20px;
    margin-left: 2%;
    font-size: 1.6rem;
    border: 0;
    transition: .5s;
}
.popInner .inputWrap input:focus, .popInner .inputWrap input:hover {
    border-bottom: 1px solid #4fc4ba;
    outline: none;
}
.popInner .btnWrap {
    display: flex;
    justify-content: center;
}
.popInner .btnWrap button {
    width: 140px; height: 36px;
    font-size: 1.6rem; color: #fff;
    font-weight: 300;
    background: #4fc4ba;
}
.popInner .btnWrap .close {
    margin-right: 6px;
    background: #333;
}


/*** PC ***/
@media screen and (min-width:1084px){
    /** visual **/
    .visInner {margin: 0;}
    .visInner article {
        height: 400px;
        padding: 53px 0 0;
        background-image: url(../img/main_visual01.jpg) no-repeat center/cover;
    }
    .visInner article .textWrap {
        width: 1280px; margin: 0 auto;
        padding-left: 40px;
    }
    .visInner article.vs2 {background-image: url(../img/main_visual02.jpg);}
    .visInner article.vs3 {background-image: url(../img/main_visual03.jpg);}
    .visInner article h3 {
        font-size: 5.4rem;
        line-height: 64px;
    }
    .visInner article p {
        margin-top: 40px;
        font-size: 2rem;
        font-weight: 300;
        line-height: 30px;
        white-space: pre-line;
        letter-spacing: -0.12rem;
    }
    .visInner .slick-dots {
        width: auto;
        display: inline-block;
        bottom: 123px; right: 12%;
    }

    /** login **/
    .loginInner {
        padding: 0;
        display: flex;
        justify-content: space-between;
        width: 1130px;
        margin: 0 auto;
        transform: translateY(-69px);
    }
    .loginInner button {cursor: pointer;}
    .loginInner article {width: 350px; height: 350px;}
    /* 소개 */
    .loginInner .intro {padding: 30px 0 56px;}
    .loginInner .intro h4:before, .loginInner .coLogin h4:before {
        width: 84px; height: 62px;
        margin: 0 auto 21px;
    }
    .loginInner .intro h4 {
        font-size: 2.4rem;
        line-height: 32px;
    }
    .loginInner .intro p {line-height: 24px; margin-bottom: 25px;}
    .loginInner .intro a {
        width: 260px; padding: 12px 0;
        font-size: 1.6rem;
        border-radius: 25px;
    }
    /* 회원사 로그인 */
    .loginInner .coLogin {
        margin: 0;
        padding: 34px 0 46px;
    }
    .loginInner .coLogin:before, .loginInner .coLogin:after {
        top: -123px; left: -81px;
        content: '';
        width: 270px; height: 270px;
        background: rgba(79,196,186,.2);
        border-radius: 100%;
        z-index: -1;
    }
    .loginInner .coLogin:after {
        top: auto; left: auto;
        bottom: -123px; right: -81px;
        background: rgba(246,159,153,.2);
    }
    .loginInner .coLogin h4 {line-height: 32px;}
    .loginInner .coLogin p {
        margin: 20px 0;
        font-size: 1.6rem;
        line-height: 24px;
    }
    .loginInner .coLogin button {
        width: 270px; padding: 12px 0;
        font-size: 1.6rem;
    }
    /* 개인 로그인 */
    .loginInner .psLogin {padding: 40px 0 42px;}
    .loginInner .psLogin form {margin: 23px 0 20px;}
    .loginInner .psLogin input {
        width: 260px;
        padding-left: 18px;
        border-radius: 5px;
    }
    .loginInner .psLogin input::placeholder {color: #fff;}
    .loginInner .psLogin input[type="password"] {margin: 18px auto 17px;}
    .loginInner .psLogin button {width: 260px;}
    .loginInner .psLogin .select li a {font-size: 1.6rem; font-weight: 300;}

    /* 로그인 성공 시 */
    .loginInner .loginSc {padding: 45px 0 40px;}
    .loginInner .loginSc h4:before {
        width: 65px; height: 63px;
        margin: 0 auto 20px;
    }
    .loginInner .loginSc p {margin: 13px 0 20px;}
    .loginInner .loginSc li a {
        padding-left: 42px;
        width: 260px;
        font-size: 1.8rem;
    }
    .loginInner .loginSc li:first-child {margin-bottom: 10px;}
    .loginInner .loginSc li a:after {width: 6px; height: 10px;}
    .loginInner .login_corpor h4:before {width: 81px; height: 54px;}

    /** issue **/
    #issue {background: #f8f8fb;}
    .issInner {
        padding: 80px 0;
        width: 1280px;
        margin: 0 auto;
    }
    .issInner > article {float: left;}
    .issInner .notice {width: 400px; height: 560px;}
    .issInner .calendar {width: 400px; height: 270px;}
    .issInner .book {width: 430px; height: 270px;}
    .issInner .schedule {width: 530px; height: 265px;}
    .issInner .shortcuts {width: 300px; height: 265px;}

    /* 공지사항 */
    .issInner .notice .tabs a {
        height: 60px;
        line-height: 59px;
        font-size: 2rem;
    }
    .issInner .notice .contWrap {position: relative; padding: 30px 15px 0; min-height: 500px;}
    .issInner .notice .contWrap article {padding: 15px 0;}
    .issInner .notice .contWrap .date {
        width: 65px; height: 65px;
        font-size: 1.4rem;
        padding-top: 12px;
    }
    .issInner .notice .contWrap .date p {
        font-size: 2.4rem;
        margin-bottom: 4px;
    }
    .issInner .notice .contWrap .content {
        width: 280px;
        margin-left: 20px;
    }
    .issInner .notice .contWrap .content div.cont {
        height: 36px;
        font-size: 1.6rem;
        line-height: 1.2;
    }
    .issInner .notice #news {display: none;}
    .issInner .notice a.more {
        position: absolute;
		bottom: 0; left: 0;
		width: 100%;
        padding: 17px 0;
        font-size: 1.8rem;
    }
	/* 달력 */
	.issInner .calendar {
		padding: 25px 18px;
		margin: 0 25px 25px;
        border-radius: 5px;
	}
	.issInner .calendar .flexWrap h4 a {
		width: 20px; height: 20px;
		line-height: 16px;
		font-size: 1.6rem;
		vertical-align: 2px;
	}
	.issInner .calendar .date-area b {
		display: inline-block;
		margin: 0 8px;
		font-size: 2rem; color: #fff;
		font-weight: 400;
		vertical-align: middle;
	}
	.issInner .calendar th {height: 30px;	}
	.issInner .calendar td {height: 28px;	}
	.issInner .calendar td .date {line-height: 21px;}
	.issInner .calendar td.link .date span, .issInner .calendar td.list2 .date span {
		width: 21px; height: 21px;
		font-size: 1.3rem;
	}
	.issInner #blackWrap {padding: 20px 18px;}
	.issInner #blackWrap ul {
		max-height: 190px;
		overflow-y: scroll;
	}
	.issInner #blackWrap ul::-webkit-scrollbar {display: none;}
	.issInner #blackWrap button.close {
		top: 20px; right: 16px;
		width: 20px; height: 20px;
	}
	.issInner #blackWrap p.date {padding-left: 6px;	}

    /* 도서구매 */
    .issInner .book .title h4 {
        font-size: 2.4rem;
        vertical-align: middle;
    }
    .issInner a.detailButton {
        width: 25px; height: 25px;
        margin-left: 17px;
        font-size: 2.4em;
        line-height: 20px;
    }
    .issInner .book article .detail {width: 160px;}
    .issInner .book article .detail h5 {
        margin-bottom: 20px;
        padding-top: 37px;
        font-size: 1.8rem;
    }
    .issInner .book article .detail h5 b {
        font-size: 1.6rem;
        margin-bottom: 9px;
        color: #f69f99;
    }
    .issInner .book article .detail a {
        height: 40px;
        line-height: 39px;
        font-size: 1.6rem;
        border-radius: 20px;
    }
    .issInner .book article i.img {width: 150px;}
    /* 교육일정 */
    .issInner .schedule {
        margin: 0 25px;
        padding: 30px;
    }
    .issInner .schedule h4 {font-size: 2.4rem;}
    .issInner .schedule article {
        display: flex;
        justify-content: space-between;
        padding: 16px 0;
    }
    .issInner .schedule .content {width: 390px;}
    .issInner .schedule span {font-size: 1.6rem;}
    .issInner .schedule h5 {
        margin: 8px 0;
        font-size: 1.8rem;
        line-height: 1;
        height: 20px;
    }
    .issInner .schedule i.status {
        display: flex;
        width: 60px; height: 60px;
        margin-top: 8px;
        font-size: 1.6rem; color: #fff;
        border-radius: 100%;
        word-break: keep-all;
        justify-content: center;
        align-items: center;
        cursor: default;
    }
    /* 바로가기 */
    .issInner .shortcuts a.news {
        height: 130px;
        padding: 28px 0 33px 30px;
        font-size: 2rem;
        line-height: 24px;
        border-radius: 5px;
    }
    .issInner .shortcuts a.research {
        margin-top: 25px;
        height: 110px;
        padding: 24px 30px;
        font-size: 2.4rem;
        line-height: 30px;
        border-radius: 5px;
    }
    .issInner .shortcuts a.research:after {
        right: 27px;
        width: 108px; height: 96px;
    }

    /** 분과 소개 **/
    #division {padding: 0;}
    .dvsInner {
        box-shadow: none;
        display: flex;
        justify-content: center;
        width: 1200px;
        margin: 50px auto 67px;
    }
    .dvsInner section {
        position: relative;
        width: 300px; height: 300px;
        padding: 40px 0 43px 32px;
    }
    .dvsInner section:before {
        position: absolute;
        top: 50%; right: 0; transform: translateY(-50%);
        content: '';
        width: 1px; height: 200px;
        background: #ccc;
    }
    .dvsInner section h4 {font-size: 3.2rem;}
    .dvsInner section h4 span {
        margin: 10px 0 15px;
        font-size: 1.6rem;
    }
    .dvsInner section p {
        font-size: 1.8rem;
        line-height: 26px;
    }
    .dvsInner section a {
        position: absolute;
        bottom: 43px;
        margin-top: 40px;
        font-size: 1.6em;
    }
    .dvsInner section a:after {
        width: 20px; height: 7px;
        margin-left: 4px;
        transition: .4s;
    }
    .dvsInner section a:hover:after {transform: translateX(8px);}
    .dvsInner section:after {
        bottom: 30px; right: 30px;
        width: 46px; height: 70px;
    }

    /* 아이디/비밀번호 찾기 */
    .popInner {width: 620px; padding: 55px 80px;}
    .popInner h3 {font-size: 3.2rem;}
    .popInner h3:after {
        width: 38px;
        margin: 20px auto;
    }
    .popInner .inputWrap {
        padding: 17px 23px;
        margin: 22px auto 30px;
    }
    .popInner .inputWrap input {
        /* width: 310px; */
        width: 220px;
        margin-left: 18px;
        height: 24px;
    }
    .popInner .btnWrap button {width: 160px; height: 40px;}
    .popInner .btnWrap .close {margin-right: 14px;}
}
