#new_sc_con .sc_bg {
    background-color: #54636d;
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}


#new_sc_con .copor_wrap {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

#new_sc_con .m_copor_wrap {
    display: none;
}

#new_sc_con .copor_wrap .logo {
    padding: 40px 0 30px;
    width: 100%;
    overflow: hidden;
}

#new_sc_con .copor_wrap .logo > a {
    float: right;
    display: inline-block;
}

#new_sc_con .copor_wrap .coper_area {
    width: 100%;
    height: 74vh;
    position: relative;
    overflow: hidden;
}

#new_sc_con .copor_wrap .coper_area > li {
    width: calc((100% - 21px) / 3);
    height: 100%;
    float: left;
    margin-right: 10px;
}

#new_sc_con .copor_wrap .coper_area > li:last-of-type {
    margin-right: 0;
}


/*메뉴02 옵션*/
#new_sc_con .copor_wrap .coper_area > li .copor_nav {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    padding: 20px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

#new_sc_con .copor_wrap .coper_area > li .copor_nav,
#new_sc_con .copor_wrap .coper_area > li .copor_nav > figcaption::after,
#new_sc_con .copor_wrap .coper_area > li .copor_nav > figcaption::before,
#new_sc_con .copor_wrap .coper_area > li .copor_nav > figcaption > .copor_line::after,
#new_sc_con .copor_wrap .coper_area > li .copor_nav > figcaption > .copor_line::before {
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease;
}

#new_sc_con .copor_wrap .coper_area > li .copor_nav::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#new_sc_con .copor_wrap .coper_area > li .copor_nav > figcaption {
    position: relative;
    z-index: 9999;
    padding: 15px 20px;
    display: inline-block;
}

#new_sc_con .copor_wrap .coper_area > li .copor_nav:hover > figcaption::after,
#new_sc_con .copor_wrap .coper_area > li .copor_nav:hover > figcaption::before {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition-delay: 0.10s;
    transition-delay: 0.10s;
}

#new_sc_con .copor_wrap .coper_area > li .copor_nav:hover > figcaption > .copor_line::after,
#new_sc_con .copor_wrap .coper_area > li .copor_nav:hover > figcaption > .copor_line::before {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}


#new_sc_con .copor_wrap .coper_area > li .copor_nav > a {
    position: absolute;
    bottom: 20px;
    right: 20px;
    padding: 5px 15px;
    background-color: rgba(255, 255, 255, 0.6);
    color: #fff;
    font-weight: 300;
    border: 1px solid rgb(240, 240, 240);
    z-index: 9999;
    display: none;
}

#new_sc_con .copor_wrap .coper_area > li .copor_nav > a:hover {
    background-color: #fff;
    color: rgba(40, 40, 40);
}

#new_sc_con .copor_wrap .coper_area > li .copor_nav:hover::after {
    background-color: rgba(0, 0, 0, 0.7);
}

/*메뉴02 옵션 end*/




/*메뉴02 - 1번째*/
#new_sc_con .copor_wrap .coper_area > li .copor_nav_01 {
    height: calc((100% - 20px) - 31%);
    background-image: url(../img/menu_02-01.jpg);
}

#new_sc_con .copor_wrap .coper_area > li .copor_nav > figcaption h2 {
    font-size: 2rem;
    font-weight: 300;
    color: #493427;
    margin-bottom: .5rem;
}

#new_sc_con .copor_wrap .coper_area > li .copor_nav > figcaption p {
    color: #fff;
    font-weight: 400;
    font-size: 1rem;
    line-height: 25px;
    letter-spacing: -1px;
}

#new_sc_con .copor_wrap .coper_area > li .copor_nav_01:hover > figcaption h2 {
    color: #fff;
}

/*메뉴02 - 1번째 end*/





/*메뉴02 - 2번째*/
#new_sc_con .copor_wrap .coper_area > li .copor_nav_02 {
    height: calc((100% - 20px) / 3);
    background-image: url(../img/menu_02-02.jpg);
    margin-bottom: 0;
}

#new_sc_con .copor_wrap .coper_area > li .copor_nav_02 > figcaption h2 {
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 0;
}

/*메뉴02 - 2번째 end*/



/*메뉴02 - 3번째*/
#new_sc_con .copor_wrap .coper_area > li .copor_nav_03 {
    height: calc((100% - 20px) / 3);
    background-image: url(../img/menu_02-03.jpg);
}

#new_sc_con .copor_wrap .coper_area > li .copor_nav_03 > figcaption {
    text-align: right;
}


#new_sc_con .copor_wrap .coper_area > li .copor_nav_03 > figcaption h2 {
    color: #3b515c;
}

#new_sc_con .copor_wrap .coper_area > li .copor_nav_03:hover > figcaption h2 {
    color: #fff;
}

/*메뉴02 - 3번째 end*/



/*메뉴02 - 4번째*/
#new_sc_con .copor_wrap .coper_area > li .copor_nav_04 {
    height: calc((100% - 20px) / 3);
    background-image: url(../img/menu_02-04.jpg);
}

#new_sc_con .copor_wrap .coper_area > li .copor_nav_04:hover > figcaption h2 {
    color: #fff;
}

/*메뉴02 - 4번째 end*/



/*메뉴02 - 5번째*/
#new_sc_con .copor_wrap .coper_area > li .copor_nav_05 {
    height: calc((100% - 20px) / 3);
    background-image: url(../img/menu_02-05.jpg);
}

#new_sc_con .copor_wrap .coper_area > li .copor_nav_05 > figcaption {
    text-align: right;
}

#new_sc_con .copor_wrap .coper_area > li .copor_nav_05:hover > figcaption h2 {
    color: #fff;
}

/*메뉴02 - 5번째 end*/



/*메뉴02 - 6번째*/
#new_sc_con .copor_wrap .coper_area > li .copor_nav_06 {
    height: calc((100% - 20px) / 3);
    background-image: url(../img/menu_02-06.jpg);
}

#new_sc_con .copor_wrap .coper_area > li .copor_nav_06 > figcaption h2 {
    color: #3b515c;
}

#new_sc_con .copor_wrap .coper_area > li .copor_nav_06:hover > figcaption h2 {
    color: #fff;
}

/*메뉴02 - 6번째 end*/



/*메뉴02 - 7번째*/
#new_sc_con .copor_wrap .coper_area > li .copor_nav_07 {
    height: calc((100% - 10px) - 31%);
    background-image: url(../img/menu_02-07.jpg);
    margin-bottom: 0;
}

#new_sc_con .copor_wrap .coper_area > li .copor_nav_07 > figcaption {
    text-align: right;
}

#new_sc_con .copor_wrap .coper_area > li .copor_nav_07:hover > figcaption h2 {
    color: #fff;
}

/*메뉴02 - 7번째 end*/







/*선 애니메이션 01*/
#new_sc_con .copor_wrap .coper_area > li .copor_nav_01 > figcaption::after,
#new_sc_con .copor_wrap .coper_area > li .copor_nav_01 > figcaption::before {
    height: 2px;
    width: 450px;
    position: absolute;
    content: '';
    background-color: #ffffff;
}

#new_sc_con .copor_wrap .coper_area > li .copor_nav_01 > figcaption::before {
    top: 0;
    left: 0;
    -webkit-transform: translateX(150%);
    transform: translateX(150%);
}

#new_sc_con .copor_wrap .coper_area > li .copor_nav_01 > figcaption::after {
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(-150%);
    transform: translateX(-150%);
}

#new_sc_con .copor_wrap .coper_area > li .copor_nav_01 > figcaption > .copor_line::after,
#new_sc_con .copor_wrap .coper_area > li .copor_nav_01 > figcaption > .copor_line::before {
    width: 2px;
    height: 500px;
    position: absolute;
    content: '';
    background-color: #ffffff;
}

#new_sc_con .copor_wrap .coper_area > li .copor_nav_01 > figcaption > .copor_line::after {
    bottom: 0;
    right: 0;
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
}

#new_sc_con .copor_wrap .coper_area > li .copor_nav_01 > figcaption > .copor_line::before {
    top: 0;
    left: 0;
    -webkit-transform: translateY(150%);
    transform: translateY(150%);
}

/*선 애니메이션 end*/



/*선 애니메이션 02*/
#new_sc_con .copor_wrap .coper_area > li .copor_nav_02 > figcaption {
    position: absolute;
    right: 20px;
    top: 20px;
    text-align: right;
}

#new_sc_con .copor_wrap .coper_area > li .copor_nav_02 > figcaption::after,
#new_sc_con .copor_wrap .coper_area > li .copor_nav_02 > figcaption::before {
    height: 2px;
    width: 450px;
    position: absolute;
    content: '';
    background-color: #ffffff;
}

#new_sc_con .copor_wrap .coper_area > li .copor_nav_02 > figcaption::before {
    top: 0;
    left: 0;
    -webkit-transform: translateX(150%);
    transform: translateX(150%);
}

#new_sc_con .copor_wrap .coper_area > li .copor_nav_02 > figcaption::after {
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(-150%);
    transform: translateX(-150%);
}

#new_sc_con .copor_wrap .coper_area > li .copor_nav_02 > figcaption > .copor_line::after,
#new_sc_con .copor_wrap .coper_area > li .copor_nav_02 > figcaption > .copor_line::before {
    width: 2px;
    height: 250px;
    position: absolute;
    content: '';
    background-color: #ffffff;
}

#new_sc_con .copor_wrap .coper_area > li .copor_nav_02 > figcaption > .copor_line::after {
    bottom: 0;
    right: 0;
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
}

#new_sc_con .copor_wrap .coper_area > li .copor_nav_02 > figcaption > .copor_line::before {
    top: 0;
    left: 0;
    -webkit-transform: translateY(150%);
    transform: translateY(150%);
}

/*선 애니메이션 end*/




/*선 애니메이션 03*/
#new_sc_con .copor_wrap .coper_area > li .copor_nav_03 > figcaption {
    position: absolute;
    right: 20px;
    top: 20px;
}

#new_sc_con .copor_wrap .coper_area > li .copor_nav_03 > figcaption::after,
#new_sc_con .copor_wrap .coper_area > li .copor_nav_03 > figcaption::before {
    height: 2px;
    width: 450px;
    position: absolute;
    content: '';
    background-color: #ffffff;
}

#new_sc_con .copor_wrap .coper_area > li .copor_nav_03 > figcaption::before {
    top: 0;
    left: 0;
    -webkit-transform: translateX(150%);
    transform: translateX(150%);
}

#new_sc_con .copor_wrap .coper_area > li .copor_nav_03 > figcaption::after {
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(-150%);
    transform: translateX(-150%);
}

#new_sc_con .copor_wrap .coper_area > li .copor_nav_03 > figcaption > .copor_line::after,
#new_sc_con .copor_wrap .coper_area > li .copor_nav_03 > figcaption > .copor_line::before {
    width: 2px;
    height: 250px;
    position: absolute;
    content: '';
    background-color: #ffffff;
}

#new_sc_con .copor_wrap .coper_area > li .copor_nav_03 > figcaption > .copor_line::after {
    bottom: 0;
    right: 0;
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
}

#new_sc_con .copor_wrap .coper_area > li .copor_nav_03 > figcaption > .copor_line::before {
    top: 0;
    left: 0;
    -webkit-transform: translateY(150%);
    transform: translateY(150%);
}

/*선 애니메이션 end*/




/*선 애니메이션 04*/
#new_sc_con .copor_wrap .coper_area > li .copor_nav_04 > figcaption::after,
#new_sc_con .copor_wrap .coper_area > li .copor_nav_04 > figcaption::before {
    height: 2px;
    width: 450px;
    position: absolute;
    content: '';
    background-color: #ffffff;
}

#new_sc_con .copor_wrap .coper_area > li .copor_nav_04 > figcaption::before {
    top: 0;
    left: 0;
    -webkit-transform: translateX(150%);
    transform: translateX(150%);
}

#new_sc_con .copor_wrap .coper_area > li .copor_nav_04 > figcaption::after {
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(-150%);
    transform: translateX(-150%);
}

#new_sc_con .copor_wrap .coper_area > li .copor_nav_04 > figcaption > .copor_line::after,
#new_sc_con .copor_wrap .coper_area > li .copor_nav_04 > figcaption > .copor_line::before {
    width: 2px;
    height: 500px;
    position: absolute;
    content: '';
    background-color: #ffffff;
}

#new_sc_con .copor_wrap .coper_area > li .copor_nav_04 > figcaption > .copor_line::after {
    bottom: 0;
    right: 0;
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
}

#new_sc_con .copor_wrap .coper_area > li .copor_nav_04 > figcaption > .copor_line::before {
    top: 0;
    left: 0;
    -webkit-transform: translateY(150%);
    transform: translateY(150%);
}

/*선 애니메이션 end*/




/*선 애니메이션 05*/
#new_sc_con .copor_wrap .coper_area > li .copor_nav_05 > figcaption {
    position: absolute;
    right: 20px;
    top: 20px;
}

#new_sc_con .copor_wrap .coper_area > li .copor_nav_05 > figcaption::after,
#new_sc_con .copor_wrap .coper_area > li .copor_nav_05 > figcaption::before {
    height: 2px;
    width: 450px;
    position: absolute;
    content: '';
    background-color: #ffffff;
}

#new_sc_con .copor_wrap .coper_area > li .copor_nav_05 > figcaption::before {
    top: 0;
    left: 0;
    -webkit-transform: translateX(150%);
    transform: translateX(150%);
}

#new_sc_con .copor_wrap .coper_area > li .copor_nav_05 > figcaption::after {
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(-150%);
    transform: translateX(-150%);
}

#new_sc_con .copor_wrap .coper_area > li .copor_nav_05 > figcaption > .copor_line::after,
#new_sc_con .copor_wrap .coper_area > li .copor_nav_05 > figcaption > .copor_line::before {
    width: 2px;
    height: 75vh;
    position: absolute;
    content: '';
    background-color: #ffffff;
}

#new_sc_con .copor_wrap .coper_area > li .copor_nav_05 > figcaption > .copor_line::after {
    bottom: 0;
    right: 0;
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
}

#new_sc_con .copor_wrap .coper_area > li .copor_nav_05 > figcaption > .copor_line::before {
    top: 0;
    left: 0;
    -webkit-transform: translateY(150%);
    transform: translateY(150%);
}

/*선 애니메이션 end*/




/*선 애니메이션 06*/
#new_sc_con .copor_wrap .coper_area > li .copor_nav_06 > figcaption::after,
#new_sc_con .copor_wrap .coper_area > li .copor_nav_06 > figcaption::before {
    height: 2px;
    width: 450px;
    position: absolute;
    content: '';
    background-color: #ffffff;
}

#new_sc_con .copor_wrap .coper_area > li .copor_nav_06 > figcaption::before {
    top: 0;
    left: 0;
    -webkit-transform: translateX(150%);
    transform: translateX(150%);
}

#new_sc_con .copor_wrap .coper_area > li .copor_nav_06 > figcaption::after {
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(-150%);
    transform: translateX(-150%);
}

#new_sc_con .copor_wrap .coper_area > li .copor_nav_06 > figcaption > .copor_line::after,
#new_sc_con .copor_wrap .coper_area > li .copor_nav_06 > figcaption > .copor_line::before {
    width: 2px;
    height: 75vh;
    position: absolute;
    content: '';
    background-color: #ffffff;
}

#new_sc_con .copor_wrap .coper_area > li .copor_nav_06 > figcaption > .copor_line::after {
    bottom: 0;
    right: 0;
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
}

#new_sc_con .copor_wrap .coper_area > li .copor_nav_06 > figcaption > .copor_line::before {
    top: 0;
    left: 0;
    -webkit-transform: translateY(150%);
    transform: translateY(150%);
}

/*선 애니메이션 end*/




/*선 애니메이션 07*/
#new_sc_con .copor_wrap .coper_area > li .copor_nav_07 > figcaption {
    position: absolute;
    right: 20px;
    top: 20px;
}

#new_sc_con .copor_wrap .coper_area > li .copor_nav_07 > figcaption::after,
#new_sc_con .copor_wrap .coper_area > li .copor_nav_07 > figcaption::before {
    height: 2px;
    width: 450px;
    position: absolute;
    content: '';
    background-color: #ffffff;
}

#new_sc_con .copor_wrap .coper_area > li .copor_nav_07 > figcaption::before {
    top: 0;
    left: 0;
    -webkit-transform: translateX(150%);
    transform: translateX(150%);
}

#new_sc_con .copor_wrap .coper_area > li .copor_nav_07 > figcaption::after {
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(-150%);
    transform: translateX(-150%);
}

#new_sc_con .copor_wrap .coper_area > li .copor_nav_07 > figcaption > .copor_line::after,
#new_sc_con .copor_wrap .coper_area > li .copor_nav_07 > figcaption > .copor_line::before {
    width: 2px;
    height: 75vh;
    position: absolute;
    content: '';
    background-color: #ffffff;
}

#new_sc_con .copor_wrap .coper_area > li .copor_nav_07 > figcaption > .copor_line::after {
    bottom: 0;
    right: 0;
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
}

#new_sc_con .copor_wrap .coper_area > li .copor_nav_07 > figcaption > .copor_line::before {
    top: 0;
    left: 0;
    -webkit-transform: translateY(150%);
    transform: translateY(150%);
}

/*선 애니메이션 end*/






/*아이템 01*/
#new_sc_con .sc_bg_nav {
    width: 100%;
    height: auto;
    position: relative;
}

#new_sc_con .fixed_bg {
    width: 100%;
    height: 100vh;
    background-image: url(../img/sub_bg_02-1.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}

#new_sc_con .fixed_bg > h2 {
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 10px 0;
    -webkit-transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
    font-size: 3rem;
    letter-spacing: 1px;
    font-weight: 600;
}

#new_sc_con .content_wrap {
    padding: 85px 0 150px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-color: #f5f5f0;
}

#new_sc_con .content_area {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    background-color: #fff;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    padding: 10px 35px;
}

#new_sc_con .content_area > .title {
    width: 100%;
    padding: 10px 0;
    overflow: hidden;
    margin-bottom: 2rem;
    border-bottom: 1px dashed #000;
}

#new_sc_con .content_area > .title > h2 {
    float: left;
    font-size: 2rem;
    line-height: 60px;

}

#new_sc_con .content_area > .title > a {
    float: right;
    display: inline-block;
    width: 29px;
    height: 29px;
    position: relative;
}

#new_sc_con .content_area > .title > a > img {
    width: 100%;
    margin-top: 15px;
}

#new_sc_con .content_con {
    width: 100%;
    height: auto;
    position: relative;
}

#new_sc_con .content_con > li {
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
}

#new_sc_con .content_con > li .cont_img {
    float: left;
    width: calc((100% - 40px) / 3);
    margin-right: 40px;
}

#new_sc_con .content_con > li .cont_img > img {
    width: 100%;
}

#new_sc_con .content_con > .content_list_img .cont_img {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
}

#new_sc_con .content_con > .content_list_img .cont_img > a {
    display: block;
    width: 100%;
    height: 100%;
}

#new_sc_con .content_con > .content_list_img .cont_img > a > img {
    width: 100%;
}

#new_sc_con .content_con > .content_list_img .cont_img:last-of-type {
    margin-right: 0;
}

#new_sc_con .content_con > .content_list_02 .cont_img {
    width: calc((100% - 61px) / 7);
    margin-right: 10px;
}

#new_sc_con .content_con > .content_list_02 .cont_img > a {
    display: block;
    width: 100%;
    height: 100%;
}

#new_sc_con .content_con > .content_list_02 .cont_img > a > img {
    width: 100%;
}

#new_sc_con .content_con > .content_list_02 .cont_img:last-of-type {
    margin-right: 0;
}

#new_sc_con .content_con > li .cont_txt {
    width: calc((100% - 40px) - 35%);
    float: left;
    text-align: justify;
}

#new_sc_con .content_con > li .cont_txt > p {
    line-height: 25px;
    color: rgb(40, 40, 40);
    font-size: 0.9rem;
    margin-bottom: .3rem;
    font-weight: 400;
}

#new_sc_con .content_con > li .cont_txt > p > span {
    font-weight: 600;
    font-size: 0.9rem;
}

#new_sc_con .content_con > li .cont_txt > p > i {
    vertical-align: middle;
    margin-right: .5rem;
    color: #333;
}

#new_sc_con .content_con > li .cont_txt > p > .blue_c {
    color: #57efef;
    font-weight: 500;
    font-size: 0.9rem;
}

#new_sc_con .content_con > li .cont_txt > p > .fontS {
    font-size: 1.2rem;
    color: rgb(200, 200, 200);
    margin-left: .5rem;
}

/*아이템 01 end*/


/*아이템 02*/
#new_sc_con .fixed_bg_02 {
    background-image: url(../img/sub_bg_02-2.jpg);
}

#new_sc_con .fixed_bg_07 {
    background-image: url(../img/sub_bg_02-7.jpg);
}

/*아이템 02 end*/


/*아이템 03*/
#new_sc_con .fixed_bg_03 {
    background-image: url(../img/sub_bg_02-3.jpg);
}

#new_sc_con .content_con > li .cont_txt .cont_table {
    width: 100%;
    height: 250px;
    background-color: rgba(179, 179, 179, 0.17);
    border-radius: 0.5rem;
    padding: 5px;
    position: relative;
    overflow: hidden;
}

#new_sc_con .content_con > li .cont_txt .cont_table > li {
    float: left;
}

#new_sc_con .content_con > li .cont_txt .cont_table > li > a {
    font-size: 0.9rem;
    color: #333;
    font-weight: 400;
    padding: 10px 15px;
    display: block;
    background-color: transparent;
}

.cont_active {
    background-color: #fff !important;
    border-radius: .5rem .5rem 0 0;
}

#new_sc_con .content_con > li .cont_txt .cont_table > li > a:hover {
    background-color: #fff;
    border-radius: .5rem .5rem 0 0;
}

#new_sc_con .content_con > li .cont_txt .cont_table > li > ul {
    position: absolute;
    top: 42px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background-color: #fff;
    padding: 15px;
}

#new_sc_con .content_con > li .cont_txt .cont_table > li > ul > li {
    position: relative;
    width: 100%;
    height: 100%;
}

#new_sc_con .content_con > li .cont_txt .cont_table > li > ul > li > p {
    font-size: 0.85rem;
    line-height: 25px;
    font-weight: 400;
}

/*아이템 03 end*/


/*아이템 04*/
#new_sc_con .fixed_bg_04 {
    background-image: url(../img/sub_bg_02-4.jpg);
}

/*아이템 04 end*/


/*아이템 04*/
#new_sc_con .fixed_bg_05 {
    background-image: url(../img/sub_bg_02-5.jpg);
}

/*아이템 04 end*/








/*모달 창*/
.modal_src{
    display: none;
}

.modal_wrap {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    display: none;
}

.modal_area {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: #fff;
    border-radius: 1rem;
    width: 400px;
}

.modal_con{
    position: relative;
    width: 100%;
    height: 100%;
}

.modal_con .modal_img{
    width: 100%;
    height: 100%;
    position: relative;
}

.modal_con .modal_img > img{
    width: 100%;
}

.modal_con .modal_close{
    position: absolute;
    top: 0;
    right: 0;
}

.modal_con .modal_close > a{
    display: block;
    color: rgba(40,40,40);
}

.modal_con .modal_close > a > i{
    font-size: 1.8rem;
}

.modal_con .modal_close > a:hover{
    opacity: 0.8;
}

/*모달 창 end*/









@media all and (max-width: 1441px) {
    #new_sc_con .sc_bg {
        height: auto;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 100px;
    }

    /*서브 상세페이지*/
    #new_sc_con .content_wrap {
        padding-right: 30px;
        padding-left: 30px;
    }

    /*서브 상세페이지 end*/
}


@media all and (max-width: 1025px){
    #new_sc_con .copor_wrap .coper_area > li .copor_nav > a{
        background-color: rgb(255,255,255);
        color: #000;
    }
}


@media all and (max-width: 801px) {
    #new_sc_con .sc_bg {
        height: auto;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 100px;
    }

    #new_sc_con .copor_wrap {
        display: none;
    }

    #new_sc_con .m_copor_wrap {
        display: block;
    }

    #new_sc_con .m_copor_wrap .coper_area {
        height: auto;
    }

    #new_sc_con .m_copor_wrap .coper_area > li {
        width: 100%;
        height: 300px;
        float: none;
        margin-bottom: 20px;
    }

    #new_sc_con .copor_wrap .coper_area > li .copor_nav {
        height: 100%;
    }

    /*선 애니메이션*/
    #new_sc_con .copor_wrap .coper_area > li .copor_nav > figcaption {
        position: -webkit-sticky;
        position: sticky;
        width: 100%;
    }


    #new_sc_con .copor_wrap .coper_area > li .copor_nav > figcaption::after,
    #new_sc_con .copor_wrap .coper_area > li .copor_nav > figcaption::before {
        height: 2px;
        width: 1000px;
        position: absolute;
        content: '';
        background-color: #ffffff;
    }

    #new_sc_con .copor_wrap .coper_area > li .copor_nav > figcaption::before {
        top: 0;
        left: 0;
        -webkit-transform: translateX(200%);
        transform: translateX(200%);
    }

    #new_sc_con .copor_wrap .coper_area > li .copor_nav > figcaption::after {
        bottom: 0;
        right: 0;
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%);
    }

    #new_sc_con .copor_wrap .coper_area > li .copor_nav > figcaption > .copor_line::after,
    #new_sc_con .copor_wrap .coper_area > li .copor_nav > figcaption > .copor_line::before {
        width: 2px;
        height: 75vh;
        position: absolute;
        content: '';
        background-color: #ffffff;
    }

    #new_sc_con .copor_wrap .coper_area > li .copor_nav > figcaption > .copor_line::after {
        bottom: 0;
        right: 0;
        -webkit-transform: translateY(-200%);
        transform: translateY(-200%);
    }

    #new_sc_con .copor_wrap .coper_area > li .copor_nav > figcaption > .copor_line::before {
        top: 0;
        left: 0;
        -webkit-transform: translateY(200%);
        transform: translateY(200%);
    }

    /*선 애니메이션 end*/

    /*아이템*/
    #new_sc_con .content_con > li .cont_img {
        width: 100%;
        margin-bottom: 2rem;
    }

    #new_sc_con .content_con > li .cont_txt {
        width: 100%;
    }

    #new_sc_con .content_con > .content_list_img .cont_img {
        width: 100%;
        margin-bottom: 2rem;
    }

    /*아이템 end*/
    
    /*백그라운드 배경 모바일*/
    #new_sc_con .fixed_bg {
        background-image: url(../img/mo_sub_bg_02-1.jpg);
        background-attachment: initial;
    }

    #new_sc_con .fixed_bg_02 {
        background-image: url(../img/sub_bg_02-2.jpg);
    }

    #new_sc_con .fixed_bg_03 {
        background-image: url(../img/mo_sub_bg_02-3.jpg);
    }

    #new_sc_con .fixed_bg_04 {
        background-image: url(../img/mo_sub_bg_02-4.jpg);
    }

    #new_sc_con .fixed_bg_05 {
        background-image: url(../img/mo_sub_bg_02-5.jpg);
    }

    #new_sc_con .fixed_bg_07 {
        background-image: url(../img/sub_bg_02-7.jpg);
    }

    /*백그라운드 배경 모바일 end*/
}


@media all and (max-width: 481px) {
    #new_sc_con .copor_wrap .logo > a {
        float: none;
        margin: 0 auto;
        text-align: center;
        display: table;
    }

    #new_sc_con .sc_bg {
        height: auto;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 100px;
    }

    #new_sc_con .m_copor_wrap .coper_area > li {
        margin-bottom: 15px;
    }

    #new_sc_con .copor_wrap .coper_area > li .copor_nav > figcaption {
        position: -webkit-sticky;
        position: sticky;
        width: 100%;
        display: inline-block;
    }

    /*서브 상세페이지*/
    #new_sc_con .fixed_bg > h2 {
        font-size: 2rem;
    }

    #new_sc_con .content_wrap {
        padding-right: 15px;
        padding-left: 15px;
    }

    #new_sc_con .content_area {
        padding: 10px 15px;
    }

    /*서브 상세페이지 end*/
    
    .modal_area{
        width: 90%;
    }
    
    #new_sc_con .content_area > .title > h2{
        font-size: 1.2rem;
    }
}

@media all and (max-width: 361px) {
    #new_sc_con .fixed_bg > h2 {
        font-size: 1.5rem;
    }

    #new_sc_con .content_area > .title > h2 {
        font-size: 1.5rem;
    }
}
