@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(//fonts.googleapis.com/css?family=Lato);

@font-face{font-family: NotoSansR; src:url('../../../css/notoKR-font/notokr-regular.eot'); src:url('../../../css/notoKR-font/notokr-regular.woff') format('woff');}
@font-face{font-family: NotoSansM; src:url('../../../css/notoKR-font/notokr-medium.eot'); src:url('../../../css/notoKR-font/notokr-medium.woff') format('woff');}
@font-face{font-family: NotoSansB; src:url('../../../css/notoKR-font/notokr-bold.eot'); src:url('../../../css/notoKR-font/notokr-bold.woff') format('woff');}
@font-face{font-family: NotoSansL; src:url('../../../css/notoKR-font/notokr-light.eot'); src:url('../../../css/notoKR-font/notokr-light.woff') format('woff');}


/* =============================================
	reset
============================================= */
html {overflow-y:scroll;font-family: 'Lato', 'NotoSansM', sans-serif;}
body {margin:0;padding:0; font-size:13px; font-family: 'Lato','NotoSansM', sans-serif; word-break:keep-all;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block; margin:0; padding:0;}

ul, ul li {margin: 0; padding: 0; list-style: none;}
/* #hd ul, nav ul, #ft ul {margin:0;padding:0;list-style:none} */
legend {display: none;position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle}
input, button {margin:0;padding:0;font-size:1em}
button {cursor:pointer}

textarea, select {font-size:1em}
select {margin:0}
p {margin:0;padding:0;word-break:normal;}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a:link, a:visited {color:#4e4e4e;text-decoration:none}
a:hover, a:focus, a:active {color:#4e4e4e;text-decoration:none}

/* =============================================
	common
============================================= */

/* float 처리  */
.clearfix:after {content:""; display:block; height:0; clear:both; visibility:hidden;}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}


/* 드래그색상  */
::selection {background:#dc2424; color: #FFF; text-shadow:1px 1px 0 rgba(0,0,0,0.2);}
::-moz-selection {background:#dc2424; color: #FFF; text-shadow:1px 1px 0 rgba(0,0,0,0.2);}
::-webkit-selection {background:#dc2424; color: #FFF; text-shadow:1px 1px 0 rgba(0,0,0,0.2);}

img.img-responsive {max-width:100%; width:100%; display: inline; height: auto;}
@-moz-document url-prefix() {
    /* Firefox doesn't respect max-width in certain situations */
    img.img-responsive { width:100%; max-width: -moz-max-content; }
}

a {transition:0.5s; -webkit-transition:0.5s;}
a:hover {transition:0.5s; -webkit-transition:0.5s;}


.mobile_conWrap {padding:0 15px;}
.mobile_wrap  {width:100%; overflow:hidden; min-width:320px; max-width:640px; margin: 0 auto;}

.green { color:#0e786f; }

/* =============================================
	header
============================================= */
#header {position:relative; background:#fff; padding:2px 0; height:70px;}
#header .logo a {display:block; width:156px; height:64px;margin:0 auto; text-indent:-500em;}
#gnb_open {position:absolute; top:15px; left:24px; background:url(../img/mobile/menu_toggle.png) center center no-repeat; background-size:40px 39px; width:40px; height:39px; border:0; text-indent:-500em;}
#header .call {position:absolute; top:17px; right:15px;}
#header .call a {display:block; width:40px; height:37px; border:0; text-indent:-500em;}

/* =============================================
	footer
============================================= */
.customer_btn {}
.customer_btn li {float:left; width:25%;}
.customer_btn li a {display:block;}

#footer {background:#2c2c2c; padding:30px 0;}
#footer .sns {width:33%; margin:0 auto;}
#footer .sns li {float:left; width:30%; margin-left:3%; }
#footer .sns li:first-child { margin-left:0; }
#footer .sns li a {display:block; }
#footer .sns li a span {display:block; text-align:center; font-size:13px; color:#fff; font-family:NotoSansL; margin-top:5px; font-weight:600; }

#footer .foot_btn {width:90%; margin:0 auto; margin-top:20px;}
#footer .foot_btn li {float:left; width:25%;}
#footer .foot_btn li a {display:block; text-align:center; background:#1f1f1f; border:1px solid #998367; color:#fff; font-size:13px; border-radius:8px; margin:0 3px; font-family:NotoSansL; padding:8px 10px 5px;}
#footer .info {text-align:center; margin-top:20px;}
#footer .info span {display:inline-block; font-size:12px; color:#fff; margin:0 5px;}
#footer .copyright {font-size:15px; color:#b0b0b0; margin-top:10px;}


/* =============================================
	home
============================================= */
.visual_slide { position:relative; z-index:0; display:; }
nav#gnb { position:relative; z-index:999; }

.banner {border-top:1px solid #dadada; border-left:1px solid #dadada;}
.banner li {float:left; width:50%; }
.banner li a {display:block;}

div.success { text-align:center; }
div.success h2 { color:#000; font-size:28px; font-weight:500; }
div.success span { font-size:48px; font-weight:800; }
div.success h5 { font-size:24px; color:#414141; }
div.success p { font-size:16px; color:#414141; line-height:20px; margin-top:10px; }
div.success div.img { margin-top:38px; margin-bottom:37px; }

div.rolling { position:relative; }
div.rolling ul.tabtext { width:85%; position:absolute; bottom:50px; left:8.28%; }
div.rolling ul.tabtext li { width:32.3%; float:left; margin-left:1%; margin-top:10px; background:url(../img/mobile/tab_btn_back.png); background-size:cover; color:#fff; font-size:17px; padding:8px 0; box-sizing:border-box; }
div.rolling ul.tabtext li.on { background:url(../img/mobile/tab_btn_on.png); }
div.rolling ul.tabtext li.ml_none { margin-left:0; }
div.rolling ul.tabtext li div { display:inline-block; padding-left:5px; box-sizing:border-box;}

@media (max-width: 550px) {
	div.rolling { margin-bottom:50px; }
	/*
	div.rolling ul.tabtext { width:100%; position:absolute; bottom:0; left:0; }
	div.rolling ul.tabtext li { width:33.3%; float:left; margin-left:0.05%; margin-top:0; font-size:15px; padding:8px 0; }
	*/
	div.rolling ul.tabtext { width:100%; position:absolute; bottom:-80px; left:0; }
	div.rolling ul.tabtext li { width:49%; margin-left:1% !important; margin-top:5px; font-size:13px; padding:8px 0; }
	#footer .sns {width:50%; margin:0 auto;}

	div.customer { margin-top: 85px; }
}







































/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;width:100%;height:1px}
#hd_pop h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff}
.hd_pops_con {}
.hd_pops_footer {padding:10px 0;background:#000;color:#fff;text-align:right}
.hd_pops_footer button {margin-right:5px;padding:5px 10px;border:0;background:#393939;color:#fff}

/* 상단 레이아웃 */
#hd {position:relative;background:#fff}
#hd:after {display:block;visibility:hidden;clear:both;content:""}
#hd_h1 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}





/* 중간 레이아웃 */
#wrapper {}
#wrapper:after {display:block;visibility:hidden;clear:both;content:""}

#container {position:relative;min-height:300px}
#container:after {display:block;visibility:hidden;clear:both;content:""}
#container_title {margin:0 10px 20px;font-size:1.2em;font-weight:bold}

/* 텍스트 크기 조절 */
#text_size {margin:0 0 10px;text-align:center}
#text_size button {margin:0;padding:2px 2px 1px;border:1px solid #c3c6ca;background:transparent;vertical-align:middle}
.ts_up {font-size:1.167em !important}
.ts_up2 {font-size:1.3em !important}

/* 하단 레이아웃 */
#ft {;border-top:1px solid #dde4e9;background:#f2f5f9}
#ft h1 {width:0;height:0;font-size:0;line-height:0;overflow:hidden}
#ft p {margin:0;padding:10px 0;line-height:1.8em}

#ft_copy {padding:10px;background:#414141;color:#fff;line-height:2em}
#ft_copy #ft_company {text-align:center}
#ft_copy #ft_company a {display:inline-block;padding:5px 10px}
#ft_copy b {color:inherit}
#ft_copy a {color:inherit;text-decoration:none}

/* 게시물 선택복사 선택이동 */
#copymove {}
.copymove_current {float:right;color:#ff3061}
.copymove_currentbg {background:#f4f4f4}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;width:0;height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;width:1px !important;height:1px !important;font-size:0 !important;line-height:0 !important;overflow:hidden}

/* 본문 바로가기 */
.to_content a {z-index:100000;position:absolute;top:0;left:0;width:0;height:0;font-size:0;line-height:0;overflow:hidden}

/* 이미지 등비율 리사이징 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 - PC */
#captcha {display:inline-block;position:relative;}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden;font-size:0}
#captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;margin-bottom:3px;margin-right:32px;vertical-align:top}
#captcha #captcha_reload {position:absolute;top:31px;left:161px;width:31px;height:31px;background:url('../../../img/captcha.png') no-repeat  0 -30px;border:none;border-top:1px solid #ccc;overflow:hidden;cursor:pointer;text-indent:-9999px;}
#captcha #captcha_key {margin:0;padding:0 5px;width:70px;height:60px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:2.8em;vertical-align:top}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
#captcha #captcha_mp3 {position:absolute;top:0;left:161px;width:31px;height:31px;background:url('../../../img/captcha.png') no-repeat; vertical-align:top;overflow:hidden;cursor:pointer;text-indent:-9999px;border:none}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden;font-size:0}
#captcha.m_captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha.m_captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;margin-bottom:3px;display:block;}
#captcha.m_captcha #captcha_reload {width:31px;height:31px;background:url('../../../img/captcha.png') no-repeat  0 -30px;border:none;overflow:hidden;cursor:pointer;text-indent:-9999px;position:static}
#captcha.m_captcha #captcha_key {margin:0;padding:0 5px;width:115px;height:29px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:29px;margin-left:3px}
#captcha.m_captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
#captcha.m_captcha #captcha_mp3 {width:31px;height:31px;background:url('../../../img/captcha.png') no-repeat; vertical-align:top;overflow:hidden;cursor:pointer;text-indent:-9999px;border:none}


/*단축키일람 */
.btn_cke_sc{background:#333;color:#fff;padding:5px;border:none;margin-bottom:5px}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
.cke_sc_def dl{margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:50%;font-weight:bold}
.cke_sc_def dd {width:50%}
.btn_cke_sc_close{background:#333;padding:5px;border:none;color:#fff}

/* 버튼 */
a.btn01 {display:inline-block;padding:8px 7px 7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;padding:8px 7px 7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}

.btn_confirm {text-align:center} /* 서식단계 진행 */

.btn_submit {padding:8px;border:0;background:#ff3061;color:#fff;letter-spacing:-0.1em}
fieldset .btn_submit {padding:0 7px;height:24px;line-height:1em}

a.btn_cancel {display:inline-block;padding:8px 7px 7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
button.btn_cancel {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;vertical-align:top;text-decoration:none}

a.btn_frmline, button.btn_frmline {display:inline-block;padding:0 5px;height:1.9em;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top;line-height:1.9em} /* 우편번호검색버튼 등 */
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01 {display:inline-block;margin:0 0 3px;padding:8px 7px 7px;border:1px solid #d9ded9;background:#f2f5f9;color:#000;text-decoration:none;vertical-align:middle}
a.btn_b01:focus, .btn_b01:hover {text-decoration:none}
a.btn_b02 {display:inline-block;margin:0 0 3px;padding:8px 7px 7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn_b02:focus, .btn_b02:hover {text-decoration:none}
a.btn_admin {display:inline-block;margin:0 0 3px;padding:8px 7px 7px;border:1px solid #e8180c;background:#e8180c;color:#fff;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
a.btn_admin:focus, a.btn_admin:hover {text-decoration:none}

/* 댓글 스타일 */
.cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold}

/* 기본테이블 */
.tbl_wrap {margin:0 10px 10px}
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_wrap caption {padding:10px 0;color:#4b8b99;font-weight:bold;text-align:left}

.tbl_head01 {}
.tbl_head01 caption {padding:0 0 10px;color:#777;text-align:left}
.tbl_head01 thead th {padding:12px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head01 thead a {color:#383838}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff}
.tbl_head01 tfoot td {border-color:#666;background:#484848;color:#fff;font-weight:bold;text-align:center}
.tbl_head01 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head01 td {padding:5px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.5em;word-break:break-all}

.tbl_head02 {}
.tbl_head02 caption {padding:0 0 10px;color:#777;text-align:left}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff}
.tbl_head02 tfoot td {border-color:#666;background:#484848;color:#fff;font-weight:bold;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.4em;word-break:break-all}

/* 폼 테이블 */
.tbl_frm01 {}
.tbl_frm01 th {padding:10px 0;width:90px;border:1px solid #e9e9e9;border-left:0;text-align:left}
.tbl_frm01 td {padding:10px 5px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
.tbl_frm01 textarea, .frm_input {border:1px solid #e4eaec;background:#f7f7f7;vertical-align:middle;line-height:1.8em;-webkit-appearance:none}
.tbl_frm01 textarea {width:100%;height:100px}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_file {display:block;margin-bottom:5px;width:100%}
.tbl_frm01 .frm_info {display:block;padding:5px 0 0;color:#666;line-height:1.3em}

/* 자료 없는 목록 */
.empty_table {padding:20px 0 !important;text-align:center}
.empty_list {padding:20px 0 !important;text-align:center}

/* 필수입력 */
.required, textarea.required {background:url('../img/wrest.gif') #f7f7f7 top right no-repeat !important}

/* 테이블 항목별 정의 */
.td_board {width:120px;text-align:center}
.td_category {width:80px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:150px;text-align:center}
.td_group {width:100px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_name {width:100px;text-align:left}
.td_nick {width:100px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:80px;text-align:center}
.td_stat {width:60px;text-align:center}

.txt_active {color:#5d910b}
.txt_done {color:#e8180c}
.txt_expired {color:#ccc}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {}
.new_win #win_title {margin:0 0 20px;padding:20px;border-top:3px solid #4e5d60;border-bottom:1px solid #e9e9e9;font-size:1.2em}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .tbl_wrap {margin:0 20px}
.new_win .win_ul {margin:-20px 0 20px 0;padding:0 20px;border-bottom:1px solid #455255;background:#484848;list-style:none}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {float:left;margin-left:-1px}
.new_win .win_ul a {display:block;padding:10px;border-right:1px solid #455255;border-left:1px solid #455255;color:#fff;font-weight:bold;text-decoration:none}
.new_win .win_desc {padding:10px 20px}

.new_win .win_btn {clear:both;margin:20px;text-align:center}
.new_win .win_btn a {display:inline-block;padding:0 10px;height:2.5em;background:#666;color:#fff;text-decoration:none;vertical-align:middle;line-height:2.5em}
.new_win .win_btn button {display:inline-block;padding:0 10px;height:2.5em;border:0;background:#666;color:#fff;text-decoration:none;line-height:2.5em}
.new_win .win_btn input {padding:0 10px;height:2.5em;line-height:2.5em}

/* 검색결과 색상 */
.sch_word {color:#ff3061}

/* 사이드뷰 */
.sv_wrap {display:inline-block;position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;border:1px solid #283646}
.sv_wrap .sv a {display:inline-block;margin:0;padding:3px;width:94px;border-bottom:1px solid #283646;background:#111;color:#fff !important}
.sv_wrap a:focus, .sv_wrap a:hover, .sv_wrap a:active {text-decoration:none}
.sv_on {display:block !important;position:absolute;top:10px;left:20px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;margin:0 0 20px;padding:20px 0 0;text-align:center}
.pg {}
.pg_page, .pg_current {display:inline-block;padding:0 8px;height:25px;color:#000;letter-spacing:0;line-height:2.2em;vertical-align:middle}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {background:#e4eaec;text-decoration:none}
.pg_start, .pg_prev {/* 이전 */}
.pg_end, .pg_next {/* 다음 */}
.pg_current {display:inline-block;margin:0 4px 0 0;background:#333;color:#fff;font-weight:normal}

/* PC화면으로 */
#device_change {display:block;margin:5px;padding:5px 0;border:1px solid #eee;border-radius:2em;color:#000;font-size:1em;text-decoration:none;text-align:center}



/* 
	공통 css
*/
body { color:#2e2e2e; letter-spacing:-0.5px; }
.blank_box { clear:both; text-indent:-99999px; }
/*
.polygon0 { display:inline-block; width:22px; height:22px; border-radius:22px; border:4px solid #13b5b1; box-sizing:border-box; vertical-align:middle; margin-right:12px; }
.polygon0_bl { display:inline-block; width:22px; height:22px; border-radius:22px; border:4px solid #b9c5d0; box-sizing:border-box; vertical-align:middle; margin-right:12px; }
*/
.polygon0_bl { background:url(/theme/smart/img/mobile/polygon_bl.png) left top no-repeat; padding-left:30px; box-sizing:border-box; }
.polygon0 { background:url(/theme/smart/img/mobile/polygon0_gr.png) left top no-repeat; padding-left:30px; box-sizing:border-box; }
.polygon3 { display:inline-block; width:12px; height:25px; background-image:url("/theme/smart/img/content/polygon3.png"); }
.big_polygon0 { display:inline-block; width:180px; height:135px; background-color:rgba(14, 120, 111, 0.8); font-size:18px; text-align:right; color:#fff; padding-right:20px; border-radius:100px; line-height:135px; box-sizing:border-box; }
.no_border { border:0; }
.mid_border { background-color:#dadada; text-indent:-9999px; height:1px; margin:34px 0 30px 0; }
.bold_border { background-color:#dadada; text-indent:-9999px; height:1px; margin:25px 0; }
.txt_mid_brown { color:#84776f; }
.txt_brown { color:#a6937c; }
.txt_green { color:#0e786f; }
.origin { color:#8197ab; font-size:14px; }
.txt_bold { font-weight:600; }
.txt_b500 { font-weight:500; }
.txt_normal { font-weight:400; }
.in_block { display:inline-block; }
.block { display:block; }
.in_table { display:inline-table; }
.txt_center { text-align:center; }
.txt_left { text-align:left; }
.gray_pet { background:url('/theme/smart/img/content/gray_pattern.png'); border:1px solid #dadada; box-sizing:border-box; }
.black_pet { background:url('/theme/smart/img/content/black_back.png'); }
.wrap .left_area {  }
.wrap .right_area {  }

.wrap { padding:0 10px; box-sizing:border-box; }
.wrap h3.sub_title {margin-left:12px; font-size:24px; margin:80px 0 35px; text-align:center; }
.wrap h3 span.border_bar { display:inline-block; width:5px; height:100%; background-color:#0e786f; margin-right:6px; }
.wrap h3.sub_title02 { background-color:#0e786f; font-size:18px; color:#fff; display:inline-block; padding:0 10px; height:40px; text-align:center; line-height:40px; font-weight:normal; }
.wrap p { font-size:16px; text-align:center; }

.list_style_img li { position: relative;padding-left: 50px;line-height: 2em; }
.list_style_img li .posi_stic { position:static !important; margin-right: 10px; }
.list_style_img span.i_size { display:inline-block; width:30px; height:36px; vertical-align:middle;  background-repeat:no-repeat; background-size:cover; position: absolute;left: 0;top: 0; }
.list_style_img span.list_01 { background-image:url("/theme/smart/img/content/implant_icon_01.png"); }
.list_style_img span.list_02 { background-image:url("/theme/smart/img/content/implant_icon_02.png"); }
.list_style_img span.list_03 { background-image:url("/theme/smart/img/content/implant_icon_03.png"); }
.list_style_img span.list_04 { background-image:url("/theme/smart/img/content/implant_icon_04.png"); }
.list_style_img span.list_05 { background-image:url("/theme/smart/img/content/implant_icon_05.png"); }
.list_style_img span.list_06 { background-image:url("/theme/smart/img/content/implant_icon_06.png"); }
.list_style_img span.list_07 { background-image:url("/theme/smart/img/content/implant_icon_07.png"); }
.list_style_img span.qna_icon { background-image:url("/theme/smart/img/content/qna_icon.png"); }



sort_box li { float:left; }
.sort_box p { font-size:24px; margin:20px 0 10px; }

.impl_row_box li { float:left; display:inline-block; }
.impl_row_box p { font-size:18px; margin-bottom:13px; }
.impl_row_box p span { vertical-align:-4px; margin-right:11px; }
.impl_row_box span.img { display:block; }
.impl_row_box figure { padding:18px; background-color:#f7f5f5; border:1px solid #dadada; }

.impl_col_box li { float:left; padding:20px; background-color:#f7f5f5; border:1px solid #dadada; }

.machine_box { border:1px solid #dadada; height:auto; background:none !important; padding:15px !important; margin-top:0 !important; }
.machine_box span.img { float:none; display:block; }
.machine_box p { text-align:left; }


.manual_box div.img-border { margin-top:0; border:1px solid #d2d2d2; text-align:right; padding-top:30px; padding-bottom:20px; box-sizing:border-box; }
.manual_box div.img-border img { display:inline-block; }
.manual_box li { margin-top:21px; font-size:16px; }
.manual_box li span.txt_bold.block { font-size:22px; } 
.manual_box .polygon0 { margin-right:11px; vertical-align:top; }

.manual_box_ul { clear:both; text-align:left; }
.manual_box_ul ul { clear:both; width:100%; text-align:left; border:1px solid #dbdbdb; font-size:16px; }
.manual_box_ul li .i_size { vertical-align:middle; }
.manual_box_ul li .i_size.list_06 { vertical-align:top; }
.manual_box_ul li .i_size.list_07 { vertical-align:top; }

.manual_box_col  { text-align:center; }
.manual_box_col li { text-align:center; float:none; display:inline-block; vertical-align:top; }
.manual_box_col li:fist-child { margin-left:0; }
.manual_box_col p { margin-top:18px; font-size:22px; color:#2e2e2e; }
.manual_box_col span { font-size:16px; color:#626262; }

.manual_box_list { border:1px solid #dbdbdb; text-align:center; padding:23px 35px; box-sizing:border-box; }
.manual_box_list ul { text-align:left; }
.manual_box_list ul ul { padding-left:10px; box-sizing:border-box; }
.manual_box_list ul ul li { line-height:30px; font-size:16px; }
.manual_box_list li span.txt_bold { font-size:22px; }
.manual_box_list div.img { margin-bottom:14px; }
.manual_box_list div.img img:first-child { margin-bottom:14px; }
.manual_box_list .img_list { text-align:center; margin:0 auto; }
.manual_box_list .img_list li { float:left; width:33.33%; text-align:left; }
.manual_box_list .img_list li figure { text-align:left; text-indent:5px; color:#2e2e2e; line-height:20px; }
.manual_box_list .img_list li figure span { display:block; text-indent:0; margin-left:7px; box-sizing:border-box; color:#707070; }
.manual_box_list > .img { display:inline-block; }
.manual_box_list .machine_list { display:inline-block; }
.manual_box_list .machine_list li { float:left; }
.manual_box_list .machine_list li.first_li { margin-left:0; }
.manual_box_list .machine_list li.third_li { margin-left:0; clear:both; }
.manual_box_list .machine_list li p { margin-top:14px; }
.manual_box_list div.img-aling img { float:left; }

.manual_box_nobr .img { text-align:center; }
.manual_box_nobr .img img:first-child { margin-right:26px; }
.manual_box_nobr p { text-align:left; padding:24px 0 0 70px; box-sizing:border-box; line-height:30px; }
.manual_box_nobr ul { text-align:left; padding:24px 0 0 70px; box-sizing:border-box; font-size:16px; line-height:30px; }

.process_list_img div { text-align:center; }
.process_list_img li { margin-top:40px; font-size:16px; position:relative; }
.process_list_img li .txt_bold.block { font-size:22px; }
.process_list_img li:first-child { text-align:left; }
.process_list_img li:first-child .i_size { margin-top:-5px; }
.process_list_img .arrow { position:absolute; right:-30px; top:35%; z-index:20; }
.process_list_img .i_size { float:; }
.process_list_img li span.bold { display:block; text-align:left; font-size:18px; }
.process_list_img .list_style_none { display:inline-block; vertical-align:-70px; }
.process_list_img .list_style_none li { float:left; }
.process_list_img .list_style_none li span.bold { text-align:center; padding-top:20px; }
.process_list_img .list_style_none .img { padding-bottom:20px; }
.process_list_img span.img img { margin:22px 0 0 53px; }

.col_nobr_box li img { max-width:100%; }

div.cen_img2 { text-align:center; }
div.img-border.cen_img2 { border:1px solid #dbdbdb; text-align:center; }
div.cen_img2 img { display:inline-block; }
div.cen_img2 img:first-child { margin-bottom:10px; }

.big_machine_box ul { width:100%; border:1px solid #dbdbdb; text-align:left; padding: 10px 20px; box-sizing:border-box; }
.big_machine_box li { font-size:16px; line-height:35px;  }

.feature_box ul { border:1px solid #dbdbdb; }
.feature_box li { display:inline-block; text-align:center; margin-bottom:35px; }
.feature_box li h5.feature_title { font-size: 22px; margin:28px 0 9px 0; }
.feature_box li p { font-size:15px; color:#626262; }

.img_row_box ul {  }
.img_row_box li { float:left; width:48%; margin:0 1% 30px; text-align:center; }
.img_row_box p { font-size:18px; margin-bottom:10px; }
.img_row_box li img { display:inline-block; width:100%; height:auto; }

.before_after {  }
.before_after li { display:inline-block; width:100%; }
.before_after span.img {  position:relative }
.before_after span.img img { margin-top:10px; }
.before_after ul { margin-left:0; }
.before_after ul li { text-align:left; }
.before_after h5 { font-size:20px; }
.before_after p { font-size:16px; padding:10px 0 0 10px; box-sizing:border-box; text-align:left; }

.life_wrap { border:1px solid #d2d2d2; box-sizing:border-box; height:auto; }
.life_wrap div.icon_align { text-align:center; width:177px; height:125px; background-color:#0e786f; padding:16px 0 0 0; box-sizing:border-box; position:relative; float:left;}
.life_wrap .polygon3 { position:absolute; right:-10px; top:45%; }
.life_wrap p { float:left; text-align:left; font-size:14px; padding:15px 0 15px 20px; box-sizing:border-box; }

.af_common ul { padding:30px 35px; box-sizing:border-box; background-color:#eee; }
.af_common li { width:85% !important; height:238px; display:inline-block; position:relative; }
.af_common li span { display:inline-block; width:100%; height:55px; position:absolute; bottom:0; left:0; text-align:center; color:#fff; font-size:32px; line-height:55px; }
.af_common li.list_01 span, .af_common li.list_03 span, .af_common li.list_05 span, .af_common li.list_07 span { background-color:rgba(28, 54, 52, 0.8); }
.af_common li.list_02 span, .af_common li.list_04 span, .af_common li.list_06 span, .af_common li.list_08 span { background-color:rgba(14, 120, 111, 0.8); }




/* 1-1 스마트 치과 소개 */
.hospital_intro .top_area {  }
.hospital_intro .top_area .right_area { margin-left:50px; }
.hospital_intro .top_area .right_area p { text-align:left; }
.hospital_intro .top_area h2 { font-size:36px; margin-top:35px; }
.hospital_intro .top_area p { font-size:16px; margin-top:45px; }
.hospital_intro .top_area h3 { font-size:18px; text-align:right; margin-top:54px; }
.hospital_intro .top_area h3 span { font-size:22px; display:inline-block; margin:0 10px; }

.hospital_intro .bottom_area h2 { font-size:25px; margin-bottom:28px; }
.hospital_intro .bottom_area article { width:100%; }
.hospital_intro .bottom_area article.first_box { margin-left:0; }
.hospital_intro .bottom_area article .num { font-size:46px; color:#d2d2d2; display:block; float:left; margin:0 15px 0 5px; height:100px; }
.hospital_intro .bottom_area article .promise_title { font-size:24px; color:#0e786f; display:block; padding-top:10px; }
.hospital_intro .bottom_area article p { text-align:left; }
.hospital_intro .bottom_area article span.txt_brown { font-size:16px; }
.hospital_intro .bottom_area article .promise_txt { font-size:16px; color:#2e2e2e; display:block; padding-top:5px; box-sizing:border-box; }



/* 1-2 의료진 소개 */
.doctor_intro .doc_img { text-align:center; }
.doctor_intro .doc_img div { display:inline-block; box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2); }
.doctor_intro .doctor_name { font-size:18px; text-align:right; }
.doctor_intro .doctor_name .txt_bold { font-size:22px; }
.doctor_intro .doctor_his { font-size:36px; margin:39px 0 32px 42px; }
.doctor_intro .doc_career li { background: url(/theme/smart/img/content/his_line_mid.png) left center no-repeat; line-height:40px; padding-left:48px; box-sizing:border-box; color:#3b393a; font-weight:600; font-size:16px; }
.doctor_intro .doc_career li.first_li { background: url(/theme/smart/img/content/his_line_first.png) left center no-repeat; }
.doctor_intro .doc_career li.last_li { background: url(/theme/smart/img/content/his_line_last.png) left center no-repeat; }
.doctor_intro .doc_study { width:100%; }
.doctor_intro .doc_study li { margin-top:40px; }
.doctor_intro .doc_study h5 { border-bottom:1px solid #0e786f; font-size:18px; color:#3b393a; position:relative; padding:5px; box-sizing:border-box; margin-bottom: 7px; }
.doctor_intro .doc_study h5 span.br2px { border-bottom:2px solid #0e786f; width:20%; display:inline-block; position:absolute; right:0; bottom:0; }
.doctor_intro .doc_study li p { text-align:left; background: url(/theme/smart/img/content/polygon_3_green.png) left 5px no-repeat; padding-left:18px; box-sizing:border-box; margin-left: 34px; font-size:16px; font-weight:200; line-height:26px; }



/* 스마트 top down 임플란트 */
.correction_incisor .mid1 p { position:absolute; width:20%; }
.correction_incisor .mid1 .first { left:18%; }
.correction_incisor .mid1 .second { right:22%; }
.correction_incisor .bottom1 li { height:300px; }
.correction_incisor .bottom1 li.list_01 { background:url('/theme/smart/img/content/front_proof_af01.png')center center no-repeat; }
.correction_incisor .bottom1 li.list_02 { background:url('/theme/smart/img/content/front_proof_af02.png')center center no-repeat; }
.correction_incisor .bottom1 li.list_03 { background:url('/theme/smart/img/content/front_proof_af03.png')center center no-repeat; }
.correction_incisor .bottom1 li.list_04 { background:url('/theme/smart/img/content/front_proof_af04.png')center center no-repeat; }
.correction_incisor .bottom1 li.list_07 { background:url('/theme/smart/img/content/front_proof_af07.png')center center no-repeat; }
.correction_incisor .bottom1 li.list_08 { background:url('/theme/smart/img/content/front_proof_af08.png')center center no-repeat; }
.correction_incisor .bottom li { float:none; display:inline-block; }

.smart_implant .mid2 .list_style_img li:first-child { margin-top:20px; }
.smart_implant .mid2 .list_style_img li { font-size:16px; margin-top:10px; text-align:left; }
.smart_implant span.img img { margin:0; }

.smart_implant .mid5 div {  }
.smart_implant .mid5 ul { margin-top:48px; }
.smart_implant .mid5 li { font-size:16px; margin-bottom:10px; text-align:left; }
.smart_implant .mid5 div span { float:left; }
.smart_implant .mid5 img { margin:0 138px 0 183px; }
.smart_implant .mid5 span.polygon0 { float:none; margin-right:11px; vertical-align:-4px; }

.smart_implant .mid6 .rap_box { display:block; padding:15px; background-color:#; border:1px solid #dadada; }
.smart_implant .mid6 p { padding:15px 0 0 20px; text-align:left; }

.smart_implant .mid7 div { background-image:url('/theme/smart/img/content/implant_operate_banner.png'); width:100%; height:280px; box-sizing:border-box; background-size:cover; }
.smart_implant .mid7 div article { text-align:center; padding-top:100px; box-sizing:border-box; }
.smart_implant .mid7 div p { display:inline-block; text-align:left; color:#fff; text-shadow:2px 2px 3px rgba(0, 0, 0, 0.5); vertical-align:middle; padding-left:15px; }

.smart_implant .mid8 li { float:left; position:relative; }
.smart_implant .mid8 .arrow { position:absolute; right:-25px; top:43%; z-index:20; }
.smart_implant .mid8 div { display:inline-block; }

.smart_implant .mid9 div { background-image:url('/theme/smart/img/content/implant_tempo_banner.png'); width:100%; height:280px; }
.smart_implant .mid9 p { width:345px; height:100%; background-color:rgba(14, 120, 111, 0.7); color:#fff; text-shadow:2px 2px 3px rgba(0, 0, 0, 0.5); padding-top:60px; box-sizing:border-box; line-height:25px; }

.smart_implant .mid10 ul { padding:30px 35px; box-sizing:border-box; background-color:#eee; text-align:center; }
.smart_implant .mid10 li { width:90%; height:300px; position:relative; background:no-repeat; display:inline-block; background-position:center center; }
.smart_implant .mid10 ul li.list_01 { background-image:url('/theme/smart/img/content/implant_tempo_img01.png'); }
.smart_implant .mid10 ul li.list_02 { background-image:url('/theme/smart/img/content/implant_tempo_img02.png'); }
.smart_implant .mid10 ul li.list_03 { background-image:url('/theme/smart/img/content/implant_tempo_img03.png'); }
.smart_implant .mid10 ul li.list_04 { background-image:url('/theme/smart/img/content/implant_tempo_img04.png'); }
.smart_implant .mid10 li span { display:inline-block; width:100%; height:55px; position:absolute; bottom:0; left:0; text-align:center; color:#fff; font-size:32px; line-height:55px; }
.smart_implant .mid10 li.list_01 span, .mid10 li.list_03 span { background-color:rgba(28, 54, 52, 0.8); }
.smart_implant .mid10 li.list_02 span, .mid10 li.list_04 span { background-color:rgba(14, 120, 111, 0.8); }

.smart_implant .bottom li { float:left; }
.smart_implant .bottom p { font-size:24px; color:#2e2e2e; padding-top:27px; }



/* 2-2 네비게이션 임플란트*/
.navi_implant { text-align:center; }
.navi_implant .top li { display:inline-block; width:273px; height:276px; line-height:276px; color:#fff; font-size:28px; }
.navi_implant .top li.list_01 { background-image:url('/theme/smart/img/content/navi_banner_img01.png'); }
.navi_implant .top li.list_02 { background-image:url('/theme/smart/img/content/navi_banner_img02.png'); }
.navi_implant .top li.list_03 { background-image:url('/theme/smart/img/content/navi_banner_img03.png'); }
.navi_implant .top li.list_04 { background-image:url('/theme/smart/img/content/navi_banner_img04.png'); }

.navi_implant .mid3 .impl_row_box { position:relative; }
.navi_implant span.vs { width:150px; height:150px; border-radius:150px; background-color:rgba(19, 181, 177, 0.8); font-size:36px; color:#fff; line-height:150px; position:absolute; top:335px; left:39.5%; }
.navi_implant .bottom .impl_col_box li { position:relative; overflow:hidden; }
.navi_implant .big_polygon0 { position:absolute; left:-90px; top:10px; }
.navi_implant .impl_row_box li { float:none; }
.navi_implant .impl_col_box li { float:none; }
.navi_implant .impl_col_box li span { display:inline-block; }


/* 뼈이식 임플란트 */
.implant_bone ul { width:100%; display:inline-block; }
.implant_bone .manual_box_col div { text-align:center; }
.implant_bone li { width:100%; text-align:left; margin-left:0; padding-top:20px; }
.implant_bone li article { padding:10px 20px 20px 20px; box-sizing:border-box; width:100%; }
.implant_bone li article span {  }
.implant_bone li article span.num { color:#0e786f; font-size:30px; margin-right:10px; vertical-align:-5px; }
.implant_bone li article span.promise_txt { display:inline-block; word-break:break-all; }
.implant_bone iframe { width:100%; height:250px; }

.implant_bone .process_list_img div.txt_wrap { width:107%; margin:25px 0 0 -20px; }
.implant_bone .process_list_img div p { float:left; width:25%; text-align:center; }

.machine_intro {  }
.machine_intro article { width:100%; height:auto; padding-bottom:20px; padding-top:20px; border:1px solid #dadada; box-sizing:border-box; position:; }
.machine_intro h5 { background:#13b5b1; width:95%; height:40px; color:#fff; font-size:24px; padding-left:20px; box-sizing:border-box; line-height:40px; font-weight:400; }
.machine_intro p { color:#0e786f; font-size:20px; padding:0 40px; box-sizing:border-box; text-align:left; }
.machine_intro span.img { display:block; text-align:center; position:; bottom:0; right:20px; }
.machine_intro .box_02 span.img { right:50px; }


/* 임플란트 유지 틀니 */
.implant_denture div.img img.first_img { }
.implant_denture div.img img.second_img { }
.implant_denture .manual_box_list div.img { }

.implant_denture .mid1 li { float:left; width:49.5%; margin-left:1%; margin-top:5px;}



/* 임플란트 보험 */
.insurance li { margin-top:50px; text-align:center; }
.insurance li span { display:block; background:url(/theme/smart/img/content/prd_lf_back.png); padding:20px 0; box-sizing:border-box; }
.insurance li div { background:url(/theme/smart/img/content/prd_rt_back.png); padding:20px 0; box-sizing:border-box; }

.smart_proof .mid li { text-align:left; }



/* 티끌교정 */
.tiggle_proof .mid li { text-align:left; }



/* 원데이 사랑니발치 */
.oneday_anesthesia .mid1 div { text-align:center; }
.oneday_anesthesia .mid2 div { text-align:center; }
.oneday_anesthesia .mid2 div p { text-align:left; padding-left:10px; box-sizing:border-box; }
.oneday_anesthesia .mid3 li p { font-size:18px; }
.oneday_anesthesia .bottom li {  margin:0; }


/* 1-5 locate */
.locate .top_area { margin-bottom:33px; }

.locate .middle_area {  }
.locate .right_area { padding-left:20px; box-sizing:border-box; }
.locate .right_area h3 { font-size:32px; padding:20px 0 13px; box-sizing:border-box; }
.locate .right_area h3 span { margin-right:11px; vertical-align:4px; }
.locate .right_area p { font-size:20px; }
.locate .right_area span.txt_brown { font-size:18px; }

.locate .right_area ul { margin-top:27px; }
.locate .right_area li { clear:both; font-size:20px; line-height:26px; box-sizing:border-box; margin-bottom:5px; }
.locate .right_area li > span { display:block; width:80px; height:26px; color:#fff; background-color:#313131; margin-right:20px; float:left; text-align:center; }
.locate > p { font-size:40px; }
.locate p { text-align:left; }
.root_daum_roughmap.root_daum_roughmap_landing { width:100% !important; }


/* 장비소개 */
.equipment_wrap { padding:0 10px; box-sizing:border-box; }
.equipment_wrap .equipment_title { width:31.4% !important; margin:5px 0.96%; }
.equipment_wrap .equipment_title a { display:block; margin:0 !important; width:100% !important; }


/* 심미보철클리닉 */
.aesthetic_main .mid2 .manual_box_list { padding:10px; box-sizing:border-box; }
.aesthetic_main .manual_box_list ul li { font-size:16px; margin-top:10px; }

.aesthetic_main .mid3 .manual_box_list { padding:10px; box-sizing:border-box; }
.aesthetic_main .mid3 span.polygon0 {  }
.aesthetic_main .mid3 span.img { display:inline-block; height:237px; text-align:left; color:#fff; padding:10px; box-sizing:border-box; width:50%; background-size:cover; }
.aesthetic_main .mid3 .first.img { background:url('/theme/smart/img/content/simmi_mod_01.png') no-repeat center center; }
.aesthetic_main .mid3 .second.img { background:url('/theme/smart/img/content/simmi_mod_02.png') no-repeat center center; }

.aesthetic_main .mid5 .manual_box_list { padding:10px; }
.aesthetic_main .mid5 .left_area span.img { background:url('/theme/smart/img/content/simmi_cure_day.png') no-repeat center center; display:block; height:298px; text-align:center; color:#fff; padding:10px; box-sizing:border-box; }

.aesthetic_main .mid8 ul { width:100%; }
.aesthetic_main .mid8 li { width:50%; height:168px; text-align:center; line-height:168px; color:#fff; font-size:20px; margin:0; }
.aesthetic_main .mid8 li.two { background:url('/theme/smart/img/content/simmi_list_02.png') no-repeat center center; }
.aesthetic_main .mid8 li.four { background:url('/theme/smart/img/content/simmi_list_04.png') no-repeat center center; }
.aesthetic_main .mid8 li.six { background:url('/theme/smart/img/content/simmi_list_06.png') no-repeat center center; }

.aesthetic_main .mid13 li { margin: 10px; }
.aesthetic_main .mid13 li:first-child {  }
.aesthetic_main .mid13 p { font-size:16px; }

.aesthetic_main .mid16 .manual_box_list { padding:0; background:url('/theme/smart/img/content/gray_pattern.png'); text-align:center; }
.aesthetic_main .mid16 .manual_box_list div.img { margin:15px; }


/* 턱관절 클리닉 */
.chin_main .mid4 li.li_de1 { width:100%; margin-bottom:20px; font-size:16px; }
.chin_main .mid4 li.li_de1 span.img { display:block; }
.chin_main .mid4 li.li_de1 ul { margin-top:15px; text-align:left; display:inline-block; }
.chin_main .mid4 li.li_de1 li { line-height:30px; }
.chin_main .mid4 li.li_de1 li .polygon0_bl { margin-right:10px; }

.chin_main .mid5 div.img-border { border:0; text-align:center; }

.chin_main .mid7 { text-align:center; }
.chin_main .mid7 ul { display:inline-block; }
.polygon0_list li { display:inline-block; }
.polygon0_list li:first-child { margin-left:0; }

.chin_main .mid10.manual_box { border:1px solid #dbdbdb; }
.chin_main .mid10.manual_box .img-border { border:0 }

.chin_main .mid12.manual_box_ul ul { padding:0 0 37px 35px; box-sizing:border-box; }
.chin_main .mid12.manual_box_ul li { margin-top:26px; }
.chin_main .mid12.manual_box_ul li span.block { display:block !important; }


/* 스마트 교정 */
.proof_main .manual_box { border:1px solid #dbdbdb; }
.proof_main .manual_box .img-border { border:0; }
.proof_main .mid3 span.i_size { display:block; }
.proof_main .mid3 span.img img { margin-left:0; }
.proof_main .manual_box_list { padding:10px 15px; }
.proof_main .manual_box_list .machine_list li { text-align:center; float:none; }
.proof_main .manual_box_list .machine_list li:first-child { margin-bottom:20px; }


/* 스케일링 잇몸관리 프로그램 7-1 */
.scaling .top_plus .substance_box article { margin-top:14px; }
.scaling .top_plus .substance_box article div { padding:10px 0; box-sizing:border-box; }
.scaling .top_plus .substance_box article div img { display:inline-block; }
.scaling .top_plus .substance_box .lf_box { width:100%; background:url('/theme/smart/img/content/prd_lf_back.png'); text-align:center;}
.scaling .top_plus .substance_box .rt_box { width:100%; background:url('/theme/smart/img/content/prd_rt_back.png'); }
.scaling .top_plus .substance_box .rt_box h5 { font-size:20px; font-weight:400; color:#00253c; padding:10px 0 10px 20px; box-sizing:border-box; }
.scaling .top_plus .substance_box .rt_box p { color:#4f4f4f; font-size:16px; padding-left:30px; box-sizing:border-box; text-align:left; line-height:24px; }
.scaling p.please_call { color:#e64949; text-align:left; font-weight:500; }
.scaling .third_li .span_align { padding-left:55px; }
.scaling .manual_box_list li { text-align:center; }
.scaling .manual_box_list figure { font-size:22px; margin-top:20px; }
.scaling .manual_box_list figure span { font-weight:normal; font-size:15px; }

.scaling .manual_box_list li { margin-top:0; margin-bottom:0; display:inline-block; float:none; }
.scaling .manual_box_list li { }


@media (max-width:425px){
	.manual_box_list .img_list li { float:left; width:50%; }
	.aesthetic_main .mid3 span.img { display:inline-block; height:237px; text-align:left; color:#fff; padding:10px; box-sizing:border-box; width:100%; background-size:cover; }
	.img_row_box li { float:none; width:98%; margin:0 1% 30px; text-align:center; }
	.smart_implant .mid10 ul { padding:0; box-sizing:border-box; background-color:#eee; text-align:center; }
	.equipment_wrap .equipment_title { width:49% !important; margin:5px 0.5%; }
	.equipment_wrap .equipment_title a { height:48px; line-height:48px; }
	.aesthetic_main .mid8 li { width:100%; height:168px; text-align:center; line-height:168px; color:#fff; font-size:20px; margin:0; }
	.af_common ul { padding:0; }
	.implant_bone .machine_intro article { width:100%; height:auto; padding-bottom:20px; }
	.implant_bone .machine_intro p { padding-left:20px; }
	.implant_bone .machine_intro span.img { position:static; display:block; text-align:center; margin-top:20px; }
	.implant_denture .manual_box_list { padding:5px; }
}


@media (max-width:425px){
	.manual_box_list .img_list li { float:left; width:50%; }
	.aesthetic_main .mid3 span.img { display:inline-block; height:237px; text-align:left; color:#fff; padding:10px; box-sizing:border-box; width:100%; background-size:cover; }
	.img_row_box li { float:none; width:98%; margin:0 1% 30px; text-align:center; }
	.smart_implant .mid10 ul { padding:0; box-sizing:border-box; background-color:#eee; text-align:center; }
	.equipment_wrap .equipment_title { width:49% !important; margin:5px 0.5%; }
	.equipment_wrap .equipment_title a { height:48px; line-height:48px; }
	.aesthetic_main .mid8 li { width:100%; height:168px; text-align:center; line-height:168px; color:#fff; font-size:20px; margin:0; }
	.af_common ul { padding:0; }
	.implant_bone .machine_intro article { width:100%; height:auto; padding-bottom:20px; }
	.implant_bone .machine_intro p { padding-left:20px; }
	.implant_bone .machine_intro span.img { position:static; display:block; text-align:center; margin-top:20px; }
	.implant_denture .manual_box_list { padding:5px; }
}