@charset "utf-8";

/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#wrapper {
    /*background: rgb(243 245 251 / 85%);*/
}

#header {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    background: #fff;
}

#subTop {
    z-index: 666;
    position: relative;
    padding: 8.4rem 0 0;
}

.sub-visual {
    display: flex;
    flex-direction: column;
    justify-content: center;
   /* padding: 2rem 2rem 6rem;
   min-height: 19rem;*/
    width: 100%;
    height: 320px;
    text-align: center;
    box-sizing: content-box;
    background: url("/images/kor08r-22-0456/sub/sub_visual.jpg") no-repeat 40% center/cover;
}

/*
.sub-visual > div {
    display: table-cell;
    vertical-align: middle;
    padding-top: 8.4rem;
}
*/
.sub-visual > div{height:100%}
.sub-visual h2 {
    line-height: 1;
    font-size: 3.2rem;
    color: #fff;
    font-family: 'NanumSquare';
    font-weight: 600;
	position:relative;
	top:40%
}

.sub-tab {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.sub-tab.fixed {
    z-index: 666;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.10);
    opacity: 0.92;
}

.sub-tab > ul {
	 display:flex; 
	 flex-wrap:wrap;
    margin: 0 auto;
    max-width: 1200px;
    height: 60px;
    text-align: center;
    line-height: 0;
    font-size: 0;
  /*  background: #f5f6fc;*/
}

.sub-tab.fixed ul {
    margin: 0 auto;
    width: 100%;
}

.sub-tab li {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-left: none;
}

.sub-tab li:nth-child(1) {
    border-left: 1px solid #e8e8e8;
}

.sub-tab li a {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    color: #777;
    line-height: 1.5;
    justify-content: center;
    align-items: center;
    word-break: keep-all;
}

.sub-tab li.active {
    border-color: #7887c9;
    background: #97acf2;
}
.sub-tab li.active a {color:#000}

.sub-tab li.active:nth-child(1) {
    border-left: 1px solid #7887c9;
}

.sub-tab li.active a {
    font-weight: 500;
}

.sub-tab.fixed a {
    border-bottom: 0;
    border-top: 0;
}

.sub-tab .col-2 li {
    width: 50%;
}

.sub-tab .col-3 li {
    width: 33.33%;
}

.sub-tab .col-3 li.active:nth-child(2) {
    border-left: 1px solid #7887c9;
    border-right: 1px solid #7887c9;
}

.sub-tab li:last-child.active{border-right:0}
.sub-tab .col-4 li {
    width: 25%;
}

.sub-tab .col-4 li.active:nth-child(2),
.sub-tab .col-4 li.active:nth-child(3) {
    border-left: 1px solid #7887c9;
    border-right: 1px solid #7887c9;
}

.sub-tab .col-5 li {
    width: 20%;
}

.sub-tab .col-5 li.active:nth-child(2),
.sub-tab .col-5 li.active:nth-child(3),
.sub-tab .col-5 li.active:nth-child(4) {
    border-left: 1px solid #7887c9;
    border-right: 1px solid #7887c9;
}

@media only screen and (max-width:980px) {
    .sub-tab > ul {
        width:100%;
    }
}

@media only screen and (max-width:768px) {
    #subTop {
        padding: 5rem 0;
    }

    .sub-visual {
        align-items: center;
        /*padding: 0 2rem;
        min-height: 10rem;*/
		height:180px;
        box-sizing: border-box;
    }

    .sub-visual h2 {
        font-size: 2.3rem;
		top:45%
    }

    .sub-visual p {
        font-size: 14px;
    }

    .sub-tab > ul {
        height: 50px;
    }

    .sub-tab li {
        height: 50px;
    }

    .sub-tab li a {
        height: 50px;
        font-size: 17px;
    }
}

@media only screen and (max-width:480px) {
    .sub-tab {
        min-width: 320px;
    }

    .sub-tab li a {
        font-size: 1.2rem;
    }
}


/* Sub Contents (서브 콘텐츠 영역)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#subContents {
    position: relative;
    width: 1200px;
    padding: 80px 0px 150px 0px;
    margin: 0 auto;
}

#subContents.non-svisual {
    padding: 200px 0px 150px 0px;
}

#subContents .page_nav {
    position: absolute;
    top: 40px;
    right: 0;
}

#subContents .page_nav ul li {
    display: inline;
    float: left;
    color: #a3a3a3;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -1px;
}

#subContents .page_nav ul li .fa.fa-home {
    color: #777;
}

#subContents .page_nav ul li:after {
    content: url(/images/kor04r-19-0422/sub/ico_divider_arrow.png);
    position: relative;
    top: -3px;
    margin: 0 10px;
    width: 6px;
    line-height: 20px;
}

#subContents .page_nav ul li._last {
    color: #777;
}

#subContents .page_nav ul li._last:after {
    display: none;
}

.sub-title {
    font-size: 36px;
    color: #111;
    font-weight: 500;
    margin-bottom: 80px;
    text-align: left;
}

.sub-contents p {
    font-size: 16px;
    color: #111;
    font-weight: 400;
    line-height: 2.3;
   /* white-space: pre-line;*/
    word-break: keep-all;
}



@media only screen and (max-width:1200px) {
    #subContents {
        margin: 0 auto;
        width: 100%;
        padding: 80px 20px 150px 20px;
    }

    #subContents.non-svisual {
        padding: 150px 20px 150px 20px;
    }
}

@media only screen and (max-width:980px) {
    .sub-title {
        margin-bottom: 50px;
    }

    .sub-title:before {
        width: 60px;
    }
}


@media only screen and (max-width:768px) {
    #subContents {
        padding: 50px 10px;
    }

    #subContents.non-svisual {
        padding: 150px 10px 150px 10px;
    }

    .sub-title {
        font-size: 24px;
        margin-bottom: 30px
    }

    .sub-contents p {
        font-size: 14px;
        white-space: normal;
        word-break: break-word;
    }
}


/* 의료진 및 진료안내
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.sub1-1 h3{font-size:36px; color:#222; margin-bottom:60px; letter-spacing:-1px; word-break:keep-all; line-height:1.4; text-align:center}
.sub1-1 h3 span{position:relative; font-weight:700; }
.sub1-1 h3 span:after {content:''; display:inline-block; position:absolute; bottom:7px; left:0; width:100%; height:15px; z-index:-1;background:#ccd9ff}
.sub1-1 .doctor{ display:flex; flex-wrap:wrap; justify-content:space-between;}
.sub1-1 .doctor > div{width:48%; background:#f5f7fb; padding:50px 60px; text-align:left;}
.sub1-1 .doctor > div h4{position:relative; font-size:30px; font-weight:500; color:#222; margin-bottom:35px; letter-spacing:-1px; word-break:keep-all; line-height:1.4}
.sub1-1 .doctor > div h4:after{content:""; display:block; position:absolute; margin-top:20px; left:0; width:70px; height:1px; background:#4e5aea}
.sub1-1 .doctor > div h4 strong{font-weight:700;}
.sub1-1 .doctor > div .clinic{font-size:25px; font-weight:700; color:#4e5aea; margin-bottom:20px;}
.sub1-1 .doctor > div li{position:relative; font-size:18px; padding-left:12px; color:#454545; line-height:1.4; word-break:keep-all; margin-top:14px; }
.sub1-1 .doctor > div li:before{position:absolute; content:""; left:0; top:11px; width:4px; height:4px; background:#555; border-radius:30px;}

@media only screen and (max-width:1024px) {
	.sub1-1 .doctor > div{padding:40px 30px;}
}

@media only screen and (min-width: 769px) and (max-width:980px) {
	.sub1-1 .doctor > div:nth-child(1){width:53%}
	.sub1-1 .doctor > div:nth-child(2){width:45%}
}

@media only screen and (max-width:768px) {
	.sub1-1 h3{font-size:23px;margin-bottom:30px;}
	.sub1-1 h3 span:after {bottom:5px; height:8px;}
	.sub1-1 .doctor > div h4{font-size:21px; margin-bottom:25px;}
	.sub1-1 .doctor > div h4:after{margin-top:12px; width:36px}
	.sub1-1 .doctor > div .clinic{font-size:18px; margin-bottom:15px;}
	.sub1-1 .doctor > div li{font-size:15px; padding-left:8px; margin-top:8px; }
	.sub1-1 .doctor > div li:before{top:9px; width:3px; height:3px;}
}

@media only screen and (min-width:621px) {
	.sub1-1 h3 br{display:none;}
}

@media only screen and (max-width:620px) {
	.sub1-1 .doctor > div{width:100%; margin-bottom:20px}
}

/*오시는 길
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.sub1_2 .root_daum_roughmap {
    width: 100%;
}
.sub1_2 .root_daum_roughmap .cont{display:none;}
.sub1_2 .location-info h1 {
    line-height: 1;
    padding: 4rem 0 2rem;
    color: #333;
}

.sub1_2 table {
    border-top: 2px solid #97a8f3;
    width: 100%;
}

.sub1_2 table tr {
    border-top: 1px solid #ddd;
}
.sub1_2 table tr:last-child {
    border-bottom: 1px solid #ddd;
}
.sub1_2 table tr th {
    min-width: 17.5rem;
    color: #333;
    font-size: 2rem;
    font-weight: 500;
    padding: 20px;
}

.sub1_2 table tr th .fa{font-size:22px}

.sub1_2 .location-info > h1 {
    font-size: 30px;
    color: #111;
    font-weight: 400;
    padding: 60px 0px 20px 0px;
    line-height: 1;
}

.sub1_2 .location-info > h1 > img {
    vertical-align: top;
    margin-right: 8px;
}

.sub1_2 .location-info > table {
    width: 100%;
    border-top: 2px solid #97a8f3;
}

.sub1_2 .location-info > table tr th {
    min-width: 240px;
    font-size: 18px;
    font-weight: 500;
    color: #030303;
    padding: 40px 0 40px 40px;
    text-align: left;
}

.sub1_2 .location-info > table tr th i {
    margin-right: 1rem;
}

.sub1_2 .location-info > table tr td {
    color: #555;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
	 padding: 40px 40px 40px 0;
	 word-break:keep-all;
}

.sub1_2 .location-info > table tr td strong{font-weight:400;display:block; padding-bottom:5px}
.sub1_2 .location-info > table tr td span {
    margin-right: 30px;
    min-width: 140px;
    display: inline-block;
    color: #333;
}

.sub1_2 .root_daum_roughmap {
    width: 100%;
}

@media only screen and (max-width:768px) {
    .sub1_2 .location-info h1 {
        font-size: 2.5rem;
        line-height: 1.5;
    }

    .sub1_2 table tr {
        display: flex;
        flex-direction: column;
    }

    .sub1_2 table tr th {
        padding: 1rem 0;
        font-size: 18px;
    }

    .sub1_2 table tr td {
        padding-bottom: 1rem;
    }

    .sub1_2 table tr td a,
    .sub1_2 table tr td {
       /* font-size: 1.5rem;*/
    }

    .sub1_2 table tr td span {
        display: block;
        margin: 2rem 0 1rem;
    }

    .sub1_2 table tr td span:nth-child(1) {
        margin-top: 0;
    }
}

@media only screen and (max-width:1024px) {
	.sub1_2 .location-info > table tr th{min-width:180px; padding:40px 0 40px 20px}
	.sub1_2 .location-info > table tr td{padding:40px 20px 40px 0}
	.sub1_2 .location-info > table tr td  br{display:none}
}

@media only screen and (max-width:768px) {
    .sub1_2 .location-info h1 {
        font-size: 1.8rem;
    }

    .sub1_2 .location-info > h1 {
        font-size: 19px;
        line-height: 1.6
    }

    .sub1_2 .location-info > table tr th {
        min-width: 80px;
        padding: 15px 10px;
        font-size: 15px;
    }

    .sub1_2 .location-info > table tr td {
        padding: 10px 10px;
        font-size: 15px;
    }
    .sub1_2 .location-info > table tr td span {
        min-width: 100px;
        margin-right: 10px;
        display: block;
    }
	.sub1_2 table tr th .fa{font-size:18px;}
	.sub1_2 .root_daum_roughmap .wrap_map{height:280px !important}
}




/*진료시간 & 예약
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.sub2_1 .time{display:flex; flex-wrap:wrap; justify-content:space-between; margin-bottom:80px}
.sub2_1 .time .left-box{width:47%}
.sub2_1 .time .left-box h3{display:block; font-size:22px; font-weight:500; color:#fff; width:200px; height:50px; line-height:50px; text-align:center; background:#56c8f7; border-radius:50px; margin-bottom:20px; letter-spacing:-0.03em;}
.sub2_1 .time .left-box p{font-size:18px; color:#555; line-height:1.6; word-break:keep-all; margin-bottom:30px;}
.sub2_1 .time .left-box table{width:100%; border-top:2px solid #97a8f3;}
.sub2_1 .time .left-box table th{width:180px; text-align:center; color:#333; font-weight:500; padding:20px 5px; font-size:18px; border-bottom:1px solid #ddd;}
.sub2_1 .time .left-box table td{padding:20px; font-size:18px; border-bottom:1px solid #ddd;}
.sub2_1 .time .left-box table td.note{text-align:center;}
.sub2_1 .time .right-box{width:50%; align-content: center; text-align:center;}

.sub2_1 .gray-box{background:#f7f7f7; padding:40px; display:flex; flex-wrap:wrap; justify-content:center;}
.sub2_1 .gray-box span{width:60px; height:60px; border-radius:10px; overflow:hidden; display:inline-block; margin-right:20px;}
.sub2_1 .gray-box p{display:flex; align-items:center; font-size:18px; font-weight:500; color:#333; line-height:1.6; word-break:keep-all; }

@media only screen and (max-width:980px) {
	.sub2_1 .time .left-box{width:100%; margin-bottom:80px}
	.sub2_1 .time .right-box{width:100%; }
	.sub2_1 .time .left-box h3{margin:0 auto 20px; text-align:center;}
	.sub2_1 .time .left-box p{text-align:center;}
	.sub2_1 .time .left-box table th{width:300px;}
	.sub2_1 .gray-box{padding:40px 20px;}
	.sub2_1 .gray-box span{margin-right:10px;}
}

@media only screen and (max-width:768px) {
	.sub2_1 .time{margin-bottom:40px}
	.sub2_1 .time .left-box h3{font-size:18px; width:160px; height:42px; line-height:42px; margin-bottom:15px;}
	.sub2_1 .time .left-box p{font-size:15px; line-height:1.5; margin-bottom:20px;}
	.sub2_1 .time .left-box table th{padding:15px 5px; font-size:15px;}
	.sub2_1 .time .left-box table td{padding:15px 10px; font-size:15px;}
	.sub2_1 .gray-box{text-align:center; padding:20px 15px;}
	.sub2_1 .gray-box p{display:block; font-size:15px;}
	.sub2_1 .gray-box span{display:block; width:42px; height:42px; margin:0 auto 10px}
}

@media only screen and (max-width:620px) {
	.sub2_1 .time .left-box{margin-bottom:40px}
	.sub2_1 .time .left-box table th{width:140px;}
}




/*진료과목
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.sub2_2 h3{text-align:center; font-size:32px; font-weight:500; color:#222; margin-bottom:50px; letter-spacing:-1px;}
.sub2_2 .clinic{display:flex; flex-wrap:wrap; justify-content:space-between;}
.sub2_2 .clinic > div{text-align:center; width:calc((100% - 60px)/4); background:#33bef7; padding:30px 15px}
.sub2_2 .clinic > div h4{margin-top:20px; font-size:24px; font-weight:500; color:#fff;}

.sub2_2 .info-box{border-top:2px solid #97a8f3; margin-top:50px; padding-top:30px;}
.sub2_2 .info-box dl{width:100%; display:table; border-bottom:1px solid #ddd; padding-bottom:40px; margin-bottom:30px;}
.sub2_2 .info-box dt{width:400px; display:table-cell; vertical-align:top; line-height:1.3; font-size:25px; color:#333; font-weight:500; letter-spacing:-1px; padding:15px 0 0 40px;}
.sub2_2 .info-box dd{display:table-cell; vertical-align:top; padding:0 30px}
.sub2_2 .info-box dd li{position:relative; font-size:18px; padding-left:12px; color:#454545; line-height:1.4; word-break:keep-all; margin-top:14px; }
.sub2_2 .info-box dd li:before{position:absolute; content:""; left:0; top:11px; width:4px; height:4px; background:#555; border-radius:30px;}
.sub2_2 .info-box dd li strong{font-weight:500; color:#111}

@media only screen and (min-width:981px) {
	.sub2_2 .clinic{width:920px; margin:0 auto}
}

@media only screen and (max-width:1024px) {
	.sub2_2 .info-box dt{width:300px;  padding:15px 0 0 20px;}
	.sub2_2 .info-box dd{padding:0 20px}
	.sub2_2 .clinic > div{width:calc((100% - 30px)/4);}
}

@media only screen and (max-width:768px) {
	.sub2_2 .clinic > div{padding:20px 10px}
	.sub2_2 .clinic > div img{height:52px;}
	.sub2_2 h3{font-size:22px; margin-bottom:20px;}
	.sub2_2 .clinic > div h4{margin-top:15px; font-size:18px;}
	.sub2_2 .info-box{margin-top:20px; padding-top:20px;}
	.sub2_2 .info-box dl{padding-bottom:25px; margin-bottom:20px;}
	.sub2_2 .info-box dt{width:180px; font-size:18px; padding:10px 0 0 20px;}
	.sub2_2 .info-box dd{padding:0 20px}
	.sub2_2 .info-box dd li{font-size:15px; padding-left:7px; margin-top:8px; }
	.sub2_2 .info-box dd li:before{ top:10px; width:3px; height:3px;}
}

@media only screen and (max-width:520px) {
	.sub2_2 .info-box{margin-top:10px}
	.sub2_2 .clinic > div{width:calc((100% - 10px)/2); margin-bottom:10px}
	.sub2_2 .info-box dt{width:100%; display:block; margin-bottom:15px; padding:0 0 0 10px;}
	.sub2_2 .info-box dd{width:100%; display:block; padding:0 10px}
}

/*검진항목
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.sub3_1 .sub-top{padding:80px 50px; background-color:#73d9e1; margin-bottom:60px;
    background-image: url('/images/kor08r-22-0456/sub/sub3_1_top_bg.png');
	background-repeat: no-repeat; background-position: right bottom;}
.sub3_1 .sub-top .inner{width:55%; text-align:center;}
.sub3_1 .sub-top .inner h3{font-size:40px; color:#3e3e59; font-family: 'Nanum Square'; font-weight: 900; margin-bottom:25px; letter-spacing:-1px}
.sub3_1 .sub-top .inner .round{background:#fff; padding:20px 30px; text-align:center; width:100%; border-radius:60px;}
.sub3_1 .sub-top .inner .round p{font-size:22px; color:#3e3e59; font-family: 'Nanum Square'; font-weight:700; line-height:1.5; word-break:keep-all;}

.sub3_1 .info-box{border-top:2px solid #97a8f3; margin-top:50px; padding-top:30px;}
.sub3_1 .info-box dl{width:100%; display:table; border-bottom:1px solid #ddd; padding-bottom:40px; margin-bottom:30px;}
.sub3_1 .info-box dt{width:460px; display:table-cell; vertical-align:top; line-height:1.5; font-size:25px; color:#333; font-weight:500; letter-spacing:-1px; padding:15px 0 0 40px; word-break:keep-all;}
.sub3_1 .info-box dd{display:table-cell; vertical-align:top; padding:0 30px}
.sub3_1 .info-box dd li{position:relative; font-size:18px; padding-left:12px; color:#454545; line-height:1.4; word-break:keep-all; margin-top:14px; }
.sub3_1 .info-box dd li:before{position:absolute; content:""; left:0; top:11px; width:4px; height:4px; background:#555; border-radius:30px;}
.sub3_1 .info-box dd li strong{font-weight:500; color:#111}
.sub3_1 .info-box .b-txt{font-weight:700; color:#4e5aea}
.sub3_1 .info-box .b-line{position:relative;}
.sub3_1 .info-box .b-line:after{content:''; display:inline-block; position:absolute; bottom:7px; left:0; width:100%; height:10px; z-index:-1;background:#ccd9ff}

.sub3_1 .gray-box{background:#f7f7f7; padding:40px;display:flex; flex-wrap:wrap; justify-content:center;}
.sub3_1 .gray-box span{display:inline-block; margin-right:20px;}
.sub3_1 .gray-box p{display:flex; align-items:center; font-size:22px; font-weight:500; color:#222; line-height:1.6; word-break:keep-all; }

@media only screen and (max-width:1024px) {
	.sub3_1 .sub-top{background-size:480px; padding:60px 30px;}
	.sub3_1 .sub-top .inner{width:65%;}
	.sub3_1 .sub-top .inner .round{background:#fff; padding:15px 20px;}
	.sub3_1 .info-box dt br{display:none;}
	.sub3_1 .info-box dt{width:400px;  padding:15px 0 0 20px;}
	.sub3_1 .info-box dd{padding:0 20px}
}

@media only screen and (max-width:980px) {
	.sub3_1 .sub-top{background-position:bottom center; padding:50px 60px; min-height:460px}
	.sub3_1 .sub-top .inner{width:100%; }
	.sub3_1 .sub-top .inner .round{background:#fff; padding:15px 30px;}
	.sub3_1 .gray-box{padding:40px 20px;}
	.sub3_1 .gray-box span{margin-right:10px;}
}
@media only screen and (max-width:768px) {
	.sub3_1 .sub-top{padding:40px 50px; min-height:400px; margin-bottom:30px;}
	.sub3_1 .sub-top .inner h3{font-size:23px; margin-bottom:15px;}
	.sub3_1 .sub-top .inner .round{padding:20px 30px;}
	.sub3_1 .sub-top .inner .round p{font-size:17px;}
	.sub3_1 .info-box{margin-top:20px; padding-top:20px;}
	.sub3_1 .info-box dl{padding-bottom:25px; margin-bottom:20px;}
	.sub3_1 .info-box dt{width:280px; font-size:18px; padding:10px 0 0 20px;}
	.sub3_1 .info-box dd{padding:0 20px}
	.sub3_1 .info-box dd li{font-size:15px; padding-left:7px; margin-top:8px; }
	.sub3_1 .info-box dd li:before{ top:10px; width:3px; height:3px;}
	.sub3_1 .gray-box{text-align:center; padding:20px 15px;}
	.sub3_1 .gray-box p{display:block; font-size:16px; border-radius:15px;}
	.sub3_1 .gray-box span{display:block; width:52px; margin:0 auto 10px}
}

@media only screen and (max-width:600px) {
	.sub3_1 .sub-top{background-size:350px; padding:30px 10px; min-height:320px}
	.sub3_1 .sub-top .inner .round{padding:12px 20px;}
	.sub3_1 .sub-top .inner .round p{font-size:16px; font-family: 'NotoSansKR', sans-serif; font-weight: 400; line-height:1.4}
	.sub3_1 .info-box dt{width:100%; display:block; margin-bottom:15px; padding:0 0 0 10px;}
	.sub3_1 .info-box dd{width:100%; display:block; padding:0 10px}
}






/*검진예약
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.sub3_2 .reservation{display:flex; flex-wrap:wrap;}
.sub3_2 .reservation .left-box{width:50%; padding:60px; background:#f5f7fb;}
.sub3_2 .reservation .right-box{width:50%; min-height:500px; background: url("/images/kor08r-22-0456/sub/sub3_2_img.jpg") no-repeat top center/cover;}
.sub3_2 .reservation p{font-size:19px; color:#555; line-height:1.6; word-break:keep-all; margin-bottom:20px;}
.sub3_2 .reservation p strong{font-weight:500; color:#4b66dc}
.sub3_2 h3{display:block; font-size:22px; font-weight:500; color:#fff; width:200px; height:50px; line-height:50px; text-align:center; background:#56c8f7; border-radius:50px; margin:40px 0 20px 0; letter-spacing:-0.03em;}

@media only screen and (max-width:980px) {
	.sub3_2 .reservation .left-box{padding:50px;}
}

@media only screen and (max-width:768px) {
	.sub3_2 h3{font-size:18px; width:160px; height:42px; line-height:42px; margin:25px 0 10px 0;}
	.sub3_2 .reservation .right-box{min-height:400px;}
	.sub3_2 .reservation .left-box{padding:40px 30px;}
	.sub3_2 .reservation p{font-size:16px;  line-height:1.5;  margin-bottom:15px;}
}

@media only screen and (max-width:620px) {
	.sub3_2 .reservation .left-box{width:100%; padding:30px 20px;}
	.sub3_2 .reservation .right-box{width:100%; min-height:320px;}
}






/* 게시판 관련 CSS   
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 일반게시판 List */
.content-wrap .webzine-title{font-weight:500}
.content-wrap .webzine-content-right p {font-size:16px;}
.content-wrap .webzine-content-right .webzine-row-info{font-size:14px;}
.whois-board-list {
    display: inline-block;
    font-size: 13px;
}

.whois-board-list .whois-board-row {
    width: 100%;
    margin: 0 0 0 0;
    padding: 15px 0 15px 0;
    float: left;
    border-bottom: 1px solid #eee;
    color: #000000;
}

.whois-board-list .whois-board-row:first-child {
    border-top: 1px solid #3b5beb;
}

/* Line 색상 */
.whois-board-list .whois-board-row .whois-board-row-subject {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
}

.whois-board-list .whois-board-row .whois-board-row-info {
    color: #acacac;
}

.whois-board-list .whois-board-row .whois-board-row-info .whois-board-row-author {
    max-width: 33vw;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

/* 일반게시판 view */
.content-wrap .whois-board-view .board-info{font-size:14px;}
.content-wrap .whois-board-view .board-content{font-size:16px;}
.content-wrap .next_data_area, .content-wrap .prev_data_area{font-size:13px;}
.content-wrap .next_data_area .b, .content-wrap .prev_data_area .b{font-weight:500}

.whois-board-view {
    display: inline-block;
}

.whois-board-view .board-header .board-title h3 {
    display: block;
    margin: 0px 0 20px;
    padding: 0;
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
    color: #000;
}

.whois-board-view .whois-board-view-row {
    width: 100%;
    margin: 0;
    padding: 0;
    padding: 10px 0 10px 0;
    float: left;
    border-bottom: 1px solid #eee;
}

.whois-board-view .whois-board-view-row .whois-board-view-subject {
    width: 100%;
    margin: 0 0 15px 0;
    padding: 0;
    float: left;
    font-size: 18px;
    font-weight: 600;
}

.whois-board-view .whois-board-view-row .whois-board-view-author {
    width: 100%;
    margin: 0 0 5px 0;
    padding: 0;
    float: left;
    font-size: 13px;
    font-weight: 600;
}

.whois-board-view .whois-board-view-row .whois-board-view-info {
    width: 100%;
    margin: 0;
    padding: 0 0 10px 0;
    float: left;
    color: #acacac;
}

.whois-board-view .whois-board-view-row .whois-board-view-content {
    width: 100%;
    margin: 0;
    padding: 10px 0 10px 0;
    float: left;
    font-size: 12px;
}

.whois-board-view .whois-board-view-files {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
}

.whois-board-view .whois-board-view-files .whois-board-view-file {
    width: 100%;
    margin: 0;
    padding: 5px 0;
    float: left;
    font-size: 12px;
}

.whois-board-view .whois-board-view-files .whois-board-view-file .whois-board-view-file-count {
    font-size: 11px;
    color: #c4c4c4;
}

/* 게시판 버튼 */
.btn-search,
.whois-button-submit,
.btn-sub {
    color: #fff;
    background-color: #555;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.btn-search:hover,
.btn-search:focus,
.whois-button-submit:hover,
.whois-button-submit:focus,
.btn-sub:hover,
.btn-sub:focus {
    color: #fff;
    background-color: #333;
}

/* 게시판 공통 */
.sub-box {
    margin-right: 5px;
    background-color: #0575ab;
    border: 0;
    color: #ffffff;
    display: inline-block;
    font-family: "Nanum Gothic", sans-serif;
}

.sub-box.sm {
    font-size: 12px;
    padding: 2px 5px;
}

.sub-box.m {
    font-size: 14px;
    padding: 4px 8px;
}

.sub-box.lg {
    font-size: 16px;
    padding: 6px 12px;
}

.sub-border {
    border: 1px solid #0575ab;
}

.sub-border-t {
    border-top: 1px solid #0575ab;
}

.sub-border-r {
    border-right: 1px solid #0575ab;
}

.sub-border-b {
    border-bottom: 1px solid #0575ab;
}

.sub-border-l {
    border-left: 1px solid #0575ab;
}

.sub-bg {
    background-color: #3b5beb;
}

.sub-bg-hover:hover {
    background-color: #034c94;
}

@media only screen and (max-width:768px) {
    .whois-board-view .board-header .board-title h3 {
        margin-bottom: 15px;
        font-size: 24px;
    }

    .sub1-1-box .txt-box p {
        font-size: 14px;
    }
}

/* 로그인/회원가입 관련 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.material-form {
    margin: 0 auto;
    background: #fff;
}

.material-form h3 {
    position: relative;
    font-size: 50px;
    font-weight: 500;
    text-align: left;
    color: #d5d5d5;
    letter-spacing: -3px;
}

.material-form h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
    height: 3px;
    background: #d5d5d5;
}

.material-form .body {
    margin: 60px auto 0 !important;
    padding: 0 15px;
}

.material-form p.page_slogan {
    position: relative;
    margin-bottom: 60px;
    margin-top: 30px;
    color: #333;
    padding-left: 13px;
    font-size: 30px;
    font-weight: 400;
    text-align: left;
    line-height: 30px;
    letter-spacing: -1px;
}

.material-form p.page_slogan:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #ffa800;
}

.material-form p.page_slogan span.c_red {
    color: #f00;
}

.material-form .header {
    padding: 50px 10px;
    background: #6498fe;
    font-size: 16px;
    color: #fff;
}

.material-form .header h3 {
    font-size: 30px;
}

.material-form .header p,
.material-form .header span {
    margin-top: 15px;
    font-size: 16px;
    color: #fff;
}

.material-form .sub-header h4 {
    font-weight: bold;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
}

.material-form .sub-content .form-group:last-child {
    margin: 0;
}

.material-form .input-group {
    position: relative;
    border: 0;
}

.material-form .input-group .input-group-addon {
    padding-right: 6px;
    padding-left: 6px;
    background: #fff;
    border: 0;
}

.material-form .form-control,
input[type='text'].whois,
input[type='password'].whois,
select.whois {
    border: 1px solid #ccc;
    transition: 0.3s all ease;
}

/*.material-form .btn:first-child,*/
.material-form .input-group .form-control:first-child,
.material-form .input-group .form-control.first,
.material-form .input-group .th + .form-control,
.th + input[type='text'].whois,
.th + input[type='password'].whois,
.th + select.whois {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

/*.material-form .btn:last-child,*/
.material-form .input-group .form-control:last-child,
.material-form .input-group .form-control.last,
.material-form .input-group .input-group-btn:last-child,
.material-form .input-group .input-group-btn:last-child button,
.material-form .input-group .input-group-btn:last-child .btn {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.material-form .form-group {
    margin-bottom: 15px;
    overflow: visible;
}

.material-form .form-group.success .form-control {
    color: #5cb85c;
}

.material-form .form-group.failed .form-control {
    color: #d9534f;
}

.material-form .form-control[readonly] {
    background: #fff;
}

.material-form .btn {
    height: 38px;
}

.material-form .btn-default {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.material-form .input-group input,
.material-form .input-group select,
input[type='text'].whois,
input[type='password'].whois,
select.whois {
    z-index: 10;
}

.input-group label.th {
    z-index: 9;
    display: none;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -10px;
    height: 20px;
    color: #ccc;
}

.input-group label.th.ie9 {
    z-index: 11;
    display: block;
}

.material-form .desc {
    padding: 10px 0;
}

.chkbox {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.chk-block,
.chk-block span {
    display: block;
    text-align: center;
    width: 100%;
}

.chkbox input[type='radio'],
.chkbox input[type='checkbox'] {
    display: none;
}

.chkbox input[type='radio'] ~ .rbtn {
    padding: 6px 12px;
    line-height: 27px;
    border: 1px solid #ccc;
    border-radius: 3px;
    cursor: pointer;
}

.chkbox input[type='radio']:checked ~ .rbtn {
    background: #ccc;
    color: #fff;
}

.chkbox input[type='radio'] ~ .box,
.chkbox input[type='checkbox'] ~ .box {
    display: block;
    color: #bbb;
    cursor: pointer;
    transition: 0.5s all ease;
}

.chkbox input[type='radio'] ~ .box:before,
.chkbox input[type='checkbox'] ~ .box:before {
    display: inline-block;
    margin-right: 5px;
    padding: 2px;
    font-family: 'Glyphicons Halflings';
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    transition: 0.4s all ease;
    vertical-align: middle;
    color: #cfcfcf;
}

.chkbox input[type='radio'] ~ .box:before {
    content: "e165";
}

.chkbox input[type='checkbox'] ~ .box:before {
    content: "e013";
}

.chkbox input[type='radio']:checked ~ .box,
.chkbox input[type='checkbox']:checked ~ .box {
    color: #666;
}

.chkbox input[type='radio']:checked ~ .box:before,
.chkbox input[type='checkbox']:checked ~ .box:before {
    color: #666;
}

@media only screen and (max-width: 1200px) {
    .material-form h3 {
        padding: 0 15px;
    }

    .material-form p.page_slogan {
        margin: 30px 15px 60px;
        padding: 0 15px;
        font-size: 20px;
        line-height: 1;
    }
}

/* 사이트정보 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.common-content h3 {
    position: relative;
    font-size: 50px;
    font-weight: 500;
    text-align: left;
    color: #d5d5d5;
    letter-spacing: -3px;
}

.common-content h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
    height: 3px;
    background: #d5d5d5;
}

.common-content p.page_slogan {
    position: relative;
    margin-bottom: 60px;
    margin-top: 30px;
    color: #333;
    padding-left: 13px;
    font-size: 30px;
    font-weight: 400;
    text-align: left;
    line-height: 30px;
    letter-spacing: -1px;
}

.common-content p.page_slogan:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #ffa800;
}

.common-content p.page_slogan span.c_red {
    color: #f00;
}

.common-content .sub-content {
    margin-top: 60px;
}

@media only screen and (max-width: 1200px) {
    .common-content h3 {
        padding: 0 15px;
    }

    .common-content p.page_slogan {
        margin: 30px 15px 60px;
        padding: 0 15px;
        font-size: 20px;
        line-height: 1;
    }
}

/* 사이트정보 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.common-content .qna-info {
    margin-top: 30px;
    font-size: 18px;
}

.partners_area .img_frame > div {
    background: #fff;
}


		