.sc_motion {opacity:0; transform:translateY(50px); transition:translateY 0.5s, opacity 0.5s; }
.sc_motion.on {opacity:1; transform:translateY(0);}
main {margin-top: 140px;}

/* 불릿 */
p.dot {position: relative;padding-left: 7px;text-align: left;}
p.dot::before {position: absolute;left:0;top: 12px;display: block;content: "";width: 2px;height: 2px;background-color: #4f4f4f;}
.dot-list {text-align: left;}
.dot-list li {position: relative;padding-left: 7px;line-height: 1.5;}
.dot-list li::before {position: absolute;left:0;top: 12px;display: block;content: "";width: 2px;height: 2px;background-color: #4f4f4f;}
.num-list {counter-reset: chapter 0;}
.num-list li {line-height: 1.62;}
.num-list li::before {content: counter(chapter) ". ";counter-increment: chapter;}

/* 테이틀 */
table {table-layout: auto;}
table th,
table td {padding: 13px 35px;background-color: #fff;border: 1px solid #e6e6e6;color: #222222;border-top: 0;vertical-align: middle;text-align: center;}
table th:first-child,
table td:first-child {border-left: 0;}
table th:last-child,
table td:last-child {border-right: 0;}
table thead th {color: #222;;border: 1px solid #ededed;border-top-color: #777;border-bottom-color: #c4cdd6;background-color: #f5f7fa;font-size: 1.8rem;;font-weight: 500;}
table thead td {}
@media screen and (max-width:1280px){
    table {width: 100%;}
}
@media screen and (max-width:767px){
    table th, table td {padding-left: 10px;padding-right: 10px;}
    .scroll {overflow-x: auto; position: relative;}
    .scroll table tr:last-child td {border-color: #ededed;}
    .scroll-view { content: ""; width: 100%; position: absolute; top: 100px;left: 50%;transform: translateX(-50%);opacity: 1; visibility: visible; -webkit-transition: all 0.3s; transition: all 0.3s;box-sizing: border-box;background: url(../img/sub/ico_mobile.png)no-repeat;width: 70px;height: 70px;background-size: contain;}
    .scroll::-webkit-scrollbar { height: 6px; background-color: #fff }
	.scroll::-webkit-scrollbar-thumb { height: 6px; background-color: #888; border-radius: 2px }
    .scroll table {min-width: 640px;}
}

/* 이미지 확대 */
.viewer { display: none; position: fixed; width: 100%; height: 100%; top: 0; left: 0; background-color: #23252B; z-index: 10000; }
.viewer.active { display: block; }
.viewer-inner { display: flex;flex-wrap:wrap;align-items: center;justify-content: center;position: relative; ; height: 100%; margin: 0 auto;}
.viewer-inner .view {width: 100%;}
.viewer-inner .view {background-color: #fff;}
.viewer-inner img {width: 100%;max-width: initial;}
.ly_view {display: block;position: absolute;top: 95px;left: 50%;transform: translateX(-50%);padding: 15px 15px 15px 80px;width: 80%;background:url(../img/sub/img_zoom.svg) no-repeat 5% center rgba(0, 0, 0, 0.5);background-size: 45px 45px;margin-bottom: 30px;}
.ly_view.active{display: block;}
.ly_view_p {color: #fff;width: 100%;font-size: 1.8rem;line-height: 1.5;}
.ly_cls {position: absolute;top: 10px;right: 10px;width: 18px;height: 18px;color: transparent;background: url(../img/comm/icon_close_m.png) no-repeat center;}
.btn-viewer { display: none; padding: 10px 0; margin-bottom: 10px; border-radius: 10px; text-align: center; background-color: #dfeefe; color: #0050a3; font-size: 0.825rem; }
.viewer-close { position: fixed; display: block; width: 40px; height: 40px; top: 20px; right: 10px; font-size: 0; text-indent: -99999px; overflow: hidden; z-index: 1001; background: url(../img/comm/icon_close_m.png) no-repeat center; }

.view_bx {position: relative;margin-top: 30px;text-align: center;}
.img-plus {display: none;position: absolute;right: 10px;bottom: 10px;padding: 15px;color: transparent;background: url(../img/sub/ico_view.png) no-repeat center rgba(0, 0, 0, 0.6);width: 19px;height: 19px;}
.view_bx {display: block;}
.view_bx img {max-width: initial;width: 100%;}

@media screen and (max-width: 1280px){
    .view_bx img {max-width: 100%;}
}
@media screen and (max-width: 767px){
    .img-plus {display: block;}
}

/*서브 */
.inner{width: 1200px; margin: 0 auto;}
#content h2 {margin: 50px auto 100px;color: #222;font-size: 3.6rem;font-weight: 600;line-height: 1.1;text-align: center;}

/*서브 비주얼*/
.sub-visual {padding: 35px 0 ;width: 100%;height: 230px; position: relative;background: url(../img/sub/sub_visual.jpg) no-repeat center;text-align: center;}
.sub-visual .txt {color: #ffef42;font-size: 1.8rem;font-weight: 500;letter-spacing: 0;line-height: 1.2;}
.sub-visual .txt .tit {margin-bottom: 35px;display: block;font-family: 'GmarketSans';font-weight: bold;font-size: 4rem;line-height: 1;}
.sub-visual .txt .stxt {margin-top: 10px;display: block;font-size: 1.5rem;font-weight: 400;}

/*서브sub*/
.snb {}
.snb-list {display: flex;justify-content: center;align-items: center;width: 1200px;}
.snb-list li {position: relative;padding-bottom: 10px;text-align: center;}
.snb-list li ~ li {margin-left: 30px;}
.snb-list li.active .snb-link {color: #36b27a;}
.snb-list li.active::after {position: absolute;bottom: 0;left: 0;display: inline-block;content: "";width: 100%;height: 4px;background-color: #36b27a;}
.snb-link {color: #999;font-size: 2rem;font-weight: 600;line-height: 1.1;}

/* 서브공통 */
.green {margin: 35px 0 10px;color: #07a953;font-size: 2.6rem;font-weight: 600;line-height: 1.5;}
.txt {color: #444;font-size: 1.6rem;font-weight: 300;letter-spacing: 0;}
.con ~ .con {margin-top: 50px;padding-top: 50px;border-top: 1px dashed #bababa;}
.em-blue {color: #005bac;}
.blue_bx {position: relative;border: 2px solid #065fae;}
.blue_bx::before,
.blue_bx::after {position: absolute;display: inline-block;content: "";top: 50%;transform: translateY(-50%);width: 4px;background-color: #fff;}
.blue_bx::before {left: -2px;}
.blue_bx::after {right: -2px;}
@media screen and (max-width:1280px){
    main {margin-top: 70px;}
    .snb-list {width: 100%;}
}
@media screen and (max-width:1024px){

}
@media screen and (max-width:767px){
    #content h2 {margin: 50px auto;font-size: 3rem;}
    .sub-visual {height: 180px;padding: 20px 0 10px;}
    .sub-visual .txt .tit {margin-bottom: 15px;font-size: 2.5rem;}
    .con ~ .con {margin-top: 30px;padding-top: 30px;}
}
@media screen and (max-width: 480px){    
}


/* Introduction & History */
.ih_bx {}
.ih_bx ~ .ih_bx {margin-top: 130px;}
.ih_bx p.tit {position: relative;line-height: 1.2;}
.ih_bx p.tit::before {position: absolute;left: 0;top: 17px;z-index: -1;display: inline-block;content: "";width: 100%;height: 2px;background-color: #000;}
.ih_bx p.tit span{display: inline-block;background-color: #fff;padding-right: 30px;color: #222;font-size: 2.8rem;font-weight: bold;font-family: 'GmarketSans';letter-spacing: -0.02em;}
.ih_bx .ih_list {display: flex;}
.ih_bx .ih_list strong {width: 100%;color: #222;font-size: 2rem;font-weight: 600;line-height: 1.1;}
.ih_bx .ih_list ~ .ih_list {margin-top: 50px;padding-top: 50px;border-top: 1px dashed #bababa;}
.ih_bx .ih_list:first-of-type {margin-top: 70px;}
.ih_bx .ih_list .tit {min-width: 150px;font-family: 'GmarketSans';font-size: 2.4rem;line-height: 1.45;}
.ih_bx .ih_list .num {display: block;margin-bottom: 5px;color: #d0d0d0;font-size: 4rem;font-family: 'GmarketSans';font-style: normal;font-weight: bold;letter-spacing: 0;line-height: 1;}
.ih_bx .ih_list dd {margin-left: 60px;width: calc(100% - 210px);}
.ih_bx .intro-list {display: flex;align-items: stretch;justify-content: center;margin-top: 30px;height: 80px;;text-align: center;}
.ih_bx .intro-list .sub {display: block;margin-bottom: 10px;;color: #444;font-size: 1.6rem;font-weight: 400;}
.ih_bx .intro-list li {width: 33.333%;height: 100%;color: #2975b9;font-size: 1.8rem;font-weight: 600;line-height: 1.3;}
.ih_bx .intro-list li ~ li {margin-left: 40px;padding-left: 40px;border-left: 1px solid #cfcfcf;}
.ih_bx .intro-list li:first-of-type {padding-left: 100px;background: url(../img/sub/icon_ih_overview.png) no-repeat 10% center;}

.ih_bx .intro-list02 {display: flex;flex-wrap: wrap;align-items: center;margin-top: 30px;height: 360px;;text-align: left;}
.ih_bx .intro-list02 .txt {display: block;color: #2975b9;font-size: 2.6rem;font-weight: 600;}
.ih_bx .intro-list02 .medium {font-size: 1.8rem;}
.ih_bx .intro-list02 .small {display: block;color: #2975b9;font-size: 1.6rem;font-weight: 500;margin-top: auto;}
.ih_bx .intro-list02 li {display: flex;flex-direction:column;padding: 40px 20px 0;width: 33.333%;height: 180px;border-width: 0 1px 1px 0;border-color: #2975b9;border-style: solid;font-size: 1.8rem;font-weight: 600;line-height: 1.3;}
.ih_bx .intro-list02 li:nth-child(1) {padding: 0;}
.ih_bx .intro-list02 li:nth-child(2) {padding-top: 0;}
.ih_bx .intro-list02 li:nth-child(3) {padding-top: 0;border-right: none;}
.ih_bx .intro-list02 li:nth-child(4) {padding-left: 0;border-bottom: none;}
.ih_bx .intro-list02 li:nth-child(5) {border-bottom: none;}
.intro-list02 .icon_box {display: flex;justify-content: center;flex-direction: column;margin: 25px auto 0;padding-left: 100px;width: auto;height: 75px;background-image: url(../img/sub/icon_ih_key01.png);background-repeat: no-repeat;background-size: contain;}
.intro-list02 li:nth-child(2) .icon_box {background-image: url(../img/sub/icon_ih_key02.png);}
.intro-list02 li:nth-child(3) .icon_box {background-image: url(../img/sub/icon_ih_key03.png);}
.intro-list02 li:nth-child(4) .icon_box {background-image: url(../img/sub/icon_ih_key04.png);}
.intro-list02 li:nth-child(5) .icon_box {background-image: url(../img/sub/icon_ih_key05.png);}
.intro-list02 .icon_box .txt {flex: 0 0 auto;}

.his_w {position: relative;margin-top: 40px;padding-top: 40px;}
.his_w::before {display: block;content: "";width: 100%;height: 13px;background-color: #005bac;border-radius: 6.5px;}
.his_bx h4 {position: absolute;margin-top: 7px;padding-left: 15px;color: #005bac;font-size: 1.6rem;font-family: 'GmarketSans';}
.his_bx h4::before {position: absolute;z-index: 1;top: -22px;left: 0;display: inline-block;content: "";width: 15px;height: 15px;background-color: #005bac;border: 3px solid #fff;border-radius: 50%;box-sizing: border-box;}
.his_bx {display: flex;}
.his_bx > strong {position: absolute;top: 0;color: #005bac;font-size: 2.6rem;font-weight: 600;font-family: 'GmarketSans';}
.his_bx .tit-start {left: 0;}
.his_bx .tit-end {right: 0;}
.his_bx .list {height: 100%;padding-left: 2px;}
.his_bx .list li {position: relative;height: 100%;color: #444;font-size: 1.5rem;line-height: 1.5;letter-spacing: -0.05em;}
.his_bx .list li strong {position: relative;color: #000;font-weight: 600;letter-spacing: -0.05em;}
.his_bx .box {padding-left: 10px;}
.his_bx .box.long .list li {padding-top: 140px;}
.his_bx .box.long .list li:first-of-type:before {position: absolute;top: 0;left: 5px;display: inline-block;content: "";width: 2px;height: 135px;background-color: #005bac;}
.his_bx .box.long .list li:first-of-type:after {position: absolute;top: 125px;left: 0;display: inline-block;content: "";width: 7px;height: 7px;background-color: #fff;border: 2px solid #005bac;border-radius: 50%;}
.his_bx .box.short .list {height: auto;padding-left: 5px;}
.his_bx .box.short .list li {padding-top: 45px;}
.his_bx .box.short .list li ~ li {padding-top: 30px;}
.his_bx .box.short .list li:first-of-type:before {position: absolute;top: 0;left: 2px;display: inline-block;content: "";width: 2px;height: 30px;background-color: #005bac;}
.his_bx .box.short .list li:first-of-type:after {position: absolute;top: 30px;left: -2px;display: inline-block;content: "";width: 7px;height: 7px;background-color: #fff;border: 2px solid #005bac;border-radius: 50%;}

.his_w2 .box.long .list {height: 100%;}
.his_w2 .box.long .list li {height: 50%;}
.his_w2 .box.long .list li:first-of-type {height: auto;}
.his_w2 .box.long .list li ~ li {padding-top: 30px;}
.his_w2 .box.long .list li:first-of-type:before {height: 135px;}
.his_w2 .box.long .list li:first-of-type:after {top: 125px;}
@media screen and (max-width:1024px){
.ih_bx .intro-list {height: auto;}
}
@media screen and (max-width:767px){
    .ih_bx ~ .ih_bx {margin-top: 50px;}
    .ih_bx .ih_list:first-of-type {margin-top: 50px;}
    .ih_bx .ih_list {flex-wrap: wrap;}
    .ih_bx .ih_list .tit {width: 100%;}
    .ih_bx .ih_list dd {width: 100%;margin-left: 0;margin-top: 15px;}
    .ih_bx .intro-list {height: 150px;}
    .ih_bx .intro-list li {display: flex;flex-direction: column;justify-content: center;}
    .ih_bx .intro-list li:first-of-type {padding-left: 0;padding-top: 70px;background-position: top;}
    .ih_bx .intro-list li ~ li {padding-left: 20px;margin-left: 20px;}
    .ih_bx .intro-list02 {margin-top: 0;height: 450px;}
    .ih_bx .intro-list02 li {padding: 20px 10px 0;height: 230px;}
    .intro-list02 .icon_box {padding-left: 0;padding-top: 100px;height: 120px;background-position: center top;background-size: 76px;}
    .intro-list02 li:nth-child(2) .icon_box {background-size: 60px;}
    .his_w {margin-top: 50px;padding:15px 0 20px 0;height: auto;}
    .his_w::before {position: absolute;top: 0;left: 0;width: 13px;height: 100%;display: none;}
    .his_bx {flex-wrap: wrap;}
    .his_bx .tit-start {top: -30px;}
    .his_bx .tit-end {left: 0;right: auto;top: auto;bottom: -30px;}
    .his_bx .list {padding-left: 15px;}
    .his_bx h4 {margin-top: 0;}
    .his_bx h4::before {top: 0;}
    .his_bx .box {width: 100%;}
    .his_bx .box ~ .box {margin-top: 15px;}
    .his_bx .box.long .list li {padding-top: 20px;}
    .his_bx .box.long .list li:first-of-type:before{left: -8px;height: 170px;}
    .his_bx .box.long:last-of-type .list li:before {left: -10px;width: 5px;height: 70px;background-color: #fff;}
    .his_bx .box:last-of-type h4::before {top: 0px;}
    .his_bx .box.short .list {padding-left: 15px;}
    .his_bx .box.short .list li {padding-top: 20px;}
    .his_bx .box.short .list li ~ li {padding-top: 5px;}
    .his_bx .box.long .list li:first-of-type:after,
    .his_bx .box.short .list li:first-of-type:before,
    .his_bx .box.short .list li:first-of-type:after{display: none;}
    .his_bx .box.short:last-of-type .list li:before {display: block;left: -10px;width: 5px;height: 100px;background-color: #fff;}
    .his_w2 {margin-top: 75px;}
    .his_w2 .box.long .list li ~ li {padding-top: 5px;}
    .his_w2 .box.long .list li:first-of-type:before {height: 170px;}

}
@media screen and (max-width: 480px){    
    .ih_bx .intro-list {flex-wrap: wrap;height: auto;}
    .ih_bx .intro-list li {width: 100%;}
    .ih_bx .intro-list li ~ li {margin-left: 0;padding-left: 0;margin-top: 20px;padding-top: 20px;border-top: 1px solid #cfcfcf;border-left: none;}
    .ih_bx .intro-list02 {height: auto;}
    .ih_bx .intro-list02 li {width: 50%;height: 250px;}
    .ih_bx .intro-list02 strong {height: 50px;}
    .ih_bx .intro-list02 li:nth-child(2n) {border-right: none;}
    .ih_bx .intro-list02 li:nth-child(3) {padding-top: 20px;border-right:1px solid #2975b9;}
    .ih_bx .intro-list02 li:nth-child(4) {border-bottom: 1px solid #2975b9;padding-left: 10px;padding-right: 0;}
}

/* Current Status & Institute Chart */
.str_bx {display: flex;margin: 50px auto 0;padding: 0 30px;width: 930px;height: 470px;background: url(../img/sub/bg_csic_03.png) no-repeat center top;background-size: contain;}
.str_bx .str {padding: 75px 0;width: 33.333%;text-align: center;}
.str_bx .str dt {margin-bottom: 65px;;padding-top: 160px;min-height: 210px;background-image: url(../img/sub/icon_csic01.png);background-repeat: no-repeat;background-position: 50% 0;;color: #2975b9;font-size: 2.2rem;font-weight: 600;line-height: 1.13;}
.str_bx .str2 dt {background-image: url(../img/sub/icon_csic02.png);}
.str_bx .str3 dt {background-image: url(../img/sub/icon_csic03.png);}
.str_bx .str dd {padding-top: 30px;color: #444;}
@media screen and (max-width:1024px){
    .str_bx {width: 710px;height: 420px;}
    .str_bx .str {padding: 50px 0;}
    .str_bx .str dt {padding-top: 100px;margin-bottom: 10px;}
}
@media screen and (max-width:767px){
    .str_bx {padding: 0;background-image: none;width: 100%;height: auto;}
    .str_bx .str {padding: 0;}
    .str_bx .str dt {display: flex;align-items: center;justify-content: center;margin: 0 auto 10px;padding-top: 75px;width: 150px;min-height: 150px;border: 2px solid #0050a3;border-radius: 50%;background-size: 70px;background-position: center 15%;}
    .str_bx .str dd {padding-top: 10px;}
}
@media screen and (max-width: 480px){    
    .str_bx {flex-wrap: wrap}
    .str_bx .str {width: 100%;}
    .str_bx .str ~ .str {margin-top: 30px;}
}

/* MISSION */
.ms_bx {}
.ms_bx h3 {margin: 35px 0;color: #065fae;font-size: 2.8rem;font-weight: bold;text-align: center;}
.ms_bx h3 ~ h3 {margin-top: 50px;}
.slogan_bx {display: flex;align-items: center;justify-content: center;margin: 0 auto;width: 445px;height: 445px;border: 2px solid #2975b9;border-radius: 50%;text-align: center;}
.slogan {margin: 0 -5px;padding: 65px 0;background-color: #fff;color: #065fae;font-family: "GmarketSans";font-weight: bold;font-size: 2.6rem;}
.icon_list {display: flex;padding: 20px 100px;}
.icon_list li {width: 100%;;text-align: center;}
.icon_list.blue_bx {border-radius: 100px;}
.icon_list.blue_bx::before,
.icon_list.blue_bx::after {height: 28px;}
.icon_list .ic {display: inline-flex;align-items: center;justify-content: center;width: 110px;height: 110px;border: 2px solid #07a953;border-radius: 50%;vertical-align: middle;}
.icon_list .caption {margin-top: 5px;;color: #222;font-size: 2.4rem;font-weight: 500;}
.goal_bx {display: flex;}
.goal_bx .goal {padding: 15px 20px;width: 100%;border-left: 1px solid #2975b9;}
.goal_bx .goal:last-child {border-right: 1px solid #2975b9;}
.goal:nth-child(1).sc_motion {transition: .8s;}
.goal:nth-child(2).sc_motion {transition: 1.3s;}
.goal:nth-child(3).sc_motion {transition: 1.5s;}
.goal .txt {display: flex;flex-direction: column;align-items: center;justify-content: center;}
.goal .txt i {flex: none;padding: 100px 0;}
.goal .txt strong {color: #065fae;font-size: 3.2rem;line-height: 1.1;text-align: center;}

.tit.blue_bx {padding: 20px;border-radius: 45px;color: #065fae;font-size: 2.2rem;;text-align: center;line-height: 1.13;}
.tit.blue_bx::before,
.tit.blue_bx::after {height: 15px;}
@media screen and (max-width:1280px){

}
@media screen and (max-width:1024px){

}
@media screen and (max-width:767px){
    .icon_list {flex-wrap: wrap;justify-content: center;padding-left: 25px;padding-right: 25px;}
    .icon_list li {width: auto;margin-right: 15px;}
    .ms_bx .tit.blue_bx {display: flex;align-items: center;justify-content: center;min-height: 105px;}
    .goal .txt {justify-content: space-between;height: calc(100% - 100px);}
    .goal .txt i {padding: 40px 0;width: 80px;}
    .goal .txt i img {width: 100%;}
    .goal .txt strong {font-size: 2.2rem;}
}
@media screen and (max-width: 480px){    
    .slogan_bx {width: 250px;height: 250px;}
    .slogan {padding: 25px 0;font-size: 2.4rem;}
    .goal_bx {flex-wrap: wrap;}
    .goal_bx .goal,
    .goal_bx .goal:last-child {border: none}
    .ms_bx .tit.blue_bx {min-height: auto;}

}
/* VISION */
.mv_bx .slogan {margin: 0 -100px;}
.mv_bx h3 {margin: 35px 0;color: #065fae;font-size: 2.8rem;font-weight: bold;text-align: center;}
.mv_bx h3 ~ h3 {margin-top: 50px;}
.task_bx {display: flex;}
.task_bx .task {width: 100%;padding: 0 20px;border-left: 2px solid #2975b9;}
.task_bx .task:first-child {border-left: none;}
.task:nth-child(1).sc_motion {transition: .8s;}
.task:nth-child(2).sc_motion {transition: 1.3s;}
.task:nth-child(3).sc_motion {transition: 1.5s;}
.task strong {font-weight: 600;}
.task .txt_list {margin-top: 15px;text-align: center;}
.task .txt_list li {padding: 20px 0;border-top: 2px solid #065fae;color: #065fae;font-size: 1.8rem;font-weight: 500;line-height: 1.2;}
@media screen and (max-width:1280px){
    .mv_bx .tit.blue_bx {min-height: 120px;display: flex;align-items: center;justify-content: center;}
    .task .txt {height: calc(100% - 120px);}
    .task .txt_list {height: 100%;display: flex;align-items: stretch;flex-wrap: wrap;}
    .task .txt_list li {flex: 1 1 auto;display: flex;align-items: center;justify-content: center;}
}
@media screen and (max-width:1024px){
    .mv_bx .tit.blue_bx {min-height: 150px;border-radius: 80px;}
}
@media screen and (max-width:767px){
    .task_bx {flex-wrap: wrap;}
    .task_bx .task ~ .task {margin-top: 15px;border-left: none;}
    .mv_bx .tit.blue_bx {min-height: auto;}
}
@media screen and (max-width: 480px){    
    .mv_bx .slogan {font-size: 1.7rem;}
}
/* MAJOR ACTIVITIES */
h2 .txt {display: block;margin-top: 20px;width: 100%;line-height: 1.3;}
.mj_bx {display: flex;flex-wrap: wrap;margin-top: 30px;}
.mj-list {overflow: hidden;display: flex;justify-content: center;flex-wrap: wrap;padding: 30px 0;width: calc(25% - 20px);background-color: #f6f6f6;border-radius: 10px;}
.mj-list:nth-child(1).sc_motion {transition: .8s;}
.mj-list:nth-child(2).sc_motion {transition: 1.3s;}
.mj-list:nth-child(3).sc_motion {transition: 1.5s;}
.mj-list:nth-child(4).sc_motion {transition: 1.7s;}
.mj-list ~ .mj-list {margin-left: 25px;}
.mj-list dt {position: relative;width: 100%;min-height: 330px;flex: none;}
.mj-list i.num {position: absolute;top: -35px;left: -15px;z-index: 0;opacity: 0.15;color: #36b27a;font-size: 10rem;font-family: 'GmarketSans';font-style: normal;font-weight: bold;line-height: 1.1;}
.mj-list .tit {position: absolute;top: 0;padding-top: 320px;width: 100%;color: #005bac;background-image: url(../img/comm/img_major01.png);background-repeat: no-repeat;background-size: auto;background-position: center 10%;font-size: 2.2rem;font-weight: 600;line-height: 1.2;text-align: center;}
.mj-list.list01 .tit {}
.mj-list.list02 .tit {background-image: url(../img/comm/img_major02.png);}
.mj-list.list03 .tit {background-image: url(../img/comm/img_major03.png);background-position: 60% 10%;}
.mj-list.list04 .tit {background-image: url(../img/comm/img_major04.png);}
.mj-list dd {flex: none;padding: 40px 30px 40px 30px;width: 100%;height: calc(100% - 385px);;color: #444;font-size: 1.6rem;}
.mj-list .dot-list {text-align: left;}
.mj-list .dot-list li {position: relative;padding-left: 7px;line-height: 1.25;letter-spacing: -0.05em;}
.mj-list .dot-list li ~ li {margin-top: 7px;}
.mj-list .dot-list li::before {position: absolute;left:0;top: 12px;display: block;content: "";width: 2px;height: 2px;background-color: #4f4f4f;}
.mj-list .view-btn {margin-top: auto;display: inline-flex;align-items: center;justify-content: center;width: 200px;height: 40px;color: #000;border: 2px solid #07a953;border-radius: 35px;transition: all .2s;}
.mj-list .view-btn:hover {background-color: #07a953;color: #fff;}
@media screen and (max-width:1280px){
    .mj-list {height: auto;}
}
@media screen and (max-width:1024px){
    .mj-list .view-btn {width: 80%;}
}
@media screen and (max-width:767px){
    .mj-list {width: calc(50% - 15px);}
    .mj-list:nth-child(2n-1) {margin-left: 0;}
    .mj-list:nth-child(n+3):nth-child(-n+4) {margin-top: 25px;}
    .mj-list dt {min-height: 220px;}
    .mj-list dd {height: calc(100% - 270px);}
    .mj-list .tit {padding-top: 220px;background-size: 150px;}
    .mj-list.list01 .tit {background-size: 130px;}
}
@media screen and (max-width:468px){
    .mj-list {width: 100%;}
    .mj-list ~ .mj-list {margin-left: 0;}
    .mj-list:nth-child(n+2):nth-child(-n+4) {margin-top: 15px;}
    .mj-list dd {height: auto;}
    .mj-list .tit {padding-top: 220px;background-size: 140px;} 
    .mj-list.list01 .tit {background-size: 120px}
}

/*  MAJOR ACTIVITIES - Private Sector */
.ma_bx .con {display: flex;margin-top: 50px;}
.ma_bx .g-tit {display: inline-flex;align-items: center;justify-content: center;width: 165px;height: 165px;;border: 2px solid #07a953;border-radius: 50%;color: #07a953;font-weight: 600;font-size: 2.2rem;text-align: center;line-height: 1.1}
.ma_bx .desc_bx {padding-left: 50px;width: calc(100% - 165px);}
.ma_bx .desc {display: flex;}
.ma_bx .desc ~ .desc {margin-top: 35px;}
.ma_bx .desc .tit {min-width: 160px;color: #ed6d1d;font-size: 1.8rem;font-weight: 600;}
.ma_bx .desc dd {margin-left: 20px;line-height: 1.5;}
.ma_bx.mosp .desc_bx {display: flex;align-items: center;width: 100%;padding-left: 0;}
.ma_bx.mosp .desc {padding-left: 40px;}
.ma_bx.mosp .g-tit {min-width: 165px;}

@media screen and (max-width:1280px){
}
@media screen and (max-width:1024px){
}
@media screen and (max-width:767px){
    .ma_bx .con {flex-wrap: wrap;justify-content: center;}
    .ma_bx .desc_bx {width: 100%;padding-left: 0;padding-top: 30px;}
    .ma_bx .desc .tit {min-width: 90px;max-width: 90px;}
    .ma_bx .desc dd {margin-left: 5px;}
    .ma_bx.mosp .desc_bx {flex-wrap: wrap;justify-content: center;}
    .ma_bx.mosp .desc {padding-left: 0;padding-top: 35px;width: 100%;}
}
@media screen and (max-width:468px){

}

/* ONLINE COMMUNITY */
.oc_bx {}
.oc_bx .img_bx {overflow: hidden;width: 100%;max-width: 316px;height: auto;border: 2px solid #c0c0c0;border-radius: 5px;}
.oc_bx .img_bx img {width: 100%;}
.oc_bx .img_bx2 {max-width: 290px;}
.oc_bx .gray_bx {display: inline-block;margin-top: 20px;padding: 5px;width: 90px;height: 90px;overflow: hidden;border: 2px solid #c0c0c0;border-radius: 5px;}
.oc_bx .gray_bx img {width: 100%;}
.oc_bx .green {font-size: 2.2rem;text-align: center;line-height: 1.2;}
.oc_bx .green strong {font-size: 6rem;}
.oc_bx .txt {padding-top: 10px;text-align: center;}
.oc_bx .con {display: flex;}
.oc_bx .con:first-of-type {margin-top: 80px;}
.oc_bx .con .tit {display: flex;align-items: center;justify-content: center;min-width: 165px;height: 165px;border: 3px solid #ed6d1d;border-radius: 50%;color: #ed6d1d;font-size: 2.2rem;font-weight: 600;}
.oc_bx .site_bx {padding-left: 65px;width: 100%;}
.site_bx .site {display: flex;align-items: flex-start;justify-content: space-between;}
.site_bx .site ~ .site {margin-top: 40px;}
.site .name {color: #010101;font-size: 1.8rem;font-weight: 600;}
.site .site_link {display: block;margin-top: 10px;padding-left: 25px;color: #005bac;background: url(../img/sub/icon_link.png)no-repeat left center;font-weight: 400;}
.site .sns_list {display: flex;flex-wrap: wrap;width: 100%;}
.site .sns_list li {width: 100%;display: flex;}
.site .sns_list li ~ li {margin-top: 40px;}
.site .sns_list li:first-child .gray_bx {margin-top: 0;}
.site .sns_list .gray_bx {margin-top: 0;}
.site .sns_list .txt_bx {display: inline-flex;flex-wrap: wrap;margin-left: 20px;;width: calc(100% - 110px);height: 100%;}
.sns_list .name {flex: none;width: 100%;height: 40px;padding-left: 50px;background: url(../img/sub/icon_youtube.png) no-repeat left center;line-height: 2;}
.sns_list li:nth-child(2) .name {background-image: url(../img/sub/icon_blog.png);}
.sns_list li:nth-child(3) .name {background-image: url(../img/sub/icon_facebook.png);}
.sns_list li:nth-child(4) .name {background-image: url(../img/sub/icon_instagram.png);}
.sns_list .site_link {margin-top: auto;}

@media screen and (max-width:1280px){
}
@media screen and (max-width:1024px){
    .oc_bx .img_bx {max-width: 200px;margin-left: 10px;}
}
@media screen and (max-width:767px){
    .oc_bx .con {flex-wrap: wrap;justify-content: center;}
    .oc_bx .img_bx {margin-left: 0;margin:30px auto 0;max-width: 315px;text-align: center;}
    .oc_bx .gray_bx {min-width: 70px;width: 70px;height: 70px;}
    .oc_bx .site_bx {padding-left: 0;margin-top: 30px;}
    .oc_bx .site_bx .site {flex-wrap: wrap;}
    .oc_bx .site_bx .txt_bx {width: 100%;}
    .site .sns_list .txt_bx {width: auto;margin-left: 10px;}
    .oc_bx .green strong {display: block;margin-top: 10px;font-size: 3rem;}
}
@media screen and (max-width:468px){

}

/* NETWORK */
.nw_bx {}
.nw_bx .map_bx {position: relative;margin: 0 0 0 85px;width: 1126px;height: 1126px;background: url(../img/sub/img_network.png) no-repeat center top;background-size: contain;}
.map_bx .box {position: absolute;}
.map_bx .box .region {color: #07a953;font-size: 1.5rem;font-weight: 500;line-height: 1.13;}
.map_bx .box .region strong {font-size: 2.2rem;font-weight: 600;line-height: 1.3;}
.map_bx .box .address {margin-top: 10px;color: #444;line-height: 1.3;}
.map_bx .box .phone {margin-top: 10px;padding-left: 20px;background: url(../img/sub/icon_call.png) no-repeat left center;color: #000;font-weight: bold;}
.map_bx .map01 {top: -5px;left: 0;}
.map_bx .map02 {top: 170px;left: 0;}
.map_bx .map03 {top: 350px;left: 0;}
.map_bx .map04 {top: 525px;left: 0;}
.map_bx .map05 {top: 715px;left: 0;}
.map_bx .map06 {top: 895px;left: 0;}
.map_bx .map07 {top: 1030px;left:380px;}
.map_bx .map08 {top: 990px;left: 800px;}
.map_bx .map09 {top: 815px;left: 800px;}
.map_bx .map10 {top: 580px;left: 800px;}
.map_bx .map11 {top: 370px;left: 800px;}
.map_bx .map12 {top: 200px;left: 800px;}
.map_bx .map13 {top: -5px;left: 800px;}

@media screen and (max-width:1280px){
    .nw_bx .map_bx {margin-left: 0;}
}
@media screen and (max-width:1024px){
    .nw_bx .map_bx {margin-left: 60px;width: 680px;height: 850px;background-position: 80px top;font-size: 80%;}
    .map_bx .box {width: 25%;}
    .map_bx .box:nth-child(-n+6) {text-align: right;}
    .map_bx .box:nth-child(-n+6) .phone {background-position: 25% center;}
    .map_bx .box br {display: none;}
    .map_bx .box .region {font-size: 1.4rem;}
    .map_bx .box .region strong {font-size: 1.5rem;font-weight: bold;}
    .map_bx .box .address {margin-top: 5px;}
    .map_bx .box .phone {margin-top: 5px;}
    .map_bx .map01 {top: -30px;left: -10px;}
    .map_bx .map02 {top: 80px;left: 40px;}
    .map_bx .map03 {top: 210px;left: 10px;}
    .map_bx .map04 {top: 300px;left: 20px;}
    .map_bx .map05 {top: 410px;left: 40px;}
    .map_bx .map06 {top: 540px;left: 20px;}
    .map_bx .map07 {top: 630px;left: 250px;}
    .map_bx .map08 {top: 610px;left: 570px;}
    .map_bx .map09 {top: 480px;left: 570px;}
    .map_bx .map10 {top: 340px;left: 570px;}
    .map_bx .map11 {top: 200px;left: 570px;}
    .map_bx .map12 {top: 90px;left: 570px;}
    .map_bx .map13 {top: -30px;left: 570px;}
}
@media screen and (max-width:880px){
    .nw_bx .map_bx {margin-left: 0;}
}
@media screen and (max-width:767px){
    .nw_bx .map_bx {margin-left: 0;width: 100%;height: auto;min-height: 650px;background-image: url(../img/sub/img_network_m.jpg);background-size: contain;background-position: center top;font-size: 100%;}
    .map_bx .box {display: none;}
}
@media screen and (max-width:480px){
    .nw_bx .map_bx {min-height: 350px}
}

/* sitemap */
.stp_bx {display: flex;}
.stp_bx .site_list {margin-left: 35px;width: 100%}
.stp_bx .site_list:first-child {margin-left: 0;}
.stp_bx .site_list .blue_bx {min-height: 90px;display: flex;align-items: center;justify-content: center;text-align: center;}
.stp_bx .site_list dd {margin-top: 30px;}
.site_list .map_list {width: 100%;}
.site_list .map_list li {padding: 15px 5px;border-bottom: 1px solid #dcdcdc;}
.site_list .map_list li ~ li {}
.site_list .map_list a {color: #555;font-size: 1.8rem;}
@media screen and (max-width:767px){
    .stp_bx {flex-wrap: wrap;}
    .stp_bx .site_list {margin-top: 45px;margin-left: 15px;width: calc(50% - 15px);}
}
@media screen and (max-width:480px){
    .stp_bx .site_list .blue_bx {min-height: 110px;}
    .site_list strong {word-break: break-all;}
}