@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 'Montserrat','core','Nanum Gothic','Malgun Gothic',sans-serif;
    font-weight: normal;
    color: inherit;
}

html {
    font-size: 62.5%;
    -webkit-text-size-adjust: none;
}

body {
    font-size: 1.6rem;
    line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
	width: 100%;
}

a {
    text-decoration: none;
    cursor: pointer;
}

img {
    vertical-align: top;
}

input[type=text], input[type=tel], input[type=number], input[type=password], input[type=submit], input[type=button], button, textarea, select {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
    color: inherit;
    font-family: inherit;
    line-height: 1;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	box-sizing: border-box;
}

@media screen and (max-width: 720px) {
	img {
		max-width: 100%;
	}
}

@media screen and (max-width: 640px) {
    html {
        font-size: 46.875%;
    }
}

@media screen and (max-width: 480px) {
    input[type=text], input[type=tel], input[type=number], input[type=password], input[type=submit], input[type=button], button, textarea, select {
        font-size: 2rem;
    }
}

@media screen and (max-width: 375px) {
}


/* Font Design */
.sub_tit {
    position: relative;
}

.sub_tit span.pink {
    color: #f172ac;
}

.sub_tit h3 {
    font-size: 3.6rem;
    color: #222;
    line-height: 1.25em;
    letter-spacing: -0.05em;
}

.sub_tit h4 {
    font-size: 2rem;
    color: #222;
    line-height: 1.3em;
    letter-spacing: -0.05em;
}

.sub_tit h5 {
    font-size: 1.8rem;
    color: #222;
    line-height: 1.35em;
    letter-spacing: -0.05em;
}

.sub_txt {
    position: relative;
}

.sub_txt p {
    font-size: 1.6rem;
    color: #222;
    line-height: 1.4em;
    letter-spacing: -0.05em;
}

.sub_txt p.mb {
    margin-bottom: 10px;
}

.sub_txt ul.desc_circle li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 10px;
    font-size: 1.6rem;
    color: #3f485b;
    line-height: 1.4em;
    letter-spacing: -0.05em;
}

.sub_txt ul.desc_circle li.last-of-type {
    margin-bottom: 0;
}

.sub_txt ul.desc_circle li:after {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
    background: #3f485b;
    border-radius: 100%;
}

@media screen and (max-width: 720px) {
    .sub_tit {
        word-break: keep-all;
    }
    .sub_tit h3 {
        font-size: 4rem;
    }
    .sub_tit h4 {
        font-size: 3rem;
    }
    .sub_tit h5 {
        font-size: 2.2rem;
    }
    .sub_txt {
        word-break: keep-all;
    }
    .sub_txt br {
        display: none;
    }
    .sub_txt p {
        font-size: 2rem;
    }
    .sub_txt ul.desc_circle li {
        font-size: 2rem;
    }
}


/* Form Design */
.inp_grp {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.inp_grp input[type='checkbox'] {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.inp_grp input[type='checkbox']+label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.inp_grp input[type='checkbox']+label:before {
    line-height: 26px;
    display: inline-block;
    width: 26px;
    height: 26px;
    content: ' ';
    text-align: center;
    vertical-align: middle;
    border: 2px solid #d8d8d8;
    background: #fff;
}

.inp_grp input[type='checkbox']:checked+label:before {
    font-weight: bold;
    content: '\002714';
    color: #5ab1e4;
}

.inp_grp input[type='radio'] {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.inp_grp input[type='radio']+label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.inp_grp input[type='radio']+label:before {
    line-height: 26px;
    display: inline-block;
    width: 26px;
    height: 26px;
    content: ' ';
    text-align: center;
    vertical-align: middle;
    border: 2px solid #d8d8d8;
    border-radius: 100%;
    background: #fff;
}

.inp_grp input[type='radio']:checked+label:after {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 6px;
    width: 18px;
    height: 18px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 100%;
    background: #5ab1e4;
}

.inp_grp input[type='text'], input[type='tel'], .inp_grp input[type='password'], .inp_grp select {
    width: 180px;
    height: 40px;
    padding: 0 1em;
    border: 1px solid #c7c7c7;
    background: #fff;
}

.inp_grp select::-ms-expand {
    display: none;
}

.inp_grp select {
    background: #fff url("http://images.idhospital.com/image/iddental/common/icon_downArrow.png") no-repeat 90% 50%;
}

.inp_grp input[type='button'] {
    width: 160px;
    height: 50px;
    padding: 0;
    cursor: pointer;
    border-style: solid;
    border-width: 1px;
}

.inp_grp input[type='submit'] {
    width: 160px;
    height: 50px;
    padding: 0;
    cursor: pointer;
    border-style: solid;
    border-width: 1px;
	font-size:1.6rem;
}

.inp_grp a.btn {
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
    width: 160px;
    height: 50px;
	line-height: 50px;
    border-style: solid;
    border-width: 1px;
	font-size:1.6rem;
}

.inp_grp .btnB {
    color: #fff;
    background: #3C4C7F;
    border-color: #3C4C7F;
}

.inp_grp .btnW {
    color: #333;
    background: #fff;
    border-color: #333;
}

.inp_grp ::-webkit-input-placeholder {
    color: #555;
}

.inp_grp ::-moz-placeholder {
    color: #555;
}

.inp_grp :-ms-input-placeholder {
    color: #555;
}

.inp_grp :-moz-placeholder {
    color: #555;
}

@media screen and (max-width: 480px) {
	.inp_grp a.btn {
		line-height: 40px;
	}
}


/* Button Design */
.btn_grp {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn_grp .detail {
    display: inline-block;
    width: 200px;
    font-size: 2.4rem;
    padding: 0.5em 0;
    border-bottom: 3px solid #333;
    background: url("http://images.idhospital.com/image/iddental/common/icon_detailArrow.png") no-repeat 100% 50%;
    letter-spacing: -0.07em;
}

.btn_grp .search {
    display: inline-block;
    width: 48px;
    height: 48px;
    text-indent: -9999px;
    background: #5ab1e4 url("http://images.idhospital.com/image/iddental/common/icon_search1.png") no-repeat 50% 50%;
}

.btn_grp .search_t {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding-left: 40px;
    font-size: 1.4rem;
    color: #fff;
    background: #7a7a7e url("http://images.idhospital.com/image/iddental/common/icon_search2.png") no-repeat 15px 50%;
}

.btn_grp .more {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 45px;
    height: 45px;
}

.btn_grp .close {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 45px;
    height: 45px;
}

.btn_grp a i {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 100%;
    height: 2px;
}

.btn_grp a i.cross_w {
    background: #69748a;
    left: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.btn_grp a i.cross_h {
    background: #69748a;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.btn_grp a i.cross_l {
    background: #56b6e6;
    left: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.btn_grp a i.cross_r {
    background: #56b6e6;
    left: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 480px) {
    .btn_grp .detail {
        background-size: 20%;
    }
    .btn_grp .search_t {
        font-size: 2rem;
    }
}


/* Tab Design */
.tab_grp {
    position: relative;
    width: 100%;
    display: table;
    text-align: center;
}

.tab_grp:after {
    content: "";
    display: block;
    clear: both;
}

.tab_grp li {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 33.33%;
    cursor: pointer;
}

.tab_grp.typeBig {
    height: 75px;
}

.tab_grp.typeBig li {
    font-size: 1.8rem;
    color: #999;
    background: #fff;
    border: 1px solid #ddd;
    border-right: 0;
}

.tab_grp.typeBig li:last-of-type {
    border-right: 1px solid #ddd;
}

.tab_grp.typeBig li:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    display: block;
    width: 0;
    height: 15px;
    border-bottom: 2px solid #48a9e1;
    background: url("http://images.idhospital.com/image/iddental/common/icon_tabLine.png") no-repeat 100% 0;
    -webkit-transition: width 500ms ease;
    -moz-transition: width 500ms ease;
    -o-transition: width 500ms ease;
    -ms-transition: width 500ms ease;
    transition: width 500ms ease;
}

.tab_grp.typeBig li:hover {
    color: #48a9e1;
}

.tab_grp.typeBig li:hover::after {
    width: 100%;
}

.tab_grp.typeBig li.active {
    color: #fff;
    background: #48a9e1;
    border: 1px solid #48a9e1;
}

.tab_grp.typeBig li.active:hover {
    color: #fff;
}

.tab_grp.typeSmall {
    height: 40px;
}

.tab_grp.typeSmall li {
    font-size: 1.5rem;
    color: #999;
    background: #fff;
    border-top: 1px solid #687184;
    border-bottom: 1px solid #687184;
    border-left: 1px solid #b2b7ba;
    border-right: 0;
}

.tab_grp.typeSmall li:first-of-type {
    border-left: 1px solid #687184;
    border-radius: 5px 0 0 5px;
}

.tab_grp.typeSmall li:last-of-type {
    border-right: 1px solid #687184;
    border-radius: 0 5px 5px 0;
}

.tab_grp.typeSmall li.active {
    color: #fff;
    background: #687184;
}

@media screen and (max-width: 480px) {
	.tab_grp.typeBig {
		height: 60px;
	}

	.tab_grp.typeBig li:after {
		background-size: 11px 10px;
		background-position: 100% 110%;
	}
}

@media screen and (max-width: 375px) {
	.tab_grp.typeBig {
		height: 50px;
	}
}


/* Belit Design */
.blt_grp {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.blt_grp.new {
    width: 20px;
    height: 20px;
    line-height: 22px;
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 1.6rem;
    color: #fff;
    background: #56b6e6;
}

.blt_grp.best {
    width: 50px;
    height: 20px;
    line-height: 22px;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 1.4rem;
    color: #fff;
    background: url("http://images.idhospital.com/image/iddental/common/blt_bestBg.png") repeat center center;
}

.blt_grp.normal {
    padding: 0 1em;
    height: 22px;
    line-height: 22px;
    font-size: 1.4rem;
    color: #fff;
    background: #75bee2;
    border-radius: 10px;
}

@media screen and (max-width: 480px) {}


/* Paging,Controls Design */
.pagination {
    position: relative;
    text-align: center;
    font-size: 0;
}

.pagination a {
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    line-height: 35px;
}

.pagination a span {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 1.6rem;
    color: #555;
}

.pagination a.active span {
    font-weight: 600;
    color: #273972;
    text-decoration: underline;
}

.pagination a.ico_btn {
    background-repeat: no-repeat;
    background-position: center center;
	background-color: #ddd;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease
}

.pagination a.ico_btn span {
    font-size: 0;
    text-indent: -9999px;
}

.pagination a.prev {
    background-image: url("http://images.idhospital.com/image/iddental/common/icon_prevArrow.png");
    margin-right: 10px;
}

.pagination a.next {
    background-image: url("http://images.idhospital.com/image/iddental/common/icon_nextArrow.png");
    margin-left: 10px;
}

.pagination a.prev:hover {
    background-color: #273972;
}

.pagination a.next:hover {
    background-color: #273972;
}

.ctrls_grp {
    position: relative;
    width: 100%;
    height: 88px;
}

.ctrls_grp span {
    position: absolute;
    top: 0;
    display: inline-block;
    width: 44px;
    height: 88px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    font-size: 0;
    text-indent: -9999px;
	outline: none;
    cursor: pointer;
	-ms-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease
}

.ctrls_grp span.prev {
    left: 0;
    background-image: url("http://images.idhospital.com/image/iddental/common/slide_ctrls_prev_off.png");
}

.ctrls_grp span.prev:hover {
    background-image: url("http://images.idhospital.com/image/iddental/common/slide_ctrls_prev_on.png");
}

.ctrls_grp span.next {
    right: 0;
    background-image: url("http://images.idhospital.com/image/iddental/common/slide_ctrls_next_off.png");
}

.ctrls_grp span.next:hover {
    background-image: url("http://images.idhospital.com/image/iddental/common/slide_ctrls_next_on.png");
}

.paging_grp {
    position: relative;
    text-align: center;
    font-size: 0;
}

.paging_grp span {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 7.5px;
    border-style: solid;
    border-width: 2px;
    border-radius: 100%;
    cursor: pointer;
}

.paging_grp.typeW span {
    background: #d2d5dc;
    border-color: #d2d5dc;
}

.paging_grp.typeW span.active {
    background: transparent;
    border-color: #56b6e6;
}

.paging_grp.typeG span {
    background: #969ead;
    border-color: #969ead;
}

.paging_grp.typeG span.active {
    background: transparent;
    border-color: #56b6e6;
}

.lar_grp {
    position: relative;
    display: inline-block;
    font-size: 0;
}

.lar_grp span {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 0;
    text-indent: -9999px;
    cursor: pointer;
	-ms-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease
}

.lar_grp span.prev {
    background-image: url("http://images.idhospital.com/image/iddental/common/icon_prevArrow.png");
}

.lar_grp span.next {
    background-image: url("http://images.idhospital.com/image/iddental/common/icon_nextArrow.png");
}

.lar_grp.typeBig span {
    width: 60px;
    height: 60px;
    background-color: #dddddd;
}

.lar_grp.typeBig span:hover {
	background-color: #5ab1e4;
}

.lar_grp.typeSmall span {
    width: 35px;
    height: 35px;
    background-color: #dddddd;
}

.lar_grp.typeSmall span:hover {
    background-color: #69748a;
}

@media screen and (max-width: 480px) {
	.pagination a {
		width: 24px;
		height: 24px;
		line-height: 24px;
	}
	
	.pagination a.prev {
		margin-right: 5px;
		background-size: 8px 8px;
	}

	.pagination a.next {
		margin-left: 5px;
		background-size: 8px 8px;
	}
}
