@charset "utf-8";

/* hover (PC) */
@media all and (min-width: 1280px) {
    .boardType1 tr:hover {background: rgba(204, 216, 239, 0.2);}
    .thumbType1 li .box:hover {background-size: auto 120% !important;}
    .thumbType1 li .box:hover:after{opacity: 1;}
    .tabType1 a:hover {color: #fff;background: #003CB1;border-color: #003CB1;}
}

#sub {
    padding: 90px 0 160px;
}

#sub .pageTop {
    padding-left: 120px;
    height: 800px;
    transition: all 0.2s;
}

#sub .pageTop.company {
    background: url('../images/pt-company-lef.jpg') no-repeat 0 50%, url('../images/pt-company-rig.jpg') no-repeat 100% 50%;
}

#sub .pageTop.business {
    background: url('../images/pt-business-lef.jpg') no-repeat 0 50%, url('../images/pt-business-rig.jpg') no-repeat 100% 50%;
}

#sub .pageTop.esg {
    background: url('../images/pt-esg-lef.jpg') no-repeat 0 50%, url('../images/pt-esg-rig.jpg') no-repeat 100% 50%;
}


#sub .pageTop.recruit {
    background: url('../images/pt-rec-lef.jpg') no-repeat 0 50%, url('../images/pt-rec-rig.jpg') no-repeat 100% 50%;
}
#sub .pageTop.contact {
    background: url('../images/pt-cont-lef.jpg') no-repeat 0 50%, url('../images/pt-cont-rig.jpg') no-repeat 100% 50%;
}

#sub .pageTop .textBox {    
    height: 800px;
    display: table-cell;    
    vertical-align: middle;
    background: #fff;
    transition: all 0.2s;
}

#sub .pageTop .textBox dl {
    display: inline-block;
    vertical-align: middle;
    padding: 0 30px;
}

#sub .pageTop .textBox dt {
    color: #1A1A1A;
    font-size: 120px;
    font-style: normal;
    font-weight: 350;
    line-height: 110%;
    margin-bottom: 40px;    
    text-transform: uppercase;
    transition: all 0.2s;
}

#sub .pageTop .textBox dt strong {
    font-weight: 800;
}

#sub .pageTop .textBox dd {
    max-width: 900px;
    color: #1A1A1A;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 27px */
    letter-spacing: -0.72px;
    transition: all 0.2s;
}

#sub .pageTop .textBox dd strong {
    display: block;
    margin-bottom: 22px;
    font-weight: 700;
}

#sub .sectionWrap .section {
    padding-top: 160px;
}

#sub .pgTopMobileText{padding: 30px 20px 0;}
#sub .pgTopMobileText strong{
    display: block;margin-bottom: 15px;
    color: var(--GL-Black, #1A1A1A);
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
    /* 24px */
    letter-spacing: -0.96px;
}
#sub .pgTopMobileText p{
    color: var(--GL-Black, #1A1A1A);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    letter-spacing: -0.56px;
}

.thumbType1 {
    display: flex;
    gap:24px;
}

.thumbType1 li {
    display: inline-flex;
    width: 33.33%;
}

.thumbType1 li .box {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 480px;
    background-size: auto 100% !important;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.thumbType1 li .box:after{display: block;content: '';width: 100%;height: 100%;background: rgba(0,0,0,0.4);position: absolute;top:0;left:0;opacity: 0;transition: all 0.3s;}
.thumbType1 li .box .textBox{position: relative;z-index:2;}

.thumbType1 li .box .textBox dt {
    color: #FFF;
    text-align: center;
    font-size: 32px;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 32px */
    text-transform: uppercase;
}

.thumbType1 li .box .textBox dd {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    /* 18px */
    letter-spacing: -0.72px;
}

.thumbType1.com1 li.li01 .box {
    background: url(../images/thumb-com1-img1.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.thumbType1.com1 li.li02 .box {
    background: url(../images/thumb-com1-img2.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.thumbType1.com1 li.li03 .box {
    background: url(../images/thumb-com1-img3.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.thumbType1.recruit li.li01 .box {
    background: url(../images/thumb-recruit-img1.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.thumbType1.recruit li.li02 .box {
    background: url(../images/thumb-recruit-img2.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.thumbType1.recruit li.li03 .box {
    background: url(../images/thumb-recruit-img3.jpg) no-repeat 50% 50%;
    background-size: cover;
}


.numList {
    display: flex;
    flex-wrap: wrap;
    font-size: 0;
    margin: -24px;
}

.numList li {
    width: 50%;
    padding: 24px;
    box-sizing: border-box;
}

.numList li .box {    
    display: inline-flex;
    align-items: center;
}

.numList li .num {
    display: block;
    min-width:200px;
    color: #003CB1;
    font-size: 120px;
    font-style: normal;
    font-weight: 350;
    line-height: 100%;
    /* 120px */
    text-transform: uppercase;
    opacity: 0.2;
}

.numList li dt {
    color: #1A1A1A;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    /* 20px */
    letter-spacing: -0.8px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.numList li dd {
    color: #1A1A1A;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 27px */
    letter-spacing: -0.72px;
    text-transform: uppercase;
}

.numList li dd .nlgbwrap{font-size: 0;margin: -4px;}
.numList li dd .nlgb{
    display: inline-block;
    margin: 4px;
    padding: 7px 8px;
    background: #F8F8F8;
    color: var(--GL-Black, #1A1A1A);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 18px */
    letter-spacing: -0.72px;
    text-transform: uppercase;
}

.greetingBox .imgBox img{width: 100%;}
.greetingBox .textBox {
    display: flex;
    padding-top: 40px;
    gap:24px;
}

.greetingBox .textBox .box {
    display: inline-flex;
    width: 50%;letter-spacing: -0.72px;
    font-size: 18px;line-height: 150%;
}

.ciBox {
    font-size: 0;
}

.ciBox>* {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

.ciBox .logoBox {
    text-align: center;
    width: 50%;
}

.ciBox .textBox .box {
    display: flex;
    align-items: center;
    margin-top: 32px;
}

.ciBox .textBox .box:first-child {
    margin-top: 0;
}

.ciBox .logoBox .box2 {
    margin-top: 64px;
}

.ciBox .textBox .topText {
    color: #1A1A1A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    letter-spacing: -0.64px;
    text-transform: uppercase;
}

.ciBox .textBox .midColor {
    margin: 40px 0;
}

.ciBox .textBox .midColor .color {
    display: flex;
    align-items: center;
    width: 382px;
    height: 96px;
    flex-shrink: 0;
    color: #fff;
    font-size: 20px;
    padding-left: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 20px */
    text-transform: uppercase;
}

.ciBox .textBox .midColor .color.blue {
    background: #144EC8;
}

.ciBox .textBox .midColor .color.orange {
    background: #E68900;
}

.ciBox .textBox .midColor .text {
    padding-left: 24px;
}

.ciBox .textBox .midColor table th {
    width: 75px;
}

.ciBox .textBox .midColor table th,
.ciBox .textBox .midColor table td {
    color: var(--GL-Black, #1A1A1A);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 24px */
    padding: 5px 0;
    text-transform: uppercase;
}

.ciBox .textBox .btmFile {
    display: flex;
    height: 62px;
    border: 1px solid #C7C7C7;
    background: #FFF;
    align-items: center;
    justify-content: center;
}

.ciBox .textBox .btmFile span {
    color: #1a1a1a;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 20px */
    letter-spacing: -0.8px;
    text-transform: uppercase;
}

.ciBox .textBox .btmFile svg {
    display: inline-block;
    vertical-align: middle;
}
.ciBox .textBox .btmFile .tamo{display: none;}


.historyWrap .hisBox {
    position: relative;
    overflow: hidden;
    padding: 40px 0;
}

.historyWrap .hisBox:after {
    display: block;
    content: '';
    width: 1px;
    height: 100%;
    background: #C7C7C7;
    position: absolute;
    top: 0;
    left: 50%;
}

.historyWrap .hisBox>* {
    width: 50%;
}

.historyWrap .lef {
    float: left;
    text-align: right;
    padding-right: 145px;
}

.historyWrap .lef dl {
    margin-top: 64px;
}

.historyWrap .lef dl:first-child {
    margin-top: 0;
}

.historyWrap .lef dt {
    color: var(--GL-Blue, #003CB1);
    margin-bottom: 24px;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    /* 32px */
    text-transform: uppercase;
}

.historyWrap .lef dd {
    color: var(--GL-Black, #1A1A1A);
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 27px */
    letter-spacing: -0.72px;
    text-transform: uppercase;
}

.historyWrap .rig {
    float: right;
    padding-left: 145px;
}

.historyWrap .rig .box{margin-top: 80px;}
.historyWrap .rig .box:first-child{margin-top: 0;}

.historyWrap .rig .text {
    margin-bottom: 64px;
}

.historyWrap .rig .text dt {
    color: var(--GL-Blue, #003CB1);
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    /* 48px */
    text-transform: uppercase;
    margin-bottom: 32px;
}

.historyWrap .rig .text dd {
    color: var(--GL-Black, #1A1A1A);
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 32px */
    text-transform: uppercase;
}




.businessWrap {
    position: relative;
}

.businessWrap .inner {
    padding-left: 540px;
    box-sizing: border-box;
}

.businessWrap .section {
    padding: 120px 0;
}
.businessWrap .section5{padding-bottom: 0 !important;}

.businessWrap .section:nth-child(even) {
    background: #F2F6FF;
}

.businessWrap .sideNavi {
    position: absolute;
    top: 200px;
}

.businessWrap .sideNavi li {
    position: relative;
    margin-top: 30px;
    padding-bottom: 15px;
}

.businessWrap .sideNavi li span {
    color: var(--GL-Black, #1A1A1A);
    font-size: 40px;
    font-style: normal;
    font-weight: 350;
    line-height: 100%;
    /* 40px */
    letter-spacing: -2.4px;
    padding-left: 160px;
    cursor: pointer;
}

.businessWrap .sideNavi li:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    width: 0;
    height: 2px;
    background: #1a1a1a;
    transition: all 0.3s;
}

.businessWrap .sideNavi li:first-child {
    margin-top: 0;
}

.businessWrap .sideNavi li.active span {
    color: var(--GL-Black, #1A1A1A);
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 56px */
    letter-spacing: -3.36px;
}

.businessWrap .sideNavi li.active:after {
    width: 100%;
}

@media all and (min-width:1600px){
    .businessWrap .sideNavi li.li02.active:after{width: 93%;}
}

.businessCont .imgBox {
    margin-bottom: 40px;
}

.businessCont .textBox .topText {
    color: var(--GL-Black, #1A1A1A);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 30px */
    letter-spacing: -0.8px;
    margin-bottom: 40px;
}

.businessCont .textBox .tblText {
    border-top: 2px solid #6C6C6C;
}

.businessCont .textBox .tblText .box {
    overflow: hidden;
    padding: 30px;
    border-bottom: 1px solid #ddd;
}

.businessCont .textBox .tblText .txt {
    font-size: 18px;
}

.businessCont .textBox .tblText .lef {
    float: left;
}

.businessCont .textBox .tblText .rig {
    float: right;
}

.textType1 {
    font-size: 0;
    margin: -24px;
    display: flex;
    flex-wrap: wrap;
}

.textType1 li {
    width: 50%;
    padding: 24px;
    box-sizing: border-box;
}

.textType1 li .box {
    display: inline-flex;
    align-items: center;
}

.textType1 li .title {
    display: block;
    width: 200px;
    height: 120px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #E3EDFF;
    flex-shrink: 0;
    color: var(--GL-Blue, #003CB1);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    /* 20px */
    text-transform: uppercase;
}

.textType1 li .text {
    margin-left: 40px;
}

.textType1 li dt {
    color: #1A1A1A;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    /* 20px */
    letter-spacing: -0.8px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.textType1 li dd {
    color: #1A1A1A;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 27px */
    letter-spacing: -0.72px;
    text-transform: uppercase;
}

.imgText1 {
    display: flex;
    width: 100%;
    height: 640px;
    justify-content: center;
    align-items: center;
}

.imgText1 span {
    color: var(--GL-White, #FFF);
    text-align: center;
    font-family: "NanumSquare Neo OTF";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 52px */
    text-transform: uppercase;
}

.imgText1.qa {
    background: url(../images/img-text1-qa.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.esg .midText {
    text-align: center;
    color: var(--GL-Black, #1A1A1A);
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -1.6px;
    text-transform: uppercase;
}

.esg .midText strong {
    font-weight: 800;
}

.esg .section2 .midText {
    margin: 120px 0;
}

.esg .section3 .midText {
    margin-top: 80px;
}

.sectionWrap .section.bgc {
    background: #F2F6FF;
    margin-top: 160px;
    padding-bottom: 160px;
}

.iconList1 {
    display: flex;
    flex-wrap: wrap;
    margin: -12px;
}

.iconList1 li {
    width: 33.33%;
    padding: 12px;
}

.iconList1.four li {
    width: 25%;
}

.iconList1 li .box {
    position: relative;
    height: 336px;
    background: #003CB1;
}
.iconList1.six li .box{height: 240px;}

.iconList1 li .box.orange {
    background: #E66100;
}

.iconList1 li .box svg {
    position: absolute;
    top: 40px;
    left: 40px;
}

.iconList1 li .box .text1 {
    position: absolute;
    bottom: 40px;
    right: 40px;
    text-align: right;
}

.iconList1 li .box .text1 dt {
    margin-bottom: 24px;
    color: var(--GL-White, #FFF);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 20px */
    text-transform: uppercase;
}

.iconList1 li .box .text1 dd {
    color: var(--GL-White, #FFF);
    text-align: right;
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 56px */
    letter-spacing: -2.24px;
    text-transform: uppercase;
}

.iconList1 li .box .text1 dd strong {
    color: var(--GL-White, #FFF);
    text-align: right;
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 80px */
    letter-spacing: -3.2px;
    text-transform: uppercase;
}

.iconList1 li .box .text1 dd span {
    color: var(--GL-White, #FFF);
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -2.56px;
    text-transform: uppercase;
}


.iconList1 li .box .text3{
    position: absolute;
    bottom:40px;right:40px;
    color: var(--GL-White, #FFF);
    text-align: right;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 48px */
    letter-spacing: -1.6px;
    text-transform: uppercase;
}


.zigzagList li {
    margin-top: 120px;
}

.zigzagList li:first-child {
    margin-top: 0;
}

.zigzagList li .box {
    position: relative;
    font-size: 0;
}

.zigzagList li.odd .box {
    padding-right: 50%;
}
.zigzagList li .imgBox .img{width: 948px;}
@media all and (min-width: 1300px){
    .zigzagList li .imgBox .img{height: 560px;}
}
.zigzagList li.odd .imgBox .img,
.zigzagList li.odd .imgBox img,
.zigzagList li.odd .mapBox {
    margin-left: -152px;
}

.zigzagList li .mapBox{
    width: 948px;
}


.zigzagList li.even .box {
    padding-left: 50%;
}


.zigzagList li .box .textBox {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
}

.zigzagList li.odd .box .textBox {
    padding-left: 65px;
}

.zigzagList li.even .box .textBox {
    padding-right: 65px;
}

.zigzagList li .box .textBox .vam {
    display: inline-block;
    vertical-align: middle;
}

.zigzagList li .box .textBox dt {
    color: var(--GL-Black, #1A1A1A);
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
    /* 48px */
    letter-spacing: -1.28px;
}

.zigzagList li .box .textBox dt strong {
    color: #003CB1;
    font-weight: inherit;
}

.zigzagList li .box .textBox dd {
    color: var(--GL-Black, #1A1A1A);
    margin-top: 24px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 27px */
    letter-spacing: -0.72px;
    text-transform: uppercase;
}

.zigzagList li.odd .box .textBox {
    right: 0;
}

.zigzagList li.even .box .textBox {
    left: 0;
}

.zigzagList .number strong {
    display: block;
    color: var(--GL-Black, #1A1A1A);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 18px */
    letter-spacing: -0.72px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.zigzagList .numbox {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 7px;
}

.zigzagList .numbox:first-child {
    margin-top: 0;
}

.zigzagList .numbox .num {
    display: flex;
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
    background: #003CB1;
    color: #FFF;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 13px */
    letter-spacing: -0.52px;
    text-transform: uppercase;
}



.depth2Title {
    margin-bottom: 80px;
}

.depth2Title h3 {
    color: #000;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 56px */
    letter-spacing: -2.24px;
}

.stepBox {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.stepBox .box {
    display: flex;
    flex-wrap: wrap;
    width: 180px;
    height: 180px;
    align-items: center;
    justify-content: flex-end;
    margin-left: 24px;
}

.stepBox .box:first-child {
    margin-left: 0;
}

.stepBox .box span {
    width: 100%;
    color: var(--GL-White, #FFF);
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 32px */
    letter-spacing: -1.28px;
    text-transform: uppercase;
}

.stepBox .box dl {
    width: 100%;
    text-align: center;
}

.stepBox .box .txt2 {
    display: block;
    margin-top: 15px;
    color: var(--GL-White, #FFF);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 18px */
    letter-spacing: -0.72px;
    text-transform: uppercase;
}

.stepBox .box1 {
    background: rgba(0, 60, 177, 0.4);
}

.stepBox .box2 {
    background: rgba(0, 60, 177, 0.5);
}

.stepBox .box3 {
    background: rgba(0, 60, 177, 0.6);
}

.stepBox .box4 {
    background: rgba(0, 60, 177, 0.7);
}

.stepBox .box5 {
    background: rgba(0, 60, 177, 0.8);
}

.stepBox .box6 {
    background: rgba(0, 60, 177, 0.9);
}

.stepBox .box7 {
    background: rgba(0, 60, 177, 1);
}

.stepBox2 .box3 {
    width: 640px;
}

.stext {
    color: var(--GL-Black, #1A1A1A);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 27px */
    letter-spacing: -0.72px;
    text-transform: uppercase;
}

.recruit1 .stext {
    margin-top: 48px;
}

.recruit1 .section5 {
    margin-bottom: -160px;
}



.pagingType1 {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    gap: 10px;
}

.pagingType1 a {
    display: inline-flex;
    width: 40px;
    height: 40px;
    padding: 8px 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    flex-shrink: 0;
    color: #9D9D9D;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 16px */
}

.pagingType1 a.active {
    color: #1a1a1a;
    border: 1px solid #6C6C6C;
}

.boardTop1 {
    position: relative;
    margin-bottom: 25px;
}

.boardTop1 .rig {
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-flex;
    gap: 48px;
}

.boardTop1 .rig a {
    color: #003CB1;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 20px */
    letter-spacing: -0.8px;
}

.tabType1 {
    font-size: 0;
    display: inline-flex;
    gap: 12px;
}

.tabType1 a {
    display: flex;
    height: 52px;
    padding: 0 40px;
    border: 1px solid #ddd;
    color: #3C3C3C;
    transition: all 0.2s;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 20px */
    letter-spacing: -0.8px;
}


.tabType1 a.active {
    color: #fff;
    background: #003CB1;
    border-color: #003CB1;
}
.boardType1 {
    table-layout: fixed;
    width: 100%;
    border-top: 2px solid #6C6C6C;
}
.boardType1.btm{border-top:1px solid #c7c7c7;}

.boardType1 tr {
    border-bottom: 1px solid #C7C7C7;
    transition: all 0.3s;
}

.boardType1 tr td {
    color: #1A1A1A;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 20px */
    letter-spacing: -0.8px;
    text-align: center;
    padding: 40px 0;

}

.boardType1 tr td.num {
    width: 100px;
}
.boardType1 tr td.num.long{width: 130px;}
.boardType1 tr td.num .noti{
    color: var(--GL-Blue, #003CB1);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 20px */
    letter-spacing: -0.8px;
}

.boardType1 tr td.state {
    width: 100px;
}

.boardType1 tr td.date {
    width: 350px;
}
.boardType1 tr td.date.min{
    width: 220px;
}

.boardType1 tr td.subj {
    position: relative;
    text-align: left;
    padding-left: 40px;
}
.boardType1 tr td.subj.plm{padding-left: 20px;}

.boardType1 tr td.subj .new {
    display: inline-block;
    vertical-align: middle;
    background: #E66100;
    padding: 4px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-left: 7px;
    /* 16px */
}

.boardType1 tr td.subj .link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.boardType1 tr td.subj .txt {
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 60px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: inherit;
    font-size: inherit;
    font-weight: 700;
}

#wrap .badge {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    width: 62px;
    height: 32px;
    flex-shrink: 0;
    border: 1px solid #144EC8;
    color: #003CB1;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 16px */
}

#wrap .badge.end {
    color: #3C3C3C;
    border-color: #9D9D9D;
}



#viewType1 .viewTop {
    border-top: 2px solid #6C6C6C;
}

#viewType1 .viewTop .titleBox {
    position: relative;
    border-bottom: 1px solid #c7c7c7;
}

#viewType1 .titleBox h4 {
    padding: 40px;
    color: var(--GL-Black, #1A1A1A);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 40px */
    letter-spacing: -1.6px;
}

#viewType1 .titleBox .rig {
    position: absolute;
    top: 0;
    right: 40px;
    height: 100%;
    display: inline-flex;
    align-items: center;
    gap: 30px;
}

#viewType1 .descBox {
    padding: 60px 40px;
}

#viewType1 .editorText {
    white-space: pre-wrap;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 25.2px */
    letter-spacing: -0.72px;
}

#viewType1 .fileBox {
    padding: 24px 40px;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    display: flex;
}

#viewType1 .fileBox .title {
    color: #1A1A1A;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    margin-right: 40px;
    line-height: 140%;
    /* 25.2px */
    letter-spacing: -0.72px;
}

#viewType1 .fileBox .fileList,
.boardTop1 .downBtn {
    display: inline-flex;
    gap: 24px;
}

#viewType1 .fileBox .fileList a,
.boardTop1 .downBtn a{
    color: var(--GL-Blue, #003CB1);
    font-size: 18px;
    font-style: normal;
    line-height: 140%;
    border-bottom:1px solid #003CB1;
    /* 25.2px */
    letter-spacing: -0.72px;
    
}



.btnType1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.btnType1 .btn {
    width: 400px;
    height: 64px;
    flex-shrink: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--GL-Blue, #003CB1);
    background: var(--GL-White, #FFF);
    color: var(--GL-Blue, #003CB1);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 20px */
    letter-spacing: -0.8px;
}

#viewType1 .viewBtm {
    margin-top: 120px;
}

.tableText{
    text-align: right;
    color: #3C3C3C;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin: -20px 0 20px;
    letter-spacing: -0.72px;
}
.tableText .req{color: #EB3737;}
.writeTable {
    width: 100%;
    border-top: 2px solid #6C6C6C;
    table-layout: fixed;
}

.writeTable tr {
    border-bottom: 1px solid #C7C7C7
}

.writeTable th {
    text-align: left;
    width: 80px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 18px */
    letter-spacing: -0.72px;
}

#writeType1 .req {
    display: inline-block;
    color: #EB3737;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.72px;
}

.writeTable th,
.writeTable td {
    padding: 40px;
}

.writeTable th.vat {
    padding-top: 60px;
    vertical-align: top;
}

.writeTable td {
    padding-left: 0;
}

.writeTable td input[type='text'] {
    width: 100%;
    height: 56px;
    border: 1px solid #6c6c6c;
    text-indent: 22px;
    color: #1A1A1A;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 18px */
    letter-spacing: -0.72px;
}

.writeTable td textarea {
    width: 100%;
    height: 320px;
    box-sizing: border-box;
    padding: 24px;
    border: 1px solid #6c6c6c;
    color: #1A1A1A;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 18px */
    letter-spacing: -0.72px;
}

.writeTable td textarea:focus,
.writeTable td input[type='text']:focus {
    border-width: 2px;
    border-color: #003CB1;
}


.fileCustom {
    overflow: hidden;
    position: relative;
    padding-right: 230px;
}

.fileCustom:first-child {
    margin-top: 0;
}

.fileCustom:after {
    display: block;
    content: '';
    clear: both;
}

.fileCustom .uploadHidden {
    display: none;
}

.fileCustom .fileBtn {
    position: absolute;
    top: 0;
    right: 0;
    width: 207px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    color: var(--GL-Blue, #003CB1);
    background: #fff;
    font-size: 20px;
    font-style: normal;
    border: 1px solid #003CB1;
    font-weight: 400;
    line-height: 100%;
    /* 20px */
    letter-spacing: -0.8px;
}

.writePolicy .desc {
    padding: 40px;
    border-bottom: 1px solid #C7C7C7;
}

.writePolicy .desc dt {
    color: #000;
    margin-bottom: 22px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 18px */
    letter-spacing: -0.72px;
}

.writePolicy .desc dd {
    color: #3C3C3C;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 27px */
    letter-spacing: -0.72px;
}

.writePolicy .desc .agreepw {
    color: #999;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    color: #3C3C3C;
}
.writePolicy .desc .agreepw strong{font-weight: 700;}

.chkType1 {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.chkType1 input[type='checkbox'] {
    position: relative;
    width: 24px;
    min-height: 24px;
    margin: 0;
    font-weight: 300;
    border: 2px solid #003CB1;
    appearance: none;
}

.chkType1 input[type='checkbox']:checked:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/icon-checkbox-type1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); 
    content: "";
}
 
.chkType1 label {
    margin-left: 10px;
    color: var(--GL-Black, #1A1A1A);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 18px */
}

#wrap .root_daum_roughmap{width: 100%;}
#wrap .root_daum_roughmap .wrap_map{height: 560px;}

.parallax-container img{visibility: hidden;}

#wrap .cen img{margin: 0 auto;}