@charset "utf-8";
/* CSS Document */


/*=========================================================================
	Content common
=========================================================================*/
.smartOutput p,
.cke_editable p {
	word-break: normal;
}

.content {
	position: relative;
	font-size: 14px;
	letter-spacing: -0.02em;
	max-height: 1000000px;
}
.content div {
	max-height: 1000000px;
}

/* 문단 */
.content p,
.content ul,
.content ol {
	margin: 0.714em 0 0;
	padding:0;
	line-height: 1.6;
	max-height: 1000000px;
}
.content li {
	list-style: none;
}
.content.p-mg0 p {
	margin: 0;
}

/* 제목, 강조 텍스트 */
.content h3 {
	margin: 30px 0 25px;
	font-size: 28px;
	line-height: 1.3;
	color: #b5985a;
	font-family: notokr-bold;
	font-weight: normal;
}
.content h4 {
	margin: 25px 0 15px;
	font-size: 22px;
	line-height: 1.3;
	color: #243953;
	font-family: notokr-medium;
	font-weight: normal;
}
.content h5 {
	margin: 20px 0 10px;
	font-size: 15px;
	line-height: 1.3;
	font-family: notokr-medium;
	font-weight: normal;
}
.content strong,
.content b {
	font-family: notokr-bold;
	font-weight: normal;
}

/* 분할 선 */
.content .hr-style1 {
	margin: 0;
	padding: 0;
	width: 100%;
	border: 0;
	border-top: 1px solid #e1e2e3;
}

@media (max-width: 767px) {
	.content p,
	.content ul,
	.content ol {
		line-height: 1.4;
	}
	.content h3 {
		margin: 20px 0 10px;
		font-size: 20px;
		line-height: 1.2;
	}
	.content h4 {
		margin: 20px 0 5px;
		font-size: 17px;
		line-height: 1.2;
	}
	.content h5 {
		margin: 15px 0 5px;
		font-size: 15px;
		line-height: 1.2;
	}
}

/* 표 */
.content th,
.content td {
	padding: 10px;
	vertical-align: top;
	border-left: 2px solid #ffffff;
}
.content tbody th {
	text-align: left;
	font-weight: normal;
}
.content thead tr th:first-child,
.content tbody tr th:first-child {
	width: 190px;
	border-left: 0;
}

@media (max-width: 767px) {
	.content table * {
		font-size: 13px !important;
	}
	.content thead tr th:first-child,
	.content tbody tr th:first-child {
		width: 90px;
	}
}
.content thead th,
.content tbody tr:nth-child(even) th,
.content tbody tr:nth-child(even) td {
	background-color: #f0f0f0;
}
.content tbody tr:nth-child(odd) th,
.content tbody tr:nth-child(odd) td {
	background-color: #fbfbfb;
}

/* 리스트 */
.content ul ul,
.content ul ol,
.content ol ul,
.content ol ol {
	margin: 0 0 0 1.538em;
}
.content ul.list-style,
.content ol.list-style {
	padding: 0 0 0 1.538em;
}
.content ul.list-style > li {
	list-style: disc;
	text-indent: 0;
}
.content ol.list-style > li {
	list-style: decimal;
}
.content ol.list-style-circle-num {
	margin: 0 0 0 1.538em;
}
.content ol.list-style-circle-num > li {
	text-indent: -1.308em;
}
.content ol.list-style-circle-num > li ul.list-style {
	margin: 0;
}


/*=========================================================================
	PGA 소개 / PGA 조직
=========================================================================*/

.content-pga a {
	color: #546c7e;
	font-weight: normal;
	border-bottom: 1px solid #546c7e;
}
.content-pga i {
	font-size: 14px;
	font-family: notokr-medium;
	color: #b5985a;
}


/*=========================================================================
	PGA 라벨 스타일
=========================================================================*/

ul.label-pga {
	margin: 0;
	padding: 0;
	font-size: 0;
}
ul.label-pga > li {
	display: inline-block;
	*display: inline;
	box-sizing: content-box;
	zoom: 1;
	padding: 11px 0 0 15px;
	margin: 0 10px 0 0;
	width: 225px;
	height: 35px;
	background-image: url(../img/sub/label-pga.png);
	background-size: 240px 100px;
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: 15px;
	font-family: notokr-medium;
	color: #ffffff;
	line-height: 35px;
	white-space: nowrap;
}
ul.label-pga > li + li + li,
ul.label-pga > li + li + li + li {
	background-position: 0 -50px;
}

@media (max-width: 767px) {
	ul.label-pga > li {
		padding: 13px 0 0 5px;
		margin: 0 5px 0 0;
		width: 140px;
		height: 30px;
		background-size: cover;
		font-size: 9px;
		line-height: 1.1;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	ul.label-pga > li.long {
		letter-spacing: -0.07em;
	}
	ul.label-pga > li + li + li,
	ul.label-pga > li + li + li + li {
		background-position: 0 -29px;
	}
}


/*=========================================================================
	인사말
=========================================================================*/

.greeting .img {
	float: left;
	width: 240px;
}
.greeting .img img {
	width: 100%;
}
.greeting .text {
	float: right;
	width: 855px;
}
.greeting .img > p:first-child {
	margin-top: 0;
}
.greeting .text > p:first-child {
	margin-top: -4px;
}

@media (max-width: 1169px) {
	.greeting .text {
		margin: 0;
		width: -webkit-calc(100% - 270px);
		width: -moz-calc(100% - 270px);
		width: calc(100% - 270px);
	}
}

@media (max-width: 767px) {
	.greeting .img {
		width: 200px;
	}
	.greeting .text {
		width: -webkit-calc(100% - 215px);
		width: -moz-calc(100% - 215px);
		width: calc(100% - 215px);
	}
}

@media (max-width: 479px) {
	.greeting .img {
		width: 50%;
	}
	.greeting .text {
		width: 100%;
		margin: 30px 0 0 0;
	}
}


/*=========================================================================
	후원업체
=========================================================================*/

.sponsor ul {
	margin: 0;
	font-size: 0;
}
.sponsor li {
	float: left;
	padding: 0 5px 40px;
	width: 14.28%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sponsor li img {
	width: 100%;
}

@media (max-width: 768px) {
	.sponsor li {
		padding: 0 10px 20px;
		width: 25%;
	}
}

@media (max-width: 480px) {
	.sponsor li {
		width: 50%;
	}
}


/*=========================================================================
	멤버 소개 게시판
=========================================================================*/

 /***** label *****/
.members-label {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 72px;
	height: 32px;
	font-size: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.members-label.pga {
	background-image: url(http://pgamembers.com/assets/img/sub/members/label-pga.png);
}
.members-label.pgm {
	background-image: url(http://pgamembers.com/assets/img/sub/members/label-pgm.png);
}
.members-label.apprentice {
	background-image: url(http://pgamembers.com/assets/img/sub/members/label-apprentice.png);
}

/***** 보기 페이지 *****/

/* 레이아웃 */
.members-view {
	clear: both;
	padding-bottom: 20px;
	font-size: 14px;
}
.members-view:after {
	content: '';
	clear: both;
	display: block;
}
.members-view .left-area {
	float: left;
	width: 270px;
	text-align: center;
}
.members-view .right-area {
	float: right;
	width: 830px;
}

@media (max-width: 1169px) {
	.members-view .right-area {
		width: -webkit-calc(100% - 310px);
		width: -moz-calc(100% - 310px);
		width: calc(100% - 310px);
	}
}

@media (max-width: 767px) {
	.members-view .left-area,
	.members-view .right-area {
		width: 100%;
	}
	.members-view .right-area {
		margin-top: 20px;
		width: 100%;
	}
}

/* 모바일 상단(PC 좌측 영역) 상세 */
.members-view .left-area img {
	width: 100%;
}
.members-view .left-area .pic {
	position: relative;
	min-height: 250px;
	border: 1px solid #e2e2e2;
}
.members-view .left-area .title {
	margin-top: 15px;
	font-size: 20px;
	line-height: 1.1;
	font-family: notokr-medium;
}
.members-view .left-area .email a {
	margin-top: 8px;
	padding-left: 20px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	line-height: 16px;
	background: url(../img/sub/members/icon-email.png) 0 2px no-repeat;
	word-break: break-all;
}
.members-view .left-area .pgalink a,
.members-view .left-area .homepage a {
	display: block;
	color: #ffffff;
	line-height: 35px;
	background-color: #af9259;
}
.members-view .left-area .pgalink a {
	margin-top: 20px;
}
.members-view .left-area .homepage a {
	margin-top: 10px;
}
.members-view .left-area .email a[href="mailto:none"],
.members-view .left-area .pgalink a[href="none"],
.members-view .left-area .homepage a[href="none"] {
	display: none;
}
.members-view .left-area .card {
	font-size: 0;
}
.members-view .left-area .card img {
	margin-top: 20px;
}

/* 모바일 하단(PC 우측 영역) 상세 */
.members-view .right-area .title-area {
	border-bottom: 1px solid #dddddd;
}
.members-view .right-area .title-area h3 {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 270px;
	text-align: center;
	background: #e2e2e2;
	line-height: 35px;
}
.members-view .right-area dl {
	display: table;
	table-layout: fixed;
	margin: 30px 0 3px;
	width: 100%;
	line-height: 1.3;
}
.members-view .right-area dt {
	display: table-cell;
	width: 80px;
	font-weight: normal;
	font-family: notokr-bold;
	color: #b5985a;
}
.members-view .right-area dd {
	display: table-cell;
}
.members-view .right-area dd a {
	color: #333333;
	text-decoration: underline;
}
.members-view .right-area dd a:hover {
	color: #b5985a;
}
.members-view .right-area dd li {
	padding: 0 0 5px;
	word-break: break-all;
}
.members-view .right-area dd li strong,
.members-view .right-area dd li b {
	font-weight: normal;
	font-family: notokr-medium;
}

@media (max-width: 767px) {
	.members-view .right-area .title-area h3 {
		width: 50%;
	}
	.members-view .right-area dl {
		margin-top: 15px;
		font-size: 13px;
	}
	.members-view .right-area dt {
		width: 70px;
	}
	.members-view .right-area dd li {
		padding: 0 0 4px;
	}
}


/*=========================================================================
	[동의용] 이용약관, 개인정보취급방침
=========================================================================*/

.content.agree {
	font-size: 13px;
	color: #777777;
}
.content.agree h3 {
	margin: 20px 0 15px;
	font-size: 16px;
}
.content.agree h4 {
	margin: 15px 0 5px;
	font-size: 14px;
	color: #555;
}
.content.agree h5 {
	margin: 15px 0 5px;
	font-size: 13px;
	color: #777777;
}
.content.agree p,
.content.agree ul,
.content.agree ol {
	margin-top: 5px;
	line-height: 1.3;
}


/*=========================================================================
	로그인
=========================================================================*/

.login4_fs label {
	font-family: notokr-medium;
}

.login4_fs input[type="text"],
.login4_fs input[type="password"] {
	height: 40px !important;
}


/*=========================================================================
	회원가입
=========================================================================*/

/* 약관 동의란 */
#privacy_chk_box30,
#agreement_chk_box30,
#privacy_chk_box235,
#agreement_chk_box235 {
	background-color: #fff !important;
	padding: 0 !Important;
}
#privacy_chk_box30 > div:first-child,
#agreement_chk_box30 > div:first-child,
#privacy_chk_box235 > div:first-child,
#agreement_chk_box235 > div:first-child {
    border: solid 1px #dddddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#privacy_chk_box30 > div + div,
#agreement_chk_box30 > div + div,
#privacy_chk_box235 > div + div,
#agreement_chk_box235 > div + div {
	padding-top: 5px !important;
	text-align: left !important;
}
#privacy_chk_box30 > div + div label,
#agreement_chk_box30 > div + div label,
#privacy_chk_box235 > div + div label,
#agreement_chk_box235 > div + div label {
	font-size: 14px;
	font-family: notokr-medium;
}

/* form */
.regist1_dl {
	padding-top: 10px;
	border-top: 1px solid #dddddd;
}

/* 설명글 여백 */
.regist1_dl dd p {
	margin-top: 5px !important;
}


/*=========================================================================
	회원탈퇴 textarea
=========================================================================*/

.close1_textarea {
	width: 100%;
}


/*=========================================================================
	회원 정보
=========================================================================*/

select.mlist1_input, input[type="file"].mlist1_input {
    height: 30px !Important;
}


/*=========================================================================
	갤러리 공통
=========================================================================*/

/* 작성 */
textarea#upfile_title {
	width: 248px !important;
}
.board12_item {
	font-size: 13px;
}

/* 일반 게시판 */
.board2_input + .board2_item {
	margin-left: 3px;
}

/* FAQ 게시판 */
.board12_input + .board12_item {
	margin-left: 3px;
}

/* 갤러리 게시판 */
.board4_input + .board4_item {
	margin-left: 3px;
}

/*=========================================================================
	갤러리 게시판
=========================================================================*/

/* 제목 */
.board4_list h2 a {
	line-height: 1.2;
}


/*=========================================================================
	faq 게시판
=========================================================================*/

/* 수정, 삭제 버튼 */
.board12_list .board12_aicon img {
	padding: 10px 5px 10px 0 !important;
}

/* 질문 */
.board12_list .board12_title {
	margin: 0 !Important;
}
.board12_list .board12_title2 {
	padding: 11px 15px 10px 35px !Important;
	background-position: 7px 9px !Important;
	background-size: 20px 20px;
}

/* 답변 */
.board12_list .board12_memo {
	padding: 11px 15px 15px 35px !Important;
	background-position: 7px 14px !Important;
	background-size: 20px 20px;
	max-height: 1000000px;
}

/* 이미지 */
.smartOutput img,
.cke_editable img {
	max-width: 100%;
	height: auto !important;
}


/*=========================================================================
	게시판 검색란
=========================================================================*/

select.board2_input0,
select.board4_input0,
select.board12_input0 {
	min-width: 82px !important;
	height: 30px !important;
}
.ozbutton + .ozbutton.noborder_left {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

