@charset "utf-8";

@import url(layout.css);
/* @import url(module.css); */

#lnb,
#content .head,
.sub_visual *, 
.tit_h2, .tit_h3, 
.tabs a, 
.intro, .intro_area, 
.cont_head,
.navigation, 
.paragraph, 
.caution, 
.doc_intro_area,
.vision_area,
.caution_list,
.table_default,
.step_list,
.map_area,
.slogan_area,
.doc_schedule .doc,
.bx-wrapper .bx-caption span,
.bx-wrapper .bx-controls-direction a{
    font-family: "Nanum Barun Gothic", "NanumBarunGothic", sans-serif
}

#lnb,
#content .head h1, 
.doc_intro_area .thum, 
.doc_intro_area .info,
.tabs li {
    float: left;
}
#content .head h1 {
	font-size: 26px; line-height: 1; color: #000;
	margin-bottom: 20px;
}
#content, .navigation {
    float: right;
}
.navigation li:after {
    position: absolute;
    top: 0;
    right: 0;
}
.text_hide {
    overflow: hidden;
    text-indent: -999px;
    font-size: 0;
	height: 0;
}
#content .head:after,
.paragraph:after,
.doc_intro_area .doc:after,
.intro_area:after,
.vision_area:after,
.doc_schedule:after,
.doc_schedule li:after,
.step_list li:after,
.map_area:after,
.vision_area:after {
    content: "";
    clear: both;
    display: block;
}
.caution:before,
.btn_movie:before,
.caution_list li:before,
.ico:after {
    background: url(/Images/ico.png) no-repeat;
}

.sub_visual {
    position: relative;
    height: 589px;
    margin-bottom: 86px;
	overflow: hidden;
}
.sub_visual .img {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -828px;
}
.sub_visual .img img{
	max-width:100%
}
.sub_visual .slogan {
    position: absolute;
    top: 272px;
    left: 50%;
    width: 1260px;
    margin-left: -630px;
    font-size: 18px;
    letter-spacing: -1px;
    color: #fff;
}
.sub_visual .text_big {
    font-size: 36px;
    line-height: 53px;
    margin-bottom: 20px;
	font-weight:300
}
.sub_visual .text_big + p {
	font-size:16px;
	letter-spacing:0
}
.container {
    width: 1260px;
    margin: auto;
}
#lnb {
    width: 262px;
    margin-bottom: 200px;
}
#lnb h2 {
    font-size: 27px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    margin-bottom: 15px;
}
#lnb>ul {
    border-width: 4px 0 2px;
    border-style: solid;
    border-color: #333;
    margin-bottom: 30px;
}
#lnb>ul li:first-child {
    border-top: 0;
}
#lnb>ul li a {
	display: block;
    font-size: 18px;
    line-height: 55px;
    letter-spacing: -1px;
    color: #000;
    text-decoration: none;
    border-top: 1px solid #d8d8d8;
}
#lnb>ul li a:hover {
    font-weight: 500;
    color: #6666cc;
}
#lnb>ul>li {
	position: relative;
}
#lnb>ul>li span {
	display: block;
	height: 55px;
	line-height: 55px;
	padding-left: 18px;
	border-width: 2px 0; border-style: solid; border-color: #3c3c3c;
}
#lnb>ul>li span:before {
	position: absolute; top: 18px; left: 2px;
	display: inline-block;
	width: 4px; height: 21px;
	background: #5d7ed2;
	content:"";
}
#lnb .active, #lnb .active a {
    font-weight: 500;
    color: #6666cc;
}
#lnb .cs_area h3 {
    line-height: 1;
    margin-bottom: 15px;
}
#lnb .cs_area .tel {
    margin-bottom: 30px;
}
#lnb .time_table .th, #lnb .time_table .td {
    line-height: 25px;
    color: #333;
}
#lnb .time_table .th {
    font-size: 14px;
}
#lnb .time_table .td {
    font-size: 15px;
    padding-left: 26px;
}
#content {
    width: 940px;
    margin-bottom: 200px;
}
#content .head {
    border-bottom: 1px solid #9c9c9c;
    margin-bottom: 60px;
}
h1 {
    font-size: 26px;
    line-height: 1;
    color: #000;
    margin-bottom: 20px;
}
.tit_h2 {
    font-size: 35px;
    line-height: 50px;
    color: #333;
    text-align: center;
    margin-bottom: 40px;
}
.tit_h2.underline {
    margin-bottom: 35px;
}
.tit_h2.left {
	text-align: left;
}
.tit_h2.underline:after {
    display: block;
    width: 81px;
    height: 4px;
    background: #000;
    margin: 20px auto 0;
    content: ""}
.tit_h3 {
    font-size: 23px;
    line-height: 40px;
    letter-spacing: -1px;
    color: #333;
    margin-bottom: 20px;
}
.tit_h4 {
    font-size: 20px;
    line-height: 35px;
    letter-spacing: -1px;
    color: #333;
    margin-bottom: 20px;
}
.tabs {
	width: 100%;
	margin-bottom: 30px;
	overflow: hidden;
}
.tabs li a {
	display: block;
	height: 45px;
	font-size: 18px; line-height: 45px; letter-spacing: -1px; color: #5d7ed2; text-decoration: none;
	text-align: center;
	border-width: 2px 2px 2px 0; border-style: solid; border-color: #5d7ed2;
}
.tabs li:first-child a {
	border-left: 2px solid #5d7ed2;
}
.tabs .active a {
	background-color: #5d7ed2;
	color: #fff;
}
.intro {
    text-align: center;
    margin-bottom: 30px;
}
.intro p {
    font-size: 16px;
    line-height: 32px;
    color: #333;
}
.navigation {
    text-align: right;
}
.navigation li {
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    color: #8c8c8c;
    position: relative;
    padding-right: 21px;
}
.navigation li:after {
    top: 3px;
    right: 5px;
    display: inline-block;
    content: "\02C3"}
.navigation .current {
    color: #000;
    padding-right: 0;
}
.navigation .current:after {
    display: none;
}
.intro_area {
    padding-top: 30px;
    margin-bottom: 80px;
}
.intro_area .intro_text {
    font-size: 17px;
    line-height: 32px;
    letter-spacing: -1px;
    color: #333;
    text-align: center;
    margin-bottom: 85px;
}
.intro_area .img {
    margin-bottom: 70px;
}
.intro_area .col_left, .intro_area .col_right {
    width: 450px;
}
.intro_area h3 {
    font-size: 26px;
    line-height: 40px;
    letter-spacing: -1px;
    color: #333;
    margin-bottom: 40px;
}
.intro_area p {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: -1px;
    color: #333;
}

.vision_area {
	padding-top: 40px;
}
.vision_area .col_left {
	width: 330px;
	padding: 10px 0 0 50px;
}
.vision_area .col_right {
	width: 440px;
	padding: 50px 60px;
	letter-spacing: -1px;
}
.vision_area dt {
	font-size: 26px; line-height: 40px;
	margin-bottom: 20px;
}
.vision_area dd {
	font-size: 16px; line-height: 32px;
	margin-bottom: 80px;
}
.vision_area .color1 {
	color: #6666cc;
}
.vision_area .color2 {
	color: #5d7ed2;
}
.vision_area .color3 {
	color: #359ab3;
}
.vision_area .color4 {
	color: #44c1c2;
}

.doc_intro_area .doc {
    margin-bottom: 85px;
}
.doc_intro_area .thum {
    width: 375px;
    margin-right: 40px;
}
.doc_intro_area .doctor {
    font-size: 25px;
    line-height: 40px;
    color: #333;
    margin: 15px 0;
}
.doc_intro_area .doctor span {
    font-size: 30px;
}
.doc_intro_area .category {
    font-size: 15px;
    line-height: 20px;
    color: #999;
    margin-bottom: 40px;
    position: relative;
}
.doc_intro_area .category:after {
    margin-top: 12px;
    display: block;
    width: 82px;
    height: 2px;
    background: #5d7ed2;
    content: ""}
.doc_intro_area .history li {
    position: relative;
    padding-left: 10px;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333;
}
.doc_intro_area .history li:before {
    position: absolute;
    top: 13px;
    left: 0;
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #9090d5;
    content: ""}
.cont_head {
    margin-bottom: 65px;
    position: relative;
}
.cont_head .offset {
    position: absolute;
    top: 45px;
    left: 25px;
    font-size: 15px;
    line-height: 26px;
    color: #fff;
}
.cont_head .text_big {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 25px;
}
.cont_head .text_big:after {
    display: block;
    width: 46px;
    height: 3px;
    margin-top: 25px;
    background: #fff;
    content: ""
}
.cont_head .text_big strong {
	font-weight: 500;
}
.paragraph, .caution, .caution_list {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    margin-bottom: 60px;
    word-break: keep-all;
}
.paragraph .circle_blue, .caution .circle_blue, .paragraph .circle_danger {
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -1px;
    color: #fff;
    border-radius: 50%;
    background: #5d7ed2;
    text-align: center;
    vertical-align: middle;
}
.paragraph .circle_danger {
	background-color: #d36262;
}
.paragraph li {
	position: relative;
	padding-left: 28px;
}

.paragraph li.img {
	padding:5px 0px;
	padding-left: 0px;
}

.paragraph .circle_blue, .paragraph .circle_danger {
	position: absolute;
	top: 5px; left: 0;
}
.caution,
.caution_list li {
    line-height: 25px;
    padding-left: 36px;
    position: relative;
}
.caution:before,
.caution_list li:before {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 2px;
    left: 8px;
    background-position: -400px 0;
    content: ""
}
.paragraph .btn_movie {
	height: 26px;
	font-size: 14px; line-height: 26px; letter-spacing: -1px; color: #fff;
	background-color: #5d7ed2;
	border-radius: 8px;
	padding: 0 18px;
	margin-left: 12px;
}
.paragraph .btn_movie:before {
	content:"";
	display: inline-block;
	width: 20px; height: 14px;
	background-position: -500px 0;
	margin-right: 5px;
	vertical-align: middle;
}
.paragraph.mb40 {
	margin-bottom: 40px;
}
.dot_list li {
	position: relative;
	padding-left: 8px;
}
.dot_list li:before {
	position: absolute;
	top: 13px; left: 0;
	content:"";
	display: inline-block;
	width: 3px; height: 3px;
	background: #333;
	border-radius: 50%;
}

.slogan_area {
	margin: -20px 0 60px;
	font-size: 26px; line-height: 32px; letter-spacing: -1px;
	padding-left: 21px;
	border-left: 3px solid #5d7ed2;
}

.table_default {
	width: 100%;
	border-top: 3px solid #606060;
	margin-bottom: 20px;
}
.table_default.paragraph {
	margin-bottom: 60px;
}
.table_default th, 
.table_default td {
	border-bottom: 1px solid #9c9c9c;
	padding: 20px 25px;
	font-size: 15px; line-height: 22px; letter-spacing: 0px; color: #6b6b6b;
	vertical-align: middle;
}
.table_default tbody tr:last-child th
.table_default tbody tr:last-child td {
	border-color: #606060;
}	
.table_default.type01 th, 
.table_default.type01 td {
	padding: 10px 15px
}
.table_default.type_border th, 
.table_default.type_border td {
	border-bottom: 1px solid #9c9c9c; border-left: 1px solid #9c9c9c;
}
.table_default.type_border th:first-child {
	border-left: 0;
}
.table_default th {
	background: #f5f5f5;
	color: #3b3b3b;
}
.table_default tbody th {
	text-align: left;
	padding-left: 50px;
}
.table_default .left {
	text-align: left;
	padding-left: 25px;
}
.table_default .text_off {
	color: #cc667e;
}
.table_default .font12 {
	font-size:12px;
}
.table_default .center {
	padding-left: 0; padding-right: 0;
	text-align: center;
}

.doc_schedule .thum {
	float: left;
	width: 178px;
}
.doc_schedule .doc {
	font-size: 20px; line-height: 1; letter-spacing: -1px; color: #4b4b4b;
	margin-bottom: 20px;
}
.doc_schedule .col_right {
	width: 742px;
}
.doc_schedule>li {
	margin-bottom: 40px;
}
.doc_schedule .table_default th,
.doc_schedule .table_default td {
	/* padding: 10px 0;*/
	padding:0;
	height:60px; vertical-align:middle;
	font-size: 16px; color: #3b3b3b;
	text-align: center;
	line-height:1.2
}
/* .doc_schedule .table_default thead th {
	padding: 15px 0;
}*/

.step_list {
	font-size: 16px; line-height: 30px; letter-spacing: -1px;
	border-top: 3px solid #606060; border-bottom: 1px solid #606060;
	display: table;
	width: 100%;
	margin-bottom: 60px;
}
.step_list>li {
	display: table-row;
}
.step_list .thum,
.step_list .info {
	display: table-cell;
	border-top: 1px solid #9c9c9c;
	padding: 20px;
	vertical-align: middle;
}
.step_list>li:first-child .thum,
.step_list>li:first-child .info {
	border-top: 0;
}
.step_list .info {
	width: 744px;
	padding-left: 0;
	letter-spacing:0
}
.step_list .tit {
	font-size: 19px; font-weight: bold; color: #7490d8;
	letter-spacing:0
}
.step_list .tit span{
	font-size:15px;
	letter-spacing:0px
}
.step_list .info em {
	display: block;
	color: #359ab3;
	padding-left: 8px;
	position: relative;
}
.step_list .info em:before {
	content:"";
	display: inline-block;
	width: 2px; height: 2px;
	background: #359ab3;
	position: absolute;
	top: 12px; left: 2px;
}
.step_list li i {
	display: inline-block; 
	width: 106px; height: 106px;
	border-radius: 50%;
	background-color: #c6d2ef;
	margin-right: 50px;
	position: relative;
}
.step_list .ico:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%; left: 50%;
}
.step_list .step1:after {
	width: 52px; height: 46px;
	margin: -23px 0 0 -26px;
	background-position: 0 -500px;
}
.step_list .step2:after {
	width: 52px; height: 48px;
	margin: -24px 0 0 -19px;
	background-position: -100px -500px;
}
.step_list .step3:after {
	width: 44px; height: 52px;
	margin: -26px 0 0 -21px;
	background-position: -200px -500px;
}
.step_list .step4:after {
	width: 46px; height: 52px;
	margin: -28px 0 0 -22px;
	background-position: -300px -500px;
}
.step_list .step5:after {
	width: 46px; height: 48px;
	margin: -24px 0 0 -20px;
	background-position: -400px -500px;
}
.step_list .step6:after {
	width: 50px; height: 54px;
	margin: -28px 0 0 -22px;
	background-position: -500px -500px;
}
.step_list .step7:after {
	width: 56px; height: 52px;
	margin: -27px 0 0 -28px;
	background-position: 0 -600px;
}
.step_list .step8:after {
	width: 54px; height: 52px;
	margin: -26px 0 0 -24px;
	background-position: -100px -600px;
}
.step_list .step9:after {
	width: 50px; height: 50px;
	margin: -25px 0 0 -25px;
	background-position: -200px -600px;
}
.step_list .step10:after {
	width: 68px; height: 52px;
	margin: -26px 0 0 -33px;
	background-position: -300px -600px;
}
.map_area {
	border-bottom: 1px solid #606060;
	font-size: 16px; line-height: 30px; letter-spacing: -1px;
	margin-bottom: 70px;
}
.map_area .col_left {
	width: 33%;
	padding-top: 30px;
	font-size: 20px; line-height: 32px; 
}
.map_area .col_left dd {
	margin-bottom: 20px;
	letter-spacing:0
}
.map_area .col_right {
	width: 67%;
}
.map_area .col_right th,
.map_area .col_right td {
	vertical-align: middle;
	padding: 20px 0;
	border-top: 1px solid #9c9c9c;
}
.map_area .col_right tr:first-child th,
.map_area .col_right tr:first-child td {
	border-top: 0;
}
.map_area .col_right th {
	text-align: center;
}
.map_area .col_right .ico {
	display: inline-block;
	width: 86px; height: 86px;
	background-color: #5d7ed2;
	border-radius: 50%;
	position: relative;
}
.map_area .col_right .ico:after {
	content:"";
	display: inline-block;
	position: absolute;
	top: 50%; left: 50%;
}
.map_area .col_right .ico_subway:after {
	width: 34px; height: 50px;
	margin: -25px 0 0 -17px;
	background-position: 0 -700px;
}
.map_area .col_right .ico_bus:after {
	width: 32px; height: 44px;
	margin: -22px 0 0 -16px;
	background-position: -100px -700px;
}
.map_area .col_right .ico_car:after {
	width: 38px; height: 38px;
	margin: -19px 0 0 -19px;
	background-position: -200px -700px;
}
.map_area .col_right dt {
	font-size: 19px; font-weight: bold;
	letter-spacing:0
}
.map_area .col_right dd {
	letter-spacing:0
}
.map_area .box_green,
.map_area .box_blue {
	display: inline-block;
	padding: 0 5px;
	height: 20px; line-height: 20px;
	font-size: 14px; letter-spacing: -1px; color: #fff;
	margin-right: 3px;
	vertical-align: middle; 
}
.map_area .box_green {
	background-color: #70ca6e;
}
.map_area .box_blue {
	background-color: #385cb9;
}



.sub03_01_paragraph .text{
	margin-bottom:20px;
}
.sub03_01_paragraph .list li img{
	padding:15px 0px;
	
}

/* Module customizing~ */

.Module .list th {
 background:#5d7ed2 !important
}
.paragraph.type01 {
	margin-bottom:30px;	
}
.mb50 {margin-bottom:50px;}
.mb90 {margin-bottom:90px;}