@font-face{
    font-display: swap;
    font-family: "Helvetica Neue";
    src: local("HelveticaNeueLT"), local("HelveticaNeueLT-Roman");
    src: url(./fonts/HelveticaNeue.eot);
    src: url(./fonts/HelveticaNeue.eot?#iefix) format("embedded-opentype"),
        url(./fonts/HelveticaNeue.woff2) format("woff2"),
        url(./fonts/HelveticaNeue.woff)format("woff"),
        url(./fonts/HelveticaNeue.ttf) format("truetype");
}

body {
    margin: 0;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

.left-bar {
    border-left: 8px solid #cfcfcf;
    padding-left: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.header {
    background-color: #262626;
}

.header-contents {
    display: flex;
    max-width: 1440px;
    margin: 0 auto;
}

.waffle-nav .contents {
    display: none;
    position: absolute;
    left: 0;
    width: 360px;
    color: #cfcfcf;
    padding: 25px;
}

.waffle-nav.active .contents {
    display: block;
    background-color: #333;
}

.waffle {
    background-color: white;
    background-image: url(./icons/icon-header-waffle.png);
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 25px;
    margin: 10px;
    padding: 0;
    width: 44px;
    height: 44px;
    border: none;
    cursor: pointer;
}

.waffle-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 2;
}

.waffle-nav a {
    text-decoration: none;
}

.waffle-nav .root-level-item > a {
    color: #cfcfcf;
    cursor: default;
    font-size: 1.2em;
}

.waffle-nav .level-1-item > a {
    color: #ff3600;
}

.logo img {
    display: block;
}

.main-nav {
    flex-grow: 1;
}

.main-nav ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
}

.main-nav ul > li {
    display: block;
}

.main-nav .root-level-item > a {
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 700;
    font-size: 16px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 1.1em;
    text-transform: uppercase;
    padding: 19px;
}

.header-search {
    position: relative;
}

.header-search > button {
    background-image: url(./icons/icon-search.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 25px;
    display: block;
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: white;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    height: 64px;
}

.header-search-contents {
    display: none;
    position: absolute;
    right: 0;
    width: 574px;
    height: 48px;
    box-shadow: 0px 8px 16px 0px #00000033;
}

.header-search-expanded .header-search-contents {
    display: flex;
}

.header-search-contents > button {
    background-color: white;
    border: none;
    outline: none;
    background-position: center center;
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
    cursor: pointer;
}

.header-search-contents > input {
    flex-grow: 1;
    border: none;
    outline: none;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 16px;
}

.header-search-contents .header-search-cancel {
    background-image: url(./icons/icon-x.png);
}

.header-search-contents .header-search-search {
    background-image: url(./icons/icon-paperplane.png);
}

.header-userinfo {
    display: flex;
    margin-left: 40px;
}

.header-userinfo-avatar {
    width: 40px;
    height: 40px;
    margin-top: 12px;
    margin-right: 16px;
    border-radius: 25px;
    background-color: black;
    background-image: url(./icons/icon-profile.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.header-userinfo-contents {
    margin-top: 8px;
}

.header-userinfo-name {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 16px;
    color: white;
    font-weight: 500;
}

.header-userinfo-company {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 16px;
    color: white;
    font-weight: 400;
}

.main a {
    color: #ff3600;
    font-weight: bold;
    text-decoration: underline;
}

/* .main button,
.main .btn {
    border: 1px solid #ff3600;
    color: #ff3600;
    padding: 10px;
    font-weight: bold;
    outline: none;
    background: transparent;
    cursor: pointer;
} */

.article-list-container {
    padding-top: 35px;
    background-color: #F1F1F1;
    max-width: 1440px;
    margin: auto;
}

.article-list-contents {
    max-width: 1120px;
    margin: auto;
}

.article-list-header {
    display: flex;
    margin: 0 auto 16px;
}

.article-list-resultcount {
    display: flex;
    align-items: center;
    flex: 1;
    text-align: left;
}

.article-list-viewoptions {
    display: flex;
    align-items: center;
}

.article-list-viewselect {
    border: 1px solid #D5DEE3;
    border-radius: 2px;
    padding: 3px;
    margin-left: 16px;
}

.article-list-btn {
    border: none;
    outline: none;
    width: 40px;
    height: 40px;
    padding: 8px;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.article-list-listviewbtn {
    background-image: url('./icons/icon-article-list.png');
    background-color: white;
}

.article-list-gridview .article-list-listviewbtn {
    background-color: transparent;
}

.article-list-gridviewbtn {
    background-image: url('./icons/icon-article-grid.png');
}

.article-list-gridview .article-list-gridviewbtn {
    background-color: white;
}

.article-list-pagesize {
    margin-left: 32px;
}

.article-list-pagesizeselector {
    border: 1px solid #D5DEE3;
    border-radius: 2px;
    height: 48px;
    min-width: 80px;
    margin-left: 4px;
    text-align: center;
}

.article-list-footer {
    display: flex;
    justify-content: right;
    padding-bottom: 16px;
}

.article-list-pagination {
    display: flex;
    margin-left: 50px;
}

.article-list-paginationbtn {
    border: 1px solid #D5DEE3;
    border-radius: 2px;
    background-color: white;
    outline: none;
    width: 48px;
    height: 48px;
    padding: 12px;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 16px;
}

.article-list-prevpage {
    background-image: url('./icons/icon-article-prevpage.png');
}

.article-list-nextpage {
    background-image: url('./icons/icon-article-nextpage.png');
}

.article-list-paginationbtn-active {
    background-color: black;
    color: white;
}

.article-list-gotopage {
    margin-left: 50px;
}

.article-list-gotopagetxt {
    border: 1px solid #D5DEE3;
    border-radius: 2px;
    width: 46px;
    height: 46px;
    text-align: center;
    padding: 0;
    margin-left: 16px;
}

.article-list-loadmore {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 18px;
    border: none;
    outline: none;
    border-radius: 2px;
    padding: 12px 0;
    background-color: #ff3600;
    color: white;
    text-align: center;
    display: block;
    width: 60%;
    margin: 0 auto;
    cursor: pointer;
}

.article-list-loadmore.hidden {
    display: none;
}

.article-list-gridview .article-list {
    display: flex;
}

.article-list-gridview .doosan-article-summary {
    width: 275px;
    margin-left: 16px;
}

.article-list-gridview .doosan-article-summary:first-child {
    margin-left: 0;
}

.doosan-article .byline {
    color: #999;
    font-size: .9em;
}

.doosan-article .categories {
    list-style: none;
    margin: 1em 0;
    padding: 0;
    display: flex;
}

.doosan-article .categories li {
    margin-right: 1em;
    background-color: #333;
    color: white;
    border-radius: 15px;
    text-decoration: none;
    padding: 5px 10px;
}

.doosan-article .sharing p {
    margin: 0;
    color: #999;
    font-size: .9em;
}

.doosan-article .article-body {
    margin: 2em 0;
}

.doosan-article-summary {
    display: flex;
    background-color: white;
    box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, .1);
    padding: 1em;
    margin-bottom: 1em;
}

.doosan-article-summary .article-image {
    width: 20%;
}

.doosan-article-summary .article-content {
    flex: 1;
}

.doosan-article-summary h2 {
    color: black;
    font-size: 1em;
}

.doosan-article-summary .article-date {
    color: #999;
}

.doosan-article-summary a {
    text-decoration: none;
}

.taxonomy .root-level-list,
.taxonomy .level-1-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.taxonomy .root-level-item > a {
    font-size: 1.2em;
    color: black;
    cursor: default;
    text-decoration: none;
}

.taxonomy .active > a {
    color: black;
    cursor: default;
    text-decoration: none;
}

.footer-nav {
    background-color: #262626;
    padding: 1em 0;
}

.footer-nav .contents {
    display: flex;
    max-width: 1024px;
    margin: 0 auto;
}

.footer-nav .footer-logo {
    flex-grow: 1;
}

.footer-nav ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
}

.footer-nav ul > li {
    display: block;
}

.footer-nav a {
    display: block;
    color: #cfcfcf;
    text-decoration: none;
    text-transform: uppercase;
    padding: 21px;
}

.footer-copyright {
    max-width: 1024px;
    margin: 0 auto;
}

.two-column {
    display: flex;
}

.two-column .left-sidebar {
    width: 30%;
}

.two-column .main-content {
    flex: 1;
}

.rich-text blockquote {
    position: relative;
    font-weight: bold;
    text-align: center;
    margin: 9em 2em;
}

.rich-text blockquote:before,
.rich-text blockquote:after {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 10em;
}

.rich-text blockquote:before {
    content: '\201C'; /* Left double quote */
    top: -1em;
}

.rich-text blockquote:after {
    content: '\201D'; /* Right double quote */
    bottom: -1.5em;
}

.rich-text blockquote .quote {
    font-size: 1.2em;
}

.rich-text .quote-image img {
    width: 60px;
    height: 60px;
    border-radius: 32px;
    border:2px solid #ff3600;
}

.rich-text .quote-name {
    font-size: 1em;
    font-weight: bold;
}
