@charset "utf-8";
@import url(https://cdn.codeground.org/nsr/css/initialize.css);

/*.hideTxt{font-size:0;}*/
#body-contents {
    width: 100%			
}

.hideTxt {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    margin: -1px;
    width: 1px;
    height: 1px
}

.skip-menu {
    position: relative
}

.skip-menu a {
    position: absolute;
    top: -9999em;
    display: block;
    background-color: #0854ff;
    color: #fff !important;
    padding: .5em 1em;
    font-weight: 400
}

.skip-menu a:focus {
    top: 0;
    z-index: 9999
}

.wrapper {
    position: relative;
    font-family: 'sso', 'Malgun Gothic', '맑은 고딕', 'Dotum', '돋움', sans-serif;
}

#header {
    position: relative;
    z-index: 2000;
}

#header .logo {
    float: left;
    max-width: 8.929em;
}

#header .logo a {
    display: block;
    width: 5.6em;
    margin-top: .4em;
    line-height: 1em
}

#header nav {
    width: calc(100% - 30%);
    padding-left: 22em;
    box-sizing: content-box
}

#header nav .hover-bar {
    display: none;
    position: absolute;
    top: 4.5em;
    width: 1em;
    height: .5em;
    background-color: #1428a0;
    transition: display .5s;
}

#header nav .hover-bar.move {
    display: block;
    transition: display .5s;
}

/* 2022.04.01 수정 */
#header #gnb-new {
    max-width: 900px;
    margin: 0 auto;
}

/* // 2022.04.01 수정 */
#header #gnb-new:after {
    content: "";
    display: block;
    clear: both
}

#header #gnb-new>li {
    float: left;
    text-align: center;
    padding: 0 1.2em
}

/*
#header #gnb-new > li:nth-child(1){width:13%}
#header #gnb-new > li:nth-child(2){width:20.3%}
#header #gnb-new > li:nth-child(3){width:20.3%}
#header #gnb-new > li:nth-child(4){width:20.3%}
#header #gnb-new > li:nth-child(5){width:13%}
#header #gnb-new > li:nth-child(6){width:13%}
*/
#header #gnb-new>li>a {
    position: relative;
    display: inline-block;
    height: auto;
    padding-top: 0;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: -.5px;
    line-height: 5.000em;
    text-align: center;
    transition: width 1s;
}

#header #gnb-new>li>a.on::after {
    transform: rotate(180deg);
    background: url(https://cdn.codeground.org/nsr/images/icon/ico-researchPaper.png) no-repeat -1.1em -0.1em;
    background-size: 2em;
}

#header #gnb-new>li>a:hover {
    color: #000
}

#header #gnb-new>li>a::after {
    content: "";
    display: inline-block;
    width: 1.2em;
    height: 1em;
    margin-top: -0.5em;
    background: url(https://cdn.codeground.org/nsr/images/icon/ico-researchPaper.png) no-repeat -0.8em 0.2em;
    background-size: 2em;
    transform: rotate(0deg);
    transition: width 1s;
}

#header #gnb-new>li>a.arr-del::after {
    content: "";
    display: none;
    width: 1.2em;
    height: 1.063em;
    margin-top: -0.5em;
    background: url(https://cdn.codeground.org/nsr/images/icon/ico-researchPaper.png) no-repeat -0.8em 0.2em;
    background-size: 2em;
}

#header .gnb-sliderBg {
    position: absolute;
    width: 100%;
    height: 31.857em;
    background-color: #f7f7f7
}

#header .util-menu {
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

#header .util-menu a {
    float: left
}

#header .gnb-sub {
    display: none;
    position: absolute;
    width: 100%;
    height: 32em;
    padding: 3.214em 1em 5.357em;
    background-color: #f7f7f7;
    box-sizing: border-box
}

.gnb-m0,
.gnb-m1,
.gnb-m3,
.gnb-m4 {
    display: none
}

.gnb-sub .sub-menu {
    float: left;
    width: calc(100% - 34%)
}

.gnb-sub .sub-menu .sub-a,
.gnb-sub .sub-menu .sub-b {
    width: 50%
}

.gnb-sub .sub-menu .divide {
    overflow: hidden;
    display: inline-block
}

.gnb-sub .sub-menu .divide li {
    float: left;
    width: 50%
}

.gnb-sub .sub-menu .divide li:nth-child(even) {
    padding-left: 3em;
    box-sizing: border-box;
    border-left: 1px solid #e2e2e2
}

.gnb-sub .sub-menu .divide li:nth-child(9) a {
    display: block;
    padding: 1em 0;
    font-size: 1.286em;
    font-weight: 600;
    text-transform: uppercase
}

.gnb-sub .sub-menu .sub-a {
    float: left
}

.gnb-sub .sub-menu .sub-b {
    float: left;
    padding-left: 7%;
    box-sizing: border-box
}

.gnb-sub .gnb-m2 .sub-a {
    width: 60%
}

.gnb-sub .gnb-m2 .sub-b {
    width: 40%;
    border-left: 1px solid #e2e2e2
}

.gnb-sub .gnb-m2 .sub-a>ul {
    float: left;
    width: 55%
}

.gnb-sub .gnb-m2 .sub-a>ul.type-dept {
    width: 45%
}

.gnb-sub .gnb-m2 .sub-a>ul.type-dept a {
    cursor: pointer
}

.gnb-sub .gnb-m2 .sub-a .type-con {
    display: none;
    position: relative
}

.gnb-sub .gnb-m2 .sub-a .type-con:before {
    content: "";
    display: block;
    position: absolute;
    top: 18px;
    left: -65px;
    width: 50px;
    height: 1px;
    background-color: #e2e2e2
}

.gnb-sub .gnb-m2 .sub-a .type-con.type-dept1 {
    margin-top: 4.9em
}

.gnb-sub .gnb-m2 .sub-a .type-con.type-dept2 {
    margin-top: 7.6em
}

.gnb-sub .gnb-m2 .sub-a .type-con.type-dept3 {
    margin-top: 10.3em
}

.gnb-sub .gnb-m2 .sub-a .type-con.type-dept4 {
    margin-top: 13em
}

.gnb-sub .sub-menu strong {
    display: block;
    font-size: 1.286em;
    font-weight: 600;
    text-transform: uppercase
}

.gnb-sub .sub-menu .str-hover:hover {
    color: #1428a0
}

.gnb-sub .sub-menu ul {
    margin-top: 2.188em
}

.gnb-sub .sub-menu ul a {
    display: block;
    font-size: 1em;
    font-weight: 500;
    padding: 0.7em 0
}

.gnb-sub .sub-menu ul a:hover {
    color: #1428a0
}

.sub-img {
    float: right;
    width: 28.571em;
    min-height: 22.857em;
    border-left: 1px solid #e2e2e2;
    padding-left: 3.643em
}

.sub-img strong,
.sub-imgDepth strong {
    display: block;
    font-size: 1.143em;
    font-weight: 600;
    color: #1428a0;
    text-align: left
}

.sub-img>ul li {
    display: none;
    overflow: hidden
}

.sub-img>ul li.on,
.sub-img.imgDepth-siblings.on>ul li.on,
.sub-img.imgDepth-siblings.off {
    display: block
}

.sub-img.imgPreview>ul li:first-child,
.sub-img.imgDepth-siblings {
    display: none
}

.sub-img.imgPreview>.sub-imgPreview {
    margin: 1.2em 0 0.5em
}

.sub-img .sub-img-area {
    margin: 1.2em 0 0.5em
}

.sub-img .sub-img-area+p {
    font-size: 1em
}

.gnb-sub .basic {
    float: right;
    width: calc(100% - 25%)
}

.gnb-sub .basic .sub-menu {
    float: left;
    width: calc(100% - 45%)
}

.gnb-sub .basic .sub-menu .sub-a {
    width: 100%
}

.gnb-m3.basic .sub-menu {
    width: auto !important
}

.sub-img .fL {
    float: left;
    width: 25.358em;
    padding-right: .5em;
    box-sizing: border-box
}

.sub-img .fL:nth-child(2) {
    padding-right: 0;
    padding-left: .5em
}

.sub-img.wide {
    width: auto
}

.imgDepth a {
    display: block;
    margin-top: 1em;
    text-decoration: underline
}

.sub-img-area a {
    margin-top: 0
}

/*
.sub-img.wide .fL:nth-child(2) .sub-img-area{margin-top:2.75em}
.sub-img.wide .fL:nth-child(2) .sub-img-area.mtInherit{margin-top:1.2em}
*/

.sub-img.wide a {
    display: block;
    margin-top: 1em;
    text-decoration: underline
}

.sub-img.wide .sub-img-area.one-con {
    width: 24.846em
}

.util-menu .btn-search {
    width: 24px;
    height: 24px;
    background: url(https://cdn.codeground.org/nsr/images/icon/ico-mag.png)no-repeat 0 0;
}

.util-menu .btn-search.active {
    background: url(https://cdn.codeground.org/nsr/images/icon/search_close.png)no-repeat 0 0
}

.search-areaWrap {
    position: relative;
    max-width: 1360px;
    margin: 0 auto;
}

.search-area {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: #f5f6f8;
    border: 1px solid #e8e8e8;
}

.search-area .arrow {
    position: absolute;
    top: -10px;
    right: 40px;
    width: 20px;
    height: 10px;
    background: url(https://cdn.codeground.org/nsr/images/icon/search_arrow.png)no-repeat;
}

/* .search-area .search-cls{position:absolute;top:13px;right:15px;width:15px;height:15px;background:url(https://cdn.codeground.org/nsr/images/icon/search_close.png)no-repeat;background-size:15px;} */
.search-area .input-wrap {
    position: relative;
    margin: 1em;
}

/* .search-area .input-wrap .search-txt{width:320px;height:40px;padding-left:1em;border:1px solid #e8e8e8} */
.search-area .input-wrap .search {
    position: absolute;
    top: 10px;
    right: 14px;
    width: 20px;
    height: 20px;
    background: url(https://cdn.codeground.org/nsr/images/icon/ico-mag.png)no-repeat;
    background-size: 20px;
    text-indent: -9999em
}

.main-search-input {
    width: 320px;
    height: 40px;
    line-height: 40px;
    padding: 0 3em 0 1em;
    border: 1px solid #e8e8e8;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal !important;
}

.main-input-box ul {
    height: 108px;
    overflow-y: scroll;
    margin: 0 1em 1em;
    list-style: none;
    padding-left: 0;
}

.main-input-box ul li {
    display: block;
    width: 290px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    cursor: pointer;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal !important;
}

.main-input-box ul li.active {
    background: #fff;
}

.main-input-box ul li:hover {
    background: #fff
}

input[type=text]::-ms-clear {
    display: none;
}

/* .util-menu .search-pop .search{position:absolute;top:10px;right:0;} */
#btn-twoType {
    width: 24px;
    margin: 3px 0 0 15px
}

#btn-twoType span {
    display: block;
    float: right;
    height: 2px;
    margin-top: 6px;
    background-color: #000;
    transition: width .2s;
}

#btn-twoType span:nth-child(1) {
    width: 24px;
    margin-top: 0
}

#btn-twoType span:nth-child(2) {
    width: 15px
}

#btn-twoType span:nth-child(3) {
    width: 24px
}

#btn-twoType.btn-siteMap:hover span:nth-child(1),
#btn-twoType.btn-siteMap:hover span:nth-child(3) {
    width: 15px;
    transition: width .2s
}

#btn-twoType.btn-siteMap:hover span:nth-child(2) {
    width: 24px;
    transition: width .2s
}

#btn-twoType.btn-mobile.eft span:nth-child(1),
#btn-twoType.btn-mobile.eft span:nth-child(3) {
    width: 15px;
    transition: width .2s
}

#btn-twoType.btn-mobile.eft span:nth-child(2) {
    width: 24px;
    transition: width .2s
}

.video-playArea:focus {
    border: 2px solid #005aff !important;
    box-sizing: border-box
}

.con-wid {
    position: relative;
    max-width: 1360px;
    margin: 0 auto
}

.con-wid:after {
    content: "";
    display: block;
    clear: both
}

.container {
    width: 100%;
    min-height: calc(100vh - 47.9em);
    padding: 5.714em 0 8.071em
}

.p-event .container {
    padding-top: 0
}

.bgGray {
    background-color: #f5f6f8;
    padding: 2.5em 0 3.5em;
    margin-top: 4em;
}

.bgNetwork {
    position: relative;
    background: url(https://cdn.codeground.org/nsr/images/layout/bg-rndNetwordks.jpg) no-repeat 50% 50%;
    background-size: cover;
    text-align: right
}

.main .container {
    padding: 4.286em 0 4.286em
}

.main .bgGray {
    margin-top: 0
}

.main #body-contents .container:first-child {
    padding-bottom: 60px;
}

.main #body-contents .btnBottom-area {
    margin-top: 2.143em
}

.main #body-contents .container.bgGray.main-container {
    padding: 4em 0 3.571em
}

.tle-section {
    margin-bottom: .6em;
    font-family: 'sss';
    font-size: 2.857em;
    text-align: center;
    line-height: 1
}

/* // 2022.04.06 추가 : main - Research Insights 콘텐츠 */
.tle-section-sub {
    font-family: "samsungonekorean700";
    margin-bottom: 18px;
    font-size: 2em;

    color: #000;
    line-height: 1;
}

.tle-section-tit {
    margin-bottom: 10px;
    font-size: 1.5em;
    font-weight: 600;
    color: #000;
    line-height: 1;
}

/* // 2022.04.06 추가 : main - Research Insights 콘텐츠 */
.bgNetwork .tle-section {
    margin-bottom: 0.205em;
    color: #fff
}

.bgNetwork .tle-section+h2 {
    font-family: 'sso';
    font-weight: 400;
    font-size: 1.714em;
    color: #fff;
    text-align: center;
}

.main-visual {
    position: relative
}

#footer {
    padding: 0 0 3.571em 0;
}

#footer {
    position: relative;
    background: #ddd !important;
}

.main #footer .sub-footer {
    display: none;
}

#footer .footer-wrap {
    position: relative;
    background-color: #dddddd;
}

#footer .con-wid {
    overflow: visible
}

#footer .con-wid:after {
    content: "";
    display: block;
    clear: both;
}

#footer .copy-info {
    position: relative;
    float: left;
    margin-top: 50px;
    font-family: 'sso';
    font-size: 1em;
    font-weight: 600
}

#footer .copy-info .logo {
    max-width: 3.8em
}

#footer .bottom-banner-area {
    overflow: hidden;
    width: 100%;
}

#footer .bottom-banner-area .banner {
    float: left;
    width: 50%;
    height: 210px;
}

#footer .bottom-banner-area .banner .button {
    position: absolute;
    top: 40%;
    display: block;
    width: 76px;
    height: 19px;
    background: url(https://cdn.codeground.org/nsr/images/icon/bottom-banner-arrow.png)no-repeat
}

#footer .bottom-banner-area .careers-banner {
    background: url(https://cdn.codeground.org/nsr/images/layout/bottom_banner2.jpg)no-repeat;
    background-size: cover;
}

#footer .bottom-banner-area .banner a {
    display: block;
    font-family: 'sss';
    font-size: 2.5em;
    font-weight: 700;
    color: #fff;
    line-height: 210px;
}

#footer .bottom-banner-area .paper-banner a {
    width: 640px;
    max-width: 640px;
    float: right;
}

#footer .bottom-banner-area .careers-banner a {
    padding-left: 70px;
}

#footer .bottom-banner-area .txt-wrap {
    position: relative;
    overflow: hidden;
}

#footer .bottom-banner-area .paper-button {
    right: 60px;
}

#footer .bottom-banner-area .careers-button {
    right: 60px;
}

#footer .bottom-banner-area .careers-banner .txt-wrap {
    max-width: 680px;
}

#footer .bottom-banner-area .paper-banner {
    background: url(https://cdn.codeground.org/nsr/images/layout/bottom_banner1.jpg)no-repeat;
    background-size: cover;
}

#footer .bottom-banner-area .careers-banner {
    background: url(https://cdn.codeground.org/nsr/images/layout/bottom_banner2.jpg)no-repeat;
    background-size: cover;
}

/* 2022.04.06 수정 : 푸터 배너 */
#footer .bottom-banner-area .banner2 {
    float: left;
    width: 50%;
    height: 23em;
    background-position: center !important;
}

#footer .bottom-banner-area .banner2 .button {
    position: absolute;
    top: 2.5em;
    display: block;
    width: 76px;
    height: 19px;
    background: url(https://cdn.codeground.org/nsr/images/icon/bottom-banner-arrow.png)no-repeat
}

#footer .bottom-banner-area .banner2 .banner-tit {
    display: block;
    font-family: 'sss';
    font-size: 2.5em;
    font-weight: 700;
    color: #fff;
    width: 100%;
    max-width: 680px;
    height: 2.6em;
    padding-left: 40px;
    margin-top: 2.5em
}

#footer .bottom-banner-area .banner2 .banner-tit.word-break span {
    display: block;
}

#footer .bottom-banner-area .banner2 .banner-wrap {
    position: relative;
    max-width: 680px;
    width: 100%
}

#footer .bottom-banner-area .banner2.deploy-banner .banner-wrap {
    margin-right: auto
}

#footer .bottom-banner-area .banner2.deploy-banner .banner-tit {
    padding-left: 70px
}

#footer .bottom-banner-area .banner2.experience-banner .banner-wrap {
    margin-left: auto
}

#footer .bottom-banner-area .banner2 .button {
    position: absolute;
    top: 0em;
    display: block;
    width: 76px;
    height: 19px;
    background: url(https://cdn.codeground.org/nsr/images/icon/bottom-banner-arrow.png)no-repeat
}

/* 2022.04.08 수정 */
#footer .bottom-banner-area .banner2 .button.deploy-button {
    right: 60px;
    top: .5em
}

#footer .bottom-banner-area .banner2 .button.experience-button {
    right: 60px;
    top: 1.5em
}

/* // 2022.04.08 수정 */

#footer .bottom-banner-area .banner2 .txt-cont {
    width: 100%;
    max-width: 680px;
    line-height: 100px;
    padding-left: 40px;
    margin-top: 2em
}

#footer .bottom-banner-area .banner2 .txt-cont p {
    font-family: 'sso';
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    word-break: keep-all;
    line-height: 1.6
}

#footer .bottom-banner-area .banner2 .txt-cont.experience-cont {
    width: 74%;
}

#footer .bottom-banner-area .banner2 .txt-cont.deploy-cont {
    width: 72%;
    padding-left: 70px;
}

/* #footer .bottom-banner-area .banner2 {float:left;width:50%; height: 640px}
#footer .bottom-banner-area .banner2 .button {position:absolute;top:2.5em;display:block;width:76px;height:19px;background:url(https://cdn.codeground.org/nsr/images/icon/bottom-banner-arrow.png)no-repeat}

#footer .bottom-banner-area .banner2 .banner-tit {display:block;font-family:'sss';font-size:2.5em;font-weight:700;color:#fff;line-height:210px}
#footer .bottom-banner-area .experience-banner .banner-tit{width:640px;max-width:640px;float:right}
#footer .bottom-banner-area .deploy-banner .banner-tit{padding-left:70px}

#footer .bottom-banner-area .txt-wrap{position:relative;overflow:hidden}
#footer .bottom-banner-area .deploy-banner .txt-wrap{max-width:680px}

#footer .bottom-banner-area .experience-button{right:60px}
#footer .bottom-banner-area .deploy-button{right:60px} */
/* // 2022.04.06 수정 : 푸터 배너 */

/* url(https://cdn.codeground.org/nsr/images/layout/bottom_banner1.jpg)no-repeat */


/* 2022.04.08 수정 : 이미지 변경 */
/*
#footer .bottom-banner-area .experience-banner{background:url(../img/common/bottom_banner3.jpg)no-repeat;background-size:cover}
#footer .bottom-banner-area .deploy-banner{background:url(../img/common/bottom_banner4.jpg)no-repeat;background-size:cover}
*/
#footer .bottom-banner-area .experience-banner {
    background: url(https://cdn.codeground.org/nsr/images/img/common/bottom_banner3.png)no-repeat;
    background-size: cover
}

#footer .bottom-banner-area .deploy-banner {
    background: url(https://cdn.codeground.org/nsr/images/img/common/bottom_banner4.png)no-repeat;
    background-size: cover
}

/* // 2022.04.08 수정 : 이미지 변경 */

/* //220513 추가 변경파일:layout.css */
/*.copy-info .copy-link{margin:1.429em 0}
.copy-info .copy-link li{display:inline-block}
.copy-info .copy-link li:first-child{margin-right:1.429em;}
.copy-info .copy-link li a{display:inline-block;padding-right:1.4em;background:url(https://cdn.codeground.org/nsr/images/icon/ico-link.png) no-repeat 100% 50%;}
.copy-info .btn-wa{position:absolute;display:block;right:-6.5em;bottom:-.5em}*/

#footer .copy-util {
    position: absolute;
    right: 0;
    bottom: -.5em;
    max-width: 38.5em;
    width: 100%
}

#footer .copy-util h2 {
    margin-bottom: .7em;
    font-family: "sso";
    font-size: 1.357em;
    font-weight: 800
}

#footer .copy-util {
    bottom: -2px !important;
}

.copy-info .copy-link {
    margin: 3.2em 0 0 !important
}

.copy-info .copy-link li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px !important;
}

.copy-info .copy-link li::after {
    position: absolute;
    right: 0;
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    background: #000;
}

.copy-info .copy-link li:last-child:after {
    display: none;
}

.copy-info .copy-link li:first-child {
    margin-right: 10px !important;
}

/* 임시소스 반영X*/
/* .copy-info .copy-link li:first-child{margin-right:1.429em;} 제거 필요 */
.copy-info .copy-link li a {
    padding-right: 0em !important;
    background: none;
}

/* 임시소스 반영X */
.copy-info .copy-link li a {
    /*padding-right:1.4em;background:url(https://cdn.codeground.org/nsr/images/icon/ico-link.png) no-repeat 100% 50%; 제거 필요 */
}

/* //220513 추가 변경파일:layout.css */



.copy-util .sns-area {
    float: left;
    width: 13.857em
}

.copy-util .sns-area ul li {
    display: inline-block
}

.copy-util .sns-area ul li {
    margin-left: .5em
}

.copy-util .sns-area ul li:first-child {
    margin-left: 0
}

.copy-util .sns-area .btn-sns {
    display: block;
    width: 3.929em;
    height: 3.929em;
    background: url(https://cdn.codeground.org/nsr/images/icon/ico-sns_2.png) no-repeat;
    background-size: 13.3em;
    text-indent: -9999em
}

.copy-util .sns-area .btn-sns.sns-facebook {
    background-position: -.15em 0
}

.copy-util .sns-area .btn-sns.sns-linkedin {
    background-position: -4.74em 0
}

.copy-util .sns-area .btn-sns.sns-twitter {
    background-position: -9.3em 0;
}

/* 20220919 .copy-util .sns-area .btn-sns.sns-blog{background-position:-4.74em 0}*/
.copy-util .sns-area .btn-sns:hover {
    background-position-y: -4.76em
}

.copy-util .family-site {
    float: left;
    width: 20em;
    margin-left: 4.286em
}

.select-linkWrap {
    position: relative
}

.select-linkWrap a {
    display: block;
    background-color: #fff;
    font-size: 1.286em;
    font-weight: 500
}

.select-linkWrap .select-label {
    display: block;
    height: 2.857em;
    padding: 0 1.429em;
    line-height: 2.857em;
    text-align: right;
    cursor: pointer
}

.select-linkWrap .select-label span {
    float: left
}

/*.select-linkWrap .select-label i{position:relative;display:inline-block;vertical-align:middle}*/
.select-linkWrap .select-label i {
    position: relative;
    display: block;
    float: right;
    margin-top: 1.3em
}

.select-linkWrap .select-label i:before {
    content: "";
    display: block;
    width: 1.429em;
    height: 1px;
    background-color: #000;
    transform: rotate(90deg);
}

.select-linkWrap .select-label i:after {
    content: "";
    display: block;
    width: 1.429em;
    height: 1px;
    background-color: #000
}

.select-linkWrap .select-linkCon {
    display: none;
    width: 100%;
    position: absolute;
    z-index: 10;
    bottom: 3.9em;
    padding: 0.94em 1.429em;
    background-color: #fff;
    line-height: 1.7
}

.m-menu {
    display: none;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100vh;
    background-color: #fff
}

.m-menu-con {
    overflow-y: auto;
    height: calc(100vh - 10vh)
}

.m-menu>.m-menu-con>ul>li {
    border-bottom: 1px solid #ececec
}

.m-menu>.m-menu-con>ul>li:first-child {
    border-top: 1px solid #000
}

.m-menu>.m-menu-con>ul>li:nth-child(2) .m-sub li:nth-child(10) {
    text-transform: uppercase
}

.m-menu>.m-menu-con>ul>li>a {
    display: block;
    padding: 1.1em 1em;
    font-size: 1.5em;
    font-weight: 800
}

.m-menu>.m-menu-con>ul>li>a.active {
    color: #1428a0
}

.m-menu>.m-menu-con>ul>li>a i {
    float: right;
    position: relative;
    display: block;
    margin-top: .5em
}

.m-menu>.m-menu-con>ul>li>a i:before {
    content: "";
    display: block;
    width: 15px;
    height: 2px;
    background-color: #000
}

.m-menu>.m-menu-con>ul>li>a i:after {
    content: "";
    display: block;
    width: 15px;
    height: 2px;
    background-color: #000;
    transform: rotate(90deg);
    transform-origin: 55% 10%
}

.m-menu>.m-menu-con>ul>li>a.active i:before {
    background-color: #1428a0
}

.m-menu>.m-menu-con>ul>li>a.active i:after {
    display: none;
    background-color: #1428a0
}

.m-menu>.m-menu-con>ul>li .m-sub {
    display: none;
    border-top: 1px solid #ececec;
    background-color: #f7f7f7
}

.m-menu>.m-menu-con>ul>li .m-sub li a {
    display: block;
    font-size: 1.3em;
    font-weight: 500;
    line-height: 1.3em
}

.m-menu>.m-menu-con>ul>li .m-sub>li>a {
    padding: .8em 1em;
}

.m-menu>.m-menu-con>ul>li .m-sub li a i {
    float: right;
    font-style: normal;
    font-size: 1.5em;
    font-weight: 500
}

.m-sub .sub-depthh.m-sub {
    display: none;
    background-color: #efefef !important
}

.m-sub .sub-depthh.m-sub.depth2 {
    /*padding-left:1em;*/
    background-color: #e8e8e8 ! important
}


.m-sub .sub-depth.m-sub {
    display: none;
    background-color: #e8e8e8 !important
}

.m-sub .sub-depth.m-sub.depth2 {
    padding-left: 1em;
    background-color: #dedede ! important
}

.m-sub .sub-depth.m-sub.depth2 a {
    color: #1428a0
}

.site-mapWrap {
    display: none;
    position: absolute;
    width: 100%;
    padding: 3em 0;
    background-color: #f7f7f7
}

.site-mapWrap .con-wid .btn-mapClose {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 29px;
    height: 17px;
    background: url('https://cdn.codeground.org/nsr/images/icon/ico-up.png') no-repeat 0 0
}

.site-map {
    float: right;
    display: block;
    max-width: 80%;
    width: 100%
}

.site-map>li {
    float: left;
    width: 25%
}

/* 2022.04.06 수정 : 사이트맵 메뉴 */
.site-map>li:nth-child(1) {
    width: 25%
}

.site-map>li:nth-child(2) {
  width: 55%;
}

.site-map>li:nth-child(3) {
    width: 20%
}

.site-map>li:nth-child(2) .site-con>ul {
    float: left;
}

.site-map>li:nth-child(2) .site-con>ul:nth-child(2) {
    width: 60%;
}

.site-map>li:nth-child(2) .site-con>ul:nth-child(3) {
    width: 40%;
}

.site-map>li:nth-child(2) .site-con>ul li {
    display: inline-block;
    width: 100%;
}

/* // 2022.04.06 수정 : 사이트맵 메뉴 */



.site-map .st-list li a {
    display: block
}

/* 2022.04.07 수정 : 사이트맵 폰트 스타일 */
.site-map .st-list li a.site-sub-tit {
    font-size: 1em;
    margin-bottom: .6em;
}

/* // 2022.04.07 수정 : 사이트맵 폰트 스타일 */
/*.site-map .st-list li:nth-child(9){text-transform:uppercase}
.site-map .st-list li:nth-child(9) a{padding-top:1em;font-weight:700}*/
.site-map .site-con:nth-child(2) {
    margin-top: 3.571em
}

.site-map .site-con strong {
    display: block;
    font-size: 1em;
    font-weight: 600;
    color: #1428a0
}

.site-map .site-con strong a {
    color: #1428a0
}

.site-con .st-list {
    margin-top: 1.786em
}

.site-con .st-list>li {
    line-height: 1.8
}

.site-con .st-list>li>a {
    color: #333;
    font-size: 1em;
    font-weight: 600
}

.site-con .st-list>li>ul {
    margin-bottom: 1.8em
}

.site-con .st-list>li>ul>li a {
    display: block;
    padding-left: 1em;
    color: #555;
    font-size: 0.85714em;
    font-weight: 400
}

.btn-top {
    position: absolute;
    right: 0;
    top: 16px;
    display: block;
    width: 50px;
    height: 20px;
    background: url('https://cdn.codeground.org/nsr/images/icon/ico-top.png') no-repeat 0 0;
    font-size: 0
}

.wide-container {
    max-width: 1360px !important;
    margin: 0 auto
}

.container .content-title {
    margin-top: 10px
}

.p-who-we-are .content-title.mar {
    margin-top: 100px;
}

.wide-container.p-news-event h2 {
    margin-top: 0
}

/* 2022.04.06 수정 : container 여백 수정*/
.container.p-who-we-are {
    padding-bottom: 0em
}

.container.p-new-experience-innovation {
    padding-top: 0
}

.container.p-experience-insight {
    padding-top: 0
}

.container.p-experience-insight .st-con-inner .st-subs+.st-subs {
    padding-top: 0px;
}

.container.p-contact {
    margin: 0 auto
}

/* // 2022.04.06 수정 : container 여백 수정*/

.map-area {
    position: relative;
    max-width: 1697px;
    margin: 0 auto
}

.main .map-area {
    max-width: 1360px
}

.map-list-wrap {
    position: absolute;
    top: 6%;
    left: 1%;
    z-index: 10;
    width: 30em;
    text-align: left
}

.map-list-wrap ul>li>ul {
    float: left;
    display: block;
    margin-top: 4px
}

.map-list-wrap>ul>li a {
    display: block;
    line-height: 1.8;
    padding: 0 0.833em;
    box-sizing: border-box;
    font-size: 14px;
    color: #fff
}

.map-list-wrap>ul>li {
    overflow: hidden
}

.map-list-wrap>ul>li>a {
    float: left;
    min-width: 195px;
    font-size: 18px;
    font-weight: 800;
    padding-left: 0
}

.map-list-wrap>ul>li.globalRnd>a {
    color: #ffc600
}

.map-list-wrap>ul>li.globalAi {
    margin-top: 1.7em
}

.map-list-wrap>ul>li.globalAi>a {
    color: #63f0de
}

.map-list-wrap ul>li .ico-arrowShow.on {
    background-position: 0 0
}

.map-list-wrap ul>li .on .ico-arrowShow.up {
    background-position: 0 0
}

.map-list-wrap ul>li>ul a {
    padding: 0 1.667em 0 0
}

.map-list-wrap ul>li>ul>li {
    overflow: hidden
}

.map-list-wrap ul>li>ul>li .map-subTle {
    font-size: 15.5px
}

.map-list-wrap ul>li>ul>li .map-subTle.on {
    font-weight: bold
}

.map-list-wrap ul>li>.map-sub {
    display: none;
    float: left;
    margin: .4em 0
}

.map-list-wrap ul>li>.map-sub a {
    color: #cdcdcd;
    padding: 0 0 0 1.2em;
    line-height: 1.7
}

.map-list-wrap ul>li>.map-sub .on {
    color: #ffc600
}

.waves-wrap .map-tle {
    position: absolute;
    z-index: 10;
    text-align: left;
    display: none
}

.waves-wrap.tle-show .map-tle {
    display: block
}

.waves-wrap .map-tle a {
    color: #fff
}

.waves-wrap .map-tle strong {
    display: block;
    font-size: 1.3em;
    color: #fff
}

.globalRnd.waves-wrap .map-tle strong {
    color: #ffc600
}

.globalAi.waves-wrap .map-tle strong {
    color: #63f0de
}

.waves-wrap .map-tle span {
    display: block;
    font-size: 14px;
    color: #fff
}

.waves-wrap.America1 .map-tle {
    right: 200%;
    top: -130%;
    width: 25em;
    text-align: right
}

.waves-wrap.America2 .map-tle {
    right: 200%;
    top: -130%;
    width: 30em;
    text-align: right
}

.waves-wrap.UK .map-tle {
    top: -120%;
    left: 94%;
    width: 15em
}

.waves-wrap.Cambridge .map-tle {
    top: -120%;
    left: 94%;
    width: 17em
}

.waves-wrap.Poland .map-tle {
    top: -131%;
    left: 100%;
    width: 15em
}

.waves-wrap.Russia .map-tle {
    top: -130%;
    left: 80%;
    width: 15em
}

.waves-wrap.Ukraine .map-tle {
    top: -120%;
    left: 100%;
    width: 14em
}

.waves-wrap.Israel .map-tle {
    top: -115%;
    left: 100%;
    width: 14em
}

.waves-wrap.Jordan .map-tle {
    top: -110%;
    left: 95%;
    width: 15em
}

.waves-wrap.India .map-tle {
    top: -115%;
    left: 100%;
    width: 16em
}

.waves-wrap.philippines .map-tle {
    top: -100%;
    left: 100%;
    width: 17em
}

.waves-wrap.indonesia .map-tle {
    left: 100%;
    top: -100%;
    width: 17em
}

.waves-wrap.beijing .map-tle {
    right: 157%;
    top: -120%;
    width: 14em;
    text-align: right
}

.waves-wrap.nanjing .map-tle {
    right: 130%;
    top: -125%;
    width: 15em;
    text-align: right
}

.waves-wrap.osaka .map-tle {
    left: 100%;
    top: -100%;
    width: 14em
}

.waves-wrap.yokohama .map-tle {
    left: 100%;
    top: -100%;
    width: 17em
}

/* 2022.04.13 추가 수정 : 모바일 사이즈일때(377px이하) 깨짐 */
.waves-wrap.Korea .map-tle {
    left: 100%;
    top: -100%;
    width: 18em !important
}

/* // 2022.04.13 추가 수정 : 모바일 사이즈일때(377px이하) 깨짐 */
.waves-wrap.Newyork .map-tle {
    right: 150%;
    top: -100%;
    width: 19.5em;
    text-align: right
}

.waves-wrap.Toronto .map-tle {
    right: 150%;
    top: -100%;
    width: 19.5em;
    text-align: right
}

.waves-wrap.Montreal .map-tle {
    right: 110%;
    top: -110%;
    width: 19.5em;
    text-align: right
}

.waves-wrap.Moscow .map-tle {
    left: 100%;
    top: -100%;
    width: 19.5em
}

/* 2022.04.13 추가 : main 지도 텍스트 위치 */
.waves-wrap.Bangladesh .map-tle {
    right: -250%;
    bottom: 200%;
    width: 15.5em;
    text-align: left
}

.waves-wrap.Canada .map-tle {
    right: -250%;
    bottom: 200%;
    width: 15.5em;
    text-align: left
}

/* // 2022.04.13 추가 : main 지도 텍스트 위치 */

.map-ele {
    position: relative;
    display: inline-block;
    max-width: 865px;
    margin: 2% 2em 1% 0
}

.waves-wrap {
    position: absolute
}

/*.waves-wrap{display:none}*/
.waves-wrap.globalRnd {
    display: block
}

.America1 {
    top: 42%;
    right: 28%
}

.America2 {
    top: 42%;
    right: 28%
}

.Russia {
    top: 31%;
    left: 13%
}

.Poland {
    top: 33.6%;
    left: 9.9%
}

.UK {
    top: 34.4%;
    left: 4.3%
}

.Cambridge {
    top: 34.4%;
    left: 4.3%
}

.Ukraine {
    top: 35%;
    left: 12%
}

.Jordan {
    top: 48.5%;
    left: 15.3%
}

.Israel {
    top: 48%;
    left: 14%
}

.yokohama {
    top: 44.5%;
    left: 41.8%
}

.osaka {
    top: 45.9%;
    left: 40.6%
}

.beijing {
    top: 43%;
    left: 36%
}

.nanjing {
    top: 48%;
    left: 36.3%
}

.indonesia {
    top: 69.5%;
    left: 33.4%
}

.philippines {
    top: 56.6%;
    left: 37.1%
}

.India {
    top: 59%;
    left: 25.8%
}

.Korea {
    top: 44.5%;
    left: 38.8%
}

.Montreal {
    top: 35.5%;
    right: 15%
}

.Toronto {
    top: 37.5%;
    right: 17.5%
}

.Newyork {
    top: 40.7%;
    right: 15.5%
}

.Russia {
    top: 28.7%;
    left: 15%
}

.Moscow {
    top: 28.7%;
    left: 15%
}

/* 2022.04.13 추가 : main 지도 지역 위치 */
.Bangladesh {
    top: 50%;
    left: 29%
}

.Canada {
    top: 32%;
    right: 30%
}

/* // 2022.04.13 추가 : main 지도 지역 위치 */
.waves {
    position: relative;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    border-radius: 50%;
    -webkit-backface-visibility: hidden
}

.wave,
.waves:before,
.waves:after {
    position: absolute;
    background: #fff;
    margin-left: -12px;
    margin-top: -12px;
    width: 50px;
    height: 50px;
    content: "";
    display: block;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.waves:before {
    animation: wave-animate 3s infinite ease-out
}

.waves:after {
    opacity: 0;
    animation: wave-animate 3s 1.5s infinite ease-out
}

.init .globalRnd .wave,
.init .globalRnd .waves:before,
.init .globalRnd .waves:after,
.init .globalAi .wave,
.init .globalAi .waves:before,
.init .globalAi .waves:after {
    background-color: #fff
}

.globalRnd .wave,
.globalRnd .waves:before,
.globalRnd .waves:after {
    background-color: #ffc600
}

.globalAi .wave,
.globalAi .waves:before,
.globalAi .waves:after {
    background-color: #63f0de
}

.map-dot {
    position: absolute;
    top: -76%;
    left: -27%;
    z-index: 100;
    width: 1em;
    height: 1em
}

.map-dot a {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 15px;
    height: 15px;
    margin: -7.1px 0 0 -7.1px;
    background-color: transparent
}

.map-dot a:focus {
    left: 50%;
    background-color: rgba(8, 84, 255, 0.5)
}

.map-dot button {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 15px;
    height: 15px;
    margin: -7.1px 0 0 -7.1px;
    background-color: transparent
}

.map-dot button:focus {
    left: 50%;
    background-color: rgba(8, 84, 255, 0.5)
}

.careers .waves-wrap.Korea.tle-show .map-tle {
    width: 25.5em
}

.bgNetwork .waves-wrap.Korea.tle-show,
.global-map-area .waves-wrap.Korea.tle-show {
    display: block
}

.bgNetwork .waves-wrap.Korea .waves:before,
.bgNetwork .waves-wrap.Korea .waves:after,
.global-map-area .waves-wrap.Korea .waves:before,
.global-map-area .waves-wrap.Korea .waves:after {
    background: #00d8ff
}

.bgNetwork .waves-wrap.Korea.tle-show .map-tle strong,
.global-map-area .waves-wrap.Korea.tle-show .map-tle strong {
    color: #00d8ff;
    font-size: 1.3em
}

.bgNetwork .waves-wrap.Korea.tle-show .map-tle span,
.global-map-area .waves-wrap.Korea.tle-show .map-tle span {
    font-size: 1.1em
}

.bgNetwork .waves-wrap.Korea.tle-show .map-tle,
.global-map-area .waves-wrap.Korea.tle-show .map-tle {
    left: -200%;
    top: -350%;
    width: 23.5em
}

.careers .map-dot button {
    cursor: default
}

/*191018*/
/* 2022.03.29 수정 */
/* .bg-gnb{display:none;position:absolute;z-index:10;width:100%;height:448px;background-color:#f7f7f7} */
.bg-gnb {
    display: none;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 448px;
    background: transparent;
}

.sub-containerWrap {
    overflow: hidden;
    transition: opacity .5s;
    position: absolute;
    left: auto;
    right: auto;
}

/*.sub-containerWrap.show{height:448px;opacity:1;transition:opacity .5s;} 2022.03.28 삭제*/
.sub-containerWrap.show .sub-container .sub-menu {
    opacity: 1;
    transition: opacity .5s;
}

.sub-containerWrap .sub-container .sub-menu {
    opacity: 0;
    transition: opacity .5s;
}

/* .sub-containerWrap.show .sub-container{height:448px;} 2022.03.28 삭제 */
.sub-containerWrap.gnb-cont1 {}

/* 2023-05-31 수정 */
/* GNB 메뉴 | 변경파일:layout.css 487line */
.sub-containerWrap.gnb-cont1 .sub-container {
    width: 1010px;

}

/* 2022.04.05 수정 */
.sub-containerWrap.gnb-cont1 .sub-container .sub-menu ul+.sub-tit {
    margin-top: 0em;
    padding-top: 2em
}

/* // 2022.04.05 수정 */
.sub-containerWrap.gnb-cont1 .sub-container .sub-tit+.sub-tit {
    margin-top: 3em
}
/* 2023-06-05 수정 */
.sub-containerWrap.gnb-cont1 .sub-container .sub-menu:nth-child(1) {
    width: 150px;
}

.sub-containerWrap.gnb-cont1 .sub-container .sub-menu:nth-child(2) {
    width: 274px
}

.sub-containerWrap.gnb-cont1 .sub-container .sub-menu:nth-child(3) {
    width: 264px
}

.sub-containerWrap.gnb-cont1 .sub-container .sub-menu:nth-child(4) {
    width: 268px;
}
/* //2023-06-05 수정 */

 @media ( max-width :1400px) {
    .sub-containerWrap.gnb-cont1 .sub-container .sub-menu:nth-child(4) {
        flex-wrap: wrap;
        padding-left: 0;
        margin-top: 20px;
    }

    .sub-containerWrap.gnb-cont1 .sub-container .sub-menu:nth-child(4) ul{
        padding-left: 0;
        border-left: 0;
    }
    .sub-containerWrap.gnb-cont1 .sub-container .sub-menu:nth-child(4) .sub-tit{
        padding-left: 0;
    }
}
/* //2023-05-31 수정 */
.sub-containerWrap.gnb-cont2 {
    right:0;
}

.sub-containerWrap.gnb-cont2 .sub-container {
    width: 900px;
    height: 365px;
}

.sub-containerWrap.gnb-cont2 .sub-container .sub-menu {
    width: 280px
}

.sub-containerWrap.gnb-cont2 .sub-container .sub-menu.list {
    width: 560px
}

.sub-containerWrap.gnb-cont2 .sub-container .sub-menu .sub-tit+.sub-tit {
    margin-top: 3em
}



.sub-containerWrap.gnb-cont3 .sub-container {
    width: 170px;
    height: 240px
}

.sub-containerWrap.gnb-cont3 .sub-container .sub-menu .sub-tit+.sub-tit {
    margin-top: 2em
}

.sub-containerWrap.gnb-cont5 {
    right: 117px
}

/* 2023.03.21 운영계 반영*/
/* 2022.04.05 수정 : 뉴스레터 반영시 수정예정 */
/* .sub-containerWrap.gnb-cont5 .sub-container {width: 315px; height: 380px} */
.sub-containerWrap.gnb-cont5 .sub-container {
    width: 315px;
    height: 500px
}

/* // 2022.04.05 수정 : 뉴스레터 반영시 수정예정 */

.sub-containerWrap.gnb-cont5 .sub-container ul {
    width: auto
}

.sub-containerWrap.gnb-cont5 .sub-container>.sub-menu+.sub-menu {
    margin-top: 2em
}

/* // 2022.03.30 수정 */

.sub-container {
    display: none;
    position: relative;
    padding: 3em 2em 2em;
    background-color: #f7f7f7;
}

/* max-width:1024px;width:100%; float:right; */
.sub-container:after {
    content: "";
    display: block;
    clear: both
}

.sub-containerWrap.show .sub-container {
    display: inline-block;
}

.sub-containerWrap.wide {}

.sub-containerWrap.wide .sub-container {}

.sub-menu {
    float: left;
    width: 100%;
}

/* width:calc(100% - 400px) */
.sub-menu a {
    display: inline-block;
    text-align: left
}

.sub-menu .sub-tit {
    display: block;
    clear: both;
    text-align: left
}

.sub-menu .sub-tit a,
.pointLi {
    font-size: 1em;
    font-weight: 600;
}

.sub-menu a {
    transition: color .2s, font-size .2s;
    -webkit-transition: color .2s, font-size .2s;
}

.sub-menu a:hover,
.sub-menu a:focus {
    font-size: 1em;
    color: #1428a0;
}

.sub-menu .sub-tit a:hover,
.sub-menu .sub-tit a:focus {
    color: #1428a0;
    font-size: 1.2em;
    cursor: pointer
}

.sub-menu .sub-tit.dis-del a,
.sub-menu .sub-tit.dis-del a:hover,
.sub-menu .sub-tit.dis-del a:focus {
    color: #000;
    font-size: 1em;
    cursor: default
}

.sub-menu>ul {
    float: left;
    width: 50%;
    margin: 2.188em 0 1em 0
}

.sub-menu ul li {
    text-align: left
}

.sub-menu>ul>li>a,
.sub-depth a {
    padding: 0.7em 0;
    font-size: 0.85714em;
    font-weight: 500
}

.sub-menu ul+ul {
    padding-left: 5%
}

.sub-menu ul+ul,
.sub-menu-wrap .sub-menu+.sub-menu ul {
    border-left: 1px solid #e2e2e2;
    box-sizing: border-box
}

.sub-menu ul+.sub-tit {
    margin-top: 2em
}

.sub-menu .sub-depth {
    display: none
}

.sub-menu .sub-depth:before {
    content: "";
    position: absolute;
    top: 18px;
    left: -50px;
    display: block;
    width: 40px;
    height: 1px;
    background-color: #e2e2e2
}

.sub-menu .show-depth+.sub-depth {
    display: block;
    width: auto;
    margin: 0
}

.sub-menu .pointLi {
    position: relative;
    left: 0;
    top: .5em
}

.sub-menu-wrap {
    float: left;
    width: 100%;
}

/* 2023-05-31 */
.sub-menu--flex {
    display: flex;
}


@media ( max-width:1400px) {
    .sub-menu--flex {
        flex-wrap: wrap;
    }
}
/* //2023-05-31 */

/*
.sub-menu-wrap .sub-menu{width:45%}
.sub-menu-wrap .sub-menu:first-child{width:55%}
*/
/* // 2022.03.29 수정 */
.sub-menu-wrap .sub-menu+.sub-menu {
    padding-left: 5%;
    box-sizing: border-box
}

.sub-menu-wrap .sub-menu ul {
    width: 100%
}

.sub-menu-wrap .sub-menu+.sub-menu .sub-tit,
.sub-menu-wrap .sub-menu+.sub-menu ul {
    padding-left: 15%
}

.sub-menu-wrap .sub-menu .sub-depth {
    float: right;
    position: relative;
    min-width: 50%
}

.imgDepth {
    display: none;
    position: absolute;
    right: 0;
    top: 3em;
    width: 75%
}

.imgDepth ul {
    overflow: hidden
}

.imgDepth ul li {
    display: block;
    float: left;
    width: 50%
}

.imgDepth ul li:nth-child(even) {
    padding-left: .7em
}

.imgDepth.on {
    display: block
}

.sub-img.imgDepth.narrow,
.sub-img.imgDepth.narrow ul li {
    width: auto
}

.img-preview {
    display: none
}

.img-preview.on {
    display: block
}

.doubleUl .pointLi {
    position: relative;
    left: -19.1em;
    top: .5em
}

label {
    display: none
}



.p-news-event .news-list button,
.p-event .news-list button {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 1px solid #e4e4e4;
    background: #fff;
    text-align: left;
}

.p-news-event .news-list button:hover,
.p-event .news-list button:hover {
    border-color: #1428a0;
}

.p-news-event .news-list button:focus .title,
.p-news-event .news-list button:focus .contents,
.p-event .news-list button:focus .title,
.p-event .news-list button:focus .contents {
    text-decoration: underline;
}


.fL-wrap {
    overflow: hidden
}

.fL {
    float: left
}

.box-achievements {
    position: relative
}

.box-achievements .fL:first-child {
    overflow: hidden;
    position: relative;
    width: 44.5%;
    background: #fff
}

.box-achievements .fL:nth-child(2) {
    float: right;
    overflow: hidden;
    width: 53.75%
}

.box-achievements .fL .list-researchPaper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.box-achievements .fL .list-researchPaper a {
    display: block;
    margin-top: 23px;
    padding: 1.429em 2.857em;
    background: #fff
}

.box-achievements .fL .list-researchPaper a:first-child {
    margin-top: 0
}

.box-achievements .fL .list-researchPaper a .rp-tit {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
    font-size: 1.286em;
    font-weight: 600;
    line-height: 1
}

.box-achievements .fL .list-researchPaper a .rp-info {
    display: table;
    table-layout: fixed;
    width: 100%;
    font-size: 14px;
    font-weight: 600
}

.box-achievements .fL .list-researchPaper a .rp-info span {
    display: table-cell;
    padding-top: 5px;
    line-height: 1
}

.box-achievements .fL .list-researchPaper a .rp-info .rp-infoData {
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 20px;
    white-space: nowrap;
    color: #999
}

.box-achievements .fL .list-researchPaper a .rp-info .rp-label {
    position: relative;
    width: 80px;
    margin-right: 10px;
    color: #000
}

.box-achievements .fL .list-researchPaper a .rp-info .rp-label:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -6px;
    display: block;
    width: 1px;
    height: 12px;
    background: #000
}

.box-achievements .fL .achi-cover {
    float: left;
    display: inline-block
}

.box-achievements .fL .achi-cover img {
    max-width: 298px;
    height: 421px
}

.box-achievements .fL .achi-subs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 51%;
    padding: 2.5em;
    background: #fff;
    box-sizing: border-box
}

.box-achievements .fL .achi-subs .achi-subs-txt {
    font-size: 1.857em;
    font-weight: 800;
    color: #000;
    word-break: keep-all;
    line-height: 1.2;
    letter-spacing: -.5px
}

.box-achievements .fL .achi-subs a {
    position: absolute;
    bottom: 2.5em;
    display: block;
    font-size: 1.214em;
    font-weight: 600
}

.txt-download .ico-download2,
.txt-download2 .ico-download2 {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 5px;
    background: url('https://cdn.codeground.org/nsr/images/common/ico_download.png') no-repeat;
    vertical-align: middle
}

a.txt-download:after {
    content: '';
    position: absolute;
    left: 0;
    display: inline-block;
    height: 1em;
    width: 100%;
    border-bottom: 1px solid;
    margin-top: 10px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1)
}

a.txt-download:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


@keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1
    }
}

@keyframes wave-animate {
    0% {
        transform: scale(0);
        opacity: 1;
        transform-origin: center;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
        transform-origin: center;
    }
}

@keyframes background {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes backgroundTwo {
    0% {
        transform: translateX(0%)
    }

    50% {
        transform: translateX(-50%)
    }

    100% {
        transform: translateX(0%)
    }
}

@keyframes scroll {
    100% {
        background-position: 0px -3000px
    }
}

@media all and (min-width:0\0) and (min-resolution:.001dpcm) {
    .waves {
        width: 10px;
        height: 10px;
        background: #fff
    }

    .waves:before,
    .waves:after {
        display: none
    }

    .main-slider .slide3 .slider-bg {
        position: absolute;
    }
}

@media (max-width:1640px) {
    #header #gnb-new>li {
        padding: 0 1.2em
    }
}

@media (max-width:1360px) {
    #footer .bottom-banner-area .paper-banner a {
        width: 540px;
        font-size: 2.3em
    }

    #footer .bottom-banner-area .careers-banner a {
        padding-left: 70px;
    }

    #footer .bottom-banner-area .careers-button {
        right: 90px;
    }

    #header #gnb-new>li {
        padding: 0 1.2em
    }
}

@media (max-width:1280px) {
    #header #gnb-new>li {
        padding: 0 1em
    }
}

@media (max-width:1240px) {

    #header,
    .container {
        font-size: 12px
    }

    #header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 2000;
        width: 100%;
        background-color: #fff
    }

    #header .logo a {
        width: 4.6em;
        margin-top: 0;
        padding: .3em 0 .5em 0
    }

    .gnb-sub .basic {
        width: 100%
    }

    .site-map .site-con strong {
        font-size: 1em
    }

    #header .gnb-sub .sub-menu {
        width: calc(100% - 35%)
    }

    #header .gnb-sub {
        position: fixed;
        top: 6em;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2000;
        height: auto;
        min-height: auto;
        height: 100vh;
        min-height: auto
    }

    .main-visual,
    .sub-visual {
        margin-top: 4.4em
    }

    #visual.rows {
        margin-top: 70px
    }

    .share .btn-close {
        display: block !important
    }

    .share-area .sns-list {
        padding-right: 4em
    }

    .m-menu,
    .site-mapWrap {
        display: none
    }

    #header .util-menu {
        right: 20px;
    }

    #header .con-wid {
        padding: 0 20px;
        box-sizing: border-box
    }

    #gnb-new {
        display: none
    }

    #header .gnb-sub {
        display: none
    }

    #footer .bottom-banner-area .paper-banner p {
        width: 500px;
    }

    /* //220513 추가 변경파일:layout.css */
    .copy-info .copy-link {
        margin: 1.24em 0 0 !important
    }

    .copy-info .copy-link li:nth-child(2):after {
        display: none;
    }

    .copy-info .copy-link li:last-child {
        display: block;
        margin-top: 10px;
    }

    /* //220513 추가 변경파일:layout.css */
}

@media (max-width:1024px) {
    #footer .copy-info .btn-wa {
        right: -7.8em;
        bottom: -.6em
    }

    #footer {
        font-size: 11px;
        box-sizing: border-box
    }

    #footer .footer-wrap {
        padding: 3em 1.071em 0;
    }

    #footer .bottom-banner-area .banner {
        float: none;
        width: 100%;
        height: 170px;
    }

    #footer .bottom-banner-area .banner a {
        font-size: 3em;
        line-height: 170px;
    }

    #footer .bottom-banner-area .paper-banner a {
        width: auto;
        float: none;
        padding-left: 70px;
    }

    #footer .bottom-banner-area .paper-button {
        right: 90px;
    }

    #footer .bottom-banner-area .careers-button {
        right: 90px;
    }

    #footer .bottom-banner-area .careers-banner .txt-wrap {
        max-width: inherit;
    }

    /* 2022.04.06 수정 : 푸터 배너 */
    /* 2022.04.08 수정 */
    #footer .bottom-banner-area .banner2 {
        float: none;
        width: 100%;
        height: auto;
    }

    #footer .bottom-banner-area .banner2 a {
        display: initial;
        height: auto;
    }

    #footer .bottom-banner-area .banner2 .banner-wrap {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        padding: 5em 0;
    }

    /* // 2022.04.08 수정 */
    #footer .bottom-banner-area .banner2.deploy-banner .banner-wrap {
        margin-right: 0
    }

    #footer .bottom-banner-area .banner2 .banner-tit {
        height: auto;
        margin-top: 0;
        padding: 2em 0 0 70px
    }

    #footer .bottom-banner-area .banner2 .txt-cont {
        margin-top: auto;
        padding: 2em 0 5em 70px
    }

    #footer .bottom-banner-area .banner2 .txt-cont.experience-cont {
        width: 72%;
    }

    #footer .bottom-banner-area .banner2 .txt-cont.deploy-cont {
        width: 72%;
    }

    #footer .bottom-banner-area .banner2 .button {
        right: 90px;
        top: 5em;
    }

    #footer .bottom-banner-area .banner2 .button.experience-button {
        right: 90px;
        top: 7em
    }

    #footer .bottom-banner-area .banner2 .button.deploy-button {
        right: 90px;
        top: 5em
    }

    /* // 2022.04.06 수정 : 푸터 배너 */

    #footer .copy-info {
        margin-top: 0;
    }

    #footer .copy-info {
        float: none
    }

    #footer .copy-info .btn-wa {
        right: 0;
        bottom: -6em
    }

    #footer .copy-util {
        position: relative;
        width: 100%;
        max-width: 100%
    }

    .copy-util .sns-area {
        float: none;
        margin: 1.364em 0
    }

    .copy-util .sns-area h2 {
        display: none
    }

    .copy-util .family-site {
        float: none;
        width: 100%;
        margin-left: 0
    }

    .btn-top {
        top: -24px;
    }

    /* //220513 추가 변경파일:layout.css */
    .copy-info .copy-link li:nth-child(2):after {
        display: inline-block;
    }

    .copy-info .copy-link li:last-child {
        display: inline-block;
        margin-top: 0px;
    }

    /* //220513 추가 변경파일:layout.css */


}

/* //220513 추가 변경파일:layout.css */
@media (max-width:560px) {
    .copy-info .copy-link li:nth-child(2):after {
        display: none;
    }

    .copy-info .copy-link li:last-child {
        display: block;
        margin-top: 10px;
    }
}

/* 20220513수정 변경파일:layout.css */

@media (max-width:768px) {
    .gnb-sub .con-wid>div {
        display: block
    }

    .sub-img {
        display: none
    }

    .sub-visual h1 {
        font-size: 3.5em
    }

    #header .gnb-sub .sub-menu {
        width: 100%
    }

    .search-area {
        left: 0;
    }

    .search-area .input-wrap .search-txt {
        width: 100%;
    }

    #footer .bottom-banner-area .banner {
        height: 120px;
    }

    #footer .bottom-banner-area .banner a {
        font-size: 2em;
        line-height: 120px;
    }

    #footer .bottom-banner-area .careers-banner a {
        padding-left: 20px;
    }

    #footer .bottom-banner-area .paper-banner a {
        padding-left: 20px
    }

    #footer .bottom-banner-area .paper-button {
        right: 30px;
    }

    #footer .bottom-banner-area .careers-button {
        right: 30px;
    }

    #footer .bottom-banner-area .banner .button {
        top: 35%
    }

    #footer .bottom-banner-area .paper-banner .word-break {
        height: 120px;
        padding-top: 1.5em;
        line-height: 1.3
    }

    #footer .bottom-banner-area .paper-banner .word-break span {
        display: block
    }

    /* 2022.04.06 수정 : 푸터 배너 */
    #footer .bottom-banner-area .banner2 {}

    #footer .bottom-banner-area .banner2 .banner-wrap {}

    #footer .bottom-banner-area .banner2.experience-banner .banner-wrap {}

    #footer .bottom-banner-area .banner2.deploy-banner .banner-wrap {}

    /* 2022.04.08 수정 */
    #footer .bottom-banner-area .banner2 .banner-wrap {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        padding: 4em 0;
    }

    #footer .bottom-banner-area .banner2 .banner-tit {
        font-size: 2em;
        padding: 0em 0 0 20px !important
    }

    #footer .bottom-banner-area .banner2 .txt-cont {
        padding: 2em 0 0em 20px !important
    }

    /* // 2022.04.08 수정 */
    #footer .bottom-banner-area .banner2 .txt-cont p {
        font-size: 1em;
    }

    #footer .bottom-banner-area .banner2 .txt-cont.experience-cont {
        width: calc(100% - 106px);
    }

    #footer .bottom-banner-area .banner2 .txt-cont.deploy-cont {
        width: calc(100% - 106px);
    }

    #footer .bottom-banner-area .banner2 .button.experience-button {
        right: 20px;
        top: 5em
    }

    #footer .bottom-banner-area .banner2 .button.deploy-button {
        right: 20px;
        top: 3.7em
    }

    #footer .bottom-banner-area .banner2 .button {
        right: 20px;
        top: 5em;
    }

    /* // 2022.04.06 수정 : 푸터 배너 */
}

/* 2022.03.30 추가 */
.cont-ws {
    margin-top: 5.714em;
}

.cont-ws-ver {
    margin-top: 5.714em;
    margin-bottom: 5.714em;
}

.cont-ws-del {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* 2022.03.30 추가 */

/* 2022.04.11 추가 */
.st-banner {}

.banner2 {
    float: left;
    width: 50%;
    height: 23em;
    background-position: center !important;
}

.banner2 .button {
    position: absolute;
    top: 2.5em;
    display: block;
    width: 76px;
    height: 19px;
    background: url(https://cdn.codeground.org/nsr/images/icon/bottom-banner-arrow.png)no-repeat
}

.banner2 .banner-tit {
    display: block;
    font-family: 'sss';
    font-size: 2.5em;
    font-weight: 700;
    color: #fff;
    width: 100%;
    max-width: 680px;
    height: 2.6em;
    padding-left: 40px;
    margin-top: 2.5em
}

.banner2 .banner-tit.word-break span {
    display: block;
}

.banner2 .banner-wrap {
    position: relative;
    max-width: 680px;
    width: 100%
}

.banner2.deploy-banner .banner-wrap {
    margin-right: auto
}

.banner2.deploy-banner .banner-tit {
    padding-left: 70px
}

.banner2.experience-banner .banner-wrap {
    margin-left: auto
}

/* .banner2 .button{position:absolute;top:0em;display:block;width:76px;height:19px;background:url(https://cdn.codeground.org/nsr/images/icon/bottom-banner-arrow.png)no-repeat} */
.banner2 .button {
    position: absolute;
    top: 0em;
    display: block;
    width: 126px;
    height: 19px;
    background: url(https://cdn.codeground.org/nsr/images/img/common/contents-banner-arrow.png)no-repeat right
}

.banner2 .button.deploy-button {
    right: 60px;
    top: .5em
}

.banner2 .button.deploy-button {
    right: 60px;
    top: .5em
}

.banner2 .button.experience-button {
    right: 60px;
    top: 1.5em
}

.banner2 .txt-cont {
    width: 100%;
    max-width: 680px;
    line-height: 100px;
    padding-left: 40px;
    margin-top: 2em
}

.banner2 .txt-cont p {
    font-family: 'sso';
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    word-break: keep-all;
    line-height: 1.6
}

.banner2 .txt-cont.experience-cont {
    width: 74%;
}

.banner2 .txt-cont.deploy-cont {
    width: 72%;
    padding-left: 70px;
}

.experience-banner {
    background: url(https://cdn.codeground.org/nsr/images/img/common/bottom_banner3.png)no-repeat;
    background-size: cover
}

.deploy-banner {
    background: url(https://cdn.codeground.org/nsr/images/img/common/bottom_banner4.png)no-repeat;
    background-size: cover
}

@media (max-width:1024px) {
    .banner2 {
        float: none;
        width: 100%;
        height: auto;
    }

    .banner2 a {
        display: initial;
        height: auto;
    }

    .banner2 .banner-wrap {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        padding: 5em 0;
    }

    .banner2.experience-banner .banner-wrap {
        margin-left: 0
    }

    .banner2.deploy-banner .banner-wrap {
        margin-right: 0
    }

    .banner2 .banner-tit {
        height: auto;
        margin-top: 0;
        padding: 0 0 0 70px
    }

    .banner2 .txt-cont {
        margin-top: auto;
        padding: 2em 0 0em 70px
    }

    .banner2 .txt-cont.experience-cont {
        width: 72%;
    }

    .banner2 .txt-cont.deploy-cont {
        width: 72%;
    }

    .banner2 .button {
        right: 90px;
        top: 5em;
    }

    .banner2 .button.experience-button {
        right: 90px;
        top: 7em
    }

    .banner2 .button.deploy-button {
        right: 90px;
        top: 5em
    }
}

@media (max-width:768px) {
    .banner2 {}

    .banner2 .banner-wrap {}

    .banner2.experience-banner .banner-wrap {}

    .banner2.deploy-banner .banner-wrap {}

    .banner2 .banner-wrap {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        padding: 4em 0;
    }

    .banner2 .banner-tit {
        font-size: 2em;
        padding: 0em 0 0 20px !important
    }

    .banner2 .txt-cont {
        padding: 2em 0 0em 20px !important
    }

    .banner2 .txt-cont p {
        font-size: 1em;
    }

    .banner2 .txt-cont.experience-cont {
        width: calc(100% - 106px);
    }

    .banner2 .txt-cont.deploy-cont {
        width: calc(100% - 106px);
    }

    .banner2 .button.experience-button {
        right: 20px;
        top: 5em
    }

    .banner2 .button.deploy-button {
        right: 20px;
        top: 3.7em
    }

    .banner2 .button {
        right: 20px;
        top: 5em;
    }
}

/* // 2022.04.11 추가 */

/* 220504추가 변경파일X*/
.news-navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 250px;
    padding: 95px .5% 0 0;
    margin-bottom: 70px;
}

.news-navi .year {
    display: inline-block;
    height: 1em;
    font-family: 'sss';
    font-size: 3.6em;
    font-weight: 700;
    line-height: 1.2;
    vertical-align: middle;
    margin: 0px auto;
}

.news-navi button {
    display: inline-block;
    width: auto;
    height: auto;
    background: none !important;
}

.news-navi button.prev {}

.news-navi button.next {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.news-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}

.news-list .news-item {
    width: 33.33%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.news-list .news-item>button,
.news-list .news-item>a {
    border: none !important;
}

.news-list .news-item>button:active,
.news-list .news-item>a:active {
    outline: none !important;
}

.news-list .news-item .news-cont>img {
    position: relative;
    margin-bottom: -1px;
    transform: rotateX(180deg);
    transform-origin: bottom;
    transition: transform .5s;
    z-index: 10;
}

.news-list .news-item .news-cont:hover>img {
    transform: rotateX(0deg);
    transform-origin: bottom;
}

.news-list .news-item .news-cont .bg {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 389px;
    height: 15.8em;
    background-size: 100%;
}

.news-list .news-item .news-cont .bg img {
    display: inline-block;
    width: 100%;
    height: auto;
    background-size: 100%;
}

.news-list .news-item .news-cont .bg::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-size: 100%;
    opacity: 0;
    transition: opacity .5s;
    z-index: -9;
}

.news-list .news-item .news-cont .bg .case {
    position: relative;
    height: 100%;
    transition: opacity .5s;
    z-index: 2;
}

.news-list .news-item .news-cont:hover .bg .case {
    opacity: 1;
    z-index: 20;
}

.news-list .news-item .news-cont .bg .case::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-size: 100%;
    transition: opacity .5s;
    z-index: -9;
}

.news-list .news-item .news-cont:hover .bg .case::before {
    opacity: 0;
}

.news-list .news-item .news-cont .bg .cont-img {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 10%;
    width: 80%;
    background: #fbf6e9;
    transition: top .2s opacity .2s;
    z-index: 1;
}

.news-list .news-item .news-cont .bg .cont-img img {
    width: 100%;
    padding: 10px;
}

.news-list .news-item .news-cont:hover .cont-img {
    opacity: 1;
    top: -22%;
    z-index: 15;
    transition: top .5s;
}

.news-list .news-item:nth-child(3n - 2) {
    padding-right: 2em;
    margin-left: 0px !important;
}

.news-list .news-item:nth-child(3n - 1) {
    padding-left: 1em;
    padding-right: 1em;
}

.news-list .news-item:nth-child(3n) {
    padding-left: 2em;
    margin-right: 0px !important;
}

.news-list .news-item.color6 .news-cont .bg,
.news-list .news-item.pale_purple .news-cont .bg {
    background: url(https://cdn.codeground.org/nsr/images/aboutus/newsletter/bg-news-pale_purple-off.png) no-repeat top center;
}

.news-list .news-item.color6 .news-cont .bg .case::before,
.news-list .news-item.pale_purple .news-cont .bg .case::before {
    position: absolute;
    content: "";
    background: url(https://cdn.codeground.org/nsr/images/aboutus/newsletter/bg-news-pale_purple-off.png) no-repeat top center;
}

.news-list .news-item.color6 .news-cont .bg::before,
.news-list .news-item.pale_purple .news-cont .bg::before {
    background: url(https://cdn.codeground.org/nsr/images/aboutus/newsletter/bg-news-pale_purple-on.png) no-repeat top center;
}

.news-list .news-item.color6 .news-cont .bg .case,
.news-list .news-item.pale_purple .news-cont .bg .case {
    background: url(https://cdn.codeground.org/nsr/images/aboutus/newsletter/bg-news-pale_purple-open.png) no-repeat top center;
}

.news-list .news-item.color5 .news-cont .bg,
.news-list .news-item.pale_pink .news-cont .bg {
    background: url(https://cdn.codeground.org/nsr/images/aboutus/newsletter/bg-news-pale_pink-off.png) no-repeat top center;
}

.news-list .news-item.color5 .news-cont .bg .case::before,
.news-list .news-item.pale_pink .news-cont .bg .case::before {
    position: absolute;
    content: "";
    background: url(https://cdn.codeground.org/nsr/images/aboutus/newsletter/bg-news-pale_pink-off.png) no-repeat top center;
}

.news-list .news-item.color5 .news-cont .bg::before,
.news-list .news-item.pale_pink .news-cont .bg::before {
    background: url(https://cdn.codeground.org/nsr/images/aboutus/newsletter/bg-news-pale_pink-on.png) no-repeat top center;
}

.news-list .news-item.color5 .news-cont .bg .case,
.news-list .news-item.pale_pink .news-cont .bg .case {
    background: url(https://cdn.codeground.org/nsr/images/aboutus/newsletter/bg-news-pale_pink-open.png) no-repeat top center;
}

.news-list .news-item.color4 .news-cont .bg,
.news-list .news-item.green .news-cont .bg {
    background: url(https://cdn.codeground.org/nsr/images/aboutus/newsletter/bg-news-green-off.png) no-repeat top center;
}

.news-list .news-item.color4 .news-cont .bg .case::before,
.news-list .news-item.green .news-cont .bg .case::before {
    position: absolute;
    content: "";
    background: url(https://cdn.codeground.org/nsr/images/aboutus/newsletter/bg-news-green-off.png) no-repeat top center;
}

.news-list .news-item.color4 .news-cont .bg::before,
.news-list .news-item.green .news-cont .bg::before {
    background: url(https://cdn.codeground.org/nsr/images/aboutus/newsletter/bg-news-green-on.png) no-repeat top center;
}

.news-list .news-item.color4 .news-cont .bg .case,
.news-list .news-item.green .news-cont .bg .case {
    background: url(https://cdn.codeground.org/nsr/images/aboutus/newsletter/bg-news-green-open.png) no-repeat top center;
}

.news-list .news-item.color3 .news-cont .bg,
.news-list .news-item.orange .news-cont .bg {
    background: url(https://cdn.codeground.org/nsr/images/aboutus/newsletter/bg-news-orange-off.png) no-repeat top center;
}

.news-list .news-item.color3 .news-cont .bg .case::before,
.news-list .news-item.orange .news-cont .bg .case::before {
    position: absolute;
    content: "";
    background: url(https://cdn.codeground.org/nsr/images/aboutus/newsletter/bg-news-orange-off.png) no-repeat top center;
}

.news-list .news-item.color3 .news-cont .bg::before,
.news-list .news-item.orange .news-cont .bg::before {
    background: url(https://cdn.codeground.org/nsr/images/aboutus/newsletter/bg-news-orange-on.png) no-repeat top center;
}

.news-list .news-item.color3 .news-cont .bg .case,
.news-list .news-item.orange .news-cont .bg .case {
    background: url(https://cdn.codeground.org/nsr/images/aboutus/newsletter/bg-news-orange-open.png) no-repeat top center;
}

.news-list .news-item.color2 .news-cont .bg,
.news-list .news-item.blue .news-cont .bg {
    background: url(https://cdn.codeground.org/nsr/images/aboutus/newsletter/bg-news-blue-off.png) no-repeat top center;
}

.news-list .news-item.color2 .news-cont .bg .case::before,
.news-list .news-item.blue .news-cont .bg .case::before {
    position: absolute;
    content: "";
    background: url(https://cdn.codeground.org/nsr/images/aboutus/newsletter/bg-news-blue-off.png) no-repeat top center;
}

.news-list .news-item.color2 .news-cont .bg::before,
.news-list .news-item.blue .news-cont .bg::before {
    background: url(https://cdn.codeground.org/nsr/images/aboutus/newsletter/bg-news-blue-on.png) no-repeat top center;
}

.news-list .news-item.color2 .news-cont .bg .case,
.news-list .news-item.blue .news-cont .bg .case {
    background: url(https://cdn.codeground.org/nsr/images/aboutus/newsletter/bg-news-blue-open.png) no-repeat top center;
}

.news-list .news-item.color1 .news-cont .bg,
.news-list .news-item.pale_brown .news-cont .bg {
    background: url(https://cdn.codeground.org/nsr/images/aboutus/newsletter/bg-news-pale_brown-off.png) no-repeat top center;
}

.news-list .news-item.color1 .news-cont .bg .case::before,
.news-list .news-item.pale_brown .news-cont .bg .case::before {
    position: absolute;
    content: "";
    background: url(https://cdn.codeground.org/nsr/images/aboutus/newsletter/bg-news-pale_brown-off.png) no-repeat top center;
}

.news-list .news-item.color1 .news-cont .bg::before,
.news-list .news-item.pale_brown .news-cont .bg::before {
    background: url(https://cdn.codeground.org/nsr/images/aboutus/newsletter/bg-news-pale_brown-on.png) no-repeat top center;
}

.news-list .news-item.color1 .news-cont .bg .case,
.news-list .news-item.pale_brown .news-cont .bg .case {
    background: url(https://cdn.codeground.org/nsr/images/aboutus/newsletter/bg-news-pale_brown-open.png) no-repeat top center;
}


/* //220727 layout.css */
.news-list .news-item p {
    font-family: 'sso';
    font-size: 24px;
    font-weight: 700;
    color: #353535;
    text-align: center;
    line-height: 1.5;
    margin: 15px 0 40px
}

@media (max-width:1240px) {

    .news-list .news-item:nth-child(3n - 2) {
        padding-right: 2em;
        margin-left: 0px !important;
    }

    .news-list .news-item:nth-child(3n) {
        padding-left: 2em;
        margin-right: 0px !important;
    }
}

@media (max-width:1200px) {

    .news-list .news-item:nth-child(2n - 1),
    .news-list .news-item:nth-child(2n) {
        padding: 0 20px !important;
        margin: 0 !important;
    }

    .news-navi {
        width: 100%;
        padding: 60px 20px 0 20px;
        margin: 0;
    }
}

@media (max-width:768px) {

    .news-list .news-item {
        width: 50%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .news-list .news-item:nth-child(2n - 1),
    .news-list .news-item:nth-child(2n) {
        margin: 0;
    }

}

/* //220504추가 변경파일X*/

/* 220520:추가 변경파일X */
.video-flex {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5.714em;
}

.video-flex .video {
    position: relative;
    width: 40%;
    padding-top: 21.8%;
    margin-right: 40px;
}

.video-flex .video video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.video-flex font {
    width: 60%;
}

.video-flex font p {
    text-align: left !important;
}

@media (max-width:1024px) {
    .video-flex {
        display: block;
    }

    .video-flex .video {
        width: 100%;
        padding-top: 56.2%;
        margin-bottom: 20px;
    }
}

/* 220523:추가 변경파일X whoweare.html */
/* .video video::-webkit-media-controls-timeline, */
/* 재생 슬라이드 */
/* .video video::-webkit-media-controls-volume-slider  */
/* 볼륨 조절 슬라이드 */
.video video::-webkit-media-controls-fullscreen-button,
/* 전체화면 버튼 */
.video video::-webkit-media-controls-play-button,
/* 일시정지, 재생 버튼 */
.video video::-webkit-media-controls-panel,
/* 더 보기 */
.video video::-webkit-media-controls-current-time-displa,
/* 현재 진행 시간 */
.video video::-webkit-media-controls-time-remaining-display,
/* 전체 시간 */
.video video::-webkit-media-controls-mute-button

/* 음소거 버튼 */
    {
    opacity: 0;
}

/* .video.on video::-webkit-media-controls-timeline, */
/* .video.on video::-webkit-media-controls-volume-slider  */
.video.on video::-webkit-media-controls-fullscreen-button,
.video.on video::-webkit-media-controls-play-button,
.video.on video::-webkit-media-controls-panel,
.video.on video::-webkit-media-controls-current-time-displa,
.video.on video::-webkit-media-controls-time-remaining-display,
.video.on video::-webkit-media-controls-mute-button {
    opacity: 1;
}

.video .video-area-play {
    z-index: 1;
    opacity: 1;
    cursor: pointer;
    transition: opacity .3s;
}

.video .video-area-play .btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -3.813em 0 0 -3.813em;
    width: 7.625em;
    height: 7.625em;
    background: url(https://cdn.codeground.org/nsr/images/img/careers/video-playBtn.png) no-repeat 0 0 !important;
    background-size: 7.625em 7.625em;
    transition: .3s;
    z-index: 100
}

.video .video-area-play .btn-play:hover {
    transform: scale(1.1, 1.1)
}

/* //220523:추가 변경파일X whoweare.html */


/* SR Talks 리스트 | 추가 */
.SR_Talks-section {
    max-width: 1400px;
}

.SR_Talks-section .style_selector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1400px;
    padding: 0 20px;
    margin: 55px 0px 50px;
}

.SR_Talks-section.SR_Talks-more {
    display: block;
    margin: 20px;
}

.SR_Talks-section.SR_Talks-more a {
    display: block;
    padding: 12px 0;
    border: 1px solid #dadada;
    text-align: center;
    font-size: 18px;
    color: #636363;
}

.SR_Talks-section.SR_Talks-more a:hover {
    border-color: #363636;
    color: #363636;
}

.SR_Talks-section .style_selector .SR_Talks-navi {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 250px;
}

.SR_Talks-section .style_selector .SR_Talks-navi .year {
    display: inline-block;
    height: 1em;
    font-family: 'sss';
    font-size: 3.6em;
    font-weight: 700;
    line-height: 1.2;
    vertical-align: middle;
    margin: 0px auto;
}

.SR_Talks-section .style_selector .SR_Talks-navi button {
    position: absolute;
    display: inline-block;
    width: auto;
    height: auto;
    background: none !important;
}

.SR_Talks-section .style_selector .SR_Talks-navi button.prev {
    left: 0;
}

.SR_Talks-section .style_selector .SR_Talks-navi button.next {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 0;
}

.contents .cont-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
}

.contents .cont-list .cont-item {
    float: left;
    width: 33.33333%;
    margin: 30px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contents .cont-list .cont-item:nth-child(3n-2) {
    padding-right: 3.4em;
}

.contents .cont-list .cont-item:nth-child(3n-1) {
    padding: 0 1.7em;
}

.contents .cont-list .cont-item:nth-child(3n) {
    padding-left: 3.4em;
}

.contents .cont-list .cont-item .detail-wrap {
    padding: 10px;
    border: 1px solid #ddd;
}

.contents .cont-list .cont-item .ST_Talks-con {
    margin: 20px 0 10px;
}

.contents .cont-list .cont-item .ST_Talks-txt-wrap .ST_Talks-con-tit,
.contents .cont-list .cont-item .ST_Talks-txt-wrap .ST_Talks-con-txt {
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.contents .cont-list .cont-item .ST_Talks-txt-wrap .ST_Talks-con-tit {
    font-family: 'sso';
    color: #222;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -.3px;
}

.contents .cont-list .cont-item .ST_Talks-txt-wrap .ST_Talks-con-txt {
    display: none;
    font-family: 'sso';
    color: #222;
    font-size: 1.3em;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -.3px;
}

.contents .cont-list .cont-item .ST_Talks-txt-wrap .ST_Talks-con-date {
    font-family: 'sso';
    color: #999;
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.4;
    margin-top: 15px;
}

@media (max-width: 1240px) {
    .contents .cont-list .cont-item .ST_Talks-txt-wrap .ST_Talks-con-tit {
        font-size: 1.4em;
    }

    .contents .cont-list .cont-item .ST_Talks-txt-wrap .ST_Talks-con-date {
        font-size: 1em
    }
}

@media (max-width: 1024px) {
    .contents .cont-list .cont-item {
        width: 50%;
    }

    .contents .cont-list .cont-item:nth-child(3n-2) {
        padding-right: 0;
    }

    .contents .cont-list .cont-item:nth-child(3n-1) {
        padding: 0;
    }

    .contents .cont-list .cont-item:nth-child(3n) {
        padding-left: 0;
    }

    .contents .cont-list .cont-item:nth-child(odd) {
        padding: 0 1em 0 0;
    }

    .contents .cont-list .cont-item:nth-child(even) {
        padding: 0 0 0 1em
    }
}

@media (max-width: 768px) {
    .contents .cont-list .cont-item {
        width: 100%;
        margin-bottom: 0;
    }

    .contents .cont-list .cont-item:nth-child(odd) {
        padding: 0;
    }

    .contents .cont-list .cont-item:nth-child(even) {
        padding: 0;
    }

    .contents .cont-list .cont-item .ST_Talks-img-plus {
        text-align: center;
    }

    .contents .cont-list.sl .cont-item .ST_Talks-txt-wrap .ST_Talks-con-tit {
        font-size: 1.4em;
    }

    .contents .cont-list.sl .cont-item .ST_Talks-txt-wrap .ST_Talks-con-date {
        font-size: 1em;
        margin-top: 2em;
    }

    .SR_Talks-section .style_selector ul {
        display: none
    }
}

@media (max-width: 420px) {
    .SR_Talks-section .style_selector {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .SR_Talks-section .style_selector .SR_Talks-navi {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 30px
    }
}

.contents .cont-list.sl .detail-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
}

.contents .cont-list.sl .cont-item {
    width: 100%;
    margin: 0;
    padding: 0 !important;
    margin-top: 30px;
}

.contents .cont-list.sl .cont-item .ST_Talks-con {
    margin: 0;
}

.contents .cont-list.sl .cont-item .ST_Talks-img-wrap {
    width: 30%;
    max-width: 345px;
    margin: 0;
}

.contents .cont-list.sl .cont-item .ST_Talks-txt-wrap {
    position: relative;
    width: 100%;
    width: 70%;
    margin: 0;
    padding-left: 30px;
}

.contents .cont-list.sl .cont-item .ST_Talks-txt-wrap .ST_Talks-con-txt {
    display: inline-block;
    margin-top: 1.5em;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.contents .cont-list.sl .cont-item .ST_Talks-txt-wrap .ST_Talks-con-date {
    margin-top: 4em;
}

@media (max-width: 1024px) {
    .contents .cont-list.sl .cont-item .ST_Talks-txt-wrap .ST_Talks-con-tit {
        font-size: 1.4em;
    }

    .contents .cont-list.sl .cont-item .ST_Talks-txt-wrap .ST_Talks-con-txt {
        font-size: 1.1em;
        margin-top: 1em;
    }

    .contents .cont-list.sl .cont-item .ST_Talks-txt-wrap .ST_Talks-con-date {
        font-size: 1em;
        margin-top: 2em
    }
}

@media (max-width: 768px) {
    .contents .cont-list.sl .detail-wrap {
        display: block;
    }

    .contents .cont-list.sl .cont-item .ST_Talks-txt-wrap {
        width: 100%;
        max-width: 100%;
        padding-left: 0;
    }

    .contents .cont-list.sl .cont-item .ST_Talks-txt-wrap .ST_Talks-con {
        margin: 20px 0 10px;
    }

    .contents .cont-list.sl .cont-item .ST_Talks-txt-wrap .ST_Talks-con-tit {
        font-size: 1.4em;
    }

    .contents .cont-list.sl .cont-item .ST_Talks-txt-wrap .ST_Talks-con-txt {
        display: none;
    }

    .contents .cont-list.sl .cont-item .ST_Talks-txt-wrap .ST_Talks-con-date {
        font-size: 1em;
        margin-top: 15px;
    }

    .SR_Talks-section .style_selector ul {
        display: none
    }
}

/* SR Talks 상세 | 추가 */
#SR_Talk-wrap.container {
    padding: 4em;
}

@media (max-width: 1000px) {
    #SR_Talk-wrap.container {
        padding: 1.2em
    }
}

#SR_Talk-wrap a {
    color: #1428a0 !important;
    word-break: break-all;
}

#SR_Talk-wrap {
    background-color: #f5f6f8;
    font-family: 'sso';
}

#SR_Talk-wrap .con-wid {
    max-width: 1230px;
    padding: 4em 3em;
    background-color: #fff;
}

#SR_Talk-wrap .top-logo {
    float: right;
    max-width: 8.35em;
}

#SR_Talk-wrap .SR_Talk-tle {
    padding: 1em 0 .5em;
    font-size: 2.5em;
    line-height: 1.3em;
    letter-spacing: -1px;
    clear: both;
    font-family: 'sso';
}

#SR_Talk-wrap .SR_Talk-utilWrap {
    float: left;
    width: 100%;
    padding: .8em 0;
    border-bottom: 1px solid #e4e4e4;
    line-height: 3em;
}

#SR_Talk-wrap .SR_Talk-utilWrap .SR_Talk-utDate {
    float: left;
    font-size: 1em;
    font-weight: 600;
}

#SR_Talk-wrap .SR_Talk-utilWrap .SR_Talk-utBtn {
    float: right;
}

/* 2023.02.09 수정 */
#SR_Talk-wrap .SR_Talk-utilWrap .SR_Talk-utBtn .btn-share,
#SR_Talk-wrap .SR_Talk-utilWrap .SR_Talk-utBtn .btn-print {
    display: inline-block;
    width: 3em;
    height: 2.9em;
    background-image: url('../../images/icon/ico-sr_talk.png');
    background-size: 6.8em;
    text-indent: -9999em
}

.SR_Talk-utBtn .btn-share {
    background-position: 1px 0
}

.SR_Talk-utBtn .btn-print {
    margin-left: .5em;
    background-position: 2.95em 0
}

#SR_Talk-wrap .share-area {
    position: relative;
    display: inline-block;
    text-align: center
}

#SR_Talk-wrap .share-area .share {}

#SR_Talk-wrap .share-area .sns-list {
    overflow: hidden;
    padding: 1.5em 1.8em 1.5em 1.8em;
    background-color: #fff;
    box-shadow: 1px 1px 8px 0px rgb(0 0 0 / 10%);
}

#SR_Talk-wrap .share-area .sns-list>li {
    float: left;
    height: 30px;
    margin-left: 1em
}

#SR_Talk-wrap .share-area .sns-list>li:first-child {
    margin-left: 0
}

#SR_Talk-wrap .share-area .sns-list>li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: 30px;
    background: url(https://cdn.codeground.org/nsr/images/icon/ico-shareSns.png) no-repeat .1em .1em;
    text-indent: -9999em;
    vertical-align: top;
}

#SR_Talk-wrap .share-area .sns-list>li a.btn-shareFace {
    background-position-x: 0
}

#SR_Talk-wrap .share-area .sns-list>li a.btn-shareIns {
    background-position-x: -30px
}

#SR_Talk-wrap .share-area .sns-list>li a.btn-shareTwi {
    background-position-x: -60px
}

#SR_Talk-wrap .share {
    display: none;
    position: absolute;
    right: 0;
    bottom: -1em;
    z-index: 10;
    width: 12.1em
}

#SR_Talk-wrap .share .btn-close {
    display: none !important;
    position: absolute;
    top: 9px;
    right: 12px;
    display: inline-block;
    width: 15px;
    height: 15px;
    float: right;
    background: url(https://cdn.codeground.org/nsr/images/icon/ico-closeSmall.png) no-repeat 50% 50%;
}

#SR_Talk-wrap .share-area .sns-list>li a.btn-shareIns {
    background-position-x: -30px
}

#SR_Talk-wrap .share-area .sns-list>li a.btn-shareTwi {
    background-position-x: -60px
}

/* / */
#SR_Talk-wrap .sns-list>li a:hover {
    background-position-y: -37px;
}

#SR_Talk-wrap .url {
    overflow: hidden;
    float: left;
    width: 70%;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.8;
}

#SR_Talk-wrap .btn-copy {
    float: right;
    display: inline-block;
    padding: 0 .9em;
    font-size: .9em;
    border-radius: 20px;
    background-color: #eeeeee;
    line-height: 2em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#SR_Talk-wrap hr {
    border-color: #000;
}

#SR_Talk-wrap .SR_Talk-con {
    padding: 3em 0;
    clear: both;
}

#SR_Talk-wrap .SR_Talk-con h4.title {
    color: #000;
    font-size: 1.35em;
    font-weight: 900;
}

#SR_Talk-wrap .SR_Talk-con p {
    color: #000;
    font-size: 1.35em;
    font-weight: 400;
    line-height: 1.5;
}

#SR_Talk-wrap .SR_Talk-con .SR_Talk-imgWrap.banner {
    margin-bottom: 4.3em;
}

#SR_Talk-wrap .SR_Talk-con h4.title,
#SR_Talk-wrap .SR_Talk-con p {
    margin-bottom: 2.2em;
}

#SR_Talk-wrap .SR_Talk-con p+h4.title {
    margin-top: 4.4em;
}

#SR_Talk-wrap .SR_Talk-con .tit-SR_TalkCon-sub {
    margin: 1.5em 0 3em;
    font-family: 'sss';
    font-size: 2em;
    font-weight: 700;
    text-align: center;
}

#SR_Talk-wrap .SR_Talk-con .txt-subs {
    font-size: 1.2em;
}

#SR_Talk-wrap .SR_Talk-con p strong {
    display: block;
    padding: .8em 0 .5em;
    font-weight: 800;
}

#SR_Talk-wrap .SR_Talk-con p em {
    font-style: normal;
    font-weight: bold;
}

#SR_Talk-wrap .SR_Talk-con p>span {
    display: block;
    margin-top: .3em;
}

#SR_Talk-wrap .SR_Talk-con p>span:first-child {
    margin-top: 0;
}

#SR_Talk-wrap .SR_Talk-con .txt-skyBlue {
    font-size: 1.3em;
    font-weight: 700;
}

#SR_Talk-wrap .SR_Talk-con p .txt-skyBlue {
    font-size: 1em;
}

h2.tit-SR_TalkSection+.SR_Talk-imgWrap {
    margin-top: 1em;
}

h2.tit-SR_TalkSection+.SR_Talk-imgWrap.label-img {
    margin-top: 2em;
}

#SR_Talk-wrap .SR_Talk-imgWrap {
    position: relative;
    margin-bottom: 2em;
    text-align: center;
}

#SR_Talk-wrap .SR_Talk-imgWrap.label-img {
    border-top: 1px solid #ededed;
    padding-top: 1em;
}

#SR_Talk-wrap .SR_Talk-imgWrap span.label-source {
    position: absolute;
    top: -1.8em;
    right: 0;
    z-index: 1;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 3px 7px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-weight: 600;
    font-size: 12px;
}

#SR_Talk-wrap .SR_Talk-imgWrap img {
    max-width: 100%;
}

#SR_Talk-wrap .SR_Talk-imgWrap p {
    margin-top: 1em;
    font-size: 1.2em;
}

#SR_Talk-wrap .SR_Talk-imgWrap.fL-wrap {
    overflow: hidden;
}

#SR_Talk-wrap .SR_Talk-imgWrap.fL-wrap .fL {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#SR_Talk-wrap .SR_Talk-imgWrap.fL-wrap .fL:nth-child(odd) {
    padding-right: .5em;
}

#SR_Talk-wrap .SR_Talk-imgWrap.fL-wrap .fL:nth-child(even) {
    padding-left: .5em;
}

#SR_Talk-wrap .SR_Talk-imgWrap.fL-wrap .fL+img {
    margin-top: 1em;
}

#SR_Talk-wrap .SR_Talk-imgWrap.fL-wrap p {
    float: left;
    width: 100%;
}

#SR_Talk-wrap .colorBox {
    display: inline-block;
    margin-bottom: .3em;
    padding: 0 .3em;
    font-size: 2.5em;
    color: #fff;
    background-color: #85aeff;
}

#SR_Talk-wrap .txt-subs {
    display: block;
    font-size: 1.2em;
}

#SR_Talk-wrap .sstf_link {
    color: #1428a0;
    text-decoration: underline;
}

#SR_Talk-wrap .SR_Talk-imgTxt {
    width: 100%;
    margin-top: .5em;
    color: #909090;
    font-size: 1em !important;
    font-weight: 400;
    line-height: 1.5em;
}

#SR_Talk-wrap .blue-txt {
    color: #2637b3;
}

#SR_Talk-wrap .sky-txt {
    color: #00addf;
}

#SR_Talk-wrap .img-size-3 {
    width: 300px;
}

#SR_Talk-wrap .img-size-5 {
    width: 500px;
}

#SR_Talk-wrap .img-size-8 {
    width: 800px;
}

#SR_Talk-wrap .img-size-full {
    width: 100%;
}

#SR_Talk-wrap .SR_Talk-imgWrap.qt {
    max-width: 750px;
    margin: 0 auto 1.5em;
}

#SR_Talk-wrap .blue-line-link {
    color: blue;
    text-decoration: underline;
}

#SR_Talk-wrap .btn-wrap {
    text-align: center;
}

#SR_Talk-wrap .download-btn {
    display: inline-block;
    padding: 1em 5em 1em 3em;
    border-radius: 30px;
    border: 1px solid #dbdbdb;
    background: url(.https://cdn.codeground.org/nsr/images/global/SR_Talk/download_arrow2.png) no-repeat 85% 50%;
    background-size: 20px;
}

#SR_Talk-wrap .small-txt {
    display: block;
    font-size: .7em;
}

#SR_Talk-wrap .box-border {
    max-width: 850px;
    margin: 0 auto 3em;
    border: 1px solid #dbdbdb;
    line-height: 1.5em;
    padding: 1.7em;
}

#SR_Talk-wrap .box-border li {
    position: relative;
    padding-left: 15px;
}

#SR_Talk-wrap .box-border li:before {
    position: absolute;
    content: "*";
    left: 0;
    top: 0;
}

#SR_Talk-wrap .SR_Talk-con p.bold-txt {
    font-weight: 700;
}

#SR_Talk-wrap .SR_Talk-con span.bold-txt {
    font-weight: 700;
}

#SR_Talk-wrap .SR_Talk-imgWrap.img2 .img-inner {
    overflow: hidden;
}

#SR_Talk-wrap .SR_Talk-imgWrap .img-inner .left {
    float: left;
    width: 49%;
}

#SR_Talk-wrap .SR_Talk-imgWrap .img-inner .left img {
    width: 100%;
}

#SR_Talk-wrap .SR_Talk-imgWrap .img-inner .right {
    float: left;
    width: 49%;
    margin-left: 2%;
}

#SR_Talk-wrap .SR_Talk-con span.dp-ib {
    display: inline-block;
}

#SR_Talk-wrap .snum-list {
    margin: 12px 0 0 4px;
    list-style: decimal;
}

#SR_Talk-wrap .vline {
    display: block;
    padding-left: 20px;
    position: relative;
}

#SR_Talk-wrap .vline-header {
    position: absolute;
    top: 0;
    left: 0;
}

#SR_Talk-wrap .SR_Talk-tle.max-10 {
    max-width: 850px;
}

#SR_Talk-wrap .large-txt {
    text-decoration: underline;
}

#SR_Talk-wrap .download {
    display: block;
    font-size: 1.4em;
    text-decoration: underline;
    margin-bottom: .5em;
}

#SR_Talk-wrap .download:not(:first-child) {
    margin-top: 3em;
}

#SR_Talk-wrap .SR_Talk-imgWrap.img3 .img-inner {
    overflow: hidden;
}

#SR_Talk-wrap .SR_Talk-imgWrap.img3 .img-inner div {
    float: left;
    width: 32%;
}

#SR_Talk-wrap .image_area {
    width: 100%;
    margin-bottom: 30px;
}

#SR_Talk-wrap .image_area .image_row {
    padding: 10px 0;
    width: 100%;
    display: table;
}

#SR_Talk-wrap .image_area .image_row .half:first-child {
    padding-right: 10px;
}

#SR_Talk-wrap .image_area .image_row .half {
    width: 50%;
    float: left;
}

#SR_Talk-wrap .image_area .image_row {
    padding: 10px 0;
    width: 100%;
    display: table;
}

#SR_Talk-wrap .image_area.style4 .image_row .full {
    margin: -20% auto;
    width: 50%;
}

#SR_Talk-wrap .image_area .image_row .full img {
    width: 100%;
}

#SR_Talk-wrap .image_area.style4 .image_row .left {
    padding-right: 10px;
}

#SR_Talk-wrap .image_area.style2 .image_row {
    width: 50%;
    padding: 10px 0;
}

#SR_Talk-wrap .image_area.style2 .image_row2 {
    margin-left: 25%;
}

#SR_Talk-wrap .image_area.style2 .image_row3 {
    margin-left: 50%;
}

#SR_Talk-wrap .image_area.style2 .image_row img {
    width: 100%;
}

#SR_Talk-wrap .image_area.style5 {
    display: table;
    width: 100%;
}

#SR_Talk-wrap .image_area.style5 .image_row {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}

#SR_Talk-wrap .image_area.style5 .image_row1 {
    padding-right: 10px;
}

#SR_Talk-wrap .image_area.style5 .image_row2 {
    padding-left: 10px;
}

#SR_Talk-wrap .image_area.style5 .image_row img {
    width: 100%;
}

#SR_Talk-wrap .image_area.style5 .image_row2 img:first-child {
    margin-bottom: 20px;
}

#SR_Talk-wrap .image_area5 .image_box.style_brick {
    display: table;
    width: 100%;
    padding: 0 1%;
}

#SR_Talk-wrap .image_area5 .image_box.style_brick .img01 {
    width: 42% !important;
    float: left;
    margin-bottom: 2.1%;
}

#SR_Talk-wrap .image_area5 .image_box.style_brick .img02 {
    width: 55% !important;
    float: right;
    margin-bottom: 2.1%;
}

#SR_Talk-wrap .image_area5 .image_box.style_brick .img03 {
    width: 55% !important;
    float: right;
    margin-bottom: 2.1%;
}

#SR_Talk-wrap .section2 .image_area2 {
    float: none;
    max-width: 100%;
    width: auto;
}

#SR_Talk-wrap .image_boxs {
    display: table;
    width: 100%;
    padding: 0 1%;
}

#SR_Talk-wrap .image_boxs .srph_031 {
    width: 31.8% !important;
    float: left;
    margin-bottom: 2.1%;
}

#SR_Talk-wrap .image_boxs .srph_032 {
    width: 65% !important;
    float: right;
    margin-bottom: 2.1%;
}

#SR_Talk-wrap .image_boxs .srph_033 {
    width: 65% !important;
    float: right;
    margin-bottom: 2.1%;
}

#SR_Talk-wrap .imgTxt-wrap {
    margin-top: -1em;
    text-align: center;
}

#SR_Talk-wrap .SR_Talk-imgWrap.img2-rightBig .img-inner {
    width: 100%;
    overflow: hidden;
}

#SR_Talk-wrap .SR_Talk-imgWrap:after {
    content: "";
    display: block;
    clear: both;
}

#SR_Talk-wrap .SR_Talk-imgWrap.img2-rightBig .left {
    width: 31%;
}

#SR_Talk-wrap .SR_Talk-imgWrap.img2-rightBig .right {
    width: 67%;
}

#SR_Talk-wrap .SR_Talk-imgWrap img.img-size-484 {
    width: 484px;
}

#SR_Talk-wrap .txt-link {
    text-decoration: underline;
}

#SR_Talk-wrap .con-wid.algo-2019 {
    background: #f5f6f8;
}

.verti-align {
    display: table;
    width: 100%;
    padding: 1em 0;
}

.verti-align .verti-txt {
    display: table-cell;
    vertical-align: middle;
}

.verti-align .verti-img {
    display: table-cell;
    padding-left: 1em;
    vertical-align: middle;
}

.verti-align .verti-img img {
    max-width: 150px;
}

.tbl-writer-info {
    position: relative;
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 2em;
    border-bottom: 1px solid #e4e4e4;
}

.writer-info-wrap {
    overflow: hidden;
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    padding: 1.5em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tbl-writer-info .writer-info-row {
    display: table-row;
}

.tbl-writer-info .writer-info-row:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: #e4e4e4;
}

.writer-info-wrap .thumb-nail {
    display: table-cell;
    position: relative;
    overflow: hidden;
    width: 7.143em;
    height: 7.413em;
}

.writer-info-wrap .writer-info {
    display: table-cell;
    padding: 0 0 0 2.3em;
    vertical-align: middle;
}

.writer-info-wrap .writer-info span {
    display: block;
    font-size: 1em;
    font-weight: 500;
    color: #000;
}

.writer-info-wrap .writer-info .writer-name {
    margin-bottom: .3em;
    font-size: 1.286em;
    font-weight: 800;
}

.writer-info-wrap .thumb-nail .writer-pic {
    width: 7.143em;
    height: 7.143em;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.writer-info-wrap+.writer-info-wrap {
    margin-top: 0;
}

.tit-SR_TalkSection {
    margin: 2.5em 0 .5em;
    font-family: 'sso', 'Malgun Gothic', '맑은 고딕', 'Dotum', '돋움', sans-serif;
    font-size: 1.47em;
    font-weight: 700;
}

.tit-SR_TalkSection.tit-sub {
    font-size: 1.47em;
    font-weight: 400;
}

.tit-SR_TalkSection.tit-big {
    font-size: 1.9em;
    font-weight: 500;
}

.list-space {
    padding-left: 1em;
    font-size: .9em;
}

.list-space li {
    position: relative;
    padding-left: 1em;
}

.list-space li:before {
    position: absolute;
    left: 0;
    top: .4em;
    content: "-";
    display: block;
    font-weight: bold;
}

.box-text {
    max-width: 650px;
    width: 100%;
    margin: 0 auto 2.5em;
    padding: 1.5em 1em;
    border: 1px solid #000;
    text-align: center;
}

.box-text h1 {
    font-family: 'sss';
    font-size: 2em;
    text-decoration: underline;
    text-underline-position: from-font;
}

.box-text h2 {
    margin-top: 1em;
    font-family: 'sss';
    font-weight: 600;
    font-size: 1.786em;
}

.box-text div {
    font-size: 1.3em;
    font-weight: 500;
    color: #000;
}

.box-text strong {
    font-family: 'sss';
    font-weight: 700;
    font-size: 1.5em;
}

.box-text .mg-con {
    margin-bottom: 1.5em;
}

.box-text div:not(.mg-con):before {
    content: "✓";
    margin-right: .5em;
    font-weight: 600;
}

h2.txt-blue {
    margin: 2.5em 0;
    color: #0066cc;
    font-size: 1.8em;
    text-align: center;
}

#SR_Talk-wrap .SR_Talk-con .referInfo {
    margin-top: 4em;
    padding: 1em 0;
    border-top: 1px solid #e7e7e7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#SR_Talk-wrap .SR_Talk-con .referInfo p {
    margin-bottom: 1em;
    font-size: 14px;
}

#SR_Talk-wrap .SR_Talk-con .referInfo p strong {
    padding: 0;
}

.img-fl {
    float: left;
    margin: 0 1em .5em 0;
}

.list-chk-area {
    padding: 0 1em;
}

#SR_Talk-wrap .SR_Talk-con .list-chk-area p {
    margin-bottom: .8em;
}

#SR_Talk-wrap .SR_Talk-con .list-chk-area p:last-child {
    margin-bottom: 2em;
}

.bullet-sq:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 7px;
    background: url("https://cdn.codeground.org/nsr/images/icon/ico-sq.png") no-repeat 0 0;
    vertical-align: middle;
}

.bullet-chk:before {
    content: "✓";
    margin-right: 7px;
    font-size: 15px;
    font-weight: bold;
}

.bullet-sqDot:before {
    content: "■";
    display: inline-block;
    margin-right: 7px;
    font-size: 10px;
    vertical-align: middle;
}

.pdl-con {
    padding-left: 1.5em;
}

#SR_Talk-wrap .SR_Talk-con .pdl-con .bullet-sq {
    margin-bottom: .8em;
}

.writerInfo {
    display: none;
    position: relative;
    width: 100%;
    table-layout: fixed;
}

.writerInfo.writerShow {
    display: table;
    width: 200%;
}

#SR_Talk-wrap .writer-more {
    display: inline-block;
    width: 130px;
    position: absolute;
    left: 50%;
    bottom: -50px;
    border-radius: 50px;
    margin-left: -65px;
    padding: .6em 0;
    border: 1px solid #e4e4e4;
    background: #f5f6f8;
    font-size: 13px;
    font-weight: 600;
    color: #000 !important;
    text-align: center;
    line-height: 1;
}

.tL {
    text-align: left;
}

.pdl-con .list-num {
    padding-left: 1.5em;
}

.list-num li {
    list-style-type: decimal;
    margin-bottom: 2em;
    font-size: 1.47em;
    font-weight: 400;
    line-height: 1.5;
}

.MathJax_Display {
    margin: 0 !important;
}

.math {
    display: inline-block !important;
}

#SR_Talk-wrap .SR_Talk-con .relative {
    display: inline-block;
    position: relative;
}

#SR_Talk-wrap .SR_Talk-con .relative .math-subs {
    position: absolute;
    bottom: -1.5em;
    display: inline-block;
    font-size: 0.929em;
    color: #5b9bd5;
    line-height: 1;
}

#SR_Talk-wrap .SR_Talk-con .relative .math-subs:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #5b9bd5;
}

i.txt-red {
    color: #fd0303;
    font-style: normal;
}

i.txt-blue {
    color: #0000ff;
    font-style: normal;
}


/* 2023.02.09 */
@media screen and (max-width: 1240px) {
    #SR_Talk-wrap .share .btn-close {
        display: block !important;
        right: 10px;
    }

    #SR_Talk-wrap .share-area .sns-list {
        padding: 1.5em 2em 1.5em 1.6em;
    }

    #SR_Talk-wrap .share-area .sns-list>li {
        margin-left: 0.4em;
    }
}

/* / */

@media screen and (max-width: 768px) {
    #SR_Talk-wrap .image_area.style2 .image_row {
        width: 100%;
    }

    #SR_Talk-wrap .image_area.style2 .image_row2 {
        margin-left: 0;
    }

    #SR_Talk-wrap .image_area.style2 .image_row3 {
        margin-left: 0;
    }

    #SR_Talk-wrap .SR_Talk-tle {
        font-size: 2.3em;
        line-height: 1.2em;
    }

    #SR_Talk-wrap .SR_Talk-imgWrap p {
        font-size: 1.2em;
    }

    #SR_Talk-wrap .SR_Talk-imgWrap.fL-wrap .fL {
        width: 100%;
        margin-top: 1em;
        padding: 0 !important;
    }

    #SR_Talk-wrap .SR_Talk-imgWrap.fL-wrap .fL:first-child {
        margin-top: 0;
    }

    h2.tit-SR_TalkSection+.SR_Talk-imgWrap.label-img {
        margin-top: 3em;
    }

    .box-text {
        font-size: 12px;
    }

    .writer-info-wrap {
        display: block;
        width: 100%;
        margin-top: 0;
        padding: 1.5em 1em;
        border-top: 1px solid #e4e4e4;
    }

    .writer-info-wrap:first-child {
        border-top: none;
    }

    .writer-info-wrap .writer-info {
        padding: 0 0 0 1.5em;
    }

    .writer-info-wrap .thumb-nail,
    .writer-info-wrap .thumb-nail .writer-pic {
        width: 6.143em;
        height: 6.143em;
    }

    #SR_Talk-wrap .SR_Talk-con .referInfo p {
        font-size: 13px;
    }

    .img-fl {
        float: none;
        margin: 0 auto 1em;
    }

    .writerInfo.writerShow {
        width: 100%
    }
}

@media screen and (max-width: 520px) {

    .verti-align .verti-txt,
    .verti-align .verti-img {
        display: block;
    }

    .verti-align .verti-img {
        text-align: center;
    }

    .verti-align .verti-img img {
        max-width: 200px;
    }

    #SR_Talk-wrap .SR_Talk-tle {
        font-size: 2.1em;
        line-height: 1.3em;
    }

    #SR_Talk-wrap .SR_Talk-imgWrap p {
        font-size: 1.1em;
    }

    .box-text {
        font-size: 11px;
    }

    .box-text h1 {
        font-size: 1.8em;
    }

    .box-text h2 {
        font-size: 1.6em;
    }

    .box-text strong {
        font-size: 1.3em;
    }

    .writer-info-wrap {
        padding: 1.5em 0;
    }

    .pdl-con {
        padding-left: 1em
    }
}


/* //220706 */

/* 220706 | SR Talks 배너  */
*#visual.sr-talks {
    background: url('../images/srTalk/visual_sr_talks.png') no-repeat;
}

/* //220706 | SR Talks 배너 */

/* 220707 sr-row 추가 */
.sr-rows {
    position: relative;
    max-width: 1440px;
    margin: auto;
    overflow: hidden;
}

.sr-rows:after {
    content: '';
    display: block;
    clear: both;
}

/* //220707 sr-row 추가 */


/* 220707 컬러 */
/* fixed color */
.title.fc-blue {
    color: #3a77e9 !important;
}

.title.fc-red {
    color: red !important;
}

.title.fc-green {
    color: green !important;
}

.title.fc-s_blue {
    color: skyblue !important;
}

.title.fc-ds_blue {
    color: deepskyblue !important;
}

.title.fc-d_blue {
    color: darkblue !important;
}

/* //220707 컬러 */

/* 2023=01-31 뉴스레터 */
.news_wrap2023 {
    margin-bottom: 100px;
}

.news_wrap2022 {
    padding-bottom: 100px;
    background-color: #f2f4f8;
}

.news_wrap2022 .news-cont {
    background: #f2f4f8;
}

.news_wrap2022 .news-navi .year {
    margin: 0px !important;
}

.news_wrap2023 .news-navi .year {
    margin: 0px !important;
}

/* //2023=01-31 뉴스레터 */

/* 20230801 뉴스레터 주석처리
.Newsletter {}

.Newsletter:nth-child(odd) {
    background-color: #f2f4f8;
}

.Newsletter__wrap {
    max-width: 1200px;
    margin: 0 auto;
}

.Newsletter__title {
    font-family: 'sss';
    font-size: 3.6em;
    font-weight: 700;
    vertical-align: middle;
    padding: 60px 0 60px 0;
}

@media screen and (max-width: 1280px) {
    .Newsletter__title {
        padding: 60px 20px 60px 20px;
    }
}

@media screen and (max-width: 768px) {
    .Newsletter__title {
        padding: 60px 30px 60px 30px;
    }
}

.Newsletter__list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px 100px 10px;
}

.Newsletter__item {
    width: 33.3%;
    padding: 130px 10px 0 10px;
    cursor: pointer;
}



@media screen and (max-width: 1024px) {
    .Newsletter__list {
        padding: 0 10px;
    }

    .Newsletter__item {
        width: calc(50% - 10px);
        margin-bottom: 50px;
    }

    .Newsletter__item+.Newsletter__item {
        margin-left: 0;
    }

    .Newsletter__item:nth-child(2n) {
        margin-left: 20px;
    }
}

@media screen and (max-width: 768px) {
    .Newsletter__item {
        padding-top: 70px;
        margin-bottom: 30px;
    }
}

.Newsletter__item:hover .Newsletter__cover {
    transform: rotateX(0deg);
}

.Newsletter__item:hover .Newsletter__cont {
    opacity: 1;
    top: -22%;
    z-index: 15;
    transition: top .5s;
}

.Newsletter__bg {
    position: relative;
    font-size: 0;
}

.Newsletter__bg::after {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-size: contain;
    z-index: 1;
}

.Newsletter__bg--paleBrown::after {
    background: url(https://cdn.codeground.org/nsr/images/aboutus/newsletter/bg-news-pale_brown-open.png) no-repeat center center;
}

.Newsletter__bg--palePurple::after {
    background: url(https://cdn.codeground.org/nsr/images/aboutus/newsletter/bg-news-pale_purple-open.png) no-repeat center center;
}

.Newsletter__bg--palePink::after {
    background: url(https://cdn.codeground.org/nsr/images/aboutus/newsletter/bg-news-pale_pink-open.png) no-repeat center center;
}

.Newsletter__bg--green::after {
    background: url(https://cdn.codeground.org/nsr/images/aboutus/newsletter/bg-news-green-open.png) no-repeat center center;
}

.Newsletter__bg--orange::after {
    background: url(https://cdn.codeground.org/nsr/images/aboutus/newsletter/bg-news-orange-open.png) no-repeat center center;
}

.Newsletter__bg--blue::after {
    background: url(https://cdn.codeground.org/nsr/images/aboutus/newsletter/bg-news-blue-open.png) no-repeat center center;
}

.Newsletter__bg--blue::after {
    background: url(https://cdn.codeground.org/nsr/images/aboutus/newsletter/bg-news-blue-open.png) no-repeat center center;
}


.Newsletter__item:hover .Newsletter__bg::after {
    z-index: 100;
    opacity: 1;
}

.Newsletter__case {
    width: 100%;
}

.Newsletter__cover {
    width: 100%;
    position: absolute;
    top: -53%;
    transform: rotateX(180deg);
    transform-origin: bottom;
    transition: transform .5s;
    z-index: 10;
}

.Newsletter__cover img {
    width: 100%;
}


.Newsletter__cont {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 10%;
    width: 80%;
    background: #fbf6e9;
    transition: top .2s opacity .2s;
    z-index: 1;
}

.Newsletter__cont img {
    padding: 10px;
}

.Newsletter__date {
    font-family: 'sso';
    font-size: 24px;
    font-weight: 700;
    color: #353535;
    text-align: center;
    line-height: 1;
    margin: 15px 0 0;
}
*/

/* 2023-08-01 추가*/
.Newsletter {
    padding: 5.714em 0 8.071em;
}

@media screen and (max-width: 768px) {
    .Newsletter{
        padding: 4.786em 0 6.071em;
    }
}


.Newsletter__visual{
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 70px;
    border-bottom: 1px solid #dbdbdb;
}
.Newsletter__visual-wrap{
    max-width: 800px;
    margin: 0 auto;
}

.Newsletter__visual-tit{
    font-family: 'sso';
    font-size: 24px;
    font-weight: 700;
    color: #353535;

    line-height: 1;
    margin:15px 0 20px;
}

@media screen and (max-width: 1200px) {
    .Newsletter__visual-tit{
       padding: 0 20px
    }
}

.Newsletter__tabs{
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 2.857em;
}

.Newsletter__tab{
    font-size: 23px;
    font-family: 'sso';
    font-weight: 600;
    padding: 0 1em;
    display: block;
    padding-bottom: 0.5em;
    border-bottom: 4px solid transparent;
    color: #000;

    line-height: 1.5;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .Newsletter__tab{
        font-size: 18px;
        border-bottom: 3px solid transparent;
    }
}


.Newsletter__tab--on{
    color: #1428a0;
    font-weight: 800;
    border-color: #1428a0;
}

.Newsletter__tab + .Newsletter__tab{
    margin-left: 30px;
}
@media screen and (max-width: 768px) {
    .Newsletter__tab + .Newsletter__tab{
        margin-left: 20px;
    }
}

.Newsletter__tabCont{

}

.Newsletter__tabCont > div{
    display: none;
}

.Newsletter__wrap {
    max-width: 1200px;
    margin: 0 auto;
}

.Newsletter__title {
    font-family: 'sss';
    font-size: 3.6em;
    font-weight: 700;
    vertical-align: middle;
    padding: 60px 0 60px 0;
}

@media screen and (max-width: 1280px) {
    .Newsletter__title {
        padding: 60px 20px 60px 20px;
    }
}

@media screen and (max-width: 768px) {
    .Newsletter__title {
        padding: 60px 30px 60px 30px;
    }
}

.Newsletter__list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px 100px 10px;

}

.Newsletter__item {
    width: 33.3%;
    padding: 130px 10px 0 10px;
    cursor: pointer;
}


.Newsletter__item:hover .Newsletter__cover {
    transform: rotateX(0deg);
}

.Newsletter__item:hover .Newsletter__cont {
    opacity: 1;
    top: -22%;
    z-index: 15;
    transition: top .5s;
}


.Newsletter__item:hover .Newsletter__bg::after {
    z-index: 100;
    opacity: 1;
}

@media screen and (max-width: 1024px) {
    .Newsletter__list {
        padding: 0 10px;
    }

    .Newsletter__item {
        width: calc(50% - 10px);
        margin-bottom: 50px;
    }

    .Newsletter__item+.Newsletter__item {
        margin-left: 0;
    }

    .Newsletter__item:nth-child(2n) {
        margin-left: 20px;
    }
}

@media screen and (max-width: 768px) {
    .Newsletter__list {
       padding-top: 50px;
    }
    .Newsletter__item {
        padding-top: 70px;
        margin-bottom: 30px;
    }

    .Newsletter__item .Newsletter__cover {
        transform: rotateX(0deg);
    }

    .Newsletter__item .Newsletter__cont {
        opacity: 1;
        top: -22%;
        z-index: 15;
        transition: top .5s;
    }

    .Newsletter__item .Newsletter__bg::after {
        z-index: 100;
        opacity: 1;
    }

}

.Newsletter__bg {
    position: relative;
    font-size: 0;
}

.Newsletter__bg::after {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-size: contain;
    z-index: 1;
}

.Newsletter__bg--paleBrown::after {
    background: url(https://cdn.codeground.org/nsr/images/aboutus/newsletter/bg-news-pale_brown-open.png) no-repeat center center;
}

.Newsletter__bg--palePurple::after {
    background: url(https://cdn.codeground.org/nsr/images/aboutus/newsletter/bg-news-pale_purple-open.png) no-repeat center center;
}

.Newsletter__bg--palePink::after {
    background: url(https://cdn.codeground.org/nsr/images/aboutus/newsletter/bg-news-pale_pink-open.png) no-repeat center center;
}

.Newsletter__bg--green::after {
    background: url(https://cdn.codeground.org/nsr/images/aboutus/newsletter/bg-news-green-open.png) no-repeat center center;
}

.Newsletter__bg--orange::after {
    background: url(https://cdn.codeground.org/nsr/images/aboutus/newsletter/bg-news-orange-open.png) no-repeat center center;
}

.Newsletter__bg--blue::after {
    background: url(https://cdn.codeground.org/nsr/images/aboutus/newsletter/bg-news-blue-open.png) no-repeat center center;
}

.Newsletter__bg--blue::after {
    background: url(https://cdn.codeground.org/nsr/images/aboutus/newsletter/bg-news-blue-open.png) no-repeat center center;
}




.Newsletter__case {
    width: 100%;
}

.Newsletter__cover {
    width: 100%;
    position: absolute;
    top: -53%;
    transform: rotateX(180deg);
    transform-origin: bottom;
    transition: transform .5s;
    z-index: 10;
}

.Newsletter__cover img {
    width: 100%;
}


.Newsletter__cont {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 10%;
    width: 80%;
    background: #fbf6e9;
    transition: top .2s opacity .2s;
    z-index: 1;
}

.Newsletter__cont img {
    padding: 10px;
}

.Newsletter__date {
    font-family: 'sso';
    font-size: 24px;
    font-weight: 700;
    color: #353535;
    text-align: center;
    line-height: 1;
    margin: 15px 0 0;
}


@media screen and (max-width: 768px) {
    .Newsletter__date {
        font-size: 16px;
    }
     .Newsletter__visual-tit{
       font-size: 16px;
    }
}
/* //2023-08-01 추가*/

/* 2024-03-05 규격화 */
.newCard {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 14px 0px;
}

.newCard--list .newCard__item {
    width: 100%;
}

/* 240320 추가 */
.newCard__item button {
    width: 100%;
    background-color: transparent;

}


.newCard--list .newCard__img {
    width: 25%;
    margin-bottom: 0;
}

@media (max-width:768px) {
    .newCard--list .newCard__img {
        width: 100%;
        margin-bottom: 20px;
    }
}


.newCard--list .newCard__item-wrap {
    display: flex;
    align-items: center;
}

@media (max-width:768px) {
    .newCard--list .newCard__item-wrap {
        flex-wrap: wrap;
    }
}

.newCard--list .newCard__textBox {
    width: 75%;
    padding-left: 30px;
    padding-right: 60px;
}

.newCard__textBox{
	text-align : left;
}

@media (max-width:1024px) {
    .newCard--list .newCard__textBox {
        padding-right: 0;
    }
}

@media (max-width:768px) {
    .newCard--list .newCard__textBox {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

.newCard--list .newCard__text {
    display: block;
}

.newCard__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 49px 0 35px;
}

@media (max-width:768px) {
    .newCard__head {
        display: none;
    }
}

.newCard__navi {
    display: flex;
    align-items: center;
}

.newCard__navi-btn {
    background-color: transparent;
}

.newCard__navi-btn:last-child {
    transform: rotate(180deg);
}

.newCard__year {
    height: 50px;
    font-family: 'sss';
    font-size: 3.6em;
    font-weight: 700;
    margin: 0 20px;
}

.newCard__form {
    display: flex;
    align-items: center;
}

.newCard__form-btn {
    display: block;
    width: 38px;
    height: 38px;
    text-indent: -9999px;
}

.newCard__form-btn:first-child {
    background: url('https://cdn.codeground.org/nsr/lsr/news/ico_gallery.png') center no-repeat;
}

.newCard__form-btn:first-child.newCard__form-btn--active {
    background: url('https://cdn.codeground.org/nsr/lsr/news/ico_gallery_on.png') center no-repeat
}

.newCard__form-btn+.newCard__form-btn {
    margin-left: 6px;
}

.newCard__form-btn:last-child {
    background: url(https://cdn.codeground.org/nsr/lsr/news/ico_list.png) center no-repeat;
}

.newCard__form-btn:last-child.newCard__form-btn--active {
    background: url('https://cdn.codeground.org/nsr/lsr/news/ico_list_on.png') center no-repeat
}

.newCard__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -22px;
}

.newCard__item {
    width: calc(100% / 3);
    padding: 22px;
    cursor: pointer;
}

@media (max-width:1024px) {
    .newCard__item {
        width: calc(100% / 2);
    }
}

@media (max-width: 768px) {
    .newCard__item {
        width: 100%;
    }
}

/* 240320 추가 */
.newCard__item-wrap {
    border: 1px solid #ddd;
    padding: 10px;
}

.newCard__img {
    margin-bottom: 20px;
}

.newCard__img img {
    width: 100%;
}

.newCard__tit {
    min-height: 64px;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (max-width: 768px) {
    .newCard__tit {
        min-height: 52px;
        font-size: 20px;
        line-height: 26px;
    }
}

.newCard__text {
    display: none;
    font-size: 18px;
    font-weight: 500;
    word-break: keep-all;
}

@media (max-width: 768px) {
    .newCard__text {
        font-size: 16px;
    }
}

.newCard__text-t {
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newCard__date {
    font-family: 'sso';
    color: #999;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    margin: 16px 0 8px;
}

@media (max-width: 768px) {
    .newCard__date {
        font-size: 14px;
    }
}

.newCard__more{
    display: block;
    padding: 12px 0;
    border: 1px solid #dadada;
    text-align: center;
    font-size: 18px;
    color: #636363;
    margin-top: 28px;
    cursor: pointer;
}
/* //2024-03-05 규격화 */