/* 공통 */
.subContent {letter-spacing: -0.05rem;}

.root_daum_roughmap {width: 100% !important; height: 100% !important;}
.root_daum_roughmap .wrap_controllers,
.root_daum_roughmap .map_border {display: none;}

/* 인사말 */
.grtWrap {display: flex; flex-direction: row-reverse; justify-content: space-between; border-radius: 0 0 2rem 2rem; border-top: 0.2rem solid #38a2ff; background: #fff; box-shadow: 0 0 0.75rem rgba(8,94,169,0.1); padding-bottom: 5rem; position: relative; word-break: keep-all;}
.grtWrap .imgBox {width: 30%; padding: 3.75rem 6% 0 0;}
.grtWrap .imgBox .img {max-height: 15rem; border-radius: 0.5rem; font-size: 0; line-height: 0; position: relative; z-index: 0;}
.grtWrap .imgBox .img::before {content: ""; display: block; width: 3.6rem; height: 3.6rem; background: url(/images/web/common/TC/grt_img_bg.png) center/contain no-repeat; position: absolute; right: 0.05rem; top: -2.1rem; z-index: -1;}
.grtWrap .imgBox .img img {width: 100%; height: 100%; border-radius: 0.5rem; object-fit: cover;}
.grtWrap .imgBox .txt {display: flex; flex-wrap: wrap; justify-content: center; align-items: center; border-radius: 0 2.75rem 2.75rem 0.5rem; background: #085ea9; padding: 0.5rem 1rem; color: #fff; transform: translateY(-50%); position: relative; z-index: 1;}
.grtWrap .imgBox .txt em {display: block; font-size: 0.9rem; font-weight: 600; font-style: italic; padding: 0.2rem;}
.grtWrap .txtBox {flex: 1; padding: 1.75rem 5% 0;}
.grtWrap .txtBox .tp h4 {display: inline-block; padding: 0 0.2rem; font-family: 'GmarketSans'; font-size: 1rem; color: #cee8ff; font-weight: 700; position: relative; z-index: 0;}
.grtWrap .txtBox .tp h4::before {content: ""; display: block; width: 100%; height: 0.4rem; background: #f1fcff; position: absolute; left: 0; bottom: 0.15rem; z-index: -1;}
.grtWrap .txtBox .tp h4::after {content: ""; display: block; width: 0.25rem; height: 0.25rem; border-radius: 50%; background: #085ea9; position: absolute; right: 0; top: 0;}
.grtWrap .txtBox .tp h3 {font-size: 1.4rem; color: #222; font-weight: 600; margin-top: 0.25rem; position: relative; z-index: 1;}
.grtWrap .txtBox .tp p {display: inline-block; font-size: 1rem; color: #222; font-weight: 500; margin-top: 0.25rem; position: relative; z-index: 0;}
.grtWrap .txtBox .tp p::before {content: ""; display: block; width: 2.25rem; height: 2.65rem; background: url(/images/web/common/TC/grt_txt_bg.png) center/contain no-repeat; position: absolute; right: -1rem; bottom: 0.25rem; z-index: -1;}
.grtWrap .txtBox .tp p em {color: #085ea9;}
.grtWrap .txtBox .bt {margin-top: 1.25rem;}
.grtWrap .txtBox .bt::before {content: ""; display: block; width: 100%; height: 3px; background: url(/images/web/common/TC/grt_txt_pttn.jpg); margin-bottom: 1.25rem;}
.grtWrap .txtBox .bt p {font-size: 0.9rem;}
.grtWrap .txtBox .bt p + p {margin-top: 1.25rem;}
.grtWrap .txtBox .sign {color: #000; position: absolute; right: 2.5rem; bottom: 2rem;}
.grtWrap .txtBox .sign em {display: inline-block; font-size: 1rem; font-weight: 600; font-style: italic;}

/* 연혁 */
.hstLst h3 {font-size: 1.2rem; color: #111; font-weight: 600; margin-bottom: 2.5rem;}
.hstLst dl + h3 {margin-top: 3.5rem;}
.hstLst dl {display: flex; position: relative;}
.hstLst dl::before {content: ""; display: block; width: 1px; height: 100%; background: #ddd; position: absolute; left: 5.75rem; top: 0;}
.hstLst h3 + dl::after {content: "HISTORY"; display: block; font-size: 3.5rem; color: #f4faff; font-weight: 800; text-align: right; position: absolute; right: 0; top: 1rem; z-index: -1; transform: translateY(-100%);}
.hstLst dl + dl {padding-top: 2rem;}
.hstLst dl dt {flex-shrink: 0; width: 5.75rem; padding-right: 0.35rem; font-size: 1.4rem; color: #045295; font-weight: 800; line-height: 1.2; margin-right: 2.7rem; position: relative;}
.hstLst dl dt::before {content: ""; display: block; width: calc(0.7rem + 1px); height: calc(0.7rem + 1px); border-radius: 50%; background: rgba(8,94,169,0.22); position: absolute; right: calc(-0.35rem - 1px); top: 0.45rem; z-index: 1;}
.hstLst dl dt::after {content: ""; display: block; width: calc(0.3rem + 1px); height: calc(0.3rem + 1px); border-radius: 50%; background: #085ea9; position: absolute; right: calc(-0.15rem - 1px); top: 0.65rem; z-index: 2;}
.hstLst dl dd {flex: 1;}
.hstLst dl dd ul {border-radius: 2rem; border-top-left-radius: 0 !important; background: #f4faff; padding: 1.5rem; font-size: 0.85rem; line-height: 1.6;}
.hstLst dl dd ul li {display: flex;}
.hstLst dl dd ul li + li {margin-top: 0.5rem;}
.hstLst dl dd ul li .tit {flex-shrink: 0; width: 5.5rem; padding-right: 1rem; color: #111; font-weight: 600;}
.hstLst dl dd ul li .dsc {flex: 1;}

/* 오시는길 */
.cntct .mapInfo {border-radius: 0 0 1.5rem 1.5rem; border: 1px solid #ddd;}
.cntct .mapInfo .map {height: 20.5rem;}
.cntct .mapInfo .info {border-top: 1px solid #ddd; padding: 1.25rem 1.5rem;}
.cntct .mapInfo .info ul li {display: flex; align-items: flex-start;}
.cntct .mapInfo .info ul li + li {margin-top: 0.5rem;}
.cntct .mapInfo .info ul li .tit {display: block; color: #015196; font-weight: 600; padding-right: calc(1.4rem + 3px); position: relative; white-space: nowrap;}
.cntct .mapInfo .info ul li .tit::after {content: ""; display: block; height: 0.7rem; border-left: 3px dotted #ddd; position: absolute; right: 0.7rem; top: calc(50% - 0.35rem);}
.cntct .mapInfo .info ul li .tit i {font-size: 0.9rem; position: relative; top: 0.05rem;}
.cntct .mapInfo .info ul li .dsc strong {font-weight: 600;}
.cntct .pubInfo {margin-top: 2rem;}
.cntct .pubInfo .row {display: flex;}
.cntct .pubInfo .row + .row {border-top: 1px dotted #ccc; padding-top: 1rem; margin-top: 1rem;}
.cntct .pubInfo .row .imgBox {flex-shrink: 0; width: 5.5rem; height: 5.5rem; border-radius: 1rem; background-color: #f5faff; background-size: 100% 100%; background-position: center; background-repeat: no-repeat; margin-right: 1.4rem;}
.cntct .pubInfo .row-sbw .imgBox {background-image: url(/images/web/common/TC/cntct_sbw.png);}
.cntct .pubInfo .row-bus .imgBox {background-image: url(/images/web/common/TC/cntct_bus.png);}
.cntct .pubInfo .row-car .imgBox {background-image: url(/images/web/common/TC/cntct_car.png);}
.cntct .pubInfo .row .txtBox {flex: 1;}
.cntct .pubInfo .row .txtBox .tit {font-size: 1rem; color: #111; font-weight: 600;}
.cntct .pubInfo .row .txtBox .dsc {margin-top: 0.5rem;}

/* 외국어 - 인사말 */
.frgGrtWrap {margin-bottom: 2.5rem;}
.frgGrtWrap .titWrap {color: #111; text-align: center;}
.frgGrtWrap .titWrap h3 {padding-top: 1.5rem; font-size: 2.25rem; font-weight: 700; position: relative;}
.frgGrtWrap .titWrap h3::before {content: ""; display: block; width: 1.9rem; height: 0.5rem; background: url(/images/web/ice/sub/titBg_type1.png) center / contain no-repeat; position: absolute; left: calc(50% - 0.95rem); top: 0;}
.frgGrtWrap .titWrap p {font-size: 1.2rem; font-weight: 500; margin-top: 0.5rem;}
.frgGrtWrap .conWrap {display: flex; align-items: flex-start; padding-top: 3.5rem; margin-top: 1.25rem; position: relative;}
.frgGrtWrap .conWrap::before {content: ""; display: block; width: 1px; height: 1.65rem; background: #000; position: absolute; left: 50%; top: 0;}
.frgGrtWrap .conWrap .txt {flex: 1; padding-right: 1.5rem;}
.frgGrtWrap .conWrap .txt span {display: block; font-family: 'GmarketSans'; background: linear-gradient(23deg, #056cbb 0%, #009b5f 100%); -webkit-background-clip: text; font-size: 1.5rem; color: transparent; font-weight: 700; opacity: 0.15; margin-bottom: 0.75rem;}
.frgGrtWrap .conWrap .txt p {font-size: 0.9rem; color: #444; line-height: 1.6;}
.frgGrtWrap .conWrap .txt p + p {margin-top: 1.75rem;}
.frgGrtWrap .conWrap .txt p em {color: #111; font-weight: 500;}
.frgGrtWrap .conWrap .img {flex-shrink: 0; width: 17.8rem; position: relative;}
.frgGrtWrap .conWrap .img::before {content: ""; display: block; width: calc(100% + 50vw - 34.5rem); height: calc(100% + 10.25rem); border-radius: 7.5rem 0 0 3rem; background: linear-gradient(23deg, #056cbb 0%, #009b5f 100%); opacity: 0.7; position: absolute; left: 3rem; top: -5.25rem; z-index: -1;}
.frgGrtWrap .conWrap .img::after {content: "Incheon Metropolitan City Office of Education"; display: block; font-family: 'GmarketSans'; font-size: 0.75rem; color: rgba(255,255,255,0.18); letter-spacing: 0.06rem; text-transform: uppercase; writing-mode: vertical-rl; position: absolute; right: -2.75rem; top: 0;}
.frgGrtWrap .conWrap .img .tp {height: 24.6rem; border-radius: 2.5rem 2.5rem 0.25rem 2.5rem; box-shadow: 0.35rem 0.35rem 0.5rem rgba(0,130,89,0.1); font-size: 0; line-height: 0; overflow: hidden;}
.frgGrtWrap .conWrap .img .tp img {max-width: 100%; max-height: 100%; object-fit: cover;}
.frgGrtWrap .conWrap .img .bt {display: flex; justify-content: flex-end; align-items: center; margin-top: 1rem;}
.frgGrtWrap .conWrap .img .bt p {font-size: 0.9rem; color: #fff; font-weight: 500; margin-right: 1.25rem;}

/* 외국어 - 브랜드 */
.frgBrand [class^="row"] + [class^="row"] {margin-top: 2rem;}
.frgBrand .tit1 {margin-bottom: 0.5rem;}
.frgBrand .blueBox {border-radius: 0.6rem; border: 1px solid #e7f0f9; background: #f7fbff; padding: 2rem;}
.frgBrand .imgHasBg {display: flex; justify-content: center; align-items: center; border-radius: 0.6rem; border: 1px solid #c5c9d6; background: url(/images/web/ice/sub/img0104_03_bg.jpg); font-size: 0; line-height: 0;}
.frgBrand .imgHasBg img {max-width: 100%; max-height: 100%; object-fit: contain;}
.frgBrand .btns {text-align: center; margin: 1rem 0 0;}
.frgBrand a[class^="btn_"] {min-width: unset; margin: 0.1rem 0.25rem;}
.frgBrand a[class^="btn_"].btn_ico i {margin-left: 2rem;}
.frgBrand p {line-height: 1.6;}
.frgBrand .row01 .rowCon .imgHasBg {max-height: 10.5rem; padding: 4vw 2.5vw;}
.frgBrand .row02 .rowCon ul li {display: flex;}
.frgBrand .row02 .rowCon ul li + li {margin-top: 0.5rem;}
.frgBrand .row02 .rowCon ul li .imgHasBg {flex-shrink: 0; width: 5.5rem; height: 5.5rem; margin-right: 1rem;}
.frgBrand .row02 .rowCon ul li .txt {flex: 1; display: flex; align-items: center;}
.frgBrand .row03 .rowCon ul {display: flex; justify-content: space-between;}
.frgBrand .row03 .rowCon ul li {width: calc((100% - 4vw) / 3);}
.frgBrand .row03 .rowCon ul li h4 {font-size: 1rem; color: #222; font-weight: 600;}
.frgBrand .row03 .rowCon ul li [class^="color"] {height: 6.25rem; margin-top: 0.25rem;}
.frgBrand .row03 .rowCon ul li .colorOrg {background: linear-gradient(90deg, #f68428 0%, #ffd14f 100%);}
.frgBrand .row03 .rowCon ul li .colorGrn {background: linear-gradient(90deg, #0a9b5d 0%, #9eca4f 100%);}
.frgBrand .row03 .rowCon ul li .colorBl {background: linear-gradient(90deg, #005ead 0%, #00b3e3 100%);}
.frgBrand .row03 .rowCon ul li p {margin-top: 0.5rem;}
.frgBrand .row04 .rowCon .copyInfo {margin-top: 0.5rem;}
.frgBrand .row04 .rowCon .copyInfo h4 {padding-left: 1.35rem; color: #222425; position: relative;}
.frgBrand .row04 .rowCon .copyInfo h4::before {content: "\e9aa"; font-family: 'xeicon'; font-size: 1.15rem; color: #2b6dc4; position: absolute; left: 0; top: 0;}
.frgBrand .row04 .rowCon .copyInfo .con {padding-left: 1.35rem; margin-top: 0.5rem;}
.frgBrand .row04 .rowCon .copyInfo a {margin: 0.5rem 0 0;}
.frgBrand .row04 .rowCon .fontDown {margin: 1rem 0;}
.frgBrand .row04 .rowCon .fontDown ul {display: flex; flex-wrap: wrap; margin: -0.5rem;}
.frgBrand .row04 .rowCon .fontDown ul li {width: 25%; padding: 0.5rem;}
.frgBrand .row04 .rowCon .fontDown ul li .liWrap {border-radius: 0.6rem; border: 1px solid #c5c9d6; padding: 2rem 1rem 1.75rem; text-align: center;}
.frgBrand .row04 .rowCon .fontDown ul li .liWrap img {width: 100%; max-width: 7.85rem;}
.frgBrand .row04 .rowCon .fontDown ul li .liWrap .tit {font-size: 0.75rem; color: #222425; font-weight: 500; margin-top: 0.5rem;}
.frgBrand .row04 .rowCon .fontDown ul li .liWrap .dsc {display: block; font-size: 0.7rem; color: #222425; margin-top: 0.25rem;}
.frgBrand .row04 .rowCon .fontDown ul li .liWrap a {margin: 0.75rem 0 0;}



@media (max-width: 1440px) {

    /* 외국어 - 인사말 */
    .frgGrtWrap .conWrap .img::before {width: calc(100% + 2.5vw);}
    .frgGrtWrap .conWrap .img::after {display: none;}

    /* 외국어 - 브랜드 */
    .frgBrand .blueBox {padding: 1.5rem;}
    .frgBrand a[class^="btn_"].btn_ico i {margin-left: 0.75rem;}
    .frgBrand .row02 .rowCon ul li .txt br {display: none;}
}



@media (max-width: 1440px) and (min-width: 1241px) {

    /* 외국어 - 인사말 */
    .frgGrtWrap .conWrap .txt p br {display: none;}
}



@media (max-width: 1240px) {

    /* 외국어 - 인사말 */
    .frgGrtWrap {margin-bottom: 0;}
    .frgGrtWrap .titWrap h3 {font-size: 1.75rem;}
    .frgGrtWrap .titWrap p {font-size: 1.1rem;}
}



@media (max-width: 1024px) {

    /* 인사말 */
    .grtWrap .imgBox {padding-right: 5vw;}
    .grtWrap .txtBox {padding: 1.75rem 5vw 0;}

    /* 외국어 - 인사말 */
    .frgGrtWrap .titWrap h3 {font-size: 1.5rem;}
    .frgGrtWrap .conWrap .txt span {font-size: 1.25rem;}
    .frgGrtWrap .conWrap .txt p {font-size: 0.85rem;}
    .frgGrtWrap .conWrap .img {width: 40%; max-width: 17.8rem;}
    .frgGrtWrap .conWrap .img .tp {height: auto;}
    .frgGrtWrap .conWrap .img .bt {flex-direction: column; align-items: flex-end;}
    .frgGrtWrap .conWrap .img .bt p {margin-right: 0; margin-bottom: 0.5rem;}

    /* 외국어 - 브랜드 */
    .frgBrand .row03 .rowCon ul li h4 {font-size: 0.95rem;}
}



@media (max-width: 768px) {

    /* 인사말 */
    .grtWrap {flex-direction: column; align-items: center; padding: 1.75rem 1.5rem 2.25rem;}
    .grtWrap .imgBox {width: 12.5rem; max-width: 70%; padding: 0;}
    .grtWrap .imgBox .img::before {display: none;}
    .grtWrap .imgBox .txt {border-radius: 0 0.5rem 0.5rem 0.5rem; padding: 0.25rem 0.5rem;}
    .grtWrap .imgBox .txt em {font-size: 0.85rem;}
    .grtWrap .txtBox {padding: 0;}
    .grtWrap .txtBox .tp h3 {font-size: 1.2rem;}
    .grtWrap .txtBox .sign em {font-size: 0.95rem;}
    .grtWrap .txtBox .sign {text-align: right; position: static; margin-top: 1.25rem;}

    /* 연혁 */
    .hstLst h3 {font-size: 1.15rem;}
    .hstLst h3 + dl::after {font-size: 3rem;}
    .hstLst dl dt {font-size: 1.3rem; margin-right: 2.25rem;}
    .hstLst dl dt::before {top: 0.4rem;}
    .hstLst dl dt::after {top: 0.6rem;}
    .hstLst dl dd ul li {flex-direction: column;}
    .hstLst dl dd ul li + li {margin-top: 0.75rem;}
    .hstLst dl dd ul li .tit {width: 100%; padding-right: 0;}

    /* 오시는길 */
    .cntct .mapInfo .info {padding: 0.75rem 1rem;}
    .cntct .pubInfo .row .imgBox {width: 4.5rem; height: 4.5rem; margin-right: 1.25rem;}
    .cntct .pubInfo .row .txtBox .tit {font-size: 0.9rem;}

    /* 외국어 - 인사말 */
    .frgGrtWrap .conWrap .img::before {width: calc(100% - 2rem); height: calc(100% + 5.5rem); border-radius: 6rem 0 0 2rem; top: -3rem;}
    .frgGrtWrap .conWrap .txt p br {display: none;}

    /* 외국어 - 브랜드 */
    .frgBrand .btns {margin-top: 0.75rem;}
    .frgBrand .row01 .rowCon .imgHasBg {padding: 1rem;}
    .frgBrand .row02 .rowCon ul li .imgHasBg {width: 4.5rem; height: 4.5rem;}
    .frgBrand .row03 .rowCon ul li {width: calc((100% - 2rem) / 3);}
    .frgBrand .row04 .rowCon .fontDown ul li {width: 50%;}
    .frgBrand .row04 .rowCon .fontDown ul li .liWrap {height: 100%;}
}



@media (max-width: 680px) {

    /* 외국어 - 브랜드 */
    .frgBrand .blueBox {padding: 1.25rem;}
}



@media (max-width: 580px) {

    /* 연혁 */
    .hstLst h3 {margin-bottom: 1.5rem;}
    .hstLst dl + h3 {margin-top: 2rem;}
    .hstLst dl {flex-direction: column;}
    .hstLst dl::before,
    .hstLst h3 + dl::after {display: none;}
    .hstLst dl + dl {padding-top: 0; margin-top: 1.5rem;}
    .hstLst dl dt {display: flex; align-items: center; width: 100%; background: #fff; padding-right: 0; padding-bottom: 0.75rem; font-size: 1.2rem; margin-right: 0;}
    .hstLst dl dt::before,
    .hstLst dl dt::after {display: none;}

    /* 오시는길 */
    .cntct .mapInfo {border-radius: 0 0 1rem 1rem;}
    .cntct .mapInfo .map {height: 64vw;}
    .cntct .mapInfo .info {padding: 0.75rem;}
    .cntct .mapInfo .info ul li {display: block;}
    .cntct .mapInfo .info ul li + li {margin-top: 0.75rem;}
    .cntct .mapInfo .info ul li .tit {padding-right: 0; margin-bottom: 0.25rem;}
    .cntct .mapInfo .info ul li .tit::after {display: none;}
    .cntct .pubInfo {margin-top: 1.5rem;}
    .cntct .pubInfo .row .imgBox {width: 4rem; height: 4rem; margin-right: 1rem;}

    /* 외국어 - 인사말 */
    .frgGrtWrap .conWrap .img .bt img {width: 45%; max-width: 5.25rem;}
}



@media (max-width: 480px) {

    /* 인사말 */
    .grtWrap {padding: 1.5rem 1rem 1.75rem; word-break: break-all;}
    .grtWrap .txtBox .tp h4 {font-size: 0.85rem;}
    .grtWrap .txtBox .tp h3 {font-size: 1.05rem;}
    .grtWrap .txtBox .tp p {font-size: 0.85rem;}
    .grtWrap .txtBox .tp p::before {display: none;}
    .grtWrap .txtBox .bt {margin-top: 1rem;}
    .grtWrap .txtBox .bt::before {margin-bottom: 1rem;}
    .grtWrap .txtBox .bt p {font-size: 0.8rem;}
    .grtWrap .txtBox .sign em {font-size: 0.9rem;}

    /* 연혁 */
    .hstLst h3 {font-size: 1.05rem; margin-bottom: 1rem;}
    .hstLst dl + h3 {margin-top: 1.75rem;}
    .hstLst dl + dl {margin-top: 1.25rem;}
    .hstLst dl dt {font-size: 1.05rem; font-weight: 700;}
    .hstLst dl dd ul {border-radius: 1rem; padding: 0.75rem 1rem; font-size: 0.8rem;}
    .hstLst dl dd ul li + li {margin-top: 0.5rem;}
    .hstLst dl dd ul li .dsc {font-size: 0.75rem;}

    /* 오시는길 */
    .cntct .mapInfo .info ul li .dsc {font-size: 0.7rem;}
    .cntct .pubInfo {margin-top: 0.5rem;}
    .cntct .pubInfo .row {display: block; padding-top: 1rem; position: relative;}
    .cntct .pubInfo .row .imgBox {width: 3.5rem; height: 3.5rem; background-color: unset; margin-right: 0; position: absolute; right: 0; top: 0; z-index: -1; opacity: 0.3;}
    .cntct .pubInfo .row .txtBox .tit {font-size: 0.85rem;}
    .cntct .pubInfo .row .txtBox .dsc {font-size: 0.75rem;}

    /* 외국어 - 인사말 */
    .frgGrtWrap .titWrap h3 {padding-top: 1.25rem; font-size: 1.25rem;}
    .frgGrtWrap .titWrap p {font-size: 0.95rem;}
    .frgGrtWrap .conWrap {flex-direction: column; padding-top: 2.75rem;}
    .frgGrtWrap .conWrap::before {height: 1.25rem;}
    .frgGrtWrap .conWrap .txt {width: 100%; padding-right: 0;}
    .frgGrtWrap .conWrap .txt span {font-size: 1.1rem; margin-bottom: 0.5rem;}
    .frgGrtWrap .conWrap .txt p {font-size: 0.8rem;}
    .frgGrtWrap .conWrap .txt p + p {margin-top: 1rem;}
    .frgGrtWrap .conWrap .img {display: flex; flex-direction: column; align-items: center; width: 100%; max-width: unset; margin-top: 1.25rem;}
    .frgGrtWrap .conWrap .img::before {width: calc(100% + 0.75rem); height: calc(50% + 3rem); border-radius: 25vw 0 0 0; left: 0; top: 50%;}
    .frgGrtWrap .conWrap .img .tp {width: 40%; max-width: 17.8rem; border-radius: 1rem 1rem 0.25rem 1rem;}
    .frgGrtWrap .conWrap .img .bt {flex-direction: row; align-items: center;}
    .frgGrtWrap .conWrap .img .bt p {font-size: 0.85rem; margin-bottom: 0; margin-right: 0.5rem;}
    .frgGrtWrap .conWrap .img .bt img {width: 22.5vw;}

    /* 외국어 - 브랜드 */
    .frgBrand [class^="row"] + [class^="row"] {margin-top: 1.5rem;}
    .frgBrand .blueBox {padding: 1rem;}
    .frgBrand a[class^="btn_"] {font-size: 0.75rem;}
    .frgBrand a[class^="btn_"].btn_ico i {font-size: 0.85rem; margin-left: 0.5rem;}
    .frgBrand p {font-size: 0.75rem;}
    .frgBrand .row02 .rowCon ul li + li {margin-top: 1rem;}
    .frgBrand .row02 .rowCon ul li .imgHasBg {width: 3.5rem; height: 3.5rem; margin-right: 0.75rem;}
    .frgBrand .row03 .rowCon ul {flex-wrap: wrap;}
    .frgBrand .row03 .rowCon ul li {width: 100%;}
    .frgBrand .row03 .rowCon ul li + li {margin-top: 0.75rem;}
    .frgBrand .row03 .rowCon ul li [class^="color"] {height: 5rem;}
    .frgBrand .row04 .rowCon .copyInfo h4 {font-size: 0.75rem;}
    .frgBrand .row04 .rowCon .copyInfo h4::before {font-size: 1.05rem;}
    .frgBrand .row04 .rowCon .copyInfo .con [class^='list_st'] > li {font-size: 0.75rem;}
    .frgBrand .row04 .rowCon .copyInfo .con [class^='list_st'] > li::before {top: 0.35rem;}
    .frgBrand .row04 .rowCon .fontDown ul li .liWrap {padding: 1.25rem 1rem 1rem;}
}



@media (max-width: 380px) {

    /* 외국어 - 인사말 */
    .frgGrtWrap .titWrap h3 {font-size: 1.1rem;}
    .frgGrtWrap .titWrap p {font-size: 0.85rem; margin-top: 0.25rem;}

    /* 외국어 - 브랜드 */
    .frgBrand .row02 .rowCon ul li .imgHasBg {width: 2.5rem; height: 2.5rem;}
    .frgBrand .row04 .rowCon .fontDown ul li {width: 100%;}
}