﻿@charset "utf-8";

/* ==========================================================================
   미디어 쿼리
   ========================================================================== */
/* 데스크탑 */
/*html {
    min-height: 100%;
}
body {
    min-height: 100%;
}*/
.sub-spot {
    display: none;
}

.journal-toggle {
    display: none;
}


@media screen and (max-width:1199px) {
    /* 타블렛 가로 */

    /*******************
        Archive
    *******************/
    #journalArchive {
        display: none;
    }

    .article.archives .section > h2 {
        display: none;
    }

    .article.archives .doc-main-list .rdoc-year-area {
        width: 100%;
        padding: 0;
        float: initial;
    }

    .article.archives .doc-main-list .list-view-area {
        width: 100%;
        padding-top: 40px;
    }

    .doc-main-list .page-num span {
        display: inline-block;
        width: 54px;
        height: 20px;
        margin: 0 0 5px;
        line-height: 20px;
        text-align: center;
        font-size: 11px;
        color: #767676;
        border: 1px solid #aaa;
        border-radius: 2px;
        background: 0;
    }

    .journal-toggle {
        display: block;
        position: relative;
        width: auto;
        margin: 0 0 10px;
        padding: 6px;
        text-align: right;
        line-height: 1.2;
        border: 1px solid #f1f1f1;
        border-radius: 5px;
        background-color: #fafafa;
    }

    .journal-toggle .txt {
        position: absolute;
        left: 15px;
        top: 14px;
        font-weight: 700;
        font-size: 16px;
        color: #003258;
    }

    .journal-toggle p {
        display: inline-block;
        margin: 0;
        padding: 6px 8px;
        line-height: 1;
        border-radius: 5px;
        background-color: #fafafa;
        border: 1px solid #f1f1f1;
        cursor: pointer;
    }

    .journal-toggle p .glyphicon {
        font-size: 16px;
    }

    .journal-toggle p.icon-open,
    .journal-toggle p.icon-close {
        display: inline-block;
        background: #003258;
        color: #fff;
    }

    .journal-toggle p.icon-open .glyphicon {
        line-height: 1.2;
    }

    /* .rdoc-year-menu */
    .rdoc-year-menu {
        max-width: 100%;
    }

    .rdoc-year-menu li.menu a.title {
        max-width: 100%;
    }

    .listview .page-area > div:first-child {
        display: block;
        width: 100%;
        padding: 0 0 5px 0;
    }
    /*******************
        sub-spot
    *******************/
    .sub-spot {
        display: block;
        height: 200px;
        background: url("/Images/kswe/bg_header_kswe.png") 58% 50% no-repeat;
        background-size: cover;
    }

    .sub-spot .title {
        margin: 0 0 10px;
        padding: 90px 0 0 40px;
        line-height: 1.1;
        font-size: 26px;
        font-weight: 600;
        color: #fff;
        text-shadow: 0 0 3px rgb(0 0 0 / 45%);
    }

    .sub-spot .sub-title {
    }

    .sub-spot .info {
        padding: 0 20px;
        line-height: 1.1;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        text-shadow: 0 0 3px rgba(0,0,0,0.45);
    }

    .drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
            background-color: #fff;
    }
    /*******************
        mobile-nav
    *******************/
    .mobile-nav {
        display: block !important;
        position: fixed;
        width: 100%;
        height: 50px;
        line-height: 50px;
        background-color: rgb(0 0 0 / 40%);
        box-shadow: 0 2px 7px rgba(0,0,0,0.25);
        z-index: 100;
    }

    .btn-connect.login li a:hover {
        color: #fff;
        background-color: #2c2c2c;
    }

    nav .dropdown-backdrop {
        display: none;
    }

    .drawer-open .drawer-overlay {
        z-index: 10;
    }

    /* logout */
    .btn-connect.logout li {
        background-color: #424242;
        /*background-color: #2690ea;*/
    }


    /*logo*/
    .mobile-nav h1 {
        display: inline-block;
        margin: 0 0 0 20px;
        line-height: inherit;
    }

    .mobile-nav .logo a {
        display: block;
        width: auto;
        line-height: 45px;
    }

    .logo img {
        display: inline-block;
        width: 38px;
        margin-top: -11px;
        vertical-align: middle;
    }

    .mobile-nav .logo a span {
        padding-left: 6px;
        line-height: 52px;
        font-size: 28px;
        font-weight: 700;
        color: #fff;
    }

    /* drawer */
    .drawer-overlay {
        background-color: rgba(0,0,0,0.40);
    }

    /* hanburger button */
    .mobile-nav .drawer-hamburger {
        width: 2rem;
        padding: 15px 1.5rem;
    }

    .drawer--right.drawer-open .drawer-hamburger {
        /*right: 16rem;*/
    }

    .drawer-open .drawer-hamburger-icon:after,
    .drawer-open .drawer-hamburger-icon:before {
        background-color: #fff;
    }

    /* drawer-nav */
    .drawer--right .drawer-nav {
        position: fixed;
        top: 0;
        right: -24rem;
        overflow: hidden;
        /*width: 16rem;*/
        height: 100%;
        color: #222;
        background-color: #323232;
        z-index: 2;
    }

    .drawer--right .drawer-nav .inner-wrap {
        position: relative;
    }

    /* drawer-nav > login-area */
    .drawer-nav .login-area {
    }

    /* drawer-nav > drawer-menu */
    .drawer-menu {
        background-color: #fff;
    }

    /* drawer-menu > mobile-gnb-title */
    .drawer-menu .mobile-gnb-title {
        overflow: hidden;
        width: 24rem;
        height: 50px;
        line-height: 50px;
        padding: 0 15px;
        font-size: 16px;
        color: #fff;
        background-color: #323232;
    }
    /* depth1 */
    .drawer-menu > li {
        position: relative;
        line-height: 1.1;
    }

    .drawer-menu-item {
        display: block;
        /*padding: 15px 30px 15px 20px;*/
        padding: 15px 10px;
        text-decoration: none;
        font-size: 15px;
        color: #333;
        border-bottom: 1px solid #dfdfdf;
    }

    .drawer-menu > li:last-child .drawer-menu-item {
        border-bottom: 0;
    }

    .drawer-dropdown .drawer-caret {
        position: absolute;
        right: 10px;
        top: 25px;
    }
    /* depth2 */
    .drawer-dropdown-menu-item {
        display: block;
        padding: 10px 20px 10px 30px;
        line-height: 1.1;
        font-size: 13px;
        color: #767676;
        border-bottom: 1px solid #dfdfdf;
        background-color: #eee;
    }

    /**********************
	* Common 
	**********************/

    #container {
        /*padding: 124px 0 60px;*/
    }

    #container .inner-wrap {
        position: relative;
        margin: 0 auto;
    }

    #container .inner-wrap,
    #footer .inner-wrap,
    #header .logo-area .inner-wrap,
    #header .utility-area .inner-wrap {
        padding: 0 40px;
    }

    #header {
        display: none !important;
    }

    #contents {
        float: initial;
        width: 100%;
        padding: 0;
    }

    .aside {
        float: initial;
        width: 100%;
    }

    .journal-profile .profile {
        width: 75%;
    }

    .journal-profile .issn-info {
        display: inline-block;
        padding-left: 15px;
    }

    .banner-area {
        display: none;
    }

    .contact-area {
        display: none;
    }

    .journal-profile .profile .title {
        width: auto;
        font-size: 1.4rem;
    }

    .journal-profile .profile .tag {
        margin: 2% 0 0;
    }

    .journal-profile .profile .tag .btn {
        padding: 8px 24px 8px 18px;
    }

    .journal-profile .profile .tag .glyphicon {
        top: 3px;
        margin-right: 4px;
    }

    .journal-profile .cover,
    .journal-profile .cover img {
        width: 164px;
    }

    .journal-profile .btn-list {
        float: right;
        margin-top: -116px;
    }

    .journal-profile .btn-list > li > a {
        width: 15rem;
        font-size: 1.125rem;
    }
    /**********************
	* Sub 
	**********************/
    /* breadcrumb */
    .contents .breadcrumb {
        display: block;
    }
    .breadcrumb {
        height: 40px;
        line-height: 40px;
        margin: 0 0 40px;
        padding: 0;
        border-bottom: 1px solid #eee;
        background-color: #fff;
    }
    .breadcrumb ul {
        text-align: right;
        color: #999;
    }
    .breadcrumb ul li {
        display: inline-block;
        margin-left: 8px;
        font-size: 13px;
        font-weight: 400;
    }
    .breadcrumb ul li:last-child {
        color: #add70e;
    }
    .breadcrumb ul li.home a {
        color: #999;
    }
    .breadcrumb ul li a:link {
        font-weight: 300;
        color: #767676;
    }


}

@media screen and (max-width:899px) {
    /* 모바일 가로, 타블렛 세로 */

    /**********************
	* Common 
	**********************/
    .journal-profile .cover, .journal-profile .cover img {
        width: 150px;
    }

    .journal-profile .profile {
        width: calc(100% - 165px);
    }

    .journal-profile .profile .title {
        width: 82%;
        font-size: 1.25rem;
    }

    .journal-profile .profile .tag {
        margin: 8px 0 0;
    }

    .journal-profile .profile .tag .btn {
        margin: 0;
    }

    .journal-profile .issn-info {
        margin: 0;
        line-height: 1.6;
    }

    .journal-profile .btn-list {
        float: initial;
        width: 100%;
        margin-top: 0;
    }

    .journal-profile .btn-list > li {
        display: inline-block;
        float: left;
        width: calc(50% - 4px);
    }

    .journal-profile .btn-list > li:last-child {
        float: right;
    }

    .journal-profile .btn-list > li > a {
        width: 100%;
    }

    .journal-profile .profile .tag .btn {
        font-size: 0.813rem;
        padding: 5px 12px;
    }

    .journal-profile .issn-info {
        padding: 8px 0 0 18px;
    }

    #footer .sitemap {
        padding: 30px 0;
    }

    #footer .sitemap .inner-wrap .cc {
        display: block;
        width: 100%;
        padding: 0 0 20px;
        text-align: center;
    }

    #footer .sitemap .inner-wrap .cc,
    #footer .sitemap .inner-wrap .cc-image {
        width: 100%;
        text-align: center;
    }

    /**********************
	* Main 
	**********************/

    /**********************
	* Sub Page
	**********************/
    .sub-spot .title {
        font-size: 1.5rem;
    }
    .nav-tabs.nav-justified > li {
        width: 48% !important;
        float: left !important;
    }
    .contents .page-header .small-title {
        display: block;
        margin-left: 0;
    }
    .contents .nav-tabs > li:not(:last-child) > a {
        border:1px solid #dfdfdf !important;
    }
    /*******************
        Search
    *******************/
    .search-form {
        padding: 4px 10px 10px;
    }

    #container .search-form h3 {
        display: block;
        width: 100%;
        padding: 0 0 4px 6px;
        text-align: left;
    }

    #container .search-form .form-control {
        width: 100% !important;
        margin: 0 0 6px;
    }

    #container .search-form input.btn,
    #container .search-form button {
        width: 100% !important;
    }
}



@media screen and (max-width:768px) {
	
	#container .inner-wrap, 
	#footer .inner-wrap, 
	#header .logo-area .inner-wrap, 
	#header .utility-area .inner-wrap {
		padding: 0 20px;
	}
	
	/* breadcrumb */
	.contents .breadcrumb {
		margin: 0 0 30px;
	}
	.contents .breadcrumb li:nth-child(4) {
		display: none;
	}
	
	/* list */
	.listview .page-area .file-area .tag {
		margin-top: 10px;
	}
	
	/* xml */
	.metadata-entry-inline {
		display: block;
	}
	._xml-body p {
		text-align: left !important;
	}
	._xml-body .body,
	._xml-body .back {
		padding: 0 !important;
	}
	
}



@media screen and (max-width:599px) {
    /* 모바일 세로 */

    /*******************
    * Archive
    *******************/
   .journal-toggle .txt {
        display: inline-block;
        width: calc(100% - 34px);
        text-align: left;
    }

    .journal-toggle .txt > span {
        width: 90%;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .journal-profile .cover, 
    .journal-profile .cover img {
        width: 134px;
    }
    .journal-profile .issn-info {
        padding: 8px 0 0 18px;
        font-size: 0.938rem;
        line-height: 1.4;
    }
    .journal-profile .profile .title {
        width: 100%;
        font-size: 1.188rem;
    }
    .journal-profile .profile .tag .btn {
        font-size: 0.75rem;
        padding: 4px 8px;
    }
    .journal-profile .btn-list {
        padding: 14px 0 0;
    }
    .journal-profile .btn-list > li > a {
        margin: 0;
        font-size: 1.063rem;
    }
    .current-issue h1 {
        font-size: 1.25rem;
        line-height: 3.3rem;
    }
    .current-issue h1 small {
        font-size: 74%;
    }
    .listview .page-area > div:nth-child(2) {
        width: 100%;
    }
    .listview .page-area > div:last-child {
        padding-right: 0px;
    }
    .current-issue .current-issue-list > div h4.title > a {
        font-size: 1.125rem;
    }

    /**********************
	* Common 
	**********************/
    html {
        font-size: 15px;
    }

    #container .inner-wrap, 
    #footer .inner-wrap, 
    #header .logo-area .inner-wrap,
    #header .utility-area .inner-wrap {
        padding: 0 20px;
    }

    /**********************
	* Main 
	**********************/

    /**********************
	* Sub Page
	**********************/
    .sub-spot .title {
        padding: 90px 0 0 20px;
        font-size: 1.4rem;
    }



}


@media (max-width: 479px) {
    /*******************
    * Commmon
    *******************/
    #container .inner-wrap, 
    #footer .inner-wrap, 
    #header .logo-area .inner-wrap,
    #header .utility-area .inner-wrap {
        padding: 0 15px;
    }
    .journal-profile .cover {
        width: 100%;
        text-align: center;
        margin-bottom:10px;
    }
    .journal-profile .cover img {
        width: 150px;
    }
    .journal-profile .profile {
        width: 100%;
    }
    .journal-profile .btn-list > li:first-child {
        margin-bottom: 4px;
    }
    .journal-profile .btn-list > li {
        width: 100%;
    }

    /*******************
    * Archive
    *******************/
    .current-issue h1 {
        font-size: 1.125rem;
    }
    .current-issue h1 small {
        display: block;
        font-size: 90%;
        margin-bottom: -9px;
        padding-top: 12px;
    }
    .current-issue .current-issue-list > div > div {
        padding: 0;
    }
    .current-issue .current-issue-list > div h4.title > a {
        font-size: 1rem;
    }

    /**********************
	* Main 
	**********************/

    /**********************
	* Sub Page
	**********************/
    .sub-spot .title {
        padding: 84px 0 0 15px;
    }


}



@media (max-width : 320px) and (orientation: portrait) {
    .current-issue h1 > span {
        display: block;
        margin-top: -24px;
    }
    .contents .nav-tabs.nav-justified > li {
        width: 100% !important;
    }
    .download-list02 li {
        padding: 0 0 5px 5px;
    }
}
