﻿@charset "utf-8";
 /*******************************************************************
	layout style
******************************************************************* */
.sub-highlight {

}

#contents {

}

/* snb-area */
.snb-area {
    float: left;
    width: 200px;
}
.snb-area > h2 {
    width: 100%;
    height: 120px;
    margin: 0;
    line-height: 120px;
    text-align: center;
    font-size: 30px;
    font-weight: normal;
    color: #fff;
    background-color: #3a53ad;
}
.snb-area .snb {
    display: none;
}
.snb-area .snb > li {
    position: relative;
}
.snb-area .snb > li > a {
    position: relative;
    display: block;
    padding: 15px 20px;
    font-size: 18px;
    color: #333;
    border-bottom: 1px solid #dfdfdf;
    background-color: #fafafa;
}
.snb-area .snb > li.active > a {
    font-weight: bold;
    color: #3a53ad;
}
.snb-area .snb > li > a > i {
    position: absolute;
    right: 10px;
    top: 11px;
    font-size: 24px;
    color: #ccc;
}
.snb-area .snb > li.active > a > i {
    color: #3a53ad;
}

/* contents */
.contents {
    float: left;
    width: 760px;
    padding: 0 0 50px 60px;
}
.contents h3 {
    height: 120px;
    margin: 0 0 40px;
    line-height: 120px;
    font-size: 32px;
    border-bottom: 1px solid #eee;
}

/* article */
.article {

}
.article .section {
    position: relative;
    min-height: 400px;
}
.article .section h4 {
    margin: 50px 0 20px;
    line-height: 1.1;
    font-size: 21px;
    font-weight: bold;
    color: #3a53ad;
}
.article .section h4:first-child {
    margin: 0 0 20px;
}
.article .section h4 i {
    margin-right: 10px;
    vertical-align: middle;
}
.article .section p {
    margin: 0 0 20px;
}

/* list */
.article .section ul.section-list {
    margin: 0 0 20px 20px;
    padding: 0;
    list-style: disc;
}
.article .section ol.section-list {
    margin: 0 0 20px 20px;
    padding: 0;
    list-style: decimal;
}
.article .section .section-list > li {
    margin: 0 0 10px;
}
.article .section ul.section-list > li li,
.article .section ol.section-list > li li {
    margin: 0 0 2px;
}

/* table style */
.article .section .table {
    border-bottom: 1px solid #dee2e6;
}
.article .section .table th {
    text-align: center;
}
.article .section .table tbody th {
    background-color: #f7f7f7;
}
.article .section .table th,
.article .section .table td {
    vertical-align: middle;
}

/* highlight */
.highlight-pink {
    color: #fd367e;
}

 /*******************************************************************
	includes style
******************************************************************* */
/* breadcrumb-area */
.breadcrumb-area {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eee;
    background-color: #f7f7f7;
}
.breadcrumb-area ul {
    text-align: right;
}
.breadcrumb-area ul li {
    display: inline-block;
    font-size: 13px;
    color: #ccc;
}
.breadcrumb-area ul li.divline {
    margin: 0 10px;
}
.breadcrumb-area ul li.home a {
    color: #ccc;
}
.breadcrumb-area ul li.current {
    color: #3a53ad;
}

/* 주요일정 */
.important-dates {
    width: 200px;
    margin: 30px 0 50px;
    border: 1px solid #e6eaf7;
    border-radius: 2px;
    background-color: #fff;
}
.important-dates h3 {
    margin: 0;
    padding: 10px 20px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #31499d;
    background-color: #e6eaf7;
}
.important-dates ul {
    padding: 20px 15px;
}
.important-dates ul > li {
    margin: 0 0 20px;
}
.important-dates ul > li:last-child {
    margin: 0;
}
.important-dates .title {
    display: block;
    margin: 0 0 5px 0;
    text-align: left;
    vertical-align: middle;
    font-size: 14px;
}
.important-dates .date {
    display: block;
    vertical-align: middle;
    letter-spacing: -0.75px;
    font-size: 14px;
    font-weight: normal;
    color: #fd367e;
}

/*******************************************************************
	MEMBER 공통 스타일
******************************************************************* */
.label-default {
	display: block;
	margin: 0 0 10px;
	padding: 10px 0;
	font-size: 13px;
}    
.input-need {
    color:red;
    font-weight:bold;
}


/* table */
.section .table_edit {
    width: 100%;
    margin: 0 0 15px;
    border-collapse: collapse;
}
.section .table_edit th {
    padding: 10px;
    border: 1px solid #dfdfdf;
    vertical-align: middle;
    background-color: #f7f7f7;
}
.section .table_edit td {
    padding: 10px;
    vertical-align: middle;
    border: 1px solid #dfdfdf;
    background-color: #fff;
}
.section .table_edit td #gmapview {
    display: block;
    width: 100%;
    height: 299px;
}
.section .table_edit td #gmapview iframe {
    display: block;
    width: 100%;
    height: 299px;
}

.section .table-detail-area {
    position: relative;
    margin: 30px 0 0;
}
.section .table-detail-area h3.title {
	margin: 0 0 10px;
	font-size: 14px;
    color: #49858b;
    vertical-align: middle;
}
.section .table-detail-area h3.title i {
    margin-right: 7px;
    vertical-align: baseline;
}

.section .link-data {
    position: absolute;
    right: 0;
    top: 0;
}

.w100 {
    width: 100% !important;
}
.w-phone {
    width: 80px !important;
}
.btn-area {
    padding: 20px 0 30px;
    text-align: center;
}
.btn-area .btn {
    margin: 0 10px;
}
.field-validation-error{
    display: block;
    margin: 5px 0 0;
    padding: 10px 20px;
    color:#f55;
    font-weight:bold;
    border: 1px solid #ffdfee;
    border-radius: 5px;
    background-color:#fff2f8;
}
.input-validation-error{
    color:red;
    font-weight:bold;
    background-color:pink;
}
.validation-summary-errors {
	width: 450px;
	margin: 0 auto;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #de5344;
	line-height: 2;
	border: 1px solid #ffe0e0;
	border-radius: 5px;
	background-color: #fee;
}

/*******************************************************************
	회원가입 스타일
******************************************************************* */
/* join */
.section.join {

}
.section.join #join-wrap.member {
    padding: 0;
    border: 0;
    background-color: #fff;
}
.section.join #join-wrap.member .element-inline.w100 {
    display: block;
    width: 540px;
}
.section.join #join-wrap.member .form-control {
    font-size: 13px;
}

.section.join .terms-area {
    border-top: 1px solid #fff;
}

.section.join .checkbox-area {
    text-align: right;
    margin-bottom: 20px;
    vertical-align: middle;
}

.section.join .checkbox-area label {
    margin-left: 5px;
    font-size: 13px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    vertical-align: middle;
}

.section.join .guide-join {
    height: 150px;
    margin-bottom: 10px;
    padding: 10px 20px 20px;
    overflow-y: scroll;
    text-align: justify;
    border: 1px solid #e1e1e3;
    border-radius: 3px;
    background-color: #fff;
}

.section.join .step-area {
    margin: 0 0 50px;
    padding: 30px 0;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    background-color: #f9f9f9;
}
.section.join .step-area ul {
    margin: 0;
    text-align: center;
}
.section.join .step-area > ul > li {
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
    font-weight: bold;
    color: #999;
    border: 1px solid #dfdfdf;
    border-radius: 100px;
    background-color: #eee;

}
.section.join .step-area ul li.active {
    color: #fff;
    border: 1px solid #00a599;
    background-color: #00a599;
}
.section.join .step-area ul li.divline.active {
    color: #00a599;
}
.section.join .step-area ul li.divline {
    display: inline-block;
    width: 10px;
    margin: 0 20px;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
    border: 0;
    background-color: #f9f9f9;
}

.section.join .input-need {
    color: red;
    font-weight: bold;
}

/* step 1 */
.join-email {
    margin: 0 0 100px;
    padding: 30px;
    text-align: center;
    border-radius: 5px;
    background-color: #e6eaf7;
}
.join-email .element-inline {
    width: 300px;
    vertical-align: middle;
}
.join-email .btn  {
    vertical-align: middle;
}

/*******************************************************************
	ID/PW 찾기 스타일
******************************************************************* */
.section.idpw-find {

}

.section.idpw-find .label-default {
	display: block;
	margin: 0 0 10px;
	padding: 10px 0;
    font-size: 15px;
}
.section.idpw-find .validation-summary-errors {
    width :100%;
    margin: 0 0 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    color: #0ba3a4;
    text-align: center;
    border-color: #cdfcfc;
    background-color: #e9fefe;
}

/*******************************************************************
	회원정보수정 스타일
******************************************************************* */
.section.edit-my-info {

}

/*******************************************************************
	비밀번호수정 스타일
******************************************************************* */
.section.edit-my-pw {

}