/* 스타일 초기화 */
html{height:100%}
body,ol,ul,li,a,p,h1,h2,h3,h4,h5,h6,dl,dt,dd,fieldset,legend{margin:0px; padding:0px;}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;}
ol,ul,li{list-style:none;}
a,a:hover,a:active,a:visited,a:focus{color:inherit;text-decoration:none;}
body{overflow-x:hidden;font-size:0.75em;color:#333;font-family:  'Nanum Gothic', '나눔 고딕', 'NanumGothic', 'Dotum', '돋움', Arial, sans-serif;letter-spacing: -0.5px;background-color:#fff;}
header,section,footer{display:block;}
input{line-height:normal}
address{font-style:normal}
small{font-size:inherit}
fieldset{border:0}
caption,legend{display:block;position:absolute;left:-9999px;font-size:0}
button{border:0;padding:0;margin:0;}



/*레이아웃 (푸터 바닥에 고정)*/
html{height: 100%;}
body{opacity:0;position: relative;min-height: 100%;
    -webkit-transition:opacity 1.5s;-moz-transition:opacity 1.5s;transition:opacity 1.5s;
    -webkit-overflow-scrolling : touch !important;
}
body.loaded{opacity:1;}
body.modal-open{height:100%;overflow:hidden;}
#page-content-wrapper{padding-top: 50px;}

html.open_nav{overflow:hidden;}
body.open_nav{overflow:auto;/*height:100%*/}


/*공통 스타일*/
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}

.clear{*zoom:1}
.clear:after{clear:both;content:"";display:block;}
.f_l{float:left}
.f_r{float:right}
.hide_text{clip: rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px;}
.hide{display:none !important;}
.font_v{font-family:Verdana, sans-serif, Arial, 'Nanum Gothic', '나눔 고딕', 'NanumGothic';}
.font_n{font-family: 'Noto Sans KR', sans-serif;}
.blue_font{color:#15a5da}
.inset_wrap,.area{width:100%;max-width:1180px;margin:0 auto;padding:0 15px;}
img{display:inline-block;max-width:100%;height: auto;}
img.m_img{display:inline-block !important;max-width:100%;}
img.pc_img{display:none !important;}

/* ios에서 inner shadow 나오는 스타일 없애기 */
textarea, input[type="text"], input[type="email"], input[type="url"],
input[type="tel"], input[type="password"], input[type="date"] {
    -webkit-appearance: none; -webkit-border-radius:0px;-moz-border-radius:0;border-radius:0;
}
select{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}


/* 버튼 공통스타일 */
.btn{position:relative;display:inline-block;height: 60px;line-height:60px;padding: 0 30px;color:#fff;font-size:16px;background:#aaa;-moz-transition:background 0.3s,color 0.3s;-webkit-transition:background 0.3s,color 0.3s;transition:background 0.3s,color 0.3s;}
.btn .caret{position:absolute;bottom:2px;left:50%;margin-left:-3px;display:inline-block;width:7px;height:8px;background:url(../image/common/caret.gif) no-repeat 50%;}

.default_btn{background-color:transparent;color:#97a2a6 !important;border:2px solid #97a2a6;padding:0 70px;text-transform: uppercase;font-weight:900;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px}
.default_btn:hover,
.default_btn:focus{background-color:#97a2a6;color:#fff !important;}

.white_btn{background-color:#fff;color:#555 !important;text-transform: uppercase;letter-spacing:7px;padding-left:37px;font-weight:200;}
.white_btn:hover,
.white_btn:focus{background-color:#ececec;color:#555}

.black_btn{background-color:#161d27;color:#fff !important;text-transform: uppercase;font-weight:200;}
.black_btn:hover,
.black_btn:focus{background-color:#2b394a;color:#fff}

.gray_btn{background-color:#f1f1f1;color:#555 !important;border:1px solid #ddd;text-transform: uppercase;font-weight:200;}
.gray_btn:hover,
.gray_btn:focus{background-color:#eaeaea;color:#555}


/* 폼 */
.input_text{width:100%;font-size:13px;padding:10px;height:37px;border:0;background:#fff;border:1px solid #ddd;outline:none;box-shadow: none !important;border-radius:0;}
.input_text:focus{border-color:#161d27}
.input_text[disabled]{background-color:#efefef;}
textarea.input_text{line-height: 20px;}
select.input_text{line-height:31px;background:#fff !important;}

.input_check{display:inline-block;position:relative;height:20px;padding-left:30px;font-size:14px;line-height:20px;color:#555}
.input_check .icon{width:20px;height:20px;position:absolute;left:0;top:0;background:url(../image/common/bg_radio.png) no-repeat;background-size:40px 20px;}
.input_check input{display:block;position:absolute;left:-9999px}
.input_check input:checked+.icon{background-position:-20px 0}



/* ==========헤더========= */

#mMenu{display:block;position:absolute;top:0;lefT:0;width:50px;height:50px;background:url(../image/common/m_menu.png) no-repeat center;background-size:50%;outline:none;}
#mMenu.on{background-image:url(../image/common/m_close.png)}

header{z-index:8880;position:fixed;top:0;left:0;width:100%;height:50px;background-color:#161d27;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;transition:all 0.5s;}
header .top{z-index: 8009;position: fixed;width: 100%;background-color: #161d27;}

header .logo{width:100%;height:50px;text-align:center}
header .logo a{display:inline-block;max-width: 100px;height:100%;line-height:49px}
header .logo a img{vertical-align:middle;}

header #navigation{display:none;z-index:8008;position:fixed;top:0;left:0;width:100%;height:100%;padding-top:47px;background-color:rgba(85, 85, 85, 0.9);}
header #navigation>ul.local_nav{width:100%;padding:10px 0 5px;background-color:#161d27;text-align:center;}
header #navigation>ul.local_nav>li{display:inline-block}
header #navigation>ul.local_nav>li>a{display:block;padding:5px 7px;color:#fff;-moz-transition:color 0.5s;-webkit-transition:color 0.5s;transition:color 0.5s;outline:none;}
header #navigation>ul.local_nav>li>a.lang{color:#ed1c24 !important;}
header #navigation.on>ul.nav{height:100%;overflow-y:auto}
header #navigation>ul.nav>li{background-color:#161d27;}
header #navigation>ul.nav>li.id1{padding-top:5px;}
header #navigation>ul.nav>li.id7{padding-bottom:15px;}
header #navigation>ul.nav>li>a{display:block;height:27px;line-height:27px;font-size:14px;color:#fff;text-align:center;text-transform: uppercase;font-family:Verdana, sans-serif, Arial, 'Nanum Gothic', '나눔 고딕', 'NanumGothic';}

/* ==========//헤더========= */


/* ==========푸터========= */

footer{width:100%;background-color:#161d27;text-align:center;}

footer .top_area{padding:20px 15px;background-color:#97a2a6;}
footer .top_area ul>li{position:relative;padding: 5px 0}
footer .top_area ul>li:first-child{padding-left:0;}
footer .top_area ul>li:before{content:"";position:absolute;top:2px;left:7px;display:none;width:1px;height:10px;background-color:#fff; }
footer .top_area ul>li:first-child:before{display:none;}
footer .top_area ul>li a{display:block;color:#fff;outline:none;}

footer .btm_area{padding:20px 15px;color:#e0e3e4}
footer .btm_area .address{max-width:290px;margin:0 auto;}
footer .btm_area .address.en{max-width:320px}
footer .btm_area .address p{display:inline-block;margin:0 5px;line-height:18px;}
footer .btm_area .logo{padding:20px 0;}
footer .btm_area .logo img{max-width:140px;}
footer .btm_area .copy{font-size:11px;}

/* ==========//푸터========= */



/* 콘텐츠 공통 스타일 */
.gray_bg3{background-color:#f3f3f3 !important;}
.gray_bg7{background-color:#f7f7f7 !important;}
.gray_bga{background-color:#fafafa !important;}
.section_title{position:relative;width:100%;color:#161d27;font-size:20px;text-transform:uppercase;text-align:center;font-weight:bold;font-family: 'Myriad Pro', 'Noto Sans KR', sans-serif;}

#topBtn{z-index: 1000;position:fixed;bottom:0;right:20px;width:50px;height:40px;line-height:200px;overflow:hidden;background:url(../image/common/top_btn.png) no-repeat center;background-size:contain;outline:none;}

/* 메인 비주얼 */
.main_visual{position:relative;}
.main_visual .ul .li{position:relative;background-repeat:no-repeat;background-position:center;background-size:cover;overflow:hidden;}
.main_visual .ul .li .bg_wrap{opacity:0;z-index:0;position:absolute;top:0;left:0;right:0;bottom:0;background-repeat:no-repeat;background-position:center;background-size:cover;
    -webkit-transition: opacity 1.3s 0.5s;transition: opacity 1.3s 0.5s;
}
.main_visual .owl-carousel .owl-item.active .bg_wrap{opacity:1;}

.main_visual .ul .li .box{z-index:5;position:absolute;top:50%;width:100%;color:#fff;font-family: 'Noto Sans KR', sans-serif;}
.main_visual .ul .li .box .area .image,
.main_visual .ul .li .box .area>div>div{opacity:0;width:100%;padding-left:20px;padding-right:20px;}
.main_visual .ul .li .box .image,
.main_visual .ul .li .box .img_txt{text-align:center;}
.main_visual .ul .li .box .image img,
.main_visual .ul .li .box .img_txt img{display:inline-block;vertical-align: middle;max-width:420px;}
.main_visual .ul .li .title{padding-bottom:10px;font-size:25px;line-height:30px;font-weight:bold;text-align:center;}
.main_visual .ul .li .txt{font-size:14px;line-height:20px;font-weight:300;text-align:center;}
.main_visual .ul .li .gray_font{color:#ddd;}

.main_visual .owl-carousel .owl-item.active .title{
    -webkit-animation: scaleUpAnimation 1s 0.7s 1 ease;
    -moz-animation: scaleUpAnimation 1s 0.7s 1 ease;
    -o-animation: scaleUpAnimation 1s 0.7s 1 ease;
    animation: scaleUpAnimation 1s 0.7s 1 ease;
}
.main_visual .owl-carousel .owl-item.active .txt {
    -webkit-animation: slideUpAnimation 1s 1s 1 ease;
    -moz-animation: slideUpAnimation 1s 1s 1 ease;
    -o-animation: slideUpAnimation 1s 1s 1 ease;
    animation: slideUpAnimation 1s 1s 1 ease;
}

.main_visual .ul .li.li2 .title{padding-top:15px;}
.main_visual .owl-carousel .owl-item.active .li2 .title{
    -webkit-animation: scaleUpAnimation 1s 1s 1 ease;
    -moz-animation: scaleUpAnimation 1s 1s 1 ease;
    -o-animation: scaleUpAnimation 1s 1s 1 ease;
    animation: scaleUpAnimation 1s 1s 1 ease;
}
.main_visual .owl-carousel .owl-item.active .li2 .image{
    -webkit-animation: scaleDownAnimation 1s 0.7s 1 ease;
    -moz-animation: scaleDownAnimation 1s 0.7s 1 ease;
    -o-animation: scaleDownAnimation 1s 0.7s 1 ease;
    animation: scaleDownAnimation 1s 0.7s 1 ease;
}

.main_visual .owl-carousel .owl-item.active .li3 .image img{display:block;margin:0 auto;max-width:350px;margin-top:-10px;}
.main_visual .owl-carousel .owl-item.active .li3 .img_txt{margin:-20px 0 15px}
.main_visual .owl-carousel .owl-item.active .li3 .img_txt img{width:200px}
.main_visual .owl-carousel .owl-item.active .li3 .img_txt img.en{width:250px;}
.main_visual .owl-carousel .owl-item.active .li3 .txt{letter-spacing: 1px;}
.main_visual .owl-carousel .owl-item.active .li3 .image{
    -webkit-animation: scaleUpAnimation 1s 0.7s 1 ease;
    -moz-animation: scaleUpAnimation 1s 0.7s 1 ease;
    -o-animation: scaleUpAnimation 1s 0.7s 1 ease;
    animation: scaleUpAnimation 1s 0.7s 1 ease;
}
.main_visual .owl-carousel .owl-item.active .li3 .img_txt{
    -webkit-animation: slideDownAnimation 1s 1s 1 ease;
    -moz-animation: slideDownAnimation 1s 1s 1 ease;
    -o-animation: slideDownAnimation 1s 1s 1 ease;
    animation: slideDownAnimation 1s 1s 1 ease;
}
.main_visual .owl-carousel .owl-item.active .li3 .title,
.main_visual .owl-carousel .owl-item.active .li3 .txt{
    -webkit-animation: slideUpAnimation 1s 1.2s 1 ease;
    -moz-animation: slideUpAnimation 1s 1.2s 1 ease;
    -o-animation: slideUpAnimation 1s 1.2s 1 ease;
    animation: slideUpAnimation 1s 1.2s 1 ease;
}

.main_visual .owl-carousel .owl-item.active .li4 .image{padding:0;padding-bottom:20px;}
.main_visual .owl-carousel .owl-item.active .li4 .image img{max-width:250px;}
.main_visual .owl-carousel .owl-item.active .li4 .txt{letter-spacing:1px;}
.main_visual .owl-carousel .owl-item.active .li4 .image{
    -webkit-animation: slideDownAnimation 1s 0.7s 1 ease;
    -moz-animation: slideDownAnimation 1s 0.7s 1 ease;
    -o-animation: slideDownAnimation 1s 0.7s 1 ease;
    animation: slideDownAnimation 1s 0.7s 1 ease;
}


.main_visual .owl-carousel .owl-item.active .li5 .title{padding-top:20px;}
.main_visual .owl-carousel .owl-item.active .li5 .image img{max-width:350px;}
.main_visual .owl-carousel .owl-item.active .li5 .image{
    -webkit-animation: slideUpAnimation 1s 0.7s 1 ease;
    -moz-animation: slideUpAnimation 1s 0.7s 1 ease;
    -o-animation: slideUpAnimation 1s 0.7s 1 ease;
    animation: slideUpAnimation 1s 0.7s 1 ease;
}


.main_visual .owl-carousel .owl-item.active .li .title,
.main_visual .owl-carousel .owl-item.active .li .txt,
.main_visual .owl-carousel .owl-item.active .li .image,
.main_visual .owl-carousel .owl-item.active .li .img_txt{
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
}


/* 작은 상태에서 서서히 커지는 애니메이션 */
@-webkit-keyframes scaleUpAnimation {
    from { opacity:0;-webkit-transform: scale(0.5); }
    to { opacity:1;-webkit-transform: scale(1); }
}
@-moz-keyframes scaleUpAnimation {
    from { opacity:0;-moz-transform: scale(0.5); }
    to { opacity:1;-moz-transform: scale(1); }
}
@-o-keyframes scaleUpAnimation {
    from { opacity:0;-o-transform: scale(0.5); }
    to { opacity:1;-o-transform: scale(1); }
}
@keyframes scaleUpAnimation {
    from { opacity:0;transform: scale(0.5); }
    to { opacity:1;transform: scale(1); }
}

/* 커진 상태에서 작아지는 애니메이션 */
@-webkit-keyframes scaleDownAnimation {
    from { opacity:0;-webkit-transform: scale(1.5); }
    to { opacity:1;-webkit-transform: scale(1); }
}
@-moz-keyframes scaleDownAnimation {
    from { opacity:0;-moz-transform: scale(1.5); }
    to { opacity:1;-moz-transform: scale(1); }
}
@-o-keyframes scaleDownAnimation {
    from { opacity:0;-o-transform: scale(1.5); }
    to { opacity:1;-o-transform: scale(1); }
}
@keyframes scaleDownAnimation {
    from { opacity:0;transform: scale(1.5); }
    to { opacity:1;transform: scale(1); }
}

/* 아래에서 위로 올라오는 애니메이션 */
@-webkit-keyframes slideUpAnimation {
    from { opacity:0;-webkit-transform: translateY(50px); }
    to { opacity:1;-webkit-transform: translateY(0px); }
}
@-moz-keyframes slideUpAnimation {
    from { opacity:0;-moz-transform: translateY(50px); }
    to { opacity:1;-moz-transform: translateY(0px); }
}
@-o-keyframes slideUpAnimation {
    from { opacity:0;-o-transform: translateY(50px); }
    to { opacity:1;-o-transform: translateY(0px); }
}
@keyframes slideUpAnimation {
    from { opacity:0;transform: translateY(50px); }
    to { opacity:1;transform: translateY(0px); }
}

/* 위에서 아래로 내려오는 애니메이션 */
@-webkit-keyframes slideDownAnimation {
    from { opacity:0;-webkit-transform: translateY(-50px); }
    to { opacity:1;-webkit-transform: translateY(0px); }
}
@-moz-keyframes slideDownAnimation {
    from { opacity:0;-moz-transform: translateY(-50px); }
    to { opacity:1;-moz-transform: translateY(0px); }
}
@-o-keyframes slideDownAnimation {
    from { opacity:0;-o-transform: translateY(-50px); }
    to { opacity:1;-o-transform: translateY(0px); }
}
@keyframes slideDownAnimation {
    from { opacity:0;transform: translateY(-50px); }
    to { opacity:1;transform: translateY(0px); }
}


.main_visual .owl-nav{display:none;}
.main_visual .owl-nav>*{position:absolute;top:50%;width:30px;height:57px;margin-top: -28px;background:url(../image/main/slide_nav.png) no-repeat 0 50%;background-size:200% 100%;line-height:500px;overflow:hidden;}
.main_visual .owl-nav .owl-prev{left:5px;}
.main_visual .owl-nav .owl-next{right:5px;background-position:100% 50%;}
.main_visual .owl-dots{position:absolute;bottom:20px;left:0;width:100%;text-align:center;}
.main_visual .owl-dots .owl-dot{display:inline-block;width:10px;height:10px;margin:0 3px;background:url(../image/main/slide_dot.png) no-repeat 0 50%;background-size:200% 100%;}
.main_visual .owl-dots .owl-dot.active{background-position:100% 50%;}


/* 메인 section */
.content_section{z-index:10;position:relative;background-color:#fff;padding:30px 0 10px;}
.content_section .content_wrap{padding:30px 0;}
.content_section.group_detail_wrapper{padding:0;}


/* about */
.about_wrapper .top_cnt li{margin-top:30px;}
.about_wrapper .top_cnt li:first-child{margin-top:0;}
.about_wrapper .top_cnt li .icon{display:block;width:100%;height:70px;background:url(../image/main/ico_about.png) no-repeat 50% 0;background-size:80px 240px}
.about_wrapper .top_cnt li.li2 .icon{background-position:50% -68px;}
.about_wrapper .top_cnt li.li3 .icon{background-position:50% -153px;}

.about_wrapper .top_cnt li dl{color:#2f464e;text-align:center}
.about_wrapper .top_cnt li dl dt h4{padding:10px 0;font-size:16px;font-weight:bold;}
.about_wrapper .top_cnt li dl dd{line-height:17px;}

.about_wrapper .btm_cnt{padding-top:40px;text-align:center;}
.about_wrapper .btm_cnt h4{padding-bottom:15px;font-weight:bold;font-size:16px;}
.about_wrapper .btm_cnt .cnt{line-height:18px;}
.about_wrapper .btm_cnt.ko .cnt br{display:none;}



/* history */
.history_wrap .content_wrap ul{position:relative;height:450px;overflow:hidden;width:100%;max-width:500px;margin:0 auto;background:url(../image/main/history_bar.jpg) repeat-y 12px 0}
.history_wrap .content_wrap ul.on{height:100%;overflow:visible;}
.history_wrap .content_wrap ul>li{opacity:1;text-align:left;margin-top:25px;}
.history_wrap .content_wrap ul>li:first-child{margin-top:0;}
.history_wrap .content_wrap ul>li.last{padding-bottom:45px;background:url(../image/main/history_last_dot.png) no-repeat 0 100%;background-size:28px}
.history_wrap .content_wrap ul>li.gra{position:absolute;bottom:0;left:0;width:100%;height:74px;background:url(../image/main/line_gra2.png) no-repeat 0 100%;}

.history_wrap .content_wrap ul>li dt{padding-bottom:10px;}
.history_wrap .content_wrap ul>li dt span{display:block;height:34px;line-height:34px;width:100px;font-size:14px;text-align:center;background-color:#161d27;color:#fff;font-weight:bold;border-radius:20px;}
.history_wrap .content_wrap ul>li dd{padding:5px 0;padding-left:32px;min-height:16px;line-height:16px;color:#555;font-size:13px;background:url(../image/main/history_dot.png) no-repeat 6px 6px;background-size:16px;}

.history_wrap .btns{text-align:center;padding-top:10px;}
.history_wrap .btns .btn{height:45px;line-height:43px;padding:0 40px;background:#f7f7f7;outline:none;}
.history_wrap .btns .btn:hover,
.history_wrap .btns .btn:focus{background-color:#97a2a6;color:#fff !important;}



/* clinic */
.group_wrapper .content_wrap .category_wrap{padding:0 10px;margin:0 -15px;background-color:#f4f4f4;text-align: center;white-space:nowrap;overflow-x:scroll}
.group_wrapper .content_wrap .category_wrap .group_btn{height:40px;line-height:42px;padding:0 10px;font-size:13px;font-weight:500;background:none;color:#97a2a6;font-family: 'Myriad Pro', 'Noto Sans KR', sans-serif;outline:none;}
.group_wrapper .content_wrap .category_wrap .group_btn:hover span{color:#ed1c24}
.group_wrapper .content_wrap .category_wrap .group_btn span{display:block;height:100%;border-bottom:2px solid transparent;}
.group_wrapper .content_wrap .category_wrap .group_btn.active span{color:#ed1c24;border-bottom-color:#ed1c24}


.group_wrapper .nodata{text-align:center;color:#aaa;padding:30px 0;}

.group_wrapper .group_lists{margin:-1%;margin-top:15px;overflow:hidden;}
.group_wrapper .group_lists li{float:left;width:48%;margin:1%;border:1px solid #e0e3e4;-webkit-transition:border 0.5s;-moz-transition:border 0.5s;transition:border 0.5s}
.group_wrapper .group_lists li:hover{border-color:#ed1c24}
.group_wrapper .group_lists li a{position:relative;display:block;background-color:#fff;outline:none;}

.group_wrapper .group_lists>li .image_wrap{position:relative;width:100%;height:100%;overflow:hidden;}
.group_wrapper .group_lists>li .image_wrap:before{content:"";display:block;padding-top:70%;}
.group_wrapper .group_lists>li .image_wrap .img{position:absolute;top:0;left:0;bottom:0;right:0;background-position:center;background-repeat:no-repeat;background-size:cover;}

.group_wrapper .group_lists>li .text_wrap{overflow:hidden;}
.group_wrapper .group_lists>li .text_wrap .box{width:100%;min-height: 102px;padding:15px;}
.group_wrapper .group_lists li .text_wrap .box>*{width:100%;color:#2f464e;text-align:center;text-transform: uppercase}
.group_wrapper .group_lists li .text_wrap .box .title,
.group_wrapper .group_lists li .text_wrap .box .title_en{width: 100%;font-size:14px;line-height:1.2em;font-weight: 700;overflow: hidden;}
.group_wrapper .group_lists li .text_wrap .box .title{height:1.3em}
.group_wrapper .group_lists li .text_wrap .box .title_en{height:1.2em;}
.group_wrapper .group_lists li .text_wrap .box .txt{padding-top:5px;font-size:13px;height:4em;word-break: break-all}
.group_wrapper .group_lists li .text_wrap .box .txt strong{position:absolute;top:10px;right:10px;}
.group_wrapper .group_lists li .out_title{display:none;}

.en_wrap .group_wrapper .clinic_lists>li .text_wrap .box,
.en_wrap .group_wrapper .labolatory_lists>li .text_wrap .box{min-height:87px;}
.en_wrap .group_wrapper .clinic_lists li .text_wrap .box .title_en,
.en_wrap .group_wrapper .labolatory_lists li .text_wrap .box .title_en{display:none;}

.group_wrapper .btns{text-align:center;padding-top:40px;}
.group_wrapper .btns .btn{height:45px;line-height:43px;padding:0 40px;}

.group_wrapper .resources_lists>li .text_wrap .box{min-height:84px;}
.group_wrapper .resources_lists li .text_wrap .box .date{padding-top:5px;}



/* customer */
.content_section .table_lists{margin:0;margin-top:15px;}
.content_section .table_lists ul li{float:none;margin:0;border:0;width:100%;padding:13px 10px;}
.content_section .table_lists ul li div{float:left;color:#2f464e}
.content_section .table_lists ul li .no{display:none;}
.content_section .table_lists ul li .title{width:100%;font-size:14px;padding-bottom:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.content_section .table_lists ul li .cmmt{padding-left:8px;}
.content_section .table_lists ul li .date,
.content_section .table_lists ul li .hit{width:auto;}
.content_section .table_lists ul li .date{padding-right:7px;margin-right:7px;border-right:1px solid #ccc;}

.content_section .table_lists .thead{display:none;border:3px solid #97a2a6;border-width:3px 0;}
.content_section .table_lists .thead li{font-weight:bold;}

.content_section .table_lists .tbody li{border-bottom:1px solid #97a2a6}
.content_section .table_lists .tbody li:first-child{border-top:1px solid #97a2a6}
.content_section .table_lists .tbody li>a{display:block;outline:none;}
.content_section .table_lists .tbody li>a:hover .title{text-decoration:underline}

.content_section .paging{padding-top:30px;text-align:center}
.content_section .pagination>li{display:inline-block;}
.content_section .pagination>li a{display:block;width:25px;height:25px;line-height:23px;margin:0 -0.5px;text-align:center;border:1px solid #e0e3e4;background-color:#f4f4f4;color:#2f464e;font-weight:bold;}
.content_section .pagination>li:hover a,
.content_section .pagination>li.active a{background-color:#2f464e;color:#f4f4f4;}
.content_section .pagination>li .point_p_first,
.content_section .pagination>li .point_p_end{width:auto;padding:0 5px;border-color:transparent;background-color:transparent;color:#2f464e}

.content_section .pagination>li:hover .point_p_first,
.content_section .pagination>li:hover .point_p_end{background-color:transparent;color:#2f464e}
.content_section .white_qna{width: 110px; height: 40px;line-height:40px;font-size:13px}
.content_section .btn-wrap{text-align:right; padding-top: 15px;}


    /* cooperator */
.cooperator_wrapper .table_lists ul li .addr,
.cooperator_wrapper .table_lists ul li .tel{float:none;display:block;width:100%;line-height:17px;}
.cooperator_wrapper .table_lists ul li .marker{display:none;}



/* location */
.location_wrapper .map{height:200px;margin:0 -15px;}
.location_wrapper .map_wrap .cnt{padding:30px 0;text-align:center;color:#2f464e}
.location_wrapper .map_wrap .cnt .title{font-size:15px;font-weight:bold;padding-bottom:7px;}
.location_wrapper .map_wrap .cnt .txt{font-size:13px;line-height:19px}
.location_wrapper .map_wrap .cnt .txt>span{display:inline-block;}
.location_wrapper .map_wrap .cnt .txt>span.bar{padding:0 5px;}

.location_wrapper .office_wrap .office{padding-top:30px;text-align:center;letter-spacing: normal;font-family: 'Myriad Pro', 'Noto Sans KR', sans-serif;}
.location_wrapper .office_wrap .office:first-child{padding-top:20px;}
.location_wrapper .office_wrap .office .title{font-size:15px;font-weight:700;color:#2f464e;}
.location_wrapper .office_wrap .office .red_font{color:#ed1c24}
.location_wrapper .office_wrap .office .addr{padding:10px 0;}
.location_wrapper .office_wrap .office .ceo{padding-bottom:5px;}
.location_wrapper .office_wrap .office dd{font-size:14px;color:#97a2a6;line-height: 18px;font-weight:normal;}




/* 모달 */
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " ";
}
.modal-header:after,
.modal-footer:after {
    clear: both;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}
.modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition:      -o-transform .3s ease-out;
    transition:         transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling : touch;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    /*border: 1px solid rgba(0, 0, 0, .2);*/
    /*border-radius: 3px;*/
    outline: 0;
    /*-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);*/
    /*box-shadow: 0 3px 9px rgba(0, 0, 0, .5);*/
}

.modal-content .pc_table{
    display:none;
}
.modal-content .m_table{
    display:inline-block;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    z-index: 9995;
    background-color: #000;
}
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    /*padding: 15px;*/
    padding-bottom:10px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 768px) {
    .modal-dialog {
        max-width: 800px;
        margin: 30px auto;
    }
    .modal-content {
        /*-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);*/
        /*box-shadow: 0 5px 15px rgba(0, 0, 0, .5);*/
    }

    .modal-content .pc_table{
        display:inline-block;
    }
    .modal-content .m_table{
        display:none;
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

#myModal .modal-top{width:100%;padding:15px 20px;background-color:#161d27;color:#fff;font-size:11px;text-align:right;text-transform: uppercase;}
#myModal .modal-header{padding:20px;padding-bottom:10px;border-bottom:0;}
#myModal .modal-title .tit{font-size:25px;padding-right: 30px;font-weight:700;color:#161d27;font-family: 'Noto Sans KR','Nanum Gothic', '나눔 고딕', 'NanumGothic', sans-serif;}
#myModal .modal-title .tit:after{display:block;content:"";width:40px;height:2px;margin:13px 0 20px;background:#ed1c24}
#myModal .modal-title .tit_en{padding-bottom:3px;font-size:16px;font-weight:500;color:#ed1c24;letter-spacing:normal;text-transform:uppercase;font-family: 'Myriad Pro', 'Noto Sans KR', sans-serif;}
#myModal .modal-title .txt{font-size:14px;font-weight:normal;color:#97a2a6;letter-spacing:normal;text-transform:uppercase;font-family: 'Myriad Pro', 'Noto Sans KR', sans-serif;}
#myModal .modal-title .txt br{display:none;}
#myModal .modal-title .txt strong{font-weight:bold;color:#2f464e}

.modal .close_btn{position:absolute;top:63px;right:20px;width:25px;height:25px;background:url(../image/main/close_black.png) no-repeat center;background-size:contain;}

#myModal .modal-body .txt{font-size:14px;font-weight:normal;color:#97a2a6;letter-spacing:normal;text-transform:uppercase;font-family: 'Myriad Pro', 'Noto Sans KR', sans-serif;}
#myModal .modal-body .small_title{padding:15px 0;font-weight:700;color:#2f464e;font-size:20px !important;line-height:25px !important;font-family: 'Noto Sans KR','Nanum Gothic', '나눔 고딕', 'NanumGothic', sans-serif;}
#myModal .modal-body .bold_text{font-weight:bold;color:#2f464e;font-size:16px !important;line-height:27px !important;}
#myModal .modal-body .normal_text{font-weight:normal;color:#2f464e;font-size:14px !important;line-height:22px !important;}
#myModal .modal-body .img_title,
#myModal .modal-body .img_txt{color:#222;text-align:center;font-family: 'Noto Sans KR','Nanum Gothic', '나눔 고딕', 'NanumGothic', sans-serif;}
#myModal .modal-body .img_title{font-weight:700;font-size:18px !important;line-height:30px;}
#myModal .modal-body .img_txt{font-weight:300;font-size:15px !important;line-height:18px;padding-bottom: 5px;}
#myModal .modal-body .red_font{font-weight:normal;color:#ed1c24;font-size:14px !important;line-height:22px !important;}

#myModal iframe,
.group_detail_wrapper iframe{width:100%;}
#myModal .videoWrapper,
.group_detail_wrapper .videoWrapper{position:relative;padding-bottom:56.25%;}
#myModal .videoWrapper iframe,
.group_detail_wrapper .videoWrapper iframe{position:absolute;top:0;left:0;max-width:100%;height:100%;}


#tableModal .close_btn{top:20px;right:15px}
#tableModal .modal-title .tit{padding-right: 40px;padding-bottom:7px;font-size:20px;line-height:30px;font-weight:700;word-break: break-all;color:#161d27;font-family: 'Noto Sans KR','Nanum Gothic', '나눔 고딕', 'NanumGothic', sans-serif;}
#tableModal .modal-title .date,
#tableModal .modal-title .hit{display:inline-block;font-size:13px;color:#161d27;font-family: 'Noto Sans KR','Nanum Gothic', '나눔 고딕', 'NanumGothic', sans-serif;}
#tableModal .modal-title .date:after{display:inline-block;content:"";width:1px;height:10px;margin:0 7px 0 10px;background-color:#ccc}

#tableModal .modal-body .cmmt_wrap{margin-top:40px;}
#tableModal .modal-body .cmmt_wrap .cmmt_item{padding:15px 20px;border-top:1px solid #e5e5e5}
#tableModal .modal-body .cmmt_wrap .cmmt_username>span{display:inline-block;font-size:13px;line-height:20px;}
#tableModal .modal-body .cmmt_wrap .cmmt_username .name{font-weight:bold;padding-right:10px;}
#tableModal .modal-body .cmmt_wrap .cmmt_username .date{font-size:11px;}
#tableModal .modal-body .cmmt_wrap .cmmt_cnt{width:100%;padding-top:7px;font-size:13px;line-height:20px;word-break: break-all;}

#noemailModal .modal-header{padding:20px;padding-right:50px;font-size:18px;line-height:23px;font-family: 'Noto Sans KR','Nanum Gothic', '나눔 고딕', 'NanumGothic', sans-serif;}
#noemailModal .modal-body{padding:20px;font-size:13px;line-height:20px;}
#noemailModal .modal-body br{display:none;}
#noemailModal .modal-body .red_font{color:#ed1c24}
#noemailModal .close_btn{top:20px;right:20px;}
#noemailModal .modal-dialog{max-width:450px;margin-left: auto;margin-right: auto;}


/* 로그인 */
.login_modal .close_btn{top:58px;}
.login_modal .modal-top{width:100%;padding:10px 20px;background-color:#161d27;color:#fff;font-size:11px;text-align:right;text-transform: uppercase;}
.login_modal .modal-header{padding:20px;padding-bottom:10px;border-bottom:0;}
.login_modal .modal-title .tit{font-size:25px;padding-right: 30px;font-weight:700;color:#161d27;font-family: 'Noto Sans KR','Nanum Gothic', '나눔 고딕', 'NanumGothic', sans-serif;}
.login_modal .modal-title .tit:after{display:block;content:"";width:40px;height:2px;margin:13px 0 20px;background:#ed1c24}
.login_modal .modal-title .txt{font-size:13px;line-height:1.3em;color:#97a2a6;}
.login_modal .modal-title .txt br{display:none;}

.login_modal .modal-body{padding:20px;}
.login_modal .modal-body .login_wrap dl{position:relative;}
.login_modal .modal-body .login_wrap dt{padding-right:85px;}
.login_modal .modal-body .login_wrap dd{position:absolute;top:0;right:0;height:100%;}
.login_modal .modal-body .login_wrap .uid{margin-bottom:5px;}
.login_modal .modal-body .login_wrap .login_btn{padding:0;width:80px;height:100%;font-size:14px;}

.login_modal .modal-body .join_wrap{padding-top: 30px;padding-bottom: 10px;margin-top: 30px;border-top: 1px solid #dfdfdf;color:#161d27;font-size:12px;line-heighjt:1.3em;}
.login_modal .modal-body .join_wrap .help{line-height: 1.3em;}
.login_modal .modal-body .join_wrap .btns{padding-top:15px;text-align:center;}
.login_modal .modal-body .join_wrap .btns .btn{height:40px;line-height:40px;font-size:13px;}

#loginModal form .alert{display:none;padding:10px;color:#ed1c24;text-align:left;font-size:12px;}


/* 회원가입 */
#signupModal .modal-title .tit:after{margin-bottom:0;}
#signupModal .modal-body .step_title{border-bottom:1px solid #161d27}
#signupModal .modal-body .step_title li{float:left;width:33.3333%;height:35px;line-height:35px;font-size:14px;color:#161d27;text-align:center;font-weight:700;font-family: 'Noto Sans KR','Nanum Gothic', '나눔 고딕', 'NanumGothic', sans-serif;}
#signupModal .modal-body .step_title li.active{background-color:#161d27;color:#fff}
#signupModal .modal-body .step_title li .pc{display:none;}

#signupModal .modal-body .cnt{padding-top:25px;}
#signupModal .modal-body .cnt .btns{padding:30px 0 10px;text-align:center;}
#signupModal .modal-body .cnt .btns .btn{height:40px;line-height:40px;font-size:14px;outline:none;vertical-align:middle;}

#signupModal .modal-body .cnt .cnt_title_wrap{color:#161d27}
#signupModal .modal-body .cnt .cnt_title_wrap .cnt_title{font-size:18px;font-weight:bold;}
#signupModal .modal-body .cnt .cnt_title_wrap .cnt_txt{padding-top:10px;font-size:13px;line-height:1.3em;}

#signupModal .modal-body .cnt .step_wrap{display:none;}
#signupModal .modal-body .cnt .step_wrap.active{display:block;}

#signupModal .modal-body .cnt .step01 .item{margin-top:20px;}
#signupModal .modal-body .cnt .step01 .title{padding-bottom:5px;font-size:14px;font-weight:bold;color:#161d27}
#signupModal .modal-body .cnt .step01 .scroll_wrap{height:130px;padding:10px;line-height:1.4em;overflow-y:auto;border:2px solid #161d27;border-width:2px 0;}
#signupModal .modal-body .cnt .step01 .input_wrap{padding-top: 8px;}
#signupModal .modal-body .cnt .step01 .input_wrap label{margin-right:10px;}
#signupModal .modal-body .cnt .step01 .input_wrap input{vertical-align:middle;}

#signupModal .modal-body .cnt .step02 .table{margin-top:20px;border:2px solid #161d27;border-width:2px 0;}
#signupModal .modal-body .cnt .step02 .table dl{position:relative;border-top:1px solid #dfdfdf}
#signupModal .modal-body .cnt .step02 .table dl:first-child{border-top:0;}
#signupModal .modal-body .cnt .step02 .table dt{padding:10px;padding-bottom:0;font-size:14px;font-weight:bold;}
#signupModal .modal-body .cnt .step02 .table dd{padding:10px;}
#signupModal .modal-body .cnt .step02 .table .email dd input,
#signupModal .modal-body .cnt .step02 .table .email dd select{display:inline-block;width:30%;}
#signupModal .modal-body .cnt .step02 .table .email dd select{padding: 9px 10px;width:32%}
#signupModal .modal-body .cnt .step02 .table .email dd span{display:inline-block;width:4%;text-align:center;}
#signupModal .modal-body .cnt .step02 .table .contact dd input{display:inline-block;width:30%;}
#signupModal .modal-body .cnt .step02 .table .contact dd span{display:inline-block;width:2%;text-align:center;}
#signupModal .modal-body .cnt .step02 .table .check_btns{text-align:right;padding-top:3px;}
#signupModal .modal-body .cnt .step02 .table .check_btns .btn{height:30px;line-height:30px;font-size:12px;padding:0 10px;background-color:#ececec;}

#signupModal .modal-body .cnt .step03 .cnt_wrap{width:100%;padding:25px 0;text-align:center;border:1px solid #dfdfdf;}
#signupModal .modal-body .cnt .step03 .cnt_wrap .title{font-size:16px;font-weight:bold;}
#signupModal .modal-body .cnt .step03 .cnt_wrap .title span{display:block;width:100%;}
#signupModal .modal-body .cnt .step03 .cnt_wrap .title:after{display: inline-block;content: "";width: 40px;height: 2px;margin: 17px 0 13px;background: #ed1c24;}
#signupModal .modal-body .cnt .step03 .cnt_wrap .info>p{display:inline-block;margin:0 15px;font-size:14px;}


#qnaModal .modal-body .cnt .table{border:2px solid #161d27;border-width:2px 0;}
#qnaModal .modal-body .cnt .table dl{position:relative;border-top:1px solid #dfdfdf}
#qnaModal .modal-body .cnt .table dl:first-child{border-top:0;}
#qnaModal .modal-body .cnt .table .cke-wrap{    padding: 10px;}
#qnaModal .modal-body .cnt .table dt{padding:10px;padding-bottom:0;font-size:14px;font-weight:bold;}
#qnaModal .modal-body .cnt .table dd{padding:10px;}
#qnaModal .modal-body .cnt .table .email dd input,
#qnaModal .modal-body .cnt .table .email dd select{display:inline-block;width:30%;}
#qnaModal .modal-body .cnt .table .email dd select{padding: 9px 10px;width:32%}
#qnaModal .modal-body .cnt .table .email dd span{display:inline-block;width:4%;text-align:center;}
#qnaModal .modal-body .cnt .table .contact dd input{display:inline-block;width:30%;}
#qnaModal .modal-body .cnt .table .contact dd span{display:inline-block;width:2%;text-align:center;}
#qnaModal .modal-body .cnt .table .check_btns{text-align:right;padding-top:3px;}
#qnaModal .modal-body .cnt .table .check_btns .btn{height:30px;line-height:30px;font-size:12px;padding:0 10px;background-color:#ececec;}

#qnaModal .modal-body .cnt{padding-top:25px;}
#qnaModal .modal-body .cnt .btns{padding:30px 0 10px;text-align:center;}
#qnaModal .modal-body .cnt .btns .btn{height:40px;line-height:40px;font-size:14px;outline:none;vertical-align:middle;}



@media (min-width: 450px) {
    #noemailModal .modal-header{font-size:20px;line-height:25px;}
    #noemailModal .modal-header br{display:none;}
    #noemailModal .modal-body{font-size:14px;line-height:23px;}
    #noemailModal .modal-body br{display:block;}

    .login_modal .modal-title .txt br{display:block;}
}
@media (min-width: 768px) {
    #loginModal .modal-dialog{max-width: 350px;}

    #signupModal .modal-body .step_title li{height:40px;line-height:40px;}
    #signupModal .modal-body .step_title li.active{background:#161d27 url(../image/common/signup_bg.png) no-repeat 100% 50%;background-size:11px 40px;}
    #signupModal .modal-body .step_title li.step03.active{background:#161d27}
    #signupModal .modal-body .step_title li .pc{display:inline-block;}
    #signupModal .modal-body .cnt .step01 .item{margin-top:25px;}
    #signupModal .modal-body .cnt .step02 .table dl{border-top:1px solid #dfdfdf}
    #signupModal .modal-body .cnt .step02 .table dt{position:absolute;top:0;left:0;width:130px;height:100%;padding:20px;background-color:#f1f1f1}
    #signupModal .modal-body .cnt .step02 .table dd{padding-left:140px;}
    #signupModal .modal-body .cnt .step02 .table dd .input_text{width:230px;}
    #signupModal .modal-body .cnt .step02 .table .email dd input{width:23%}
    #signupModal .modal-body .cnt .step02 .table .contact dd input{width:20%}
    #signupModal .modal-body .cnt .step02 .table .check_btns{display:inline-block;padding-top:0;text-align:left;}
    #signupModal .modal-body .cnt .step02 .table .check_btns .btn{height:37px;line-height:37px;}


    #qnaModal .modal-body .cnt .table .cke-wrap{border-top:1px solid #e4e4e4}
    #qnaModal .modal-body .cnt .table dl{border-top:1px solid #dfdfdf}
    #qnaModal .modal-body .cnt .table dt{position:absolute;top:0;left:0;width:130px;height:100%;padding:20px;background-color:#f1f1f1}
    #qnaModal .modal-body .cnt .table dd{padding-left:140px;}
    #qnaModal .modal-body .cnt .table dd .input_text{width:230px;}
    #qnaModal .modal-body .cnt .table .email dd input{width:23%}
    #qnaModal .modal-body .cnt .table .contact dd input{width:20%}
    #qnaModal .modal-body .cnt .table .check_btns{display:inline-block;padding-top:0;text-align:left;}
    #qnaModal .modal-body .cnt .table .check_btns .btn{height:37px;line-height:37px;}





}
@media (min-width: 800px) {
    .group_detail_wrapper #myModal{padding-top:10px;}
    #myModal .modal-title .tit{font-size:30px;}
    #myModal .modal-title .tit:after{width:50px;margin:15px 0 30px;}
    #myModal .modal-title .tit_en{font-size:17px}

    #tableModal .close_btn{right:20px;}
    #tableModal .modal-header{padding:20px;}
    #tableModal .modal-title .tit{font-size:23px;padding-bottom:10px;}

}




/*팝업*/
.popup_layer{z-index:7000;position:absolute;padding:0 !important;background-color:#fff;border: 2px solid #444;overflow:hidden;max-width: 100%}
.popup_layer.mobile{left:0 !important;top:50px !important;max-width:320px;height:auto;}
.popup_layer .inner{width:100%;overflow:auto}
.popup_layer .inner a{display:block;text-align: center;height:100%}
.popup_layer .inner img{display: inherit;max-width: 100%;height:auto}

.popup_layer .foot{width:100%;padding:7px;background-color:#444;border-top:1px solid #444;color:#fff;text-align: right;}
.popup_layer .foot button{display: inline-block;margin-left:5px;padding: 3px 5px;background-color: #444;color: #fff;font-size: 12px;border-radius: 3px;}
.popup_layer .foot button:first-child{margin-left:0;}
.popup_layer .foot button:hover,.popup_layer .foot button:focus{color:#888;}


