@charset "utf-8";
/* 공통 */

* {
    margin: 0;
    padding: 0;
    border: 0px;
}

ul,
ol,
li {
    list-style: none;
}
legend,
hr {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
legend,
hr,
caption {
    visibility: hidden;
    font-size: 0;
    width: 0;
    height: 0;
    line-height: 0;
}
label {
    cursor: pointer;
}
.img_png {
    tmp: expression(setPng24(this));
}
A:link {
    color: #333333;
    text-decoration: none;
} /* 방문전 */
A:visited {
    color: #333333;
    text-decoration: none;
} /* 방문후 */
A:active {
    color: #333333;
    text-decoration: none;
} /* 마우스클릭시 */
A:hover {
    color: #0b6db0;
    text-decoration: none;
} /* 마우스오버 */
A:focus {
    color: #0b6db0;
    text-decoration: none;
} /* 포커스 */
td,
a,
div,
p,
pre,
input,
center,
textarea,
blockquote,
select,
option {
    font-family: Dotum, Gulim, Verdana, Arial, DotumChe, GulimChe, Tahoma, mo9;
    font-size: 12px;
    color: #333333;
    line-height: 120%;
}
.clear {
    clear: both;
}
.open {
    display: block;
}
.m-r-5 {
    margin-right: 5px !important;
}
.color-red {
    color: #f64a4a;
}
.font-bold {
    font-weight: 700;
}
.font-light {
    font-weight: 100;
}
.p-0 {
    padding: 0 !important;
}
.p-5 {
    padding: 5px !important;
}
.p-10 {
    padding: 10px !important;
}
.p-15 {
    padding: 15px !important;
}
.hidden {
    visibility: hidden;
    position: absolute;
    top: 0;
}
/* 인풋 */
textarea {
    border: solid 1px #cccccc;
    background-color: #f7f7f7;
}
select {
    border: solid 1px #cccccc;
    vertical-align: middle;
    height: 19px;
    background-color: #f7f7f7;
}
.input_text {
    border: solid #cccccc 1px;
    background-color: #f7f7f7;
    height: 16px;
    padding-top: 3px;
    vertical-align: middle;
}
#popup {
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
    filter: alpha(opacity=75);
    height: 100%;
    background: #000000;

    position: absolute;
    z-index: 100;
    display: none;
    top: 0;
    left: 0;
}
#window {
    position: fixed;
    z-index: 102;
    background: #ffffff;
    display: none;
    border: 2px solid #242f43;
    _position: absolute;
    _z-index: -1;
}
.num_text_1 {
    font-size: 12px;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;
}
.num_text {
    font-size: 14px;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;
}

/* 상단 숨김메뉴 */
#accessibility {
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 1000;
}
#accessibility a {
    display: block;
    overflow: hidden;
    height: 1px;
    width: 1px;
    margin: 0 -1px -1px 0;
    font-size: 0;
    line-height: 0;
    text-align: center;
}
#accessibility a:focus,
#accessibility a:hover,
#accessibility a:active {
    width: auto;
    height: 20px;
    margin: 0;
    padding: 8px 0 0 15px;
    background: #20262c;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
}

/* 상단 (로고,로그인,버튼) */
#top_layers {
    width: 1000px;
    height: 75px;
    left: 50%;
    margin-left: -500px;
    position: relative;
}
#top_layers h1 {
    float: left;
    margin-top: 6px;
    display: inline;
}
#top_layers .util_menu {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    margin-top: 10px;
}
#top_layers .util_menu dt {
    visibility: hidden;
    position: absolute;
}
#top_layers .util_menu dd {
    float: left;
    display: inline;
    padding: 0 6px 0 6px;
    border-right: dashed 1px #eee;
}

/* 상단메뉴 서브 */

#top_menu {
    width: 100%;
    background: url('/images/user/menu_bg_2.gif') repeat-x;
    position: absolute;
    left: 0;
    height: 305px;
    z-index: 99;
    top: 75px;
    min-width: 1000px;
}
#top_menu #menu_bg {
    background: url(/images/user/menu_bg.jpg) no-repeat;
    height: 305px;
    width: 1000px;
    position: relative;
    left: 50%;
    margin-left: -500px;
}
#top_menu #menu_bg .navi {
    position: relative;
    width: 1000px;
    height: 45px;
    left: 50%;
    margin-left: -500px;
}
#top_menu #menu_bg .navi .main_set {
    float: left;
    display: inline-block;
    position: relative;
    margin: 0 0 0 60px;
    _margin-left: 22px;
} /* 대메뉴set */
#top_menu #menu_bg .navi .sub_set {
    position: absolute;
    clear: both;
    height: 260px;
    margin: 10px 0 0 5px;
}
#top_menu #menu_bg .navi .sub_set ul {
    display: inline-block;
    float: left;
    height: 30px;
}
#top_menu #menu_bg .navi .sub_set li {
    margin: 5px 0 3px 0;
    position: relative;
}
#top_menu #menu_bg .close_btn {
    position: absolute;
    top: 287px;
    left: 50%;
}

.sub_set .side_sub {
    margin-bottom: 0;
    padding-left: 15px;
    display: none;
}
.sub_set .side_sub dt {
    font-weight: 300;
    color: #797979;
}
#main {
    position: relative;
    width: 1000px;
}

.stit2 {
    background: url(/images/user/account_nember_01.gif) no-repeat;
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    text-align: left;
    color: #353535;
    margin: 14px 0 0 110px;
    float: left;
}
.stit2 strong {
    color: #404038;
}
.stit2 b {
    color: #009059;
}
.stit2 span {
    font-weight: bold;
    color: #1c9219;
}
/*메인팝업*/
#main_popup {
    position: relative;
    width: 100%;
    background: #333;
    height: 260px;
    padding-top: 40px;
    overflow: hidden;
}
#main_popup .popup_bg {
    margin: 0 0 0 -1000px;
    display: block;
    position: relative;
    width: 2000px;
    left: 50%;
}
#main_popup .visual_popup {
    position: relative;
    width: 100%;
    height: 260px;
}
#main_popup .visual_popup ul {
    width: 100%;
    position: relative;
    max-height: 260px;
}
#main_popup .visual_popup li {
    float: left;
    height: 260px;
    overflow: hidden;
}
#main_popup .visual_popup li img {
    float: left;
    width: 500px;
    overflow: hidden;
}
#main_popup .visual_popup .on_img {
    background: #000;
    width: 1000px;
    position: relative;
}
#main_popup .visual_popup .off_img {
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    width: 500px;
}
#main_popup .popup_div {
    position: relative;
    width: 1000px;
}
#main_popup .popup_text {
    position: absolute;
    left: 500px;
    background: url(/images/user/main_visual_bg.jpg) no-repeat;
    width: 405px;
    height: 260px;
    padding: 40px 55px 0 40px;
    -webkit-padding: 50px 55px 0 40px;
}
#main_popup .popup_text h3 {
    font-size: 30px;
    color: #fff;
    line-height: 55px;
    font-family: 'Nanum Gothic';
}
#main_popup .popup_text .text_info {
    margin-top: 15px;
    color: #d8ffe2;
    display: inline-block;
    font-family: 'Nanum Gothic';
    font-size: 13px;
    line-height: 18px;
}
#main_popup .popup_text p {
    font-size: 18px;
    font-weight: bold;
    color: #9dffbe;
    line-height: 20px;
    margin-bottom: 10px;
    font-family: 'NanumGothicBold';
}

.btn_popup {
    width: 1000px;
    left: 50%;
    margin-left: -500px;
    position: absolute;
    z-index: 50;
}
.btn_popup .btn_prev {
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -490px;
}
.btn_popup .btn_next {
    position: absolute;
    top: 100px;
    right: 50%;
    margin-right: -490px;
}

/* 메인비주얼
#main_visual { width:100%; overflow:hidden; position:relative;}
#main_visual .visual_img { width:1900px; position:relative; left:50%; margin:40px 0 0 -950px; }
#main_visual .btn_prev { position:absolute; top:140px; left:50%; margin-left:-490px; z-index:10; }
#main_visual .btn_next { position:absolute; top:140px; right:50%; margin-right:-490px; z-index:10; }
#main_visual .view_content { display:block; }
#main_visual .popup_img { background:#000; height:300px; position:relative; display:block; margin-top:45px; }
#main_visual .popup_img .first_img { position:relative; top:0; left:50%; width:1000px; margin-left:-500px; z-index:3; }
#main_visual .popup_img .second_img { position:absolute; right:0; top:0; opacity:0.2;z-index:1; }
#main_visual .popup_img .third_img { position:absolute; left:0; top:0; opacity:0.2;z-index:1; }
#main_visual .popup_img .visual_text_box { background:url(/images/user/main_visual_bg.jpg) no-repeat; float:right; width:500px; height:260px;}
#main_visual .popup_img .visual_text_box .text_ {  color:#d8ffe2; padding:30px 0 0 20px; width:400px; display:inline-block; font-family:'Nanum Gothic'; font-size:13px; line-height:18px; }
#main_visual .popup_img .visual_text_box h3 { font-size:36px; color:#fff; line-height:55px;  font-family:'Nanum Gothic'; }
#main_visual .popup_img .visual_text_box p { font-size:18px; font-weight:bold; color:#9dffbe; line-height:20px; margin-bottom:10px;   font-family:'Nanum Gothic'; }*/

/* 메인내용 */
#main_container {
    width: 1000px;
    position: relative;
    margin: 30px auto;
    clear: both;
}

#main_container #preview {
    position: relative;
    width: 300px;
    float: left;
}
#main_container #preview .preview_title {
    display: inline-block;
    width: 290px;
    height: 25px;
}

#main_container #preview .preview_list {
    position: relative;
    width: 290px;
    height: 100px;
}
#main_container #preview .preview_list li {
    width: 100%;
    display: inline;
    float: left;
}
#main_container #preview .preview_list A {
    margin-top: 8px;
    float: left;
    padding-left: 8px;
    background: url('/images/user/icon_main_list.gif') no-repeat 0 5px;
}
#main_container #preview .preview_list A:link {
    color: #777777;
    text-decoration: none;
} /* 방문전 */
#main_container #preview .preview_list A:visited {
    color: #777777;
    text-decoration: none;
} /* 방문후 */
#main_container #preview .preview_list A:active {
    color: #777777;
    text-decoration: none;
} /* 마우스클릭시 */
#main_container #preview .preview_list A:hover {
    color: #8a99a8;
    text-decoration: none;
} /* 마우스오버 */
#main_container #preview .preview_list A:focus {
    color: #8a99a8;
    text-decoration: none;
} /* 포커스 */
#main_container #preview .preview_list .year {
    margin-top: 6px;
    float: right;
    display: inline;
    padding-right: 3px;
    color: #aaaaaa;
}
#main_container #gallery .preview_none {
    width: 290px;
    text-align: center;
    background: #fafafa;
    border: solid 1px #eee;
    height: 50px;
    padding-top: 50px;
}
#main_container #preview .more_img {
    position: absolute;
    top: 2px;
    right: 12px;
}

#main_container #gallery {
    width: 100%;
    margin: 15px 0 0 0;
    clear: both;
    position: relative;
}
#main_container #gallery .gallery_title {
    height: 25px;
}
#main_container #gallery .gallery_list_ {
    position: relative;
    margin-top: 5px;
}
#main_container #gallery .gallery_list_::after {
    content: '';
    display: block;
    clear: both;
}
#main_container #gallery .gallery_list_ li {
    text-align: center;
    float: left;
    margin: 0 15px 0 0px;
    width: 188px;
}
#main_container #gallery .gallery_list_ li:first-child {
    margin-left: 0;
}
#main_container #gallery .gallery_list_ li:last-child {
    margin-right: 0;
}
#main_container #gallery .gallery_list_ li img {
    border: solid 1px #ddd;
    display: inline-block;
    width: 100%;
    height: 130px;
}
#main_container #gallery .gallery_list_ li p {
    font-size: 11px;
    color: #666;
}
#main_container #gallery .more_img {
    position: absolute;
    top: 5px;
    right: 2px;
}
#main_container #gallery .gallery_none {
    width: 635px;
    text-align: center;
    height: 65px;
    padding-top: 60px;
}

.calendar_ul li {
    margin: 8px 0 0 4px;
    display: inline-block;
    width: 265px;
    padding-left: 8px;
    background: url('/images/user/icon_main_schedule.gif') no-repeat 0 5px;
    color: #666;
}

/* 메인 캘린더 */
#main_schedule {
    width: 280px;
    height: 135px;
    float: left;
    margin: 30px 0 0 45px;
    position: relative;
}
#main_schedule .schedule_year {
    width: 278px;
    height: 20px;
    float: left;
    text-align: center;
    background: #f3f0e7;
    border: solid 1px #ddd;
    padding-top: 3px;
    position: relative;
}
#main_schedule .schedule_year .prev_btn {
    position: absolute;
    top: 0;
    left: 5px;
}
#main_schedule .schedule_year .next_btn {
    position: absolute;
    top: 0;
    right: 5px;
}

#main_schedule .schedule_content {
    display: inline;
}
#main_schedule .schedule_content .weeks {
    height: 17px;
    float: left;
}
#main_schedule .schedule_content ul {
    float: left;
    width: 278px;
    display: inline;
    border: solid 1px #ddd;
    border-left: none;
}
#main_schedule .schedule_content li {
    width: 13.9%;
    float: left;
    background: #f8f7f4;
    border-left: solid 1px #ddd;
    text-align: center;
    padding: 12px 0 12px 0;
}
#main_schedule .schedule_box {
    border: solid 1px #ddd;
    width: 278px;
    height: 50px;
    float: left;
}
#main_schedule .schedule_box .schedule_ul li {
    margin: 8px 0 0 4px;
    display: inline-block;
    width: 265px;
    padding-left: 8px;
    background: url('/images/user/icon_main_schedule.gif') no-repeat 0 5px;
    color: #666;
}

#quick_btn {
    background: url('/images/user/gray_bg.gif') no-repeat;
    width: 1000px;
    padding: 0 20px 0 20px;
    height: 130px;
    float: left;
}

/* 메인유튜브 동영상 css*/
.youtube_box {
    margin-bottom: 15px;
}
.youtube_box::after {
    content: '';
    display: block;
    clear: both;
}
/* .youtube_box > div {
  float:left;
  width:33.3333%;
  padding-right:15px;
} */

.youtube_box .col {
    position: relative;
    min-height: 1px;
    width: 33.33333%;
    float: left;
    padding: 0 8px;
}

/* 배너영역 */
/**/
#bottom_banner {
    width: 1000px;
    position: relative;
    height: 60px;
    margin-top: 15px;
    z-index: 7;
    display: inline-block;
}
#bottom_banner .banner_box {
    position: relative;
    width: 740px;
    height: 50px;
    margin-top: 12px;
    float: left;
}
#bottom_banner .banner_ul {
    margin-top: 12px;
    width: 700px;
    height: 50px;
    overflow: hidden;
    float: left;
    position: relative;
    display: inline-block;
}
#bottom_banner .banner_ul ul {
    display: inline-block;
    float: left;
    height: 50px;
}
#bottom_banner .banner_ul li {
    float: left;
    display: block;
    padding: 0 15px 0 15px;
}

#bottom_banner .sns_ul {
    float: right;
    margin-top: 17px;
}
#bottom_banner .sns_ul li {
    float: left;
    display: block;
    padding: 0 5px 0 5px;
}

#main_container #banner_flash {
    width: 320px;
    float: left;
    display: inline;
    margin-left: 50px;
}
#main_container #banner {
    width: 215px;
    float: right;
}

/* 서브비주얼 */
#sub_visual {
    height: 170px;
}
#sub_visual .sub_visual_img {
    width: 100%;
    position: relative;
    left: 0;
    overflow: hidden;
}
/* 서브내용 */
#sub_container {
    width: 960px;
    position: relative;
    left: 50%;
    margin: 30px 0 0 -480px;
    clear: both;
}

#sub_container #sides {
    float: left;
    width: 180px;
    margin-bottom: 30px;
}
#sub_container #sides ul {
    margin-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
    clear: both;
}
#sub_container #sides dl {
    margin: 0;
}
#sub_container #sides dl > dt {
    line-height: 1.8;
    margin-left: 20px;
    font-weight: 300;
    color: #979797;
}
#sub_container #sides img {
    float: left;
    display: inline;
}

#sub_container #title {
    position: relative;
    float: right;
    width: 750px;
    display: inline-block;
}
#sub_container #title h2 {
    float: left;
}
#sub_container #title .position {
    float: right;
    margin-top: 10px;
}
#sub_container #title .position dd {
    display: inline;
}
#sub_container #title .position .parents {
    font-size: 11px;
    color: #999999;
    padding: 0px 8px 0px 2px;
    background: url('/images/user/icon_home_next.gif') no-repeat right 2px;
}
#sub_container #title .position .parents A:link {
    color: #777;
    font-size: 11px;
    text-decoration: none;
} /* 방문전 */
#sub_container #title .position .parents A:visited {
    color: #777;
    font-size: 11px;
    text-decoration: none;
} /* 방문후 */
#sub_container #title .position .parents A:active {
    color: #777;
    font-size: 11px;
    text-decoration: none;
} /* 마우스클릭시 */
#sub_container #title .position .parents A:hover {
    color: #13375f;
    font-size: 11px;
    text-decoration: none;
} /* 마우스오버 */
#sub_container #title .position .parents A:focus {
    color: #13375f;
    font-size: 11px;
    text-decoration: none;
} /* 포커스 */
#sub_container #title .position .this {
    font-size: 11px;
    color: #40814b;
    font-weight: bold;
}

#sub_bg {
    width: 1200px;
    position: relative;
    left: 50%;
    margin: 0 0 0 -600px;
    background: #fff;
    display: inline-block;
}

#sub_container #content {
    position: relative;
    float: right;
    margin: 10px 0 80px 0;
    height: 100%;
    width: 750px;
}

/* 프로필*/
.profile_ul li {
    width: 154px;
    height: 224px;
    float: left;
    text-align: center;
    border: solid 1px #ddd;
    padding: 8px;
    margin: 15px 5px 0 10px;
}
.profile_ul p {
    margin-top: 7px;
    font-size: 13px;
}
.profile_ul li img {
    max-width: 100%;
    height: auto;
}

/* 캘린더 */
.calendar_table {
    border-collapse: collapse;
}
.calendar_table .calendar_line {
    padding: 3px 0 1px 0;
    font-weight: normal;
    text-align: left;
}
.calendar_table td {
    height: 100px;
    vertical-align: top;
}
.calendar_table th {
    padding: 7px;
    text-align: center;
    color: #666;
    border: solid 1px #ccc;
    background: url('/images/common/table_title_bg.gif') repeat-x;
}
.calendar_table .item_date {
    font-weight: bold;
    color: #777;
    border: solid 1px #ccc;
}
.calendar_table .item_date_memo {
    font-weight: bold;
    color: #777;
    border: solid 1px #ccc;
    background: url(/images/calendar_memo_bg.gif) no-repeat;
}
.calendar_table .item_date_today {
    font-weight: bold;
    color: #333;
    border: solid 1px #ccc;
    background: #ffc;
}
.calendar_table .item_date_selectday {
    font-weight: bold;
    color: #666;
    border: solid 1px #ccc;
    background-color: #d3ffd3;
}
.calendar_table .item_date_seltoday {
    font-weight: bold;
    color: #666;
    border: solid 1px #ccc;
    background-color: #ffc;
}

/* 캘린더 */
.table_modify {
    border-collapse: collapse;
    border-top: solid 1px #eee;
    padding: 0;
    border-spacing: 0px;
}
.table_modify td {
    border-bottom: solid 1px #ddd;
    height: 36px;
    padding: 0 10px 0 10px;
    color: #666;
}
.table_modify th {
    border-bottom: solid 1px #ddd;
    background: #fafafa;
    padding: 0 0 0 7px;
    text-align: left;
    color: #555;
    font-weight: bold;
}
.table_modify input,
img {
    vertical-align: middle;
}

/* 카피라이터 */
#footer {
    background: url(/images/user/copy_bg.gif) repeat-x 0;
    height: 130px;
    clear: both;
}

#footer .copy_menu {
    width: 1000px;
    height: 30px;
    position: relative;
    left: 50%;
    padding-top: 8px;
    margin-left: -500px;
    clear: both;
}
#footer .copy_menu li {
    float: left;
}
#footer .copyright {
    width: 1000px;
    position: relative;
    margin: auto;
    margin-top: 10px;
}
#footer .copyright::after {
    content: '';
    display: block;
    clear: both;
}
#footer .footer_address {
    max-width: 800px;
    float: left;
}
#footer .footer_address span {
    float: left;
    padding: 0px 5px;
    background: #0a5e1c;
    line-height: 20px;
    color: #fff;
    border-radius: 3px;
}
#footer .footer_address p {
    padding-left: 40px;
    font-size: 13px;
    word-break: keep-all;
    font-weight: 700;
    color: #797979;
    line-height: 1.8;
}

#popup_title {
    background: #4e6175;
    clear: both;
    color: #fff;
    border-bottom: solid 1px #000;
    height: 40px;
}
#popup_title h1 {
    float: left;
    display: inline;
    margin: 12px 0 0 12px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}
#popup_title .right {
    float: right;
    display: inline;
    margin: 12px 12px 0 0;
    color: #000;
    font-weight: bold;
    font-size: 14px;
}
#popup_title .right a {
    color: #000;
    font-weight: bold;
}

/*텍스트 컬러*/
.red_t {
    font-size: 11px;
    color: #f31b1b;
}
.green_t {
    font-size: 11px;
    color: #137300;
}
.blue_t {
    font-size: 11px;
    color: #102dda;
}
.orange_t {
    font-size: 11px;
    color: #fd6d16;
}

/* 레이어 팝업 리스트 테이블 */
.layer_p_table {
    border-collapse: collapse;
    border-top: solid 2px #40814b;
    width: 100%;
}
.layer_p_table td {
    border-bottom: solid 1px #dddddd;
    padding: 8px 6px 6px 6px;
    vertical-align: middle;
}
.layer_p_table th {
    border: solid 1px #c4c4c4;
    font-weight: bold;
    padding: 8px 2px 6px 2px;
    text-align: center;
    background: url('/images/common/table_title_bg.gif') repeat-x;
    font-size: 11px;
}

/* 레이어 팝업 리스트 테이블 */
.layer_p_table {
    border-collapse: collapse;
    border-top: solid 2px #40814b;
    width: 100%;
}
.layer_p_table td {
    border-bottom: solid 1px #dddddd;
    padding: 8px 6px 6px 6px;
    vertical-align: middle;
}
.layer_p_table th {
    border: solid 1px #c4c4c4;
    font-weight: bold;
    padding: 8px 2px 6px 2px;
    text-align: center;
    background: url('/images/common/table_title_bg.gif') repeat-x;
    font-size: 11px;
}

.member_box {
    border: solid 2px #ddd;
    width: 710px;
    text-align: center;
    clear: both;
    padding: 0 20px;
}
.security_login_box {
    clear: both;
    padding: 25px 0;
}
.security_login_box dt {
    display: inline;
    font-weight: bold;
    margin-left: 12px;
}
.security_login_box dd {
    display: inline;
    font-weight: bold;
    color: #0ea340;
    padding: 0 10px;
    font-family: sans-serif;
    font-size: 14px;
}
.security_text {
    color: #777;
    font-size: 11px;
    border-top: dotted 1px #ccc;
    text-align: center;
    padding: 20px 0;
}
.security_text span {
    color: #0ea340;
    font-weight: bold;
    font-size: 14px;
    font-family: sans-serif;
}

#mb_password {
    background: #f5f5f5;
    border: solid 1px #ccc;
    width: 120px;
    height: 22px;
    padding-left: 5px;
}
#mb_password.on {
    background: #fff;
    border: solid 2px #0ea340;
    height: 20px;
}
#mb_password.off {
    background: #e5e5e5;
    border: solid 1px #ddd;
}
.f-f-nanumsq {
    font-family: 'Montserrat', 'Nanum Square', 'NanumSquare', sans-serif;
}

/* Q&A */
.help-panel {
    position: relative;
    background: #fff;
    border-radius: 0;
    border: solid 2px #eee;
    border-radius: 0;
}
.help-panel .panel-heading {
    text-align: center;
}
.help-panel .panel-heading .title {
    display: inline-block;
    margin: 20px 0 0;
    padding: 8px 10px;
    border-bottom: solid 2px #ddd;
    font-family: 'nanum-square-r';
    font-size: 22px;
    font-weight: bold;
    color: #111;
}
.help-panel .panel-body {
    padding: 30px;
}

.help-panel .panel-body .title {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
    margin: 20px 0 20px;
    border-bottom: solid 2px #ddd;
    font-size: 20px;
    color: #333;
    font-weight: bold;
}
.help-panel .panel-body .sub_tit {
    display: block;
    font-size: 15px;
    margin-top: 25px;
    margin-bottom: 10px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 5px;
}
.help-panel .panel-body .sub_tit2 {
    display: block;
    font-size: 18px;
    text-align: center;
    padding: 15px 5px;
    border-bottom: 1px solid #ccc;
}

.help-panel .panel-body .tit {
    padding-left: 15px;
    margin: 0 0 15px;
    background: url('/assets/common/img/basic/title_bg_01.png') no-repeat 0 7px;
    color: #111;
    font-size: 18px;
}
.help-panel .panel-body .agreement {
    width: 100%;
    display: inline-block;
    margin: 0 0 0px;
    border: solid 1px #eee;
    border-bottom: 0;
}
.help-panel .panel-body .agreement label {
    width: 100%;
    display: inline-block;
    text-align: right;
    margin: 0;
    padding: 10px;
    border-bottom: solid 1px #eee;
}
.help-panel .panel-body .agreement .agreement-box {
    background: #fafafa;
    max-height: 200px;
    padding: 20px;
    border-bottom: solid 2px #eee;
    font-size: 14px;
    overflow-y: scroll;
}
.help-panel .panel-body .agreement .agreementAll {
    background: #fafafa;
    text-align: center;
    font-size: 15px;
    color: #333;
    font-weight: bold;
}
.help-panel .panel-body .form-control {
    height: 30px;
    color: #333;
}
.help-panel .panel-body .form-group.last {
    border: 0;
}
.help-panel .panel-body .control-label {
    padding-top: 12px;
    margin-bottom: 0;
    text-align: left;
    font-size: 14px;
    color: #666;
}
.help-panel .panel-footer {
    background: none;
    border: 0;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    vertical-align: middle;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-color: #e2e7eb;
    padding: 10px 15px;
    background: #fff;
    border-left: 1px solid #e2e7eb;
    border-right: 1px solid #e2e7eb;
}

/* 조합원가입css  */
.pay_frame {
}
.form-control02 {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.withdrawal_box {
    border: 1px solid #ccc;
    margin-top: 25px;
    padding: 0 20px;
}
.dashedbox {
    padding-left: 10px;
    position: relative;
    line-height: 1.6;
}
.dashedbox::before {
    content: '*';
    position: absolute;
    left: 0;
}
.pay_radio_btn {
    border: 1px solid #ccc;
    border-radius: 4px;
}
.won {
    font-size: 13px;
    position: absolute;
    right: 0px;
    top: 6px;
}
.pay_txt > p {
    line-height: 1.6;
    margin: 0;
    font-size: 14px;
}
.pay_etc {
    border: 1px solid #ccc;
    border-radius: 4px;
}
.pay_info {
    padding: 15px 20px;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    font-size: 14px;
    line-height: 1.6;
}
.pay_info > ol > li {
    list-style: initial;
    margin-bottom: 10px;
}
.txtarea_agreebox {
    width: 100%;
    padding: 10px 10px;
}
.panel_footer {
    padding: 30px 10px;
    text-align: center;
}
.panel_footer > button {
    padding: 10px 50px;
    background-color: #5bb40b;
    color: #fff;
    transition: 0.3s;
}
.panel_footer > button:hover {
    color: #fff;
    background-color: #4f9c0b;
}
.table_pay thead {
    border-top: 2px solid #ccc;
}
.table_pay tbody {
    border-bottom: 2px solid #ccc;
}
.exit03_chlid_box {
    margin-left: 20px;
    margin-top: 8px;
}
.exit03_chlid_box > li > label {
    font-weight: 100;
    color: #777;
}
/* 조합원가입 */
.union_frame {
    padding: 30px 15px 55px;
    border: 1px solid #ddd;
}

.union_tit {
    font-size: 24px;
    position: relative;
    padding-left: 18px;
    color: #07810d;
    font-weight: 700;
    text-align: center;
}
/* .union_tit::before {
  content:'';
  display:inline-block;
  width:10px;
  height:24px;
  background:#7cbc87;
  border-radius:15px;
  position:absolute;
  left:0;
  top:0px;
} */
.union_list {
    margin-top: 30px;
}
.union_list > li {
    font-size: 18px;
    margin-top: 55px;
    color: #07810d;
}
.union_list > ul {
    margin-top: 10px;
}
.union_list > ul > li {
    font-size: 14px;
    line-height: 1.8;
    padding-left: 20px;
    color: #696969;
}
.union_waring {
    color: #ff4d4d;
    padding: 10px 0 0 25px;
}
.union_link_box {
    margin-top: 50px;
    text-align: center;
}
.union_link_box > a {
    display: inline-block;
    font-size: 16px;
    background: #7cbc87;
    color: #fff;
    padding: 15px 25px;
    transition: 0.3s;
}
.union_link_box > a:hover {
    color: #07810d;
    text-decoration: none;
}
.signature {
    margin-top: 25px;
    text-align: center;
}
.signature_ex {
    padding-bottom: 10px;
}
.signature_ex > span {
    color: #f00;
    font-weight: 700;
}
.signature_txt {
    font-size: 18px;
}

.family_table .btn-danger {
    color: #ffffff;
}
.signature_body > .signature {
    width: 49%;
    float: left;
    margin-right: 5px;
    padding: 0 20px;
}

/* 갤러리 이전 꺼 */
#main_container #gallery {
    width: 685px;
    float: left;
}
#main_container #gallery .gallery_list_ li {
    width: 125px;
}
#main_container #gallery .gallery_list_ li img {
    height: 90px;
}
