@charset "utf-8";
/* RESET */


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-size: 100%;
   /*  font: inherit; */
    vertical-align: baseline;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

fieldset,
img {
    border: 0 none;
}

img,
video {
    border: 0;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

dl,
ul,
ol,
menu,
li {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

input,
select,
textarea,
button {
    font-size: 100%;
    vertical-align: middle;
    box-sizing: border-box;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    box-sizing: border-box;
}

button {
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
}

body {
    background: #fff;
}

a {
    color: #000;
    text-decoration: none;
}

a:active,
a:hover {
    text-decoration: none;
}

address,
caption,
cite,
code,
dfn,
em,
var {
    font-style: normal;
    font-weight: normal;
}

body {
    -webkit-text-size-adjust: none
}

input[type='text'],
input[type='password'],
input[type='submit'],
input[type='search'] {
    -webkit-appearance: none;
    border-radius: 0;
}

input:checked[type='checkbox'] {
    background-color: #666;
    -webkit-appearance: checkbox;
}

button,
input[type='button'],
input[type='submit'],
input[type='reset'],
input[type='file'] {
    -webkit-appearance: button;
    border-radius: 0;
}

input[type='submit'],
input[type='text'],
input[type='password'],
input[type='tel'],
input[type='number'],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

input[type='search']::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

legend,
hr,
caption {
    display: block;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 0;
    top: 0;
    text-indent: -9999em;
    overflow: hidden;
}

/* Edit */
html {
    font-size: 16px;
}

body,
h1,
h2,
h3,
h4,
th,
td,
input,
select,
textarea,
button,
p,
li,
dt,
dd,
a {
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: -1px;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 0;
}

input[type="password"] {
    font-family: sans-serif
}

.ud {
    animation: ud infinite alternate 0.5s;
    display: block
}

/* 위 아래로 흔들리는 애니메이션 */
@keyframes ud {
    from {
        transform: translateY(5px)
    }

    to {
        transform: translateY(-5px)
    }
}

.lr {
    animation: lr infinite alternate 0.5s;
    display: block
}

/* 좌우로 흔들리는 애니메이션 */
@keyframes lr {
    from {
        transform: translateX(2.5px)
    }

    to {
        transform: translateX(-2.5px)
    }
}

.bs {
    animation: bs infinite alternate 0.5s;
    display: block
}

/* 커졌다 작아졌다하는 애니메이션 */
@keyframes bs {
    from {
        transform: scale(0.95)
    }

    to {
        transform: scale(1)
    }
}

/* 공통 */
.mb_t {
    display: none
}

.pc_blind {
    display: none;
}

.blind {
    font-size: 0px;
    line-height: 0px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: -9999px;
    text-indent: -9999px
}

.tb_blind {
    display: none;
}

.clear:after {
    display: block;
    content: "";
    clear: both
}

.clearfix {
    display: block;
    content: "";
    clear: both
}

.mb_exper_con2,
.mb_exper_con1 {
    display: none;
}

.sub_inner {
    width: 1250px;
    margin: 0 auto;
    text-align: center;
}

select[name='rows'] {
    margin-bottom: 5px;
    font-size: 13px ! important;
    border: none;
    border-bottom: 1px solid #333
}

select[name='rows'] option {
    font-size: 13px ! important
}

.adm-table {
    margin-top: 10px
}

/* -------- header -------- */
.mb {
    display: none !important;
}

#header {
    background:#fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100%;
    height: 90px;
    border-bottom: 1px solid #666;
    transition: all 0.7s;
}

#header.on{
    background: #fff;
    border: none;
	box-shadow: rgba(0,0,0,0.1) 0px 1px 1px;
}

.inner {
    width: 1400px;
    margin: 0 auto
}

.con1 .inner {
    width: 1269px;
    margin: 0 auto
}

#header>.inner {
    position: relative;
    height: 100%;
	width: 90%;
	max-width: 1400px;
}

#header div.clear {
    height: 90px;
	text-align: center
}

.logo {
    display: block;
    width: 190px;
    height: 100%;
    /* float: left; */
    margin-right: 60px;
	position: absolute;
	top: 0;
	left: 0;
}

.logo a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.logo img {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto
}

.nav{
    /* width: calc(100% - 420px); */
    margin:0 auto;
    width:65%;
}
.nav > ul {
    display:flex;

}


.nav>ul>li{
    width:20%;
    margin:0 auto;
    height: 90px;
    position:relative;
}
.nav>ul>li>a{
    font-size:0.8vw;
    color: #000;
    line-height: 90px;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 0 25px;
}
#header.on .nav>ul>li>a{
	color: #333;
}

.nav>ul>li>ul{
    width:100% !important;
    background:rgba(0,0,0,0.6);
    display: none;
    position: absolute;
    top: 90px;
    left: 50%;
    transform:translateX(-50%);
    text-align: center;
    width: auto;
    z-index: 10;
}

.nav ul>li>ul>li{
    width:100%;
    padding:1px;
    line-height: 50px;
}

.nav>ul>li>ul li a{
    color: #fff;
    font-size:0.8vw;
    line-height: 50px
}
#header.on .nav>ul>li>ul li a{
	/* color: #333; */
}

.nav_bg{
    display: none;
    width: 100%;
    height: 50px;
    position: absolute;
    top: 90px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.73)
}

aside.allmenu{
    display: none;
}

.m_lnb,
.m_btn,
.m_btn_open,
.m_ft_wrap {
    display: none;
}

.lnb {
    position: relative;
    width: 1280px;
}

.lnb>ul>li:nth-of-type(1) {
    border-left: 1px solid #dcdcdc;
}

.lnb>ul>li {
    position: relative;
    float: left;
    width: 20%;
    text-align: center;
    border-right: 1px solid #dcdcdc
}


.lnb>ul>li>a {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 45px;
    letter-spacing: 0.8px
}

.lnb>ul>li:hover>a {
    color: #fff;
    transition: .4s;
    background: #8ad5e6
}

.lnb ul li ul li a {
    display: block;
    padding: 10px 13px;
    font-size: 17px;
    line-height: 19px;
    letter-spacing: -0.05em;
    color: #585858;
}

.lnb ul li ul {
    display: none;
    position: absolute;
    z-index: 100;
    width: 100%
}

.lnb ul li ul li {}

.lnb ul li ul li:hover a {
    color: #fff;
    background-color: #1D4A6F;
    transition: .4s;
}

.ham {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 68px;
    height: 62px;
    background-color: #000;
    display: block;
    text-indent: -9999px;
}

.ham span {
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #fff;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .25s;
    cursor: pointer
}

.ham span:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    bottom: 10px;
    transition: .25s
}

.ham span:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 10px;
    transition: .25s
}

.ham span.active {
    background-color: transparent;
}

.ham span.active:before {
    transform: rotate(45deg);
    bottom: 0;
}

.ham span.active:after {
    transform: rotate(-45deg);
    top: 0;
}

.bg_black {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 199
}

.lnb2 {
    display: none;
    background-color: rgba(0, 0, 0, 0.73);
    position: absolute;
    top: 63px;
    width: 100%;
    padding-top: 50px;
    border: 1px solid #000;
}

.lnb2>ul>li {
    float: left;
    width: calc(25% - 26px);
    height: 303px;
    margin: 0 13px;
}

.lnb2>ul>li>a {
    display: block;
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    line-height: 49px;
    background-color: #133d7c;
    padding-left: 13px
}

.lnb2>ul>li a {
    color: #fff
}

.lnb2>ul>li>ul>li a {
    padding: 5px 16px;
    display: block;
    transition: .5s
}

.lnb2>ul>li>ul>li:hover a {
    padding: 5px 25px;
    color: #428bca
}

#header .global{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 90px;
}

#header .global ul{
    overflow: hidden;
    width: auto;
}

#header .global ul li{
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
}

#header .global ul li a{
    color: #000;
    font-size: 14px;
    font-weight: 100;
    opacity: 0.8;
}

#header.on .global ul li a{
	color: #333;
	font-weight: 400;
}

#header .global ul li a:hover{
    opacity: 1;
}

.snslist {
    overflow: hidden;
    position: absolute;
    top: 50%;
    right: -1%;
    transform: translateY(-50%);
}

.snslist li {
    float: left;
    margin-right: 8px;
    width: 30px;
}

.snslist li:last-child {
    margin-right: 0px
}

.snslist li img{
    width: 100%;
}

.snslist_mb {
    text-align: center;
    margin-top: 20px
}

.snslist_mb li {
    display: inline-block;
    margin-right: 7px;
}

.snslist_mb li:last-child {
    margin-right: 0px;
}

/* mainVisual */
.visual {
    position: relative
}

.mainVisual {
    width: 100%
}

.slick-dotted.slick-slider {
    margin-bottom: 0
}

.subslide{
	display: none
}

.slick-slide img {
    width: 100%
}

.btn_play {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 40px;
    text-indent: -9999px;
    background: url(/include/img/pause_btn.png) no-repeat center left;
    opacity: 0.75;
    width: 20px;
    height: 20px;
    background-size: 90% auto;
}

.btn_play.on {
    background: url(/include/img/play_btn.png) no-repeat center left;
    background-size: 100% auto
}

.mainVisual .slick-dots {
    bottom: auto;
    width: 15px;
    left: calc(50% + 640px);
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    text-align: right;
}

.slick-dots li {
    margin: 0 3px;
    transition: all 0.4s;
    display: block;
    text-align: right;
    width: 15px;
    margin-bottom: 10px;
    height: 15px
}

.slick-dots li:last-child {
    margin-bottom: 0
}

.slick-dots li button {
    width: 15px;
    transition: all 0.4s;
    display: block;
    float: right;
    height: 15px
}

.slick-dots li button:before {
    content: '';
    background: #fff;
    border-radius: 50%;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    opacity: 1;
    width: 15px;
    height: 15px
}

.slick-dots li.slick-active {
    width: 15px
}

.slick-dots li.slick-active button {
    width: 15px;
}

.slick-dots li.slick-active button:before {
    width: 16px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 3px solid #73c9dd;
    background: none;
    height: 16px
}

.slick-dots li button:before {
    right: 0;
    left: auto
}

.mainVisual_m .slick-dots {
    bottom: 10px
}

.mainVisual_m .slick-dots li {
    margin: 0 3px;
    transition: all 0.4s;
    width: 15px;
    height: 15px
}

.mainVisual_m .slick-dots li button {
    width: 15px;
    transition: all 0.4s;
    height: 15px
}

.mainVisual_m .slick-dots li button:before {
    content: '';
    background: #000;
    border-radius: 50%;
    opacity: 1;
    transition: all 0.4s;
    width: 15px;
    height: 15px
}

.mainVisual_m .slick-dots li.slick-active {
    width: 17px;
}

.mainVisual_m .slick-dots li.slick-active button {
    width: 17px;
    height: 17px
}

.mainVisual_m .slick-dots li.slick-active button:before {
    width: 17px;
    height: 17px;
    border-radius: 20px;
    opacity: 1;
    background: none
}

.visual .carousel-inner,
.visual .carousel-inner .item{
    height: 100%;
}

.mainVisual_bg {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/**/
#gomap>div {
    float: left;
}

#gomap>div:first-child {
    width: 60%
}

#gomap>div:last-child {
    width: 40%
}

#gomap .info {
    width: 86%;
    z-index: 11;
    box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px
}

#gomap .info .top,
#gomap .info .bottom {
    border-bottom: 1px solid #bbb;
    margin-bottom: 10px;
    padding-bottom: 10px
}

#gomap .info .middle span:nth-child(1) {
    display: inline-block;
    width: 80px;
}

#gomap .info .middle span:nth-child(2) {
    letter-spacing: 0px;
    font-weight: 900
}

#gomap .info .middle p.red {
    color: red
}

#gomap .info>div h5 {
    font-size: 20px;
}

#gomap .info .bottom a {
    font-size: 37px;
    color: #333;
    font-weight: 600
}

.vehicle {
    background-color: #f5f5f5;
    height: auto;
    margin-top: 90px;
    padding-bottom: 100px
}

.vehicle .inner>p {
    text-align: center;
    font-size: 40px;
    line-height: 110px;
    font-weight: 600;
    padding-top: 30px;
}

.vehicle_list li {
    float: left;
    width: 33.3%;
    text-align: center;
    background-color: #d8d8d8;
}

.vehicle_list li:nth-of-type(2) {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

.vehicle_list li a {
    line-height: 64px;
    display: block;
    font-size: 20px
}

.vehicle_list li a span {
    font-weight: 600
}

.vehicle_list li a:hover {
    color: #6bc8f2
}

.vehicle_list li.on {
    background-color: #6bc8f2
}

.vehicle_list li.on a {
    color: #fff
}

.vehicle_img {
    height: auto;
    background-color: #fff;
    position: relative
}

.vehicle_img div {
    display: none;
}

.vehicle_img div.on {
    display: block
}

.vehicle_img img {
    width: 100%
}

/* footer_map */
.footer_map {
    position: relative
}

.footer_map iframe {
    vertical-align: middle
}

.footer_map .info {
    position: absolute;
    width: 400px;
    height: 410px;
    top: 50%;
    left: calc(50% + 640px - 200px);
    transform: translateX(-50%) translateY(-50%);
    background: rgba(255, 255, 255, 0.8);
    z-index: 11;
    box-sizing: border-box;
    border: 1px solid #eee;
    box-sizing: border-box;
    padding: 30px
}

.footer_map .info .top,
.footer_map .info .middle {
    border-bottom: 1px solid #bbb;
    margin-bottom: 20px;
    padding-bottom: 20px
}

.footer_map .info .middle span:nth-child(1) {
    display: inline-block;
    width: 80px;
}

.footer_map .info .middle span:nth-child(2) {
    letter-spacing: 0px;
    font-weight: 900
}

.footer_map .info .middle p:last-child {
    color: red
}

.footer_map .info>div h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px
}

.footer_map .info .bottom a {
    font-size: 37px;
    color: #333;
    font-weight: 600
}


/* -------- footer -------- */
#footer {
    background-color: #fff;
    padding-bottom: 50px
}

.fmenu {
    border-bottom: 1px solid #cacaca;
    border-top: 1px solid #cacaca
}

.fmenu ul {
    width: 100%;
    margin: 0 auto;
    text-align: center
}

.fmenu li {
    display: inline-block;
    padding: 20px 19px;
    font-size: 15px;
    font-weight: 300
}

.fmenu li a {
    color: #666
}

.f_logo {
    text-align: center;
    padding: 26px 0
}

.info_foot {
    text-align: center;
}

.info_foot li {
    color: #666
}

.quick_icon {
    position: fixed;
    bottom: 0;
    z-index: 1000
}

.quick_icon li {
    float: left;
    width: 20%;
    border-right: 1px solid #e7e7e7;
    font-weight: 300
}

.quick_icon li:nth-of-type(4) {
    border-right: none
}

.quick_icon li:last-child {
    border-right: none
}

.quick_icon li img {
    width: 100%
}

.link_pers {
    padding-bottom: 27px
}

.link_pers li {
    float: left;
}

.link_pers li:before {
    float: left;
    content: "";
    width: 1px;
    height: 16px;
    background-color: #d2d2d2;
    margin: 4px 20px
}

.link_pers li:first-child:before {
    display: none;
}


.f_gnb {
    position: absolute;
    right: 0%;
    top: 28px
}

.f_gnb ul li {
    float: left;
    margin-left: 16px;
    width: 40px;
}

.f_gnb ul li:first-child {
    margin-left: 0
}

.quick_pc {
    position: fixed;
    right: 50px;
    top:50%;
    transform:translateY(-50%);
    z-index: 999;
    width: 106px;
    height: 636px;
    box-sizing: border-box;
    padding-top: 0px;
    overflow: hidden;
    display: block
}

.quick_pc ul.quick_btn {
    position: absolute;
    width: 100%;
    height: 530px;
    left: 0;
    bottom: 102px;
    transition: all 0.7s
}

.quick_pc.on ul.quick_btn {
    height: 0px;
    overflow: hidden
}

.quick_pc ul.quick_btn li {
    float: none !important;
    width: 100% !important;
    text-align: center;
    /* margin-bottom: 12px; */
    /* opacity: 0.7 */
}

.quick_pc ul.quick_btn li:hover {
    opacity: 1
}

.quick_pc ul.quick_btn li img {
    display: block;
    margin: auto
}

.quick_pc ul.quick_btn li a {
    color: #fff;
    font-size: 14px;
    display: block
}

.quick_pc ul.quick_btn li:last-child {
    text-align: center;
    border: none
}

.link_tel {
    position: absolute;
    width: 85px;
    height: 130px;
    bottom: -0px;
    left: 0;
    width: 100%;
    height: 106px;
    background: #666 url(/include/img/quick_bg_close.png) no-repeat center;
    z-index: 10;
    outline: none
}

.quick_pc.on .link_tel {
    background: #666;
    border-radius:50px;
    height:150px;
}

.quick_pc ul.quick_slide {
    display: none;
    width: 100%;
    height: 150px;
    position: relative
}

.quick_pc ul.quick_slide li {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.quick_pc ul.quick_slide li:last-child {
    left: 100%
}

.quick_pc ul.quick_slide li img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.quick_pc.on ul.quick_slide {
    display: block
}
.tell_link{
	display: none;
	opacity: 0;
	position: fixed;
}
/* kakaotalk */
.kakaotalk {
    display: block;
    width: 65px;
    height: 65px;
    position: fixed;
    bottom: 168px;
    right: 60px;
    z-index: 20;
    outline: none;
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.3s;
    transition-delay: 0.9s;
}

.tell_link{
	display: none
}

.kakaotalk.show {
    opacity: 1;
    transform: scale(1)
}

.kakaotalk img {
    width: 100%;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .1);
    border-radius: 50%
}

.kakaotalk::after {
    content: '카카오톡 문의';
    display: block;
    width: 0px;
    height: 35px;
    line-height: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    border: 5px solid #F3E202;
    text-align: left;
    padding-left: 15px;
    border-radius: 20px;
    z-index: -1;
    font-size: 14px;
    color: #381E1F;
    font-weight: 600;
    transition: all 0.4s;
    overflow: hidden;
    background: #fff
}

.kakaotalk:hover::after {
    width: 130px;
    right: 40px
}

/* navertalk */
.navertalk {
    display: block;
    width: 62px;
    height: 62px;
    position: fixed;
    bottom: 96px;
    right: 60px;
    z-index: 20;
    outline: none;
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.3s;
    transition-delay: 0.7s;
}

.navertalk.show {
    opacity: 1;
    transform: scale(1)
}

.navertalk img {
    width: 100%;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .1);
    border-radius: 50%
}

.navertalk::after {
    content: '네이버톡톡 문의';
    display: block;
    width: 0px;
    height: 35px;
    line-height: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    border: 5px solid #00C63B;
    text-align: left;
    padding-left: 15px;
    border-radius: 20px;
    z-index: -1;
    font-size: 14px;
    color: #444;
    font-weight: 600;
    transition: all 0.4s;
    overflow: hidden;
    background: #fff
}

.navertalk:hover::after {
    width: 140px;
    right: 40px
}

/* 채널톡 */
.textLauncherIcon::after {
    content: '채널톡 문의';
    display: block;
    width: 0px;
    height: 35px;
    line-height: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    border: 5px solid #4F5BFF;
    text-align: left;
    padding-left: 15px;
    border-radius: 20px;
    z-index: -1;
    font-size: 14px;
    color: #444;
    font-weight: 600;
    transition: all 0.4s;
    overflow: hidden;
    background: #fff
}

.textLauncherIcon:hover::after {
    width: 115px;
    right: 40px
}


/* -------- content -------- */

/*
.visual{position:relative;}
.visual .bx-controls{position:absolute;bottom:5%;left:5%;z-index:100}
.visual .bx-controls .bx-pager .bx-pager-item{display:inline-block;width:18px;height:18px;margin:0 4px;border-radius:9px;overflow:hidden;}
.visual .bx-controls .bx-pager .bx-pager-item a{display:block;background-color:#fff;text-indent:-9999px}
.visual .bx-controls .bx-pager .bx-pager-item a.active{background-color:#5fafec}
*/

/* con0 */
.con0 {
    max-width: 1280px;
    width: 100%;
    position: relative;
    margin: 0px auto 20px
}

.con0 .into {
    position: absolute;
    right: 0;
    top: 20px
}

.con0 .into li {
    display: inline-block;
    width: 125px;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid #ddd
}

.con0 .into li:last-child {
    border-right: 0
}

.con0 .into li img {
    transition: all 0.2s;
    display: inline-block;
    margin-bottom: 5px
}

.con0 .into li:hover img {
    transform: scale(1.1)
}

/* con1 */

.area_link {
    padding: 30px 0 35px
}

.con1 {
    position: relative;
    margin-top: 0px;
}

.con1 li {
    float: left;
    ;
    overflow: hidden;
    transition: all 1s;
    opacity: 0;
    position: relative;
    top: -50px;
}

.con1 li.half {
    width: 50%
}

.con1 li.quarter {
    width: 25%
}

.con1 li img {
    transition: .4s;
    width: 100%;
}

.con1 li img.con1_txt {
    position: absolute;
    z-index: 11;
    transition: all 0.4s
}

.con1 li.half img.con1_txt {
    top: 50%;
    transform: translateY(-50%)
}

.con1 li:nth-child(1) img.con1_txt {
    right: 30px
}

.con1 li:nth-child(6) img.con1_txt {
    left: 30px
}

.con1 li:nth-child(7) img.con1_txt {
    left: 30px
}

.con1 li.quarter img.con1_txt {
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%)
}

.con1 li:hover img.con1_bg {
    transform: scale(1.05)
}

/* con2 */
.con2 {
    background: url(/include/img/con2_bg.png) no-repeat center;
    width: 100%;
    height: 806px;
    margin-bottom: 0px;
    position: relative
}

.con2 .box {
    width: 642px;
    height: 400px;
    background-color: rgba(255, 255, 255, 0.75);
    position: absolute;
    top: 28%;
    padding: 52px;
}

.con2 .box p:nth-of-type(1) {
    font-size: 16px
}

.con2 .box p:nth-of-type(2) {
    font-size: 108px;
    line-height: 104px;
    padding-bottom: 34px;
    font-weight: 500
}

.con2 .box p:nth-of-type(3) {
    font-size: 30px;
    font-weight: 500;
    line-height: 41px
}

.con2 .box p:nth-of-type(4) {
    width: 100px;
    height: 40px;
    border: 1px solid #000;
    line-height: 38px;
    text-align: center;
    margin-top: 18px;
}

.con2 .box p a {
    font-size: 20px;
    letter-spacing: 0
}

/* con3 */
.con3 {
    background: url(/include/img/con3_bg.png) no-repeat center;
    width: 100%;
    height: 660px;
    margin-bottom: 50px
}

/* con4 */
.con4 {
    width: 100%;
    overflow: hidden;
    margin-bottom: 70px
}

.con4 article {
    width: 50%;
    float: left;
    box-sizing: border-box;
}

.con4 article:nth-child(1) {
    padding-right: 100px;
    border-right: 1px solid #dedede
}

.con4 article:nth-child(2) {
    padding-left: 100px
}

.con4 article h3 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 500;
}

.con4 article h3 .more {
    display: block;
    position: relative;
    float: right;
    text-indent: -9999px;
    width: 30px;
    height: 30px;
    background: #73c9dd;
    margin-top: 5px
}

.con4 article h3 .more::before {
    content: '';
    display: block;
    width: 50%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: #fff
}

.con4 article h3 .more::after {
    content: '';
    display: block;
    width: 2px;
    height: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: #fff
}

.con4 article ul li {
    line-height: 2.2
}

.con4 article ul li a {
    color: #8a8a8a
}

.con4 article ul li span {
    float: right;
    color: #8a8a8a
}

/* subslide */
.subslide .slick-slide{
    height: auto
}

/* section5 */
.section5{
    position: relative;
}

.section5 .map_area{
    width: 100%;
    height: auto;
    padding-top: 00px;
    position: relative;
}

.section5 .map_area iframe{
    width: 100%;
    height: 700px;
	vertical-align: middle;
}

.section5 .map_area .inner{
    display: block;
    height: calc(100% - 90px);
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
}

.section5 .map_area .hos_info{
    position: absolute;
    right: 10%;
    background: #30323c;
    top: 50%;
    transform: translateY(-50%);
    padding: 20px 50px;
}

.section5 .map_area .hos_info article h3{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
	color: #fff;
}

.section5 .map_area .hos_info .info_line{
    width: 100%;
    height: 1px;
    background: #ccc;
    display: block;
    margin: 20px 0
}

.section5 .map_area .hos_info article.route p{
    font-size: 16px;
	color: #fff;
	font-weight: 100;
}

.section5 .map_area .hos_info article.time ul li{
    font-size: 18px;
    line-height: 1.5;
	color: #fff;
}

.section5 .map_area .hos_info article.time ul li > span{
    display: inline-flex;
    justify-content: space-between;
    width: 75px;
    margin-right:8px;
}

.section5 .map_area .hos_info article.time ul li strong{
    font-weight: 600;
}

.section5 .map_area .hos_info article.time ul li b{
    display: block;
    font-size: 16px;
    color: red;
}

.section5 .map_area .hos_info article.time p{
    font-size: 14px;
    margin-top: 10px;
    color: #ffb400;
}

.section5 .map_area .hos_info article.tel a{
    font-size: 34px;
    font-weight: 600;
	color: #fff;
}

.section5 .con5{
    height: 170px;
}

.con5 {
    background-color: #30323c;
    padding: 34px 0;
}

.con5 * {
    transition: all .5s
}

.con5>.inner>div {
    padding-left: 0px;
    margin-right: 0px
}

.con5 .left h4 {
    font-size: 33px;
    color: #fff;
    padding-top: 61px
}

.con5 .left p {
    font-size: 27px;
    color: #fff
}

.con5 .left p.tel a {
    font-size: 44px;
    font-weight: bold;
    letter-spacing: -2px;
    color: #fff
}

.con5 .formbox {
    padding: 0px;
    width: 100%
}

.con5 .formbox .top h3 {
    font-size: 40px;
    color: #fff;
    display: inline-block;
    margin-right: 10px
}

.con5 .formbox .top a {
    color: #fff;
    font-size: 14px
}

.con5 .formbox .top label {
    color: #fff
}

.con5 .formbox .top input {
    margin-bottom: 3px;
    margin-right: 5px
}

.con5 .formbox .bottom ul {
    position: relative;
    height: 40px
}

.con5 .formbox .bottom ul li {
    display: inline-block;
    margin: 0;
    display: block;
    position: absolute;
    top: 0;
    box-sizing: border-box;
    padding-right: 10px;
    height: 40px
}

.con5 .formbox .bottom ul li:last-child {
    padding-right: 0
}

.con5 .formbox .bottom ul li * {
    height: 40px;
    width: 100%;
    border: 0
}

.con5 .formbox .bottom ul li input,
.con5 .formbox .bottom ul li select {
    text-indent: 7px
}

.con5 .formbox .bottom ul li:nth-child(1) {
    width: 30%;
    left: 0
}

.con5 .formbox .bottom ul li:nth-child(2) {
    width: 20%;
    left: 30%
}

.con5 .formbox .bottom ul li:nth-child(3) {
    width: 30%;
    left: 50%;
    background: #fff;
}

.con5 .formbox .bottom ul li:nth-child(4) {
    width: 20%;
    left: 80%;
    padding-left: 10px
}

/* .con5 .formbox .bottom ul li:nth-child(3) input{position: absolute;top: 0;}
.con5 .formbox .bottom ul li:nth-child(3) input:nth-child(1){width: 40px;margin: 0;left: 10px}
.con5 .formbox .bottom ul li:nth-child(3) input:nth-child(2){width: 50px;margin: 0;left: 60px}
.con5 .formbox .bottom ul li:nth-child(3) input:nth-child(3){width: 50px;margin: 0;left: 130px} 
.con5 .formbox .bottom ul li:nth-child(3)::before{content: '';display: block;position: absolute;top: 50%;transform: translateY(-50%);width: 10px;height: 1px;background: #333;z-index: 10;left: 45px}
.con5 .formbox .bottom ul li:nth-child(3)::after{content: '';display: block;position: absolute;top: 50%;transform: translateY(-50%);width: 10px;height: 1px;background: #333;z-index: 10;left: 115px}*/

.con5 .formbox .bottom ul li:nth-child(4) button {
    background: #6d76a6;
    color: #fff;
    border-radius: 0 !important;
    font-size: 20px
}

.con5 .formbox>p {
    font-size: 20px;
    padding-bottom: 40px;
    color: #fff
}

.con5 .formbox input.name {
    width: 98%;
    height: 59px
}

.con5 .formbox select.telnum {
    color: #000;
    width: 142px;
    height: 46px;
    margin-right: 14px;
    vertical-align: top;
    border: none
}

.con5 .formbox .formcl {
    position: absolute;
    top: 0;
    right: 0;
}

.con5 .formbox .formcl .btn {
    width: 165px;
    line-height: 50px;
    background-color: #474747;
    color: #fff;
    text-align: center;
    font-size: 17px;
    border-radius: 14px;
    margin-bottom: 10px;
    transition: .5s
}

.con5 .formbox .formcl a {
    display: block;
    width: 165px;
    line-height: 31px;
    background-color: #fff;
    text-align: center;
    margin: 0 auto;
}

.con5 .formbox .formcl input {
    margin-bottom: 0
}

.con5 .formbox .formcl .btn:hover {
    color: #fff;
    background-color: #428bca;
}

.con5 .formbox .formcl .che {
    margin: 0 10px;
}

.con5 .c1 {
    width: calc(50% - 87.5px);
    float: left
}

.con5 .c2 {
    width: calc(50% - 87.5px);
    float: left;
    height: 130px;
    border-radius: 0;
    padding-top: 10px
}

.con5 .c3 {
    float: right
}

.form-control {
    font-size: 14px;
    padding: 0px 4px
}

.bcon {
    background: #f2f2f2;
    height: 275px;
    padding-top: 21px;
    margin-top: 100px;
    background-color: #fff;
    border-top: 1px solid #eee;
}

.bcon .inner>div {
    width: 28%;
    height: 238px;
    border-right: 1px solid #dedede;
    float: left;
}

.bcon h3 {
    font-size: 27px;
}

.bcon .time {
    padding: 17px 0 0 124px
}

.bcon .time p {
    color: #666;
    letter-spacing: 1px
}

.bcon .time p.btel a {
    font-size: 34px;
    color: #2556a0;
    font-weight: bold;
    letter-spacing: -1px
}

.bcon .bquick {
    padding-top: 20px
}

.bcon .bquick li {
    width: 33.3%;
    float: left;
    background-image: url(/include/img/bcon_icon.png);
    background-repeat: no-repeat;
    height: 100px;
    text-align: center;
}

.bcon .bquick li:nth-of-type(1) {
    background-position: 40px 12px
}

.bcon .bquick li:nth-of-type(2) {
    background-position: -60px 13px
}

.bcon .bquick li:nth-of-type(3) {
    background-position: -162px 13px
}

.bcon .bquick li:nth-of-type(4) {
    background-position: 41px -89px
}

.bcon .bquick li:nth-of-type(5) {
    background-position: -62px -89px
}

.bcon .bquick li:nth-of-type(6) {
    background-position: -165px -90px
}

.bcon .bquick li a {
    padding-top: 65px;
    display: block;
    transition: .5s
}

.bcon div.online {
    border: none;
    padding: 16px 25px;
    width: 26%
}

.bcon .online a {
    display: block;
    width: 234px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    transition: .5s
}

.bcon .online a:nth-of-type(1) {
    background-color: #295aac;
    margin: 22px 0 7px
}

.bcon .online a:nth-of-type(2) {
    background-color: #2c2c2c
}

.bcon .online a:hover {
    background-color: #489fe2
}

.map img {
    width: 100%
}

.bcon .pcbr {
    display: block
}

/*게시판*/
.qna_list {
    margin-bottom: 30px
}

.qna_list li {
    float: left;
    width: 20%;
    background-color: #eee;
    color: #4f4f4f;
    text-align: center;
    border-right: 1px solid #c7c7c7;
}

.qna_list li:last-child {
    border: none
}

.qna_list li a {
    line-height: 50px;
    display: block;
    color: #4f4f4f
}

.qna_list li.on {
    border-right: 1px solid #73c9dd;
    background-color: #73c9dd;
}

.qna_list li.on a {
    color: #fff
}

/*둘러보기*/



/* popform */
.popform {
    display: none
}


.sub_title {
    text-align: center;
    margin: 47px 0
}

.sub_title h2 {
    font-size: 55px;
    line-height: 4px;
    font-weight: bold;
    color: #000;
    padding-top: 52px
}

.sub_title h2 span {
    font-weight: 300;
}

.sub_title p {
    padding-top: 15px;
    font-size: 19px;
    padding-top: 54px
}

.counting {
    display: none;
}

.before_after_menu {}

.before_after_menu a {
    background: #000;
    padding: 13px 15px;
    color: #fff;
    float: left;
    margin: 2px;
    text-align: center;
    font-size: 14px
}

.tablein a {
    padding-left: 10px
}

.bx_slider {
    text-align: center;
    margin-top: 70px;
}

.bxslider>div {
    width: 100% !important;
    height: auto
}

.bx-wrapper {
    position: relative;
    max-width: 100% !important;
}

.bx-prev,
.bx-next {
    top: 30%;
    position: absolute;
    text-indent: -9999em;
    width: 37px;
    height: 74px;
    background-repeat: no-repeat;
    background-size: contain;
}

.bx-prev {
    left: 0%;
    background-image: url(/introduction/img/gear_arrow_left.png);
}

.bx-next {
    right: 0%;
    background-image: url(/introduction/img/gear_arrow_right.png);
}

.bx-controls {
    width: 100%;
    text-align: center;
    z-index: 9999;
}

.bx-wrapper .bx-controls-auto {
    bottom: 50px
}

.bx-pager {
    position: absolute;
    width: 100%;
}

.bx-pager-item {
    display: inline-block;
    margin: 5px;
}

.bx-pager-item>a:hover,
.bx-pager-item>a:focus {
    background: #5fafec;
}

.visumax_title,
.centu_title,
.ex_title {
    font-size: 2.1em;
    font-weight: bold;
    padding-bottom: 50px;
    padding-top: 90px;
}

.ex_title {
    padding-top: 110px;
}

.bx1_title {
    position: absolute;
    top: 0;
    left: 0;
}

.bx-wrapper .bx-pager {
    bottom: 51%;
    right: 0;
    width: 47px
}

.bx1_con {
    position: absolute;
    top: 90%;
    left: 0;
}

.bx1 p {
    height: 150px;
    text-align: left;
    font-size: 19px;
}

.bx2 p {
    height: 150px;
    text-align: left;
    font-size: 19px;
}

.bx3 p {
    height: 150px;
    text-align: left;
    font-size: 19px;
}

.bx1>img {
    margin: 0 auto;
}

.bx2>img {
    margin: 0 auto;
    margin-bottom: 50px;
}

.bx3>img {
    margin: 0 auto;
    margin-bottom: 20px;
}

.bx3>div {
    padding-bottom: 100px;
}

.menuinfo {
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    float: right;
    margin-right: 2%;
    font-size: 14px;
    color: #5e605f;
}

.menuinfo>img {
    vertical-align: middle;
    width: 14px;
    padding-bottom: 4px;
}

.text-com-con {
    font-size: 22px;
}

.nav-tabs.nav-justified>li>a {
    color: #666666;
    font-size: 18px;
}

.common_open_img>img {
    margin-top: 30px;
}

.common_choice_img>img {
    margin-top: 60px;
    width: 100%;
}

.mb_cnt_time,
.common_m_menu2 {
    display: none;
}

.mb_ex_banner,
.exp_m_menu,
.mb_common_open_img,
.mb_common_choice_img,
.common_m_menu {
    display: none;
}

.naverlogin {
    background-color: #1ec800;
    color: #fff;
    font-size: 14px;
    width: 65px;
    height: 34px;
    display: inline-block;
    line-height: 33px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #25bf0a;
    vertical-align: bottom;
}

.loginnaver {
    background-color: #1ec800;
    color: #fff;
    font-size: 14px;
    width: 169px;
    height: 42px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #25bf0a;
    vertical-align: bottom;
}

/* 게시판 공통css */
.board_table {
    width: 100%;
    position: relative
}

#date {
    background: url(/include/img/dateicon2.png) no-repeat center right 5px;
    background-size: auto 80%;
    cursor: pointer
}

/* 전후사진 */
.before_after_menu b a:nth-of-type(1) {
    background: #2556A0
}

#wr_subject {
    font-size: 14px ! important
}

select[name='ca_name'] {
    font-size: 14px;
    width: 190px
}

tbody tr td:nth-child(2) {
    font-size: 17px
}

tbody tr td:nth-child(2) * {
    font-size: 14px
}

.t-left .adm-main-menu {
    font-size: 16px
}

input[name='notice'] {
    display: inline-block;
    margin-right: 5px;
    margin-top: -2px
}

input[name='bf_file_del[0]'] {}

/* 진료안내*/
.medinfo {
    text-align: center;
}

.medinfo h3 {
    font-size: 68px;
}

/*sub공통*/
.subntitle {
    text-align: center
}

.subntitle h2 {
    font-size: 55px;
    font-weight: 700;
    padding-top: 50px
}

.subntitle p {
    font-size: 20px
}

.eyelist li {
    background-color: #eee !important;
    height: 64px;
    padding-top: 17px;
    border: 1px solid #dfdfdf;
    display: block;
    font-size: 17px;
    letter-spacing: 0.5px;
    cursor: pointer
}

.eyelist li a {
    font-size: 19px
}

.eyelist li:hover a {
    color: #73c9dd
}

.eyelist li.on a {
    color: #73c9dd !important
}

.eyelist li.on {
    background-color: #fff !important;
    border: 1px solid #dfdfdf;
    border-bottom: 3px solid #73c9dd !important
}

/**/

/* -------- screen -------- */
@media all and (max-width:1400px) {
    .inner {
        width: 90%;
        margin: auto
    }

    #aside>ul li {
        width: 190px ! important
    }

    #aside>ul li.width1 {
        width: 150px ! important
    }

    #aside>ul li.width2 {
        width: 200px ! important
    }

    #aside>ul li>a>span {
        font-size: 16px;
        white-space: pre;
        letter-spacing: -1.5px
    }

    .lnb {
        width: 100%;
    }

    #content {
        padding-top: 0 !important
    }

    /* header */
    #header {
    }
    #header .inner{
        width: 90%;
        margin: auto;
    }
    #header .inner .logo{
        width: 180px;
        margin-right: 60px;
    }
    .nav>ul>li>a{
        padding: 0 15px;
    }

    /* quick */
    .quick_pc{
        display: none;
    }
    #fp-nav{
        right: 90px !important;
    }

    /* section2 */
    .con1 .inner{
        width: 90%;
    }
}

@media all and (max-width:1280px) {
    .inner {
        width: 95%;
        margin: auto
    }
    /* header */
    #header .inner{
        width: 95%;
        margin: auto;
    }
    #header .inner .logo{
        width: 150px;
        margin-right: 50px;
    }
    .nav>ul>li>a{
        padding: 0 10px;
        font-size: 12px
    }
    .nav>ul>li>ul li a{
        font-size: 11px;
    }

    /* section2 */
    .con1 .inner{
        width: 95%;
    }
}

@media all and (max-width:1100px) {
    .pc {
        display: none !important;
    }
    
    .mb_t {
        display: block;
        overflow: hidden
    }

    .tb_blind {
        display: none;
    }

    .pc_blind {
        display: block;
    }

    .logo img {
        width: 100%;
    }

    .history {
        padding-top: 00px;
		position: absolute;
		left: 0;
		top: 90px;
		width: 100%;
    }

    .history li {
        height: 50px;
		opacity: 0.9;
    }

    .history li:nth-of-type(1) {
        width: 40%;
        /* background: url(/include/img/home2.png) no-repeat right/cover; */
		background: #1eb9ee;
        position: relative;
        z-index:2;
    }
	.history li:nth-of-type(1)::before{
		content: '';
		display: block;
		width: 0;
		height: 0;
		border-top: 130px solid transparent;
		border-left: 100px solid  #1eb9ee;
		border-bottom: 130px solid transparent;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right:  -20px;
		z-index: 0;
	}

    .history li:nth-of-type(1) a {
        color: #fff
    }

    .history li:nth-of-type(2) {
        width: 60%;
        background: rgba(0,0,0,0.2)
    }

    .history li {
        text-align: center;
    }

    .history li a {
        font-size: 17px;
        line-height: 50px;
        margin-right: 15px;
		color: #fff;
		position: relative;
		z-index: 10;
    }

    .history img {
        width: 25px;
        padding-top: 13px;
    }

    .con2 li img:first-child {
        width: 82%
    }

    /* header */
    #header .clear {
        height: 95px
    }

    #header .inner{
        width: 90%;
    }

    #header .m_tel {
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        width: 50px;
    }

    #header .m_tel img {
        width: 100%;
    }

    #header .logo .mb{
        display: block !important;
    }

    #header .nav{
        display: none
    }

    #header aside.allmenu{
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        width: 45%;
        height: 100%;
        background: #fff;
        z-index: 100;
    }

    #header aside.allmenu .select_shape{
        position: absolute;
        top: 100px;
        left:-10px;
        display: block;
        width: calc(100% + 10px);
        height: 60px;
        background: #6DC8F2
    }

    #header aside.allmenu>ul{
        background: #5B5B5B;
        height: 100%;
        width: 100%;
        padding-top: 100px;
        box-sizing: border-box;
        /* padding-left: 15px; */
		text-align: left;
    }

    #header aside.allmenu>ul>li{
    }

    #header aside.allmenu>ul>li>a{
        display: block;
        width: 100%;
        height: 60px;
        line-height: 60px;
        font-size:20px;
        color: #fff;
        position: relative;
        padding-left:15px;
        z-index: 10
    }

    #header aside.allmenu>ul>li>ul{
        /* position: absolute; */
        background:#313131;
        display:none;
        left: 200px;
        width: calc(100%);
        top: 100px;
        box-sizing: border-box;
        padding-left: 25px;
        display: none;
    }

    #header aside.allmenu>ul>li.on>ul{
        display: block;
    }

    #header aside.allmenu>ul>li>ul li a{
        line-height: 60px;
        color:#fff;
    }

    #header aside.allmenu .allmenu_close{
        display: block;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 30px;
        right: 30px;
        cursor: pointer;
    }

    #header aside.allmenu .allmenu_close::before,
    #header aside.allmenu .allmenu_close::after{
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        background: #5B5B5B;
        width: 100%;
        height: 1px;
    }

    #header aside.allmenu .allmenu_close::before{
        transform: translate(-50%,-50%) rotate(45deg);
    }

    #header aside.allmenu .allmenu_close::after{
        transform: translate(-50%,-50%) rotate(-45deg);
    }

	#header aside.allmenu .global_m{
		position: absolute;
		bottom: 30px;
		right: 15px;
		text-align: left;
	}
	#header aside.allmenu .global_m li a{
		color: #fff;
		line-height: 2;
		font-size: 18px;
	}

    .global{
        display: none;

    }

    #header div.clear{
        position: relative;
    }

    #header div.clear .logo{
        position: absolute;
        top: 0;
        left: 50%;
        transform:translateX(-50%);
        width: 200px;
    }

    section.main .main_slide li .inner{
        width: 90%;
    }

    /* content */
    #content .section{
        position: relative;
    }

    .con1 ul{
        width: 90%;
        margin: auto
    }

    .con1 li.quarter .mb{
        display: block !important;
    }

    .con1 li.quarter{
        
    }

    .history ul li {
        float: left
    }

    .con2 {
        height: auto;
        padding-bottom: 41px
    }

    /* con5 */
    .section5 .con5{
        background:#f0f0f0;
        padding: 20px 0;
        height: 220px !important;
    }

    .bcon .time {
        padding: 17px 0 0 80px;
    }

    .m_lnb>ul>li>ul>li {
        width: 50%;
        float: left
    }

    .m_lnb>ul>li>ul>li:nth-child(2n-1) {
        border-right: 1px solid #1e1e1e
    }

    .bx-wrapper .bx-controls-direction a.disabled {
        display: none
    }

    .fmenu {
        text-align: center
    }

    .fmenu li {
        display: inline-block;
        padding: 10px 7px
    }

    .white-box01 {
        margin-left: 0;
    }

    .white-box {
        margin-left: 0;
    }

    .hide-bullets {
        margin-left: 0;
    }

    #aside ul ul a {
        padding-left: 25px
    }

    .m_lnb,
    .m_btn {
        display: block
    }

    #header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background-color: transparent;
        z-index: 1040
    }

    .inner {
        width: 100%
    }

    .con1 .inner {
        width: 100%
    }

    .gnb {
        padding: 2.052% 0;
        display: none;
    }

    .header_btm {
        height: 98px;
        border-top: 1px solid #dcdcdc;
        display: none;
    }

    .lnb {
        width: 100%;
        padding-left: 0;
        background-image: none
    }

    .cnt_foot {
        padding: 2.5% 0
    }

    .f_logo {
        padding: 24px 0 10px
    }

    .txt_foot {
        width: 52.25%;
        padding-top: 10px
    }

    .info_foot li:last-child {
        padding-top: 0px
    }

    .bcon .inner>div {
        width: 33.3%
    }

    .f_gnb {
        position: absolute;
        top: 40px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        max-width: 264px;
    }

    .f_gnb ul li {
        float: left;
        margin-left: 16px
    }

    .f_gnb ul li:first-child {
        margin-left: 0
    }

    .area_link .inner>div {
        width: 100%;
    }

    .area_link img {
        width: 100%;
    }

    .area_link .inner>.cnt_event,
    .area_link .inner>.cnt_exp {
        max-width: 50%;
        margin: 0;
        padding: 2%;
    }

    .cnt_clinic ul li {
        width: 25%;
    }

    .cnt_video {
        width: 83%;
        margin: 40px auto 0
    }

    .wrap_comm>div {
        width: 49%;
        margin-left: 2%
    }

    .wrap_comm>div:nth-child(2n+1) {
        margin-left: 0
    }

    .cnt_exp ul {
        height: 100%;
    }

    .cnt_exp ul li {
        height: 33.333%;
        padding: 6%;
    }

    .cnt_time,
    .cnt_way {
        max-width: 50%;
        margin-top: 15px;
    }

    .wrap_comm {
        padding: 20px;
    }

    /*.tit_comm { font-size: 2.7vw; }
    .num_tel { font-size: 5vw; }*/
    .area_link {
        padding: 0;
    }

    .area_comm {
        padding: 20px;
    }

    .bg_foot {
        display: none;
    }

    .cnt_foot {
        height: 450px;
    }

    .info_foot,
    .link_pers {
        text-align: center;
    }

    .cnt_foot>div {
        float: none;
        text-align: center;
    }

    .txt_foot {
        width: 100%;
    }

    .time_foot {
        display: none;
    }

    .link_pers {
        width: 50%;
        margin: 0 auto;
        padding-bottom: 50px;
        padding-top: 70px;
    }

    .link_pers li {
        width: 33.3%;
    }

    /* 모바일메뉴 */


    .m_lnb {
        display: block;
        position: fixed;
        left: -100%;
        top: 0;
        z-index: 999999;
        width: 100%;
        height: 100%;
        background: #fff;
        transition: .4s;
        overflow: auto
    }

    .m_lnb.on {
        display: block;
        left: 0%;
        transition: 0.4s;
    }

    .m_main_menu {
        float: left;
        width: 145px;
        height: 100%;
        background: #5b5b5b;
        padding-top: 90px;
        box-sizing: border-box;
        padding-left: 10px
    }

    .m_sub_menu {
        float: left;
        width: calc(100% - 145px);
        height: 100%;
        background: #fff;
        padding-top: 90px;
        box-sizing: border-box;
        padding-left: 15px
    }

    .m_main_menu ul li {
        margin-bottom: 0px;
        height: 50px
    }

    .m_main_menu ul li a {
        color: #fff;
        font-size: 16px;
        line-height: 50px;
        position: relative;
        z-index: 999
    }

    .m_main_menu .highlight {
        display: block;
        width: 150px;
        height: 50px;
        background: #73c9dd;
        position: absolute;
        top: 90px;
        left: 0
    }

    .m_main_menu .m_login {
        position: absolute;
        bottom: 30px;
        left: 10px
    }

    .m_main_menu .m_login ul {}

    .m_main_menu .m_login ul li {
        height: 40px;
    }

    .m_main_menu .m_login ul li a {
        line-height: 40px;
        font-size: 14px;
        color: #eee;
        font-weight: 100
    }

    .m_sub_menu .depth1 {
        position: relative;
        height: 100%
    }

    .m_sub_menu .depth1>li {
        position: absolute;
        top: 0;
        left: 0;
        display: none;
        width: 90%
    }

    .m_sub_menu .depth1>li:first-child {
        display: block
    }

    .m_sub_menu .depth1 .depth2>li {
        font-size: 16px;
    }

    .m_sub_menu .depth1 .depth2>li a {
        font-size: 15px;
        display: block;
        height: 50px;
        line-height: 50px;
        position: relative;
    }

    .m_sub_menu .depth1 .depth2>li.yes>a.on {
        color: #73C9DD
    }

    .m_sub_menu .depth1 .depth2>li.yes>a::before {
        content: '';
        display: block;
        width: 1px;
        height: 10px;
        background: #777;
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
    }

    .m_sub_menu .depth1 .depth2>li.yes>a::after {
        content: '';
        display: block;
        width: 10px;
        height: 1px;
        background: #777;
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
    }

    .m_sub_menu .depth1 .depth2 .depth3 {
        display: none;
        padding-bottom: 20px
    }

    .m_sub_menu .depth1 .depth2 .depth3 li {
        line-height: 30px;
        height: 30px;
        text-indent: 10px;
    }

    .m_sub_menu .depth1 .depth2 .depth3 li a {
        color: #5B5B5B
    }

    .m_lnb .m_btn {
        text-indent: 9999px;
        transform: rotate(45deg);
        position: absolute;
        top: 20px;
        right: 20px;
        outline: none;
        font-size: 0;
        width: 20px;
        height: 20px
    }

    .m_lnb .m_btn::before {
        content: '';
        display: block;
        width: 2px;
        height: 20px;
        background: #5b5b5b;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

    .m_lnb .m_btn::after {
        content: '';
        display: block;
        width: 20px;
        height: 2px;
        background: #5b5b5b;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

    .m_lnb .conemp a {
        background: #3d3d3d
    }


    .top-m5 {
        top: 3px;
    }

    .col-xs-10 {
        padding-bottom: 20px
    }

    .content-text-01 {
        font-size: 30px;
        margin-bottom: 15px;
        margin-top: 15px
    }

    .m_btn {
        z-index: 5002;
        width: 100%;
        height: 54px;
        text-indent: -9999em;
        background-image: url(/include/img/m_btn.png);
        background-repeat: no-repeat;
        background-size: 31px;
        background-position: top 15px right 15px
    }

    .m_btn_open {
        display: block;
        float: left;
        width: 40px;
        height: 30px;
        text-indent: -9999em;
        z-index: 9999;
        /* background-image: url(../img/icon_menu.png); */
        /* background-repeat: no-repeat; */
        /* background-size: auto 100%; */
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
    }

    .m_btn_open span{
        width: 100%;
        height: 2px;
        background: #000;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        transition: all 0.2s;
    }

    .m_btn_open span:nth-child(1){
        top: 0;
    }

    .m_btn_open span:nth-child(2){
        top: 50%;
        margin-top: -0.5px;
    }

    .m_btn_open span:nth-child(3){
        bottom: 0;
    }

    .m_btn_open.off span:nth-child(1){
        top: 50%;
        transform: translate(-50%,-50%) rotate(-45deg);
    }

    .m_btn_open.off span:nth-child(2){
        top: 50%;
        margin-top: -0.5px;
        opacity: 0;
    }

    .m_btn_open.off span:nth-child(3){
        bottom: auto;
        top: 50%;
        transform: translate(-50%,-50%) rotate(45deg);
    }

    .m_btn_open.off span{
        background: #fff;
    }

    .text_last {
        font-size: 24px;
    }

    .text_last>span {
        font-size: 26px;
    }

    .m_ft_wrap {
        display: none;
        position: fixed;
        bottom: 34px;
        left: 0;
        width: 100%;
        display: block;
        z-index: 9999;
    }

    .m_ft {
        padding-bottom: 20px;
    }

    .m_ft>li {
        display: none;
        float: left;
        width: 25%;
        background: #428bca;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        padding: 10px;
        box-sizing: border-box;
    }

    .m_ft>li>a {
        display: block;
        text-align: center;
        width: 100%;
        background: #428bca;
        color: #fff;
        font-size: 3vw;
    }

    .m_ft>li>img {
        display: block;
        text-align: center;
        margin: 0 auto;
        width: 22%;
    }

    .old_con1>p {
        font-size: 24px;
    }

    .cataract_test>h2 {
        font-size: 28px;
    }

    .cataract_test>p {
        font-size: 21px;
    }

    /*
	.m_ft_wrap{ display:block; position:relative; } 
    .m_ft_wrap>ul{width:100%;position:fixed;bottom:34px;z-index:198} 
    .m_ft_wrap>ul>li{float:left;width:25%;} .m_ft_wrap>ul>li>a{color:#fff; font-size:2.2vw;display:block;text-align: center; background:#489fe2;border-left:1px solid #fff;padding:13px;} 
    .m_ft_wrap>ul>li>a>img{width:20%;margin-right:10px;} 
    .m_ft_wrap>ul>li:first-child>a{ border-left:none; }
*/



    .quick_pc {
        display: none;
    }

    /* con0 */
    .con0 img {
        width: 100%
    }

    .con0 .into {
        width: 50%;
        top: 10px
    }

    .con0 .into li {
        width: 19%;
        margin: 0
    }

    .con0 .into li img {
        width: 60%
    }

    .con0 .into li p {
        font-size: 14px
    }

    .title_blue {
        font-size: 28px;
    }

    /* con1 */
    .con1 li img {
        width: 100%
    }

    .con1 li:nth-child(1) img.con1_txt {
        width: 30%;
        right: 15px
    }

    .con1 li:nth-child(2) img.con1_txt {
        width: 40%
    }

    .con1 li:nth-child(3) img.con1_txt {
        width: 65%
    }

    .con1 li:nth-child(4) img.con1_txt {
        width: 20%
    }

    .con1 li:nth-child(5) img.con1_txt {
        width: 50%
    }

    .con1 li:nth-child(6) img.con1_txt {
        width: 45%;
        left: 15px
    }

    .con1 li:nth-child(7) img.con1_txt {
        width: 45%;
        left: 15px
    }

    .con1 li:nth-child(8) img.con1_txt {
        width: 45%
    }

    .con1 li:nth-child(9) img.con1_txt {
        width: 67%
    }

    /* con2 */
    .con2 {
        height: 740px;
        background-position: center top;
    }

    .con_wrap>div>h3 {
        font-size: 28px;
    }

    .con_wrap>div>span {
        height: 70px;
        line-height: 70px;
        font-size: 17px;
    }

    /* con4 */
    .con4 .inner {
        width: 85%
    }

    .con4 article h3 {
        font-size: 18px
    }

    .con4 article:nth-child(1) {
        padding-right: 50px;
    }

    .con4 article:nth-child(2) {
        padding-left: 50px
    }

    .con5 .inner {
        width: 95%;
        padding-top: 0px
    }

    .con5 .left p {
        margin-bottom: 10px
    }

    .con5 .left h4 {
        padding-top: 40px
    }

    .con5>.inner>div {
        padding: 0;
        margin: 0
    }

    .con5 .formbox h3 {
        font-size: 30px
    }

    .con5 .formbox>p {
        font-size: 18px
    }

    .con5 .formbox input.form-phone {
        width: 30%;
        margin-right: 2%
    }

    .con5 .formbox input.form-phone:last-child {
        margin-right: 0
    }

    .table-ace {
        margin-top: 117px
    }

    /* footer map */
    .footer_map .info {
        left: auto;
        width: 340px;
        height: 350px;
        transform: translateX(0) translateY(-50%);
        right: 60px
    }

    .footer_map .info>div h5 {
        font-size: 16px;
    }

    .footer_map .info>div p {
        font-size: 14px;
        white-space: pre
    }

    .footer_map .info .top,
    .footer_map .info .middle {
        margin-bottom: 10px;
        padding-bottom: 10px
    }

    #footer .f_logo a {}

    #footer .f_logo img.pc {
        display: inline-block;
    }

    #footer .f_logo img.mb_t {
        display: none
    }

    #footer {
        background-color: #fff;
        color: #8e8e8e
    }

    #footer .m_br {
        display: block;
        height: 0;
        font-size: 0
    }

    #footer .fmenu ul {
        width: 475px;
    }

    #footer .fmenu ul a {
        color: #8e8e8e;
        font-size: 14px
    }

    #footer .info_foot li {
        color: #8e8e8e
    }

    /* kakaotalk */
    .kakaotalk {
        bottom: 106px;
        right: 20px
    }

    .kakaotalk::after {
        display: none
    }

    /* navertalk */
    .navertalk {
        bottom: 34px;
        right: 20px
    }

    .navertalk::after {
        display: none
    }

    /* 채널톡 */
    #ch-plugin-core .fetjoo {
        right: 20px !important
    }

    .textLauncherIcon::after {
        display: none
    }

}

@media all and (max-width:1100px) {
    .bcon div.online {
        width: 33.3%;
    }

    .bcon .inner>div {
        width: 33.3%
    }

    .bcon p {
        word-break: keep-all;
    }

    .bcon .online a {
        width: 182px
    }

}

@media all and (max-width:1280px) {
    .sub_inner {
        width: 100%;
        padding: 0 15px
    }

    .i100>img {
        width: 100%
    }
}

@media all and (max-width:950px) {
    .bcon .mbbr {
        display: block;
    }

    .bcon .pcbr {
        display: inline-block;
    }
}

@media all and (max-width:900px) {
    .cnt_exp ul li {
        padding: 4%;
    }

    .cm_background {
        margin-top: 15%;
    }

    .content-subhead-text {
        font-size: 1.8em;
    }

    .bcon .time img {
        width: 100%
    }

}

@media all and (max-width:880px) {
    .m_lnb .m_login>li>a {
        max-width: 50%;
        padding: 2vw;
        background: #fff;
        color: #489fe2;
        font-size: bold;
    }

    .gear_introduction_background {
        height: 194px;
    }


}

@media all and (max-width:820px) {
    .map {
        /* display: none; */
    }

    .bcon {
        display: none
    }

    .con5 {
        margin-top: 0px;
    }
}

@media all and (max-width:800px) {


    .con5 .left h4 {
        font-size: 22px
    }

    .con5 .left p {
        font-size: 18px
    }

    .con5 .inner {
        width: 95%;
        margin: auto
    }

    .con5>.inner>div {
        padding-left: 10px
    }

    .con5 .formbox {
        padding: 10px;
        width: 100%
    }

    .con5 .formbox h3 {
        font-size: 24px;
    }

    .con5 .formbox p {
        font-size: 18px;
    }

    .con5 .formbox input.name {
        width: 97%;
        height: 55px;
        font-size: 14px
    }

    .con5 .formbox input.form-phone {
        width: 30.2%;
        height: 55px;
        margin-right: 3px;
        color: #000
    }

    .con5 .formbox select.telnum {
        width: 62px;
        height: 32px;
        margin-right: 6px
    }

    .con5 .formbox .formcl .btn {
        width: 97px;
        line-height: 50px;
        font-size: 15px
    }

    .con5 .formbox .formcl a {
        width: 97px;
        font-size: 13px
    }

    .con5 .formbox .formcl {
        text-align: center;
    }

    .con5 .formbox .formcl label {
        font-size: 14px
    }

    .con5 .formbox .formcl .che {
        margin: 0 1px;
    }

    .con5 .formbox>p {
        padding-bottom: 20px
    }

    .con5 .c1 {
        width: calc(50% - 65px)
    }

    .con5 .c2 {
        width: calc(50% - 65px)
    }

    .before_after_menu a {
        padding: 6px 7px;
        margin: 2px;
        font-size: 12px;
        min-width: 31%
    }

    .table-ace {
        margin-top: 111px;
    }

    .res {
        display: block
    }

    /* 게시판 공통css */
    .board_table {
        width: 95%;
        margin: 10px auto
    }
}

@media all and (max-width:700px) {
    .nav-tabs.nav-justified>li>a {
        font-size: 16px;
    }

    .nav-tabs.nav-justified>li {
        float: left;
        width: 50%;
    }

    .nav-tabs.nav-justified>.que_title {
        width: 33%;
    }

    /*
        .nav-tabs.nav-justified>.caq_title{width:25%;height:80px;}
        .nav-tabs.nav-justified>.caq_title>a{display:block;font-size:14px;line-height:20px;height:80px;}
*/
    .tablein a {
        max-width: 200px;
        overflow: hidden;
        white-space: nowrap;
        display: inline-block;
        font-size: 13px;
        text-overflow: ellipsis;
    }

    .na {
        font-size: 13px
    }

    .text8 {
        font-size: 13px !important
    }

    .panel-title {
        font-size: 16px;
    }

    .old_con1>p>img {
        width: 24px;
        padding-top: 3%;
    }

    .content-text-01 {
        font-size: 1.4em;
        margin-top: 0;
    }

    .cnt_exp ul li {
        padding: 2%;
    }

    .cm_background {
        margin-top: 18%;
    }

    .dreamlens_img {
        width: 100%;
        margin-top: 0;
    }

    .dreamlens_img>img {
        width: 45%;
        margin: 2%;
    }

    .text_bold {
        font-size: 1em;
    }

    .dreamlens_que {
        font-size: 0.9em;
        margin-bottom: 15px;
    }

    .dream_text {
        margin-top: 15px;
    }

    .complication_con_text>p {
        line-height: 18px;
        font-size: 0.65em;
    }

    .icl_background {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .icl_text {
        font-size: 2.5em;
        padding-top: 10%;
    }

    .icl_background>p:nth-of-type(2) {
        font-size: 1.1em;
    }

    .icl_content1>p:nth-of-type(1) {
        margin-top: 0px;
        font-size: 1.4em;
    }

    .icl_content1>p:nth-of-type(2) {
        font-size: 0.95em;
    }

    .icl_content2>p {
        font-size: 0.95em;
    }

    .old_con2,
    .old_con1 {
        width: 50%;
    }

    .old_con2>img,
    .old_con1>img {
        width: 100%;
    }

    .old_con1>p {
        line-height: 35px;
        font-size: 0.78em;
    }

    .check_wrap {
        height: auto;
        line-height: 34px;
    }

    .check_wrap>span {
        margin: 0% 2%;
        font-size: 0.78em;
    }

    .cataract_test>h2,
    .cataract_test>p {
        font-size: 1em;
    }

    .cataract_test>p {
        font-size: 0.8em;
    }

    input[type="radio"],
    input[type="checkbox"] {
        margin: 0;
    }

    .text_main {
        font-size: 0.9em;
    }

    .content-subhead-text {
        font-size: 1.6em;
        font-weight: bold;
    }

    .custom {
        font-size: 2.5em;
    }

    .effect_img {
        height: 230px;
    }

    .img1,
    .img2,
    .img3 {
        width: 32.9%;
    }

}

@media all and (max-width:640px) {
    .body {
        overflow-x: hidden
    }

    .tb {
        display: none;
    }

    .tb_blind {
        display: none;
    }

    .mb {
        display: block ! important;
    }

    /* header */

    #header{
        height: 60px;
        background:#fff;
    }

    #header div.clear {
        height: 60px;
    }

    #header div.clear .logo{
        width: 150px
    }

    #header .logo img {
        width: 100%;
    }

    #header .m_btn_open{
        width: 30px;
        height: 20px;
    }

    #header .m_tel {
        margin-right: 0;
        position: absolute;
        right: 0px;
        width: 40px;
    }

    #header .m_tel img {
        width: 100%;
    }

    /* nav */
    #header aside.allmenu>ul{
        width: 100%;
		text-align: left;
    }

    #header aside.allmenu .select_shape{
        width: calc(100% + 10px);
        left:-10px;
        height: 40px;
    }

    #header aside.allmenu>ul>li>ul{
        /* left: 150px; */
        padding-left: 15px;
    }

    #header aside.allmenu>ul>li>a{
        font-size: 17px;
        height: 40px;
        line-height: 40px;
        padding-left:15px;
    }

    #header aside.allmenu>ul>li>ul li a{
        font-size: 14px;
        line-height: 40px;
        white-space: pre;
    }

    #header aside.allmenu .allmenu_close{
        width: 30px;
        height: 30px;
        top: 20px;
        right: 20px;
    }
	#header aside.allmenu .global_m li a{
        font-size:12px;
    }

    /* content */
    section.main .main_slide li .txt_area h3{
        font-size: 20px !important;
    }
	



    .before_after_menu a {
        padding: 6px 7px;
        margin: 2px;
        font-size: 3vw;
        width: calc(33.3333% - 4px)
    }

    .before_after_menu a:nth-of-type(1) {
        width: calc(50% - 4px)
    }

    .before_after_menu a:nth-of-type(2) {
        width: calc(50% - 4px)
    }

    .con5 {
        display: block;
    }

    .bx-wrapper .bx-pager {
        bottom: 2%;
    }

    /* visual */
    .slick-dots li {
        display: inline-block
    }

    .mainVisual_m .slick-dots li button:before {
        background: #fff
    }

    .carousel-inner>.item {
        height: auto
    }

    /*popform*/
    .popform {
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        background: rgba(255, 255, 255, .7);
        z-index: 999999
    }

    .popform .formbox {
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        width: 90%;
        background: #333;
        box-sizing: border-box;
        padding: 40px 20px 90px;
        border-radius: 20px;
        opacity: 0;
        transition: all 0.3s
    }

    .popform .formbox.on {
        opacity: 1;
        top: 50%
    }

    .popform .formbox h3 {
        color: #fff;
        font-size: 22px
    }

    .popform .formbox p {
        color: #fff;
        font-size: 14px;
        margin-bottom: 10px
    }

    .popform .formbox #name {
        width: 100%;
        height: 35px;
        margin-bottom: 10px
    }

    .popform .formbox .form-phone {
        width: 30%;
        float: left;
        margin-right: 5%
    }

    .popform .formbox .form-phone:last-child {
        margin-right: 0;
        float: right
    }

    .popform .formbox .c1 {
        overflow: hidden
    }

    .popform .formbox .c2 {
        margin-top: 10px;
        margin-bottom: 7px
    }

    .popform .formbox .btn {
        background: #777;
        position: absolute;
        bottom: -60px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        padding: 15px 0
    }

    .popform .formbox .close_pf {
        display: block;
        width: 30px;
        height: 30px;
        background: url(/include/img/Bclose_btn.png) no-repeat center;
        background-size: 30px auto;
        position: absolute;
        top: 20px;
        right: 20px
    }

    .popform .formbox .pers {
        background: #fff;
        font-size: 12px;
        padding: 3px 5px;
        margin-right: 5px
    }

    .popform .formbox .che {
        width: 11px;
        height: 11px
    }

    .modal {
        z-index: 9999999
    }

    .map_mb {
        height: 300px;
    }

    .m_quick_wrap {
        position: fixed;
        bottom: 20px;
        left: 25px;
        z-index: 9999;
    }

    .m_quick_wrap>div {
        float: left;
        width: 16%;
        margin-right: 2%;
    }

    .m_quick_wrap>div>a {
        display: block;
        cursor: pointer;
        width: 100%;
    }

    .area_link .inner>div {
        margin-left: 0;
    }

    .index_menu_wrap1 {
        padding: 2%;
    }

    .index_menu_wrap1>div {
        float: left;
        width: 49%;
        margin-left: 0;
    }

    .index_menu_wrap1>div:nth-of-type(1),
    .index_menu_wrap1>div:nth-of-type(2) {
        margin-bottom: 1.5%;
    }

    .index_menu_wrap1>div:nth-of-type(1),
    .index_menu_wrap1>div:nth-of-type(3) {
        margin-right: 1.5%;
    }

    .index_menu_wrap1>div>img {
        width: 100%;
    }

    .index_menu_wrap2 {
        padding: 2%;
    }

    .index_menu_wrap2>div {
        float: left;
        width: 33.3333%;
        margin-bottom: 1.5%;
        margin-left: 0;
    }

    /* con1 */
    .con1 {
        margin: 0
    }

    .con1>img {
        width: 70%;
        margin: 0 auto 20px
    }

    .con1 li {
        width: 100%;
    }

    .con1 {
        margin-top: 0
    }

    .con1 h2 {
        font-weight: bold;
        text-align: center;
        font-size: 23px
    }

    .con1 h2 span {
        color: #295aac;
        font-weight: normal;
    }

    /* con2 */
    .con2 li img:nth-child(1) {
        height: 140px;
        width: auto
    }

    .con2 {
        background: url(/include/img/m_con2_bg.png) no-repeat center;
        height: 485px
    }

    .con2 .box {
        height: auto
    }

    .con2 .inner>div {
        float: left;
        width: 85%;
        margin-left: 0px;
        margin-top: 34px;
        position: absolute;
        top: 30%;
        color: #fff;
        left: 50%;
        transform: translateX(-50%)
    }

    .con2 .inner>div img {
        width: 50%
    }

    .con2 .inner div.box {
        margin-left: 0;
        padding: 10px;
        background-color: rgba(115, 201, 221, 1);
        width: 50%;
        top: 0;
        right: 0;
        height: 100%
    }

    .con2 .box p:nth-of-type(1) {
        font-size: 2vw;
        font-weight: 300;
    }

    .con2 .box p:nth-of-type(2) {
        font-size: 10vw;
        line-height: 8vw;
        padding-bottom: 4vw;
        padding-top: 3vw
    }

    .con2 .box p:nth-of-type(3) {
        font-size: 3vw;
        line-height: 4vw;
        white-space: pre
    }

    .con2 .box p:nth-of-type(4) {
        border: none;
        margin-top: 1vw;
        text-align: left;
        line-height: 2vw
    }

    .con2 .box p:nth-of-type(4) a {
        color: #fff;
        font-size: 13px;
        padding: 3px 4px;
        border: 1px solid #fff;
        display: inline-block;
        margin: 5px 0
    }

    /* con3 */
    .con3 {
        padding-top: 0;
        background: none;
        height: auto
    }

    .con3 img {
        width: 100%
    }

    .history li a {
        font-size: 14px;
        line-height: 50px;
        margin-right: 15px
    }

    .m_lnb {
        width: 100%;
    }

    .row {
        margin-bottom: 20px;
    }

    .nav-tabs.nav-justified {
        width: 100%;
    }

    .nav-tabs.nav-justified>li {
        float: left;
        width: 50%;
    }

    .bx-wrapper .bx-controls-direction a {
        display: none;
    }

    .cm_background {
        margin-top: 20%;
    }

    .visual img {
        display: block;
        width: 160%;
        max-width: none;
        margin-left: -30%
    }

    .history li a {
        font-size: 15px;
        line-height: 50px;
        margin-right: 5px
    }

    /* con5 */
    .con5 {
        height: 350px
    }

    .con5 .formbox .bottom ul li {
        margin: 0;
        padding: 0
    }

    .con5 .formbox .bottom ul li:nth-child(1) {
        width: 49%;
        left: 0;
    }

    .con5 .formbox .bottom ul li:nth-child(2) {
        width: 49%;
        left: 51%
    }

    .con5 .formbox .bottom ul li:nth-child(3) {
        width: 100%;
        ;
        left: 0%;
        top: 50px
    }

    .con5 .formbox .bottom ul li:nth-child(4) {
        width: 100%;
        left: 0%;
        top: 100px;
        padding: 0
    }

    .con5 .formbox .bottom ul li input,
    .con5 .formbox .bottom ul li select {
        border:1px solid #999;
        width: 100%
    }

    .con5 .formbox .bottom ul li:nth-child(4) button {
        width: 100%;
        font-size: 16px
    }

    /* section5 */
    .section5{
        height: auto !important;
    }

    .section5 .map_area {
        background:#30323c;
        height: auto;
        padding: 50px 0;
    }

    .section5 .fp-tableCell{
        height: auto !important;
    }

    .section5 .map_area .inner{
        top: 0;
        height: auto;
        position: relative;
        left: 0%;
        transform: translateX(0%);
        width: 100%;
        background: rgb(48 50 60 / 78%);
        padding: 20px 0;
    }

    .section5 .map_area iframe{
        display: none
    }

    .section5 .map_area .hos_info{
        right: auto;
        left: 0%;
        transform: translate(0%,0%);
        width: 90%;
        padding: 0;
        top: 0;
        position: relative;
        margin: auto;
        background: none;
    }

    .section5 .map_area .hos_info article.route p,
    .section5 .map_area .hos_info article.time ul li{
        font-size: 16px;
    }
    .section5 .map_area .hos_info article.time p,
    .section5 .map_area .hos_info article.time ul li b{
        font-size: 14px;
    }
    .section5 .map_area .hos_info article.tel a{
        font-size: 30px;
    }

    /* form */
    .con5 .formbox .top{
        position: relative;
    }

    .con5 .formbox .top h3{
        font-size: 24px;
        color:#000;
    }

    .con5 .formbox .top label{
        position: absolute;
        right: 40px;
        bottom: 0;
        color:#000;
    }

    .con5 .formbox .top a{
        display: block;
        position: absolute;
        right: 00px;
        color:#000;
        bottom: 0
    }


    .bx-wrapper .bx-pager {
        padding-top: 0;
    }

    .visumax_title,
    .centu_title,
    .ex_title {
        font-size: 1.6em;
        padding-top: 95px;
    }

    .ex_title {
        padding-top: 135px;
    }

    .centu_title {
        padding-top: 107px;
    }

    .bx2>img {
        max-width: 85%;
    }

    .bx3>img {
        width: 50%;
    }

    .history {
        padding-top: 0px;
		top: 60px;
    }

    .sub_contents {
        margin-bottom: 100px
    }

    #footer {
        padding-bottom: 159px
    }

    #footer .f_logo img {
        width: 150px !important;
    }

    #footer .info_foot li {
        font-size: 12px;
        color: #333;
        opacity: 0.8;
        font-weight: 300
    }

    #footer .fmenu ul {
        width: 343px;
    }

    #footer .fmenu ul a {
        color: #333
    }

    #footer {
        background-color: #fff;
        color: #8e8e8e
    }

    .fmenu {
        border-bottom: 0;
        border-top: 0
    }

    .quick_icon img {
        width: 100%
    }

    .quick_icon ul li a {
        display: block;
        position: absolute;
        width: 20%;
        height: 18vw;
        bottom: 0;
    }

    .quick_icon ul li:nth-child(1) a {
        left: 0
    }

    .quick_icon ul li:nth-child(2) a {
        left: 20%
    }

    .quick_icon ul li:nth-child(3) a {
        left: 40%
    }

    .quick_icon ul li:nth-child(4) a {
        left: 60%
    }

    .quick_icon ul li:nth-child(5) a {
        left: 80%
    }

    /* kakaotalk */
    .kakaotalk {
        bottom: 150px;
        right: 10px;
        width: 50px;
        height: 50px
    }

    /* navertalk */
    .navertalk {
        bottom: 90px;
        right: 10px;
        width: 50px;
        height: 50px
    }

	.tell_link{
		display: block;
		position: fixed;
		bottom: 210px;
        right: 10px;
        width: 50px;
        height: 50px;
		z-index: 100;
		opacity: 0;
		transition: all 0.4s;
		transition-delay: 1.2s;
	}
	.tell_link.show{
		opacity: 1
	}
	.tell_link img{
		width: 100%;
	}

    /* 채널톡 */


    /*sub*/
    .sub_title {
        margin: 30px 0
    }

    .subntitle h2 {
        font-size: 21px;
        padding-top: 10px
    }

    .sub_title h2 {
        padding-top: 10px;
        font-size: 30px
    }

    .sub_title p {
        padding-top: 20px;
        font-size: 16px
    }

    .eyelist li {
        margin: 0 !important;
        height: 46px;
    }

    .eyelist li {
        padding-top: 9px;
    }

    .eyelist li:nth-of-type(2n) {}

    .eyelist li a {
        font-size: 16px
    }

    .inner {
        width: 90%;
    }

    .eyelist {
        margin-top: 30px
    }


}

@media all and (max-width:600px) {

    .warranty_background2 {
        width: 100%;
        margin: 0 auto;
        height: 90px;
    }

}

@media all and (max-width:560px) {
    .nav-tabs.nav-justified>li>a {
        font-size: 13px;
    }

    .panel-title {
        font-size: 13px;
    }

    .m_lnb .m_login>li>a {
        max-width: 50%;
        padding: 0.5vw;
        background: #fff;
        color: #489fe2;
        font-size: bold;
        margin: 2px;
    }


    .bx-wrapper .bx-pager {
        margin-top: 0px;
    }

    .visumax_title,
    .centu_title,
    .ex_title {
        padding-top: 102px;
    }

    .ex_title {
        padding-top: 60px;
    }

    .bx1 p {
        font-size: 16px;
    }

    .bx2 p {
        font-size: 16px;
    }

    .bx3 p {
        font-size: 16px;
    }

    .f_gnb {
        width: 264px
    }
}

@media all and (max-width:500px) {}

@media all and (max-width:480px) {
    .cnt_video .owl-theme .owl-nav [class*='owl-'] {
        top: 25%
    }

    .list_time dt {
        width: 24%
    }

    .list_time dd {
        width: 76%
    }

    .visual .bx-controls .bx-pager .bx-pager-item {
        width: 14px;
        height: 14px;
        margin: 0 2px
    }

    .icl_background {
        width: 100%;
    }

    .icl_text {
        font-size: 1.8em;
    }

    .icl_background>p:nth-of-type(2) {
        font-size: 0.8em;
    }

    .icl_content1>p:nth-of-type(1) {
        font-size: 1.2em;
        margin: 10px 0;
    }

    .warranty_background {
        height: 100px;
        line-height: 11px;
    }

    .warranty_mbtext {
        font-size: 1em;
        font-weight: bold;
        padding-left: 5%;
    }

    .warranty_background2>p {
        font-size: 0.7em;
    }

    .warranty_background span {
        font-size: 0.7em;
        padding-left: 5%;
    }

    .warranty_background3 {
        height: 460px;
    }

    .custom_smile>span {
        font-size: 1.2em;
    }

    .custom {
        font-size: 1.7em;
    }

    .content-subhead-text {
        font-size: 18px;
    }

    .effect_img {
        height: 140px;
    }

    .effect {
        font-size: 1.1em;
    }

    .img5 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .custom_smile_effect {
        margin-top: 0;
    }

    .custom_photo>img {
        width: 31.9%;
    }

    .img4:nth-of-type(4) {
        margin-bottom: 20px;
    }

    .gear_introduction_background {
        height: 90px;
        line-height: 15px;
    }

    .ex_title {
        margin-top: 118px;
        margin-bottom: 40px;
    }

    .bx3>img {
        margin-bottom: -40px;
        width: 45%;
    }

    .high_con_img {
        height: 255px;
    }

    .high_con3_4 {
        margin-top: -10px;
    }

    .list_time dt,
    .list_time dd {
        font-size: 20px;
    }

    .list_time dd {
        padding-left: 21%;
    }

    .tablein a {
        max-width: 150px;
    }

    .visumax_title,
    .centu_title,
    .ex_title {
        font-size: 1.4em;
        padding-top: 99px;
        padding-bottom: 40px;
    }

    .ex_title {
        margin-top: 107px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .centu_title {
        margin-bottom: 0px;
        margin-top: 58px;
    }

    .bx1 p {
        font-size: 15px;
    }

    .bx2 p {
        font-size: 15px;
    }

    .bx3 p {
        font-size: 15px;
    }

    .f_gnb {
        top: 30px
    }

    .con2 {
        height: 433px;
        background-size: auto 100%
    }

    .eyelist li {
        padding-top: 11px;
    }

    .eyelist li a {
        font-size: 14px;
    }
}

@media all and (max-width:406px) {
    .eyelist li a {
        font-size: 13px;
    }
}

@media all and (max-width:380px) {
    .con2 {
        height: 387px;
    }

    .text_last {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .register-top {
        margin-top: 63px;
    }

    .common_m_menu {
        margin-top: 63px;
    }

    .m_lnb .m_login>p:nth-of-type(2) {
        font-size: 18px;
    }

    .text_last>span {
        font-size: 16px;
    }

    .common_choice_img>img {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .gear_introduction_mbtext {
        font-size: 1em;
    }

    .gear_introduction_background {
        height: 80px;
    }

    .high_content1>p,
    .high_p:nth-of-type(2),
    .high_p {
        font-size: 14px;
    }

    .high_con_img {
        height: 180px;
    }

    .high_con3_2>p>span,
    .high_con3_4>p>span {
        font-size: 0.8em;
    }

    .high_con3_2>p>span>img,
    .high_con3_4>p>span>img {
        padding-top: 7px;
        width: 17px;
    }

    .high_span {
        font-size: 16px;
    }

    .high_con3_4>p>span:nth-of-type(4) {
        padding-left: 24px;
    }

    .com_text {
        font-size: 0.9em;
    }

    .complication_con_text>p {
        font-size: 0.9em;
        line-height: 22px;
    }

    .complication_con_img {
        height: 210px;
    }

    .complication_con_text {
        height: 220px;
    }

    .old_con1>p {
        font-size: 0.8em;
    }

    .old_con1>p>img {
        width: 21px;
        padding-top: 2.5%;
    }

    .text_main {
        font-size: 14px;
    }

    .text_main>span {
        font-size: 16px;
    }

    .check_wrap>span {
        font-size: 0.66em;
    }

    .cataract_test>h2 {
        font-size: 16px;
    }

    .cataract_test>p {
        font-size: 14px;
    }

    .check_wrap>span {
        font-size: 10px;
        line-height: 20px;
    }

    .con_wrap>div>span {
        font-size: 0.8em;
    }

    .check_wrap {
        line-height: 20px;
    }

    .list_time dt,
    .list_time dd {
        font-size: 20px;
    }

    .list_time dd {
        padding-left: 18%;
    }

    .icl_last>img {
        margin-bottom: 30px;
        margin-top: 0;
    }

    .dreamlens>img {
        margin-bottom: 20px;
    }

    .common_open_img {
        margin-bottom: 30px;
    }

    .mainphoto_wrap>img:nth-of-type(1) {
        width: 48.5%;
    }

    .title_blue {
        font-size: 18px;
    }

    .cataract_con3>div>span,
    .cataract_con2>div>span,
    .cataract_con1>div>span {
        font-size: 16px;
    }

    .con_wrap>div>h3 {
        font-size: 18px;
    }

    input[type="radio"],
    input[type="checkbox"] {
        width: 10px;
        height: 10px;
    }

    .h30 {
        display: none;
    }

    .mainphoto_wrap {
        margin-bottom: 20px;
    }

    .old_wrap>div {
        width: 31.5%;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .old_con6>img {
        margin-top: 0;
    }

    .txt_foot ul li,
    .txt_foot ul li a {
        font-size: 12px;
        line-height: 23px;
    }

    .con5 .left h4 {
        font-size: 22px
    }

    .con5 .left p {
        font-size: 18px
    }

    .con5 .inner {
        width: 90%;
        margin: auto
    }

    .con5>.inner>div {
        padding-left: 0px
    }

    .con5 .formbox {
        width: 100%;
        margin: auto;
        padding: 0
    }

    .con5 .formbox h3 {
        font-size: 24px;
    }

    .con5 .formbox p {
        font-size: 15px;
    }

    .con5 .formbox input.name {
        width: 169px;
        height: 32px
    }

    .con5 .formbox input.form-phone {
        width: 52px;
        height: 32px;
        margin-right: 3px;
        color: #000
    }

    .con5 .formbox #consult_content {
        width: 169px
    }

    .con5 .formbox .formcl .btn {
        width: 97px;
        line-height: 50px;
        font-size: 15px
    }

    .con5 .formbox .formcl a {
        width: 97px;
        font-size: 13px
    }

    .con5 .formbox .formcl {
        text-align: center;
    }

    .con5 .formbox .formcl .che {
        margin: 0 1px;
    }

    .con5 .formbox select.telnum {
        width: 52px;
        height: 32px;
        margin-right: 3px
    }

    .fmenu li {
        padding: 7px
    }

}

@media all and (max-width:350px) {
    .text_last {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .m_lnb .m_login>p:nth-of-type(2) {
        font-size: 15px;
    }

    .text_last>span {
        font-size: 16px;
    }

    .common_choice_img>img {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .m_ft_wrap {
        position: fixed;
        bottom: 34px;
        left: 0;
        width: 100%;
        display: block;
        z-index: 9999;
    }

    .m_ft>li {
        float: left;
        width: 25%;
        height: 50px;
        background: #428bca;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        padding: 10px;
    }

    .m_ft>li>a {
        display: block;
        text-align: center;
        width: 100%;
        background: #428bca;
        color: #fff;
        line-height: 25px;
        font-size: 3.29vw;
    }

    .m_ft>li>img {
        display: block;
        text-align: center;
        margin: 0 auto;
        width: 30%;
    }

    .custom {
        font-size: 1.2em;
    }

    .common_m_menu {
        margin-top: 57px;
    }

    .effect {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .effect_img {
        height: 115px;
    }

    .custom_photo {
        margin-bottom: 20px;
        margin-top: 0;
    }

    .custom_photo>img {
        width: 32.4%;
        margin: 5px 0;
    }

    .text_bold {
        font-size: 16px;
    }

    .img4,
    .img5,
    .img6 {
        margin-top: 5px;
        margin-bottom: 10px;
        width: 100%;
    }

    .img6 {
        width: 100%;
    }

    .white-box01 {
        padding: 2px;
    }

    .icl_background {
        width: 100%;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .icl_text {
        font-size: 1.1em;
    }

    .icl_background>p:nth-of-type(2) {
        font-size: 0.7em;
    }

    .warranty_background {
        height: 80px;
        line-height: 9px;
    }

    .warranty_background2>p {
        font-size: 0.6em;
    }

    .warranty_mbtext {
        font-size: 0.6em;
        font-weight: bold;
        padding-left: 5%;
    }

    .warranty_background span {
        font-size: 0.6em;
        padding-left: 5%;
    }

    .warranty_background3 {
        height: 350px;
    }

    .content-subhead-text {
        font-size: 0.8em;
        text-align: left;
    }

    .gear_introduction_background {
        height: 80px;
        line-height: 13px;
    }

    .gear_introduction_mbtext {
        font-size: 1em;
    }

    .gear_introduction_background>span {
        font-size: 0.7em;
    }

    .bx-wrapper .bx-pager {
        margin-top: 45px;
    }

    .visumax_title,
    .centu_title,
    .ex_title {
        font-size: 1.2em;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .bx1 p {
        font-size: 13px;
    }

    .bx2 p {
        font-size: 13px;
    }

    .ex_title {
        margin-top: 90px;
        margin-bottom: 26px;
        padding-top: 0;
    }

    .bx3>img {
        margin-bottom: -40px;
        width: 45%;
    }

    .centu_title {
        margin-bottom: 25px;
    }

    .high_background {
        height: 186px;
    }

    .high_background>p {
        font-size: 2em;
    }

    .high_background>p:nth-of-type(2) {
        font-size: 0.7em;
    }

    .high_content1>p,
    .high_p:nth-of-type(2),
    .high_p {
        font-size: 14px;
    }

    .high_span {
        font-size: 16px;
    }

    .high_con_img {
        height: 172px;
    }

    .high_con3_2>p>span,
    .high_con3_4>p>span {
        font-size: 0.76em;
    }

    .high_con3_2>p>span>img,
    .high_con3_4>p>span>img {
        padding-top: 8px;
        width: 14px;
        line-height: 31px;
    }

    .high_con3_4>p>span:nth-of-type(4) {
        padding-left: 24px;
    }

    .high_content1>p:nth-of-type(1) {
        font-size: 18px;
    }

    .content-text-01 {
        font-size: 18px;
    }

    .high_con3_4 {
        margin-top: -28px;
    }

    .dreamlens_sub {
        font-size: 1.5em;
    }

    .dreamlens>span {
        font-size: 1em;
    }

    .dreamlens>p {
        font-size: 0.7em;
        width: 70%;
    }

    .dreamlens_que {
        font-size: 14px;
    }

    .dreamlens>img {
        margin-bottom: 0;
    }

    .old_con1>p {
        font-size: 12px;
    }

    .check_wrap>span {
        font-size: 10px;
        margin: 0;
        line-height: 20px;
    }

    .container-fluid {
        padding: 0;
    }

    .text_main {
        font-size: 14px;
    }

    .text_main>span {
        font-size: 16px;
    }

    .list_time dt,
    .list_time dd {
        font-size: 15px;
    }

    .list_time dd {
        padding-left: 18%;
    }

    .complication_con_text>p {
        font-size: 0.8em;
        line-height: 22px;
    }

    .complication_con_img {
        height: 190px;
    }

    .dreamlens_img {
        margin-bottom: 20px;
    }

    .dream_con1 {
        margin-top: 20px;
    }

    .bx1 p {
        font-size: 13px;
    }

    .bx2 p {
        font-size: 13px;
    }

    .bx3 p {
        font-size: 13px;
    }

    .icl_last>img {
        margin-bottom: 20px;
        margin-top: 0;
    }

    .common_open_img {
        margin-bottom: 30px;
    }

    .con_wrap>div>span {
        font-size: 12px;
    }

    .cataract_test>p {
        font-size: 12px;
    }

    .icl_content2>p:nth-of-type(1) {
        font-size: 18px;
    }

    .icl_content2>p:nth-of-type(2) {
        font-size: 14px;
    }

    .icl_text2 {
        font-size: 16px;
    }

    .link_pers {
        padding: 20% 23% 7% 22%;
    }

    .txt_foot ul li,
    .txt_foot ul li a {
        font-size: 12px;
        line-height: 23px;
    }

    .register-top {
        margin-top: 57px;
    }
}