/* 섹션 공통 */
section {
    position: relative;
}

section .sec_tit {
    position: relative;
}

section .sec_tit h2 {
    font-size: 44px;
    line-height: 1.2em;
    color: #000;
    font-family: "SebangGothic";
    font-weight: 700;
}

section .sec_tit p {
    font-size: 18px;
    line-height: 26px;
    color: #111111;
    opacity: 0.8;
    margin-top: 5px;
}

section .sec_tit a {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 14px;
    color: #ffffff;
    display: block;
    padding: 0 15px;
    line-height: 38px;
    border: 1px solid #fff;
    opacity: 0.8;
    transition: All 0.2s ease-out;
    -webkit-transition: All 0.2s ease-out;
    -moz-transition: All 0.2s ease-out;
    -o-transition: All 0.2s ease-out;
}
section.sct2 .commu_wrap .tab_wrap .link_wrap,
section.sct3 .edu_list_wrap .col_wrap .tab_wrap .link_wrap {
    order: 2;
}
section.sct3 .sec_tit a,
section.sct4 .sec_tit a {
    color: #000;
    border: none;
}
section.sct2 .btn_sec_more,
section.sct3 .btn_sec_more {
    display: inline-block;
    color: #131313;
    line-height: 40px;
    font-size: 15px;
    text-align: right;
    width: 150px;
    float: right;
}

section .sec_tit a::after,
section.sct2 .btn_sec_more::after,
section.sct3 .btn_sec_more::after {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 22px;
    height: 38px;
    background-image: url(../img/assets/ico-arrow-more.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 38px;
}

section.sct2 .btn_sec_more::after,
section.sct3 .btn_sec_more::after,
section.sct4 .btn_sec_more::after {
    margin-left: 15px;
    background-image: url(../img/assets/ico-arrow-more-dark.svg);
}

section.sct2,
section.sct3,
section.sct4,
section.sct5,
section.sct6 {
    padding-left: 130px;
    padding-right: 130px;
}

section.sct3 .list_sort_wrap {
    background-color: #f4f6f8;
    border: 1px solid #e6e6e6;
    padding: 29px 40px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
section.sct3 .edu_list_wrap .col_wrap .col_tab {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
section.sct3 .edu_list_wrap .col_wrap .tab_cont {
    position: relative;
    left: 0;
    padding-top: 30px;
    width: 100%;
}
section.sct3 .edu_list_wrap .col_wrap .col_tab ul {
    position: relative;
}
section.sct3 .edu_list_wrap .col_wrap .tab_cont ul {
    display: block;
    animation: showUp 0.3s forwards;
}
section.sct3 .edu_list_wrap .col_wrap .tab_cont ul > li {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 80px) / 3.94 - 0.1px);
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: -15px 25px 25px 0px #00000040;
}
section.sct3 .edu_list_wrap .col_wrap .tab_cont ul > li + li {
    margin-left: 20px;
}
section.sct3 .edu_list_wrap .col_wrap .tab_cont ul > li .clip_wrap > div {
    padding-top: 90%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
section.sct3
    .edu_list_wrap
    .col_wrap
    .tab_cont
    ul
    > li
    .community_thumnail_wrap {
    background-color: #fff;
    padding: 20px 25px;
    font-size: 14px;
    position: relative;
}
section.sct3 .edu_list_wrap .col_wrap .col_tab .link_wrap {
    display: inline-block;
    float: right;
}
/* section.sct3 .edu_list_wrap .col_wrap .tab_cont ul > li.new .desc::before {
    content: "";
    width: 25px;
    height: 25px;
    background-image: url(../img/assets/ico-new.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 20px;
    right: 28px;
} */

section.sct3 .edu_list_wrap .col_wrap .tab_cont ul > li .desc i {
    display: inline-block;
    vertical-align: top;
    padding: 0 8px;
    border: 1px solid #8794e6;
    border-radius: 50px;
    line-height: 25px;
    font-size: 14px;
    color: #8794e6;
}
section.sct3 .edu_list_wrap .col_wrap .tab_cont ul > li .desc em {
    font-size: 17px;
    line-height: 21px;
    color: #333333;
    margin-top: 8px;
    overflow: hidden;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: 800;
    word-break: keep-all;
}
section.sct3 .edu_list_wrap .col_wrap .tab_cont ul > li .desc span {
    font-size: 14px;
    color: #aaaaaa;
    display: inline-block;
}

section.sct3 .edu_list_wrap .col_wrap .col_tab ul > li {
    display: inline-block;
    vertical-align: top;
}
section.sct3 .edu_list_wrap .col_wrap .col_tab ul > li.active a {
    background-color: #556de4;
    color: #fff;
}
section.sct3 .edu_list_wrap .col_wrap .col_tab ul > li a {
    display: block;
    padding: 0 20px;
    color: #666666;
    line-height: 40px;
    font-size: 15px;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
}

section.sct3 .edu_list_wrap .col_wrap .col_tab ul > li.current a {
    background-color: #556de4;
    color: #fff;
}
.list_sort_wrap {
    background-color: #f4f6f8;
    border: 1px solid #e6e6e6;
    padding: 29px 40px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.list_sort_wrap > i {
    font-size: 18px;
    color: #111111;
    font-weight: 700;
    line-height: 42px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 32px;
}

.list_sort_wrap > i::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 11px;
    left: 0;
    background-image: url(../img/assets/ico-info.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.page_search_wrap {
    position: relative;
    padding-right: 85px;
}

.page_search_wrap .select_wrap {
    position: absolute;
    top: 0;
    right: calc(100% + 5px);
}

.page_search_wrap .select_wrap select {
    line-height: 40px;
    height: 42px;
    min-width: 120px;
}

.page_search_wrap input[type="text"] {
    height: 42px;
    line-height: 38px;
    padding: 0 15px;
    border: 1px solid #cecece;
    font-size: 15px;
    color: #666666;
    border-radius: 3px;
    width: 200px;
}

.page_search_wrap button {
    width: 80px;
    background-color: #383a4a;
    height: 42px;
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 3px;
}

.cate_wrap ul {
    font-size: 0;
}

.cate_wrap ul li {
    display: inline-block;
    vertical-align: top;
    /* border: 1px solid #dbdbdb; */
}
#rss_bar .cate_wrap ul {
    display: flex;
    flex-direction: row;
}
#rss_bar .cate_wrap ul li {
    /* border: 1px solid #666666; */
    background: #fff;
}
#rss_bar .cate_wrap ul li button,
#rss_bar .cate_wrap ul li a {
    background-color: transparent;
    /* color: #fff; */
}

#rss_bar .cate_wrap ul li:nth-of-type(1) {
    order: 6;
}
#rss_bar .cate_wrap ul li:nth-of-type(2) {
    order: 1;
}
#rss_bar .cate_wrap ul li:nth-of-type(3) {
    order: 2;
}
#rss_bar .cate_wrap ul li:nth-of-type(4) {
    order: 3;
}
#rss_bar .cate_wrap ul li:nth-of-type(5) {
    order: 4;
}
#rss_bar .cate_wrap ul li:nth-of-type(6) {
    order: 5;
}
#rss_bar .cate_wrap ul li:nth-of-type(7) {
    order: 7;
}
.cate_wrap ul li button,
.cate_wrap ul li a {
    line-height: 40px;
    padding: 0 20px;
    display: block;
    background-color: #fff;
    display: block;
    font-size: 15px;
    color: #666666;
}

.cate_wrap ul li + li {
    margin-left: -1px;
}

.cate_wrap ul li.current {
    position: relative;
    z-index: 1;
}

.cate_wrap ul li.current button,
.cate_wrap ul li.current a,
.cate_wrap ul li.current:hover a,
.cate_wrap ul li.current.all a,
.cate_wrap ul li:hover.all a {
    background-color: #3e8bff !important;
    color: #fff;
}

.cate_wrap ul li.current.youtube a,
.cate_wrap ul li:hover.youtube a {
    background-color: red !important;
    color: #fff;
}

.cate_wrap ul li.current.instagram a,
.cate_wrap ul li:hover.instagram a {
    background: #d6249f !important;
    color: #fff;
}

.cate_wrap ul li.current.blog a,
.cate_wrap ul li:hover.blog a {
    background: #40cd19 !important;
    color: #fff;
}

/* 섹션1 */
.top_slider_wrap {
    width: 100%;
    height: 100%;
    position: relative;
}

.top_slider_wrap .top_slider {
    width: 100%;
    height: 100%;
}

.top_slider_wrap .top_slider ul {
    width: 100%;
    height: 100%;
}

.top_slider_wrap .top_slider li {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0 130px;
    overflow: hidden;
}

.top_slider_wrap .top_slider li.active {
    pointer-events: visible;
}

.top_slider_wrap .top_slider li .bg::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55);
    position: absolute;
    top: 0;
    left: 0;
}

.top_slider_wrap .top_slider li .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: All 4.5s ease-out;
    -webkit-transition: All 4.5s ease-out;
    -moz-transition: All 4.5s ease-out;
    -o-transition: All 4.5s ease-out;
}

.active .top_slider_wrap .top_slider li.active .bg {
    transform: scale(1.1);
}

.top_slider_wrap .top_slider li .wrapper {
    display: flex;
    align-items: center;
    padding-bottom: 350px;
    position: relative;
    z-index: 1;
}

.top_slider_wrap .top_slider li .t_box span {
    font-size: 35px;
    line-height: 40px;
    color: #ffffff;
    font-family: "SebangGothic";
    font-weight: 400;
    display: block;
    margin-bottom: 4px;
    transform: translateX(-30px);
    opacity: 0;
    transition: All 1s cubic-bezier(0.83, 0, 0.17, 1) 0.3s;
    -webkit-transition: All 1s cubic-bezier(0.83, 0, 0.17, 1) 0.3s;
    -moz-transition: All 1s cubic-bezier(0.83, 0, 0.17, 1) 0.3s;
    -o-transition: All 1s cubic-bezier(0.83, 0, 0.17, 1) 0.3s;
}

.top_slider_wrap .top_slider li.active .t_box span {
    transform: translateX(0);
    opacity: 1;
}

.top_slider_wrap .top_slider li .t_box em {
    font-size: 50px;
    line-height: 70px;
    color: #ffffff;
    font-weight: 700;
    font-family: "SebangGothic";
    box-shadow: 0 0 0 1px rgba(0, 157, 218, 0.75);
    background-color: rgba(0, 157, 218, 0.75);
}

.top_slider_wrap .top_slider li .t_box > div {
    transform: translateX(-30px);
    opacity: 0;
    transition: All 1s cubic-bezier(0.83, 0, 0.17, 1) 0.6s;
    -webkit-transition: All 1s cubic-bezier(0.83, 0, 0.17, 1) 0.6s;
    -moz-transition: All 1s cubic-bezier(0.83, 0, 0.17, 1) 0.6s;
    -o-transition: All 1s cubic-bezier(0.83, 0, 0.17, 1) 0.6s;
}

.top_slider_wrap .top_slider li.active .t_box > div {
    transform: translateX(0);
    opacity: 1;
}

.top_slider_wrap .top_slider li .t_box p {
    font-size: 22px;
    line-height: 28px;
    color: #ffffff;
    margin-top: 7px;
    transform: translateX(-30px);
    opacity: 0;
    transition: All 1s cubic-bezier(0.83, 0, 0.17, 1) 0.9s;
    -webkit-transition: All 1s cubic-bezier(0.83, 0, 0.17, 1) 0.9s;
    -moz-transition: All 1s cubic-bezier(0.83, 0, 0.17, 1) 0.9s;
    -o-transition: All 1s cubic-bezier(0.83, 0, 0.17, 1) 0.9s;
}

.top_slider_wrap .top_slider li.active .t_box p {
    transform: translateX(0);
    opacity: 1;
}

.rss_bar {
    position: relative;
    left: 0;
    z-index: 5;
    width: 100%;
}
.rss_bar .wrap {
    display: flex;
    background-color: transparent;
    border-radius: 15px;
}
.rss_bar .wrap .rss_area {
    display: flex;
    width: 100%;
    color: #ffffff;
}
.rss_bar .wrap .rss_area .icon {
    display: block;
    line-height: 24px;
    font-size: 15px;
    color: #ffffff;
    transition: All 0.2s ease-out;
    -webkit-transition: All 0.2s ease-out;
}

.rss_bar .wrap .rss_area .icon a::before {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 50px;
    vertical-align: top;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 7px;
}
/* #rss_bar .cate_wrap ul li:hover i.fa-youtube-play,
#rss_bar .cate_wrap ul li.current i.fa-youtube-play {
    color: red;
}
#rss_bar .cate_wrap ul li:hover i.fa-instagram,
#rss_bar .cate_wrap ul li.current i.fa-instagram {
    background: radial-gradient(
        circle at 30% 107%,
        #fdf497 0%,
        #fdf497 5%,
        #fd5949 45%,
        #d6249f 60%,
        #285aeb 90%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} */

/* #rss_bar .cate_wrap ul li:hover a.ico_blog::before,
#rss_bar .cate_wrap ul li.current a.ico_blog::before {
    background-image: url(../img/assets/ico-sns-blog-colored.svg);
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 2px;
} */

#rss_bar .cate_wrap ul li a.ico_blog::before {
    background-image: url(../images/asset/n_blog.png);
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 2px;
}

.rss_bar .wrap a.ico_youtube::before {
    background-image: url(../img/assets/ico-sns-youtube.svg);
}

.rss_bar .wrap .rss_area .list_sort_wrap {
    flex-grow: 1;
    background: transparent;
    margin-bottom: 0;
    flex-direction: column;
    border: none;
    padding: 20px 0;
}

.rss_bar .wrap .rss_area .list_sort_wrap > .cate_wrap {
    z-index: 1;
}
.rss_bar .wrap .rss_area .rss_list::before {
    content: "";
    display: block;
    width: 100%;
    height: 70%;
    border: 2px solid #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px;
    opacity: 0.43;
    transform: translate(3%, 16%);
}

.rss_bar .wrap .rss_area .rss_list {
    padding-top: 10px;
}
.rss_bar .wrap .rss_area .rss_list > ul > li {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 17px) / 5 - 0.1px);
    /* border: 1px solid #666666; */
    box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.05);
    /* padding: 10px; */
}
.rss_bar .wrap .rss_area .rss_list .notxt,
.edu_list_wrap .col_wrap .notxt,
.commu_contents .notxt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 23px;
    border: 1px solid #666666;
    box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.05);
    padding: 8.3%;
}
.rss_bar .wrap .rss_area .rss_list .notxt,
.commu_contents .notxt {
    border: 1px solid #fff;
}
.rss_bar .wrap .rss_area .rss_list .notxt span,
.commu_contents .notxt span {
    position: relative;
    color: #000;
}
.rss_bar .wrap .rss_area .rss_list .notxt span::after,
.commu_contents .notxt span::after,
.edu_list_wrap .col_wrap .notxt span::after {
    content: "";
    display: block;
    width: 80%;
    height: 3px;
    background-color: #009dda;
    position: relative;
    bottom: -10px;
    transform: translate(-50%, -50%);
    left: 50%;
}

.rss_bar .wrap .rss_area .list_sort_wrap .rss_list > ul > li .thumb {
    width: 100%;
    padding-top: 56.25%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: right;
    border-radius: 10px 10px 0 0;
}
.rss_bar
    .wrap
    .rss_area
    .list_sort_wrap
    .rss_list
    > ul
    > li
    .thumb
    > .sns_icon {
    width: 25px;
}
.rss_bar .wrap .rss_area .list_sort_wrap .rss_list > ul > li .info {
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    padding: 10px;
    position: relative;
}

.rss_bar .wrap .rss_area .list_sort_wrap .rss_list > ul > li .cate {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 23px;
    color: #8794e6;
    border: 1px solid #8794e6;
    border-radius: 25px;
    padding: 0 9px;
    margin-bottom: 8px;
}
.rss_bar .wrap .rss_area .list_sort_wrap .rss_list > ul > li .info b {
    width: 100%;
    overflow: hidden;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 700;
    word-break: keep-all;
    margin: 5px 0;
    height: 40px;
    font-family: "KoPubWorldDotum";
}
.rss_bar .wrap .rss_area .list_sort_wrap .rss_list > ul > li .info i {
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.5);
    font-family: "KoPubWorldDotum";
}

.rss_bar .wrap .rss_area .list_sort_wrap .video_wrap{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}
.cntrl_bar {
    position: absolute;
    left: 70px;
    bottom: 100px;
    z-index: 5;
    width: 100%;
    padding: 0 130px;
    transition: All 0.4s ease-out;
    -webkit-transition: All 0.4s ease-out;
    -moz-transition: All 0.4s ease-out;
    -o-transition: All 0.4s ease-out;
}

.cntrl_bar .wrapper {
    display: flex;
}

.cntrl_bar .dots {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    /* display: inline-block; */
    /* vertical-align: top; */
    font-size: 0;
    height: 100%;
}

.cntrl_bar .dots .dot {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    /* display: inline-block; */
    vertical-align: bottom;
    width: 42px;
    position: relative;
    text-align: center;
    height: 100%;
}

.cntrl_bar .dots .dot span {
    color: #ffffff;
    /* font-weight: 900; */
    cursor: pointer;
    vertical-align: bottom;
}
.cntrl_bar .dots .dot.current span {
    font-size: 40px;
}
.cntrl_bar .dots .dot.current span,
.cntrl_bar .dots .dot.total span {
    font-weight: 500;
    font-family: "KoPubWorldDotum";
}
.cntrl_bar .dots .dot.total span {
    font-size: 16px;
}
/* .cntrl_bar .dots .dot.total span {
    line-height: 100%;
    line-height:40px;
} */
.cntrl_bar .dots .dot.active span {
    color: #00d5fc;
}

.cntrl_bar .dots_wrap {
    position: relative;
}

.cntrl_bar .dots_wrap .loader {
    width: 42px;
    height: 42px;
    display: inline-block;
    transform-origin: center;
    transform: rotate(-90deg) translateX(50%);
    stroke: #fff;
    fill: none;
    overflow: visible;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 50%;
    pointer-events: none;
}

.cntrl_bar .dots_wrap .loader .circle {
    stroke: #00d5fc;
    transform-origin: center;
    stroke-dasharray: 289;
    stroke-dashoffset: 289;
    stroke-width: 4px;
}

.cntrl_bar .cntrl {
    margin-left: 40px;
    font-size: 0;
}

.cntrl_bar .cntrl button,
.cntrl_bar .nav button {
    width: 50px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 10px;
    display: inline-block;
    vertical-align: top;
    background-color: rgba(0, 0, 0, 0.4);
}

.cntrl_bar .cntrl button + button {
    margin-left: 6px;
}

.cntrl_bar .cntrl button.btn_pause {
    background-image: url(../img/assets/ico-top-slide-pause.svg);
}

.cntrl_bar .cntrl button.btn_play {
    background-image: url(../img/assets/ico-top-slide-play.svg);
}

.cntrl_bar .nav {
    margin-left: 16px;
    position: relative;
    font-size: 0;
}

.cntrl_bar .nav::before {
    content: "";
    /* display: block; */
    display: none;
    width: 1px;
    height: 11px;
    background-color: #fff;
    opacity: 0.58;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cntrl_bar .nav button.nav_prev {
    background-image: url(../img/assets/ico-top-slide-prev.svg);
    background-size: 20%;
}

.cntrl_bar .nav button.nav_next {
    background-image: url(../img/assets/ico-top-slide-next.svg);
    background-size: 20%;
}

.cntrl_bar .nav button + button {
    /* margin-left: 11px; */
}
section .sec_bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment: fixed;
}
/* 섹션2 */

section.sct3 .wrapper {
    padding-top: 90px;
    display: flex;
    align-items: center;
}
section.sct3 .sec_tit {
    position: relative;
    text-align: left;
}
section.sct3 .col_wrap {
    width: 100%;
    font-size: 0;
}
section.sct3 .edu_list_wrap {
    margin-top: 30px;
}
section.sct3 .col_wrap > div {
    display: inline-block;
    vertical-align: middle;
}

section.sct3 .col_wrap .col_slider {
    width: calc((100% - 93px) / 100 * 58.9135);
}

section.sct3 .col_wrap .col_text {
    width: calc((100% - 93px) / 100 * 41.0865);
    margin-left: 93px;
}

section.sct3 .col_wrap .col_slider {
    position: relative;
    padding-top: 20px;
    padding-left: 20px;
}

section.sct3 .col_wrap .col_slider::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 87.013%;
    padding-top: 62.987%;
    border: 2px solid #5e5e5e;
    opacity: 0.66;
    border-radius: 20px;
}
section.sct3 .col_wrap .col_slider .work_slider {
    overflow: visible;
}

section.sct3 .col_wrap .col_slider .work_slider li .thumb {
    width: 100%;
    padding-top: 65.3333%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    transition: All 0.8s ease-out;
    -webkit-transition: All 0.8s ease-out;
    -moz-transition: All 0.8s ease-out;
    -o-transition: All 0.8s ease-out;
    opacity: 0;
    transform: translateY(30px);
}

section.sct3 .col_wrap .col_slider .work_slider li.active {
    pointer-events: visible;
}

section.sct3 .col_wrap .col_slider .work_slider li.active .thumb {
    opacity: 1;
    transform: translateY(0);
}

section.sct3 .col_wrap .col_slider .work_slider li .thumb::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

section.sct3 .col_wrap .col_slider .work_slider li .desc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 0 78px;
    justify-content: center;
    flex-direction: column;
}

section.sct3 .col_wrap .col_slider .work_slider li .desc span {
    position: absolute;
    display: block;
    top: 30px;
    left: -30px;
    background-color: #556de4;
    border-radius: 2px 20px 20px 2px;
    line-height: 40px;
    font-size: 16px;
    color: #ffffff;
    padding: 0 18px;
}

section.sct3 .col_wrap .col_slider .work_slider li .desc em {
    font-size: 30px;
    line-height: 36px;
    color: #ffffff;
    font-weight: 700;
    transition: All 0.4s ease-out 0.8s;
    -webkit-transition: All 0.4s ease-out 0.8s;
    -moz-transition: All 0.4s ease-out 0.8s;
    -o-transition: All 0.4s ease-out 0.8s;
    opacity: 0;
    transform: translateX(30px);
}

section.sct3 .col_wrap .col_slider .work_slider li.active .desc em {
    opacity: 1;
    transform: translateX(0);
}

section.sct3 .col_wrap .col_slider .work_slider li .desc p {
    font-size: 16px;
    line-height: 25px;
    color: #ffffff;
    margin-top: 20px;
    font-weight: 300;
    opacity: 0;
    transform: translateY(30px);
    transition: All 0.4s ease-out 1s;
    -webkit-transition: All 0.4s ease-out 1s;
    -moz-transition: All 0.4s ease-out 1s;
    -o-transition: All 0.4s ease-out 1s;
}

section.sct3 .col_wrap .col_slider .work_slider li.active .desc p {
    opacity: 1;
    transform: translateY(0);
}

section.sct3 .col_wrap .col_slider .work_slider li .desc a {
    margin-top: 27px;
    display: inline-block;
    font-size: 16px;
    line-height: 25px;
    color: #ffffff;
    opacity: 0;
    transform: translateY(30px);
    transition: All 0.4s ease-out 1.2s;
    -webkit-transition: All 0.4s ease-out 1.2s;
    -moz-transition: All 0.4s ease-out 1.2s;
    -o-transition: All 0.4s ease-out 1.2s;
}

section.sct3 .col_wrap .col_slider .work_slider li.active .desc a {
    opacity: 0.68;
    transform: translateY(0);
}

section.sct3 .col_wrap .col_slider .work_slider li .desc a::after {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 25px;
    background-image: url(../img/assets/ico-arrow-more.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 13px;
    transition: All 0.2s linear;
    -webkit-transition: All 0.2s linear;
    -moz-transition: All 0.2s linear;
    -o-transition: All 0.2s linear;
}

section.sct3 .col_wrap .col_slider .work_slider li .desc a:hover::after {
    margin-left: 16px;
}

section.sct3 .col_wrap .col_slider .dots {
    position: absolute;
    bottom: 0;
    left: 95px;
    transform: translateY(50%);
    z-index: 1;
    font-size: 0;
}

section.sct3 .col_wrap .col_slider .dots .dot {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    color: #919191;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

section.sct3 .col_wrap .col_slider .dots .dot + .dot {
    margin-left: 15px;
}

section.sct3 .col_wrap .col_slider .dots .dot.active {
    color: #fff;
    background-color: #3e8bff;
}

section.sct3 .col_wrap .col_text i {
    font-size: 16px;
    font-family: "SebangGothic";
    color: #fff;
    padding: 0 6px;
    line-height: 32px;
    border: 1px solid #009dda;
    background-color: #009dda;
}

section.sct3 .col_wrap .col_text span {
    font-family: "SebangGothic";
    font-size: 28px;
    line-height: 33px;
    color: #009dda;
    display: block;
    /* margin-top: 10px; */
}

section.sct3 .col_wrap .col_text h2 {
    font-family: "SebangGothic";
    font-size: 44px;
    line-height: 52px;
    color: #009dda;
    font-weight: 700;
    display: block;
    /* margin-top: 10px; */
}

section.sct3 .col_wrap .col_text p {
    margin-top: 36px;
    font-size: 18px;
    line-height: 26px;
    color: #666666;
}

section.sct3 .col_wrap .col_text p b {
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}

section.sct3 .col_wrap .col_text .nav {
    margin-top: 30px;
}

section.sct3 .col_wrap .col_text .nav button {
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
}

section.sct3 .col_wrap .col_text .nav button + button {
    margin-left: 4px;
}

section.sct3 .col_wrap .col_text .nav button.nav_prev {
    background-image: url(../img/assets/ico-angle-work-slider-prev.svg);
    background-size: 6px auto;
}

section.sct3 .col_wrap .col_text .nav button.nav_next {
    background-image: url(../img/assets/ico-angle-work-slider-next.svg);
    background-size: 6px auto;
}

section.sct3 .col_wrap .col_text .nav button.btn_autoplay.pause {
    background-image: url(../img/assets/ico-angle-work-slider-pause.svg);
    background-size: 8px auto;
}

section.sct3 .col_wrap .col_text .nav button.btn_autoplay.play {
    background-image: url(../img/assets/ico-angle-work-slider-play.svg);
    background-size: 8px auto;
}

/* 섹션 3 */

section.sct4 .wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

section.sct4 .sec_tit {
    position: relative;
    text-align: left;
}

section.sct4 .sec_tit h2 {
    /* color: #ffffff; */
    color: #111;
}

section.sct4 .sec_tit p {
    /* color: #ffffff; */
    color: #111;
}

section.sct4 .sec_tit a {
    color: #131313;
    border: none;
}

section.sct4 .sec_tit a:hover {
    color: #000;
    /* background-color: #fff; */
    background-color: rgba(0, 0, 0, 0.1);
}

section.sct4 .sec_tit a::after {
    background-image: url(../img/assets/ico-arrow-more-dark.svg);
}

section.sct4 .sec_tit a:hover::after {
    background-image: url(../img/assets/ico-arrow-more-dark.svg);
}

section.sct4 .space_wrap {
    margin-top: 50px;
}

section.sct4 .space_wrap > ul {
    font-size: 0;
}

section.sct4 .space_wrap > ul > li {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 80px) / 3 - 0.1px);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: -15px 25px 25px 0px #00000040;
}
section.sct4 .space_wrap > ul > li + li {
    margin-left: 20px;
}

section.sct4 .space_wrap > ul > li .space_slider {
    width: 100%;
    position: relative;
}

section.sct4 .space_wrap > ul > li .space_slider img {
    display: none;
}

section.sct4 .space_wrap > ul > li .space_slider .thumb {
    padding-top: 90%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

section.sct4 .space_wrap > ul > li .space_slider::before {
    content: "";
    display: block;
    border: 1px solid #fff;
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 5;
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    border-radius: 10px;
    opacity: 0.58;
}

section.sct4 .space_wrap > ul > li .space_slider .nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 5;
}

section.sct4 .space_wrap > ul > li .space_slider .nav button {
    width: 45px;
    height: 45px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 9px auto;
    background-color: #000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.69;
}

section.sct4 .space_wrap > ul > li .space_slider .nav button.nav_prev {
    left: 0;
    background-image: url(../img/assets/ico-top-slide-prev.svg);
}

section.sct4 .space_wrap > ul > li .space_slider .nav button.nav_next {
    right: 0;
    background-image: url(../img/assets/ico-top-slide-next.svg);
}

section.sct4 .space_wrap > ul > li span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    font-size: 16px;
    color: #ffffff;
    line-height: 38px;
    background-color: #00afec;
    padding: 0 18px;
    border-radius: 0 0 10px 0;
    font-weight: 700;
}

section.sct4 .space_wrap > ul > li .desc {
    background-color: #fff;
    padding: 28px 28px;
}

section.sct4 .space_wrap > ul > li .desc p {
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    font-weight: 700;
    overflow: hidden;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: keep-all;
}

section.sct4 .space_wrap > ul > li .desc i,
section.sct4 .space_wrap > ul > li .desc .detail {
    font-size: 14px;
    line-height: 22px;
    color: #666;
    font-family: "KoPubWorldDotum";
    white-space: normal;
    margin-top: 5px;
    overflow: hidden;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: keep-all;
    min-height: 22px;
}
/* 섹션 4 */
section.sct2 .wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding-top: 90px;
}

section.sct2 .sec_tit {
    position: relative;
    text-align: left;
}

section.sct2 .sec_tit h2 {
    color: #111111;
}

section.sct2 .sec_tit p {
    color: #111111;
}

section.sct2 .commu_wrap {
    margin-top: 30px;
}

section.sct2 .commu_wrap .col_wrap {
    width: 100%;
    font-size: 0;
    display: flex;
    flex-direction: row;
}
section.sct2 .commu_wrap .col_wrap .tab_wrap,
section.sct3 .edu_list_wrap .col_wrap .tab_wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
section.sct2 .commu_wrap .col_wrap .col_tab,
section.sct3 .edu_list_wrap .col_wrap .col_tab {
    display: inline-block;
    vertical-align: top;
    order: 1;
}

section.sct2 .commu_wrap .col_wrap .col_tab ul {
    position: relative;
}
section.sct2 .commu_wrap .col_wrap .col_tab ul > li {
    display: inline-block;
    vertical-align: top;
}
section.sct2 .commu_wrap .col_wrap .col_tab ul > li a {
    display: block;
    padding: 0 20px;
    color: #666666;
    line-height: 40px;
    font-size: 15px;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
}
section.sct2 .commu_wrap .col_wrap .col_tab ul > li.current a {
    background-color: #3e8bff;
    color: #fff;
}

section.sct2 .commu_wrap .col_wrap .col_tab::after,
section.sct3 .edu_list_wrap .col_wrap .col_tab::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.09);
    position: absolute;
    top: 40px;
    left: 0;
}

section.sct2 .commu_wrap .col_wrap .col_tab .tab_wrap,
section.sct3 .edu_list_wrap .col_wrap .tab_wrap {
    position: relative;
}

section.sct3 .edu_list_wrap .col_wrap .col_tab::after {
    background-color: rgba(255, 255, 255, 0.6);
}

section.sct2 .commu_wrap .col_wrap .col_tab .tab_wrap .tab_item {
    display: inline-block;
    vertical-align: top;
}

section.sct2 .commu_wrap .col_wrap .col_tab .tab_wrap .tab_item .tab_cont {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
}

section.sct2 .commu_wrap .col_wrap .col_tab .tab_wrap .tab_item h3 {
    display: block;
    width: 120px;
    color: #666666;
    line-height: 40px;
    font-size: 15px;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
}

section.sct2 .commu_wrap .col_wrap .col_tab .tab_wrap .tab_item.active h3 {
    background-color: #556de4;
    color: #fff;
}

section.sct2
    .commu_wrap
    .col_wrap
    .col_tab
    .tab_wrap
    .tab_item
    .tab_cont
    .btn_more {
    position: absolute;
    bottom: calc(100% + 30px);
    right: 12px;
    font-size: 15px;
    color: #131313;
    line-height: 40px;
    opacity: 0.68;
    display: none;
}

section.sct2
    .commu_wrap
    .col_wrap
    .col_tab
    .tab_wrap
    .tab_item
    .tab_cont
    .btn_more::after {
    content: "";
    display: inline-block;
    vertical-align: top;
    margin-left: 12px;
    width: 24px;
    height: 40px;
    background-image: url(../img/assets/ico-arrow-more-dark.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

section.sct2
    .commu_wrap
    .col_wrap
    .col_tab
    .tab_wrap
    .tab_item.active
    .tab_cont
    .btn_more {
    display: block;
}

section.sct2 .commu_wrap .col_wrap .col_tab .tab_wrap .tab_item .tab_cont ul {
    display: none;
    animation: showUp 0.3s forwards;
}

section.sct2
    .commu_wrap
    .col_wrap
    .col_tab
    .tab_wrap
    .tab_item.active
    .tab_cont
    ul {
    display: block;
}

.community_thumnail_wrap ol.tag {
    margin-bottom: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 44px;
}

.community_thumnail_wrap ol.tag > li {
    display: inline-block;
    margin-right: 10px;
    font-size: 15px;
    color: #aaaaaa;
    letter-spacing: -1px;
    border: none;
    box-shadow: none;
    margin-left: 0;
    width: fit-content;
    border-radius: 0;
}
.community_thumnail_wrap ol.tag > li + li {
    margin-left: 0 !important;
}

.community_thumnail_wrap ol.tag > li::before {
    content: "#";
    display: inline-block;
    margin-right: 3px;
}

.community_thumnail_wrap ol.tag > li:last-child {
    margin-right: 0;
}

section.sct2 .commu_wrap li.new .desc::before {
    content: "";
    width: 25px;
    height: 25px;
    background-image: url(../img/assets/ico-new.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 20px;
    right: 28px;
}

section.sct2 .commu_wrap li .desc {
    background-color: #fff;
    padding: 20px 28px 28px;
    font-size: 14px;
    position: relative;
}

section.sct2 .commu_wrap li .desc i {
    display: inline-block;
    vertical-align: top;
    padding: 0 8px;
    border: 1px solid #8794e6;
    border-radius: 50px;
    line-height: 25px;
    font-size: 14px;
    color: #8794e6;
}

section.sct2 .commu_wrap li .desc em {
    font-size: 17px;
    line-height: 21px;
    height: 42px;
    color: #333333;
    margin-top: 8px;
    overflow: hidden;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 700;
    word-break: keep-all;
}

section.sct2 .commu_wrap li .desc p {
    font-size: 15px;
    margin-top: 9px;
    color: #aaaaaa;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 11px;
    display: block;
}

section.sct2 .commu_wrap li .desc span {
    font-size: 14px;
    color: #aaaaaa;
    display: inline-block;
}
section.sct2 .commu_wrap .col_wrap .commu_contents {
    flex: 70%;
}
section.sct2 .commu_wrap .col_wrap .commu_contents .board_list {
    border-top: none;
}
section.sct2 .commu_wrap .col_wrap > div {
    display: inline-block;
    vertical-align: top;
}
section.sct2 .community_box {
    display: flex;
    flex-direction: row;
}

section.sct2 .community_box .contents_box {
    flex: 70%;
}

section.sct2 .community_box .col_slide {
    width: calc(((100% - 50px) / 100 * 25.778));
    margin-left: 50px;
    margin-top: 35px;
    position: relative;
}

section.sct2 .community_box .col_slide .commu_slider {
    width: 100%;
}

section.sct2 .community_box .col_slide .commu_slider li {
    width: 100%;
    border: 1px solid #fff;
}

section.sct2 .community_box .col_slide .commu_slider li + li {
    margin-left: 0;
}

section.sct2 .community_box .col_slide .commu_slider li.active {
    pointer-events: visible;
}

section.sct2 .community_box .col_slide .commu_slider li .desc i {
    color: #3e8bff;
    border-color: #3e8bff;
}

section.sct2 .community_box .col_slide h3 {
    display: inline-block;
    padding: 0 21px;
    font-size: 15px;
    color: #ffffff;
    line-height: 40px;
    background-color: #246cda;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

section.sct2 .community_box .col_slider {
    position: relative;
}

section.sct2 .community_box .col_slider::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    /* border: 2px solid #ffffff; */
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px;
    opacity: 0.43;
    transform: translate(5%, 0%);
}

section.sct2 .community_box .col_slider .dots {
    position: absolute;
    right: 0;
    bottom: calc(100% + 17px);
    font-size: 0;
}

section.sct2 .community_box .col_slider .dots .dot {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 10px;
    background-color: #000000;
    opacity: 0.16;
    border-radius: 50%;
    transition: All 0.2s ease-out;
    -webkit-transition: All 0.2s ease-out;
    -moz-transition: All 0.2s ease-out;
    -o-transition: All 0.2s ease-out;
}

section.sct2 .community_box .col_slider .dots .dot + .dot {
    margin-left: 5px;
}

section.sct2 .community_box .col_slider .dots .dot.active {
    opacity: 1;
    background-color: #246cda;
}

/* 섹션 5 */

section.sct5 .wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding-top: 90px;
}

section.sct5 .algn_box {
    text-align: center;
}

section.sct5 .algn_box .logo {
    opacity: 0.43;
}

section.sct5 .algn_box h2 {
    font-size: 44px;
    line-height: 1.2em;
    color: #ffffff;
    font-family: "SebangGothic";
    font-weight: 700;
    display: block;
    margin-top: 16px;
    margin-bottom: 13px;
}

section.sct5 .algn_box p {
    font-size: 19px;
    line-height: 27px;
    color: #ffffff;
}

section.sct5 .algn_box .logo_wrap {
    display: flex;
    width: 100%;
    max-width: 1300px;
    padding: 0 30px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
}

section.sct5 .algn_box .logo_wrap img {
    height: 85px;
}

section.sct5 .algn_box a {
    display: inline-block;
    padding: 0 30px;
    font-size: 16px;
    color: #ffffff;
    line-height: 50px;
    border: 1px solid #fff;
    margin-top: 100px;
    transition: All 0.2s ease-out;
    -webkit-transition: All 0.2s ease-out;
    -moz-transition: All 0.2s ease-out;
    -o-transition: All 0.2s ease-out;
}

section.sct5 .algn_box a::after {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 25px;
    height: 50px;
    background-image: url(../img/assets/ico-arrow-more.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 64px;
}

section.sct5 .algn_box a:hover {
    background-color: #fff;
    color: #333;
}

section.sct5 .algn_box a:hover::after {
    background-image: url(../img/assets/ico-arrow-more-dark.svg);
}

/* 푸터 섹션 */
section.footer {
    height: auto !important;
}

section.footer .fp-tableCell {
    height: auto !important;
}

/* 웹진 */
.wz_cont {
    width: 100%;
    height: 100%;
}

.wz_cont .col_wrap {
    font-size: 0;
    height: 100%;
}

.wz_cont .col_wrap > div {
    display: inline-block;
    vertical-align: top;
    height: 100%;
    position: relative;
}

.wz_cont .col_wrap .col_cover {
    width: calc(100% - 1080px);
    padding: 25px;
    margin-left: 88px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
}

.wz_cont .col_wrap .col_list {
    width: 992px;
}

.wz_cont .col_wrap .col_cover::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.45);
}

.wz_cont .col_wrap .col_cover .cover_frame {
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.wz_cont .col_wrap .col_cover .cover_frame .wz_tit {
    position: absolute;
    top: 87px;
    left: 73px;
}

.wz_cont .col_wrap .col_cover .cover_frame .wz_tit span {
    font-size: 24px;
    color: #ffffff;
}

.wz_cont .col_wrap .col_cover .cover_frame .wz_tit i {
    font-size: 24px;
    color: #fb8f57;
    font-weight: 700;
    display: block;
    margin-top: 8px;
    margin-bottom: 22px;
}

.wz_cont .col_wrap .col_cover .cover_frame .wz_tit img {
    width: 160px;
}

.wz_cont .col_wrap .col_cover .cover_frame .wz_foot {
    position: absolute;
    bottom: 60px;
    left: 73px;
    width: calc(100% - 146px);
}

.wz_cont .col_wrap .col_cover .cover_frame .wz_foot span {
    font-size: 20px;
    line-height: 35px;
    color: #ffffff;
    opacity: 0.55;
}

.wz_cont .col_wrap .col_cover .cover_frame .wz_foot i {
    font-size: 35px;
    line-height: 35px;
    color: #ffffff;
    font-weight: 700;
    margin-left: 30px;
}

.wz_cont .col_wrap .col_cover .cover_frame .wz_foot p {
    font-size: 16px;
    color: #ffffff;
    line-height: 26px;
    opacity: 0.37;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.wz_cont .col_wrap .col_list {
    padding-top: 30px;
    overflow-y: auto;
}

.wz_cont .col_wrap .col_list .wz_wrapper {
    max-width: 950px;
    padding: 0 40px;
    width: 100%;
    margin: 0 auto;
}

.wz_cont .col_wrap .col_list .wz_wrapper + .wz_wrapper {
    margin-top: 20px;
}

.wz_cont .col_wrap .col_list .wz_header {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

#webzine .select_wrap {
    width: 197px;
    position: relative;
}

#webzine .select_wrap select {
    border: 1px solid #dbdbdb;
    padding: 0 32px 0 14px;
    width: 100%;
    height: 100%;
    line-height: 38px;
    height: 40px;
    font-size: 15px;
    color: #666666;
}

#webzine .select_wrap::after {
    content: "";
    width: 7px;
    height: 4px;
    background-image: url(../images/assets/ico-angle-select-small.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    pointer-events: none;
}

.wz_cont .col_wrap .col_list .wz_list ul li {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 44px) / 3 - 0.1px);
    font-size: 18px;
    position: relative;
}

.wz_cont .col_wrap .col_list .wz_list ul li + li {
    margin-left: 22px;
    margin-top: 24px;
}

.wz_cont .col_wrap .col_list .wz_list ul li .thumb {
    width: 100%;
    padding-top: 72.7272%;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.wz_cont .col_wrap .col_list .wz_list .desc {
    margin-top: 10px;
    padding: 0 10px;
    text-align: center;
}

.wz_cont .col_wrap .col_list .wz_list .desc p {
    font-size: 18px;
    color: #111111;
    line-height: 28px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    font-weight: 700;
}

.wz_cont .col_wrap .col_list .wz_list .desc span {
    font-size: 15px;
    line-height: 20px;
    color: #999999;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}

.wz_cont .col_wrap .col_list .wz_list ul li:nth-child(1) {
    width: 100%;
    margin-bottom: 40px;
}

.wz_cont .col_wrap .col_list .wz_list ul li:nth-child(1) .thumb {
    padding-top: 60%;
}

.wz_cont .col_wrap .col_list .wz_list .cover .desc {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(56, 58, 74, 0.9);
}

.wz_cont .col_wrap .col_list .wz_list .cover .desc p {
    color: #fff;
    line-height: 30px;
}

.wz_cont .col_wrap .col_list .wz_list .cover .desc span {
    color: #fff;
    padding-bottom: 5px;
}

.wz_cont .col_wrap .col_list .wz_list ul li:nth-child(2) {
    margin-left: 0;
}

.wz_cont .col_wrap .col_list .wz_list ul li:nth-child(3n + 2) {
    margin-left: 0;
}

.wz_footer {
    margin-top: 100px;
    background-color: #f5f7f9;
}

.sbscr_wrap {
    background-color: #383a4a;
}

.wz_footer .sbscr_wrap p {
    font-size: 20px;
    line-height: 1.6em;
    color: #fff;
    text-align: left;
}

.wz_footer .sbscr_wrap .inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px;
}

.wz_footer .inner {
    max-width: 1220px;
    margin: 0 auto;
    padding: 50px 40px;
}

.wz_cont .col_list .wz_footer .inner {
    max-width: 950px;
}

.wz_footer .row {
    font-size: 0;
    display: flex;
}

.wz_footer .row > dl {
    display: inline-block;
    vertical-align: top;
    padding-left: 65px;
    position: relative;
}

.wz_footer .row > dl + dl {
    margin-left: 40px;
}

.wz_footer .row > dl dt {
    font-size: 15px;
    line-height: 25px;
    color: #333333;
    position: absolute;
    top: 0;
    left: 0;
}

.wz_footer .row > dl dd {
    flex: 1;
    font-size: 15px;
    line-height: 25px;
    color: #999999;
}

.wz_footer p {
    font-size: 15px;
    color: #333333;
    line-height: 25px;
    text-align: center;
}

.wz_footer p + p {
    margin-top: 20px;
}

.wz_layout {
    padding-right: 410px;
    padding-left: 90px;
    position: absolute;
    top: 0;
    left: 0;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    padding-top: 90px;
}

.wz_layout #wz_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 90px;
    height: 90px;
    padding-right: 410px;
    border-bottom: 1px solid #dedede;
    z-index: 3;
    background-color: #fff;
}

.wz_layout #wz_header .inner_l {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 0 50px;
}

.wz_layout #wz_header .inner_l .logo {
    max-width: 90px;
    width: 100%;
}

.wz_layout #wz_header .inner_l .logo img {
    width: 100%;
}

.wz_layout #wz_header .inner_l .next_wz {
    position: relative;
    font-size: 16px;
    line-height: 25px;
    color: #a2a2a2;
    font-weight: 700;
    padding-right: 16px;
}

.wz_layout #wz_header .inner_l .next_wz::after {
    content: "";
    width: 7px;
    height: 100%;
    background-image: url(../images/webzine/ico-angle-more.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -1px;
}

.wz_layout #wz_header .inner_l .prev_wz {
    position: relative;
    font-size: 16px;
    line-height: 25px;
    color: #a2a2a2;
    font-weight: 700;
    padding-left: 16px;
}

.wz_layout #wz_header .inner_l .prev_wz::after {
    content: "";
    width: 7px;
    height: 100%;
    background-image: url(../images/webzine/ico-angle-more.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -1px;
    transform: rotate(180deg);
}

.wz_layout #wz_header .inner_r {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 410px;
    padding: 0 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fbfbfc;
    border-left: 1px solid #dedede;
}

#webzine .wz_layout #wz_header .inner_r .select_wrap {
    width: 100%;
}

.wz_body {
    width: 80%;
    background-color: #fff;
    min-height: 100%;
    padding-top: 70px;
    margin: 0 auto;
}

#container.webzine .wz_body .wrapper {
    padding-bottom: 120px;
}

.wz_body .top {
    text-align: center;
    margin-bottom: 70px;
}

.wz_body .top p {
    font-size: 30px;
    line-height: 47px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 6px;
}

.wz_body .top span {
    font-size: 18px;
    line-height: 25px;
    color: #cbcbcb;
}

.wz_body .detail {
    padding-bottom: 100px;
    position: relative;
}

.wz_body .detail::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-image: url(../images/webzine/bg-borderline.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.wz_body .detail em,
.wz_body .detail i {
    font-style: italic;
}

.wz_body .detail em,
.wz_body .detail b,
.wz_body .detail strong {
    font-weight: bold;
}

.wz_body .detail em,
.wz_body .detail i,
.wz_body .detail p,
.wz_body .detail span,
.wz_body .detail strong {
    line-height: 1.4em;
    word-break: keep-all;
}

.wz_body .detail img {
    display: block;
    width: 100%;
}

.wz_body .detail img + img {
    margin-top: 10px;
}

.wz_body .detail.demo p {
    font-size: 16px;
    line-height: 1.8em;
    color: #666666;
    text-align: center;
    max-width: 880px;
    margin: 0 auto;
}

.wz_body .mid {
    margin-top: 60px;
    margin-bottom: 180px;
    text-align: center;
}

.wz_body .mid dl {
    font-size: 0;
}

.wz_body .mid dl dt {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 25px;
    color: #3e8bff;
    font-weight: 700;
}

.wz_body .mid dl dd {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 25px;
    color: #666666;
    margin-left: 5px;
}

.wz_body .mid .share {
    font-size: 0;
    margin-top: 35px;
}

.wz_body .mid .share a,
.wz_body .mid .share button {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.wz_body .mid .share > * + * {
    margin-left: 10px;
}

.wz_body .mid .share .ico_ig {
    background-image: url(../img/webzine/ico-ig.svg);
}

.wz_body .mid .share .ico_fb {
    background-image: url(../img/webzine/ico-fb.svg);
}

.wz_body .mid .share .ico_link {
    background-image: url(../img/webzine/ico-link.svg);
}

.wz_body .btm {
    border-top: 1px solid #c4c4c4;
    padding-top: 55px;
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 55px;
}

.wz_body .btm .tag_wrap {
    font-size: 0;
}

.wz_body .btm .tag_wrap span,
.wz_body .btm .tag_wrap span {
    display: inline-block;
    vertical-align: top;
    margin-top: 9px;
    margin-right: 5px;
    font-size: 15px;
    line-height: 35px;
    padding: 0 15px;
    border-radius: 35px;
    background-color: #f2f2f2;
    color: #666666;
}

.wz_side {
    position: fixed;
    top: 0;
    right: 0;
    width: 410px;
    height: 100%;
    background-color: #fbfbfc;
    border-left: 1px solid #dedede;
    padding-top: 90px;
}

.wz_side .inner {
    padding: 50px;
    height: 100%;
    overflow-y: auto;
}

.wz_side strong {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 30px;
    display: block;
}

.wz_side .side_block b {
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
}

.wz_side .side_block ul {
    margin-top: 10px;
    border-top: 1px solid #7a7d92;
}

.wz_side .side_block ul li {
    padding: 10px 0;
    padding-left: 110px;
    position: relative;
    height: 85px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e6e6e6;
}

.wz_side .side_block ul li .thumb {
    width: 95px;
    position: absolute;
    top: 10px;
    left: 0;
}

.wz_side .side_block ul li .thumb > div {
    width: 100%;
    padding-top: 68.4211%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
}

.wz_side .side_block ul li .info p {
    overflow: hidden;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px;
    line-height: 21px;
    color: #666666;
    word-break: keep-all;
}

.wz_side .side_block + .side_block {
    margin-top: 30px;
}

/* 서브 공통 */
.sub_main {
    width: 100%;
    position: relative;
}

#container .sub_main .wrapper {
    height: 540px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.sub_main .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
}

.sub_main .breadcrumbs {
    font-size: 0;
    opacity: 0.85;
    margin-bottom: 14px;
}

.sub_main .breadcrumbs a {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    color: #ffffff;
    line-height: 23px;
    font-weight: 500;
}

.sub_main .breadcrumbs a + a {
    margin-left: 18px;
    position: relative;
}

.sub_main .breadcrumbs a + a::before {
    content: "";
    display: block;
    width: 18px;
    height: 23px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    background-image: url(../img/assets/ico-breadcrumbs.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 5px auto;
}

.sub_main .breadcrumbs a:first-child::before {
    content: "";
    display: block;
    width: 17px;
    height: 23px;
    background-image: url(../img/assets/ico-breadcrumbs-home.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.sub_main h2 {
    font-size: 51px;
    color: #ffffff;
    line-height: 60px;
    font-family: "SebangGothic";
    font-weight: 700;
}

.sub_main p {
    font-size: 18px;
    color: #ffffff;
    opacity: 0.8;
    line-height: 28px;
    margin-top: 8px;
}

.cate_menu {
    border: 1px solid #dedede;
    margin-bottom: 75px;
}

.cate_menu ul {
    font-size: 0;
    text-align: center;
}

.cate_menu li {
    display: inline-block;
    vertical-align: top;
    padding: 15px;
    position: relative;
}

.cate_menu li + li {
    margin-left: 30px;
}

.cate_menu li + li::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 60px;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    background-image: url(../img/assets/ico-cate-sep.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 3px;
}

.cate_menu li a {
    font-size: 17px;
    font-weight: 700;
    color: #666666;
    line-height: 30px;
}

.cate_menu li a.current {
    color: #246cda;
}

.cate_menu li a::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #246cda;
    position: absolute;
    bottom: -1px;
    left: 0;
    opacity: 0;
}

.cate_menu li a.current::after {
    opacity: 1;
}

.sec_tit {
    text-align: center;
}

.sec_tit h3 {
    font-size: 36px;
    color: #111111;
    font-weight: 700;
    line-height: 43px;
    font-family: "Poppins", "Pretendard", -apple-system, BlinkMacSystemFont,
        system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo",
        "Noto Sans KR", "Malgun Gothic", sans-serif;
}

.sec_tit i {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #00afec;
    font-weight: 500;
    margin-bottom: 2px;
    position: relative;
    z-index: 1;
}

.sec_tit.ext::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 56px;
    background-color: #313b41;
    margin-bottom: -10px;
    transform: translateY(-30px);
}

.data_wrap + .data_wrap {
    margin-top: 50px;
}

.data_wrap .data_tit h4 {
    font-size: 26px;
    color: #111111;
    font-weight: 700;
    line-height: 40px;
    padding-left: 30px;
    position: relative;
    z-index: 1;
}

.data_wrap .data_tit h4::before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../img/assets/ico-data-tit.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.data_wrap .data_tit {
    margin-bottom: 30px;
}

.data_wrap .data_table table {
    border-top: 2px solid #333333;
    border-bottom: 1px solid #dbdbdb;
}

.data_wrap .data_table table thead tr th {
    background-color: #f4f7fb;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    font-weight: 700;
    height: 50px;
    padding: 10px;
}

.data_wrap .data_table table thead tr th + th {
    border-left: 1px solid #dbdbdb;
}

.data_wrap .data_table table thead tr + tr th {
    border-top: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
}

.data_wrap .data_table table tbody tr td,
.data_wrap .data_table table tbody tr th {
    font-size: 15px;
    line-height: 25px;
    color: #666666;
    padding: 10px;
    height: 50px;
    text-align: center;
    border-top: 1px solid #dbdbdb;
}

.data_wrap .data_table table tbody tr th {
    font-weight: 700;
    color: #333333;
}

.data_wrap .data_table table tbody tr th + td,
.data_wrap .data_table table tbody tr th + th,
.data_wrap .data_table table tbody tr td + td {
    border-left: 1px solid #dbdbdb;
}

.data_wrap .data_item ul {
    font-size: 0;
}

.data_wrap .data_item ul li {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 99px) / 4 - 0.1px);
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #dbdbdb;
    box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.05);
}

.data_wrap .data_item ul li + li {
    margin-left: 33px;
}

.data_wrap .data_item ul li:nth-child(4n + 1) {
    margin-left: 0;
}

.data_wrap .data_item ul li:nth-child(n + 5) {
    margin-top: 44px;
}

.data_wrap .data_item ul li .thumb {
    width: 100%;
    padding-top: 56.3077%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.data_wrap .data_item ul li .info {
    padding: 25px;
}

.data_wrap .data_item ul li .info b {
    font-size: 18px;
    line-height: 20px;
    color: #333333;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    min-height: 20px;
}

.data_wrap .data_item ul li .info span {
    vertical-align: top;
    font-size: 15px;
    line-height: 22px;
    color: #5599e4;
    overflow: hidden;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    min-height: 22px;
}

.data_wrap .data_item ul li .info span + span {
    margin-left: 4px;
}

.data_wrap .data_item ul li .info p {
    font-size: 15px;
    line-height: 20px;
    color: #aaaaaa;
    overflow: hidden;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 16px;
    margin-bottom: 20px;
    min-height: 40px;
}

.data_wrap .data_item ul li .info a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    line-height: 46px;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    padding: 0 23px;
    font-size: 15px;
    color: #666666;
    transition: All 0.2s ease-out;
    -webkit-transition: All 0.2s ease-out;
    -moz-transition: All 0.2s ease-out;
    -o-transition: All 0.2s ease-out;
}

.data_wrap .data_item ul li .info a:hover {
    border: 1px solid #246cda;
}

.data_wrap .data_item ul li .info a:after {
    content: "";
    width: 25px;
    height: 46px;
    background-image: url(../img/assets/ico-arrow-more-dark.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.4;
}

.data_wrap .data_summery .summery_wrap {
    display: flex;
    border: 1px solid #dbdbdb;
}

.data_wrap .data_summery .summery_wrap dl {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 154px;
}

.data_wrap .data_summery .summery_wrap dl + dl {
    border-left: 1px solid #dbdbdb;
}

.data_wrap .data_summery .summery_wrap dl dt {
    font-size: 18px;
    line-height: 28px;
    color: #111111;
    font-weight: 700;
}

.data_wrap .data_summery .summery_wrap dl dt span {
    font-size: 15px;
    line-height: 23px;
    color: #999999;
    font-weight: 700;
    margin-left: 2px;
}

.data_wrap .data_summery .summery_wrap dl dd {
    font-size: 38px;
    line-height: 57px;
    color: #246cda;
    font-weight: 700;
    font-family: "Poppins", "Pretendard", -apple-system, BlinkMacSystemFont,
        system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo",
        "Noto Sans KR", "Malgun Gothic", sans-serif;
}

.data_wrap .data_summery .summery_wrap dl:nth-child(2) dd {
    color: #3e8bff;
}

.data_wrap .data_summery .summery_wrap dl:nth-child(3) dd {
    color: #556de4;
}

.data_wrap .data_summery .summery_wrap dl:nth-child(4) dd {
    color: #009dda;
}

.data_wrap .data_summery .summery_wrap dl:nth-child(5) dd {
    color: #5599e4;
}

.data_wrap .data_summery .summery_wrap dl:nth-child(6) dd {
    color: #8794e6;
}

.data_wrap .col_wrap {
    font-size: 0;
    border: 1px solid #dbdbdb;
    position: relative;
}

.data_wrap .col_wrap:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #dbdbdb;
    transform: translateX(-50%);
    z-index: 1;
}

.data_wrap .col_wrap > div {
    width: calc(100% / 2 - 0.5px);
    display: inline-block;
    vertical-align: top;
}

.data_wrap .col_wrap > div + div {
    margin-left: 1px;
}

.data_wrap .col_wrap .chart_wrap,
.data_wrap .col_wrap .chart_wrap {
    position: relative;
    width: 100%;
    padding-top: 60.2857%;
}

.data_wrap .col_wrap .chart_wrap > div,
.data_wrap .col_wrap .chart_wrap > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.data_wrap .form_wrap {
    border-top: 1px solid #dbdbdb;
}

.data_wrap .form_wrap .form_row {
    border-bottom: 1px solid #dbdbdb;
}

.data_wrap .form_wrap .form_row > div + div {
    border-left: 1px solid #dbdbdb;
}

.data_wrap .form_wrap .form_row .label {
    border-right: 1px solid #dbdbdb;
}

.data_wrap .form_wrap .form_row .field input[type="text"],
.data_wrap .form_wrap .form_row .field input[type="number"],
.data_wrap .form_wrap .form_row .field input[type="date"] {
    max-width: 338px;
}

.data_wrap .form_wrap .form_row .field .tel {
    font-size: 0;
}

.data_wrap .form_wrap .form_row .field .tel > div {
    display: inline-block;
    vertical-align: top;
    max-width: 98px;
}

.data_wrap .form_wrap .form_row .field .tel > div + div {
    margin-left: 21px;
    position: relative;
}

.form_wrap .form_row .field .YY {
    display: inline-block;
    vertical-align: top;
    max-width: 120px;
}
.modal_cont .form_wrap .form_row .field .YY,
.modal_cont .form_wrap .form_row .field .DD {
    max-width: 90px !important;
}

.form_wrap .form_row .field .MM {
    display: inline-block;
    vertical-align: top;
    max-width: 120px;
}

.form_wrap .form_row .field .DD {
    display: inline-block;
    vertical-align: top;
    max-width: 119px;
}
.data_wrap .form_wrap .form_row .field .tel > div + div::before {
    content: "-";
    font-size: 15px;
    width: 21px;
    position: absolute;
    right: 100%;
    top: 0;
    line-height: 40px;
    text-align: center;
}

.data_wrap .data_agree .policy {
    border: 1px solid #dbdbdb;
    background-color: #f9f9f9;
    padding: 35px;
    overflow-y: auto;
    height: 290px;
}

.data_wrap .data_agree .policy p {
    font-size: 15px;
    line-height: 23px;
    color: #666666;
}

.data_wrap .data_agree .policy p b {
    font-weight: 700;
    color: #000000;
}

.data_wrap .data_agree .agree_box {
    border: 1px solid #dbdbdb;
    /* border-top: none; */
    padding: 20px 35px;
}

.data_wrap .data_agree .agree_box input[type="checkbox"] {
    display: none;
}

.data_wrap .data_agree .agree_box input[type="checkbox"] + label {
    font-size: 15px;
    color: #666666;
    line-height: 27px;
}

.data_wrap .data_agree .agree_box input[type="checkbox"] + label::before {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 27px;
    height: 27px;
    background-image: url(../img/assets/ico-checkbox.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 13px;
}

.data_wrap
    .data_agree
    .agree_box
    input[type="checkbox"]:checked
    + label::before {
    background-image: url(../img/assets/ico-checkbox-fill.svg);
}

#container.sub .wrapper {
    max-width: 1480px;
    padding: 0 40px;
}

#container.webzine .wrapper {
    max-width: 900px;
}

.bg_tit {
    height: 100%;
    position: relative;
    padding-left: 144px;
}

.bg_tit::before {
    content: "";
    display: block;
    width: 132px;
    height: 101px;
    background-image: url(../img/urban/ico-newdeal.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.bg_tit {
    position: relative;
}

.bg_tit h4 {
    font-size: 30px;
    line-height: 47px;
    color: #ffffff;
    font-weight: 700;
}

.bg_tit p {
    font-size: 19px;
    line-height: 29px;
    color: #ffffff;
}

/* 도시재생사업 */
.sec_urban_intro {
    text-align: center;
    padding-bottom: 65px;
}

.sec_urban_intro h3 {
    font-size: 32px;
    color: #111111;
    line-height: 47px;
    font-weight: 700;
}

.sec_urban_intro p {
    font-size: 19px;
    line-height: 30px;
    color: #666666;
    font-weight: 500;
    margin-top: 23px;
}

.sec_urban_intro span {
    display: block;
    font-size: 17px;
    line-height: 26px;
    color: #999999;
    margin-top: 20px;
}

.sec_urban_intro span i {
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
    margin-right: 3px;
}

.sec_vision {
    background-color: #eff2f5;
    padding-bottom: 130px;
}

.sec_vision .row_vision {
    text-align: center;
    max-width: 1028px;
    margin: 0 auto;
}

.sec_vision .row_tit {
    position: relative;
    z-index: 5;
    display: inline-block;
}

.sec_vision .row_vision .row_tit img {
    margin-bottom: -76px;
    margin-top: 11px;
    max-width: 100%;
}

.sec_vision .row_vision .row_tit::before {
    content: "";
    width: 288px;
    height: 288px;
    background-image: url(../img/urban/bg-vision.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 90px;
    left: -190px;
    pointer-events: none;
}

.sec_vision .row_vision .crcls {
    position: relative;
    z-index: 5;
    font-size: 0;
    margin-top: 70px;
}

.sec_vision .row_vision .crcls li {
    display: inline-flex;
    width: calc(100% / 3 + 31.34px);
    border: 1px solid #5599e4;
    border-radius: 134px;
    height: 189px;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.77);
    z-index: 2;
    position: relative;
}

.sec_vision .row_vision .crcls li p {
    font-size: 17px;
    line-height: 26px;
    color: #333333;
    font-weight: 700;
}

.sec_vision .row_vision .crcls li + li {
    margin-left: -47px;
}

.sec_vision .row_vision .crcls li:nth-child(2) {
    z-index: 1;
}

.sec_vision .row_vision .crcls::before {
    content: "";
    display: block;
    width: 13px;
    height: 86px;
    background-image: url(../img/urban/img-vision-connect.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, 6px);
    z-index: 5;
}

.sec_vision .row_mission {
    text-align: center;
    margin-top: 85px;
}
.sec_vision .row_mission .row_tit img {
    max-width: 100%;
}
.sec_vision .row_mission .row_tit h4 {
    font-size: 28px;
    color: #111111;
    line-height: 38px;
    font-weight: 700;
    font-family: "Poppins", "Pretendard", -apple-system, BlinkMacSystemFont,
        system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo",
        "Noto Sans KR", "Malgun Gothic", sans-serif;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sec_vision .row_mission .crcls {
    display: flex;
}

.sec_vision .row_mission .crcls li {
    flex: 1;
    position: relative;
}

.sec_vision .row_mission .crcls li + li {
    margin-left: 34px;
}

.sec_vision .row_mission .crcls li::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%;
}

.sec_vision .row_mission .crcls li > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #fff;
    border-radius: 50%;
}

.sec_vision .row_mission .crcls li:nth-child(1) > div {
    background-color: #3e8bff;
}

.sec_vision .row_mission .crcls li:nth-child(2) > div {
    background-color: #009dda;
}

.sec_vision .row_mission .crcls li:nth-child(3) > div {
    background-color: #00afec;
}

.sec_vision .row_mission .crcls li:nth-child(4) > div {
    background-color: #5599e4;
}

.sec_vision .row_mission .crcls li:nth-child(5) > div {
    background-color: #8794e6;
}

.sec_vision .row_mission .crcls li > div i {
    display: block;
    width: 62px;
    height: 62px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 12px;
}

.sec_vision .row_mission .crcls li > div p {
    font-size: 17px;
    line-height: 26px;
    color: #fff;
    font-weight: 700;
}

.sec_steps {
    padding-bottom: 130px;
}

.sec_steps .steps_cont {
    margin-top: 47px;
}

.sec_steps .steps_cont img {
    width: 100%;
}

.sec_bsns {
    padding-bottom: 120px;
}

.sec_bsns .bsns_list_wrap {
    margin-top: 50px;
}

.sec_bsns .bsns_list_wrap .top {
    background-image: url(../img/urban/bg-bsns-tit.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
    padding: 80px 0;
}

#container .sec_bsns .bsns_list_wrap .bsns_list {
    margin-top: 50px;
}

#container .sec_bsns .bsns_list_wrap .bsns_list ul li {
    position: relative;
    padding-left: 415px;
    min-height: 260px;
    display: flex;
    align-items: center;
}

#container .sec_bsns .bsns_list_wrap .bsns_list ul li + li {
    margin-top: 81px;
    position: relative;
}

#container .sec_bsns .bsns_list_wrap .bsns_list ul li + li::before {
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #e6e6e6;
    position: absolute;
    top: -40px;
    left: 0;
}

#container .sec_bsns .bsns_list_wrap .bsns_list ul li .thumb {
    display: block;
    overflow: auto;
    border-radius: 3px;
    width: 360px;
    height: 260px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

#container .sec_bsns .bsns_list_wrap .bsns_list ul li .thumb img {
    visibility: hidden;
    width: 100%;
    height: 100%;
}

#container .sec_bsns .bsns_list_wrap .bsns_list ul li .title {
    font-size: 22px;
    color: #333333;
    font-weight: 700;
    line-height: 32px;
    position: relative;
    padding-left: 46px;
}

#container .sec_bsns .bsns_list_wrap .bsns_list ul li .title i {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 33px;
    border-radius: 3px;
    color: #f3f3f3;
    background-color: #3e8bff;
    font-size: 16px;
    font-family: "Poppins", "Pretendard", -apple-system, BlinkMacSystemFont,
        system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo",
        "Noto Sans KR", "Malgun Gothic", sans-serif;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}

#container .sec_bsns .bsns_list_wrap .bsns_list ul li .info {
    margin-top: 15px;
    font-size: 0;
}

#container .sec_bsns .bsns_list_wrap .bsns_list ul li .info {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #dbdbdb;
}

#container .sec_bsns .bsns_list_wrap .bsns_list ul li .info dl {
    display: inline-block;
    vertical-align: top;
    margin-right: 46px;
    position: relative;
}

#container
    .sec_bsns
    .bsns_list_wrap
    .bsns_list
    ul
    li
    .info
    dl:nth-child(n + 5) {
    margin-top: 12px;
}

#container .sec_bsns .bsns_list_wrap .bsns_list ul li .info dl + dl::before {
    content: "";
    width: 46px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-100%);
    background-image: url(../img/urban/ico-bsns-sep.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1px auto;
}

#container .sec_bsns .bsns_list_wrap .bsns_list ul li .info dl dt {
    font-size: 15px;
    font-weight: 700;
    color: #92b2d5;
    line-height: 22px;
    display: inline-block;
    vertical-align: top;
}

#container .sec_bsns .bsns_list_wrap .bsns_list ul li .info dl dd {
    font-size: 15px;
    color: #666666;
    line-height: 22px;
    margin-left: 13px;
    display: inline-block;
    vertical-align: top;
}

#container .sec_bsns .bsns_list_wrap .bsns_list ul li .summery {
    font-size: 16px;
    line-height: 25px;
    color: #aaaaaa;
    word-break: keep-all;
    padding-right: 150px;
}

#container .sec_bsns .bsns_list_wrap .data_wrap {
    margin-top: 60px;
}

.sec_plan_intro {
    background-color: #eff2f5;
}

.sec_plan_intro .intro {
    background-image: url(../img/urban/bg-plan-intro.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
}

.sec_plan_intro .intro {
    padding-top: 120px;
    padding-bottom: 230px;
    text-align: center;
}

.sec_plan_intro .intro h3 {
    font-size: 30px;
    line-height: 45px;
    color: #ffffff;
    font-weight: 700;
}

.sec_plan_intro .intro p {
    font-size: 19px;
    line-height: 30px;
    color: #ffffff;
    opacity: 0.7;
    margin-top: 15px;
}

.sec_plan_intro .plan_list {
    margin-top: -180px;
}

.sec_plan_intro .plan_list ul {
    font-size: 0;
}

.sec_plan_intro .plan_list ul li {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 96px) / 4 - 0.1px);
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
}

.sec_plan_intro .plan_list ul li + li {
    margin-left: 32px;
}

.sec_plan_intro .plan_list ul li .top {
    padding: 36px 10px;
}

.sec_plan_intro .plan_list ul li .top .title {
    font-size: 22px;
    line-height: 34px;
    color: #111111;
    font-weight: bold;
}

.sec_plan_intro .plan_list ul li .top .desc {
    font-size: 15px;
    line-height: 20px;
    color: #999999;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    word-break: keep-all;
}

.sec_plan_intro .plan_list ul li .thumb {
    padding-top: 58.0368%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.sec_plan_intro .plan_list ul li .thumb > div {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.sec_plan_intro .plan_list ul li button {
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    width: 100%;
    height: 54px;
    background-color: #62657d;
    vertical-align: top;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: All 0.2s ease-out;
    -webkit-transition: All 0.2s ease-out;
    -moz-transition: All 0.2s ease-out;
    -o-transition: All 0.2s ease-out;
    overflow: hidden;
}

.sec_plan_intro .plan_list ul li button:hover {
    background-color: #3e8bff;
}

.sec_plan_intro .plan_list ul li button::after {
    content: "";
    width: 25px;
    height: 54px;
    background-image: url(../img/assets/ico-arrow-more.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.sec_plan_area {
    background-color: #eff2f5;
    padding-top: 120px;
    padding-bottom: 100px;
}

.sec_plan_area .plan_area_list {
    margin-top: 50px;
}

.sec_plan_area .plan_area_list ul {
    font-size: 0;
}

.sec_plan_area .plan_area_list ul li {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 40px) / 2 - 0.1px);
    padding: 40px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #dbdbdb;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.sec_plan_area .plan_area_list ul li + li {
    margin-left: 40px;
}

.sec_plan_area .plan_area_list ul li:nth-child(2n + 1) {
    margin-left: 0;
}

.sec_plan_area .plan_area_list ul li:nth-child(n + 3) {
    margin-top: 42px;
}

.sec_plan_area .plan_area_list ul li .top {
    position: relative;
    height: 215px;
    padding-left: 245px;
    display: flex;
    align-items: center;
}

.sec_plan_area .plan_area_list ul li .top .thumb {
    width: 200px;
    height: 215px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.sec_plan_area .plan_area_list ul li .top .desc .title {
    font-size: 24px;
    color: #111111;
    font-weight: 700;
    margin-bottom: 14px;
}

.sec_plan_area .plan_area_list ul li .top .desc .info dl {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 7px;
}

.sec_plan_area .plan_area_list ul li .top .desc .info dl:last-child {
    margin-bottom: 0;
}

.sec_plan_area .plan_area_list ul li .top .desc .info dl + dl {
    margin-left: 40px;
    position: relative;
}

.sec_plan_area .plan_area_list ul li .top .desc .info dl + dl::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    width: 40px;
    height: 100%;
    background-image: url(../img/urban/ico-bsns-sep.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 14px;
}

.sec_plan_area .plan_area_list ul li .top .desc .info dl dt {
    font-size: 15px;
    line-height: 23px;
    color: #92b2d5;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    width: 53px;
}

.sec_plan_area .plan_area_list ul li .top .desc .info dl dd {
    font-size: 15px;
    line-height: 23px;
    color: #666666;
    font-weight: 500;
    display: inline-block;
    vertical-align: top;
}

.sec_plan_area .plan_area_list ul li .btm.closed {
    margin-top: 34px;
    font-size: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 114px;
    overflow: hidden;
}
.sec_plan_area .plan_area_list ul li .btm.more {
    -webkit-line-clamp: unset;
}

.sec_plan_area .plan_area_list ul li .btm span {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    margin-top: 6px;
    font-size: 15px;
    line-height: 30px;
    color: #666666;
    border: 1px solid #b3bece;
    padding: 0 15px;
    border-radius: 33px;
}

.sec_propel {
    padding-top: 100px;
    padding-bottom: 120px;
}

.sec_propel .propel_wrap {
    margin-top: 50px;
    padding: 20px;
    border: 1px solid #dbdbdb;
    border-radius: 10px;
}

.sec_propel .propel_wrap img {
    border-radius: 5px;
    width: 100%;
}

.sec_system {
    padding-top: 100px;
    padding-bottom: 120px;
    background-color: #f2f3f9;
    /* overflow: hidden; */
}

.sec_system .sec_tit img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
}

.sec_system .system_chart {
    text-align: center;
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    margin-top: 50px;
}

.sec_system .system_chart ul {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    font-size: 0;
}

.sec_system .system_chart ul li {
    display: inline-block;
    vertical-align: top;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #5599e4;
    border-radius: 118px;
    width: calc((100% - 375px) / 2);
    padding: 30px;
    position: relative;
}

.sec_system .system_chart ul li + li {
    margin-left: 375px;
}

.sec_system .system_chart ul li:nth-child(2n + 1) {
    margin-left: 0;
}

.sec_system .system_chart ul li:nth-child(n + 3) {
    margin-top: 30px;
}

.sec_system .system_chart ul li p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}

.sec_system .system_chart ul li span {
    font-size: 16px;
    line-height: 25px;
    color: #666666;
}

.sec_system .system_chart ul li::after {
    content: "";
    display: block;
    width: 100px;
    height: 10px;
    background-image: url(../img/urban/ico-system-connect.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
}

.sec_system .system_chart ul li:nth-child(2n):after {
    left: 5px;
    transform: translate(-100%, -50%);
}

.sec_system .system_chart ul li:nth-child(2n + 1):after {
    right: 5px;
    transform: translate(100%, -50%);
}

.sec_history {
    padding-top: 100px;
    padding-bottom: 120px;
}

.sec_history .history_cont {
    margin-top: 50px;
}

.sec_history .history_cont .history_wrap {
    position: relative;
    padding-bottom: 20px;
}

.sec_history .history_cont .history_wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
    background-color: #dbdbdb;
}

.sec_history .history_cont .history_wrap > ul > li {
    display: flex;
    position: relative;
    /* animation: showUp 0.8s cubic-bezier(0.83, 0, 0.17, 1) forwards; */
}

.sec_history .history_cont .history_wrap > ul > li.hide {
    display: none;
}

.sec_history .history_cont .history_wrap > ul > li::after {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../img/urban/ico-history-dot.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.sec_history .history_cont .history_wrap > ul > li + li {
    margin-top: 60px;
}

.sec_history .history_cont .history_wrap > ul > li > div {
    flex: 1;
}

.sec_history .history_cont .history_wrap > ul > li > div.thumb {
    display: flex;
    justify-content: flex-end;
    margin-right: 190px;
}

.sec_history .history_cont .history_wrap > ul > li > div.thumb > div {
    width: 100%;
    max-width: 455px;
}

.sec_history .history_cont .history_wrap > ul > li > div.thumb > div > div {
    padding-top: 60.2198%;
}

.sec_history .history_cont .history_wrap > ul > li:nth-child(2n) > div.thumb {
    order: 2;
    margin-left: 190px;
    margin-right: 0;
    justify-content: flex-start;
}

.sec_history .history_cont .history_wrap > ul > li:nth-child(2n) > div.info {
    order: 1;
    justify-content: flex-end;
    text-align: right;
}

.sec_history .history_cont .history_wrap > ul > li > div.info {
    display: flex;
    justify-content: flex-start;
}

.sec_history .history_cont .history_wrap > ul > li > div.info i {
    font-size: 32px;
    line-height: 39px;
    color: #246cda;
    font-family: "Poppins", "Pretendard", -apple-system, BlinkMacSystemFont,
        system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo",
        "Noto Sans KR", "Malgun Gothic", sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    display: block;
}

.sec_history .history_cont .history_wrap > ul > li > div.info li {
    font-size: 16px;
    line-height: 25px;
    color: #666666;
    padding-left: 110px;
    position: relative;
}

.sec_history .history_cont .history_wrap > ul > li > div.info li + li {
    margin-top: 10px;
}

.sec_history .history_cont .history_wrap > ul > li > div.info li span {
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    color: #111111;
    position: absolute;
    top: 0;
    left: 0;
}

.sec_history .history_cont .history_wrap > ul > li:nth-child(2n) > div.info li {
    padding-left: 0;
    padding-right: 110px;
}

.sec_history
    .history_cont
    .history_wrap
    > ul
    > li:nth-child(2n)
    > div.info
    li
    span {
    text-align: right;
    left: auto;
    right: 0;
}

.sec_history .history_cont .btn_more_history {
    display: block;
    width: 60px;
    font-size: 16px;
    color: #246cda;
    text-decoration: underline;
    margin: 0 auto;
    margin-top: 5px;
    text-align: center;
    position: relative;
}

.sec_history .history_cont .btn_more_history::before {
    content: "";
    width: 17px;
    height: 23px;
    position: absolute;
    bottom: calc(100% + 35px);
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../img/urban/ico-more-history.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    transition: All 0.2s ease-out;
    -webkit-transition: All 0.2s ease-out;
    -moz-transition: All 0.2s ease-out;
    -o-transition: All 0.2s ease-out;
}

.sec_history .history_cont .btn_more_history:hover::before {
    bottom: calc(100% + 15px);
}

.sec_prgrm {
    overflow: hidden;
    background-image: url(../img/urban/bg-program.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 130px;
    padding-bottom: 130px;
}

.sec_prgrm .prgrm_slider_wrap {
    padding-left: 25.7143%;
    position: relative;
}

.sec_prgrm .prgrm_slider_wrap .sec_tit {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    text-align: left;
    display: flex;
    align-items: center;
    width: calc(25.7143% - 60px);
    height: 100%;
}

.sec_prgrm .prgrm_slider_wrap .sec_tit > div {
    padding-bottom: 83px;
}

.sec_prgrm .prgrm_slider_wrap .sec_tit .tab_wrap {
    margin-top: 32px;
    height: 43px;
    border-bottom: 1px solid #dbdbdb;
}

.sec_prgrm .prgrm_slider_wrap .sec_tit .desc {
    margin-top: 22px;
}

.sec_prgrm .prgrm_slider_wrap .sec_tit .desc p {
    font-size: 16px;
    line-height: 25px;
    color: #666666;
}

.sec_prgrm .prgrm_slider_wrap .nav {
    position: absolute;
    left: 0;
    top: calc(50% + 128px);
    transform: translateY(-50%);
    z-index: 10;
    display: none;
}

.sec_prgrm .prgrm_slider_wrap .current .nav {
    display: block;
}

.sec_prgrm .prgrm_slider_wrap .nav button {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border: 1px solid #cccccc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 6px auto;
    transition: All 0.2s ease-out;
    -webkit-transition: All 0.2s ease-out;
    -moz-transition: All 0.2s ease-out;
    -o-transition: All 0.2s ease-out;
}

.sec_prgrm .prgrm_slider_wrap .nav button:hover {
    border-color: #00afec;
}

.sec_prgrm .prgrm_slider_wrap .nav button.nav_prev {
    background-image: url(../img/assets/ico-angle-slider-nav-prev.svg);
}

.sec_prgrm .prgrm_slider_wrap .nav button.nav_next {
    background-image: url(../img/assets/ico-angle-slider-nav-next.svg);
}

.sec_prgrm .prgrm_slider_wrap .prgrm_slider ul {
    display: none;
}

.sec_prgrm .prgrm_slider_wrap .prgrm_slider.current ul {
    display: flex;
}

.sec_prgrm .prgrm_slider_wrap .prgrm_slider li {
    width: calc((100% - 52px) / 3 - 0.1px);
    opacity: 0;
    pointer-events: none;
}

.sec_prgrm .prgrm_slider_wrap .prgrm_slider li.current {
    opacity: 1;
    pointer-events: visible;
}

.sec_prgrm .prgrm_slider_wrap .prgrm_slider li.current + li {
    opacity: 1;
    pointer-events: visible;
}

.sec_prgrm .prgrm_slider_wrap .prgrm_slider li.current + li + li {
    opacity: 1;
    pointer-events: visible;
}

.sec_prgrm .prgrm_slider_wrap .prgrm_slider li.current + li + li + li {
    opacity: 0.6;
}

.sec_prgrm .prgrm_slider_wrap .prgrm_slider .tab_cont {
    position: absolute;
    left: 0;
    top: calc(50% - 23px);
    transform: translateY(-50%);
    z-index: 10;
}

.sec_prgrm .prgrm_slider_wrap .prgrm_slider .tab_cont button {
    width: 113px;
    height: 42px;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    line-height: 40px;
    position: relative;
}

.sec_prgrm .prgrm_slider_wrap .prgrm_slider .tab_cont button h4 {
    font-size: 16px;
    color: #999999;
    font-weight: 500;
}

.sec_prgrm .prgrm_slider_wrap .prgrm_slider + .prgrm_slider .tab_cont {
    transform: translateY(-50%) translateX(100%);
}

.sec_prgrm .prgrm_slider_wrap .prgrm_slider + .prgrm_slider .tab_cont button {
    margin-left: -1px;
}

.sec_prgrm .prgrm_slider_wrap .prgrm_slider.current .tab_cont button {
    background-color: #00afec;
    border: 1px solid #00afec;
    z-index: 1;
}

.sec_prgrm .prgrm_slider_wrap .prgrm_slider.current .tab_cont button h4 {
    color: #fff;
}

.sec_prgrm .prgrm_slider_wrap .prgrm_slider li .thumb {
    width: 100%;
    padding-top: 115.1515%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    animation: showUp 0.3s forwards;
}

.sec_prgrm .prgrm_slider_wrap .prgrm_slider li .thumb::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    transition: All 0.2s ease-out;
    -webkit-transition: All 0.2s ease-out;
    -moz-transition: All 0.2s ease-out;
    -o-transition: All 0.2s ease-out;
}

.sec_prgrm .prgrm_slider_wrap .prgrm_slider li:hover .thumb::before {
    background-color: rgba(0, 0, 0, 0.6);
}

.sec_prgrm .prgrm_slider_wrap .prgrm_slider li .top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 54px 40px;
}

.sec_prgrm .prgrm_slider_wrap .prgrm_slider li .top span {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #00afec;
    border-radius: 30px;
    line-height: 28px;
    padding: 0 15px;
    background-color: rgba(0, 175, 236, 0.5);
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    transition: All 0.2s ease-out;
    -webkit-transition: All 0.2s ease-out;
    -moz-transition: All 0.2s ease-out;
    -o-transition: All 0.2s ease-out;
}

.sec_prgrm .prgrm_slider_wrap .prgrm_slider li:hover .top span {
    background-color: rgba(0, 175, 236, 1);
}

.sec_prgrm .prgrm_slider_wrap .prgrm_slider li .top .title {
    font-size: 25px;
    line-height: 38px;
    color: #ffffff;
    font-weight: 700;
    margin-top: 10px;
    transition: All 0.2s ease-out;
    -webkit-transition: All 0.2s ease-out;
    -moz-transition: All 0.2s ease-out;
    -o-transition: All 0.2s ease-out;
}

.sec_prgrm .prgrm_slider_wrap .prgrm_slider li:hover .top .title {
    color: #00d5fc;
}

.sec_prgrm .prgrm_slider_wrap .prgrm_slider li .mid {
    position: absolute;
    top: 145px;
    left: 0;
    padding: 0 40px;
}

.sec_prgrm .prgrm_slider_wrap .prgrm_slider li .mid .desc {
    font-size: 16px;
    line-height: 25px;
    color: #ffffff;
    opacity: 0;
    transform: translateY(10px);
    transition: All 0.2s ease-out;
    -webkit-transition: All 0.2s ease-out;
    -moz-transition: All 0.2s ease-out;
    -o-transition: All 0.2s ease-out;
}

.sec_prgrm .prgrm_slider_wrap .prgrm_slider li:hover .mid .desc {
    opacity: 1;
    transform: translateX(0);
}

.sec_prgrm .prgrm_slider_wrap .prgrm_slider li .btm {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 40px 40px;
    width: 100%;
}

.sec_prgrm .prgrm_slider_wrap .prgrm_slider li .btm span {
    display: block;
    font-size: 16px;
    line-height: 25px;
    color: #ffffff;
    opacity: 0.7;
    transition: All 0.2s ease-out;
    -webkit-transition: All 0.2s ease-out;
    -moz-transition: All 0.2s ease-out;
    -o-transition: All 0.2s ease-out;
}

.sec_prgrm .prgrm_slider_wrap .prgrm_slider li:hover .btm span {
    opacity: 1;
}

.sec_newdeal_intro {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(../img/urban/bg-newdeal-intro.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sec_newdeal_intro .col_wrap {
    display: flex;
    align-items: center;
}

.sec_newdeal_intro .col_wrap .summery {
    flex: 600px 0 0;
}

.sec_newdeal_intro .col_wrap .summery .tit i {
    font-size: 20px;
    line-height: 30px;
    color: #00afec;
    font-weight: 700;
}

.sec_newdeal_intro .col_wrap .summery .tit h3 {
    font-size: 30px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 700;
}

.sec_newdeal_intro .col_wrap .summery p {
    margin-top: 50px;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    opacity: 0.55;
}

.sec_newdeal_intro .col_wrap .data_list dl {
    padding-left: 140px;
    position: relative;
}

.sec_newdeal_intro .col_wrap .data_list dl + dl {
    margin-top: 24px;
}

.sec_newdeal_intro .col_wrap .data_list dl dt {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 700;
}

.sec_newdeal_intro .col_wrap .data_list dl dt::before {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    background-image: url(../img/urban/ico-newdeal-data01.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 13px;
    opacity: 0.27;
}

.sec_newdeal_intro .col_wrap .data_list dl:nth-child(2) dt::before {
    background-image: url(../img/urban/ico-newdeal-data02.svg);
}

.sec_newdeal_intro .col_wrap .data_list dl:nth-child(3) dt::before {
    background-image: url(../img/urban/ico-newdeal-data03.svg);
}

.sec_newdeal_intro .col_wrap .data_list dl:nth-child(4) dt::before {
    background-image: url(../img/urban/ico-newdeal-data04.svg);
}

.sec_newdeal_intro .col_wrap .data_list dl:nth-child(5) dt::before {
    background-image: url(../img/urban/ico-newdeal-data05.svg);
}

.sec_newdeal_intro .col_wrap .data_list dl:nth-child(6) dt::before {
    background-image: url(../img/urban/ico-newdeal-data06.svg);
}

.sec_newdeal_intro .col_wrap .data_list dl dd {
    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
    opacity: 0.83;
}

.sec_purpose {
    padding-top: 100px;
    padding-bottom: 120px;
    background-image: url(../img/urban/bg-newdeal-purpose.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sec_purpose .purpose_list {
    margin-top: 50px;
    text-align: center;
}

.sec_purpose .purpose_list ul {
    font-size: 0;
}

.sec_purpose .purpose_list ul li {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 96px) / 4 - 0.1px);
    border-radius: 8px;
    overflow: hidden;
}

.sec_purpose .purpose_list ul li + li {
    margin-left: 32px;
}

.sec_purpose .purpose_list ul li .thumb {
    width: 100%;
    padding-top: 58.2822%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sec_purpose .purpose_list ul li .info {
    background-color: #fff;
    padding: 30px 30px 40px;
    text-align: center;
    font-weight: 700;
}

.sec_purpose .purpose_list ul li .info b {
    display: block;
    font-size: 22px;
    line-height: 34px;
    color: #111111;
    font-weight: 700;
}

.sec_purpose .purpose_list ul li .info span {
    font-size: 15px;
    line-height: 22px;
    color: #5599e4;
}

.sec_purpose .purpose_list ul li .info p {
    font-size: 16px;
    line-height: 22px;
    color: #999999;
    margin-top: 15px;
    word-break: keep-all;
}

.sec_plan_map {
    padding-top: 100px;
    padding-bottom: 120px;
}

.sec_plan_map .plan_map {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #dbdbdb;
    margin-top: 50px;
}

.sec_plan_map .plan_map img {
    border-radius: 5px;
    width: 100%;
}

.sec_bsns_stat {
    padding-top: 20px;
    padding-bottom: 120px;
}

.sec_bsns_stat .bsns_stat_wrap {
    margin-top: 50px;
}

.sec_brand {
    padding-bottom: 120px;
}

.sec_brand .brand_intro {
    background-image: url(../img/urban/bg-brand.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
    padding-top: 90px;
    padding-bottom: 90px;
    text-align: center;
}

.sec_brand .brand_intro h3 {
    font-size: 30px;
    line-height: 36px;
    color: #ffffff;
    font-family: "SebangGothic";
    font-weight: 700;
}

.sec_brand .brand_intro p {
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    opacity: 0.7;
    margin-top: 8px;
}

.sec_brand .brand_block {
    display: flex;
    padding: 80px 0;
}

.sec_brand .brand_block + .brand_block {
    border-top: 1px solid #dbdbdb;
}

.sec_brand .brand_block .title {
    flex: 340px 0 0;
}

.sec_brand .brand_block .title h4 {
    font-size: 26px;
    line-height: 40px;
    color: #111111;
    font-weight: 700;
}

.sec_brand .brand_block .desc {
    flex: 1;
}

.sec_brand .brand_block .desc .ci_wrap {
    display: flex;
}

.sec_brand .brand_block .desc .ci_wrap .info {
    padding-right: 180px;
    position: relative;
    flex: 1;
}

.sec_brand .brand_block .desc .ci_wrap .info i {
    font-size: 18px;
    line-height: 28px;
    color: #246cda;
    font-weight: 700;
}

.sec_brand .brand_block .desc .ci_wrap .info p {
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    font-weight: 300;
    margin-top: 2px;
}

.sec_brand .brand_block .desc .ci_wrap .info b {
    font-size: 22px;
    line-height: 34px;
    color: #111111;
    font-weight: 700;
}

.sec_brand .brand_block .desc .ci_wrap img {
    position: absolute;
    top: 50%;
    right: 0;
    width: 173px;
    transform: translateY(-50%);
}

.sec_brand .brand_block .btn_wrap {
    flex: 220px 0 0;
    margin-left: 15%;
}

.sec_brand .brand_block .btn_wrap a {
    display: block;
    width: 100%;
    line-height: 48px;
    font-size: 16px;
    font-size: #ffffff;
    border-radius: 4px;
    background-color: #246cda;
    padding: 0 20px 0 65px;
    color: #fff;
    font-weight: 700;
    position: relative;
}

.sec_brand .brand_block .btn_wrap a + a {
    background-color: #556de4;
    margin-top: 20px;
    margin-left: 0;
}

.sec_brand .brand_block .btn_wrap a i {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 20px;
    top: 0;
    line-height: 48px;
}

.sec_brand .brand_block .btn_wrap a::after {
    content: "";
    position: absolute;
    width: 19px;
    height: 48px;
    top: 0;
    right: 20px;
    background-image: url(../img/assets/ico-download.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.sec_brand .brand_block .desc > p {
    font-size: 20px;
    line-height: 32px;
    color: #666666;
}

.sec_brand .brand_block .desc > p + p {
    margin-top: 29px;
}

.sec_brand .brand_block .desc .img_wrap {
    display: flex;
}

.sec_brand .brand_block .desc .img_wrap div {
    flex: 1;
}

.sec_brand .brand_block .desc .img_wrap div + div {
    margin-left: 42px;
}

.sec_brand .brand_block .desc .img_wrap img {
    width: 100%;
}

.sec_space {
    padding-top: 75px;
    padding-bottom: 120px;
}

.sec_space .space_wrap {
    padding-right: 410px;
    position: relative;
    border: 1px solid #dbdbdb;
    border-top: 2px solid #383a4a;
}

.sec_space .space_wrap .col_map {
    width: 100%;
    position: relative;
}

.sec_space .space_wrap .col_map .map_wrap {
    position: relative;
    width: 100%;
    padding-top: 66.1957%;
}

.sec_space .space_wrap .col_map .map_wrap .map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sec_space .space_wrap .col_map .map_wrap .reg_wrap {
    position: absolute;
    top: 20px;
    right: 36px;
    z-index: 1;
    padding-right: 120px;
    width: 100%;
    max-width: 375px;
}

.sec_space .space_wrap .col_map .map_wrap .reg_wrap input[type="text"] {
    width: 100%;
    height: 42px;
    line-height: 40px;
    padding: 0 10px;
    border: 1px solid #cecece;
    background-color: #fff;
}

.sec_space .space_wrap .col_map .map_wrap .reg_wrap button {
    position: absolute;
    top: 0;
    right: 0;
    width: 115px;
    height: 42px;
    background-color: #383a4a;
    font-size: 15px;
    color: #ffffff;
    font-weight: 700;
}

.sec_space .space_wrap .col_list {
    width: 410px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding-top: 82px;
    border-left: 1px solid #dbdbdb;
}

.sec_space .space_wrap .col_list .top {
    width: 100%;
    height: 82px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    background-color: #f3f5f6;
    border-bottom: 1px solid #dbdbdb;
}

.sec_space .space_wrap .col_list .top .select_wrap {
    width: 195px;
}

.sec_space .space_wrap .col_list .top .select_wrap select {
    line-height: 40px;
    height: 42px;
}

.sec_space .space_wrap .col_list .top .btn_wrap {
    font-size: 0;
}

.sec_space .space_wrap .col_list .top .btn_wrap a {
    display: inline-block;
    vertical-align: top;
    width: 42px;
    height: 42px;
    background-color: #009dda;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.sec_space .space_wrap .col_list .top .btn_wrap a.current {
    background-color: #246cda;
}

.sec_space .space_wrap .col_list .top .btn_wrap a + a {
    margin-left: 7px;
}

.sec_space .space_wrap .col_list .top .btn_wrap a.btn_view_map {
    background-image: url(../img/assets/ico-btn-map.svg);
}

.sec_space .space_wrap .col_list .top .btn_wrap a.btn_view_list {
    background-image: url(../img/assets/ico-btn-list.svg);
}

.sec_space .space_wrap .col_list .scroll_wrap {
    overflow-y: auto;
    height: 100%;
}

.sec_space .space_wrap .col_list .space_list li {
    position: relative;
}

.sec_space .space_wrap .col_list .space_list li + li {
    border-top: 1px solid #e6e6e6;
}

.sec_space .space_wrap .col_list .space_list li button {
    padding: 15px 30px;
    width: 100%;
    text-align: left;
    font-size: 0;
}

.sec_space .space_wrap .col_list .space_list li button > div {
    display: inline-block;
    vertical-align: middle;
}

.sec_space .space_wrap .col_list .space_list li .thumb {
    width: 135px;
}

.sec_space .space_wrap .col_list .space_list li .thumb > div {
    padding-top: 74.0741%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
}

.sec_space .space_wrap .col_list .space_list li .info {
    margin-left: 25px;
    width: calc(100% - 135px - 25px);
}

.sec_space .space_wrap .col_list .space_list li .info > div {
    width: 100%;
}

.sec_space .space_wrap .col_list .space_list li .info span {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #246cda;
    height: 24px;
    line-height: 22px;
    text-align: center;
    border-radius: 24px;
    font-size: 13px;
    color: #3e8bff;
    padding: 0 12px;
}

.sec_space .space_wrap .col_list .space_list li .info p {
    font-size: 17px;
    line-height: 20px;
    color: #111111;
    font-weight: bold;
    margin-top: 6px;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
}

.sec_space .space_wrap .col_list .space_list li .info i {
    font-size: 15px;
    line-height: 22px;
    color: #666666;
    margin-top: 11px;
    display: block;
}

.sec_space_list {
    padding-bottom: 120px;
}

.sec_space_list .top {
    background-image: url(../img/facility/bg-facility-tit.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
    padding: 80px;
}

.sec_space_list .top .info {
    padding-left: 144px;
}

.sec_space_list .top .info > div {
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.sec_space_list .top .info > div b {
    font-size: 20px;
    line-height: 30px;
    color: #80b2ff;
    font-weight: 700;
    margin-bottom: 9px;
    display: block;
}

.sec_space_list .top .info > div p {
    font-size: 16px;
    line-height: 25px;
    color: #ffffff;
}

.sec_space_list .top .info > div p + p {
    margin-top: 2px;
}

.sec_space_list .top .info > div p::before {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 25px;
    background-image: url(../img/facility/ico-bg-tit-clock.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 12px;
}

.sec_space_list .top .info > div p + p::before {
    background-image: url(../img/facility/ico-bg-tit-tel.svg);
}

.sec_space_list .space_list {
    border-top: 2px solid #383a4a;
    margin-top: 65px;
    padding-top: 30px;
}

.sec_space_list .space_list ul {
    font-size: 0;
}

.sec_space_list .space_list ul li {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 102px) / 4 - 0.1px);
    border: 1px solid #dbdbdb;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.05);
}

.facility_list ul li {
    width: calc((100% - 102px) / 3 - 0.1px) !important;
}

.sec_space_list .space_list ul li + li {
    margin-left: 34px;
}

.sec_space_list .space_list ul li:nth-child(4n + 1) {
    margin-left: 0;
}

.facility_list ul li:nth-child(4n + 1) {
    margin-left: 34px !important;
}

.facility_list ul li:nth-child(3n + 1) {
    margin-left: 0 !important;
}

.sec_space_list .space_list ul li:nth-child(n + 5) {
    margin-top: 36px;
}

.facility_list ul li:nth-child(n + 4) {
    margin-top: 36px;
}

.sec_space_list .space_list ul li .thumb {
    position: relative;
}

.sec_space_list .space_list ul li .thumb > div {
    width: 100%;
    padding-top: 58.6419%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sec_space_list .space_list ul li .thumb span {
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    line-height: 36px;
    background-color: #00afec;
    padding: 0 15px;
    position: absolute;
    top: 0;
    left: 0;
}

.sec_space_list .space_list ul li .info {
    padding: 25px 28px;
}

.sec_space_list .space_list ul li .info b {
    font-size: 19px;
    line-height: 22px;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
}

.sec_space_list .space_list ul li .info p {
    font-size: 15px;
    line-height: 24px;
    overflow: hidden;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
    margin-top: 11px;
}

.sec_space_list .space_list ul li .info .btn_wrap {
    margin-top: 10px;
    display: flex;
}

.sec_space_list .space_list ul li .info .btn_wrap a,
.sec_space_list .space_list ul li .info .btn_wrap button {
    display: block;
    flex: 1;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    line-height: 46px;
    text-align: center;
    font-size: 15px;
    transition: All 0.2s ease-out;
    -webkit-transition: All 0.2s ease-out;
    -moz-transition: All 0.2s ease-out;
    -o-transition: All 0.2s ease-out;
}

.sec_space_list .space_list ul li .info .btn_wrap a {
    color: #3e8bff;
}

.sec_space_list .space_list ul li .info .btn_wrap a:hover,
.sec_space_list .space_list ul li .info .btn_wrap button:hover {
    border: 1px solid #3e8bff;
}

.sec_space_list .space_list ul li .info .btn_wrap * + * {
    margin-left: 8px;
}

.sec_booking {
    padding-bottom: 120px;
}

.sec_booking .book_wrap {
    margin-top: 50px;
}

.sec_booking .book_wrap .cal_wrap {
    padding-right: 550px;
    border-top: 2px solid #383a4a;
    position: relative;
}

.sec_booking .book_wrap .cal_wrap .col_cal {
    width: 100%;
    padding: 70px 40px;
    border: 1px solid #dbdbdb;
    border-top: none;
}

.sec_booking .book_wrap .cal_wrap .col_cal .cal_head {
    display: flex;
    justify-content: space-between;
    position: relative;
    font-family: "Poppins", "Pretendard", -apple-system, BlinkMacSystemFont,
        system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo",
        "Noto Sans KR", "Malgun Gothic", sans-serif;
    font-weight: 700;
}

.sec_booking .book_wrap .cal_wrap .col_cal .cal_head::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #e2e2ea;
}

.sec_booking .book_wrap .cal_wrap .col_cal .cal_head strong {
    display: inline-block;
    vertical-align: top;
    font-size: 27px;
    line-height: 44px;
    color: #171725;
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding-right: 10px;
}

.sec_booking .book_wrap .cal_wrap .col_cal .cal_head .nav {
    font-size: 0;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.sec_booking .book_wrap .cal_wrap .col_cal .cal_head .nav button {
    width: 44px;
    height: 44px;
    border: 1px solid #e2e2ea;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 9px auto;
}

.sec_booking .book_wrap .cal_wrap .col_cal .cal_head .nav button + button {
    margin-left: 14px;
}

.sec_booking .book_wrap .cal_wrap .col_cal .cal_head .nav button.nav_prev {
    background-image: url(../img/assets/ico-angle-slider-nav-prev.svg);
}

.sec_booking .book_wrap .cal_wrap .col_cal .cal_head .nav button.nav_next {
    background-image: url(../img/assets/ico-angle-slider-nav-next.svg);
}

.sec_booking .book_wrap .cal_wrap .col_cal table {
    margin-top: 30px;
}

.sec_booking .book_wrap .cal_wrap .col_cal table thead tr th {
    height: 56px;
    font-size: 16px;
    color: #333333;
    padding: 10px;
    font-weight: 700;
    border-bottom: 1px solid #707070;
}

.sec_booking .book_wrap .cal_wrap .col_cal table tbody tr td {
    height: 90px;
    vertical-align: middle;
    text-align: center;
    padding: 8px 10px;
    border-bottom: 1px solid #e2e2ea;
    position: relative;
    transition: All 0.2s ease-out;
    -webkit-transition: All 0.2s ease-out;
    -moz-transition: All 0.2s ease-out;
    -o-transition: All 0.2s ease-out;
}

.sec_booking .book_wrap .cal_wrap .col_cal table tbody tr td.available {
    cursor: pointer;
}

.sec_booking .book_wrap .cal_wrap .col_cal table tbody tr td.available:hover {
    background-color: #e8f2fc;
}

.sec_booking .book_wrap .cal_wrap .col_cal table tbody tr td + td {
    border-left: 1px solid #e2e2ea;
}

.sec_booking .book_wrap .cal_wrap .col_cal table tbody tr td p {
    font-size: 15px;
    color: #333333;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px 10px;
}

.sec_booking .book_wrap .cal_wrap .col_cal table tbody tr td:first-child p {
    color: #bb0000;
}

.sec_booking .book_wrap .cal_wrap .col_cal table tbody tr td:last-child p {
    color: #246cda;
}

.sec_booking .book_wrap .cal_wrap .col_cal table thead tr th:first-child {
    color: #bb0000;
}

.sec_booking .book_wrap .cal_wrap .col_cal table thead tr th:last-child {
    color: #246cda;
}

.sec_booking .book_wrap .cal_wrap .col_cal table tbody tr td.another_month p {
    color: #cccccc;
}

.sec_booking .book_wrap .cal_wrap .col_cal table tbody tr td.today {
    background-color: #fcf3fb;
}

.sec_booking .book_wrap .cal_wrap .col_cal table tbody tr td.disabled {
    background-color: #f3f3f3;
}

.sec_booking .book_wrap .cal_wrap .col_cal table tbody tr td.disabled p {
    opacity: 0.22;
}

.sec_booking .book_wrap .cal_wrap .col_cal table tbody tr td.another_month,
.sec_booking .book_wrap .cal_wrap .col_cal table tbody tr td.disabled {
    cursor: not-allowed;
}

.sec_booking .book_wrap .cal_wrap .col_cal table tbody tr td.selected {
    background-color: #e8f2fc;
    outline: 1px #246cda solid;
    z-index: 1;
}

.sec_booking .book_wrap .cal_wrap .col_cal table tbody tr td span {
    display: inline-block;
    background-color: #7a7d92;
    width: 68px;
    border-radius: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #ffffff;
}

.sec_booking .book_wrap .cal_wrap .col_cal table tbody tr td.available span {
    background-color: #246cda;
}

.sec_booking .book_wrap .cal_wrap .col_info {
    position: absolute;
    top: 0;
    right: 0;
    width: 550px;
    padding-top: 100px;
    height: 100%;
    border: 1px solid #dbdbdb;
    border-left: none;
    border-top: none;
}

.sec_booking .book_wrap .cal_wrap .col_info .top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #f3f5f6;
    border-bottom: 1px solid #dbdbdb;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec_booking .book_wrap .cal_wrap .col_info .top p {
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    text-align: center;
    line-height: 47px;
}

.sec_booking .book_wrap .cal_wrap .col_info .top p::before {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 47px;
    height: 47px;
    background-image: url(../img/assets/ico-date.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 12px;
}

.sec_booking .book_wrap .cal_wrap .col_info .info_wrap {
    height: 100%;
    overflow-y: auto;
    padding: 40px;
}

.sec_booking
    .book_wrap
    .cal_wrap
    .col_info
    .info_wrap
    .info_block
    + .info_block {
    margin-top: 28px;
}

.sec_booking .book_wrap .cal_wrap .col_info .info_wrap .info_block .info_tit {
    position: relative;
    margin-bottom: 10px;
}

.sec_booking
    .book_wrap
    .cal_wrap
    .col_info
    .info_wrap
    .info_block
    .info_tit::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
    position: absolute;
    top: 50%;
    left: 0;
}

.sec_booking .book_wrap .cal_wrap .col_info .info_wrap .info_block .info_tit b {
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.sec_booking
    .book_wrap
    .cal_wrap
    .col_info
    .info_wrap
    .info_block
    .info_cont
    .radio_wrap {
    font-size: 0;
}

.sec_booking
    .book_wrap
    .cal_wrap
    .col_info
    .info_wrap
    .info_block
    .info_cont
    .radio_wrap
    > div {
    display: inline-block;
    width: calc((100% - 14px) / 2);
    border: 1px solid #dbdbdb;
    border-radius: 3px;
}

.sec_booking
    .book_wrap
    .cal_wrap
    .col_info
    .info_wrap
    .info_block
    .info_cont
    .radio_wrap
    > div
    + div {
    margin-left: 14px;
}

.sec_booking
    .book_wrap
    .cal_wrap
    .col_info
    .info_wrap
    .info_block
    .info_cont
    .radio_wrap
    > div:nth-child(2n + 1) {
    margin-left: 0;
}

.sec_booking
    .book_wrap
    .cal_wrap
    .col_info
    .info_wrap
    .info_block
    .info_cont
    .radio_wrap
    > div:nth-child(n + 3) {
    margin-top: 14px;
}

.sec_booking
    .book_wrap
    .cal_wrap
    .col_info
    .info_wrap
    .info_block
    .info_cont
    .radio_wrap
    input[type="checkbox"]
    + label {
    display: block;
    font-size: 15px;
    color: #666666;
    line-height: 48px;
    padding: 0 17px;
    padding-left: 50px;
    position: relative;
}

.sec_booking
    .book_wrap
    .cal_wrap
    .col_info
    .info_wrap
    .info_block
    .info_cont
    .radio_wrap
    input[type="checkbox"]
    + label::before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 17px;
    background-image: url(../img/assets/ico-radio-circle.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.sec_booking
    .book_wrap
    .cal_wrap
    .col_info
    .info_wrap
    .info_block
    .info_cont
    .radio_wrap
    input[type="checkbox"]:checked
    + label::before {
    background-image: url(../img/assets/ico-radio-circle-fill.svg);
}

.sec_booking
    .book_wrap
    .cal_wrap
    .col_info
    .info_wrap
    .info_block
    .info_cont
    ul
    li {
    font-size: 15px;
    line-height: 28px;
    color: #666666;
    position: relative;
    padding-left: 9px;
}

.sec_booking
    .book_wrap
    .cal_wrap
    .col_info
    .info_wrap
    .info_block
    .info_cont
    .map_wrap {
    width: 100%;
    padding-top: 53.1915%;
    position: relative;
}

.sec_booking
    .book_wrap
    .cal_wrap
    .col_info
    .info_wrap
    .info_block
    .info_cont
    .map_wrap
    > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #dbdbdb;
}

.sec_booking
    .book_wrap
    .cal_wrap
    .col_info
    .info_wrap
    .info_block
    .info_cont
    .btn_wrap {
    margin-top: 14px;
}

.sec_booking .btn_wrap {
    text-align: center;
    margin-top: 50px;
}

.sec_booking .fin {
    border: 1px solid #dbdbdb;
    border-top: 2px solid #383a4a;
    height: 432px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.sec_booking .fin > div::before {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 59px;
    height: 59px;
    background-image: url(../img/assets/ico-done.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 17px;
}

.sec_booking .fin strong {
    display: block;
    font-size: 25px;
    line-height: 38px;
    color: #000000;
    font-weight: 700;
}

.sec_booking .fin p {
    font-size: 17px;
    line-height: 26px;
    color: #666666;
    margin-top: 29px;
    margin-bottom: 37px;
}

.sec_booking .fin p b {
    color: #000000;
}

.sec_booking .fin p i {
    color: #246cda;
    font-weight: 700;
}

.sec_edu {
    padding-bottom: 120px;
    padding-top: 75px;
}

.sec_edu .deu_top {
    border: 1px solid #e6e6e6;
    border-top: 2px solid #383a4a;
}

.sec_edu .deu_top .bg_tit {
    padding-left: 170px;
}

.sec_edu .deu_top .bg_tit::before {
    background-image: url(../img/assets/ico-edu.svg);
}

.sec_edu .deu_top .bg_tit h4 {
    color: #111111;
}

.sec_edu .deu_top .bg_tit p {
    color: #666666;
}

.sec_edu .deu_top .title {
    padding: 60px;
    border-bottom: 1px solid #e6e6e6;
}

.sec_edu .deu_top .info .col_wrap {
    /* font-size: 0; */
    display: flex;
}

.sec_edu .deu_top .info .col_wrap > div {
    display: flex;
    flex: 1;
    vertical-align: top;
    /* width: 50%; */
    padding: 50px;
}

.sec_edu .deu_top .info .col_wrap > div + div {
    border-left: 1px solid #e6e6e6;
}

.sec_edu .deu_top .info .col_wrap b {
    font-size: 20px;
    line-height: 25px;
    color: #111111;
    font-weight: 700;
    display: block;
    padding-right: 40px;
    white-space: nowrap;
}

.sec_edu .deu_top .info .col_wrap ul li {
    font-size: 15px;
    line-height: 25px;
    color: #666666;
    text-indent: -11px;
    padding-left: 11px;
}

.datas dl {
    padding-left: 75px;
    position: relative;
}

.datas dl + dl {
    margin-top: 5px;
}

.datas dl dt {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 15px;
    line-height: 25px;
    font-weight: 700;
    color: #679bd5;
}

.datas dl dd,
.datas dl dd p {
    font-size: 15px;
    line-height: 25px;
    color: #666666;
    word-break: keep-all;
    white-space: normal;
    margin-top: 8px;
    overflow: hidden;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: keep-all;
}

.sec_edu .edu_list {
    margin-top: 47px;
    position: relative;
}

.sec_edu .edu_detail_wrap {
    padding-right: 360px;
    position: relative;
}

.sec_edu .edu_detail_wrap > .cont {
    padding-right: 60px;
    position: relative;
}

.sec_edu .edu_detail_wrap > .cont::before {
    content: "";
    width: 1px;
    height: calc(100% + 75px + 120px);
    transform: translateY(-75px);
    position: absolute;
    top: 0;
    right: -1px;
    background-color: #e6e6e6;
}

.sec_edu .edu_detail_wrap .cont .detail {
    margin-top: 42px;
}

.sec_edu .edu_detail_wrap .cont .detail .tit {
    padding: 0 15px 15px;
}

.sec_edu .edu_detail_wrap .cont .detail .tit h3 {
    font-size: 19px;
    line-height: 29px;
    color: #000000;
    font-weight: 700;
}

.sec_edu .edu_detail_wrap .cont .detail .desc {
    padding: 30px 15px;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #c4c4c4;
}

.sec_edu .edu_detail_wrap .cont .detail .desc em,
.sec_edu .edu_detail_wrap .cont .detail .desc i {
    font-style: italic;
}

.sec_edu .edu_detail_wrap .cont .detail .desc em,
.sec_edu .edu_detail_wrap .cont .detail .desc b,
.sec_edu .edu_detail_wrap .cont .detail .desc strong {
    font-weight: bold;
}

.sec_edu .edu_detail_wrap .cont .detail .desc em,
.sec_edu .edu_detail_wrap .cont .detail .desc i,
.sec_edu .edu_detail_wrap .cont .detail .desc p,
.sec_edu .edu_detail_wrap .cont .detail .desc span,
.sec_edu .edu_detail_wrap .cont .detail .desc strong {
    line-height: 1.4em;
}

.sec_edu .edu_detail_wrap .cont .detail .desc img {
    display: block;
    width: 100%;
}

.sec_edu .edu_detail_wrap .cont .detail .desc img + img {
    margin-top: 10px;
}

.board_nav {
    margin-top: 29px;
    text-align: center;
    position: relative;
}

.board_nav a.article_prev,
.board_nav a.article_next {
    font-size: 16px;
    line-height: 60px;
    color: #666666;
    position: absolute;
    top: 0;
    max-width: 400px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.board_nav a.article_prev {
    left: 0;
    padding-left: 80px;
}

.board_nav a.article_prev:before {
    content: "";
    width: 60px;
    height: 60px;
    display: inline-block;
    vertical-align: top;
    background-image: url(../images/webzine/ico-btn-article-prev.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.6;
    transition: All 0.2s ease-out;
    -webkit-transition: All 0.2s ease-out;
    -moz-transition: All 0.2s ease-out;
    -o-transition: All 0.2s ease-out;
    position: absolute;
    top: 0;
    left: 0;
}

.board_nav a.article_next {
    right: 0;
    padding-right: 80px;
}

.board_nav a.article_next::after {
    content: "";
    width: 60px;
    height: 60px;
    display: inline-block;
    vertical-align: top;
    background-image: url(../images/webzine/ico-btn-article-next.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.6;
    transition: All 0.2s ease-out;
    -webkit-transition: All 0.2s ease-out;
    -moz-transition: All 0.2s ease-out;
    -o-transition: All 0.2s ease-out;
    position: absolute;
    top: 0;
    right: 0;
}

.board_nav a.article_next:hover::after,
.board_nav a.article_prev:hover::before {
    opacity: 1;
}

.board_nav .article_list {
    display: inline-block;
    vertical-align: top;
    width: 60px;
    height: 60px;
    background-image: url(../images/webzine/ico-btn-list-circle.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.sec_edu .edu_detail_wrap .side {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
}

.sec_edu .edu_detail_wrap .side .page_search_wrap input[type="text"] {
    width: 100%;
}

.sec_edu .edu_detail_wrap .side .related_wrap {
    margin-top: 54px;
    padding-top: 40px;
    position: relative;
}

.sec_edu .edu_detail_wrap .side .related_wrap::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #7a7d92;
    position: absolute;
    top: 40px;
    left: 0;
}

.sec_edu .edu_detail_wrap .side .related_wrap .tab_cont button {
    position: absolute;
    top: 0;
    left: 0;
    width: 92px;
    height: 40px;
    border: 1px solid #dbdbdb;
    line-height: 38px;
    font-size: 15px;
    color: #999999;
    z-index: 1;
}

.sec_edu .edu_detail_wrap .side .related_wrap .tab_cont:nth-child(2) button {
    left: 92px;
}

.sec_edu .edu_detail_wrap .side .related_wrap .tab_cont.current button {
    z-index: 5;
    background-color: #5599e4;
    border-color: #5599e4;
    color: #fff;
}

.sec_edu .edu_detail_wrap .side .related_wrap .tab_cont .cont {
    display: none;
    animation: showUp 0.3s forwards;
}

.sec_edu .edu_detail_wrap .side .related_wrap .tab_cont.current .cont {
    display: block;
}

.sec_edu .edu_detail_wrap .side .related_wrap .tab_cont.current .cont ul li {
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}

.sec_edu .edu_detail_wrap .side .related_wrap .tab_cont.current .cont ul li a {
    display: block;
    padding: 15px 0;
    padding-left: 90px;
}

.sec_edu
    .edu_detail_wrap
    .side
    .related_wrap
    .tab_cont.current
    .cont
    ul
    li
    .thumb {
    width: 70px;
    height: 70%;
    position: absolute;
    top: 15px;
    left: 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
}

.sec_edu .edu_detail_wrap .side .related_wrap .tab_cont.current .cont ul li p {
    font-size: 15px;
    color: #333333;
    font-weight: 700;
    line-height: 21px;
    word-break: keep-all;
    margin-bottom: 8px;
}

.sec_edu
    .edu_detail_wrap
    .side
    .related_wrap
    .tab_cont.current
    .cont
    ul
    li
    span {
    font-size: 14px;
    line-height: 21px;
    color: #999999;
    word-break: keep-all;
}

.sec_edu .edu_detail_wrap .side .tag_wrap {
    margin-top: 30px;
}

.sec_edu .edu_detail_wrap .side .tag_wrap h3 {
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    font-weight: 700;
}

.sec_edu .edu_detail_wrap .side .tag_wrap > div span {
    margin-top: 5px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    font-size: 14px;
    line-height: 34px;
    border: 1px solid #cbcbcb;
    border-radius: 32px;
}

.sec_edu .edu_detail_wrap .side .tag_wrap > div span:last-child {
    margin-right: 0;
}

.sec_community {
    padding-bottom: 120px;
}

.sec_community .community_wrap .article_detail{
    max-width: 900px;
    margin: 0 auto;
}

.sec_community .community_wrap .article_list.board_t03 {
    border-top: 2px solid #383a4a;
    padding-top: 30px;
}

.sec_community .community_wrap .article_detail .head {
    padding: 0 10px;
    padding-bottom: 20px;
    position: relative;
}

.sec_community .community_wrap .article_detail .head a {
    display: inline-block;
    font-size: 16px;
    line-height: 32px;
    color: #666666;
}

.sec_community .community_wrap .article_detail .head a:before {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 6px;
    margin-right: 12px;
    height: 32px;
    background-image: url(../img/assets/ico-article-back.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: -1px;
}

.sec_community .community_wrap .article_detail .head span {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 16px;
    color: #8794e6;
    line-height: 30px;
    border: 1px solid #8794e6;
    border-radius: 32px;
    padding: 0 16px;
}

.sec_community .community_wrap .article_detail .top {
    border-top: 2px solid #383a4a;
    text-align: center;
    padding-top: 28px;
}

.sec_community .community_wrap .article_detail .top .title {
    font-size: 30px;
    color: #000000;
    font-weight: 700;
}

.sec_community .community_wrap .article_detail .top .info {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin-top: 28px;
    font-size: 0;
    padding: 20px;
}

.sec_community .community_wrap .article_detail .top .info dl {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
}

.sec_community .community_wrap .article_detail .top .info dl + dl {
    margin-left: 61px;
    position: relative;
}

.sec_community .community_wrap .article_detail .top .info dl + dl::before {
    content: "";
    width: 1px;
    height: 14px;
    background-color: #e6e6e6;
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
}

.sec_community .community_wrap .article_detail .top .info dl dt {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    line-height: 25px;
    display: inline-block;
    vertical-align: top;
}

.sec_community .community_wrap .article_detail .top .info dl dd {
    font-size: 16px;
    color: #666666;
    line-height: 25px;
    display: inline-block;
    vertical-align: top;
    margin-left: 25px;
}

.sec_community .community_wrap .article_detail .mid {
    padding-top: 40px;
    padding-bottom: 50px;
    border-bottom: 1px solid #c4c4c4;
}

.sec_community .community_wrap .article_detail .mid .detail em,
.sec_community .community_wrap .article_detail .mid .detail i {
    font-style: italic;
}

.sec_community .community_wrap .article_detail .mid .detail em,
.sec_community .community_wrap .article_detail .mid .detail b,
.sec_community .community_wrap .article_detail .mid .detail strong {
    font-weight: bold;
}

.sec_community .community_wrap .article_detail .mid .detail em,
.sec_community .community_wrap .article_detail .mid .detail i,
.sec_community .community_wrap .article_detail .mid .detail p,
.sec_community .community_wrap .article_detail .mid .detail span,
.sec_community .community_wrap .article_detail .mid .detail strong {
    line-height: 1.4em;
}

.sec_community .community_wrap .article_detail .mid .detail img {
    display: block;
    width: 100%;
}

.sec_community .community_wrap .article_detail .mid .detail img + img {
    margin-top: 10px;
}

.sec_community .community_wrap .article_detail .mid .tag_wrap {
    margin-top: 37px;
    font-size: 0;
}

.sec_community .community_wrap .article_detail .mid .tag_wrap a {
    display: inline-block;
    vertical-align: top;
    margin-right: 9px;
    margin-bottom: 9px;
    font-size: 15px;
    color: #666666;
    padding: 0 15px;
    line-height: 33px;
    border: 1px solid #b3bece;
    border-radius: 35px;
}

.sec_community .popular_list_wrap {
    background-color: #eef5fc;
    padding: 70px 0;
    margin-top: 100px;
}

.sec_community .popular_list_wrap .tit,
.sec_community .recent_list_wrap .tit {
    position: relative;
    margin-bottom: 20px;
}

.sec_community .popular_list_wrap .tit h3,
.sec_community .recent_list_wrap .tit h3 {
    font-size: 30px;
    color: #000000;
    line-height: 30px;
    font-weight: 700;
}

.sec_community .popular_list_wrap .tit a {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 15px;
    line-height: 30px;
    color: #131313;
    padding-right: 35px;
}

.sec_community .popular_list_wrap .tit a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    width: 25px;
    background-image: url(../img/assets/ico-arrow-more-gray.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.sec_community .recent_list_wrap {
    margin-top: 70px;
}

.sec_search_result {
    padding-top: 75px;
    padding-bottom: 120px;
}

.sec_search_result .result_top {
    background-color: #f4f6f8;
    border: 1px solid #e6e6e6;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.sec_search_result .result_top strong {
    font-size: 25px;
    line-height: 38px;
    color: #000000;
    font-weight: 700;
}

.sec_search_result .result_top p {
    font-size: 17px;
    line-height: 26px;
    color: #666666;
    margin-top: 5px;
}

.sec_search_result .result_top p b {
    font-weight: 700;
    color: #383a4a;
}

.sec_search_result .result_top p i {
    font-weight: 700;
    color: #246cda;
}

.sec_search_result .search_tab {
    border-bottom: 1px solid #dedede;
    margin-top: 35px;
}

.sec_search_result .search_tab ul {
    font-size: 0;
}

.sec_search_result .search_tab ul li {
    display: inline-block;
    vertical-align: top;
}

.sec_search_result .search_tab ul li + li {
    position: relative;
}

.sec_search_result .search_tab ul li + li::before {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #d0d0d0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
}

.sec_search_result .search_tab ul li a,
.sec_search_result .search_tab ul li button {
    font-size: 17px;
    line-height: 60px;
    padding: 0 20px;
    font-weight: 700;
    position: relative;
    display: block;
}

.sec_search_result .search_tab ul li.current a,
.sec_search_result .search_tab ul li.current button {
    color: #246cda;
}

.sec_search_result .search_tab ul li a::after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #246cda;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(50%);
    transition: All 0.2s ease-out;
    -webkit-transition: All 0.2s ease-out;
    -moz-transition: All 0.2s ease-out;
    -o-transition: All 0.2s ease-out;
    opacity: 0;
}

.sec_search_result .search_tab ul li.current a::after,
.sec_search_result .search_tab ul li.current button::after {
    opacity: 1;
}

.sec_search_result .search_result {
    margin-top: 40px;
}

.sec_search_result .search_result .result_block + .result_block {
    margin-top: 70px;
}

.sec_search_result .search_result .result_block .tit {
    border-bottom: 1px solid #383a4a;
    position: relative;
    padding-bottom: 17px;
    margin-bottom: 30px;
}

.sec_search_result .search_result .result_block .tit h3 {
    font-size: 24px;
    line-height: 37px;
    color: #000000;
    font-weight: 700;
}

.sec_search_result .search_result .result_block .tit a {
    font-size: 16px;
    color: #7a7d92;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 37px;
    padding-right: 16px;
}

.sec_search_result .search_result .result_block .tit a::after {
    content: "";
    width: 6px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../img/assets/ico-angle-more.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: -1px;
}

.sec_greeting {
    padding-top: 100px;
    padding-bottom: 120px;
}

.sec_greeting .sec_tit {
    margin-bottom: 70px;
}

.sec_greeting .col_wrap {
    display: flex;
}

.sec_greeting .col_wrap > div {
    flex: 1;
    position: relative;
}

.sec_greeting .greeting b {
    font-size: 30px;
    line-height: 47px;
    color: #333333;
    font-weight: 700;
}

.sec_greeting .greeting span {
    font-size: 20px;
    line-height: 24px;
    color: #5599e4;
    font-family: "SebangGothic";
    display: block;
    margin-top: 18px;
    padding-bottom: 60px;
    position: relative;
    margin-bottom: 55px;
}

.sec_greeting .greeting span::before {
    content: "";
    display: block;
    width: calc(100% + 96px);
    height: 1px;
    background-color: #e6e6e6;
    position: absolute;
    bottom: 0;
    left: 0;
}

.sec_greeting .greeting span::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 95px;
    height: 3px;
    background-color: #5599e4;
}

.sec_greeting .greeting p {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
}

.sec_greeting .greeting p + p {
    margin-top: 26px;
}

.sec_greeting .greeting .sign {
    margin-top: 60px;
    position: relative;
    display: inline-block;
}

.sec_greeting .greeting .sign::after {
    content: "";
    display: block;
    width: 272px;
    height: 181px;
    background-image: url(../img/center/img-sign.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: calc(100% + 50px);
    top: 0;
    transform: translateY(-45%);
}

.sec_greeting .greeting .sign i {
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    font-weight: 700;
}

.sec_greeting .greeting .sign i em {
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    margin-left: 28px;
}

.sec_greeting .img_wrap {
    position: relative;
}

.sec_greeting .img_wrap::before {
    content: "";
    width: 328px;
    height: 333px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/center/bg-greeting-symbol01.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translate(-40%, -15%);
    pointer-events: none;
}

.sec_greeting .img_wrap::after {
    content: "";
    width: 210px;
    height: 67px;
    background-image: url(../img/center/bg-greeting-symbol02.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 15%;
    left: -1%;
    z-index: 5;
}

.sec_greeting .img_wrap img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 2;
}

.sec_greeting .img_wrap > div {
    width: 100%;
    max-width: 542px;
    position: absolute;
    top: 38px;
    right: 26px;
}

.sec_greeting .img_wrap > div::before {
    content: "";
    position: absolute;
    bottom: 13px;
    right: -26px;
    width: 80%;
    height: 100%;
    border: 2px solid #5e5e5e;
    opacity: 0.66;
}

.sec_brand_map {
    background-color: #f8fafb;
    padding-top: 100px;
    padding-bottom: 120px;
    background-image: url(../img/center/bg-brand.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sec_brand_map .sec_tit h3 {
    display: inline-block;
    border-bottom: 4px solid #409dd9;
    padding-bottom: 10px;
}

.sec_brand_map .brand_map {
    margin-top: 100px;
    text-align: center;
}

.sec_center_bsns {
    padding-top: 100px;
    padding-bottom: 120px;
}

.sec_center_bsns .center_bsns {
    margin-top: 100px;
}

.sec_center_bsns .center_bsns .bsns_block {
    display: flex;
    padding-right: 80px;
    align-items: center;
}

.sec_center_bsns .center_bsns .bsns_block + .bsns_block {
    margin-top: 37px;
}

.sec_center_bsns .center_bsns .bsns_block:nth-child(2n) {
    padding-left: 80px;
    padding-right: 0px;
}

.sec_center_bsns .center_bsns .bsns_block .thumb {
    flex: 380px 0 0;
    order: 1;
}

.sec_center_bsns .center_bsns .bsns_block .thumb > div {
    width: 100%;
    padding-top: 68.4211%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sec_center_bsns .center_bsns .bsns_block .info {
    flex: 1;
    order: 2;
    margin-left: 36px;
    margin-right: 36px;
    text-align: left;
}

.sec_center_bsns .center_bsns .bsns_block .info b {
    font-size: 25px;
    line-height: 30px;
    color: #009dd9;
    font-weight: 700;
    font-family: "SebangGothic";
}

.sec_center_bsns .center_bsns .bsns_block .info p {
    margin-top: 8px;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
}

.sec_center_bsns .center_bsns .bsns_block .logo {
    flex: 426px 0 0;
    order: 3;
}

.sec_center_bsns .center_bsns .bsns_block .logo > div {
    width: 100%;
    padding-top: 59.8592%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.sec_center_bsns .center_bsns .bsns_block:nth-child(2n) .thumb {
    order: 3;
}

.sec_center_bsns .center_bsns .bsns_block:nth-child(2n) .logo {
    order: 1;
}

.sec_center_bsns .center_bsns .bsns_block:nth-child(2n) .info {
    text-align: right;
}

.sec_organization {
    padding-bottom: 120px;
}

.sec_organization .organ_wrap {
    margin-top: 30px;
    border: 1px solid #dbdbdb;
    padding: 13px;
}

.sec_organization .organ_wrap > div {
    background-color: #e8e8e8;
    text-align: center;
    padding: 20px;
}

.sec_organization .organ_wrap > div img {
    max-width: 100%;
    vertical-align: top;
}

.sec_contact {
    padding-bottom: 120px;
}

.sec_contact .map_wrap {
    margin-top: 50px;
}

.sec_contact .contact_list {
    margin-top: 50px;
}

.sec_contact .contact_list ul {
    font-size: 0;
}

.sec_contact .contact_list ul li {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 60px) / 3 - 0.1px);
    padding-left: 140px;
    position: relative;
}

.sec_contact .contact_list ul li + li {
    margin-left: 30px;
}

.sec_contact .contact_list ul li:nth-child(3n + 1) {
    margin-left: 0;
}

.sec_contact .contact_list ul li:nth-child(n + 4) {
    margin-top: 50px;
}

.sec_contact .contact_list ul li .thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 120px;
    border-radius: 9px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sec_contact .contact_list ul li .info b {
    font-size: 16px;
    line-height: 25px;
    color: #111111;
    font-weight: 700;
}

.sec_contact .contact_list ul li .info p {
    font-size: 15px;
    line-height: 23px;
    color: #666666;
    margin-top: 3px;
    margin-bottom: 3px;
}

.sec_contact .contact_list ul li .info i {
    font-size: 15px;
    line-height: 23px;
    color: #000000;
    font-weight: 700;
}

.sec_contact .contact_list ul li .info .sns {
    font-size: 0;
    margin-top: 8px;
}

.sec_contact .contact_list ul li .info .sns a {
    display: inline-block;
    vertical-align: top;
    width: 36px;
    height: 36px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #dbdbdb;
    border-radius: 50%;
    transition: All 0.2s ease-out;
    -webkit-transition: All 0.2s ease-out;
    -moz-transition: All 0.2s ease-out;
    -o-transition: All 0.2s ease-out;
}

.sec_contact .contact_list ul li .info .sns a:hover {
    border: 1px solid #009dd9;
    background-color: #009dd9;
}

.sec_contact .contact_list ul li .info .sns a + a {
    margin-left: 10px;
}

.sec_contact .contact_list ul li .info .sns a.fb {
    background-image: url(../img/center/ico-fb.svg);
}

.sec_contact .contact_list ul li .info .sns a.ig {
    background-image: url(../img/center/ico-ig.svg);
}

.sec_contact .contact_list ul li .info .sns a.bg {
    background-image: url(../img/center/ico-bg.svg);
}

.sec_contact .contact_list ul li .info .sns a.yt {
    background-image: url(../img/center/ico-yt.svg);
}

.sec_contact .contact_list ul li .info .sns a.fb:hover {
    background-image: url(../img/center/ico-fb-hover.svg);
}

.sec_contact .contact_list ul li .info .sns a.ig:hover {
    background-image: url(../img/center/ico-ig-hover.svg);
}

.sec_contact .contact_list ul li .info .sns a.bg:hover {
    background-image: url(../img/center/ico-bg-hover.svg);
}

.sec_contact .contact_list ul li .info .sns a.yt:hover {
    background-image: url(../img/center/ico-yt-hover.svg);
}
