
@charset "utf-8";

@import "animate.min.css";
@import "bootstrap.min.css";
@import "owl.carousel.min.css";
@import "owl.theme.default.min.css";
@import "fontawesome-all.min.css";
@import "swiper.min.css";
@import "asting.css";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&family=Inter:wght@200;300;400;500;600;700;800;900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
/* 0428 추가 */
@import url("https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css");

:root {
    --thm-font: 'Noto Sans KR', sans-serif;
    --thm-font-shadows: 'Shadows Into Light', cursive;
    --thm-font-abril: 'Open Sans', cursive;
    --thm-base: #01b552;
    --thm-base-rgb: 1, 181, 82;
    --thm-primary: #ffd325;
    --thm-primary-rgb: 255, 211, 37;
    --thm-black: #000000;
    --thm-black-rgb: 0, 0, 0;
    --thm-gray: #666666;
    --thm-border-radius: 8px;
}

body {
    font-family: var(--thm-font);
    color: var(--thm-gray);
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
    word-break: break-all; 
    word-wrap: 
    break-word;
}

button { 
	border: 0; 
}
button:focus {
    outline: none;
}

a:active,
a:hover,
a:focus,
a:visited {
    background-color: transparent;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: var(--thm-black);
    font-family: var(--thm-font);
    font-weight: 700;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.block-title {
    margin-bottom: 60px;
    margin-top: 100px;
}

.block-title h5 {
    position: relative;
    font-size: 27px;
    color: var(--thm-base);
    line-height: 35px;
    display: inline-block;
    font-family: var(--thm-font);
    padding-left: 25px;
    margin-bottom: 30px;
}

.block-title h5:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 0px;
    display: block;
    width: 15px;
    height: 4px;
    background: var(--thm-base);
}

.block-title h6 {
    position: relative;
    font-size: 20px;
    color: var(--thm-base);
    line-height: 30px;
    display: inline-block;
    font-family: var(--thm-font);
    padding-left: 20px;
}

.block-title h6:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0px;
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    background: var(--thm-base);
}

.block-title h6.contt {
    position: relative;
    font-size: 20px;
    font-weight: 400;
    color: var(--thm-black);
    line-height: 30px;
    display: inline-block;
    font-family: var(--thm-font);
    padding-left: 0px;   
}

.block-title h6.contt:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0px;
    display: none;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    background: var(--thm-base);
}

.block-title h4 {
    position: relative;
    font-size: 30px;
    color: var(--thm-black);
    line-height: 40px;
    display: inline-block;
    font-family: var(--thm-font);
}

.block-title h2 {
    font-size: 50px;
    line-height: 60px;
}

.block-title p {
    font-size: 17px;	
    line-height: 27px;
    margin-top: 0px;
    padding-left: 40px;
}

.block-title p:before {
    content: '';
    position: relative;
    top: 15px;
    left: -15px;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50px;
    background: var(--thm-gray);
}

.block-title.lh0 p {
    font-size: 17px;	
    line-height: 27px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 40px;
}

.block-title.lh0 p:before {
    content: '';
    position: relative;
    top: 16px;
    left: -15px;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50px;
    background: var(--thm-gray);
}


.thm-btn {
    display: inline-block;
    vertical-align: middle;
    border: none;
    outline: none;
    background-color: var(--thm-primary);
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    padding: 16.5px 60px;
    border-radius: 33.5px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.thm-btn:hover {
    background-color: var(--thm-black);
    color: #ffffff;
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
    box-shadow: none !important;
    outline: none !important;
}

.bootstrap-select>.dropdown-toggle {
    box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
}

.bootstrap-select .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    z-index: 991;
    border-radius: 0;
}

.bootstrap-select .dropdown-menu>li+li>a {
    border-top: 1px solid var(--thm-gray);
}

.bootstrap-select .dropdown-menu>li.selected>a {
    background: var(--thm-primary);
    color: #fff;
}

.bootstrap-select .dropdown-menu>li>a {
    font-size: 16px;
    font-weight: 500;
    padding: 4px 20px;
    color: #ffffff;
    background: var(--thm-black);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu>li>a:hover {
    background: var(--thm-primary);
    color: #fff;
    cursor: pointer;
}



/* owl dots style */

.thm__owl-carousel .owl-dots {
    margin-top: 20px;
}

.thm__owl-carousel .owl-dots .owl-dot {
    outline: none;
}

.thm__owl-carousel .owl-dots .owl-dot span {
    margin: 0 2.5px;
    padding: 0;
    width: 14px;
    height: 14px;
    background-color: var(--thm-gray);
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thm__owl-carousel .owl-dots .owl-dot:hover span,
.thm__owl-carousel .owl-dots .owl-dot.active span {
    background-color: var(--thm-primary);
}

.thm__owl-carousel.light-dots .owl-dots .owl-dot span {
    background-color: #fff;
}

.thm__owl-carousel.light-dots .owl-dots .owl-dot:hover span,
.thm__owl-carousel.light-dots .owl-dots .owl-dot.active span {
    background-color: var(--thm-primary);
}



.scroll-to-top {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: var(--thm-primary);
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: none;
    border-radius: 50%;
    transition: all 0.4s ease;
}

.scroll-to-top i {
    color: #ffffff;
    font-size: 18px;
    line-height: 45px;
}

.scroll-to-top:hover {
    background: var(--thm-black);
}

.scroll-to-top:hover i {
    color: #fff;
}

/* Cursor Style */
.cursor {
    position: absolute;
    background-color: #fff;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
        0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
        0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
        0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
        0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
        0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: hidden;
}

.cursor {
    visibility: visible;
}

.cursor.active {
    opacity: 0.5;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.cursor.hovered {
    opacity: 0.08;
}

.cursor-follower {
    position: absolute;
    background-color: RGBA(255, 255, 255, 0.3);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
        0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
        0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
        0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
        0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
        0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    visibility: hidden;
}

.cursor-follower {
    visibility: visible;
}

.cursor-follower.active {
    opacity: 0.7;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.cursor-follower.hovered {
    opacity: 0.08;
}

.cursor-follower.close-cursor:before {
    position: absolute;
    content: "";
    height: 25px;
    width: 2px;
    background: #fff;
    left: 48%;
    top: 12px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: inline-block;
}

.cursor-follower.close-cursor:after {
    position: absolute;
    content: "";
    height: 25px;
    width: 2px;
    background: #fff;
    right: 48%;
    top: 12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}






/* animations */

@keyframes btnIconMove {
    0% {
        transform: rotate(0deg) translate(0px, 0px);
    }

    50% {
        transform: rotate(20deg) translate(10px, 0px);
    }

    100% {
        transform: rotate(0deg) translate(0px, 0px);
    }
}

@keyframes ImgBounce {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(5px);
    }

    50% {
        transform: translateY(10px);
    }

    75% {
        transform: translateY(5px);
    }

    100% {
        transform: translateY(0px);
    }
}


/*--------------------------------------------------------------
# inc
--------------------------------------------------------------*/

/* 0428 추가 */

.font-nsquare {
	font-family: 'NanumSquare', sans-serif;
}

.font-nsquare-800 {
	font-family: 'NanumSquare', sans-serif;
	font-weight: 800 !important;
}



/* 공통컬러 */

.color-white {
  color: #ffffff;
}

.color-gray {
  color: var(--thm-gray);
}

.color-black {
  color: var(--thm-black);
}

.color-base {
  color: var(--thm-base);
}

.color-primary {
  color: var(--thm-primary);
}


.bg-white {
  background-color: #ffffff;
}

.bg-gray {
  background-color: #f9f9fb;
}

.bg-lblue {
  background-color: #f5f8fd;
}


/* space */

.industris-space-5 {
  height: 5px;
}

.industris-space-10 {
  height: 10px;
}

.industris-space-20 {
  height: 20px;
}

.industris-space-30 {
  height: 30px;
}

.industris-space {
  height: 40px;
}

.industris-space-50 {
  height: 50px;
}

.industris-space-60 {
  height: 60px;
}

.industris-space-70 {
  height: 70px;
}

.industris-space-80 {
  height: 80px;
}

.industris-space-90 {
  height: 90px;
}

.industris-space-100 {
  height: 100px;
}



/* margin */
.mt0 { margin-top: 0px !important; }

.mt5 { margin-top: 5px !important; }

.mt10 { margin-top: 10px !important; }

.mt15 { margin-top: 15px !important; }

.mt20 { margin-top: 20px !important; }

.mt25 { margin-top: 25px !important; }

.mt30 { margin-top: 30px !important; }

.mt35 { margin-top: 35px !important; }

.mt40 { margin-top: 40px !important; }

.mt45 { margin-top: 45px !important; }

.mt50 { margin-top: 50px !important; }

.mt90 { margin-top: 90px !important; }

.mr0 { margin-right: 0px !important; }

.mr5 { margin-right: 5px !important; }

.mr10 { margin-right: 10px !important; }

.mr15 { margin-right: 15px !important; }

.mr20 { margin-right: 20px !important; }

.mr25 { margin-right: 25px !important; }

.mr30 { margin-right: 30px !important; }

.mr35 { margin-right: 35px !important; }

.mr40 { margin-right: 40px !important; }

.mr45 { margin-right: 45px !important; }

.mr50 { margin-right: 50px !important; }


.mb0 { margin-bottom: 0px !important; }

.mb5 { margin-bottom: 5px !important; }

.mb10 { margin-bottom: 10px !important; }

.mb15 { margin-bottom: 15px !important; }

.mb20 { margin-bottom: 20px !important; }

.mb25 { margin-bottom: 25px !important; }

.mb30 { margin-bottom: 30px !important; }

.mb35 { margin-bottom: 35px !important; }

.mb40 { margin-bottom: 40px !important; }

.mb45 { margin-bottom: 45px !important; }

.mb50 { margin-bottom: 50px !important; }

.ml0 { margin-left: 0px !important; }

.ml5 { margin-left: 5px !important; }

.ml10 { margin-left: 10px !important; }

.ml15 { margin-left: 15px !important; }

.ml20 { margin-left: 20px !important; }

.ml25 { margin-left: 25px !important; }

.ml30 { margin-left: 30px !important; }

.ml35 { margin-left: 35px !important; }

.ml40 { margin-left: 40px !important; }

.ml45 { margin-left: 45px !important; }

.ml50 { margin-left: 50px !important; }

/* padding */
.pt0 { padding-top: 0px !important; }

.pt5 { padding-top: 5px !important; }

.pt10 { padding-top: 10px !important; }

.pt15 { padding-top: 15px !important; }

.pt20 { padding-top: 20px !important; }

.pt25 { padding-top: 25px !important; }

.pt30 { padding-top: 30px !important; }

.pt35 { padding-top: 35px !important; }

.pt40 { padding-top: 40px !important; }

.pt45 { padding-top: 45px !important; }

.pt50 { padding-top: 50px !important; }

.pr0 { padding-right: 0px !important; }

.pr5 { padding-right: 5px !important; }

.pr10 { padding-right: 10px !important; }

.pr15 { padding-right: 15px !important; }

.pr20 { padding-right: 20px !important; }

.pr25 { padding-right: 25px !important; }

.pr30 { padding-right: 30px !important; }

.pr35 { padding-right: 35px !important; }

.pr40 { padding-right: 40px !important; }

.pr45 { padding-right: 45px !important; }

.pr50 { padding-right: 50px !important; }

.pb0 { padding-bottom: 0px !important; }

.pb5 { padding-bottom: 5px !important; }

.pb10 { padding-bottom: 10px !important; }

.pb15 { padding-bottom: 15px !important; }

.pb20 { padding-bottom: 20px !important; }

.pb25 { padding-bottom: 25px !important; }

.pb30 { padding-bottom: 30px !important; }

.pb35 { padding-bottom: 35px !important; }

.pb40 { padding-bottom: 40px !important; }

.pb45 { padding-bottom: 45px !important; }

.pb50 { padding-bottom: 50px !important; }

.pl0 { padding-left: 0px !important; }

.pl5 { padding-left: 5px !important; }

.pl10 { padding-left: 10px !important; }

.pl15 { padding-left: 15px !important; }

.pl20 { padding-left: 20px !important; }

.pl25 { padding-left: 25px !important; }

.pl30 { padding-left: 30px !important; }

.pl35 { padding-left: 35px !important; }

.pl40 { padding-left: 40px !important; }

.pl45 { padding-left: 45px !important; }

.pl50 { padding-left: 50px !important; }


.w-auto { width: auto; }

.w1p { width: 1%; }

.w2p { width: 2%; }

.w3p { width: 3%; }

.w4p { width: 4%; }

.w5p { width: 5%; }

.w6p { width: 6%; }

.w7p { width: 7%; }

.w8p { width: 8%; }

.w9p { width: 9%; }

.w10p { width: 10%; }

.w11p { width: 11%; }

.w12p { width: 12%; }

.w13p { width: 13%; }

.w14p { width: 14%; }

.w15p { width: 15%; }

.w16p { width: 16%; }

.w17p { width: 17%; }

.w18p { width: 18%; }

.w19p { width: 19%; }

.w20p { width: 20%; }

.w21p { width: 21%; }

.w22p { width: 22%; }

.w23p { width: 23%; }

.w24p { width: 24%; }

.w25p { width: 25%; }

.w26p { width: 26%; }

.w27p { width: 27%; }

.w28p { width: 28%; }

.w29p { width: 29%; }

.w30p { width: 30%; }

.w31p { width: 31%; }

.w32p { width: 32%; }

.w33p { width: 33%; }

.w34p { width: 34%; }

.w35p { width: 35%; }

.w36p { width: 36%; }

.w37p { width: 37%; }

.w38p { width: 38%; }

.w39p { width: 39%; }

.w40p { width: 40%; }

.w41p { width: 41%; }

.w42p { width: 42%; }

.w43p { width: 43%; }

.w44p { width: 44%; }

.w45p { width: 45%; }

.w46p { width: 46%; }

.w47p { width: 47%; }

.w48p { width: 48%; }

.w49p { width: 49%; }

.w50p { width: 50%; }

.w51p { width: 51%; }

.w52p { width: 52%; }

.w53p { width: 53%; }

.w54p { width: 54%; }

.w55p { width: 55%; }

.w56p { width: 56%; }

.w57p { width: 57%; }

.w58p { width: 58%; }

.w59p { width: 59%; }

.w60p { width: 60%; }

.w61p { width: 61%; }

.w62p { width: 62%; }

.w63p { width: 63%; }

.w64p { width: 64%; }

.w65p { width: 65%; }

.w66p { width: 66%; }

.w67p { width: 67%; }

.w68p { width: 68%; }

.w69p { width: 69%; }

.w70p { width: 70%; }

.w71p { width: 71%; }

.w72p { width: 72%; }

.w73p { width: 73%; }

.w74p { width: 74%; }

.w75p { width: 75%; }

.w76p { width: 76%; }

.w77p { width: 77%; }

.w78p { width: 78%; }

.w79p { width: 79%; }

.w80p { width: 80%; }

.w81p { width: 81%; }

.w82p { width: 82%; }

.w83p { width: 83%; }

.w84p { width: 84%; }

.w85p { width: 85%; }

.w86p { width: 86%; }

.w87p { width: 87%; }

.w88p { width: 88%; }

.w89p { width: 89%; }

.w90p { width: 90%; }

.w91p { width: 91%; }

.w92p { width: 92%; }

.w93p { width: 93%; }

.w94p { width: 94%; }

.w95p { width: 95%; }

.w96p { width: 96%; }

.w97p { width: 97%; }

.w98p { width: 98%; }

.w99p { width: 99%; }

.w100p { width: 100%; }

.color-0 { color: var(--thm-black) }
.color-g { color: var(--thm-gray) }


.cont__img {
  margin-left: 50px;
  position: relative;
}

.cont__img img {
  width: 100%;
  opacity: 1;
}

.cont__img_c {
  margin: 0px auto;
  position: relative;
  text-align: center;
}

.cont__img_c_box {
  margin: 0px auto;
  position: relative;
  text-align: center;
  padding: 40px 0;
}

.cont__img_round {
	border-radius: var(--thm-border-radius);
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/


#header {
    position: relative;
    display: block;
    height: 134px;
    max-width: 1170px;
    margin: 0 auto;
}

#header .logo {
    float: left;
    padding-top: 51px;
}

#header .logo a {
    display: block;
    width: 352px;
    height: 51px;
    background: url(../../assets/images/top-logo.png) 0 0 no-repeat;
}

#header .bnr-korea {
    float: left;
    margin-top: 65px;
    display: block;
    width: 171px;
    height: 44px;
    background: url(../../assets/images/top-korea.png) 0 0 no-repeat;
}

#header .bnr-korea-m {
    float: left;
    margin-top: -65px;
    margin-left: 168px;
    display: block;
    width: 171px;
    height: 44px;
    background: url(../../assets/images/top-korea.png) 0 0 no-repeat;
}

#header .m-nav-toggle {
    display: none;
}

#header .m-top-sh-toggle {
    display: none;
}




#gnb {
    float: right;
    padding-top: 32px;
}

#gnb .nav>li {
    float: left;
    margin-left: 35px;
    position: relative;
}


#gnb .nav>li>a {
    font-size: 20px;
    color: #000;
    line-height: 1.45;
    display: block;
    padding: 0 10px;
    font-weight: 500;
    position: relative;
}

#gnb .nav>li.on>a:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 10px solid #dcdcdc;
    position: absolute;
    left: 50%;
    margin-left: -9px;
    top: 34px;
}

#gnb .nav>li:nth-child(1)>div>ul {
    background: #fff;
}

#gnb .nav>li:nth-child(2)>div>ul {
    background: #fff;
}

#gnb .nav>li:nth-child(3)>div>ul {
    background: #fff;
}

#gnb .nav>li:nth-child(4)>div>ul {
    background: #fff;
}

#gnb .nav>li:nth-child(5)>div>ul {
    background: #fff;
}

#gnb .nav>li:nth-child(6)>div>ul {
    background: #fff;
}

#gnb .nav>li>div {
    display: none;
}

#gnb .nav>li.on>div {
    display: block;
}

#gnb .nav>li>div>ul {
    font-family: 'Noto Sans KR';
    font-size: 16px;
    letter-spacing: -0.087em;
    position: absolute;
    z-index: 100;
    /* width: 800px;*/
    min-height: 115px;
    top: 44px;
    left: 0;
    right: 117px;
    border: 1px solid #e6e6e6;
    padding: 18px 20px 20px 20px;
    width: 165px;
}

#gnb .nav>li>div>ul>li {
    margin-bottom: 5px;
}

#gnb .nav>li>div>ul>li>a {
    display: block;
    color: #01b552;
    line-height: 1.47;
    padding-bottom: 10px;
    border-bottom: 1px solid #006abf;
}

#gnb .nav>li>div>ul>li ul {
    display: none;
    padding-top: 4px;
}

#gnb .nav>li>div>ul>li ul li a {
    display: block;
    padding: 6px 0;
    line-height: 1;
    color: #707070;
}

#gnb .nav>li>div>ul>li ul li a:before {
    content: '- ';
    display: inline;
}

#gnb .nav .allmenu button {
    display: block;
    width: 41px;
    height: 32px;
    background: #fff url(../../assets/images/menu-ctrl.png) center center no-repeat;
    margin-right: 0px;
}

#gnb .nav .lang {
    margin: 0;
    position: relative;
}

#gnb .nav .lang .lang-list {
    display: none;
    width: 124px;
    position: absolute;
    z-index: 300;
    left: -48px;
    top: 46px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    padding: 14px 0;
}

#gnb .nav .lang .lang-list:before {
    content: '';
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 10px solid #dcdcdc;
    position: absolute;
    left: 53px;
    top: -10px;
}

#gnb .nav .lang .lang-list a {
    display: block;
    line-height: 1;
    padding: 6px 0 6px 19px;
}

#gnb .nav .lang .lang-list a:before {
    content: '- ';
    display: inline;
}

#gnb .nav .lang .lang-list a:hover,
#gnb .nav .lang .lang-list a:focus {
    color: #01b552;
}

#gnb .nav .lang button {
    display: block;
    width: 28px;
    height: 32px;
    background: #fff url(../../assets/img/lang.png) center center no-repeat;
}


/* 전체메뉴 */

#allmenuSet {
    display: none;
    max-width: 1046px;
    top: 90px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 500;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 3px 17px rgba(0, 0, 0, 0.3);
    /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
}

#allmenuSet:before {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: -1;
}

#allmenuSet:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
}

#allmenuSet h1 {
    font-size: 20px;
    font-family: "Noto Sans KR";
    color: #fff;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    padding: 16px 0;
    background: #01b552;
    border-bottom: 2px solid #01b552;
    margin-bottom: 30px;
}

#allmenuSet .allmenuSetClose {
    width: 54px;
    height: 54px;
    background: #0a70c2 url(../../assets/images/btn-menu-close.png) 50% 50% no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
}

#allmenuSet .nav {
    position: static;
    overflow: hidden;
    padding: 0 30px 34px;
    display: table;
    width: 100%;
}

#allmenuSet .nav>li {
    display: table-cell;
    float: none;
    width: auto;
    margin: 0;
    padding: 0 10px;
}

#allmenuSet .nav>li>a {
    padding: 0 0 0 22px;
    background: #fff url(../../assets/img/ic-menu-bu.png) 0 center no-repeat;
    font-size: 21px;
    font-family: "Noto Sans KR";
    color: #000;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px;
    display: block;
}

#allmenuSet .nav>li div>ul {
    display: block;
    position: static;
    padding: 0;
}

#allmenuSet .nav>li div>ul>li {
    width: auto;
    float: none;
    margin-bottom: 16px;
}

#allmenuSet .nav>li div>ul>li>a {
    color: #111111;
    font-size: 16px;
    font-weight: 300;
    display: block;
    padding-bottom: 10px;
    border-bottom: 2px dotted #dee0e6;
}

#allmenuSet .nav>li div>ul>li>a:hover {
    color: #000;
    font-weight: 500;
}

#allmenuSet .nav>li div>ul>li>ul {
    display: block;
    position: static;
}

#allmenuSet .nav>li div>ul>li>ul>li>a {
    font-size: 15px;
    color: #555;
    padding: 3px 0;
    display: block;
}

#allmenuSet .nav>li div>ul>li>ul>li>a:before {
    content: '- ';
    display: inline;
}


/* 모바일 전체메뉴 */

.mobile #allmenuSet {
    top: 56px;
}

.mobile #allmenuSet {
    top: 56px;
}

.mobile #allmenuSet .nav {
    padding: 0 0 34px;
    display: block;
    overflow: visible;
}

.mobile #allmenuSet .nav>li {
    display: block;
    padding: 0;
    position: relative;
    border-bottom: 2px dotted #dee0e6;
}

.mobile #allmenuSet .nav>li>a {
    padding: 15px 0 15px 32px;
    font-size: 19px;
    background-position: 10px 50%;
    margin-bottom: 0;
}

.mobile #allmenuSet .nav>li>a:hover {
    background: #fff url(../../assets/img/ic-menu-bu-on.png) 10px center no-repeat;
}

.mobile #allmenuSet .nav>li.on>a {
    background-color: #01b552;
    color: #fff;
}

.mobile #allmenuSet .nav>li.on div {
    display: block;
}

.mobile #allmenuSet .nav>li div {
    border-left: 1px solid #e6e6e6;
    position: absolute;
    right: 0;
    width: 50%;
    top: 0;
    z-index: 1;
    background-color: #fff;
    display: none;
}

.mobile #allmenuSet .nav>li div>ul {
    border-top: 1px solid #dadada;
}

.mobile #allmenuSet .nav>li div>ul>li {
    width: auto;
    float: none;
    margin: 0;
    position: relative;
}

.mobile #allmenuSet .nav>li div>ul>li>a {
    border-bottom: 1px solid #dadada;
    padding: 13px 18px 14px;
    color: #333;
    border-left: none;
}

.mobile #allmenuSet .nav>li div>ul>li>a:hover {
    color: #000;
    font-weight: 500;
}

.mobile #allmenuSet .nav>li div>ul>li>a.on {
    color: #fff;
    background-color: #006abe;
    line-height: 1;
    padding: 13px 15px;
}

.mobile #allmenuSet .nav>li div>ul>li.on>ul:after {
    display: none;
}

.mobile #allmenuSet .nav>li div>ul>li.on>ul li {
    display: block;
}

.mobile #allmenuSet .nav>li div>ul>li>ul {
    display: block;
    position: static;
    overflow: hidden;
}

.mobile #allmenuSet .nav>li div>ul>li>ul:after,
.mobile #allmenuSet .nav>li div>ul>li>ul:before {
    content: '';
    position: absolute;
    right: 10px;
    top: 23px;
    width: 12px;
    height: 2px;
    background-color: #666;
}

.mobile #allmenuSet .nav>li div>ul>li>ul:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile #allmenuSet .nav>li div>ul>li>ul>li {
    display: none;
}

.mobile #allmenuSet .nav>li div>ul>li>ul>li>a {
    background-color: #eee;
    color: #333;
    padding: 15px 18px;
    border-bottom: 1px solid #dadada;
}

.mobile #allmenuSet .nav>li div>ul>li>ul>li>a:before {
    content: '';
}


#gnb {
    padding-top: 70px;
}

#gnb .nav>li>a,
h1,
h2,
h3 {
    font-family: "Noto Sans KR", sans-serif;
}


/*--------------------------------------------------------------
# 페이지 Tab
--------------------------------------------------------------*/

.tab_wrapper {
    overflow: hidden;
    margin: 100px auto 40px;
}

.tab_wrapper ul {
    display: table;
    width: 100%;
}

.tab_wrapper.tab02 ul li {
    width: 50%;
}

.tab_wrapper.tab03 ul li {
    width: 33.33%;
}

.tab_wrapper.tab04 ul li {
    width: 25%;
}

.tab_wrapper.tab05 ul li {
    width: 20%;
}

.tab_wrapper ul li {
    position: relative;
    float: left;
}

.tab_wrapper ul li a {
    display: block;
    text-align: center;
    height: 54px;
    line-height: 54px;
    font-size: 18px;
    color: #666666;
    border-width: 1px;
    border-style: solid;
    border-color: #dddddd;
    background-color: #fff;
    font-weight: normal;
    margin-left: -1px;
}

.tab_wrapper ul li:first-child a {
    margin-left: 0;
}

.tab_wrapper ul li.active {
    z-index: 2;
}

.tab_wrapper ul li.active a {
    color: #01b552;
    font-weight: normal;
}

.tab_wrapper ul li.active a {
    border: 2px solid #01b552;
    height: 52px;
}

.tab_wrapper ul li:hover {
    z-index: 2;
}

.tab_wrapper ul li:hover a {
    color: #01b552;
    font-weight: normal;
}

.tab_wrapper ul li:hover a {
    border: 2px solid #01b552;
    height: 52px;
}

@media all and (max-width:768px) {
    .tab_wrapper {
        width: 100%;
    }
}



/*--------------------------------------------------------------
# 메인 슬라이딩 이미지
--------------------------------------------------------------*/
.main-slider {
    overflow: hidden;
    position: relative;
}

.main-slider .swiper-slide {
    position: relative;
}

.main-slider .image-layer {
    position: absolute;
    height: 725px;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 1);
    background-repeat: no-repeat;
    /*background-size: cover;*/
    background-size: 100%;
    background-position: center center;
    transform-origin: center center;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: -webkit-transform 3000ms ease;
    transition: -webkit-transform 3000ms ease;
    transition: transform 3000ms ease;
    transition: transform 3000ms ease, -webkit-transform 3000ms ease;
}

.main-slider .image-layer:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: rgba(35, 31, 41, 0);
    z-index: -1;
}

.main-slider .swiper-slide__inner {
    position: relative;
    height: 725px;    
    display: block;
    text-align: center;
    /*
    padding-top: 323px;
    padding-bottom: 327px;

    padding-top: 25%;
    padding-bottom: 30%;
    */    
}

.main-slider p {
    position: relative;
    display: inline-block;
    margin: 0;
    font-size: 40px;
    color: #ffffff;
    font-family: var(--thm-font-shadows);
    line-height: 50px;
    opacity: 0;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider p:before {
    position: absolute;
    bottom: -10px;
    left: -11px;
    right: 0px;
    height: 18px;
    width: 322px;
    background-image: url();
    background-repeat: no-repeat;
    content: "";
    z-index: -1;
}

.main-slider h2 {
    margin: 0;
    margin-top: 10px;
    margin-bottom: 41px;
    color: #fff;
    font-size: 110px;
    line-height: 120px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(90px);
    transform: translateY(90px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease,
        -webkit-transform 2000ms ease;
}

.main-slider .thm-btn {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition-delay: 2500ms;
    transition-delay: 2500ms;
    -webkit-transition: opacity 2000ms ease, color 500ms ease,
        background 500ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, color 500ms ease, background 500ms ease,
        -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease,
        background 500ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease,
        background 500ms ease, -webkit-transform 2000ms ease;
}

.main-slider .thm-btn:hover {
    background: var(--thm-black);
    color: #ffffff;
}

.main-slider .swiper-slide-active .image-layer {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.main-slider .swiper-slide-active .thm-btn,
.main-slider .swiper-slide-active h2,
.main-slider .swiper-slide-active p {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}

#main-slider-pagination {
    z-index: 10;
    width: 100%;
    margin: 0 auto;
    bottom: 112px;
}

#main-slider-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    opacity: 0.5;
    background-color: #fff;
}

#main-slider-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
    margin-left: 3px;
}

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #01b552;
}

.main-slider-nav {
    position: absolute;
    top: 60%;
    left: 50%;
    /*max-width: 1170px;*/
    max-width: 1400px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 9;
    justify-content: space-between;
}

.main-slider-three .main-slider-nav {
    max-width: calc(1170px + 130px);
}

.main-slider-button-prev {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    text-align: center;
    color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    font-size: 25px;
    border: 2px solid rgba(0, 0, 0, 0.8);
    transform: rotate(-180deg);
    opacity: 0.7;
    transition: 0.5s;
    line-height: 60px;
}

.main-slider-button-next {
    width: 65px;
    height: 65px;
    line-height: 55px;
    border-radius: 50%;
    text-align: center;
    color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    font-size: 25px;
    border: 2px solid rgba(0, 0, 0, 0.8);
    opacity: 0.7;
    transition: 0.5s;
}

.main-slider-button-prev,
.main-slider-button-next:focus {
    outline: none;
}

.main-slider-button-prev:hover,
.main-slider-button-next:hover {
    opacity: 1;
}




/*--------------------------------------------------------------
# 공지/식단/프로그램
--------------------------------------------------------------*/
.feature-one {
    position: relative;
    display: block;
    z-index: 3;
}

.feature-one__inner {
    position: relative;
    display: block;
    border-radius: 0px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .08);
    /*padding: 89px 60px 49px;*/
    top: -60px;
    overflow: hidden;
}
.feature-one__inner h4 {
    font-size: 24px;
    font-weight: 700;
    color: var(--thm-black);
    font-family: var(--thm-font);
    padding-bottom: 20px;
    padding-left: 20px;
}
.feature-one__inner .col-xl-4, .feature-one__inner .col-lg-4 {
	padding: 0;
}

.feature-wrap__bg-fbe8f0 {
	background-color: rgb(251, 232, 240);
	min-height: 327px;
}

.feature-wrap__bg-fefdc5 {
	background-color: rgb(254, 253, 197);
	min-height: 327px;
}

.feature-wrap__bg-d7ebe7 {
	background-color: rgb(215, 235, 231);
	min-height: 327px;
}

.feature-wrap__bg-fbe8f0, .feature-wrap__bg-fefdc5, .feature-wrap__bg-d7ebe7 {
	padding: 25px 17px 33px;
}

.feature-one__single {
    position: relative;
    display: block;
}


.news_tab {
    width: 370px;
    box-sizing: border-box;
    padding: 0 20px;
}

.news_tab table {
    table-layout: fixed;
}

.news_tab table tr {
    line-height: 36px;
    cursor: pointer; 
}

.news_tab table tr td {
    width: 230px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
}

.news_tab table tr td.date {
    display: inline-block;
    font-size: 14px;
    color: #111;
    width: 100px;
    text-align: left;
}

button.moreBtn {
    position: absolute;
    right: 10px;
    top: 0;
    width: 40px;
    height: 59px;
    background-color: rgb(251, 232, 240);
    background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDMyIDMyIiB3aWR0aD0iNTEyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGlkPSJhZGQsLWNyb3NzLC1wbHVzLC1zaWduIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGlkPSJQYXRoIiBkPSJtMTcgNHYxMWgxMXYyaC0xMXYxMWgtMnYtMTFoLTExdi0yaDExdi0xMXoiIGZpbGw9InJnYigwLDAsMCkiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvZz48L3N2Zz4);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    cursor: pointer;
}
button.moreBtn.__bg-fefdc5 {
	background-color: rgb(254, 253, 197);
}
button.moreBtn.__bg-d7ebe7 {
	background-color: rgb(215, 235, 231);
}



/* 식단 */


.main-mini-box {
    position: relative;
}

.main-mini-wrap {
    margin: 0 auto;
    padding: 0 0 0 0;
    max-width: 370px;
}

.main-mini-box .mini-board-content:after {
    content: "";
    display: block;
    clear: both;
}

.mini-cal-wrap {
    float: left;
    width: 120px;
    padding: 0;
    box-sizing: border-box;
}

.mini-cal-navi-box {
    text-align: center;
}

.mini-cal-navi-box>a {
    display: inline-block;
    padding: 62px 0 0 0;
    line-height: 1;
    vertical-align: top;
}

.mini-cal-navi-box p {
    display: inline-block;
    padding: 0 0;
}

.mini-cal-navi-box p a {
    cursor: normal;
}

.mini-cal-navi-box p a span:nth-of-type(1) {
    display: block;
    font-weight: 500;
    font-size: 22px;
    color: #402d33;
}

.mini-cal-navi-box p a span:nth-of-type(2) {
    display: block;
    font-weight: 700;
    font-size: 47px;
    color: #402d33;
    margin-top: 10px;
}

.mini-cal-sub-wrap {
    float: left;
    padding: 0;
    width: calc(100% - 120px);
    height: 200px;
    text-align: left;
    box-sizing: border-box;
}

.mini-cal-sub-wrap .scrollert {
    height: 200px;
    overflow-y: auto;
}

.mini-cal-sub-wrap ul li {
    position: relative;
    padding: 0 0 0 20px;
    line-height: 27px;
}

.mini-cal-sub-wrap ul li a {
    display: block;
    color: #402d33;
    background: url(../../assets/images/resources/main-feature-txticon-1.png) left center no-repeat;
    background-size: 16px 16px;
}

.mini-cal-sub-wrap ul li a .cal-content {
    display: inline-block;
    position: relative;
    padding: 0 0 0 20px;
    width: 100%;
    font-size: 17px;
    box-sizing: border-box;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    vertical-align: top;
}

.mini-cal-sub-wrap .mini-control-wrap {
    display: none;
}

.main-mini-wrap .mini-board-content .more-btn {
    display: none;
    position: absolute;
    bottom: -31px;
    right: 0;
}

.main-mini-wrap .mini-board-content .more-btn span {
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #dbdbdb;
    text-indent: -9999px;
}

.main-mini-wrap .mini-board-content .more-btn span:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: calc(50% - 3px);
    width: 10px;
    height: 2px;
    background: #333;
    transform: translate(-50%, -50%) rotate(45deg);
}

.main-mini-wrap .mini-board-content .more-btn span:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: calc(50% + 3px);
    width: 10px;
    height: 2px;
    background: #333;
    transform: translate(-50%, -50%) rotate(-45deg);
}


/* 프로그램 슬라이딩 */

.orgc {
    float: right;
    width: 390px;
}

.orgc .swiper-container {
    width: 100%;
    height: 250px;
    top: -35px;
    overflow: hidden;
}

.orgc .swiper-button-prev {
    width: 10px;
    height: 59px;
    z-index: 10;
    left: 70%;
    top: 30px;
}

.orgc .swiper-button-prev:after {
    content: '';
}

.orgc .swiper-button-next {
    width: 10px;
    height: 59px;
    z-index: 10;
    right: 30px;
    top: 30px;
}

.orgc .swiper-button-next:after {
    content: '';
}

.orgc .swiper-button-prev i,
.orgc .swiper-button-next i,{
    font-size: 17px;
}


.orgc .swiper-button-prev i,
.orgc .swiper-button-next i {
    font-size: 30px;
    color: #000;
    font-weight: bold;
}

.orgc .swiper-button-prev:hover i,
.orgc .swiper-button-next:hover i {
    color: #000;
} 


.testimonials-one {
    position: relative;
    display: block;
    padding: 156px 0 110px;
}

.testimonials-one-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 495px;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonials-one__container-box {
    position: relative;
    display: block;
    max-width: 1800px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.testimonials-one .block-title {
    margin-bottom: 30px;
}

.testimonials-one .swiper-container {
    padding-top: 30px;
    padding-bottom: 46px;
}

.testimonials-one__single {
    position: relative;
    display: block;
    padding: 30px 50px 0px 50px;
    text-align: center;
}


.testimonials-one__quote {
    width: 340px;
    height: 177px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.testimonials_one_text {
    padding-top: 0px;
}

.testimonials-one__text p {
    font-size: 15px;
    line-height: 25px;
    text-align: left;
}

.testimonials-one__text h3 {
    font-size: 20px;
    color: var(--thm-black);
    line-height: 40px;
    text-align: left;
}


#testimonials-one__pagination {
    position: absolute;
    display: block;
    right: 50px;
    top: 20px;
    text-align: right;
    z-index: 10;
}

#testimonials-one__pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .70);
}

#testimonials-one__pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
    margin-left: 5px;
}

#testimonials-one__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgb(0, 0, 0);
}

#testimonials-one__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:focus {
    outline: none;
}

/*--------------------------------------------------------------
# 문의전화
--------------------------------------------------------------*/


.contact {
    width: 100%;
    margin: 27px 0 30px 0;
}

.contact .contact_box {
    height: 410px;
    padding: 30px 27px;
    background-color: #fff;
    font-size: 0;
    line-height: 0;
}

.contact .row1:after {
    display: block;
    width: 100%;
    height: 1px;
    margin: 15px 0 15px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAAXNSR0IArs4c6QAAABlJREFUGFdjrK+v/9/Y2MjIgARQODBxCgUBlaMEBiXfcowAAAAASUVORK5CYII=);
}

.contact .row1 img {
    display: block;
    margin: 0 auto;
    padding-bottom: 30px;
}

.contact .row1 .title_box {
    display: inline-block;
    width: 120px;
    vertical-align: middle;
}

.contact .row1 .title_box span {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #222;
    letter-spacing: -0.025em
}

.contact .row1 .title_box p {
    font-size: 17px;
    line-height: 24px;
    color: #555;
    letter-spacing: -0.05em
}

.contact .row1 .num {
    display: inline-block;
    vertical-align: middle;
}

.contact .row1 .num p {
    font-size: 27px;
    line-height: 15px;
    font-weight: 700;
    color: #000;
    letter-spacing: -0.025em
}

.contact .row1 .pointer {
    display: block;
    margin: 12px 0 20px 0;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.035em;
}

.contact .row2 li {
    margin: 0 0 8px 0;
    border: 1px #73787c solid;
    width: 100%;
    height: 55px;
    display: block;
}

.contact .row2 li span {
    vertical-align: top;
    height: 55px;
}

.contact .row2 li span:after {
    position: absolute;
    content: "\e902";
    font-family: 'icomoon';
    font-size: 23px;
    font-weight: normal;
    right: 60px;
}

.contact .row2 li .title1 {
    display: inline-block;
    width: 100%;
    margin-left: 60px;
    text-align: left;
    font-size: 20px;
    line-height: 50px;
    color: #222;
    letter-spacing: -0.035em;
    font-weight: 500;
}

.contact .row2 li .title1:before {
    position: absolute;
    display: block;
    content: '';
    width: 32px;
    height: 55px;
    background: url(../../assets/images/resources/main-contact-icon1.png) left 6px no-repeat;
    background-size: 32px 37px;
    left: 60px;
}

.contact .row2 li .title2 {
    display: inline-block;
    width: 100%;
    margin-left: 60px;
    text-align: left;
    font-size: 20px;
    line-height: 50px;
    color: #222;
    letter-spacing: -0.035em;
    font-weight: 500;
}

.contact .row2 li .title2:before {
    position: absolute;
    display: block;
    content: '';
    width: 32px;
    height: 55px;
    background: url(../../assets/images/resources/main-contact-icon2.png) left 15px no-repeat;
    background-size: 32px 28px;
    left: 60px;
}

.contact .row2 li .txt {
    display: inline-block;
    max-width: 60%;
    font-size: 15px;
    line-height: 20px;
    color: #222;
    letter-spacing: -0.035em;
}

/*--------------------------------------------------------------
# 센터둘러보기
--------------------------------------------------------------*/

.popular-center {
  	margin-top: 60px;
}
.popular-center p {
  	display: block;
  	font-size: 17px;
  	color: var(--thm-black);
  	line-height: 20px;
}
.popular-center span {
  	border: 1px #01b552 solid;
  	border-radius: 3px;
  	width: 38px;
  	height: 24px;
  	line-height: 24px;
  	display: inline-block;
  	margin-right: 10px;
  	color: var(--thm-base);
  	font-size: 15px;
  	font-weight: 700;
  	text-align:center;
}	

.popular-causes {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    background: rgba(249,249,249,1);
}

.popular-causes__sinlge {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 20px 60px 0px rgb(0 0 0 / 8%);
}

.popular-causes__img {
    position: relative;
    display: block;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
    background: var(--thm-black);
    z-index: 1;
}

.popular-causes__img img {
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.popular-causes__sinlge:hover .popular-causes__img img {
    opacity: 0.5;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.popular-causes__category {
    position: absolute;
    display: block;
    right: 20px;
    bottom: 100px;
    background: var(--thm-primary);
    padding: 0;
    width: 67px;
    height: 67px;
    line-height: 67px;
    text-align: center;
    border-radius: 50%;
    z-index: 2;
}

.popular-causes__category p {
    color: #402d33;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

.popular-causes__content {
    position: relative;
    display: block;
    border: 0px solid #eae5e3;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top: 0;
    background: #ffffff;
    padding: 32px 0 19px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.popular-causes__sinlge:hover .popular-causes__content {
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.popular-causes__title {
    position: relative;
    display: block;
    padding: 0 40px 24px;
}

.popular-causes__title h3 {
    font-size: 24px;
    font-weight: 700;
    font-family: var(--thm-font);
    line-height: 34px;
    margin-bottom: 16px;
}

.popular-causes__title h3 a {
    color: var(--thm-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.popular-causes__title h3 a:hover {
    color: var(--thm-primary);
}

.popular-causes__title p {
    margin: 0;
    font-size: 17px;
    line-height: 26px;
}


.popular-causes__carousel.owl-carousel {
    margin-bottom: -60px;
}

.popular-causes__carousel.owl-carousel .owl-stage-outer {
    margin-right: -360px;
    padding-bottom: 60px;

}

.popular-causes__carousel.owl-theme .owl-nav {
    position: absolute;
    bottom: 150px;
    left: -300px;
}

.popular-causes__carousel.owl-theme .owl-nav .owl-next {
    height: 65px;
    width: 65px;
    background: transparent;
    border-radius: 50%;
    color: #d7d3d4;
    font-size: 23px;
    text-align: center;
    border: 2px solid #d0cccd;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.popular-causes__carousel.owl-theme .owl-nav .owl-prev {
    height: 65px;
    width: 65px;
    background: transparent;
    border-radius: 50%;
    color: #d7d3d4;
    font-size: 23px;
    text-align: center;
    transform: rotate(180deg);
    border: 2px solid #d0cccd;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.popular-causes__carousel.owl-theme .owl-nav .owl-next:hover,
.popular-causes__carousel.owl-theme .owl-nav .owl-prev:hover {
    color: var(--thm-black);
    border: 2px solid var(--thm-black);
}




/*--------------------------------------------------------------
# 유관기관
--------------------------------------------------------------*/
.brand-one {
    position: relative;
    display: block;
    background-color: #fff;
    border-top: 1px #ddd solid;
}

.brand-one-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 90px;
}

.brand-one__container {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
}

.brand-one ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.brand-one ul li {
    position: relative;
    width: 20%;
    text-align: center;
    float: left;
}

.brand-one ul li:before {
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0px;
    width: 1px;
    content: "";
    background: rgba(255, 255, 255, 1);
}

.brand-one ul li:last-child:before {
    display: none;
}

.swiper-slide .brand-one__img {
    border-right: 0px solid rgba(255, 255, 255, 1);
}

.brand-one__img {
    position: relative;
    padding: 19px 0 19px;
    display: block;
    text-align: center;
}

.brand-one__img img {
    opacity: 1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    max-width: 100%;
}

.brand-one__img:hover img {
    opacity: .7;
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
    position: relative;
    display: block;
    padding: 100px 0 88px;
}

.site-footer:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: rgba(62, 62, 63, 1);
}
.site-footer.sub {
    margin-top: 150px;
}

.footer-widget__text {
    font-size: 17px;
    color: #999;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 19px;
}


.footer-widget__title {
    font-size: 20px;
    color: #ffffff;
    line-height: 32px;
    margin-bottom: 20px;
}

.footer-widget__explore-list {
    position: relative;
    display: block;
    float: left;
}

.footer-widget__explore-list li+li {
    margin-top: 5px;
}

.footer-widget__explore-list li a {
    color: #fff;
    font-size: 17px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget__explore-list li a:hover {
    color: var(--thm-primary);
}

.footer-widget__explore-list-two {
    position: relative;
    display: block;
    float: left;
    margin-left: 75px;
}

.footer-widget__contact-list li {
    position: relative;
    display: block;
    padding-left: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
    padding-bottom: 13px;
    margin-bottom: 10px;
}

.footer-widget__contact-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.footer-widget__contact-list li .icon {
    position: absolute;
    top: 0;
    left: 0;
}

.footer-widget__contact-list li .icon i {
    color: var(--thm-base);
    font-size: 13px;
}

.footer-widget__contact-list li .text p {
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    margin: 0;
    padding-left: 8px;
}

.footer-widget__contact-list li .text p a {
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget__contact-list li .text p a:hover {
    color: var(--thm-primary);
}

.footer-widget__support-text {
    color: #fff;
    font-size: 16px;
    margin: 0;
    padding-top: 3px;
    padding-bottom: 21px;
}

.footer-widget__copy-text {
    color: #999999;
    font-size: 14px;
    margin: 0;
    line-height: 24px;
}

.footer-widget__support-btn a {
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    background: var(--thm-primary);
    display: inline-block;
    padding: 5px 30px;
    border-radius: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget__support-btn a:hover {
    background: #ffffff;
    color: var(--thm-primary);
}

.footer-widget__support-btn a i {
    padding-right: 7px;
    position: relative;
    top: 2px;
}





/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
    position: relative;
    display: block;
    margin-top: 130px;
    padding: 124px 0 129px;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: var(--thm-black);
    opacity: 0.1;
}

.page-header__inner {
    position: relative;
    display: block;
    text-align: left;
    top: 70px;
}

.page-header__inner h2 {
    font-size: 55px;
    color: #ffffff;
    line-height: 70px;
}

.thm-breadcrumb {
    padding-top: 10px;
}

.thm-breadcrumb li {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 17px;
    font-family: var(--thm-font);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thm-breadcrumb li+li {
    margin-left: 11px;
}

.thm-breadcrumb li a {
    color: #ffffff;
    font-size:17px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    padding-left: 25px;
}
.thm-breadcrumb li a:before {
    position: absolute;
    display: block;
    content: '';
    width: 19px;
    height: 24px;
    background: url(../../assets/images/resources/breadcrumb-icon-home.png) left 9px no-repeat;
    background-size: 19px 15px;
    left: 0px;	
}

.thm-breadcrumb li:hover {
    color: var(--thm-base);
}

.thm-breadcrumb li:hover a {
    color: var(--thm-base);
}
.thm-breadcrumb li i {
	font-size: 11px;
}


/*--------------------------------------------------------------
# 인사말
--------------------------------------------------------------*/
.make-donation-two {
    position: relative;
    display: block;
    padding: 0;
}

.make-donation-two__left {
    position: relative;
    display: block;
    margin-right: 20px;
    height: 410px;
    overflow: hidden;    
    padding: 30px;
    background: #eeefe8;
    border-radius: var(--thm-border-radius);
}

.make-donation-two__left .block-title {
    margin-bottom: 40px;
}

.make-donation-two__text {
    margin: 0;
    font-size: 17px;
}

.make-donation-two__progress {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 32px;
}

.make-donation-two__progress-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    font-family: var(--thm-font);
    margin-bottom: 7px;
}

.make-donation-two__progress .bar {
    position: relative;
    width: 100%;
    height: 10px;
    background: #eae5e3;
    border-radius: 5px;
    margin-bottom: 12px;
}

.make-donation-two__progress .bar.mrb-0 {
    margin-bottom: 0;
}

.make-donation-two__progress .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 10px;
    border-radius: 5px;
    background: var(--thm-primary);
    -webkit-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.make-donation-two__progress .count-text {
    position: absolute;
    right: 0px;
    bottom: 12px;
    color: var(--thm-gray);
    line-height: 26px;
    font-size: 16px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.make-donation-two__progress .bar-inner.counted .count-text {
    opacity: 1;
}

.make-donation-two__right {
    position: relative;
    display: block;
    margin-left: -40px;
}

.make-donation-two__right .row {
    margin-right: -5px;
    margin-left: -5px;
}

.make-donation-two__right .col-xl-6 {
    padding-left: 5px;
    padding-right: 5px;
}

.make-donation-two__single-img {
    position: relative;
    display: block;
}

.make-donation-two__single-img img {
    width: 100%;
    border-radius: var(--thm-border-radius);
}


/*--------------------------------------------------------------
# 주요연혁
--------------------------------------------------------------*/


.history-container {
    position: relative;
    margin: 0 auto;
    padding-top: 0;
    max-width: 1170px;
    border-top: 1px #e5e5e5 solid;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.history {
    position: relative
}

.history:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #ddd
}

.history .historyFocus {
    position: absolute;
    top: 0px;
    left: calc(50% - 10px);
    display: none;
    width: 24px;
    height: 24px;
    font-size: 21px;
    color: #01b552;
    z-index: 4
}

.history .historyFocus.on {
    display: block
}



.history .historyFocus:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 23px;
    display: block;
    width: 0px;
    height: 1px;
    background: #01b552;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.history .historyFocus.ain:after {
    width: 59px
}

.history>ul>li {
    position: relative;
    padding: 100px 0 30px;
    line-height: 1;
    font-size: 18px;
    font-weight: 300
}
.history>ul>li:last-child {
    padding-bottom: 120px;
}

.history>ul>li:after {
    content: '';
    display: block;
    clear: both
}

.history>ul>li .box {
    position: relative;
}

.history>ul>li .box.hear .year {
    font-weight: 700 !important;
    color: #222222
}

.history>ul>li .box.hear .month {
    color: #666666
}

.history>ul>li .box .historyText {
    position: relative;
    z-index: 1;
    float: right;
    width: 50%;
    padding-left: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.history>ul>li .box .year {
    position: absolute;
    top: 0;
    left: calc(50% + 81px);
    line-height: 0.7;
    font-family: 'Heebo';
    font-size: 40px;
    font-weight: 700;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

.history>ul>li .box .year:before {
    content: '';
    position: absolute;
    left: -85px;
    top: 5px;
    z-index: 2;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    background-color: #ddd
}

.history>ul>li .box .imgWrap {
    position: relative;
    float: left;
    width: 50%;
    padding-right: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.history>ul>li .box .imgWrap .photo img {
    margin: 0;
    width: 100%
}

.history>ul>li .box .awardName {
    padding-top: 30px;
    
}
.history>ul>li .box .awardName li {
    padding-top: 24px;
}
.history>ul>li .box .awardName li .month {
    position: relative;
    margin-right: 10px;
    font-weight: 700;
    line-height: 1.6;
    color: var(--thm-black);
    font-weight: 500;
    display: block;
    /*
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
    */
}

.history>ul>li .box .awardName li p {
    position: relative;
    padding-left: 0px;
    line-height: 1.6;
    font-weight: 400;
}
/*
.history>ul>li .box .awardName li p:before {
    content: '';
    position: absolute;
    top: 12px;
    left: 0px;
    display: block;
    width: 4px;
    height: 1px;
    background: #222
}
*/
.history>ul>li .box .awardName li p+p {
    margin-top: 6px
}



/*--------------------------------------------------------------
# 공통 테이블
--------------------------------------------------------------*/

.statusTB {
    width: 100%;
    border-top: 2px solid #000;
    font-weight: normal;
    word-break: keep-all;
}

.statusTB_th {
    height: 78px;
    border-bottom: 1px solid #ddd;
    font-size: 1.125rem;
    color: var(--thm-black);
}

.statusTB_th>th {
    text-align: center;
}

.statusTB_th td {
    font-weight: 400;
    font-size: 1.125rem;
    color: #666;
    padding: 16px 20px;
}

.statusTB_td td {
    height: 60px;
    /*line-height: 60px;*/
    padding: 16px 20px;
    border-bottom: 1px solid #ddd;
    font-size: 1.125rem;
    color: #666;
    text-align: center;
}

.statusTB_td td:first-child {
    padding-left: 0;
}



/*--------------------------------------------------------------
# 슬라이드 One
--------------------------------------------------------------*/

.featured-campaigns {
    position: relative;
    display: block;
    padding: 120px 0 0;
}

.featured-campaigns__single {
    position: relative;
    display: block;
}

.featured-campaigns__img-box {
    position: relative;
    display: block;
    margin-right: -93px;
}

.featured-campaigns__img {
    position: relative;
    display: block;
}

.featured-campaigns__img img {
    width: 100%;
    border-radius: var(--thm-border-radius);
}

.featured-campaigns__content_box {
    position: relative;
    display: block;
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .10);
    padding: 91px 0 30px;
    margin-left: -57px;
    margin-top: 60px;
}

.featured-campaigns__Category {
    position: absolute;
    top: -36px;
    right: 30px;
    background: var(--thm-base);
    padding: 1px 20px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.featured-campaigns__Category p {
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    margin: 0;
}

.featured-campaigns__title {
    position: relative;
    display: block;
    padding: 0 50px 50px;
}

.featured-campaigns__title h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    font-family: var(--thm-font);
    margin-bottom: 25px;
}

.featured-campaigns__title h3 a {
    color: inherit;
    transition: all 500ms ease;
}

.featured-campaigns__title h3 a:hover {
    color: var(--thm-base);
}

.featured-campaigns__text-box {
    margin: 0;
}


.featured-campaigns__carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
}

.featured-campaigns__carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.featured-campaigns__carousel.owl-carousel .owl-stage-outer {
    padding-bottom: 60px;
    overflow: visible;
}

.featured-campaigns__carousel.owl-theme .owl-nav {
    position: absolute;
    top: -155px;
    right: 0;
}

.featured-campaigns__carousel.owl-theme .owl-nav .owl-next {
    height: 65px;
    width: 65px;
    background: transparent;
    border-radius: 50%;
    color: #d7d3d4;
    font-size: 23px;
    text-align: center;
    border: 2px solid #d0cccd;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.featured-campaigns__carousel.owl-theme .owl-nav .owl-prev {
    height: 65px;
    width: 65px;
    background: transparent;
    border-radius: 50%;
    color: #d7d3d4;
    font-size: 23px;
    text-align: center;
    transform: rotate(180deg);
    border: 2px solid #d0cccd;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.featured-campaigns__carousel.owl-theme .owl-nav .owl-next:hover,
.featured-campaigns__carousel.owl-theme .owl-nav .owl-prev:hover {
    color: var(--thm-black);
    border: 2px solid var(--thm-black);
}


/*--------------------------------------------------------------
# 오시는 길
--------------------------------------------------------------*/

.office-info {
    position: relative;
    margin: 0 auto;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.office-info:after {
    content: "";
    display: block;
    clear: both;
}

.office-info h3 {
    margin-top: 20px;
    font-size: 24px;
    font-weight: 700;
}

.office-info dl {
    position: relative;
    float: left;
    width: 100%;
    display: flex;
    line-height: 10px;
}

.office-info dl:after {
    content: "";
    display: inline-block;
    clear: both;
}

.office-info dt,
.office-info dd {
    font-size: 18px;
}

.office-info dt {
    font-weight: 500;
    color: var(--thm-base);
}

.office-info dt i {
    vertical-align: middle;
}

.office-info dd {
    padding-left: 10px;
    color: var(--thm-gray);
    font-weight: 300;
}

.office-info .d-block {
    line-height: 30px;
}

.office-info .d-block dt {
    padding-left: 13px;
}

.office-info .d-block dt:before {
    position: absolute;
    content: "";
    display: block;
    clear: both;
    margin: 11px auto;
    left: 0px;
    width: 5px;
    height: 5px;
    background: #0072ce;
    border-radius: 50px;
    border: 1px #0072ce solid;
}

.office-info .d-block dd {
    padding-left: 0px;
}



/*--------------------------------------------------------------
# 프로그램 안내
--------------------------------------------------------------*/

.ac-chose-area .container {
	padding: 80px;
}

.tpchosebox {
  background-color: var(--white);
  border-radius: 15px;
  box-shadow: 0px 26px 50px rgba(203, 206, 225, 0.24);
  padding: 50px 40px;
}


.tpchosebox__icon a {
  color: var(--thm-black);
  height: 76px;
  width: 76px;
  background-color: rgba(236, 239, 244, 1);
  display: inline-block;
  text-align: center;
  line-height: 70px;
  font-size: 26px;
  border-radius: 22px;
}
.tpchosebox__content h4 {
  color: #000;
  font-size: 27px;
  font-weight: 700;
  padding-bottom: 15px;
}
.tpchosebox__content h4 a {
  background-image: #fff;
  color: #000;
  display: inline;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
}
.tpchosebox__content h4 a:hover {
  background-size: 0% 1px, 100% 1px;
}
.tpchosebox__content p {
  color: var(--primary-color18);
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 27px;
}



/*--------------------------------------------------------------
# 자원봉사안내 process
--------------------------------------------------------------*/
.plain.process {
    display: block;
    width: 100%;
}

.plain .steprow.table .unit {
    padding: 7px;
}

.steprow.table {
    width: 100%;
}

.w20p>* {
    width: 20%;
    float: left
}

.steprow .table-row {
    display: table-row;
    width: 100%;
}

.steprow .table-row>* {
    display: table-cell;
    vertical-align: middle;
    float: inherit;
    padding: 0;
    margin: 0;
}

.process.sc-head,
.process.sc-tail {
    display: none;
}

.process .steprow.table {
    border-collapse: separate;
    border-spacing: 0px;
    border: 1px solid #d8d9d7;
    border-right: 0px none;
    border-bottom: 0px none;
}

.process .steprow.table .unit {
    position: relative;
    padding: 10px;
    text-align: center;
    vertical-align: top;
    border: 1px solid #d8d9d7;
    border-top: 0px none;
    border-left: 0px none;
}

.process .unit-subj {
    padding: 0px;
    margin: 0px;
    padding-bottom: 15px;
}

.process .unit-subj .text {
    display: block;
    margin: 0px auto;
    margin-top: 15px;
    line-height: 20px;
    color: #01b552;
    font-size: 17px;
    font-weight: 700;
}

.process .unit-subj .bul {
    display: block;
    margin: 0px auto;
    margin-top: 15px;
}

.process .unit-body {
    padding: 0px;
    margin: 0px;
    padding-bottom: 15px;
    color: #000;
    font-size: 18px;
    font-weight: 700;
}

.process .unit-body p {
    padding: 0px;
}

.process .unit-arrow {
    display: block;
    text-indent: -9999px;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 2;
    background: transparent url('../../assets/images/resources/biz_serv-icon-1.png') center center no-repeat;
    top: 50%;
    margin-top: -15px;
    right: -15px;
}



