﻿@charset "utf-8"; #mainVisualArea .swiper-container {
    width: 100%;
    height: 100%;
}

#mainVisualArea {
    position: relative;
    width: 100%;
    min-width: 320px;
    height: 380px;
    margin: 0 auto 0;
    box-sizing: border-box;
}

.swiper-container ul.swiper-wrapper > li > .sliderContent {
    display: block;
    width: 100%;
    height: 100%;
}

.swiper-container ul.swiper-wrapper > li > .sc01 {
    background: url('../img/mbn01.jpg') center center no-repeat;
    background-size: cover;
}

.swiper-container ul.swiper-wrapper > li > .sc02 {
    background: url('../img/mbn02.jpg') center center no-repeat;
    background-size: cover;
}

.swiper-container ul.swiper-wrapper > li > .sc03 {
    background: url('../img/mbn03.jpg') center center no-repeat;
    background-size: cover;
}

:root {
    --swiper-theme-color: #fff !important;
    --swiper-navigation-size : 20px !important;
}

.swiper-container > .swiper-button-next {
    float: left;
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: rgba(0,0,0,0.5);
}

.swiper-container > .swiper-button-prev {
    float: left;
    left: auto;
    right: 80px;
    top: auto;
    bottom: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: rgba(0,0,0,0.5);
}

.swiper-container > .swiper-button-pause {
    position: absolute;
    left: auto;
    right: 40px;
    top: auto;
    bottom: 0;
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    text-align: center;
    z-index: 10;
    background: url('../img/swiperIconPause.png') center center no-repeat;
    background-color: rgba(0,0,0,0.9);
}

.swiper-container > .swiper-button-play {
    position: absolute;
    left: auto;
    right: 40px;
    top: auto;
    bottom: 0;
    display: none;
    float: left;
    width: 40px;
    height: 40px;
    text-align: center;
    z-index: 10;
    background: url('../img/swiperIconPlay.png') center center no-repeat;
    background-color: rgba(0,0,0,0.9);
}

.swiper-container > .swiper-button-next > span, .swiper-container > .swiper-button-prev > span, .swiper-container > .swiper-button-play, .swiper-container > .swiper-button-pause {
    text-indent: -9999px;
    cursor: pointer;
}

.swiper-container > .swiper-button-next:hover, .swiper-container > .swiper-button-prev:hover {
    background-color: rgba(230,4,18,0.7);
}

.swiper-container > .swiper-pagination .swiper-pagination-bullet-active {
    background-color: rgba(230,4,18,0.7);
}

#mainVisualArea .mvLayerBox {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 0;
    z-index: 10;
}

#mainVisualArea .mvLayerBox .textArea {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    height: auto;
    box-sizing: border-box;
    padding: 0 40px;
    transition: all 0.3s;
}

#mainVisualArea .mvLayerBox .textArea > p.slogan01 {
    display: block;
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 60px;
    font-weight: 300;
    text-align: left;
    color: #fff;
    letter-spacing: -2px;
    transition: all 0.3s;
}

#mainVisualArea .mvLayerBox .textArea > p.slogan02 {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    font-weight: 300;
    text-align: left;
    color: #fff;
    letter-spacing: -2px;
    transition: all 0.3s;
}

#mainVisualArea .mvLayerBox .textArea > p.slogan02 > span {
    font-weight: 700;
}

#mainVisualArea .mvLayerBox .textArea > a {
    display: block;
    margin-top: 20px;
    width: 240px;
    height: 60px;
    box-sizing: border-box;
    padding: 20px;
    line-height: 20px;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #1f3773;
}

@media screen and (max-width: 980px) {
    /* #mainVisualArea {margin: 100px auto 0;} */ #mainVisualArea {
        margin: 0 auto 0;
    }

    #mainVisualArea .mvLayerBox .textArea {
        padding: 20px 40px 0;
    }

    #mainVisualArea .mvLayerBox .textArea > p.slogan01 {
        height: 60px;
        line-height: 60px;
        font-size: 48px;
        letter-spacing: -1px;
    }

    #mainVisualArea .mvLayerBox .textArea > p.slogan02 {
        height: 40px;
        line-height: 40px;
        font-size: 24px;
        letter-spacing: -1px;
    }

    #mainVisualArea .mvLayerBox .textArea > a {
        width: 200px;
        height: 40px;
        padding: 10px;
        line-height: 20px;
        font-size: 16px;
    }
}

@media screen and (max-width: 660px) {
    #mainVisualArea {
        height: 140px;
    }

    #mainVisualArea .fotorama__arr {
        display: none !important;
    }

    #mvFull {
        display: none;
    }

    #mvSimple {
        display: block;
    }

    #mainVisualArea .mvLayerBox {
        top: 10px;
    }

    #mainVisualArea .mvLayerBox .textArea {
        padding: 0 20px 0;
    }

    #mainVisualArea .mvLayerBox .textArea > p.slogan01 {
        height: 40px;
        line-height: 40px;
        font-size: 26px;
        letter-spacing: -0.5px;
    }

    #mainVisualArea .mvLayerBox .textArea > p.slogan02 {
        height: 20px;
        line-height: 20px;
        font-size: 13px;
        letter-spacing: -0.5px;
        font-weight: 500;
    }

    #mainVisualArea .mvLayerBox .textArea > a {
        width: 160px;
        font-size: 14px;
    }
}

/* Main Banner End */
/* Main Quick Link Start */
/* Main Quick Link End */
/* Main Contants Start */
.mcArea {
    position: relative;
    width: 100%;
    min-width: 320px;
    margin: 0 auto;
    padding: 0;
}

.mcArea > .mcBox {
    position: relative;
    width: 100%;
    min-width: 320px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
}

.mcBox .titleArea {
    width: 100%;
    height: auto;
    min-height: 100px;
    max-height: 160px;
    margin: 0 auto;
    padding-bottom: 60px;
}

.mcBox .titleArea > h2 {
    display: block;
    width: 100%;
    height: 60px;
    padding: 0;
    line-height: 60px;
    font-size: 48px;
    font-weight: 300;
    color: #222;
    text-align: center;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.mcBox .titleArea > .subject {
    display: block;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 10px 40px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 300;
    color: #999;
    text-align: center;
}

@media screen and (max-width: 980px) {
    .mcBox .titleArea > h2 {
        font-size: 42px;
    }

    .mcBox .titleArea > .subject {
        font-size: 14px;
    }
}

@media screen and (max-width: 640px) {
    .mcBox .titleArea > .subject {
        padding: 10px 20px;
    }
}

/* 2024.11.25 start */
/* 2024.12.19 start */
#quickLinkArea {
    background: url('../img/mQuickMenuLineBG.jpg');
}

#quickLinkArea > .mcBox {
    padding: 0;
}

.qucikLinkResponse {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.qucikLinkResponse > ul.rBox {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 30px 20px 30px 20px;
}

.qucikLinkResponse > ul.rBox > li {
    float: left;
    display: block;
    width: 25%;
    height: 160px;
    box-sizing: border-box;
    padding: 0px 20px 10px 20px;
    margin-top: 3px;
    margin-left: 0px;
}

.qucikLinkResponse > ul.rBox > li > .object {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
   /*  overflow: hidden; */
    border-radius: 40px;
}

.qucikLinkResponse > ul.rBox > li:nth-child(1) > .object {
    background: url('../img/iconNewMainQuickLink01.png') center center no-repeat,linear-gradient(#3C7BE3 50%, #3062B6 50%);
}

.qucikLinkResponse > ul.rBox > li:nth-child(2) > .object {
    background: url('../img/iconNewMainQuickLink02.png') center center no-repeat,linear-gradient(#269AEB 50%, #1E7BBC 50%);
}

.qucikLinkResponse > ul.rBox > li:nth-child(3) > .object {
    background: url('../img/iconNewMainQuickLink03.png') center center no-repeat, linear-gradient(#CE4728 50%, #A53920 50%);
}

.qucikLinkResponse > ul.rBox > li:nth-child(4) > .object {
    background: url('../img/iconNewMainQuickLink04.png') center center no-repeat, linear-gradient(#00A651 50%, #008541 50%);
}

.qucikLinkResponse > ul.rBox > li:nth-child(5) > .object {
    background: url('../img/iconNewMainQuickLink05.png') center center no-repeat, linear-gradient(#09B2A1 50%, #0d766c 50%);
}

.qucikLinkResponse > ul.rBox > li:nth-child(6) > .object {
    background: url('../img/iconNewMainQuickLink06.png') center center no-repeat, linear-gradient(#C0A46D 50%, #78633a 50%);
}

.qucikLinkResponse > ul.rBox > li:nth-child(7) > .object {
    background: url('../img/iconNewMainQuickLink07.png') center center no-repeat, linear-gradient(#E74F73 50%, #B93F5C 50%);
}

.qucikLinkResponse > ul.rBox > li:nth-child(8) > .object {
    background: url('../img/iconNewMainQuickLink08.png') center center no-repeat, linear-gradient(#D04D97 50%, #A63E79 50%);
}

.qucikLinkResponse > ul.rBox > li:nth-child(9) > .object {
    background: url('../img/iconNewMainQuickLink09.png') center center no-repeat, linear-gradient(#6E7D95 50%, #586477 50%);
}

/* .qucikLinkResponse > ul.rBox > li:nth-child(10) > .object {background-color: #3062b6;  } */
.qucikLinkResponse > ul.rBox > li:nth-child(10) > .object {
    background: url('../img/iconNewMainQuickLink02.png') center center no-repeat,linear-gradient(#269AEB 50%, #1E7BBC 50%);
}

.qucikLinkResponse > ul.rBox > li:nth-child(n) > .object {
    background-size: auto 100%;
}

.qucikLinkResponse > ul.rBox > li > .object > a {
    display: block;
    width: 100%;
    height: 160px;
    box-sizing: border-box;
    padding: 85px 0 0;
    line-height: 20px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    letter-spacing: -1px;
    text-decoration: none;
}

.qucikLinkResponse > ul.rBox > li > .object > a.smallSub {
    position: absolute;
    bottom: 3px;
    left: 0;
    display: block;
    width: 50%;
    height: 35px;
    padding: 0;
    line-height: 35px;
    font-size: 15px;
    background-color: rgba(0,0,0,0.2);
    border-radius:0 0 0 40px; 
}

.qucikLinkResponse > ul.rBox > li > .object > a.smallSub:nth-last-of-type(2) {
    left: auto;
    right: 0;
    background-color: rgba(0,0,0,0.4);
    border-radius:0 0 40px 0; 
}

@media screen and (max-width: 1220px) {
    .qucikLinkResponse > ul.rBox {
        max-width: 954px;
        height: 210px;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 40px 0 40px;
    }

    .qucikLinkResponse > ul.rBox > li {
        width: 106px;
        height: 133px;
        padding: 0 3px;
    }

    .qucikLinkResponse > ul.rBox > li:nth-child(n) > .object {
        border-radius: 15px;
        background-size: 100%;
    }

    .qucikLinkResponse > ul.rBox > li > .object > a {
        height: 133px;
        padding: 75px 0 0;
        font-size: 14px;
    }

    .qucikLinkResponse > ul.rBox > li > .object > a.smallSub {
        bottom: 0;
        font-size: 12px;
    }
}

@media screen and (max-width: 980px) {
    .qucikLinkResponse > ul.rBox {
        height: auto;
        padding: 30px 5px 30px;
    }

    .qucikLinkResponse > ul.rBox > li:nth-child(n) {
        width: 33.33%;
        height: 80px;
        padding: 5px;
    }

    .qucikLinkResponse > ul.rBox > li:nth-child(1) > .object {
        background: url('../img/iconNewMainQuickLink01s.png') left center #3062b6 no-repeat;
    }

    .qucikLinkResponse > ul.rBox > li:nth-child(2) > .object {
        background: url('../img/iconNewMainQuickLink02s.png') left center #1e7bbc no-repeat;
    }

    .qucikLinkResponse > ul.rBox > li:nth-child(3) > .object {
        background: url('../img/iconNewMainQuickLink03s.png') left center #a53920 no-repeat;
    }

    .qucikLinkResponse > ul.rBox > li:nth-child(4) > .object {
        background: url('../img/iconNewMainQuickLink04s.png') left center #008541 no-repeat;
    }

    .qucikLinkResponse > ul.rBox > li:nth-child(5) > .object {
        background: url('../img/iconNewMainQuickLink05s.png') left center #078e81 no-repeat;
    }

    .qucikLinkResponse > ul.rBox > li:nth-child(6) > .object {
        background: url('../img/iconNewMainQuickLink06s.png') left center #9a8357 no-repeat;
    }

    .qucikLinkResponse > ul.rBox > li:nth-child(7) > .object {
        background: url('../img/iconNewMainQuickLink07s.png') left center #b93f5c no-repeat;
    }

    .qucikLinkResponse > ul.rBox > li:nth-child(8) > .object {
        background: url('../img/iconNewMainQuickLink08s.png') left center #a63e79 no-repeat;
    }

    .qucikLinkResponse > ul.rBox > li:nth-child(9) > .object {
        background: url('../img/iconNewMainQuickLink09s.png') left center #586477 no-repeat;
    }

    .qucikLinkResponse > ul.rBox > li:nth-child(10) > .object {
        background: url('../img/iconNewMainQuickLink01s.png') left center #3062b6 no-repeat;
    }

    .qucikLinkResponse > ul.rBox > li:nth-child(n) > .object {
        background-size: auto 100%;
    }

    .qucikLinkResponse > ul.rBox > li > .object > a > br {
        display: none;
    }

    .qucikLinkResponse > ul.rBox > li > .object > a {
        width: 100%;
        height: 100%;
        padding: 25px 10px 25px 80px;
        font-size: 13px;
        text-align: left;
    }

    .qucikLinkResponse > ul.rBox > li > .object > a.smallSub {
        top: 0;
        bottom: auto;
        left: auto;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 60px;
        height: 50%;
        padding: 0;
        line-height: 20px;
        font-size: 12px;
    }

    .qucikLinkResponse > ul.rBox > li > .object > a.smallSub:nth-last-of-type(2) {
        top: auto;
        bottom: 0;
        left: auto;
        right: 0;
    }
}

@media screen and (max-width: 660px) {
    .qucikLinkResponse > ul.rBox {
        height: auto;
        padding: 0px;
        width: 100%;
    }

    .qucikLinkResponse > ul.rBox > li:nth-child(n) {
        width: 50%;
        height: 75px;
        padding: 5px;
    }

    .qucikLinkResponse > ul.rBox > li > .object > a {
        padding: 12px 5px 10px 60px;
        line-height: 18px;
        text-align: center;
    }

    .qucikLinkResponse > ul.rBox > li > .object > a > br {
        display: block;
    }

    .qucikLinkResponse > ul.rBox > li > .object > a.smallSub {
        top: auto;
        bottom: 0;
        left: 65px;
        right: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        width: calc(50% - 65px /2);
        height: 35px;
        line-height: 20px;
        font-size: 12px;
        border-radius:0 0 0 15px;
    }

    .qucikLinkResponse > ul.rBox > li > .object > a.smallSub:nth-last-of-type(2) {
        top: auto;
        bottom: 0;
        left: auto;
        right: 0;
         border-radius:0 0 15px 0 ;
    }
}

/* 2024.12.19 end */
/* 2024.11.25 end */
/* 2024.12.19 start 서브교육신청*/
#subquickLinkArea > .mcBox {
    padding: 0;
}

.subqucikLinkResponse {
    position: relative;
    padding: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.subqucikLinkResponse > ul.rBox {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 40px 0px;
    text-align: center;
}

.subqucikLinkResponse > ul.rBox > li {
    float: left;
    display: block;
    width: 220px;
    height: 160px;
    box-sizing: border-box;
    padding: 0 5px;
}

.subqucikLinkResponse > ul.rBox > li > .object {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    /* overflow: hidden; */
    border-radius: 20px;
    text-align: center;
    padding-top: 10p !important;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
    flex-wrap: nowrap;
}
.subqucikLinkResponse > ul.rBox > li > .object > strong{
	font-size: 25px;
	/* padding-top:15px; */
	color:#FFF;
	width: 100%;
	display: flex;
	justify-content: center;
}

/*
	.subqucikLinkResponse > ul.rBox > li:nth-child(1) > .object {background: url('../img/iconNewMainQuickLink01.png') center center no-repeat;}
	.subqucikLinkResponse > ul.rBox > li:nth-child(2) > .object {background: url('../img/iconNewMainQuickLink02.png') center center no-repeat;}
	.subqucikLinkResponse > ul.rBox > li:nth-child(3) > .object {background: url('../img/iconNewMainQuickLink03.png') center center no-repeat;}
	.subqucikLinkResponse > ul.rBox > li:nth-child(4) > .object {background: url('../img/iconNewMainQuickLink04.png') center center no-repeat;}
	.subqucikLinkResponse > ul.rBox > li:nth-child(5) > .object {background: url('../img/iconNewMainQuickLink05.png') center center no-repeat;}
	*/
.subqucikLinkResponse > ul.rBox > li:nth-child(1) > .object {
    background-color: #0070c0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.5rem;
    box-sizing: border-box;
}

.subqucikLinkResponse > ul.rBox > li:nth-child(2) > .object {
    background-color: #5672a4
}

.subqucikLinkResponse > ul.rBox > li:nth-child(3) > .object {
    background-color: #b15e26
}

.subqucikLinkResponse > ul.rBox > li:nth-child(4) > .object {
    background-color: #438319
}

.subqucikLinkResponse > ul.rBox > li:nth-child(5) > .object {
    background-color: #9d7600
}

.subqucikLinkResponse > ul.rBox > li:nth-child(n) > .object {
    /* background-size: auto 100%; */
}

.subqucikLinkResponse > ul.rBox > li > .object > a {
    display: flex;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    /* padding: 25px 0 0; */
    /* line-height: 40px; */
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    letter-spacing: -1px;
    text-decoration: none;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.subqucikLinkResponse > ul.rBox > li > .object > a:focus{outline-offset:2px;}

.subqucikLinkResponse > ul.rBox > li > .object > div > a.smallSub {
    color: #fff;
    bottom: 10px;
    left: 0;
    display: flex;
    width: 100%;
    /* height: 80px; */
    padding: 10px;
    line-height: 25px;
    font-size: 28px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    flex-direction: column;
    text-align: center;
    box-sizing: border-box;
    justify-content: center;
}
.subqucikLinkResponse > ul.rBox > li > .object > div{display:flex;flex-direction: row;gap: .5rem;}
.subqucikLinkResponse > ul.rBox > li > .object > div > a.smallSub > span {
    font-size: 18px;
    font-weight: 400;
}

.subqucikLinkResponse > ul.rBox > li > .object > div > a.smallSub:nth-last-of-type(2) {
    left: auto;
    right: 0;
    background-color: rgba(0,0,0,0.4);
    /* margin-right: 4%; */
}

.subqucikLinkResponse > ul.rBox > li > .object > div > a.smallSub:nth-last-of-type(1) {
    /* margin-left: 4%; */
}

@media screen and (max-width: 1220px) {
    .subqucikLinkResponse > ul.rBox {
        max-width: 954px;
        height: 210px;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 40px 0 40px;
    }

    .subqucikLinkResponse > ul.rBox > li {
        width: 300px;
        height: 133px;
        padding: 0 3px;
    }

    .subqucikLinkResponse > ul.rBox > li:nth-child(n) > .object {
        border-radius: 15px;
        background-size: 100%;
    }
	.subqucikLinkResponse > ul.rBox > li > .object > strong{
    line-height: 20px;
    /* text-align: center; */
    font-size: 18px;
}
    .subqucikLinkResponse > ul.rBox > li > .object > a {
        /* height: 133px; */
        /* padding: 25px 0 0; */
        /* font-size: 24px; */
    }

    .subqucikLinkResponse > ul.rBox > li > .object > div > a.smallSub {
        bottom: 0;
        font-size: 18px;
    }

    .subqucikLinkResponse > ul.rBox > li > .object > duv > a.smallSub {
        top: 60px;
        bottom: auto;
        left: 10px;
        right: 0;
        justify-content: center;
        align-items: center;
        width: calc(50% - 60px /2);
        height: 50%;
        padding: 5px;
        line-height: 20px;
        font-size: 20px;
    }

    .subqucikLinkResponse > ul.rBox > li > .object > div > a.smallSub:nth-last-of-type(2) {
        left: auto;
        right: 20px;
        margin-right: 0px !important;
    }

    .subqucikLinkResponse > ul.rBox > li > .object > div > a.smallSub:nth-last-of-type(1) {
    }
}

@media screen and (max-width: 980px) {
    .subqucikLinkResponse > ul.rBox {
        height: auto;
        padding: 30px 10px 30px 10px;
    }

    .subqucikLinkResponse > ul.rBox > li:nth-child(n) {
        width: 33.33%;
        /* height: 100px; */
        padding: 0px 0 5px 0;
    }

    /*
		.subqucikLinkResponse > ul.rBox > li:nth-child(1) > .object {background: url('../img/iconNewMainQuickLink01s.png') left center #3062b6 no-repeat;}
		.subqucikLinkResponse > ul.rBox > li:nth-child(2) > .object {background: url('../img/iconNewMainQuickLink02s.png') left center #1e7bbc no-repeat;}
		.subqucikLinkResponse > ul.rBox > li:nth-child(3) > .object {background: url('../img/iconNewMainQuickLink03s.png') left center #a53920 no-repeat;}
		.subqucikLinkResponse > ul.rBox > li:nth-child(4) > .object {background: url('../img/iconNewMainQuickLink04s.png') left center #008541 no-repeat;}
		.subqucikLinkResponse > ul.rBox > li:nth-child(5) > .object {background: url('../img/iconNewMainQuickLink05s.png') left center #078e81 no-repeat;}
*/


    .subqucikLinkResponse > ul.rBox > li:nth-child(n) > .object {
        background-size: auto 100%;
    }

    /* .subqucikLinkResponse > ul.rBox > li > .object > a > br {display: none;} */
    .subqucikLinkResponse > ul.rBox > li > .object > a {
        width: 100%;
        /* height: 100%; */
        /* padding: 0px 10px 25px 25px; */
        /* font-size: 15px; */
        /* text-align: center; */
    }

    .subqucikLinkResponse > ul.rBox > li > .object > a.smallSub {
        top: 30px;
        bottom: auto;
        left: 15px;
        right: 0;
        justify-content: center;
        align-items: center;
        width: calc(50% - 60px /2);
        height: 50%;
        padding: 5px;
        line-height: 15px;
        font-size: 20px;
    }

    .subqucikLinkResponse > ul.rBox > li > .object > a.smallSub:nth-last-of-type(2) {
        left: auto;
        right: 30px;
        margin-right: 0px !important;
    }

    .subqucikLinkResponse > ul.rBox > li > .object > a.smallSub:nth-last-of-type(1) {
    }
}

@media screen and (max-width: 660px) {
    .subqucikLinkResponse > ul.rBox {
        height: auto;
        padding: 10px 0px 10px 0px;
        margin: 0px;
    }

    .subqucikLinkResponse > ul.rBox > li:nth-child(n) {
        width: 48%;
        /* height: 100px; */
    }

    /* 		.subqucikLinkResponse > ul.rBox > li > .object > a:not(.bosu) {padding: 20px 5px 5px 5px; line-height: 15px;text-align:center}
 */
    .subqucikLinkResponse > ul.rBox > li > .object > a > .bosu {
        /* padding: 25px 5px 5px 5px; */
        line-height: 20px;
        /* text-align: center; */
        font-size: 18px;
    }

    .subqucikLinkResponse > ul.rBox > li > .object > a > .bosu2 {
        /* padding: 15px 5px 5px 5px; */
        line-height: 20px;
        text-align: center;
        font-size: 18px;
    }

    .subqucikLinkResponse > ul.rBox > li > .object > a > br {
        display: block;
    }

    .subqucikLinkResponse > ul.rBox > li > .object > a.smallSub {
        top: auto;
        padding: 10px 0px;
        bottom: 0;
        left: 8px;
        right: auto;
        justify-content: center;
        align-items: center;
        width: calc(54% - 30px /2);
        height: 60px;
        line-height: 20px;
        font-size: 20px;
    }

    .subqucikLinkResponse > ul.rBox > li > .object > a.smallSub > span {
        font-size: 16px;
        font-weight: 500;
    }

    .subqucikLinkResponse > ul.rBox > li > .object > a.smallSub:nth-last-of-type(2) {
        top: auto;
        margin: 2px;
        left: auto;
        right: 5px;
        margin-right: 0px !important;
    }

    .subqucikLinkResponse > ul.rBox > li > .object > a.smallSub:nth-last-of-type(1) {
        margin-left: 0px !important;
        margin: 2px;
    }
}

/* 2024.12.19 end */
#newsArea {
    background: #fff;
}

.newsResponse {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0;
}

.newsResponse > .rBox {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0;
}

.newsResponse > .rBox > .bannerBox, .newsResponse > .rBox > .noticeBox {
    float: left;
    display: block;
    width: 50%;
    height: auto;
    box-sizing: border-box;
    padding: 0 20px;
}

.newsResponse > .rBox > .noticeBox > h3 {
    display: block;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    line-height: 40px;
    font-size: 30px;
    font-weight: 500;
    color: #222;
}

.newsResponse > .rBox > .noticeBox > .newsGroup {
    position: relative;
    display: block;
    width: 100%;
    height: 200px;
    margin-top: 20px;
    box-sizing: border-box;
    padding-bottom: 160px;
}

.newsResponse > .rBox > .noticeBox > .newsGroup > h4 {
    float: left;
    display: block;
    width: 120px;
    height: 40px;
}

.newsResponse > .rBox > .noticeBox > .newsGroup > h4 > a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 40px;
    font-size: 16px;
    font-weight: 400;
    color: #444;
    text-align: center;
    text-decoration: none;
    background-color: #eee;
}

.newsResponse > .rBox > .noticeBox > .newsGroup > h4.on > a {
    color: #fff;
    background-color: #1f3773;
    text-decoration: underline;
    
}

.newsResponse > .rBox > .noticeBox > .newsGroup > .newsList {
    position: absolute;
    top: 40px;
    left: 0;
    display: none;
    width: 100%;
    height: 160px;
    box-sizing: border-box;
    padding-top: 19px;
    border-top: 1px #eee solid;
    z-index: 1;
}

.newsResponse > .rBox > .noticeBox > .newsGroup > .newsList.on {
    display: block;
}

.newsResponse > .rBox > .noticeBox > .newsGroup > .newsList > ul.content {
    display: block;
    width: 100%;
    height: 100%;
}

.newsResponse > .rBox > .noticeBox > .newsGroup > .newsList > ul.content > li {
    display: block;
    width: 100%;
    height: 30px;
}

.newsResponse > .rBox > .noticeBox > .newsGroup > .newsList > ul.content > li > a {
    float: left;
    display: block;
    width: calc(100% - 80px);
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    font-weight: 400;
    color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newsResponse > .rBox > .noticeBox > .newsGroup > .newsList > ul.content > li > span {
    float: left;
    display: block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    font-weight: 300;
    color: #555;
    text-align: right;
}

.newsResponse > .rBox > .noticeBox > .newsGroup > .newsList > a.more {
    position: absolute;
    top: -41px;
    right: 0;
    display: block;
    width: 60px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    z-index: 2;
    background-color: #C5345C;
}

.newsResponse > .rBox > .bannerBox > .bannerBG {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    background: url('../img/mImgBannerBG.jpg') center center no-repeat;
    background-size: cover;
}

.newsResponse > .rBox > .bannerBox > .bannerBG > ul.bannerGroup {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border: 1px rgba(255,255,255,0.2) solid;
    background-color: rgba(0,0,0,0.2);
    flex-wrap: wrap;
}

.newsResponse > .rBox > .bannerBox > .bannerBG > ul.bannerGroup > li {
    width: 33%;
}

.newsResponse > .rBox > .bannerBox > .bannerBG > ul.bannerGroup > li:nth-child(1), .newsResponse > .rBox > .bannerBox > .bannerBG > ul.bannerGroup > li:nth-child(2), .newsResponse > .rBox > .bannerBox > .bannerBG > ul.bannerGroup > li:nth-child(3) {
    border-bottom: 1px rgba(255,255,255,0.2) solid;
}
.newsResponse > .rBox > .bannerBox > .bannerBG > ul.bannerGroup > li > .object {
    border-right: 1px rgba(255, 255, 255, 0.2) solid;
}
.newsResponse > .rBox > .bannerBox > .bannerBG > ul.bannerGroup > li:nth-child(3) > .object, .newsResponse > .rBox > .bannerBox > .bannerBG > ul.bannerGroup > li:last-child > .object{
    border-right: 0;
}
.newsResponse > .rBox > .bannerBox > .bannerBG > ul.bannerGroup > li:nth-child(1) > .object {
    background: url('../img/iconMainBanner01-n.png') left center no-repeat;
}

.newsResponse > .rBox > .bannerBox > .bannerBG > ul.bannerGroup > li:nth-child(2) > .object {
    background: url('../img/iconMainBanner02-n.png') left center no-repeat;
}

.newsResponse > .rBox > .bannerBox > .bannerBG > ul.bannerGroup > li:nth-child(3) > .object {
    background: url('../img/iconMainBanner03-n.png') left center no-repeat;
}

.newsResponse > .rBox > .bannerBox > .bannerBG > ul.bannerGroup > li:nth-child(4) > .object {
    background: url('../img/iconMainBanner04-n.png') left center no-repeat;
}

.newsResponse > .rBox > .bannerBox > .bannerBG > ul.bannerGroup > li:nth-child(5) > .object {
    background: url('../img/iconMainBanner05-n.png') left center no-repeat;
}

.newsResponse > .rBox > .bannerBox > .bannerBG > ul.bannerGroup > li:nth-child(6) > .object {
    background: url('../img/iconMainBanner06-n.png') left center no-repeat;
}
.newsResponse > .rBox > .bannerBox > .bannerBG > ul.bannerGroup > li > .object > a {
    display: flex;
    align-items: center;
    height: 100px;
    box-sizing: border-box;
    padding: 30px 0 30px 90px;
    line-height: 20px;
    color: #fff;
    letter-spacing: -1px;
}
/*
.newsResponse > .rBox > .bannerBox > .bannerBG > ul.bannerGroup > li:nth-child(4), .newsResponse > .rBox > .bannerBox > .bannerBG > ul.bannerGroup > li:nth-child(5), .newsResponse > .rBox > .bannerBox > .bannerBG > ul.bannerGroup > li:nth-child(6) {
    padding-top: 10px;
}

.newsResponse > .rBox > .bannerBox > .bannerBG > ul.bannerGroup > li > .object {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
}

.newsResponse > .rBox > .bannerBox > .bannerBG > ul.bannerGroup > li:nth-child(1) > .object, .newsResponse > .rBox > .bannerBox > .bannerBG > ul.bannerGroup > li:nth-child(2) > .object, .newsResponse > .rBox > .bannerBox > .bannerBG > ul.bannerGroup > li:nth-child(4) > .object, .newsResponse > .rBox > .bannerBox > .bannerBG > ul.bannerGroup > li:nth-child(5) > .object {
    padding-right: 9px;
    border-right: 1px rgba(255,255,255,0.2) solid;
}


.newsResponse > .rBox > .bannerBox > .bannerBG > ul.bannerGroup > li:nth-child(1) > .object {
    background: url('../img/iconMainBanner01.png') left center no-repeat;
}

.newsResponse > .rBox > .bannerBox > .bannerBG > ul.bannerGroup > li:nth-child(2) > .object {
    background: url('../img/iconMainBanner02.png') left 10px center no-repeat;
}

.newsResponse > .rBox > .bannerBox > .bannerBG > ul.bannerGroup > li:nth-child(3) > .object {
    background: url('../img/iconMainBanner03.png') left center no-repeat;
}

.newsResponse > .rBox > .bannerBox > .bannerBG > ul.bannerGroup > li:nth-child(4) > .object {
    background: url('../img/iconMainBanner04.png') left 10px center no-repeat;
}

.newsResponse > .rBox > .bannerBox > .bannerBG > ul.bannerGroup > li > .object > a {
    display: flex;
    align-items: center;
    height: 100px;
    box-sizing: border-box;
    padding: 30px 0 30px 90px;
    line-height: 20px;
    color: #fff;
    letter-spacing: -1px;
}*/

@media screen and (max-width: 1220px) {
    .newsResponse > .rBox > .bannerBox, .newsResponse > .rBox > .noticeBox {
        float: none;
        width: 100%;
        max-width: 960px;
        padding: 0 20px;
        margin: 0 auto;
        width: 100% !important;
    }

    .newsResponse > .rBox > .bannerBox {
        margin-top: 20px;
    }

    .newsResponse > .rBox > .bannerBox > .bannerBG > ul.bannerGroup > li > .object > a {
        padding: 40px 0 40px 90px;
    }

    .newsResponse > .rBox > .bannerBox > .bannerBG > ul.bannerGroup > li > .object > a > br {
        display: none;
    }
}

@media screen and (max-width: 980px) {
    .newsResponse > .rBox > .noticeBox > .newsGroup > h4 {
        width: 100px;
    }

    .newsResponse > .rBox > .noticeBox > .newsGroup > h4 > a {
        font-size: 15px;
    }

    .newsResponse > .rBox > .bannerBox > .bannerBG > ul.bannerGroup > li > .object > a {
        font-size: 16px;
    }
}

@media screen and (max-width: 660px) {
    .newsResponse > .rBox > .bannerBox > .bannerBG > ul.bannerGroup > li > .object > a {
        padding: 30px 0 30px 80px;
    }

    .newsResponse > .rBox > .bannerBox > .bannerBG > ul.bannerGroup > li > .object > a > br {
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .newsResponse > .rBox > .bannerBox > .bannerBG > ul.bannerGroup{
        padding: 0 10px;
    }
    .newsResponse > .rBox > .bannerBox > .bannerBG > ul.bannerGroup > li {
        float: none;
        width: 100%;
    }

    .newsResponse > .rBox > .bannerBox > .bannerBG > ul.bannerGroup > li {
        padding: 10px;
        border: 0;
        border-bottom: 1px rgba(255,255,255,0.2) solid;
        background-position: left center;
    }

    .newsResponse > .rBox > .bannerBox > .bannerBG > ul.bannerGroup > li:last-child {       
        border-bottom: 0;
    }

    .newsResponse > .rBox > .bannerBox > .bannerBG > ul.bannerGroup > li:nth-child(1) > .object, .newsResponse > .rBox > .bannerBox > .bannerBG > ul.bannerGroup > li:nth-child(2) > .object, .newsResponse > .rBox > .bannerBox > .bannerBG > ul.bannerGroup > li:nth-child(3) > .object, .newsResponse > .rBox > .bannerBox > .bannerBG > ul.bannerGroup > li:nth-child(4) > .object, .newsResponse > .rBox > .bannerBox > .bannerBG > ul.bannerGroup > li:nth-child(5) > .object {
        padding: 0;
        border: 0;
        background-position: left center;
    }

    .newsResponse > .rBox > .bannerBox > .bannerBG > ul.bannerGroup > li > .object > a {
        height: 60px;
        padding: 20px 0 20px 70px;
    }

    .newsResponse > .rBox > .bannerBox > .bannerBG > ul.bannerGroup > li > .object > a > br {
        display: none;
    }
}

@media screen and (max-width: 420px) {
    .newsResponse > .rBox > .bannerBox, .newsResponse > .rBox > .noticeBox {
        padding: 0 10px;
    }

    .newsResponse > .rBox > .noticeBox > .newsGroup > h4.news01 {
        width: 80px;
    }

    .newsResponse > .rBox > .noticeBox > .newsGroup > h4.news02 {
        width: 70px;
    }

    .newsResponse > .rBox > .noticeBox > .newsGroup > h4.news03 {
        width: 90px;
    }

    .newsResponse > .rBox > .noticeBox > .newsGroup > h4 > a {
        font-size: 14px;
    }

    .newsResponse > .rBox > .noticeBox > .newsGroup > .newsList > a.more {
        width: 50px;
        font-size: 13px;
    }

    .newsResponse > .rBox > .bannerBox > .bannerBG > ul.bannerGroup > li > .object > a {
        padding: 10px 0 10px 70px;
    }

    .newsResponse > .rBox > .bannerBox > .bannerBG > ul.bannerGroup > li > .object > a > br {
        display: block;
    }
}

/*
	.newsResponse > .rBox > .bannerBox .swiper-container {width: 100%; max-width: 560px; height: 300px;}
	.newsResponse > .rBox > .bannerBox .swiper-container ul.swiper-wrapper {width: 100%; max-width: 560px; height: 260px;}
	.newsResponse > .rBox > .bannerBox .swiper-container ul.swiper-wrapper li.swiper-slide {max-width: 560px; max-height: 260px;}
	.newsResponse > .rBox > .bannerBox .swiper-container ul.swiper-wrapper li.swiper-slide a {position: absolute; top: 0; left: 0; display: block; width: 100%; height: 100%; padding: 0; text-indent: -9999px; z-index: 1;}
	.newsResponse > .rBox > .bannerBox .swiper-container ul.swiper-wrapper li.swiper-slide img {width: 100%; vertical-align: top;}
	:root {--swiper-theme-color: #fff !important; --swiper-navigation-size : 20px !important;}
	.newsResponse > .rBox > .bannerBox .swiper-container > .swiper-button-next {float: left; left: auto; right: 0; top: auto; bottom: 0; width: 40px; height: 40px; text-align: center; background-color: rgba(0,0,0,0.5);}
	.newsResponse > .rBox > .bannerBox .swiper-container > .swiper-button-prev {float: left; left: auto; right: 80px; top: auto; bottom: 0; width: 40px; height: 40px; text-align: center; background-color: rgba(0,0,0,0.5);}
	.newsResponse > .rBox > .bannerBox .swiper-container > .swiper-button-pause {position: absolute; left: auto; right: 40px; top: auto; bottom: 0; display: block; float: left; width: 40px; height: 40px; text-align: center; z-index: 10; background: url('../img/swiperIconPause.png') center center no-repeat;background-color: rgba(0,0,0,0.9);}
	.newsResponse > .rBox > .bannerBox .swiper-container > .swiper-button-play {position: absolute; left: auto; right: 40px; top: auto; bottom: 0; display: none; float: left; width: 40px; height: 40px; text-align: center; z-index: 10; background: url('../img/swiperIconPlay.png') center center no-repeat; background-color: rgba(0,0,0,0.9);}
	.newsResponse > .rBox > .bannerBox .swiper-container > .swiper-button-next > span,
	.newsResponse > .rBox > .bannerBox .swiper-container > .swiper-button-prev > span,
	.newsResponse > .rBox > .bannerBox .swiper-container > .swiper-button-play,
	.newsResponse > .rBox > .bannerBox .swiper-container > .swiper-button-pause {text-indent: -9999px; cursor: pointer;}
	.newsResponse > .rBox > .bannerBox .swiper-container > .swiper-button-next:hover,
	.newsResponse > .rBox > .bannerBox .swiper-container > .swiper-button-prev:hover {background-color: rgba(230,4,18,0.7);}
	.newsResponse > .rBox > .bannerBox .swiper-container > .swiper-pagination .swiper-pagination-bullet-active {background-color: rgba(230,4,18,0.7);}

	@media screen and (max-width: 1220px) {
		.newsResponse > .rBox > .bannerBox,
		.newsResponse > .rBox > .noticeBox {float: none; width: 100%; max-width: 960px; padding: 0 20px; margin: 0 auto;}

		.newsResponse > .rBox > .bannerBox .swiper-container {width: 100%; max-width: 960px; height: auto; max-height: 300px; margin-top: 20px; padding-bottom: 40px;}
		.newsResponse > .rBox > .bannerBox .swiper-container ul.swiper-wrapper {width: 100%; max-width: 960px; height: auto; max-height: 260px;}
	}
	@media screen and (max-width: 980px) {
		.newsResponse > .rBox > .noticeBox > .newsGroup > h4 {width: 100px;}
		.newsResponse > .rBox > .noticeBox > .newsGroup > h4 > a {font-size: 15px;}
	}
	@media screen and (max-width: 660px) {
	}
	@media screen and (max-width: 420px) {
		.newsResponse > .rBox > .bannerBox,
		.newsResponse > .rBox > .noticeBox {padding: 0 10px;}
		.newsResponse > .rBox > .noticeBox > .newsGroup > h4.news01 {width: 80px;}
		.newsResponse > .rBox > .noticeBox > .newsGroup > h4.news02 {width: 70px;}
		.newsResponse > .rBox > .noticeBox > .newsGroup > h4.news03 {width: 90px;}
		.newsResponse > .rBox > .noticeBox > .newsGroup > h4 > a {font-size: 14px;}
		.newsResponse > .rBox > .noticeBox > .newsGroup > .newsList > a.more {width: 50px; font-size: 13px;}
	}
	*/
/* 20210401 기준 삭제 요청으로 */
#galleryArea {
    display: none;
    background: #f7f4ed;
}

.galleryResponse {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0;
}

.galleryResponse > .rBox {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0;
}

.galleryResponse > .rBox > .youtubeBox, .galleryResponse > .rBox > .galleryBox {
    float: left;
    display: block;
    width: 50%;
    height: auto;
    box-sizing: border-box;
    padding: 0 20px;
    overflow: hidden;
}

.galleryResponse > .rBox > .youtubeBox {
    width: 460px;
}

.galleryResponse > .rBox > .galleryBox {
    width: calc(100% - 460px);
    max-width: 740px;
}

.galleryResponse > .rBox > .youtubeBox > .youtubeGroup {
    position: relative;
    display: block;
    width: 100%;
    height: 340px;
    box-sizing: border-box;
    padding: 0;
}

.galleryResponse > .rBox > .youtubeBox > .youtubeGroup > h4 {
    float: left;
    display: block;
    width: auto;
    height: 40px;
}

.galleryResponse > .rBox > .youtubeBox > .youtubeGroup > h4.youtube01 {
    width: 160px;
}

.galleryResponse > .rBox > .youtubeBox > .youtubeGroup > h4.youtube02 {
    width: 120px;
}

.galleryResponse > .rBox > .youtubeBox > .youtubeGroup > h4.youtube03 {
    width: 140px;
}

.galleryResponse > .rBox > .youtubeBox > .youtubeGroup > h4 > a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #6b717a;
}

.galleryResponse > .rBox > .youtubeBox > .youtubeGroup > h4.on > a {
    color: #fff;
    background-color: #3c7be3;
}

.galleryResponse > .rBox > .youtubeBox > .youtubeGroup > .youtubeUCC {
    position: absolute;
    top: 40px;
    left: 0;
    display: none;
    width: 100%;
    height: 240px;
    z-index: 1;
    background: url('../img/btYoutube.png') center center #222 no-repeat;
}

.galleryResponse > .rBox > .youtubeBox > .youtubeGroup > .youtubeUCC.on {
    display: block;
}

.galleryResponse > .rBox > .youtubeBox > .youtubeGroup > a.more {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 180px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    z-index: 2;
    background-color: #3c7be3;
}

.galleryResponse > .rBox > .galleryBox > .galleryGroup {
    position: relative;
    display: block;
    width: 100%;
    height: 340px;
    box-sizing: border-box;
    padding: 0;
}

.galleryResponse > .rBox > .galleryBox > .galleryGroup > .galleryList {
    position: relative;
    display: block;
    width: 100%;
    height: 280px;
    overflow: hidden;
}

.galleryResponse > .rBox > .galleryBox > .galleryGroup > .galleryList > li {
    float: left;
    display: block;
    width: 33.33%;
    height: 100%;
    box-sizing: border-box;
    padding-left: 10px;
}

.galleryResponse > .rBox > .galleryBox > .galleryGroup > .galleryList > li > a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    background-color: #fff;
}

.galleryResponse > .rBox > .galleryBox > .galleryGroup > .galleryList > li > a > span.pic {
    position: relative;
    display: block;
    width: 100%;
    height: 200px;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.galleryResponse > .rBox > .galleryBox > .galleryGroup > .galleryList > li > a > span.title {
    display: block;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    padding: 20px 10px 0;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.galleryResponse > .rBox > .galleryBox > .galleryGroup > .galleryList > li > a > span.regdate {
    display: block;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    padding: 0 10px 20px;
    line-height: 20px;
    font-size: 13px;
    font-weight: 400;
    color: #555;
}

.galleryResponse > .rBox > .galleryBox > .galleryGroup > a.more {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 180px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    z-index: 2;
    background-color: #db3b61;
}

@media screen and (max-width: 1220px) {
    .galleryResponse > .rBox {
        max-width: 960px;
    }

    .galleryResponse > .rBox > .youtubeBox, .galleryResponse > .rBox > .galleryBox {
        width: 50%;
    }

    .galleryResponse > .rBox > .youtubeBox > .youtubeGroup > h4.youtube01 {
        width: 38%;
    }

    .galleryResponse > .rBox > .youtubeBox > .youtubeGroup > h4.youtube02 {
        width: 28%;
    }

    .galleryResponse > .rBox > .youtubeBox > .youtubeGroup > h4.youtube03 {
        width: 34%;
    }

    .galleryResponse > .rBox > .galleryBox > .galleryGroup > .galleryList > li {
        width: 50%;
    }

    .galleryResponse > .rBox > .galleryBox > .galleryGroup > .galleryList > li:nth-child(3) {
        display: none;
    }
}

@media screen and (max-width: 980px) {
    .galleryResponse > .rBox {
        padding: 0 10px;
    }

    .galleryResponse > .rBox > .youtubeBox {
        width: 420px;
    }

    .galleryResponse > .rBox > .galleryBox {
        width: calc(100% - 420px);
    }

    .galleryResponse > .rBox > .youtubeBox, .galleryResponse > .rBox > .galleryBox {
        padding: 0 10px;
    }
}

@media screen and (max-width: 820px) {
    .galleryResponse > .rBox > .galleryBox > .galleryGroup > .galleryList > li {
        width: 100%;
    }

    .galleryResponse > .rBox > .galleryBox > .galleryGroup > .galleryList > li:nth-child(2), .galleryResponse > .rBox > .galleryBox > .galleryGroup > .galleryList > li:nth-child(3) {
        display: none;
    }
}

@media screen and (max-width: 660px) {
    .galleryResponse > .rBox {
        padding: 0 10px;
    }

    .galleryResponse > .rBox > .youtubeBox, .galleryResponse > .rBox > .galleryBox {
        float: none;
        width: 100%;
        padding: 0 10px;
    }

    .galleryResponse > .rBox > .galleryBox {
        margin-top: 20px;
    }

    .galleryResponse > .rBox > .youtubeBox > .youtubeGroup > a.more, .galleryResponse > .rBox > .galleryBox > .galleryGroup > a.more {
        right: auto;
        left: 50%;
        margin-left: -90px;
    }

    .galleryResponse > .rBox > .galleryBox > .galleryGroup > .galleryList > li {
        width: 50%;
    }

    .galleryResponse > .rBox > .galleryBox > .galleryGroup > .galleryList > li:nth-child(2) {
        display: block;
    }

    .galleryResponse > .rBox > .galleryBox > .galleryGroup > .galleryList > li:nth-child(3) {
        display: none;
    }
}
