@charset "utf-8";
/*
	max css var.1
	date : 2018-05-09
	name : design team koh won ji
*/

@import url("../font/webfont.css");

/* base */
*{margin:0;padding:0}html{overflow-y:scroll}body{width:100%;height:100%}ul,ol,li{list-style:none}img,hr{border:0}img{vertical-align:top;border:0}a{text-decoration:none;color:#0f1f2a}a:visited{text-decoration:none;color:#0f1f2a}a:active{text-decoration:none;color:#0f1f2a}a:hover{text-decoration:none;color:#106cb6;transition:all 0.4s ease}table{border-collapse:collapse;border-spacing:0;width:100%}table td img{vertical-align:middle}p,div,ul,li,dl,dt,dd,ol,a,em,strong,fieldset,textarea,input,select,span,table,th,td,address,cite,button,h1,h2,h3,h4,h5,h6{color:#0f1f2a;font-family:'roboto','Nbg','Malgun Gothic',sans-serif;font-size:18px;font-weight:400;line-height:100%;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;-ms-text-size-adjust:none}input{vertical-align:middle}hr,caption{display:none}legend{position:absolute;height:0;font-size:0;line-height:0;overflow:hidden;text-indent:-20000px}address,cite,em{font-style:normal}fieldset{border:0;padding:0}label{cursor:pointer}button{cursor:pointer;font-size:0;border:0;background:0;display:block}article,aside,canvas,details,figcaption,figure,footer,header,hgroup,nav,menu,nav,section,summary{display:block}mark{background:0}.skip{visibility:hidden;position:absolute;top:0;left:0}

/* browser_msg */
#max_browser_msg{width:100%;height:auto;background:#222;padding:15px;box-sizing:border-box;text-align:center;position:relative}#max_browser_msg p,#max_browser_msg mark{color:#fff;line-height:140%;font-size:12px;letter-spacing:0}#max_browser_msg mark{background:#f0bd41;color:#000;padding:0 5px}#max_browser_msg .bt_browser_upgrade{display:inline-block;font-size:12px;background:#fff;padding:5px 30px;margin:15px 0 0 0}#max_browser_msg .bt_close_browser{position:absolute;top:0;right:0;background:#fff;font-size:11px;padding:10px 10px}

/* skip */
#skip {position:absolute; top:0; left:0; z-index:105; width:auto;}
#skip a {display:block; width:1px; height:1px; margin-bottom:-1px; overflow:hidden; font-size:16px; background:#848688; color:#fff; white-space:nowrap; text-align:center;}
#skip a:focus, #skip a:active {width:auto; height:auto; padding:7px 10px;}

/* layout */
#max_wrap, #header, #container {width:100%; min-width:1440px; height:auto; position:relative;}
#header {border-bottom:1px solid #d7d7d7;}
/* #container {border-top:1px solid #d7d7d7;} */

/* base title, text set */
p, dd {color:#6f7b84; /*letter-spacing:-0.02em; text-align:justify; line-height:140%;*/}
h3 {font-size:43px; color:#1f1f31; font-weight:300; letter-spacing:-0.02em;}
h3 span {font-size:inherit; font-weight:inherit;}

/* color set */
.col_red {color:#fa8f8a;}
.col_blue {color:#106cb6;}
.col_blue2 {color:#41aaff;}
.col_green {color:#65aa3b;}
.col_yellow {color:#ffc601;}
.col_black { color:#0f1f2a; }

/* input */
.max_it {border:1px solid #d7d7d7; box-sizing:border-box; padding:20px;}

/* input : checkbox */
.max_checkit {position:relative;}
.max_checkit input[type="checkbox"] {position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); border:0;}
.max_checkit input[type="checkbox"] + label {display:inline-block; position:relative; cursor:pointer; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; font-size:0;}
.max_checkit input[type="checkbox"] + label:before {content:''; display:inline-block; width:20px; height:20px; line-height:20px; margin:-2px 8px 0 0; text-align:center; vertical-align:middle; background:#fff; border:1px solid #ccc;}
.max_checkit input[type="checkbox"]:checked + label:before {background:url("../image/common/max_lab_sel_24.png") center no-repeat #fff; border:1px solid #000;}
.max_checkit.checkit_label input[type="checkbox"] + label {font-size:15px;}

/* input : radio */
.max_radio {position:relative;}
.max_radio input[type="radio"] {position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); border:0;}
.max_radio input[type="radio"] + label {display:inline-block; position:relative; padding-left:30px; cursor:pointer; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none;}
.max_radio input[type="radio"] + label:before {content:''; position:absolute; top:0; left:0; width:20px; height:20px; text-align:center; background:#fff; border:1px solid #d7d7d7; border-radius:100%;}
.max_radio input[type="radio"]:checked + label:before {background:#fff; border:1px solid #000;}
.max_radio input[type="radio"]:checked + label:after {content:''; position:absolute; top:6px; left:6px; width:10px; height:10px; background:#000; border-radius:100%;}

/* select box */
.max_select {appearance:none; font-family:inherit; background:url("../image/common/max_lab_sel_24.png") no-repeat 98% 50%; width:200px; height:40px; border:1px solid #d7d7d7; padding-left:10px; box-sizing:border-box; border-radius:0;}
.max_select::-ms-expand {display:none;}

/* bar */
.bar {display:block; width:100%; height:1px; background:#d7d7d7;}

/* popup : top banner */
.txt_pop_wrap {width:100%; min-width:1440px; height:120px; background:#2e3339;}
.txt_pop_wrap .pop_contents {width:1440px; height:auto; padding:20px 0; margin:0 auto; position:relative; display:-ms-flexbox; display:-webkit-box; display:flex; -ms-flex-pack:center; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-box-pack:center; justify-content:center; -ms-flex-align:center; -webkit-box-align:center; align-items:center;}
.txt_pop_wrap .pop_contents i {display:block; width:80px; height:80px; background:url("../image/common/ico_pop_noti.png") center no-repeat;}
.txt_pop_wrap .pop_contents h1 {color:#fff; font-size:38px; font-weight:300; padding:0 30px;}
.txt_pop_wrap .pop_contents p {color:#fff;}
.txt_pop_wrap .pop_control {position:absolute; top:0; right:0; display:-ms-flexbox; display:-webkit-box; display:flex;}
.txt_pop_wrap .pop_control p {background:rgba(0,0,0,0.5); padding:5px 10px;}
.txt_pop_wrap .pop_control .max_checkit input[type="checkbox"] + label:before {width:18px; height:18px; border:0;}
.txt_pop_wrap .pop_control p label {font-size:13px;}
.txt_pop_wrap .pop_control a {display:block; background:rgba(0,0,0,0.5); color:#fff; padding:8px 10px; margin-left:5px; font-size:13px;}

/* popup : roll banner */
#popup_rol {width:1440px; height:auto; position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); z-index:9999999;}
#popup_rol .pop_contents {width:100%; height:auto; position:relative;}
#popup_rol .pop_contents .roll_box {width:1320px; height:500px; padding-top:60px; margin:0 auto; overflow:hidden;}
#popup_rol .pop_contents .roll_box div {float:left; width:400px; height:500px; margin:0 20px;}
#popup_rol .pop_contents .txt_area {display:-ms-flexbox; display:-webkit-box; display:flex; -ms-flex-direction:column; -webkit-box-orient:vertical; flex-direction:column; -ms-flex-pack:center; -webkit-box-pack:center; justify-content:center; background:#0d6cc5;}
#popup_rol .pop_contents .txt_area i {display:block; width:80px; height:80px; margin:0 auto; background:url("../image/common/ico_pop_noti.png") center no-repeat;}
#popup_rol .pop_contents .txt_area h1 {color:#fff; font-size:38px; font-weight:300; padding:20px 0; text-align:center;}
#popup_rol .pop_contents .txt_area p {color:#fff; text-align:center; padding:40px 0; line-height:160%;}
#popup_rol .pop_contents .txt_area a {display:block; width:200px; height:44px; line-height:44px; text-align:center; background:#fff; margin:0 auto;}
#popup_rol .pop_control {position:absolute; top:0; right:80px; display:-ms-flexbox; display:-webkit-box; display:flex; -ms-flex-align:center; -webkit-box-align:center; align-items:center; height:26px;}
#popup_rol .pop_control span {display:block; display:-ms-flexbox; display:-webkit-box; display:flex; margin-right:10px;}
#popup_rol .pop_control span a {display:block; width:15px; height:15px; border-radius:100%; background:#fff; font-size:0; margin:0 3px;}
#popup_rol .pop_control span a.current {background:#007bc9;}
#popup_rol .pop_control .max_checkit input[type="checkbox"] + label {color:#fff;}
#popup_rol .pop_control .max_checkit input[type="checkbox"] + label:before {border:1px solid #fff;}
#popup_rol .pop_control .pop_close_btns {position:absolute; top:45px; right:-60px; width:54px; height:54px; background:url("../image/common/ico_close.png") center no-repeat; font-size:0;}

/* popup */
.img_pop_wrap {width:1440px; height:540px; position:fixed; top:50%; left:50%; transform:translate(-50%, -50%); z-index:9999999;}
.img_pop_item_wrap { width: 100%; height: 500px; position:absolute; left:0; bottom:0; overflow:hidden; font-size:0; text-align: center;}
.img_pop_item { width:440px; height:500px; display:inline-block; }
.img_pop_item a { display:block; width:400px; height:500px; margin:0 auto; position:relative; overflow:hidden; }
.img_pop_item a img { width:100%; }

.btn_pop_close { position: absolute; right: 0; top: -40px; width:100%; height:auto; text-align:center;}
.img_pop_control { position: absolute; right:0; top: 0px; width:100%; height:auto;}

.img_pop_navi { position:absolute; bottom:0; left:0; width:100%; height:auto; text-align:center;}
.img_pop_navi a { font-size:0; width:18px; height:18px; border-radius: 18px; background:#fff; display:inline-block; vertical-align: middle; }
.img_pop_navi a.active { background:#0d6cc5; }

.img_pop_timecon { position:absolute; top:0; left:0; width:100%; height:auto; text-align:center;}
.img_pop_timecon input { margin-right:5px; width:18px; height:18px; }
.img_pop_timecon label { color:#fff; }
.img_pop_background { position: fixed; left: 0; right: 0; top: 0; bottom: 0; background:rgba(0,0,0,0.8); z-index: 99998; }


/* sub navigation bar */
.max_snb_bar {width:1440px; height:auto; padding:55px 0; margin:0 auto; text-align:center; position:relative;}
.max_snb_bar .max_snb_lst {position:absolute; top:60px; left:0; display:-ms-flexbox; display:-webkit-box; display:flex;}
.max_snb_lst .home {width:40px; height:40px; border:1px solid #d7d7d7; background:url("../image/common/ico_home.png") center no-repeat; box-sizing:border-box;}
.max_snb_lst a {display:block; width:100%; height:100%; font-size:0; box-sizing:border-box;}

.max_snb_lst .snb_menu {text-align:left; position:relative; margin-left:3px;}
.max_snb_lst .snb_menu a {font-size:15px; color:#848688; padding:0 16px; line-height:40px;}
.max_snb_lst .snb_menu a.current, .max_snb_lst .snb_menu a.open, .max_snb_lst .snb_menu a:hover {color:#106cb6;}
.max_snb_lst .snb_menu p {width:200px; height:40px; box-sizing:border-box; }
.max_snb_lst .snb_menu p a {border:1px solid #d7d7d7; background:url("../image/common/ico_snb_off.png") 165px 50% no-repeat;}
.max_snb_lst .snb_menu p .current {background:url("../image/common/ico_snb_on.png") 165px 50% no-repeat; border:1px solid #106cb6;}
.max_snb_lst .snb_menu ul {display:none; width:200px; height:auto; border:1px solid #d7d7d7; background:#fff; box-sizing:border-box; position:absolute; top:42px; left:0; z-index:1;}
.max_snb_lst .snb_menu li a:hover {background:url("../image/common/ico_menu_move.png") 165px 50% no-repeat; transition:none; }

/* snb page title */
.max_sub_tt {text-align:center; padding:80px 0 50px;}

/* snb page image */
.max_snb_visual {width:100%; min-width:1440px; height:500px;}
.max_snb_visual .tt_box {width:1440px; height:500px; margin:0 auto; display:-ms-flexbox; display:-webkit-box; display:flex; -ms-flex-direction:column; -webkit-box-orient:vertical; flex-direction:column; -ms-flex-pack:center; -webkit-box-pack:center; justify-content:center;}
.max_snb_visual .tt_box h3 {line-height:130%;}
.max_snb_visual .tt_box p {line-height:160%; margin-top:40px;}

/* snb 2depth menu */
.max_2depth_tab {width:1440px; height:auto; margin:0 auto;}
.max_2depth_tab ul {width:100%; height:auto; display:-ms-flexbox; display:-webkit-box; display:flex; position:relative;}
.max_2depth_tab li {-webkit-box-flex:1; -ms-flex:1; flex:1; width:100%; text-align:center; position:relative; border-bottom:1px solid #d7d7d7;}
.max_2depth_tab li:before {content:''; width:1px; height:20px; background:#d7d7d7; position:absolute; bottom:0; right:0;}
.max_2depth_tab li:first-child:after {content:''; width:1px; height:20px; background:#d7d7d7; position:absolute; bottom:0; left:0;}
.max_2depth_tab li a {display:block; width:100%; height:auto; padding:23px 0;}
.max_2depth_tab li a.current {color:#106cb6;}

/* snb etc depth */
.max_etc_depth {width:100%; height:auto;}
.max_etc_depth:after {content:''; display:block; width:100%; height:80px; background:#f1f1f1;}
.max_etc_depth ul {width:1440px; height:auto; margin:0 auto; display:-ms-flexbox; display:-webkit-box; display:flex; -ms-flex-pack:center; -webkit-box-pack:center; justify-content:center; position:relative; top:30px;}
.max_etc_depth li {width:200px; text-align:center; position:relative;}
.max_etc_depth li a {display:block; width:100%; height:auto; padding:20px 0; background:#fff; border:1px solid #d7d7d7; border-left:none; box-sizing:border-box;}
.max_etc_depth li:first-child a {border-left:1px solid #d7d7d7;}
.max_etc_depth li a.current {color:#fff; background:#106cb6; border:1px solid #106cb6;}

/* quick bar
#quick_bar {width:683px; height:60px; position:fixed; bottom:0; right:0; background:#fff; display:-ms-flexbox; display:-webkit-box; display:flex; z-index:9999;} */
#quick_bar {/*width:387px; */ height:60px; position:fixed; bottom:0; right:0; background:#fff; display:-ms-flexbox; display:-webkit-box; display:flex; z-index:9999;}
#quick_bar p:first-child {width:167px; line-height:60px; text-align:center; font-size:16px; color:#fff;}
#quick_bar ul {display:-ms-flexbox; display:-webkit-box; display:flex; box-sizing:border-box;}
#quick_bar ul li {flex:1 1 0; text-align:center; }
#quick_bar ul li a {display:block; width:100%; height:100%;}
#quick_bar ul li i {display:block; width:100px; height:60px; background-repeat:no-repeat; background-position:0 0; box-sizing:border-box; border:1px solid #ccc; border-left:none;}
#quick_bar ul li span {display:none;}
#quick_bar ul .quick_1 i {background-image:url("../image/common/ico_quick1.png");}
#quick_bar ul .quick_2 i {background-image:url("../image/common/ico_quick2.png");}
#quick_bar ul .quick_3 i {background-image:url("../image/common/ico_quick3.png");}
#quick_bar ul .quick_4 i {background-image:url("../image/common/ico_quick4.png");}
#quick_bar ul .quick_5 i {background-image:url("../image/common/ico_quick3.png");}
/* hover */
#quick_bar ul li a:hover i {background-position:0 -60px; transition:all 0.4s ease; border:none;}
#quick_bar ul li a.active i {background-position:0 -60px; transition:all 0.4s ease; border:none;}

/* button : top, bottom scroll */
#quick_bar p:last-child {width:120px; height:60px; display:-ms-flexbox; display:-webkit-box; display:flex;}
#quick_bar p:last-child a {display:block; width:50%; height:100%; background:#0e0e0e; font-size:0; display:-ms-flexbox; display:-webkit-box; display:flex; -webkit-box-flex:1; -ms-flex:1; flex: 1; -ms-flex-align:center; -webkit-box-align:center; align-items:center; -ms-flex-pack:center; -webkit-box-pack:center; justify-content:center;}
#quick_bar p:last-child i {display:block; width:30px; height:11px; position:relative; overflow:hidden;}
#quick_bar p:last-child i:before {content:''; height:11px; width:21px; display:block; border:2px solid #fff; }
#quick_bar p:last-child .bt_top i:before {border-left-width:0; border-bottom-width:0; transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg); position:absolute; top:7px; left:0;}
#quick_bar p:last-child .bt_btm {background:#292929;}
#quick_bar p:last-child .bt_btm i:before {border-right-width:0; border-top-width:0; transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg); position:absolute; bottom:7px; left:7px;}

/* quick bar : contents */
.bg_quick_layer {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.8); z-index:99;}
.quick_layer_close { display:none; position:fixed; top:0; right: 683px; z-index:100; width:70px; height:70px;}
/* quick bar : contents base */
.quick_layer {display:none; width:683px; height:100%; position:fixed; top:0; right:0; z-index:999; overflow-y:auto;}
.quick_layer .txt_box {width:100%; height:240px; text-align:center; background:#fff; }
.quick_layer .txt_box h4 {font-size:43px; font-weight:400; padding-top:50px;}
.quick_layer .txt_box .txt {text-align:center; padding:20px 0; line-height:1.2;}
.quick_layer .txt_box strong {font-size:28px; font-weight:700; color:#0d6cc5; letter-spacing:.2em;}
.quick_layer .box_area .ico_arr {display:block; width:50px; height:50px; border-radius:100%; background:#fff; text-align:center; padding:20px 0; box-sizing:border-box; margin:-25px auto 0;}
.quick_layer .frm_box {width:440px; margin:40px auto 0;}
.quick_layer .frm_box .max_select {width:100%; height:60px; padding-left:20px; margin-bottom:10px; background-color:#fff;}
.quick_layer .frm_box .max_ipt {margin-bottom:10px;}
.quick_layer .frm_box .max_ipt input {width:100%;}
.quick_layer .frm_box textarea {width:100%; height:100px; box-sizing:border-box; padding:20px; border:1px solid #d7d7d7; margin-bottom:10px;}
.quick_layer .frm_box button {font-size:18px; width:100%; height:60px; text-align:center; margin-top:25px;}

/* quick bar : sms */
.quick_layer.sms {background:#0d6cc5;}
.quick_layer.sms .frm_box {width:360px; height:652px; background:url("../image/common/bg_quick_sms.png") 0 0 no-repeat; box-sizing:border-box; padding:108px 0 0 40px; border-radius:50px; box-shadow:15px 10px rgba(0,0,0,0.2);}
.quick_layer.sms .frm_box .max_select {width:280px; height:51px; font-size:16px; padding-left:15px;}
.quick_layer.sms .frm_box .max_ipt {margin-bottom:10px;}
.quick_layer.sms .frm_box .max_ipt input {width:280px; padding:15px; font-size:16px;}
.quick_layer.sms .frm_box textarea {width:280px; padding:15px; font-size:16px;}
.quick_layer.sms .frm_box button {width:280px; height:51px; background:#0d6cc5; color:#fff; margin-top:15px;  font-size:16px;}
/* quick bar : online */
.quick_layer.online {background:#e6eaee;}
.quick_layer.online .online_box {width:100%; height:auto; box-sizing:border-box; padding:0 40px; margin-top:40px;}
.quick_layer.online thead th {border-top:2px solid #222;}
.quick_layer.online th, 
.quick_layer.online td {border-bottom:1px solid #d7d7d7; background:#fff; padding:15px;}
.quick_layer.online tbody th {text-align:left;}
.quick_layer.online mark {display:block; width:80px; height:auto; padding:10px 0; margin:0 auto; text-align:center; background:#5e6a73; color:#fff; font-size:15px;}
.quick_layer.online .complet {background:#0d6cc5;}
.quick_layer.online .bt_online {display:block; width:440px; height:auto; padding:20px 0; margin:40px auto 0; text-align:center; background:#2f2f2f; color:#fff;}
/* quick bar : kakao */
.quick_layer.kakao {background:#3c1e20;}
.quick_layer.kakao .txt_box p {padding-bottom:30px;}
.quick_layer.kakao .txt_box strong {background:#3c1e20; font-size:18px; font-weight:400; color:#f9e000; letter-spacing:0; border-radius:50px; padding:10px 20px; }
.quick_layer.kakao .max_checkit.checkit_label input[type="checkbox"] + label {color:#fff;}
.quick_layer.kakao .max_checkit.checkit_label input[type="checkbox"] + label:before {border:none;}
.quick_layer.kakao .frm_box button {background:#f9e000; color:#3c1e20;}
/* quick bar : location */
.quick_layer.loc {background:#5cac36;}
.quick_layer.loc .loc_sms_box {position:relative;}
.quick_layer.loc .loc_sms_box span {display:block;}
.quick_layer.loc .loc_sms_box span a {display:inline-block; background-color:#373c40; font-size:15px; color:#fff; padding:15px 25px;}
.quick_layer.loc .loc_sms_box span a:last-child {background-color:#9fa2a5;}
.quick_layer.loc .loc_sms_box .frm_box {position:absolute; top:0; left:50%; transform:translateX(-50%); margin:0; width:460px; background:#fff;}
.quick_layer.loc .loc_sms_box .frm_box .max_ipt {float:left; width:230px;}
.quick_layer.loc .loc_sms_box .frm_box .max_ipt input {height:48px;}
.quick_layer.loc .loc_sms_box .frm_box button {float:left; width:160px; height:48px; background:#373c40; color:#fff; margin:0 0 0 10px;}
.quick_layer.loc .loc_sms_box .bt_close {float:left; display:block; width:48px; height:48px; background:url("../image/common/ico_close.png") -50px 50% no-repeat; font-size:0;}
.quick_layer.loc .loc_box {width:100%; height:auto; box-sizing:border-box; padding:0 40px; margin-top:40px; overflow:hidden;}
.quick_layer.loc .loc_box i {float:left; display:block; width:90px; height:90px; border-radius:100%; background-color:#fff; background-repeat:no-repeat; background-position:center;}
.quick_layer.loc .loc_box ul {float:right; width:490px; margin-top:10px;}
.quick_layer.loc .loc_box li {float:left; width:50%; box-sizing:border-box; padding-left:10px; margin-bottom:10px; position:relative; color:#fff;}
.quick_layer.loc .loc_box li:before {content:''; width:5px; height:5px; border-radius:100%; background:#fff; position:absolute; top:7px; left:0;}
.quick_layer.loc .loc_box p {float:right; width:490px; height:auto; color:#fff; line-height:140%;}
.quick_layer.loc .hosp_time i {background-image:url("../image/common/ico_time.png"); background-size:64px;}
.quick_layer.loc .hosp_time p {float:right; font-size:15px; padding-top:0;}
.quick_layer.loc .hosp_map i {background-image:url("../image/common/ico_pin.png");}
.quick_layer.loc .hosp_map p {margin-top:20px;}
.quick_layer.loc #quick_map {width:683px; height:320px; margin-top:60px;}
/* quick bar : kakaoplus */
.quick_layer.kakao.plus {background:#fff;}
.quick_layer.kakao.plus .box_area {position:relative;}
.quick_layer.kakao.plus .box_area .ico_arr {position:absolute; top:0; left:50%; transform:translateX(-50%);}

/* member : login */
.mem_login_group {display:-ms-flexbox; display:-webkit-box; display:flex;}
.mem_login_group .login_box {width:600px; box-sizing:border-box; padding:50px;}
.mem_login_group .login_box p {display:inline-block; font-size:40px; font-weight:300; color:#0f1f2a; padding-right:50px; background:url("../image/common/ico_mem1.png") center right no-repeat;}
.mem_login_group .login_box ul {margin-top:45px;}
.mem_login_group .login_box ul li {display:-ms-flexbox; display:-webkit-box; display:flex; -ms-flex-align:center; -webkit-box-align:center; align-items:center; border:1px solid #d7d7d7; height:60px; margin-bottom:10px;}
.mem_login_group .login_box ul li label {display:block; width:100px; border-right:1px solid #d7d7d7; font-size:16px; box-sizing:border-box; padding-left:20px;}
.mem_login_group .login_box ul li input {display:block; width:340px; box-sizing:border-box; padding:10px 15px; margin-left:20px; font-size:16px; border:0; background:none;}
.mem_login_group .login_box button {background:#007bc9; color:#fff; font-size:16px; width:100%; height:60px;}
.mem_login_group .login_bt_group {width:200px;}
.mem_login_group .login_bt_group ul { height:100%; display:flex; flex-direction:column; flex-wrap:nowrap; }
.mem_login_group .login_bt_group ul li {/*height:200px;*/flex:1 auto;}
.mem_login_group .login_bt_group ul li a {display:block; width:100%; height:100%; box-sizing:border-box; /*padding-top:140px;*/ text-align:center; color:#fff; font-size:16px; display:flex; flex-direction:column; flex-wrap:nowrap;
justify-content: center;}
/*
.mem_login_group .login_bt_group ul li:first-child {background:url("../image/common/ico_mem2.png") 50% 40px no-repeat #6f7b84;}
.mem_login_group .login_bt_group ul li:last-child {background:url("../image/common/ico_mem3.png") 50% 40px no-repeat #424b51;}
*/
.mem_login_group .login_bt_group ul li:first-child {background:#6f7b84; }
.mem_login_group .login_bt_group ul li:last-child {background:#424b51; }

.mem_login_group .login_bt_group ul li:first-child a:before {content:''; display:block; height:100px; background:url("../image/common/ico_mem2.png") no-repeat center;}
.mem_login_group .login_bt_group ul li:last-child a:before {content:''; display:block; height:100px; background:url("../image/common/ico_mem3.png") no-repeat center; }

/* 22.05.01 add */
.login_social_group {}
.login_social_group p.subtit { padding:1em 0 0; text-align:center; background:none; font-size:20px; display:block;}
.mem_login_group .login_box ul.kr_big_color, 
.mem_login_group .login_box ul.kr_big_white, 
.mem_login_group .login_box ul.en_big_color, 
.mem_login_group .login_box ul.en_big_white { margin:0; display:flex; flex-direction:column; flex-wrap:nowrap; padding-top:1em;}
.mem_login_group .login_box ul.kr_big_color > li, 
.mem_login_group .login_box ul.kr_big_white > li, 
.mem_login_group .login_box ul.en_big_color > li, 
.mem_login_group .login_box ul.en_big_white > li { display:block; border:none; height:auto; margin:0; padding:0.25em 0; }

.mem_login_group .login_box ul.kr_medium_color, 
.mem_login_group .login_box ul.kr_medium_white, 
.mem_login_group .login_box ul.en_medium_color, 
.mem_login_group .login_box ul.en_medium_white { margin:0; display:flex; flex-direction:row; flex-wrap:wrap; padding-top:1em; }
.mem_login_group .login_box ul.kr_medium_color > li, 
.mem_login_group .login_box ul.kr_medium_white > li, 
.mem_login_group .login_box ul.en_medium_color > li, 
.mem_login_group .login_box ul.en_medium_white > li { display:block; border:none; height:auto; margin:0; padding:5px 5px 5px 0; }
.mem_login_group .login_box ul.kr_medium_color > li:nth-child(even), 
.mem_login_group .login_box ul.kr_medium_white > li:nth-child(even), 
.mem_login_group .login_box ul.en_medium_color > li:nth-child(even), 
.mem_login_group .login_box ul.en_medium_white > li:nth-child(even)  { padding:5px 0 5px 5px; }

.mem_login_group .login_box ul.icon_color, 
.mem_login_group .login_box ul.icon_white { margin:0; display:flex; flex-wrap:nowrap; flex-direction:row; padding-top:1em; }
.mem_login_group .login_box ul.icon_color > li, 
.mem_login_group .login_box ul.icon_white > li { display:block; border:none; height:auto; margin:0; padding-right:.5em }

/* member : join */
.max_join_wrap {width:1000px; height:auto; padding-bottom:200px; margin:0 auto;}
.max_join_wrap .pic_step {text-align:center; margin-bottom:50px;}
/* member : join agree */
.max_join_wrap .join_box {width:100%; height:auto; padding:50px 0 0; position:relative;}
.max_join_wrap .max_checkit input[type="checkbox"] + label:before {width:40px; height:40px; border-radius:100%; border:2px solid #d7d7d7;}
.max_join_wrap .max_checkit input[type="checkbox"]:checked + label:before {border:2px solid #444;}
.max_join_wrap .max_checkit.checkit_label input[type="checkbox"] + label {font-size:18px;}
.max_join_wrap .join_box .agree_box {width:100%; height:150px; border:1px solid #d7d7d7; padding:20px 10px 20px 20px; box-sizing:border-box; overflow-y:auto; margin-top:30px;}
.max_join_wrap .join_box .agree_box dt {font-size:16px;}
.max_join_wrap .join_box .agree_box dd {font-size:13px; padding:10px 0; line-height:130%;}
.max_join_wrap .join_box .max_checkit {position:absolute; top:20px; left:0;}
.max_join_wrap .all_checkit {width:100%; height:auto; padding:50px 0; position:relative; border-top:1px solid #007bc9; border-bottom:1px solid #d7d7d7;}
.max_join_wrap .all_checkit h4 {font-size:25px;}
.max_join_wrap .all_checkit h4 span {font-size:inherit;}
.max_join_wrap .all_checkit p {font-size:16px; padding-top:10px;}
.max_join_wrap .all_checkit .max_checkit {position:absolute; top:55px; right:0;}
/* member : join form */
.max_join_wrap .txt {width:800px; height:auto; margin:0 auto 15px;}
.max_join_wrap .frm_lst {width:800px; height:auto; margin:0 auto; border-top:1px solid #007bc9;}
.max_join_wrap .frm_lst li {border-bottom:1px solid #d7d7d7; padding:15px 0; position:relative;}
.max_join_wrap .frm_lst li label {display:inline-block; width:20%; border-right:1px solid #d7d7d7;}
.max_join_wrap .frm_lst li .max_it {width:60%; border:none;}
.max_join_wrap .frm_lst li a {display:block; width:120px; height:auto; padding:12px 0; border-radius:50px; background:#444; color:#fff; text-align:center; font-size:16px; position:absolute; top:25px; right:0;}
/* member : join button */
.max_join_wrap button {display:block; width:220px; height:50px; padding:0; text-align:center; margin:40px auto 0;}




/* 19.04.22 */
/* join01 */
#mem_join h1 { font-size:40px; font-weight:300; color:#0f1f2a; padding-top:40px; text-align:center; }
#mem_join .mem_join_group { width:94%; margin:0 auto; }
#mem_join .mem_join_group .agree { width:100%; padding:30px 0px 20px;}
#mem_join h2 { font-size:22px; font-weight:600; padding:10px 0; color:#0f1f2a; }
#mem_join .mem_join_group .agree .agree_text_box { max-height:150px; border:1px solid #d7d7d7; padding:10px; background:#fefefe; }
#mem_join .mem_join_group .agree .agree_text_box .page_agn { width:100% !important; }
#mem_join .mem_join_group .agree .agree_chk { padding-top:10px; position:relative; overflow:hidden; }
#mem_join .mem_join_group .agree .agree_chk span { font-size:.95em; float:left;  color:#0f1f2a;}
#mem_join .mem_join_group .agree .agree_chk label { font-size:.95em; float:right; padding-right:10px;  color:#0f1f2a;}
#mem_join .bt_group { display:block; margin:0 auto; text-align:right; border-top:1px solid #333; padding-top:20px; }
#mem_join .bt_group a, #mem_join .bt_group input[type='submit'] { display:inline-block; width:auto; padding:10px 30px; border:none; background:#0d6cc5; color:#fff; font-size:16px; }
#mem_join .bt_group a.black_bt { background:#373c40; }
#mem_join .bt_group .leave_mem { display:inline-block; width:auto; padding:10px 30px; border:none; background:#373c40; color:#fff; font-size:16px; }
/* join02 */
#mem_join .tbWriteA { width:100%; border-top: 1px solid #000; }
#mem_join .tbWriteA * {font-size:14px;}
#mem_join .tbWriteA {width:100%; border-top:1px solid #000;}
#mem_join .tbWriteA th, .tbWriteA td {padding:20px 15px; text-align:left; border-bottom: 1px solid #d7d7d7; }
#mem_join .tbWriteA th {}
#mem_join .tbWriteA td { background:#fff url("http://mir-common.dmax.kr/skin/board/basic/images/th_line.png") no-repeat left 50%;}
#mem_join .tbWriteA td:first-child { background-image:none; }
#mem_join .tbWriteA tr:last-child th {border-bottom:1px solid #d7d7d7; }
#mem_join .tbWriteA tr:last-child td {border-bottom:1px solid #d7d7d7; }
#mem_join .tbWriteA input[type="text"] {border:1px solid #d7d7d7; box-sizing:border-box; padding:10px;}
#mem_join .tbWriteA input[type="password"] {border:1px solid #d7d7d7; box-sizing:border-box; padding:10px;}
#mem_join .tbWriteA input[type="file"] {display:block; box-sizing:border-box; padding:10px;}
#mem_join .tbWriteA th.wr_subject {text-align:center; padding:15px 0;  border-bottom:1px solid #e1e1e1; border-right: 1px solid #e1e1e1; border-left: 1px solid #e1e1e1; background:#fbfbfb;}
#mem_join .tbWriteA .cont_texta {border:1px solid #ccc; }
#mem_join .tbWriteA td .idChk { display:inline-block; padding:11px 10px 12px; border:1px solid #CCC; }

.mem_find_idpw { width:94%; padding-bottom:50px; margin:0 auto; }
.mem_find_idpw h1 { font-size:40px; font-weight:300; color:#0f1f2a; padding-top:40px; }
.mem_find_idpw .idpw {  }
.mem_find_idpw .idpw ul { padding:10px; }
.mem_find_idpw .idpw ul li { font-size:14px; padding:5px 0; }
.mem_find_idpw .idpw .pwf_box { display:-ms-flexbox; display:-webkit-box; display:flex; -ms-flex-align:center; -webkit-box-align:center; align-items:center; border: 1px solid #d7d7d7; height:60px; margin-bottom:10px; }
.mem_find_idpw .idpw .pwf_box label { display:block; width:100px; border-right:1px solid #d7d7d7; font-size:16px; box-sizing:border-box; padding-left:20px;}
.mem_find_idpw .idpw .pwf_box input {display:block; width:340px; box-sizing:border-box; padding:10px 15px; margin-left:20px; font-size:16px; border:0; background:none;}
.mem_find_idpw .idpw .bt_group { display:block; margin:0 auto; text-align:right; }
.mem_find_idpw .idpw .bt_group a, .mem_find_idpw .idpw .bt_group input {  display:inline-block; width:auto; padding:10px 30px; border:none; background:#0d6cc5; color:#fff; font-size:16px;  }
.mem_find_idpw .idpw .bt_group .black_bt { background:#373c40; }
.mem_find_idpw .idpw .bt_group .btn_tab { background:#fff; color:#0f1f2a; border:1px solid #d7d7d7; }

/* error page */
.error_page {width:1300px; height:auto; padding:100px 0; margin:0 auto; text-align:center;}
.error_page h3 {padding:40px 0; font-size:24px; font-weight:400; color:#106cb6;}
.error_page p {line-height:160%;}
.error_page p:last-child {margin-top:40px;}


/* board button */
.b_button_group {width:100%; margin:30px auto 0; text-align:right;}
.b_button_group li {display:inline-block;}
.b_button_group li button {display:inline-block; width:140px; height:50px; font-size:16px; box-sizing:border-box; border:1px solid #222; color:#222;}
.b_button_group li button:hover {border:1px solid #166fb8; color:#166fb8;}
.b_button_group .bt_bo_write {background:#222; color:#fff;}
.b_button_group .bt_bo_write:hover {background:#166fb8; color:#fff;}

/* 페이징 */
.paging {text-align:center; margin-top:40px;}
.paging a {display:inline-block; color:#222; width:48px; height:48px; box-sizing:border-box; padding:16px; border:1px solid #d7d7d7; text-decoration:none; font-size:16px;}
.paging a:hover {border:1px solid #166fb8;}
.paging a.num_on {background:#222; border:1px solid #222; color:#fff;}
.paging a strong{display:block; color:inherit; font-size:inherit;}


/* board */
/* msg */
.bo_msg {width:100%; height:auto; text-align:center; padding-bottom:40px;}
.bo_msg p {color:#222; padding:0 7px 7px; border-bottom:1px solid #222; display:inline-block;}
.bo_msg strong {color:#166fb8; font-weight:600;}

/* list */
.board_list {padding:50px 0 100px;}
.board_list * {font-size:16px;}
.b_tb_st {width:100%; border-top:1px solid #000;}
.b_tb_st input[type="checkbox"] {width:20px; height:20px;}
.b_tb_st th, .b_tb_st td {text-align:center; border-bottom: 1px solid #d7d7d7; }
.b_tb_st th {padding:20px 0; border-bottom:1px solid #000; background:url('/skin/board/basic/images/th_line.png') no-repeat left 50%; color:#000; font-weight:600;}
.b_tb_st th:first-child { background-image:none; border-left: 1px solid #000;}
.b_tb_st th:last-child { border-right: 1px solid #000;}
.b_tb_st td {padding:20px 0; background:#fff url('/skin/board/basic/images/th_line.png') no-repeat left 50%;}
.b_tb_st td:first-child { background-image:none; }
.b_tb_st tr:last-child td {border-bottom:1px solid #d7d7d7; }
.b_tb_st td.td_subject {text-align:left; padding-left:30px;}
.b_tb_st td.td_subject img {margin-left:5px;}

.bo_category_g .cate_list {margin-bottom:30px; text-align:center;}
.bo_category_g .cate_list li {display:inline-block; margin-right:5px;}
.bo_category_g .cate_list li a {display:block; padding:10px 25px; color:#6e6e6e; font-size:16px; border:1px solid #d7d7d7; border-radius:50px;}
.bo_category_g .cate_list li a.on {background:#32373b; color:#fff; border:1px solid #32373b;}

/* gallery list */
.bo_gallery_list {overflow:hidden;}
.bo_gallery_list .b_column {float:left; width:23.5%; margin-bottom:20px; border:1px solid #d7d7d7; box-sizing:border-box; padding:10px 10px 30px;}
.bo_gallery_list .b_column .pic { width:100%; height:200px; overflow:hidden; }
.bo_gallery_list .b_column .pic img { width:100%;}
.bo_gallery_list .colmr{ margin-right:2%;}
.bo_gallery_list .text_box{padding:20px 0 0;}
.bo_gallery_list .text_box ul {text-align:right; margin-top:20px;}
.bo_gallery_list .text_box li {display:inline-block; padding-left:10px;}
.bo_gallery_list .text_box .tit a {display:block; font-size:16px; margin-bottom:10px;}
.bo_gallery_list .text_box .date { font-size:14px; color:#666; }
.bo_gallery_list .text_box .hit { font-size:14px; color:#666; }
.bo_gallery_list .text_box .reple { font-size:14px; color:#666; }

/* news lst */
.bo_news_list {border-top:1px solid #000;}
.bo_news_list .b_column {border-bottom:1px solid #d7d7d7; padding:25px 0; display:-ms-flexbox; display:-webkit-box; display:flex;}
.bo_news_list .b_column .pic {width:300px; height:200px; border:1px solid #d7d7d7; overflow:hidden; text-align:center;}
.bo_news_list .b_column .pic img {}
.bo_news_list .b_column dl {width:1000px; box-sizing:border-box; padding-top:20px; padding-left:40px; position:relative;}
.bo_news_list .b_column dt * {font-size:24px;}
.bo_news_list .b_column dd {padding-top:20px; line-height:130%;}
.bo_news_list .b_column .date_hit {font-size:14px; color:#666; position:absolute; bottom:20px; left:40px;}

/* therapy lst */
.bo_therapy_list {border-top:1px solid #000;}
.bo_therapy_list .b_column {border-bottom:1px solid #d7d7d7; padding:25px 0; width:100%; height:auto; box-sizing:border-box; position:relative; display:-ms-flexbox; display:-webkit-box; display:flex; -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;}
.bo_therapy_list .b_column .pic {width:490px; height:149px; text-align:center; position:relative;}
.bo_therapy_list .b_column .pic a {display:-ms-flexbox; display:-webkit-box; display:flex; -ms-flex-align:center; -webkit-box-align:center; align-items:center; -ms-flex-pack:justify; -webkit-box-pack:justify; justify-content:space-between;}
.bo_therapy_list .b_column .pic .thumb {display:block; width:240px;}
.bo_therapy_list .b_column .pic .thumb img {width:100%;}
.bo_therapy_list .b_column .pic strong {display:block; position:absolute; bottom:0; left:0; z-index:99; background:rgba(16,108,182,0.8); padding:8px 20px; font-size:13px; color:#fff; box-sizing:border-box;}
.bo_therapy_list .b_column .pic strong.after_box {left:250px;}
.bo_therapy_list .b_column dl {width:800px; box-sizing:border-box; padding:10px 0 0 40px; position:relative;}
.bo_therapy_list .b_column dt * {font-size:24px;}
.bo_therapy_list .b_column dd {padding-top:20px; line-height:130%;}
.bo_therapy_list .b_column .date_hit {font-size:14px; color:#666; position:absolute; bottom:0;}

/* view */
.board_view {padding:100px 0;}
.board_view * {font-size:16px;}
.bo_v_top {width:100%; height:auto; text-align:center;}
.bo_v_top h4 {font-size:35px; font-weight:300; letter-spacing:-0.03em;}
.bo_v_top ul {box-sizing:border-box; width:100%; display:inline-flex; -ms-flex-pack:center; -webkit-box-pack:center; justify-content:center; -ms-flex-align:center; -webkit-box-align:center; align-items:center; border:1px solid #d7d7d7; border-left:none; border-right:none; padding:15px 25px; margin:50px 0;}
.bo_v_top ul li {font-size:15px; padding:0 20px;}
.bo_v_top ul li img {vertical-align:middle;}
.bo_v_top ul li a {font-size:15px;}
.bo_v_top ul li.file_area {display:-ms-flexbox; display:-webkit-box; display:flex; -ms-flex-align:center; -webkit-box-align:center; align-items:center;}
.bo_v_top ul li.file_area .fileViewArea {padding-left:15px;}
.bo_v_top .bt_save {display:inline-block; width:60px; height:40px; font-size:16px; background:#424b51; color:#fff;}
.bo_v_cont {padding-bottom:100px; border-bottom:1px solid #d7d7d7;}
.bo_v_cont * { /*color:#6f7b84;*/ line-height:160%;}
.bo_v_cont p, .bo_v_cont div, .bo_v_cont ul, .bo_v_cont li, .bo_v_cont dl, .bo_v_cont dt, .bo_v_cont dd, .bo_v_cont ol, .bo_v_cont a, .bo_v_cont em, .bo_v_cont strong, .bo_v_cont fieldset, .bo_v_cont textarea, .bo_v_cont input, .bo_v_cont select, .bo_v_cont span, .bo_v_cont table, .bo_v_cont th, .bo_v_cont td, .bo_v_cont address, .bo_v_cont cite, .bo_v_cont button, .bo_v_cont h1, .bo_v_cont h2, .bo_v_cont h3, .bo_v_cont h4, .bo_v_cont h5, .bo_v_cont h6 { color:inherit; font-size:inherit; }
.bo_v_cont div {}
.bo_v_btm {margin-bottom:40px;}
.bo_v_btm .file_area, .bo_v_btm .lnk_area {display:-ms-flexbox; display:-webkit-box; display:flex; -ms-flex-align:center; -webkit-box-align:center; align-items:center; width:100%; height:auto; padding:20px; box-sizing:border-box;}
.bo_v_btm .file_area {border-bottom:1px solid #d7d7d7;}
.bo_v_btm p {display:block; width:80px; padding:10px 0; box-sizing:border-box; color:#fff; background:#0f1f2a; font-size:13px; text-align:center;}
.bo_v_btm img {vertical-align:middle;}
.bo_v_btm ul {padding-left:20px;}
.bo_v_btm li {margin-bottom:5px;}
.bo_v_btm a {color:#797979;}
.bo_v_btm a:hover {text-decoration:underline; color:#0f1f2a;}
.bo_v_btm .lnk_area {border-bottom:1px solid #d7d7d7;}

/* contact view */
.contact_view {padding:100px 0;}
.contact_view * {font-size:16px;}
.contact_view .bo_v_top ul {width:auto;}
.contact_view .view_box.adm_area {border-top:1px solid #000;}
.contact_view .view_box {border-top:1px solid #d7d7d7; padding:30px 0; text-align:left;}
.contact_view .view_box h5 {font-size:24px;}
.contact_view .view_box ul {border:none; padding:0; margin:20px 0 0 0; display:block;}
.contact_view .view_box li {padding:15px 30px; margin:5px 0; background:#f5f5f5; border-radius:50px;}
.contact_view .view_box li strong {display:inline-block; width:100px;}
.contact_view .view_contents *, .contact_view .view_contents {color:#6f7b84; line-height:160%;}
.contact_view .view_contents {margin-top:20px;}

/* comment */
.bo_comment {border-top:1px solid #000; border-bottom:1px solid #d7d7d7;}
.bo_comment .comment_tit a {display:inline-block;  padding:20px 40px 20px 20px; background:url('/skin/board/basic/images/comment_icon_op.png') no-repeat 95% 50%;}
.bo_comment .comment_tit a.open { background:url('/skin/board/basic/images/comment_icon_cl.png') no-repeat 95% 50%;}
.bo_comment .comment_num {display:inline-block; background:#f4b53e; color:#fff; width:19px; height:19px; line-height:19px; border-radius:100%; font-size:13px; font-weight:600; text-align:center;}
/* comment form */
.comment_form {margin-bottom:20px;}
.comment_form .frm_comment_user {border:1px solid #d7d7d7; padding:20px;}
.comment_form .frm_comment_user p {display:inline-block; font-size:13px;}
.comment_form .frm_comment_user p input {border:1px solid #d7d7d7; padding:10px; font-size:13px;}
.comment_form .frm_comment_write {width:100%; height:150px; display:-ms-flexbox; display:-webkit-box; display:flex; border:1px solid #d7d7d7; border-top:none; box-sizing:border-box; overflow:hidden;}
.comment_form .frm_comment_write textarea {width:85%; min-height:150px; border:0; box-sizing:border-box; padding:20px; line-height:130%;}
.comment_form .frm_comment_write p {width:15%; height:150px; text-align:center;}
.comment_form .frm_comment_write p a {display:block; width:100%; height:100%; box-sizing:border-box; padding:65px 0; background:#32373b; color:#fff;}
/* comment list */
.comment_list {}
.comment_list .comment_1 {position:relative; border-top:1px solid #e9e9e9; padding:20px 0 0 0;}
.comment_list .comment_2 {position:relative; border-top:1px solid #e9e9e9; padding:20px 0 0 40px; background:url('/skin/board/basic/images/comment_icon.png') no-repeat 20px 10px;}
.comment_list .comment_3 {position:relative; border-top:1px solid #e9e9e9; padding:20px 0 0 60px; background:url('/skin/board/basic/images/comment_icon.png') no-repeat 40px 10px;}
.comment_list .comment_4 {position:relative; border-top:1px solid #e9e9e9; padding:20px 0 0 80px; background:url('/skin/board/basic/images/comment_icon.png') no-repeat 60px 10px;}
.comment_list .comment_5 {position:relative; border-top:1px solid #e9e9e9; padding:20px 0 0 100px; background:url('/skin/board/basic/images/comment_icon.png') no-repeat 80px 10px;}
.comment_list .comment_6 {position:relative; border-top:1px solid #e9e9e9; padding:20px 0 0 120px; background:url('/skin/board/basic/images/comment_icon.png') no-repeat 100px 10px;}
.comment_list .comment_7 {position:relative; border-top:1px solid #e9e9e9; padding:20px 0 0 140px; background:url('/skin/board/basic/images/comment_icon.png') no-repeat 120px 10px;}

.comment_row {position:relative;}
.comment_row p {display:-ms-flexbox; display:-webkit-box; display:flex; -ms-flex-align:center; -webkit-box-align:center; align-items:center;}
.comment_row p i {display:block; width:32px; height:32px; border-radius:100%; background:#f4b53e; text-align:center; box-sizing:border-box; padding-top:5px;}
.comment_row p .cmt_tit {display:block; color:#7b7b7b; padding-left:10px;}
.comment_row p .cmt_date {font-size:13px; color:#b8b8b8; padding-left:10px;}

.comment_row .cmt_bt {position:absolute; right:20px; top:20px;}
.comment_row .cmt_bt a {display:inline-block; padding:7px 20px; border:1px solid #d7d7d7; font-size:13px; color:#7b7b7b;}
.comment_row .cmt_txt {padding:20px 32px; line-height:140%;}

/* prev, next */
.bo_pre_next {margin-top:20px;  border-top:1px solid #e9e9e9;}
.bo_pre_next li {border-bottom:1px solid #e9e9e9;}
.bo_pre_next li a{display:block; padding:20px 30px; font-size:16px;}
.bo_pre_next .prev a{ background:#fbfbfb url('/skin/board/basic/images/prev_icon.png') no-repeat 98% 50%;}
.bo_pre_next .next a{ background:#fbfbfb url('/skin/board/basic/images/next_icon.png') no-repeat 98% 50%;}
.bo_pre_next li .t_txt {font-size:.85em; padding-right:30px; color:#6c6c6c;}

/* write */
.board_write {padding:50px 0 100px;}
.board_write * {font-size:16px;}
.b_tb_wr {width:100%; border-top:1px solid #000;}
.b_tb_wr th, .b_tb_wr td {padding:20px 15px; text-align:left; border-bottom: 1px solid #d7d7d7; }
.b_tb_wr th {}
.b_tb_wr td { background:#fff url('/skin/board/basic/images/th_line.png') no-repeat left 50%;}
.b_tb_wr td:first-child { background-image:none; }
.b_tb_wr tr:last-child th {border-bottom:1px solid #d7d7d7; }
.b_tb_wr tr:last-child td {border-bottom:1px solid #d7d7d7; }
.b_tb_wr input[type="text"] {border:1px solid #d7d7d7; box-sizing:border-box; padding:13px;}
.b_tb_wr input[type="file"] {display:block; box-sizing:border-box; padding:13px;}
.b_tb_wr th.wr_subject {text-align:center; padding:15px 0;  border-bottom:1px solid #e1e1e1; border-right: 1px solid #e1e1e1; border-left: 1px solid #e1e1e1; background:#fbfbfb;}
.b_tb_wr .cont_texta {border:1px solid #ccc; }

.bo_guide_wrap {padding:0 0 50px; border-bottom:1px solid #d7d7d7;}
.bo_guide_wrap * {line-height:140%;}
.bo_guide_wrap h3 {font-size:24px; font-weight:400;}
.bo_guide_wrap h3 span {font-size:15px;}
.bo_guide_wrap p {padding:15px 0 0;}
.bo_guide_wrap ul {margin-top:10px;}
.bo_guide_wrap li {margin:5px 0; color:#6f7b84;}
.bo_guide_wrap .box {margin-top:20px;}

/* contact write */
.contact_write {padding:0 0 100px;}
.contact_write * {font-size:16px;}
.contact_write h3 {font-size:24px; font-weight:400;}
.contact_write h3 span {font-size:15px;}
.contact_write .label_sp {display:block; width:100px; }
.contact_write .agreeBox {border-bottom:1px solid #d7d7d7; padding:50px 0;}
.contact_write .agree_cont {width:100%; height:auto; margin:20px 0;}
.contact_write .agree_cont * {font-size:15px; line-height:130%;}
.contact_write .agree_cont th, .contact_write .agree_cont td {border-bottom:1px solid #d7d7d7; padding:15px; text-align:center;}
.contact_write .agree_cont thead th {border-top:1px solid #000;}
.contact_write .agree_cont td {color:#6f7b84; border-left:1px solid #d7d7d7;}
.contact_write .agree_ok p {margin-bottom:10px; font-size:15px;}
.contact_write .write_box {padding:50px 0; border-bottom:1px solid #d7d7d7;}
.contact_write .write_box p {margin-top:20px;}
.contact_write .write_box ul {margin-top:20px; display:-ms-flexbox; display:-webkit-box; display:flex; -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;}
.contact_write .write_box li {display:-ms-flexbox; display:-webkit-box; display:flex; -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap; -ms-flex-align:center; -webkit-box-align:center; align-items:center; width:48%; margin:5px 0;}
.contact_write .write_box li input[type="text"],
.contact_write .write_box li input[type="password"] {width:80%; padding:13px;}
.contact_write .write_box li .max_radio {margin-right:20px;}
.contact_write .inquiry_info ul {margin-top:40px;}
.contact_write .inquiry_info li {width:100%; margin:10px 0;}
.contact_write .inquiry_info li input[type="text"] {width:85%;}
.contact_write .inquiry_info li input[type="file"] {box-sizing:border-box; padding:13px;}
.contact_write .inquiry_info li .file_explan {display:-ms-flexbox; display:-webkit-box; display:flex; -ms-flex-align:center; -webkit-box-align:center; align-items:center; width:100%; margin-top:10px;}
.contact_write .adm_memo {padding:50px 0; display:-ms-flexbox; display:-webkit-box; display:flex; -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap; -ms-flex-align:center; -webkit-box-align:center; align-items:center;}
.contact_write .adm_memo textarea {border:1px solid #d7d7d7; box-sizing:border-box; padding:13px; width:85%; height:100px;}

/* search */
.search_form {padding:80px 0 0;}
.search_form fieldset {text-align:center;}
.search_form input {width:500px; border-right:none;}
.search_form button {background:#6f7b84; font-size:18px; width:120px; height:64px; display:inline-block; vertical-align:middle; color:#fff;}
.search_total { padding:40px 0 10px; text-align:center; }
.search_total mark {color:#106cb6;}
.sch_result {padding:40px 0 100px;}
.result_wrap h3 {font-size:35px; border-bottom:1px solid #d7d7d7; padding-bottom:30px;}
.result_wrap h3 span {font-size:18px; font-weight:400; color:#6f7b84;}
.result_wrap ul li {margin:30px 0; position:relative;}
.result_wrap ul li dt a {color:#106cb6; text-decoration:underline;}
.result_wrap ul li dt a:hover {color:#65aa3b;}
.result_wrap ul li .title_inline a {font-size:13px;}
.result_wrap ul li dd {font-size:13px; line-height:160%; margin:20px 0;}
.result_wrap ul li .site_url {font-size:13px; color:#6f7b84; border-bottom:1px dotted #797979;}
.result_wrap ul li .site_url:hover {color:#65aa3b; border-bottom:1px dotted #65aa3b;}
.result_wrap ul li .sch_word {color:#000; background:#ffd442;}
.result_wrap .bt_more {text-align:right;}

.map_caption { padding: 10px; background: #FFF; border: 1px solid #CCC; border-radius: 5px; position: absolute; bottom: 45px; box-shadow: 2px 2px 2px 1px #b8b8b8; font-size: 14px; line-height: 130%; transform: translate(-50%); }
.btn_close { display:block; background-color: #000; background-image: url(/images/common/btn_close_white.png); width: 70px; height: 70px; background-repeat: no-repeat; background-position: center; font-size: 0;}

/* pass */
#pass_wrap {width:100%; height:auto; box-sizing:border-box; padding:40px; text-align:center;}
#pass_wrap h1 {font-size:24px;}
#pass_wrap > p {padding:20px 0 30px; font-size: 16px; line-height: 150%;}
#pass_wrap .max_it {width:100%; text-align:center; padding:13px; font-size:16px;}
#pass_wrap button {display:inline-block; font-size:16px; color:#fff; background:#32373b; width:160px; height:50px; margin-top:30px;}
#pass_wrap .generate {display:inline-block; padding:10px 10px; background:#dfdfdf; font-size:14px; color:#555; letter-spacing: -0.06em; vertical-align:middle;}
#pass_wrap  input[type="text"] {border:1px solid #ddd; padding:5px;}
#pass_wrap  input[type="submit"] {display: inline-block; font-size: 15px;  margin:15px 0;padding:15px 30px; letter-spacing: -0.06em; color: #fff; border-radius: 1px; border: none;
 background-color: #106cb6;}

/* faq */
.qna_lst dl {}
.qna_lst dt {margin-bottom:2px; position:relative;}
.qna_lst dt a {display:block; background:url("../images/common/ico_faq_open_on.gif") top right no-repeat; border:1px solid #e2e2e2; width:100%; height:100%; box-sizing:border-box; padding:18px 0;}
.qna_lst dt strong {font-weight:normal; font-size:18px; display:inline-block; padding:6px 0 0 20px;}
.qna_lst dd {padding:18px 0; display:block; overflow:hidden; background:#efefef; margin-bottom:2px;}
.qna_lst .txt{float:left; padding:5px 0 0 10px; width:92%;}
.qna_lst .ico_question{float:left; width:60px; height:auto; display:block; font-size:18px; font-weight:700; padding-top:4px; position:relative; text-align:center;}
.qna_lst .ico_question:after {content:''; width:1px; height:20px; background:#b7bdc1; position:absolute; top:2px; right:0;}
.qna_lst .ico_answer{float:left; width:60px; height:auto; display:block; font-size:18px; font-weight:700; padding-top:4px; position:relative; text-align:center;}
.qna_lst .ico_answer:after {content:''; width:1px; height:20px; background:#b7bdc1; position:absolute; top:2px; right:0;}

.qna_lst dt a.current {background:url("../images/common/ico_faq_close_on.gif") top right no-repeat #106cb6; border:1px solid #106cb6;}
.qna_lst dt a.current strong {color:#fff;}
.qna_lst dt a.current .ico_question {color:#fff;} 
.qna_lst dt a.current .ico_question:after {background:#c2c7ca;}
.qna_lst .max_qna_answer {float:left; width:1240px; box-sizing:border-box; padding:0 60px 0 18px; font-size:18px; color:#6f7b84; line-height:140%;}
.qna_lst .bo_no_data {width:100%; height:auto; border:1px solid #000; border-left:none; border-right:none; padding:100px 0; text-align:center; color:#000;}


/* 대구미르 치료후기게시판 상단 텍스트 추가 */
.page_agn .board_txt {margin-top:50px;}
.page_agn .board_txt mark {color:#de6075;} 



/* 미르20주년 사이드배너 */
.mir20th-qbanner {position: fixed; right:10px; top:30%; z-index:555; animation: bounce .5s infinite alternate; -webkit-animation: bounce .5s infinite alternate;}
.mir20th-qbanner ul li {margin:10px 0;}
@keyframes bounce {
  from {
	transform: translateY(0px);
  }
  to {
	 transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  from {
	 transform: translateY(0px);
  }
  to {
	 transform: translateY(-15px);
  }
}