@charset "utf-8";
@font-face{font-family:'Nanum Gothic'; src:url(/theme/grape/mobile/webfont/NanumGothic.eot)}
@font-face{font-family:'Nanum Gothic'; src:url(/theme/grape/mobile/webfont/NanumGothic.woff)}
body {margin:0;padding:0;font-size:0.813em;;height:100%;font-family:NanumGothic,나눔고딕,'Nanum Gothic','맑은 고딕',HelveticaNeue,DroidSans,Sans-serif,Helvetica;}
span.dashicons, span.ab-icon {
    font-family: 'dashicons' !important;
}

span.dashicons, span.ab-icon {
    font-family: 'dashicons' !important;
}

span.fa, i.fa {
    font-family: 'FontAwesome' !important;
}

body {
    font-weight: 300;
}


p, ul, ol {
    font-weight: 500;
    /* color: rgb(77, 82, 86); */
    color: #454545;
    font-size: 16px;
    text-align: justify;
}


.bold, strong, b {
    font-weight: 500;
    font-style: normal;
    letter-spacing: -0.04em;
}

h1, h2, h3, h4, h5, h6 {
    /* color: #454545; */
    /* color: rgb(28, 28, 28); */
    color: #252839;
    font-weight: 700;
}

a, a:hover{color:#000;text-decoration:none}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#nav{border-bottom:1px solid #eee; margin-top:-10px;}
#nav .nav_wr{margin:0 auto;max-width:1100px;text-align:left;padding: 0 ;line-height:50px;}
#nav a{color:#fff;background:#333;display:inline-block;width:50px;text-align:center}
#nav span{display:inline-block;padding:0 20px;border-right:1px solid #eee}

/* 내용관리 */
#page_ctt { width:1100px; margin:0 auto;padding-top:-10px;border-radius:3px;;word-break:keep-all}
.page_ctt_admin {margin:0 5px;text-align:right}
#page_ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#page_ctt_con {padding:10px 0}

.page_ctt_img {text-align:center;}

.row-title-underline {
    border-bottom: 3px #19bdc1 solid;
    padding-bottom: 3px;
	display:inline-block;	
}

.people-box-container {
    padding: 15px 0 15px 0;
    border-radius: 8px;
    border: #eaeaea solid 1px;
}

.people-box-header {
    padding: 10px 0 50px 0;
}

.people-photo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-size: cover;
	margin:0 auto;
    background-position: center center;
    border: 4px #ffcc1e solid;
}

.people-sub-group:not(:last-child) {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}
.people-sub-group-title {
    font-weight: 400;
    margin-bottom: 2rem;
}

.people-name {
    font-size: 17px;
}

.people-name-sm {
    font-size: 13px;
}

.title-name {
    margin-top: 6px;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 15px;
}

.title-name-sm {
    font-size: 14px;
}

.title-name-overlap {
    font-size: 13px;
    margin-bottom: 0px;
}

.people-list ul {
    list-style: none;
    padding-left: 2em;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    margin-bottom: 0;
}

.people-list.people-list-3-columns ul {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}

.people-list ul li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    font-weight: 900;
    color: #ffcc1e;
    position: relative;
    right: 6px;
}

.people-list ul > li {
    text-indent: 0px;
    word-break: keep-all;
    text-align: left;
    text-indent: -15px;
    margin-left: 15px;
    padding: 0 20px;
}

.people-list {
    padding: 0px 0px;
}

.people-description {
    font-size: 14px;
    letter-spacing: -.5px;
    word-break: keep-all;
    line-height: 1.4;
    height: 2.8em;
    padding: 0 1.5rem;
}

.people-description-sm {
    font-size: 12px;
}

.history-tabcontent {

    background-position: center;
    background-size: cover;
    padding-top: 42.85%;
    position: relative;
}

.history-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.history-year-title {
    font-size: 42px;
    font-weight: 700;
    letter-spacing: -1.2px;
    color: #ffcc1e;
}

.history-description {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -1px;
    word-break: keep-all;
    line-height: 1.3;
}

button.history-tablink {
    padding: 9px 22px;
    line-height: 1;
    font-weight: 500;
    color: #454545;
    background-color: #f1f1f1;
    border: none;
    border-radius: 24px;
    margin: 0 2px;
    display: inline-block;
    font-size: 1em;
    letter-spacing: -.8px;
}

button.history-tablink.active, button.history-tablink:active, button.history-tablink:focus, button.history-tablink:hover {
    color: white;
    background-color: #ffcc1e;
}

.history-detail-year-title {
    color: rgba(0, 0, 0, 0.35);
    letter-spacing: -1px;
    font-size: 22px;
    margin-bottom: 4px;
}

.history-detail-event-title {
    font-size: 17px;
    line-height: 1.3;
    word-break: keep-all;
    word-wrap: break-word;
    letter-spacing: -.7px;
    margin-bottom: 12px;
}

.history-detail-event-description {
    font-size: 15px;
    line-height: 1.5;
    color: #565656;
}

.sm-underline-title {
    display: inline-block;
    border-bottom: white solid 2px;
    font-weight: 300;
}

.lg-underline-title {
    display: inline-block;
    border-bottom: white solid 2px;
    font-weight: 300;
    font-size:18px;
    padding-bottom:2px;

}

.direction-container .direction-box {
    margin: 20px 0;
}

.direction-container .direction-box:first-child {
    margin-top: 0;
}

.direction-box .icon-box {

}

.direction-box, .direction-box p, .direction-box ul li {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
    word-break: keep-all;
    text-align: left;
}

.direction-box .media-body p:last-child {
    margin-bottom: 0;
}

.img-icon-wrapper {
    border-radius: 50%;
    width: 72px;
    height: 72px;
    background-color: #ffcc1e;
    display: inline-block;
    padding: 12px;
    margin: 0 16px;
    border: solid 3px white;
}

.img-icon-card-box-description {
    font-size: .92em;
    line-height: 1.5;
    letter-spacing: -0.4px;
    text-align: left;
    word-break: keep-all;
    font-weight: 300;
    color: #959595;
    margin-bottom: 6px;
}

.img-icon-card-box, .number-card-box {
    background: #f5f5f5;
    border-radius: 4px;
    box-shadow: 0.15rem 0.15rem 0.7rem rgba(0, 0, 0, 0.1);
    border: solid 1px #eaeaea;
    margin-bottom: 18px;
}

.img-icon-card-box-body {
    padding: 32px;
    background: #fff;
}

.number-circle-box {
    display: inline-block;
    width: 48px;
    height: 48px;
    background: #ffcc1e;
    line-height: 42px;
    border-radius: 50%;
    color: white;
    font-size: 24px;
    font-weight: 700;
    border: 3px white solid;
}

.border-radius-inherit {
    border-radius: inherit;
}

.bbrr-inherit {
    border-bottom-right-radius: inherit;
}

.btrr-inherit {
    border-top-right-radius: inherit;
}

.card-box-body, .number-card-body {
    padding: 26px 34px;
    background: white;
    border-radius: inherit;
}

.number-card-body p:last-child {
    margin-bottom: 0;
}

.number-card-title {
    padding-bottom: 10px;
    border-bottom: solid 1px #cecece;
    margin-bottom: 10px;
    margin-top: 0;
}

.number-card-box, .number-card-box p, .number-card-box ul li {
    font-size: 14px;
    line-height: 1.44;
    margin-bottom: 8px;
    word-break: keep-all;
    text-align: left;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.box-shadow-normal {
    box-shadow: 0.1rem 0.1rem 0.7rem rgba(0, 0, 0, 0.1);
}

.box-shadow-dark {
    box-shadow: 0.15rem 0.15rem 1.25rem rgba(0, 0, 0, .15)
}

.box-shadow-darker {
    box-shadow: 0.2rem 0.2rem 0.65rem rgba(0, 0, 0, .25);
}

.title-underline {
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    border-top: solid 4px #252839;
}

.icon-box {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: #ffcc1e;
    line-height: 36px;
    border-radius: 50%;
}

.icon-box i {
    color: white;
    font-size: 19px;
    line-height: 36px;
}

.icon-box-sm {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: #ffcc1e;
    line-height: 26px;
    border-radius: 50%;
}

.icon-box-sm i {
    color: white;
    font-size: 15px;
    line-height: 26px;
}

.icon-box-lg {
    display: inline-block;
    width: 78px;
    height: 78px;
    background: #ffcc1e;
    line-height: 78px;
    border-radius: 50%;
}

.icon-box-lg i {
    color: white;
    font-size: 36px;
    line-height: 78px;
}

.icon-box-xl {
    display: inline-block;
    width: 120px;
    height: 120px;
    background: #ffcc1e;
    line-height: 120px;
    border-radius: 50%;
}

.icon-box-xl i {
    color: white;
    font-size: 42px;
    line-height: 120px;
}

.cemk-icon-separator-wrapper {
    text-align: center;
    margin: 30px auto;
}

.cemk-icon-separator {
    display: inline-block;
    padding: 2px 15px;
    font-size: 18px;
    font-weight: 300;
    color: #cecece;
    margin-bottom: 0px;
    background: white;
}

.cemk-icon-separator-bar {
    padding: 15px;
    border-top: 1px dotted #cecece;;
    margin-top: -20px;
}

/*************************************
*************  肄섑뀗痢� 諛뺤뒪  **************
**************************************/

.square-crop {
    width:100%;
    padding-top:100%;
    background-size:cover;
    background-position: center;
}

.thumbnail-crop {
    width: 100%;
    padding-top: 66.66%;
    background-size: cover;
    background-position: center center;
}

.magazine-thumbnail-crop {
    width: 100%;
    padding-top: 142%;
    background-size: cover;
    background-position: center center;
}

#organizationTab > a.active {
    padding-bottom: 10px;
    border-bottom: 3px #ea185f solid;
    cursor: pointer;
    font-weight: 500;
    color: #5e5e5e;	
} 

.cat-nav-btn {
/*	
    display: inline-block;
    border-bottom: 3px transparent solid;
    font-weight: 500;
    font-size: 19px;
    letter-spacing: -0.08em;
    padding-bottom: 2px;
    margin-top: 9px;
    margin-bottom: 4px;
    margin-right: 5px;
    margin-left: 5px;
    color: #4c4c4c;
*/	
display:block;
position:relative;
padding:0 15px;
background:#f7f7f7;
color:#888;
text-align:center;
cursor:pointer;
letter-spacing: -0.08em;
line-height:30px;
width:100px;
border:1px solid #ddd;
}

.basic-post-list-box.content-box {
    padding: 2.25rem 1.25rem;
}

.magazine-list-box.content-box {
    padding: 2rem 1.25rem;
}

.content-box span.category.bold {
    border-bottom: 2px solid #ffcc1e;
    display: inline-block;
    padding-bottom: 1px;
    font-size: .95em;
}

.content-box .post-list-title {
    line-height: 1.4;
    padding: 0 5%;
    height: 4.2em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 20px 5% 18px 5%;
    font-size: 17px;
}

.content-box .two-line-title {
    line-height: 1.4;
    padding: 0 5%;
    height: 2.8em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 3% 0 3%;
    font-size: 17px;
}

.content-box .pub-date {
    font-size: .95em;
    letter-spacing: -.5px;
    font-weight: 300;
    color: #8a8a8a;
    margin-bottom: 15px;
    display: block;
}

.content-box .pub-date-sm {
    font-size: .85em;
    letter-spacing: -.7px;
    font-weight: 300;
    color: #8a8a8a;
    margin-bottom: 15px;
    display: block;
}

.pub-date-sm {
    font-size: .9em;
    letter-spacing: -.5px;
    color: #959595;
    font-weight: 300;
}

.page-numbers {
    display: inline-block;
    padding: 8px;
    margin: 0 2px;
    font-weight: 300;
    font-size: 1.05em;
}

.page-numbers.current, .page-numbers:hover {
    padding-bottom: 2px;
    border-bottom: 3px #ffcc1e solid;
    cursor: pointer;
}

a.page-numbers, a.page-numbers:hover {
    color: inherit;
    text-decoration: none;
}

.social-icon {
    display: inline-block;
    text-align: center;
    width: 28px;
    height: 28px;
    color: #aaaaaa;
    background: rgba(170, 170, 170, 0.15);
    border-radius: 50%;
    margin: 0 1px;
}

.social-icon i {
    font-size: 14px;
    line-height: 28px;
}

.social-icon:hover {
    color: #ffcc1e;
    cursor: pointer;
}

.direction-container .direction-box {
    margin: 20px 0;
}

.direction-container .direction-box:first-child {
    margin-top: 0;
}

.direction-box .icon-box {

}

.direction-box, .direction-box p, .direction-box ul li {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
    word-break: keep-all;
    text-align: left;
}

.direction-box .media-body p:last-child {
    margin-bottom: 0;
}

.img-icon-wrapper {
    border-radius: 50%;
    width: 72px;
    height: 72px;
    background-color: #ffcc1e;
    display: inline-block;
    padding: 12px;
    margin: 0 16px;
    border: solid 3px white;
}

.img-icon-card-box-description {
    font-size: .92em;
    line-height: 1.5;
    letter-spacing: -0.4px;
    text-align: left;
    word-break: keep-all;
    font-weight: 300;
    color: #959595;
    margin-bottom: 6px;
}

.img-icon-card-box, .number-card-box {
    background: #f5f5f5;
    border-radius: 4px;
    box-shadow: 0.15rem 0.15rem 0.7rem rgba(0, 0, 0, 0.1);
    border: solid 1px #eaeaea;
    margin-bottom: 18px;
}

.img-icon-card-box-body {
    padding: 32px;
    background: #fff;
}

.number-circle-box {
    display: inline-block;
    width: 48px;
    height: 48px;
    background: #ffcc1e;
    line-height: 42px;
    border-radius: 50%;
    color: white;
    font-size: 24px;
    font-weight: 700;
    border: 3px white solid;
}

.border-radius-inherit {
    border-radius: inherit;
}

.bbrr-inherit {
    border-bottom-right-radius: inherit;
}

.btrr-inherit {
    border-top-right-radius: inherit;
}

.card-box-body, .number-card-body {
    padding: 26px 34px;
    background: white;
    border-radius: inherit;
}

.number-card-body p:last-child {
    margin-bottom: 0;
}

.number-card-title {
    padding-bottom: 10px;
    border-bottom: solid 1px #cecece;
    margin-bottom: 10px;
    margin-top: 0;
}

.number-card-box, .number-card-box p, .number-card-box ul li {
    font-size: 14px;
    line-height: 1.44;
    margin-bottom: 8px;
    word-break: keep-all;
    text-align: left;
}

.row-title-underline {
    border-bottom: 3px #19bdc1 solid;
    padding-bottom: 3px;
}

.icon-box-with-text {
    border: 1px #e3e3e3 solid;
}

.icon-box-with-text .icon-box-header {
    padding: 10px;
    background: #efefef;
}

.icon-box-header .fr-text {
    font-size: 15px;
    margin: 0;
}

.icon-box-with-text .icon-box-body {
    padding: 28px;

}

.fr-money {
    font-size: 24px;
    letter-spacing: -.7px;
    font-weight: 300;
    line-height: 1em;
}

.fr-description {
    text-align: center;
    padding-top: 7px;
    font-size: 14px;
    color: #6c757d;
}

.fr-icon {
    text-align: center;
    font-size: 42px;
    color: #ffcc1e;
    line-height: 42px;
    margin-bottom: 15px;
}

/*************************************
*************  �ш린�� �щ엺��  **************
**************************************/

.people-box-container {
    padding: 15px 0 15px 0;
    border-radius: 8px;
    border: #eaeaea solid 1px;
}

.people-box-header {
    padding: 10px 0 50px 0;
}

.people-photo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
    border: 4px #ffcc1e solid;
}

.people-sub-group:not(:last-child) {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}
.people-sub-group-title {
    font-weight: 400;
    margin-bottom: 2rem;
}

.people-name {
    font-size: 17px;
}

.people-name-sm {
    font-size: 13px;
}

.title-name {
    margin-top: 6px;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 15px;
}

.title-name-sm {
    font-size: 14px;
}

.title-name-overlap {
    font-size: 13px;
    margin-bottom: 0px;
}

.people-description {
    font-size: 14px;
    letter-spacing: -.5px;
    word-break: keep-all;
    line-height: 1.4;
    height: 2.8em;
    padding: 0 1.5rem;
}

.people-description-sm {
    font-size: 12px;
}

.white-box {
    background: white;
    padding: 10px 24px;
    border-radius: 8px;
    border: 1px solid #eaeaea;
}

.box {
    background-color: #f8f9fa;
    margin-bottom: 25px;
}

.box ul:last-child, .box p:last-child, .box blockquote:last-child {
    margin-bottom: 0px;
}


ul.bcemk-pretty-list,
ul.bcemk-pretty-list > li > ul {
    list-style: none;
    /* padding-left: 1.5em; */
    padding-left: 2em;
}

ul.bcemk-pretty-list > li > ul {
    margin-top: 10px;
}

ul.bcemk-pretty-list li {
    margin-bottom: .35em;
    text-indent: -15px;
    line-height: 1.45;
    letter-spacing: -.6px;
}

.bcemk-pretty-list li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    font-weight: 900;
    color: #ffcc1e;
    position: relative;
    right: 6px;
}

ul.bcemk-pretty-list > li > ul > li {
    font-size: .95em;
}

ul.bcemk-pretty-list > li > ul > li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f22d";
    font-weight: 900;
    color: #ffcc1e;
    display: inline-block;
    text-align: center;
    margin-right: .5rem;
}
h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 19px;
}

h4 {
    font-size: 17px;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 14px;
}

.text-break-all {
    word-break: break-all !important;
}

.text-keep-all {
    word-break: keep-all !important;
}

.line-height-1 {
    line-height: 1 !important;
}

.line-height-11 {
    line-height: 1.1 !important;
}

.line-height-12 {
    line-height: 1.2 !important;
}

.line-height-13 {
    line-height: 1.3 !important;
}

.line-height-14 {
    line-height: 1.4 !important;
}

.line-height-15 {
    line-height: 1.5 !important;
}

.theme-color {
    color: #ffcc1e;
!important;
}

/*************************************
*************  버튼  **************
**************************************/
.btn {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -.5px;
    transition: all 0.5s;

}

.btn-sm {
    font-size: .85em;
}

.btn-round {
    line-height: 1;
    border-radius: 24px;
    padding: 10px 28px;
    border: none;
}

.btn-round-sm {
    padding: 8px 24px;
    font-size: .9em;
}

.btn-round-xs {
    padding: 6px 20px;
    font-size: .75em;
}

.btn-theme-color {
    color: white;
    background-color: #ffcc1e;

}

.btn-theme-color:hover,
.btn-theme-color:focus {
    /* background-color: #252839; */
    color: white;
    font-weight: 500;
    opacity: .8;
}

.theme-dark-color.btn-theme-color:hover,
.theme-dark-color.btn-theme-color:focus {
    font-weight: 500;
    opacity: .9;
}

.btn-arrow span {

    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.btn-arrow span:after {
    font-family: "Font Awesome 5 Free";
    content: "\f30b";
    font-weight: 900;
    font-size: 1.1em;
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.btn-arrow:hover span {
    padding-right: 25px;
}

.btn-arrow:hover span:after {
    opacity: 1;
    right: 0;
}

.attachment-btn-box {
    margin-top: -32px;
    margin-left: 80%;
}

.attachment-text {
    padding: 4px 0;
    margin-right: 20%;
}

a.attachment-down-btn {
    font-size: 14px;
    padding: 8.5px 22px;
}

.growable {
    transition-duration: .3s;
    transition-property: transform;
}

.growable:hover {
    transform: scale(1.05);
}

.badge {
    vertical-align: text-bottom;
    margin-bottom: .15rem;
}

.badge-theme-color {
    background-color: #ffcc1e;
    color: #fff;
}


/*************************************
*************  신청 양식  시작 **************
**************************************/

select.form-control-sm {
    font-weight: 300;
    font-size: .8em;
}

select.form-control-xs {
    font-weight: 300;
    font-size: .7em;
    padding: 10px .5rem;
    height: 26px !important;
}

select:focus,
input:focus {
    outline: none;
}

.form-control:focus, .form-control-sm:focus {
    color: #495057;
    background-color: #fff;
    border: inherit;
    outline: 0;
    box-shadow: 0.1rem 0.1rem 0.8rem rgba(0, 0, 0, .2);
}

.gform_wrapper .gform_body {
	width:70%;
	margin:0 auto;
    background: #fcfcfc;
    padding: 3rem;
    border-radius: 8px;
    border: #eaeaea solid 1px;
    box-shadow: .1rem .1rem .6rem rgba(0, 0, 0, .1);
}

.gform_confirmation_message {
    background: #fcfcfc;
    padding: 6rem 2rem;
    border-radius: 8px;
    border: #eaeaea solid 1px;
    box-shadow: 0.1rem 0.1rem 0.6rem rgba(0, 0, 0, .1);
}

.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label,
.gform_wrapper .gfield_radio li input[type=text] {
    font-size: 15px !important;
    line-height: normal;
    font-weight: 300;
    color: inherit;
    letter-spacing: inherit;
}

.gform_wrapper .gfield_radio li label {
    /* line-height: 1;
    padding: 2px 0; */
    padding-bottom: 1px;
}

.gform_wrapper li.gfield {
    margin-bottom: 40px;
}

.gform_wrapper .cemk-form li.gfield {
    margin-bottom: 65px;
}

.gform_wrapper input[type=radio] {
    margin-top: 1px !important;
    margin-right: 6px !important;

}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper textarea {
    font-family: inherit;
    padding: 6px 12px;
    width: 100%;
    max-width: 100%;
    background: white;
    padding: 8px;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    color: inherit;
    font-size: 15px;
}

.gform_wrapper input[type=text] {
    font-weight: 300;
    padding: 6px 12px;
}

.gform_wrapper .gfield_radio li input[type=text] {
    padding-left: 0 !important;
    background: none !important;
    border: none !important;
    border-bottom: 1px solid #aaa !important;
    padding-bottom: 1px !important;
    width: inherit !important;
    border-radius: 0 !important;
}

.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li {
    margin-bottom: 6px;
}

/* 신청양식 섹션 제목 */
.gform_wrapper .gsection_title {
    font-size: 24px;
    color: #333;
}

.gform_wrapper .gsection_title::before {
    content: '';
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: white;
    display: inline-block;
    margin-right: 8px;
    border: #ffcc1e 4px solid;
    float: left;
    margin-top: 5px;
}

/* 양식 각 입력항목 레이블 */
.gform_wrapper label.gfield_label {
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    /* box-shadow: inset 0 -5px 0 #FFEE58; */
    box-shadow: inset 0 -5px 0 #ffcc1e;
}

/* 양식 각 입력항목 설명문구 */
.gform_wrapper .description,
.gform_wrapper .gfield_description,
.gform_wrapper .gsection_description,
.gform_wrapper .instruction {
    font-size: 15px;
    letter-spacing: -.4px;
}

.gform_wrapper input[type=button], .cemk-form input[type=submit] {
    border: none;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: -.5px;
    line-height: 1;
    border-radius: 4px;
    padding: 10px 28px;
    border: none;
    color: inherit;
    background-color: #eaeaea;
    transition-duration: .3s;
    transition-property: transform;
}

.gform_wrapper input[type=submit] {
    border-radius: 24px;
    color: white;
    background-color: #ffcc1e;
    line-height: 1;
    border-radius: 24px;
    padding: 10px 28px;
    border: none;
}

.gform_wrapper input[type=button]:hover {
    opacity: .8;
}

.gform_wrapper input[type=submit]:hover {
    color: white;
    font-weight: 500;
    opacity: .8;
}

.gform_wrapper div.ginput_container {
    margin-top: 0 !important;
}

/* 상단 에러메시지 박스 */
.gform_wrapper div.validation_error {
    color: #fb5c5c !important;
    font-size: 1em !important;
    font-weight: 500 !important;
    margin-bottom: 25px !important;
    border: 1px solid #eaeaea !important;
    background-color: #fafafa !important;
    border-radius: 4px !important;
    padding: 12px 20px !important;
    clear: both !important;
    width: 100% !important;
    text-align: center !important;
}

/* 개별 input 에러 배경 박스 */
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: none !important;
    margin-bottom: 6px !important;
    border: none !important;
    padding: inherit !important;
    box-sizing: border-box !important;
}

/* input 필드 텍스트 오류시 색상 변경 */
.gform_wrapper .gfield_error .gfield_label,
.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
.gform_wrapper li.gfield_error ul.gfield_checkbox,
.gform_wrapper li.gfield_error ul.gfield_radio {
    color: #fb5c5c !important;
}

/* input 필드 하단 오류 메시지  */
.gform_wrapper .validation_message {
    padding-top: 10px !important;
    color: #fb5c5c !important;
    font-weight: normal !important;
    letter-spacing: inherit !important;
    font-size: 15px !important;
    font-weight: 300 !important;
    text-decoration: underline !important;
    font-style: italic !important;
}

.gform_wrapper .validation_message::before {
    content: "*";
}

.gform_wrapper .gf_progressbar {
    padding: 0px;
    position: relative;
    background-color: rgba(0, 0, 0, .1);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
}

.gform_wrapper .gf_progressbar_percentage {
    height: 48px;
    text-align: right;
    font-family: helvetica, arial, sans-serif;
    font-size: .813em !important;
    text-shadow: none;
    z-index: 999;
    vertical-align: middle;
    background: none;
    border-radius: 4px 0px 0px 4px;
}

.gform_wrapper .gf_progressbar:after {
    display: none;
}

/*************************************
*************  신청 양식 끝   **************
**************************************/

@media (max-width:1100px){    
	#page_ctt { width:100%; margin:14px 0;padding:10px;border-radius:3px;;word-break:keep-all}	
    #page_ctt img{width:100%;height:auto}
    .direction-container{
        margin-right: -100px;
    }
 }

@media (max-width: 969px){
	#page_ctt { width:100%; margin:14px 0;padding:10px;border-radius:3px;;word-break:keep-all}	
    #page_ctt img{width:100%;height:auto}
    .direction-container{
        margin-right: -100px;
    }
	.gform_wrapper .gform_body {
		width:90%;
		margin:0 auto;
	}
 }


@media (max-width: 640px){
	#page_ctt { width:100%; margin:0px 0;padding:0px 10px;border-radius:3px;;word-break:keep-all}	
    #page_ctt img{width:100%;height:auto}
    .direction-container{
        margin-right: 0px;
    }
    #daumRoughmapContainer1582087195065 {
        margin:0px;
        width: 100%; 
    }
	.row-title-underline {
}
	.gform_wrapper .gform_body {
		width:100%;
		margin:0 auto;
	}
}

