@charset "UTF-8";

@import url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/stylesheets/NotoSansKR-Hestia.css);

/*body{min-width:991px;word-wrap:break-word;word-break:keep-all}*/
body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, input, textarea, btn, select{margin:0;padding:0;font-family:'Malgun Gothic','Noto Sans Korean','Roboto',AppleGotihc, Helvetica,Arial,"Trebuchet MS","Lucida Sans Unicode","Lucida Grande"}
body, input, textarea, select{line-height:1.4;font-size:16px;color:#111111;font-family:'Malgun Gothic','Noto Sans Korean','Roboto',AppleGotihc, Helvetica,Arial,"Trebuchet MS","Lucida Sans Unicode","Lucida Grande"}
.CONTENT .col-lg-12{
	padding-left:10px;
}
.pagination>li>a{
	color:#28283c;
}
.pagination>.active>a{
	color:#d2f319;
	background-color:#3d3d3d;
	border:1px solid #3d3d3d;
}
a:link { color:#444; text-decoration: none; outline: none; select-dummy: expression(this.hideFocus=true); }
a:visited { color: #444; text-decoration: none; }
a:hover { color: #444; text-decoration: none; }
a:active { color: #444; background-color: none; }
.row-no-padding {
  [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
.NoPaddingForChildren > div:not(:first-child):not(:last-child) {
    padding-left: 0;
    padding-right: 0;
}

.NoPaddingForChildren > div:first-child {
    padding-left: 0;
}

.NoPaddingForChildren > div:last-child {    
    padding-right: 0;
}
  
  
@media only screen and (max-width: 800px) {

    /* Force table to not be like tables anymore */
	#no-more-tables table,
	#no-more-tables thead,
	#no-more-tables tbody,
	#no-more-tables th,
	#no-more-tables td,
	#no-more-tables tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	#no-more-tables tr { border: 1px solid #ccc; }

	#no-more-tables td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
		white-space: normal;
		text-align:center;
	}

	#no-more-tables td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}

	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}

/********** 로그인 폼 **********/
#login-form {
	padding-top:2%;
	padding-bottom:5%;
}
/* Full-width input fields */
#login-form input[type=text], input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/* Set a style for all buttons */
#login-form .loginbtn {
	font-size:12px;
    background-color: #1c1b6e;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width:30%;
    margin-left:50px;
}

}
@media only screen and (max-width: 800px){
	#login-form button {
		width:100%
	}
	#login-form .form-inline .form-control{
		width:70%;
	}
	#login-form .loginbtn {
		width:100%;
		margin-left:0;
	}
	#login-form .joinbtn {
		font-size:10px;
	}
	#login-form .findbtn {
		font-size:10px;
	}
}

#login-form button:hover {
    opacity: 0.8;
}

/* Extra styles for the cancel button */
#login-form .joinbtn {
	color:#fff;
    width: 49%;
    padding: 10px 18px;
    background-color: #d35487;
}
#login-form .findbtn {
	color:#fff;
    width: 49%;
    padding: 10px 18px;
    background-color: #304783;
}

@-webkit-keyframes animatezoom {
    #login-form from {-webkit-transform: scale(0)}
    #login-form to {-webkit-transform: scale(1)}
}

@keyframes animatezoom {
    #login-form from {transform: scale(0)}
    #login-form to {transform: scale(1)}
}

#login-form .form-inline .form-group{
	/*width:28%;*/
}

#login-form .imgcontainer {
  border: 2px solid #ccc;
  background-color: #eee;
  border-radius: 5px;
  padding: 16px;
  margin: 16px 0
}

#login-form .imgcontainer::after {
  content: "";
  clear: both;
  display: table;
}

#login-form .imgcontainer img {
  float: left;
  margin-right: 20px;
  border-radius: 50%;
}

#login-form .imgcontainer p{
	padding-top:18px;
}

#login-form .imgcontainer span {
  font-size: 20px;
}

#login-form .btn-login{
	color:#fff;
	padding:10px 18px;
	background-color:#1c1b6e;
}
@media only screen and (max-width: 800px){
	#login-form .imgcontainer p{
		font-size:12px;
	}
}
@media (max-width: 500px) {
  #login-form .imgcontainer {
      text-align: center;
  }
  #login-form .imgcontainer img {
      margin: auto;
      float: none;
      display: block;
  }
}
/********** 회원가입 **********/
#join-page{
	padding-top:2%;
	padding-bottom:4%;
}
#join-page .well-sm dl{
	margin:0;
}
#join-page .well h6{
	font-size:15px;
	font-weight:bold;
}
#join-page .well .join-infoBox{
	height:150px;
	overflow:auto;
	padding:10px;
	background-color:#fff;
	border:1px solid #ddd;
}
#join-page .panel-default .panel-body .user-img{
	margin-bottom:10px;
}
#join-page .panel-default .panel-body .user-img img{
	width:120px;
	height:159px;
	border:1px solid #ccc;
}
#join-page table tr td a{
	color:#fff;
}
#join-page .panel-default .panel-body table{
	table-layout:inherit;
}
#join-page .panel-default .panel-body table tbody tr th{
	text-align:center;
	vertical-align:middle;
}
#join-page .panel-default .panel-body table tbody tr td{
	vertical-align:middle;
}
#join-page .panel-default .panel-body table tbody tr td label{
	font-weight:400;
}
#join-page .panel-default .panel-body table input[type=checkbox]{
}
#join-page .input-group-btn{
	width:0;
}

#join-page .join-table01 tr th{
	width:20%;
}
#join-page tr td .join-input01{
	width:60%;
}
#join-page tr td .join-select01{
	width:20%;
}
#join-page .join-table02 .join-width20{
	width:20%
}
#join-page .join-table02 .join-width10{
	width:10%
}
#join-page .join-table02 .join-width15{
	width:10%;
}
#join-page .join-table03 .join-width20{
	width:20%
}
#join-page .join-table03  .join-width40{
	width:40%
}
#join-page .btn-mypage{
	color: #d2f319;
	background-color: #3d3d3d;
	border: 1px solid #3d3d3d;
}
@media only screen and (max-width: 800px){
	#join-page .well-sm dl dt,dd{
		font-size:12px;
	}
	#join-page .panel-default .panel-body table tbody tr td form{
		display:inline;
	}
	#join-page .panel-default .panel-body table tbody tr td form input,select{
		/*display:inline;*/
	}
	#join-page .panel-default .panel-body table tbody tr td .form-control{
		display:inline;
	}
	#join-page .join-table01 tr th{
		width:100%;
		display:block;
		background-color:#f5f5f5;
	}
	#join-page .join-table01 tr td{
		width:100%;
		display:block;
		text-align:center;
	}
	#join-page .join-table02 tr th{
		width:100%;
		display:block;
		background-color:#f5f5f5;
	}
	#join-page .join-table02 tr td{
		width:100%;
		display:block;
		text-align:center;
	}
	#join-page .join-table03 tr th{
		width:100%;
		display:block;
		background-color:#f5f5f5;
	}
	#join-page .join-table03 tr td{
		width:100%;
		display:block;
		text-align:center;
	}
	#join-page #no-more-tables td{
		padding-left:5px;
	}
	#join-page tr td .join-input01{
		width:100%;
	}
	#join-page .join-table01 tr td span{
		display:block;
	}
	#join-page tr td .join-select01{
		width:35%;
	}
	#join-page .join-table02 .join-width20{
		width:100%;
	}
	#join-page .join-table02 .join-width10{
		width:100%;
	}
	#join-page .join-table02 .join-width15{
		width:20%;
	}
	#join-page .join-table03 .join-width20{
		width:100%;
	}
	#join-page .join-table03  .join-width40{
		width:100%
	}
	#join-page .join-table03  .label-block{
		display:block;
	}
	#join-page .join-table03  .text-responsive{
		text-align:justify;
		word-break:keep-all;
	}
	#join-page .responsive-center{
		text-align: -webkit-center;
	}
}
@media only screen and (max-width: 600px){
	#join-page #no-more-tables th{
		display:block;
		background-color:#f2f2f2;
	}
	#join-page #no-more-tables td{
		width:100% !important;
		display:block;
		text-align:center;
	}
	#join-page #no-more-tables td input[type=button]{
	}
}

/********** 마이페이지 **********/
#my-page{
	padding-top:2%;
	padding-bottom:2%;
}
#my-page .nav-pills>li.active>a{
	color:#111;
	background-color:#ebf0eb;
}
#my-page .nav-pills>li>a{
	border:1px solid;
	border-color:#ebf0eb;
}
#my-page .nav-pills{
	padding-bottom:2px;
	border-bottom:5px solid #ebf0eb;
}

#my-page .Essential{
	color:#8585b5;
	font-size:12px;
}
#my-page .btn-mypage{
	color: #d2f319;
	background-color: #3d3d3d;
	border: 1px solid #3d3d3d;
}
#my-page #no-more-tables table{
	background-color:#fff;
}
#my-page #no-more-tables .table-condensed thead tr th{
	text-align: center;
	border-top:1px solid #eee;
}
#my-page #no-more-tables .table-condensed tbody tr td{
	text-align: left;
	border-top:1px solid #eee;
}
#my-page .pagination li a{
	color:#111;
	border-color:#ebf0eb;
}
#my-page .pagination>.active>a{
	color:#111;
	border-color:#ebf0eb;
	background-color:#ebf0eb;
}

@media only screen and (max-width: 800px){
	#my-page #no-more-tables td{
		padding-left:2%;
	}
	#my-page #no-more-tables td:before{
		top:5px;
	}
}

#my-page .panel-default .panel-body .user-img{
	margin-bottom:10px;
}
#my-page .panel-default .panel-body .user-img img{
	width:120px;
	height:159px;
	border:1px solid #ccc;
}

#my-page .panel-default .panel-body table{
	table-layout:inherit;
}
#my-page .panel-default .panel-body table tbody tr th{
	text-align:center;
	vertical-align:middle;
}
#my-page .panel-default .panel-body table tbody tr td{
	vertical-align:middle;
}
#my-page .panel-default .panel-body table tbody tr td label{
	font-weight:400;
}
#my-page .panel-default .panel-body table input[type=checkbox]{
}
#my-page .input-group-btn{
	width:0;
}

#my-page .my-table01 tr th{
	width:20%;
}
#my-page tr td .join-input01{
	width:60%;
}
#my-page tr td .join-select01{
	width:20%;
}
#my-page .my-table02 .join-width20{
	width:20%
}
#my-page .my-table02 .join-width10{
	width:10%
}
#my-page .my-table02 .join-width15{
	width:10%;
}
#my-page .my-table03 .join-width20{
	width:20%
}
#my-page .my-table03  .join-width40{
	width:40%
}
#my-page .my-table04 thead tr th{
	width:25%;
	text-align:center;
}
@media only screen and (max-width: 800px){
	#my-page .nav-pills>li{
		float:none;
	}
	#my-page .well-sm dl dt,dd{
		font-size:12px;
	}
	#my-page .panel-default .panel-body table tbody tr td form{
		display:inline;
	}
	#my-page .panel-default .panel-body table tbody tr td form input,select{
		/*display:inline;*/
	}
	#my-page .panel-default .panel-body table tbody tr td .form-control{
		display:inline;
	}
	#my-page .my-table01 tr th{
		width:100%;
	}
	#my-page #no-more-tables td{
		padding-left:5px;
	}
	#my-page tr td .join-input01{
		width:100%;
	}
	#my-page .my-table01 tr td span{
		display:block;
	}
	#my-page tr td .join-select01{
		width:35%;
	}
	#my-page .my-table02 .join-width20{
		width:100%;
	}
	#my-page .my-table02 .join-width10{
		width:100%;
	}
	#my-page .my-table02 .join-width15{
		width:20%;
	}
	#my-page .my-table03 .join-width20{
		width:100%;
	}
	#my-page .my-table03  .join-width40{
		width:100%
	}
	#my-page .my-table03  .label-block{
		display:block;
	}
	#my-page .my-table03  .text-responsive{
		text-align:justify;
		word-break:keep-all;
	}
	#my-page .responsive-center{
		text-align: -webkit-center;
	}
}

/********** 학력정보 페이지 **********/
#career-mypage{
	padding-top:2%;
	padding-bottom:2%;
}
#career-mypage .nav-pills>li.active>a{
	color:#111;
	background-color:#ebf0eb;
}
#career-mypage .nav-pills>li>a{
	border:1px solid;
	border-color:#ebf0eb;
}
#career-mypage .nav-pills{
	padding-bottom:2px;
	border-bottom:5px solid #ebf0eb;
}

#career-mypage #no-more-tables table{
	background-color:#fff;
}

#career-mypage table tr a{
	color:#fff;
}
#career-mypage .career-table01 tr th{
	width:20%;
	text-align:center;
	vertical-align:middle;
}
#career-mypage .career-table01 tr td{
	text-align:center;
}
#career-mypage .career-table01 tr .text-left{
	text-align:left;
}

#career-mypage .career-table02 tr th{
	width:20%;
	text-align:center;
	vertical-align:middle;
}
#career-mypage .career-table02 .career-tdtable01 tr th{
	padding-bottom:5px;
	border-bottom:2px solid #d2f319;
}
#career-mypage .career-table02 .career-tdtable01 tr td{
	padding-top:8px;
}
#career-mypage .career-table02 .career-tdtable02 tr th{
	padding-bottom:5px;
	border-bottom:2px solid #ebf0eb;
}
#career-mypage .career-table02 .career-tdtable02 tr td{
	padding-top:8px;
}

#career-mypage .btn-mypage{
	color: #d2f319;
	background-color: #3d3d3d;
	border: 1px solid #3d3d3d;
}

@media only screen and (max-width: 800px){
	#career-mypage .nav-pills>li{
		float:none;
	}
	#career-mypage .career-table01 tr th{
		width:100%;
		text-align:center;
		font-weight:bold;
	}
	#career-mypage .career-table01 tr td{
		padding:8px;
	}
	#career-mypage .career-table02 tr th{
		width:100%;
		text-align:center;
		font-weight:bold;
	}
	#career-mypage .career-table02 tr td{
		padding:8px;
	}
	#career-mypage .career-table02 .career-tdtable01 tr th{
		padding:8px;
	}
	#career-mypage .career-table02 .career-tdtable02 tr th{
		padding:8px;
	}
}

/********** 에듀 - 이러닝 **********/
#Elearning-page{padding-top:0}
#Elearning-page .input-group-btn:last-child>.btn{
	background-color:#676f6d;
}
#Elearning-page .input-group-btn:last-child>.btn .glyphicon{
	color:#fff;
}

#Elearning-page section{
	margin-bottom:5px;
}
#Elearning-page .card {
	min-height:320px; height:400px;
	transition: 0.3s;
	margin-bottom:30px;
	border:1px solid #e0dfdf;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
#Elearning-page .card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
#Elearning-page .card img{
	width:100%;
	padding-bottom:16px;
}
#Elearning-page .card p{
	color:#171717;
	font-size:15px;
	padding:10px;
	font-weight:bold;
	line-height:1.2;
}
#Elearning-page .card span{
	color: #069;
	font-size:13px;
	padding-left:16px;
}
#Elearning-page .pagination>li:first-child{
	margin-right:;
}
#Elearning-page .pagination>li>a{
	color:#28283c;
}
#Elearning-page .pagination>.active>a{
	color:#d2f319;
	background-color:#3d3d3d;
	border:1px solid #3d3d3d;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 991px) {
	#Elearning-page .card{
		margin-left:15px;
		margin-right:15px;
	}
}
@media screen and (max-width: 768px) {
	.c-info .container{
	}
}
@media screen and (max-width: 414px) {
	#Elearning-page .card{
		height:360px;
	}
}
/********** 회원공간 - 커뮤니티 **********/
#community-page{
	padding-top:2%;
}
#community-page p{
	color:#669933;
}
#community-page .pagination>li>a{
	color:#28283c;
}
#community-page .pagination>.active>a{
	color:#d2f319;
	background-color:#3d3d3d;
	border:1px solid #3d3d3d;
}

#community-page .list-group-item.disabled{
	cursor:pointer;
}

/********** 회원공간 - 개원가톡 **********/
#talk-page{
	padding-top:2%;
	padding-bottom:2%;
}
#talk-page p{
	color:#669933;
}
#talk-page .pagination>li>a{
	color:#28283c;
}
#talk-page .pagination>.active>a{
	color:#d2f319;
	background-color:#3d3d3d;
	border:1px solid #3d3d3d;
}
#talk-page .list-group-item.disabled{
	cursor:pointer;
}

/********** 회원공간 - 보험정책 **********/
#insurance-page{
	padding-top:2%;
}
#insurance-page .pagination>li>a{
	color:#28283c;
}
#insurance-page .pagination>.active>a{
	color:#d2f319;
	background-color:#3d3d3d;
	border:1px solid #3d3d3d;
}
#insurance-page .list-group-item.disabled{
	cursor:pointer;
}

/********** 회원공간 - 공지사항 **********/
#notice-page{
	padding-top:2%;
}
#notice-page .tab {
    overflow: hidden;
    background-color: #f1f2e2;
}
#notice-page .tab button {
	width:50%;
	text-transform : uppercase;
     background-color: inherit;
     float: left;
     border: none;
     outline: none;
     cursor: pointer;
     padding: 14px 16px;
     transition: 0.3s;
     font-size: 17px;
     border-bottom:1px solid #282828;
}
#notice-page .tab button:hover {
    background-color: #ddd;
}
#notice-page .tab button.active {
	border-top:1px solid #282828;
	border-left:1px solid #fff;
	border-bottom:1px solid #fff;
     background-color: #fff;
}
#notice-page .tabcontent {
    display: none;
    padding: 2% 0px;
    /*border: 1px solid #ccc;*/
    border-top: none;
}

#notice-page .tabcontent form{
	text-align:right;
}
#notice-page .btn-default{
	color:#b5d232;
	background-color:#3d3d3d;
	border:1px solid #3d3d3d;
}

#notice-page .pagination>li>a{
	color:#767676;
}
#notice-page .pagination>.active>a{
	color:#d2f324;
	border-color:#3d3d3d;
	background-color:#3d3d3d;
}

#notice-page table{
	border-spacing: 0;
	width: 100%;
	margin-top:2%;
}
#notice-page table thead th{
	text-align:center;
	padding:10px;
	background-color:#fafafa;
	border-top: 1px solid #282828;
	border-right:1px solid #d9d9d9;
	border-bottom:1px solid #d9d9d9;
}
#notice-page table thead th:last-child{
	border-right:none;
}
#notice-page table tbody td{
	padding:10px;
	border-right:1px solid #d9d9d9;
	border-bottom:1px solid #d9d9d9;
}
#notice-page table tbody td:first-child{
	text-align:center;
}
#notice-page table tbody td:last-child{
	text-align:center;
	border-right:none;
}
@media only screen and (max-width: 800px){
	#notice-page .tab button{
		font-size:14px;
	}
	#no-more-tables td:before{
		top:10px;
	}
	#notice-page table tbody .second-td{
		padding-left:15%;
	}
}
@media only screen and (max-width: 500px){
	#notice-page table{
		margin-top:5%;
	}
}
/********** 회원공간 - 뉴스레터 **********/
#newsletter-page{
	padding-top:2%;
}
#newsletter-page p{
	color:#669933;
}
#newsletter-page table{
	border-bottom:1px solid #ddd;
}
#newsletter-page .pad-10{
	width:10%;
}
#newsletter-page .pagination>li>a{
	color:#28283c;
}
#newsletter-page .pagination>.active>a{
	color:#d2f319;
	background-color:#3d3d3d;
	border:1px solid #3d3d3d;
}

@media only screen and (max-width: 800px){
	#newsletter-page  #no-more-tables td{
		font-size:12px;
		padding-left:5px;
	}
	#newsletter-page .pad-10{
	width:100%;
	text-align:right;
	}
}
/********** 회원공간 - 회원검색 **********/
#membersearch-page{
	padding-top:2%;
	padding-bottom:2%;
}
#membersearch-page .well-sm p{
	color:#669933;
	margin-bottom:0;
}
#membersearch-page .panel-default .panel-body .table-bordered{
	border:1px solid #ddd;
}
#membersearch-page .panel-default .panel-body table thead tr th{
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	background-color:#f5f5f5;
}
#membersearch-page .panel-default .panel-body table tbody tr td{
	text-align:center;
	vertical-align:middle;
}
#membersearch-page .wid-7{
	width:7%
}
#membersearch-page .wid-10{
	width:10%
}
#membersearch-page .wid-30{
	width:30%
}

@media only screen and (max-width: 800px){
	#membersearch-page .panel-body .btn-default{
		margin-left:75%;
	}
	#membersearch-page #no-more-tables td:before{
		top:5px;
	}
}

/********** 세부전문의 - 대장항문세부 전문의 **********/
#anus-page{
	padding-top:2%;
	padding-bottom:2%;
}
#anus-page .tab {
    overflow: hidden;
    background-color: #f1f2e2;
}
#anus-page .tab button {
	width:50%;
	text-transform : uppercase;
     background-color: inherit;
     float: left;
     border: none;
     outline: none;
     cursor: pointer;
     padding: 14px 16px;
     transition: 0.3s;
     font-size: 17px;
     border-bottom:1px solid #282828;
}
#anus-page .tab button:hover {
    background-color: #ddd;
}
#anus-page .tab button.active {
	border-top:1px solid #282828;
	border-left:1px solid #fff;
	border-bottom:1px solid #fff;
     background-color: #fff;
}
#anus-page .tabcontent {
    display: none;
    padding: 2% 0px;
    /*border: 1px solid #ccc;*/
    border-top: none;
}

#anus-page .tabcontent form{
	text-align:right;
}
#anus-page .btn-default{
	color:#b5d232;
	background-color:#3d3d3d;
	border:1px solid #3d3d3d;
}
#anus-page .nav-pills li{
	width:49.5%;
	text-align:center;
	border:1px solid #d6e9c6;
}
#anus-page .nav-pills li a{
	color:#282828;
	line-height:1.0;
}
#anus-page .nav-pills>li.active>a{
	color:#282828;
	background-color:#dff0d8;
}
#anus-page .anus01-tab h5{
	color:#3d3d3d;
	font-size:17px;
}
#anus-page .anus02-tab h5{
	color:#3d3d3d;
	font-size:17px;
}
#anus-page .anus02-tab h6{
	font-size:14px;
}
#anus-page .anus01-tab .fa-play{
	color:#b5d232;
	margin-right:5px;
}
#anus-page .anus01-tab .fa-caret-right{
	color:#b5d232;
}
#anus-page a i{
	color:red;
}


@media screen and (max-width: 600px) {
  #anus-page{
	  padding:2% 3%;
  }
  #anus-page .tab button{
	font-size:12px;
	padding:14px 10px;
  }
  #anus-page .anus01-tab h5{
	font-size:14px;
	margin:0;
  }
  #anus-page .anus02-tab h5{
	font-size:14px;
	margin:0;
  }
  #anus-page .anus02-tab h4{
	font-size:15px;
	font-weight:700 !important;
  }
}

/********** 세부전문의 - 대장 내시경 전문의 **********/
#endoscope-page{
	padding-top:2%;
	padding-bottom:2%;
}
#endoscope-page .nav-pills li{
	width:19.5%;
	text-align:center;
	background-color: #f1f2e2
}
#endoscope-page .nav-pills li a{
	color:#282828;
	border-radius:0;
	border-bottom:1px solid #282828;
}
#endoscope-page .nav-pills > li.active > a{
	border-bottom:none;
	background-color: #fff;
	border-top:1px solid #282828;
}
#endoscope-page .tab-content{
	width:98%;
}
#endoscope-page .tab-pane{
	padding-top:2%;
}
#endoscope-page .tab-pane h5{
	font-size:16px;
	text-align:center;
}
#endoscope-page .tab-pane p{
	color:rgb(102, 102, 102);
	font-size:12px;
	text-align:center;
	margin-bottom:3%;
}
#endoscope-page .tab-pane table thead tr th{
	font-weight:bold;
	text-align:center;
}
#endoscope-page .tab-pane table thead tr th:first-child{
	width:10%;
}
#endoscope-page .tab-pane table thead tr th:last-child{
	width:20%;
}
#endoscope-page .tab-pane table tbody tr td{
	text-align:center;
}


@media screen and (min-width: 320px) and (max-width: 480px) {
	#endoscope-page .nav-pills li{
		width:19%;
	}
	#endoscope-page .nav>li>a{
		padding:6px 6px;
	}
}
@media only screen and (max-width: 800px){
	#endoscope-page #no-more-tables td:before{
		top:5px;
	}
	#endoscope-page #no-more-tables td {
		padding-left:5px;
	}
}
@media only screen and (max-width: 500px){
	#endoscope-page{
		padding:2% 3%;
	}
}
/********** 학회소개 - 회장인사말 **********/
#Intro-page{
	padding-top:2%;
	padding-bottom:2%;
}
#Intro-page p{
	text-align:justify;
}
#Intro-page hr{
	width:21px;
	border-top:1px solid #131720;
}
#Intro-page dl dt{
	text-align:center;
}
#Intro-page dl dd{
	font-size:14px;
	text-align:center;
	font-weight:bold;
}
@media only screen and (max-width: 500px){
	#Intro-page .HI{
		padding:0 5%;
	}
}
/********** 학회소개 - 학회연혁 **********/
#historic-page{
	padding-top:2%;
	padding-bottom:2%;
}
#historic-page p{
	text-align:justify;
}
#historic-page dl dt{
	font-weight:400;
	padding-bottom:1%;
}
#historic-page dl dd{
	text-align:justify;
	padding-left:2%;
}
#historic-page ol li{
	text-align:justify;
	padding-left:3%;
}
#historic-page table thead tr th{
	font-weight:bold;
}
#historic-page table thead th {
    text-align: center;
    padding: 10px;
    background-color: #fafafa;
    border-top: 1px solid #282828;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}
@media only screen and (max-width: 800px){
	#historic-page dl dd{
		font-size:14px;
	}
}
@media only screen and (max-width: 500px){
	#historic-page{
		padding:5% 5%;
	}
}


/********** 학회소개 - 회칙 **********/
#history-page{
	padding-top:2%;
	padding-bottom:2%;
}
#history-page h3{
	text-align:center;
	padding-top:1%;
	padding-bottom:1%;
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
}
#history-page dl dt{
	text-align:left;
}
#history-page dl dd{
	font-size:1em;
	text-align:left;
	margin-bottom:2%;
}
@media only screen and (max-width: 500px){
	#history-page{
		padding:5% 5%;
	}
}
/********** 학회소개 - 임원명단 **********/
#board-member-page{
	padding-top:2%;
	padding-bottom:2%;
}
#board-member-page h3{
	text-align:center;
	padding-top:1%;
	padding-bottom:1%;
	/*border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;*/
}
#board-member-page table{
	border-spacing: 0;
	width: 100%;
	margin-top:2%;
	border-top: 1px solid #282828;
}
#board-member-page table tbody th{
	text-align:center;
	padding:10px;
	border-right:1px solid #d9d9d9;
	border-bottom:1px solid #d9d9d9;
}
#board-member-page table thead th:last-child{
	border-right:none;
}
#board-member-page table tbody td{
	padding:10px;
	border-right:1px solid #d9d9d9;
	border-bottom:1px solid #d9d9d9;
}
#board-member-page table tbody .web-width{
	width:10%;
}
#board-member-page table tbody td:first-child{
	text-align:center;
}
#board-member-page table tbody td:last-child{
	text-align:center;
	border-right:none;
}
#board-member-page table{
    border-spacing: 0;
    width: 100%;
    margin-top:2%;
    border-top: 1px solid #282828;
}
#board-member-page table tbody th{
    text-align: center;
    padding: 10px;
    background-color: #fafafa;
    border-top: 1px solid #282828;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}
#board-member-page table thead th:last-child{
    border-right:none;
}
#board-member-page table tbody td{
    padding:10px;
    border-right:1px solid #d9d9d9;
    border-bottom:1px solid #d9d9d9;
    text-align:center;
}
#board-member-page table tbody td:first-child{
    text-align:center;
}
#board-member-page table tbody td:last-child{
    text-align:center;
    border-right:none;
}
@media only screen and (max-width: 768px){
	#board-member-page table tbody .web-width{
		width:auto;
	}
}
@media only screen and (max-width: 700px){
	#board-member-page table tbody .web-width{
		width:auto;
	}
}
@media only screen and (max-width: 500px){
	#board-member-page{
		padding:2% 5%;
	}
}

/********** 학회소개 - 학술지원 **********/
#suport-page{
	padding-top:2%;
	padding-bottom:2%;
}
#suport-page .tab {
    overflow: hidden;
    background-color: #f1f2e2;
}
#suport-page .tab button {
	width:50%;
	text-transform : uppercase;
     background-color: inherit;
     float: left;
     border: none;
     outline: none;
     cursor: pointer;
     padding: 14px 16px;
     transition: 0.3s;
     font-size: 17px;
     border-bottom:1px solid #282828;
}
#suport-page .tab button:hover {
    background-color: #ddd;
}
#suport-page .tab button.active {
	border-top:1px solid #282828;
	border-left:1px solid #fff;
	border-bottom:1px solid #fff;
     background-color: #fff;
}
#suport-page .tabcontent {
    display: none;
    padding: 2% 0px;
    /*border: 1px solid #ccc;*/
    border-top: none;
}

#suport-page .tabcontent form{
	text-align:right;
}
#suport-page .btn-default{
	color:#b5d232;
	background-color:#3d3d3d;
	border:1px solid #3d3d3d;
}
#suport-page .nav-pills li{
	width:49.5%;
	text-align:center;
	border:1px solid #d6e9c6;
}
#suport-page .nav-pills li a{
	color:#282828;
	line-height:1.0;
}
#suport-page .nav-pills>li.active>a{
	color:#282828;
	background-color:#dff0d8;
}
#suport-page .suport01-tab h5{
	color:#3d3d3d;
	font-size:17px;
}
#suport-page .suport02-tab h5{
	color:#3d3d3d;
	font-size:17px;
}
#suport-page .suport01-tab .fa-play{
	color:#b5d232;
	margin-right:5px;
}
#suport-page .suport01-tab .fa-caret-right{
	color:#b5d232;
}
#suport-page .suport01-tab .rule-dl dt{
	color:#3d3d3d;
	font-size:14px;
	margin-top:2%;
	margin-bottom:1%;
}
#suport-page .suport01-tab .rule-dl dd{
	padding-left:1.5%;
	text-align:justify;
}
#suport-page .suport02-tab .rule-dl dt{
	color:#3d3d3d;
	font-size:14px;
	margin-top:2%;
	margin-bottom:1%;
}
#suport-page .suport02-tab .rule-dl dd{
	padding-left:1.5%;
	text-align:justify;
}
#suport-page .suport01-tab table tbody tr th{
	width:120px;
	color:#3d3d3d;
	font-size:14px;
	font-weight:bold;
	padding-bottom:20px;
	vertical-align:top;
}
#suport-page .suport01-tab table tbody tr td{
	padding-bottom:20px;
}
#suport-page .suport01-tab table tbody tr td span{
	color:#ad6238;
}
#suport-page .suport01-tab h6{
	color:#3d3d3d;
	font-size:15px;
	font-weight:bold;
}
#suport-page .suport02-tab p{
	text-align:justify;
}
/*#suport-page .suport02-tab dl dt{
	margin-top:1.5%;
	margin-bottom:1%;
	border-bottom:1px solid #ddd;
}*/
#suport-page .suport02-tab dl dd{
	text-align:justify;
}
@media only screen and (max-width: 800px){
	#suport-page .tab02-head{
		height:55px;
		font-size:12px;
	}
}
@media screen and (min-width: 320px) and (max-width: 500px) {
	#suport-page .tabcontent{
		padding:0 5%;
	}
	#suport-page .tab button{
		font-size:14px;
	}
	#suport-page .suport01-tab h5{
		font-size:14px;
	}
	#suport-page .suport01-tab .rule-dl dt{
		font-weight:500;
	}
}

/********** 학회소개 - 학회 발전기금 기부명단 **********/
#donation-page{
	padding-top:2%;
	padding-bottom:2%;
}
#donation-page h3{
	text-align:center;
	font-family:'Noto Sans Korean','Nanum Gothic', sans-serif,'Noto Sans Korean';
}
#donation-page .well p{
	margin-bottom:0;
}
#donation-page .label{
	font-size:100%;
}
#donation-page table thead tr th{
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}
#donation-page table thead tr th:first-child{
	width:15%
}
#donation-page table thead tr th:last-child{
	width:50%
}
#donation-page table tbody tr td{
	text-align:center;
	vertical-align:middle;
}

@media only screen and (max-width: 800px){
	#donation-page #no-more-tables td{
		padding-left:5px;
	}
}
@media screen and (min-width: 320px) and (max-width: 480px) {
	#donation-page h3{
		font-size:18px;
	}
}
@media only screen and (max-width: 500px){
	#donation-page{
		padding:2% 5%;
	}
}
/********** 학회소개 - 사무국 **********/
#map-page table{
    border-spacing: 0;
    width: 100%;
    margin-top:2%;
    border-top: 1px solid #282828;
}
#map-page h3 {
    text-align: center;
    padding-top: 1%;
    padding-bottom: 1%;
}
#map-page table tbody th{
    text-align:left;
    padding: 10px;
    background-color: #fafafa;
    border-top: 1px solid #282828;
    border-right: 1px solid #d9d9d9;
    border-left:1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}
#map-page table tbody th:last-child{
    border-right:none;
}
#map-page table tbody td{
    padding:10px;
    border-right:1px solid #d9d9d9;
    border-left:1px solid #d9d9d9;
    border-bottom:1px solid #d9d9d9;
    text-align:left;
}
#map-page table tbody td:first-child{
    text-align:left;
    border-right:none;
}
@media only screen and (max-width: 500px){
	#map-page {
		padding:2% 5%;
	}
}
/********** 대장암완치 프로젝트 **********/
#complete-page{
	padding-top:2%;
}
#complete-page .tab {
    overflow: hidden;
    background-color: #f1f2e2;
}
#complete-page .tab button {
	width:33.3%;
	text-transform : uppercase;
     background-color: inherit;
     float: left;
     border: none;
     outline: none;
     cursor: pointer;
     padding: 14px 16px;
     transition: 0.3s;
     font-size: 17px;
     border-bottom:1px solid #282828;
}
#complete-page .tab button:hover {
    background-color: #ddd;
}
#complete-page .tab button.active {
	border-top:1px solid #282828;
	border-left:1px solid #fff;
	border-bottom:1px solid #fff;
     background-color: #fff;
}
#complete-page .tabcontent {
    display: none;
    padding: 2% 12px;
    /*border: 1px solid #ccc;*/
    border-top: none;
}
#complete-page ul li{
	padding-left: 1em;
}
#complete-page .read-tab dl dt{
	line-height:1.8;
	padding-top:1%;
}
#complete-page dl dt{
	margin-top:2%;
}
#complete-page dl dd{
	padding-left: 1em;
}
#complete-page dl .indent-dd{
	padding-left: 2em;
}
#complete-page .read-tab .pagination li a{
	color:#111;
}
#complete-page .read-tab .pagination>.active>a{
	color:#bed732;
	border-color:#ccc;
	background-color:#444026;
}
#complete-page .golf-tab .nav-pills li{
	width:49.5%;
	text-align:center;
}
#complete-page .golf-tab .nav-pills li a{
	color:#111;
	border:1px solid #ccc;
}
#complete-page .golf-tab .nav-pills>li.active>a{
	background-color:#ccc;
}
#complete-page .golf-tab .pagination li a{
	color:#111;
}
#complete-page .golf-tab .pagination>.active>a{
	color:#bed732;
	border-color:#ccc;
	background-color:#444026;
}

#complete-page .place-tab .nav-pills li{
	width:49.5%;
	text-align:center;
}
#complete-page .place-tab .nav-pills li a{
	color:#111;
	border:1px solid #ccc;
}
#complete-page .place-tab .nav-pills>li.active>a{
	background-color:#ccc;
}
#complete-page .place-tab .pagination li a{
	color:#111;
}
#complete-page .place-tab .pagination>.active>a{
	color:#bed732;
	border-color:#ccc;
	background-color:#444026;
}

@media screen and (min-width: 360px) and (max-width: 480px) {
	#complete-page .panel-success>.panel-heading{
		font-size:12px;
	}
	#complete-page .tab button{
		font-size:12px;
	}
	#complete-page .tab-pane .text-right{
		margin-top:2%;
	}
	#complete-page .golf-tab .nav-pills li{
		font-size:10px;
	}
	#complete-page .place-tab .nav-pills li{
		font-size:10px;
	}
	#complete-page .well-sm{
		font-size:12px;
	}
	#complete-page dl dd{
		font-size:14px;
		padding-left:0;
	}
	#complete-page dl .indent-dd{
	padding-left: 1em;
}
}
@media only screen and (max-width: 800px){
	#complete-page .tab button{
		padding:14px 5px;
	}
}

/********** �숈닠���� - �쇱젙 **********/
#Calendar-page{
	padding-top:2%;
	padding-bottom:2%;
}
#Calendar-page .nav-pills>li>a{
	color:#282828;
	border:1px solid #282828;
	text-align:center;
}
#Calendar-page .nav-pills>li.active>a{
	color:#bed732;
	background-color:#282828;
}
#Calendar-page .tab-content{
	padding-top:2%;
}
#Calendar-page .month {
    padding: 20px 25px;
    width: 100%;
    background: #282828;
    text-align: center;
}


#Calendar-page .month ul {
    margin: 0;
    padding: 0;
}

#Calendar-page .month ul li {
    color: #bed732;
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 3px;
	list-style-type:none
}


#Calendar-page .month .prev {
    float: left;
    padding-top: 10px;
}

#Calendar-page .month .next {
    float: right;
    padding-top: 10px;
}

#Calendar-page .weekdays {
    margin: 0;
    padding: 10px;
    background-color: #ddd;
}

#Calendar-page .weekdays li {
    display: inline-block;
    width: 12.5%;
    color: #666;
    text-align: center;
}

#Calendar-page .days {
    padding: 10px;
    background: #f9f9f9;
    margin: 0;
    height: 180px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 5px 10px;
}
#Calendar-page .days li {
    list-style-type: none;
    display: inline-block;
    width: 12.5%;
    text-align: center;
    margin-bottom: 7px;
    font-size: 14px;
    color: #111;
}

#Calendar-page .days li .te14 {
    color: #f00;
}

#Calendar-page .days li .active {
    padding: 5px;
    background: #282828;
    color: #bed732 !important
}
#Calendar-page .tab-pane .col-lg-6,.col-md-6,.col-sm-6,.col-xs-12{
	margin-bottom:20px;
}
#Calendar-page .tab-pane .label{
	font-weight:500;
}
#Calendar-page .tab-pane table{
	border-bottom:1px solid #ddd;
}
#Calendar-page .tab-pane table thead tr th{
	font-weight:500;
	text-align:center;
	border-top:1px solid #ccc;
}
/* Add media queries for smaller screens */
@media screen and (min-width: 720px) and (max-width: 768px) {
    #Calendar-page .weekdays li, .days li {width: 13.1%;}
}

@media screen and (max-width: 420px) {
    #Calendar-page .weekdays li, .days li {width: 12.5%;}
    #Calendar-page .days li .active {padding: 2px;}
}

@media screen and (max-width: 290px) {
    #Calendar-page .weekdays li, .days li {width: 12.2%;}
}
@media screen and (min-width: 320px) and (max-width: 480px) {
	#Calendar-page .nav>li{
		margin-bottom:5px;
	}
	#Calendar-page .nav>li>a{
		padding:5px 5px;
	}
	#Calendar-page{
		padding:2% 5%;
	}
}
@media only screen and (max-width: 800px){
	#Calendar-page #no-more-tables td:before{
		top:5px;
	}
	#Calendar-page #no-more-tables td {
		padding-left:5px;
	}
}
/********** 학술대회 - 학술대회 **********/
#competition-page{
	padding-top:2%;
}
#competition-page .well-sm ul{
	margin-bottom:0;
}
#competition-page .well-sm ul li{
	color:#669933;
}
#competition-page .well-sm ul li:last-child{
	color:rgb(255, 0, 0);
}
#competition-page dl{
	margin-bottom:10px;
}
#competition-page dl dt{
	margin-bottom:10px;
	border-bottom:1px dotted #ccc;
}
#competition-page dl dt a{
	color:#666;
	font-size:15px;
}
#competition-page img{
	border:1px solid #e3e3e3;
}
#competition-page .row{
	padding-top:2%;
	border-bottom:1px dotted #e3e3e3;
}

@media screen and (min-width: 320px) and (max-width: 480px) {
	#competition-page{
		padding:2% 5%;
	}
	#competition-page .row{
		border-bottom:none;
	}
	#competition-page .row .col-xs-12{
		width:100%;
	}
	#competition-page .well-sm ul li{
		font-size:12px;
		color:#669933;
	}
}
/********** 학술대회 - 연수강좌 **********/
#training-page{
	padding-top:2%;
}
#training-page .nav-pills li{
	width:49.5%;
	text-align:center;
	background-color: #f1f2e2
}
#training-page .nav-pills li a{
	color:#282828;
	border-radius:0;
	border-bottom:1px solid #282828;
}
#training-page .nav-pills > li.active > a{
	border-bottom:none;
	background-color: #fff;
	border-top:1px solid #282828;
}
#training-page .tab-content{
	width:99%;
	padding-top:2%;
}
#training-page .tab-content .tab-pane .well-sm ul{
	margin:0;
}
#training-page .tab-content .tab-pane .well-sm ul li{
	color:#669933;
}
#training-page .tab-content .tab-pane .well-sm ul li:last-child{
	color:rgb(255, 0, 0);
}

#training-page .tab-content .tab-pane dl{
	margin-bottom:10px;
}
#training-page .tab-content .tab-pane dl dt{
	margin-bottom:10px;
	border-bottom:1px dotted #ccc;
}
#training-page .tab-content .tab-pane dl dt a{
	color:#666;
	font-size:15px;
}
#training-page .tab-content .tab-pane img{
	border:1px solid #e3e3e3;
}
#training-page .tab-content .tab-pane .row{
	padding-top:2%;
	border-bottom:1px dotted #e3e3e3;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
	#training-page .row{
		border-bottom:none;
	}
	#training-page .row .col-xs-12{
		width:100%;
	}
	#training-page .tab-content .tab-pane .well-sm ul li{
		font-size:12px;
		color:#669933;
	}
}
@media only screen and (max-width: 500px){
	#training-page .tab-content .tab-pane dl dt{
		border-bottom:none;
	}
	#training-page .nav-pills li a{
		font-size:12px;
	}
}
/********** 연구회 - 대장암 연구회 Tab **********/
#colorectal-page{
	padding-top:2%;
	padding-bottom:5px;
}

#colorectal-page h4{
	color:#000000;
	font-size:22px;
	margin-bottom:0;
}
#colorectal-page .top-p{
	text-align:right;
	margin:0;
}

#colorectal-page .con-01{
	margin-top:4.4%;
	margin-bottom:3.5%;
}
#colorectal-page .con-01 .panel-heading,.panel-body{
	background-color:#fdfdfd;
}
#colorectal-page .con-01 .panel-heading{
	color:#000000;
	font-weight:bold;
	position:relative;
}
#colorectal-page .con-01 .panel-heading span{
	position:absolute;
	bottom:5%;
	right:1%;
}
#colorectal-page .con-01 .panel-heading span .btn-homepage{
    color: #fff;
    background-color: #25509f;
    border-color: #25509f;
}

#colorectal-page .con-02 .nav-pills>li{
	width:25%;
}
#colorectal-page .con-02 .nav-pills>li+li {
	margin-left:0px;
}
#colorectal-page .con-02 .nav-pills>li>a{
	color:#999999;
	font-size:13px;
	text-align:center;
	border-radius:0px;
	border:1px solid #d3d3d3;
	background-color:#f3f3f3;
}
#colorectal-page .con-02 .nav-pills>li.active>a{
	color:#5ba4ea;
	font-weight:bold;
	border-bottom:none;
	background-color:#fff;
	border-top:1px solid #5ba4ea;
	border-left:1px solid #5ba4ea;
	border-right:1px solid #5ba4ea;
}
#colorectal-page .con-02 .tab-content .tab-pane{
	padding-bottom:20%;
}
#colorectal-page .con-02 .tab-content .table-condensed tr th{
	text-align:center;
	font-weight:bold;
	background-color:#fdfdfd;
}
#colorectal-page .con-02 .tab-content .table-condensed tr td{
	text-align:center;
}
#colorectal-page .con-02 .tab-content .table-condensed tr .back-td{
	font-weight:bold;
	background-color:#fdfdfd;
}

#colorectal-page .con-02 .tab-content h5{
	font-size:18px;
}
#colorectal-page .con-02 .tab-content dl dt{
	font-weight:500;
}

@media only screen and (max-width: 800px){
	#colorectal-page .con-02 .nav-pills>li>a{
		font-size:10px;
		padding-left:0;
		padding-right:0;
	}
	#colorectal-page .con-02 .nav-pills li .fontsize{
		font-size:5px;
	}
	#colorectal-page #no-more-tables td:before{
		top:5px;
	}
	#colorectal-page .con-02 .tab-content #no-more-tables td{
		font-size:12px;
		padding-left:0;
	}
	#colorectal-page .con-02 .tab-content .table-condensed .td-right td{
		text-align:right;
	}
	#colorectal-page .con-02 .tab-content h5{
		font-size:16px;
	}
	#colorectal-page .con-02 .tab-content dl dt,dd{
		font-size:12px;
	}
}
@media only screen and (max-width: 700px){
	#colorectal-page .con-02 .tab-content{
		font-size:12px;
	}
	#colorectal-page .con-02 .nav-pills>li{
		width:100%;
		float:none;
	}
	#colorectal-page .con-02 .nav-pills>li>a{
		font-size:12px;
	}
	#colorectal-page .con-02 .nav-pills>li.active>a{
		border-bottom:1px solid #5ba4ea;
	}
}
@media only screen and (max-width: 500px){
	#colorectal-page{
		padding:2% 3%;
	}
}


/********** 연구회 - 대장암 연구회 Accordion
#colorectal-page{
}
#colorectal-page .tab-pane .col-lg-6,.col-md-6,.col-sm-6,.col-xs-12{
	margin-bottom:0%;
}
#colorectal-page .panel-default>.panel-heading{
	color: #282828;
	background-color: #f1f2e2;
	border-color: #282828;
	border-bottom:1px solid #282828;
}

#colorectal-page .Polaroid {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width:0 auto;
    margin-left:5%;
    /* margin-bottom:5%;
}
#colorectal-page .Polaroid img{
	width:100%;
}
#colorectal-page .Polaroid:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
#colorectal-page .panel-title{
	font-size:17px;
	text-align:center;
	padding:10px 16px;
}

@media only screen and (max-width: 800px){
	#colorectal-page .Polaroid {
		margin-left:0;
		margin-top:10px;
	}
	#colorectal-page h5{
		font-size:16px;
		margin-top:0;
	}
}
**********/

/********** 개인정보취급방침 **********/
#individual-page{
	padding-top:2%;
}
#individual-page dl dt{
	padding-top:1%;
}
#individual-page dl dd{
	padding-left:3.5%;
}
#individual-page p{
	padding-left:3.5%;
}
#individual-page ol li{
	padding-left:3.5%;
}



/********** Footer **********/
.headerIn, .footerIn{
	border-top:1px solid #ddd;
}
@media only screen and (max-width: 500px){
	.headerIn, .footerIn{ padding-left:15px; }
}


/********** 사전등록 **********/
