@charset "euc-kr";
/* ############################# »çÀÌÆ® ¼¼ÆÃ  ########################### */
.color-01 { color: rgba(76,190,166,1.00); }
.bg-color-01 { background-color: rgba(76,190,166,1.00); }
.bg01 {  }
.bg02 {  }
.ls { letter-spacing: -1px; }
.fw { font-weight: 600; }
.vam { vertical-align: middle !important; }

.flex-sel { flex:1;}
.lh-01 { line-height: 160%; }
.lh-02 { line-height: 180%; }
.lh-03 { line-height: 200%; }
.padding5 { padding: 5px; }
.padding10 { padding: 10px; }
.padding15 { padding: 15px; }
.padding25 { padding: 25px; }
@media (min-width: 769px) {
.flex {
	-webkit-display: flex;
	display: flex;
}
.flexfull {
	-webkit-display: flex;
	display: flex;
}
}
@media (max-width: 767px) {
.flex { display: block;}
.flexfull {
	-webkit-display: flex;
	display: flex;
}
}
/* ############################# ºê·¹ÀÌÅ© °íÁ¤  ########################### */
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 { min-height: 0px !important; }
/* ############################# TYPOGRAPHY ±Û µðÀÚÀÎ  ########################### */

/* ÆùÆ® : ±ÛÁ¦¸ñ / ´ëºÐ·ù / ÁßºÐ·ù / ´ëÇ¥±Û / °­Á¶±Û¿¡´Â <h1>ÅÂ±×¸¦ »ç¿ëÇÏ½Ã°í ÀÏ¹Ý ±ÛÀÚ Å©±â Á¶Á¤½Ã¿¡¸¸  »ç¿ëÇÕ´Ï´Ù. *±ÇÀå </h2> */
/* 1. °­Á¶´Â .lead »ç¿ë 2. ÀÏ¹Ý±ÛÀÚ 14px <p>ÅÂ±× 3. s6 : 12px  */
/* ----------------------------------------------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin-top: 0px;
	margin-bottom: 0px ;
}
h1 { }
h2 { }
h3 { }
h4 { }
h5 { }
h6 { }
.s1, .s2, .s3, .s4, .s5, .s6 {  }
/* ----------------------------------------------------------------------------------------------------------------------*/
.s6 {
	font-size: 12px;
	line-height: 15px;
}
.s5 {
	font-size: 16px;
	line-height: 20px;
}
.s4 {
	font-size: 18px;
	line-height: 28px;
}
.s3 {
	font-size: 20px;
	line-height: 30px;
}
.s2 {
	font-size: 24px;
	line-height: 32px;
}
.s1 {
	font-size: 28px;
	line-height: 34px;
}
@media (max-width: 767px) {
.s5 {
	font-size: 14px;
	line-height: 20px;
}
.s4 {
	font-size: 16px;
	line-height: 28px;
}
.s3 {
	font-size: 18px;
	line-height: 30px;
}
.s2 {
	font-size: 20px;
	line-height: 32px;
}
.s1 {
	font-size: 22px;
	line-height: 34px;
}
}
/* ----------------------------------------------------------------------------------------------------------------------*/
/*´Ü¾î */
.word-break{
 word-break: keep-all;
 word-wrap: break-word;
}

/* ¹öÆ° ¼¼ÆÃ */
/* BUTTONS - BASE */
.btn {
	box-shadow: none;
	border-radius: 0;
	text-shadow:none;
	background-image: none;
	transition: 0.3s;
	font-family: "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	font-weight: 600;
}
.btn:hover { font-weight: 600; }
.btn-default {
	border-color: #E8E8E8;
	color: #6E6E6E;
}
.btn-default:hover {
	background-color: #1F1F1F;
	color: #FFFFFF;
}
button:disabled {
	cursor: not-allowed;
	pointer-events: none;
	box-shadow: none;
	background-color: #DCE0E3;
	border-color: #DCE0E3;
}


/* BUTTONS - COLOR */
.btn-green {
	background-color: #56AA1C;
	border-color: #56AA1C;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active {
	background-color: #458816;
	border-color: #458816;
}
.btn-blue {
	background-color: #008BE1;
	border-color: #008BE1;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active {
	background-color: #0073BA;
	border-color: #0073BA;
}
.btn-darkblue {
	background-color: #00426B;
	border-color: #00426B;
}
.btn-darkblue:hover,
.btn-darkblue:focus,
.btn-darkblue:active,
.btn-darkblue.active {
	background-color: #002A44;
	border-color: #002A44;
}
.btn-gray {
	background-color: #707070;
	border-color: #9BA5AE;
	color: #FFFFFF;
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active {
	background-color: #FFFFFF;
	border-color: #ECECEC;
}
.btn-black {
	background-color: #1F1F1F;
	border-color: #1F1F1F;
	color: #ECECEC;
}
.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active {
	background-color: #FFFFFF;
	border-color: #ECECEC;
	color: #707070;
}
.btn-white {
	background-color: #FFFFFF;
	border-color: #ECECEC;
	color: #707070;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active {
	background-color: #1F1F1F;
	border-color: #1F1F1F;
	color: #ECECEC;
}

.custom_home_text .custom_home_text_wrap_inner .custom_text_button:hover:before { transform:scale(2); }
.image_block {
	overflow:hidden;
	position:relative;
}
/* ¹öÆ° 
-------------------------------------------*/
.hbtn {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	font: 600 14px "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	padding: 10px 10px;
	white-space: nowrap;
	margin-right: 5px;
	text-align: center;
	text-decoration: none;
}
.hbtn i { margin-right: 10px; }

.hbtn-black {
	background-color: #1F1F1F;
	border: 1px solid #1F1F1F;
	color: #FFFFFF;
}
.hbtn-black:hover {
	background-color: #FFFFFF;
	border: 1px solid #1F1F1F;
	color: #434343;
}
.hbtn-grey {
	background-color: #707070;
	border: 1px solid #707070;
	color: #FFFFFF;
}
.hbtn-grey:hover {
	background-color: #FFFFFF;
	border: 1px solid #1F1F1F;
	color: #434343;
}
.hbtn-white {
	background-color: #FFFFFF;
	border: 1px solid #1F1F1F;
	color: #434343;
}
.hbtn-white:hover {
	background-color: #1F1F1F;
	border: 1px solid #1F1F1F;
	color: #FFFFFF;
}
.btn-size100 { width: 100px; }
.btn-size90 { width: 90px; }

@media (max-width:767px) {
.hbtn { font: 600 12px "³ª´®°íµñ", "Nanum Gothic", sans-serif; }
.hbtn i { margin-right: 5px; }
}
/* ----------------------------------------- Åõ¸í ¹öÆ° -----------------------------------------------------------------------------*/

.tran_btn {
	width: 150px;
	height: 45px;
	border: 2px solid rgba(255,255,255,1.00);
	color: rgba(255,255,255,1.00);
	text-align: center;
	text-decoration: none;
	line-height: 45px;
	font-size: 14px;
	margin: 15px auto;
	background-color: rgba(0,0,0,0.25);
}
.tran_btn:hover {
	text-decoration: none;
	background-color: rgba(255,255,255,0.45);
}
/* ----------------------------------------------------------------------------------------------------------------------*/
/* Ä®¶ó 
-------------------------------------------*/
.text-white { color: #FFFFFF; }
.text-black { color: #3A3A3A; }
.text-muted2 { color: #696969; }
.text-primary2 { color: #2C6BA1; }
.text-info2 { color: #295F7A; }
.text-success2 { color: #346735; }
.text_danger2 { color: #943B39; }
.text-warning2 { color: #765D32; }
/*³ôÀÌ
------------------------------------*/
.height-100 { min-height: 100px; }
.height-150 { min-height: 150px; }
.height-200 { min-height: 200px; }
.height-250 { min-height: 250px; }
.height-300 { min-height: 300px; }
.height-350 { min-height: 350px; }
.height-400 { min-height: 400px; }
.height-450 { min-height: 450px; }
.height-500 { min-height: 500px !important; }
/* °ø°£
------------------------------------*/
.no-padding { padding: 0 !important; }
.no-margin { margin: 0; }
.no-top-space {
	margin-top: 0 !important;
	padding-top: 0 !important;
}
.no-bottom-space {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
.no-margin-bottom { margin-bottom: 0 !important; }
.no-padding-bottom { padding-bottom: 0 !important; }
.content-xs {
	padding-top: 20px;
	padding-bottom: 20px;
}
.content {
	padding-top: 40px;
	padding-bottom: 40px;
}
.content-sm {
	padding-top: 60px;
	padding-bottom: 60px;
}
.content-md {
	padding-top: 80px;
	padding-bottom: 80px;
}
.content-lg {
	padding-top: 100px;
	padding-bottom: 100px;
}
.space-lg-hor {
	padding-left: 60px;
	padding-right: 60px;
}
.space-xlg-hor {
	padding-left: 100px;
	padding-right: 100px;
}
.margin-bottom-5, .margin-bottom-10, .margin-bottom-15, .margin-bottom-20, .margin-bottom-25, .margin-bottom-30, .margin-bottom-35, .margin-bottom-40, .margin-bottom-45, .margin-bottom-50, .margin-bottom-55, .margin-bottom-60, .margin-bottom-100 { clear: both; }
.margin-bottom-5 { margin-bottom: 5px; }
.margin-bottom-10 { margin-bottom: 10px; }
.margin-bottom-15 { margin-bottom: 15px; }
.margin-bottom-20 { margin-bottom: 20px; }
.margin-bottom-25 { margin-bottom: 25px; }
.margin-bottom-30 { margin-bottom: 30px; }
.margin-bottom-35 { margin-bottom: 35px; }
.margin-bottom-40 { margin-bottom: 40px; }
.margin-bottom-45 { margin-bottom: 45px; }
.margin-bottom-50 { margin-bottom: 50px; }
.margin-bottom-55 { margin-bottom: 55px; }
.margin-bottom-60 { margin-bottom: 60px; }
.margin-bottom-100 { margin-bottom: 100px; }

@media (max-width: 767px) {
.sm-margin-bottom-10 { margin-bottom: 10px; }
.sm-margin-bottom-20 { margin-bottom: 20px; }
.sm-margin-bottom-30 { margin-bottom: 30px; }
.sm-margin-bottom-40 { margin-bottom: 40px; }
.sm-margin-bottom-50 { margin-bottom: 50px; }
.sm-margin-bottom-60 { margin-bottom: 60px; }
}

@media (max-width: 992px) {
.md-margin-bottom-10 { margin-bottom: 10px; }
.md-margin-bottom-20 { margin-bottom: 20px; }
.md-margin-bottom-30 { margin-bottom: 30px; }
.md-margin-bottom-40 { margin-bottom: 40px; }
.md-margin-bottom-50 { margin-bottom: 50px; }
.md-margin-bottom-60 { margin-bottom: 60px; }
}
/* ±âÅ¸ °ø°£
--------------------------------------------------------------*/
.margin-top-20 { margin-top: 20px; }
.margin-left-5 { margin-left: 5px; }
.margin-left-10 { margin-left: 10px; }
.margin-right-5 { margin-right: 5px; }
.margin-right-10 { margin-right: 10px; }
.margin-right-30 { margin-right: 30px; }
.padding-top-15 { padding-top: 15px; }
.padding-left-15 { padding-left: 15px; }
.padding-top-25 { padding-top: 25px; }
.padding-left-25 { padding-left: 25px; }
.padding-top-35 { padding-top: 35px; }
.padding-left-35 { padding-left: 35px; }
/* ÆùÆ® Ä®¶ó
------------------------------------*/
.color-sea { color: #1abc9c; }
.color-red { color: #BC1C0C;}
.color-aqua { color: #27d7e7; }
.color-blue {
	color: #0065A9;
}
.color-grey { color: #95a5a6; }
.color-dark {
	color: #222222;
}
.color-darker { color: #333333; }
.color-green {
	color: rgba(56,122,15,1.00);
}
.color-brown {color: #603913;}
.color-light { color: #ffffff; }
.color-orange { color: #e67e22; }
.color-yellow { color: #f1c40f; }
.color-green1 {	color: rgba(65,154,16,1.00);}
.color-purple { color: #9b6bcc; }
.color-inherit { color: inherit; }
.color-dark-blue { color: #4765a0; }
.color-light-grey { color: #585f69; }
.color-light-green { color: #79d5b3; }
/* ¹è°æÀÌ¹ÌÁö ¿É¼Ç
------------------------------------*/
.bg_img01 {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	min-height: 100px;
}
/*¹è°æ Ä®¶ó
------------------------------------*/
.bg-color-dark, .bg-color-darker, .bg-color-sea, .bg-color-red, .bg-color-aqua, .bg-color-blue, .bg-color-grey, .bg-color-light, .bg-color-green, .bg-color-brown, .bg-color-orange, .bg-color-green1, .bg-color-purple, .bg-color-dark-blue, .bg-color-light-grey, .bg-color-light-green { color: #fff; }
.bg-color-white { color: #555; }
.bg-color-dark { background-color: #555 !important; }
.bg-color-darker { background-color: #222 !important; }

.bg-color-white { background-color: #fff !important; }
.bg-color-sea { background-color: #1abc9c !important; }
.bg-color-red { background-color: #e74c3c !important; }
.bg-color-aqua { background-color: #27d7e7 !important; }
.bg-color-blue { background-color: #3498db !important; }
.bg-color-grey { background-color: #95a5a6 !important; }
.bg-color-light { background-color: #f7f7f7 !important; }
.bg-color-green { background-color: #72c02c !important; }
.bg-color-brown { background-color: #9c8061 !important; }
.bg-color-orange { background-color: #e67e22 !important; }
.bg-color-green1 { background-color: #2ecc71 !important; }
.bg-color-purple { background-color: #9b6bcc !important; }
.bg-color-dark-blue { background-color: #4765a0 !important; }
.bg-color-light-grey { background-color: #585f69 !important; }
.bg-color-light-green { background-color: #79d5b3 !important; }
.rgba-red { background-color: rgba(231,76,60,0.8); }
.rgba-blue { background-color: rgba(52,152,219,0.8); }
.rgba-aqua { background-color: rgba(39,215,231,0.8); }
.rgba-yellow { background-color: rgba(241,196,15,0.8); }
.rgba-default { background-color: rgba(114,192,44,0.8); }
.rgba-purple { background-color: rgba(155,107,204,0.8); }
.after_black {
	z-index: 1;
	height: auto;
	overflow: hidden;
	position: relative;
}
.after_black:after {
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: -1;
	content: " ";
	height: 100%;
	text-align: center;
	position: absolute;
	background-color: rgba(0,0,0,0.5);
}
/* ¹Ú½º ¶ó¿îµå
------------------------------------*/
.no-rounded { border-radius: 0 !important;}
.rounded { border-radius: 4px !important;}
.rounded-x { border-radius: 50% !important;}
.rounded-2x { border-radius: 10px !important;}
.rounded-3x { border-radius: 15px !important;}
.rounded-4x { border-radius: 20px !important;}
.rounded-sm { border-radius: 2px !important;}
.rounded-md { border-radius: 3px !important;}
.rounded-top { border-radius: 4px 4px 0 0 !important;}
.rounded-left { border-radius: 4px 0 0 4px !important;}
.rounded-right { border-radius: 0 4px 4px 0 !important;}
.rounded-bottom { border-radius: 0 0 4px 4px !important;}

/* ¿À¹öÇÃ·Î¿ì
------------------------------------*/
.overflow-h { overflow: hidden;}
.overflow-a { overflow: auto;}
.overflow-hidden { overflow: hidden;}

.clear-both { clear: both;}


/* ############################# ÆäÀÌÁö µðÀÚÀÎ ########################### */

/* ----------------------------------- ·¹ÀÌ¾Æ¿ô ------------------------------------------------------------ */
.wd {
	margin-left: auto;
	margin-right: auto;
	max-width: 1300px;
}
/* ¼Õ±Û¾¾ */
#sign {
	font: 28px "³ª´®¼Õ±Û¾¾ Ææ", "Nanum Pen Script", cursive !important;
	padding-top: 55px;
}
/* ----------------------------------- ´Ü¶ôÅ×µÎ¸® °­Á¶ ------------------------------------------------------------ */
/*  ÄÝ¾Æ¿ô */
.callout {
	border-color: rgba(231,231,231,1.00);
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	padding: 20px;
	margin-top: 25px;
	margin-bottom: 55px;
	border-radius: 3px;
}
.callout-red { border-left-color: rgba(199,22,45,1.00); }
.callout-orage { border-left-color: rgba(231,89,76,1.00); }
.callout-green { border-left-color: rgba(127,173,35,1.00); }
.callout-blue { border-left-color: rgba(33,86,165,1.00); }
.callout-purple { border-left-color: rgba(162,67,211,1.00); }

/* ----------------------------------- Å×ÀÌºí ------------------------------------------------------------ */
.htable_left, .htable_cell, .htable_right  {
	padding: 15px;
	vertical-align: middle;
}
.htable {
	border-top: 1px solid #ECECEC;
	color: #707070;
	font-family: "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	line-height: 160%;
}
.htable_row {
	border-bottom: 1px solid #ECECEC;
	overflow-y: hidden;
	display: -webkit-flex;
	display: flex;
}
.htable_left {
	border-right: 1px solid #ECECEC;
	float: left;
	width: 20%;
}
.htable_cell {
	border-right: 1px solid #ECECEC;
	float: left;
}
.htable_right {
	border-right-style: none;
	float: left;
	width: 80%;
}
@media (max-width:767px) {
/* ----------------------------------- Å×ÀÌºí ------------------------------------------------------------ */
.htable_left, .htable_cell, .htable_right  {
	padding: 15px;
}
.htable {
	border-top: 1px solid #ECECEC;
	color: #707070;
	font-family: "³ª´®°íµñ", "Nanum Gothic", sans-serif;
}
.htable_row {
	border-bottom: 1px solid #ECECEC;
	overflow-y: hidden;
	display: block;
}
.htable_left, .htable_cell {
	border-right: 1px none #ECECEC;
	float: none;
	width: 100%;
}
.htable_right {
	border-right-style: none;
	float: none;
	width: 100%;
}	
}
/* ------------------------------------ ¼øÂ÷ ¸®½ºÆ® Å¸ÀÔ 01  <ul class="list-01"> <li></li> --------------------------------------- */
.list-01 { }
.list-01 li {
	position: relative;
	margin: 0px 0px 7px;
	padding-left: 25px;
}
.list-01 li:hover:before { }
.list-01 li:before {
	content: "\2713 ";
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #434343;
	color: #fff;
	text-align: center;
	text-shadow: 0px -1px 0px #EFEFEF;
	font-size: 12px;
	font-family: "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	top: 3px;
	left: -5px;
	line-height: 20px;
}
.list-01 li a {
	color: #859a31;
	text-decoration: none;
	-moz-transition: all, 500ms;
	-o-transition: all, 500ms;
	-webkit-transition: all, 500ms;
	transition: all, 500ms;
}
.list-01 li a:hover { border-bottom: .1px solid; }

/* ------------------------------------ ¼øÂ÷ ¸®½ºÆ® Å¸ÀÔ 01  <ol class="annotation-list"> <li></li> --------------------------------------- */
.annotation-list { counter-reset: annotation-list; }
.annotation-list li {
	position: relative;
	margin: 0px 0px 7px;
	padding-left: 25px;
}
.annotation-list li:before {
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #4F4F4F;
	content: counter(annotation-list);
	counter-increment: annotation-list;
	color: #fff;
	text-align: center;
	text-shadow: 0px -1px 0px #EFEFEF;
	/* [disabled]font-weight: 600;
*/
	font-size: 12px;
	font-family: "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	top: 3px;
	left: -5px;
	line-height: 20px;
}
.annotation-list strong {
	font-size: 15px;
	font-weight: 600;
}
@media (max-width:767px) {
.annotation-list {
	margin-top: 25px;
	margin-bottom: 25px;
}
}
/* ############################# Á¦¸ñ Å¸ÀÌÆ² d_title ########################### */
/* ------------------------------------ µðÀÚÀÎ Å¸ÀÌÆ²  --------------------------------------- */

.d_title_01 {
	color: #707070;
	font: 600 22px/35px "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	letter-spacing: -1px;
}
.d_title_02 {
	color: #707070;
	font: 600 22px/35px "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	letter-spacing: -1px;
}
.d_title_03 {
	color: #707070;
	font: 600 22px/35px "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	letter-spacing: -1px;
}
/* ------------------------------------ Æ÷Åä Å¸ÀÌÆ² ¹è³ÊÇüÅÂ ´ë/Áß Á¦¸ñ¿ë -------------------------------------- */
/* Æ÷Åä Å¸ÀÌÆ² 01  */
#photo_title_bg01 {
	min-height: 100px;
	background-color: rgba(255,255,255,1.00);
	background-image: url(../images/banner01.jpg);
	background-repeat: no-repeat;
	background-origin: border-box;
	padding: 4%;
	overflow-y: hidden;
	margin-bottom: 60px;
	background-size: 150% auto;
}
#photo_title_bg01 .one_border { border: 3px solid rgba(255,255,255,0.95); }
#photo_title_bg01 .one_border .two_border {
	background-color: rgba(0,0,0,0.30);
	margin: 1.5%;
	padding: 15px;
}
#photo_title_bg01 .one_border .two_border .boder_text {
	text-align: center;
	text-decoration: none;
	color: rgba(255,255,255,1.00);
	padding-top: 25px;
	padding-bottom: 25px;
}
#photo_title_bg01 .one_border .two_border .boder_text .text01 { padding: 25px; }
#photo_title_bg01 .one_border .two_border .boder_text .text02 { padding-bottom: 15px; }
#photo_title_bg01 .one_border .two_border .boder_text .text03 { padding-bottom: 25px; }
#photo_title_bg01 .one_border .two_border .boder_text .btn_area { display: none; }
#photo_title_bg01 .one_border .two_border .boder_text .btn_area .btn_type01 a {
	background-color: rgba(255,255,255,0.06);
	width: 150px;
	padding: 15px;
	border: 2px solid rgba(255,255,255,1.00);
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	color: rgba(255,255,255,1.00);
	text-align: center;
	text-decoration: none;
}
#photo_title_bg01 .one_border .two_border .boder_text .btn_area .btn_type01 a:hover {
	background-color: rgba(0,0,0,0.41);
	color: rgba(243,102,57,1.00);
}
/* Æ÷Åä Å¸ÀÌÆ² 02  */
#photo_title_bg02 {
	min-height: 100px;
	background-color: rgba(255,255,255,1.00);
	background-image: url(../images/banner02.jpg);
	background-repeat: no-repeat;
	background-origin: border-box;
	padding: 4%;
	overflow-y: hidden;
	margin-bottom: 60px;
	background-size: 150% auto;
}
#photo_title_bg02 .one_border { border: 1px solid rgba(237,237,237,0.95); }
#photo_title_bg02 .one_border .two_border {
	background-color: rgba(0,0,0,0.30);
	padding: 15px;
}
#photo_title_bg02 .one_border .two_border .boder_text {
	text-align: center;
	text-decoration: none;
	color: rgba(255,255,255,1.00);
	padding-top: 25px;
	padding-bottom: 25px;
}
#photo_title_bg02 .one_border .two_border .boder_text .text01 { padding: 25px; }
#photo_title_bg02 .one_border .two_border .boder_text .text02 { padding-bottom: 15px; }
#photo_title_bg02 .one_border .two_border .boder_text .text03 { padding-bottom: 25px; }
#photo_title_bg02 .one_border .two_border .boder_text .btn_area { display: none; }
#photo_title_bg02 .one_border .two_border .boder_text .btn_area .btn_type01 a {
	background-color: rgba(255,255,255,0.06);
	width: 150px;
	padding: 15px;
	border: 2px solid rgba(255,255,255,1.00);
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	color: rgba(255,255,255,1.00);
	text-align: center;
	text-decoration: none;
}
#photo_title_bg02 .one_border .two_border .boder_text .btn_area .btn_type01 a:hover {
	background-color: rgba(0,0,0,0.41);
	color: rgba(243,102,57,1.00);
}
/* Æ÷Åä Å¸ÀÌÆ² 03  */
#photo_title_bg03 {
	min-height: 100px;
	background-color: rgba(255,255,255,1.00);
	background-image: url(../images/banner03.jpg);
	background-repeat: no-repeat;
	background-origin: border-box;
	padding: 4%;
	overflow-y: hidden;
	margin-bottom: 60px;
	background-size: 150% auto;
}
#photo_title_bg03 .one_border { }
#photo_title_bg03 .one_border .two_border {
	background-color: rgba(255,255,255,0.30);
	padding: 1.2%;
}
#photo_title_bg03 .one_border .two_border .boder_text {
	text-align: center;
	text-decoration: none;
	color: rgba(255,255,255,1.00);
	padding-top: 25px;
	padding-bottom: 25px;
}
#photo_title_bg03 .one_border .two_border .boder_text .text01 { padding: 25px; }
#photo_title_bg03 .one_border .two_border .boder_text .text02 { padding-bottom: 15px; }
#photo_title_bg03 .one_border .two_border .boder_text .text03 {
	padding-bottom: 25px;
	display: none;
}
#photo_title_bg03 .one_border .two_border .boder_text .btn_area { display: none; }
#photo_title_bg03 .one_border .two_border .boder_text .btn_area .btn_type01 a {
	background-color: rgba(255,255,255,0.06);
	width: 150px;
	padding: 15px;
	border: 2px solid rgba(255,255,255,1.00);
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	color: rgba(255,255,255,1.00);
	text-align: center;
	text-decoration: none;
}
#photo_title_bg03 .one_border .two_border .boder_text .btn_area .btn_type01 a:hover {
	background-color: rgba(0,0,0,0.41);
	color: rgba(243,102,57,1.00);
}
/* Æ÷Åä Å¸ÀÌÆ² 04  */
#photo_title_bg04 {
	min-height: 100px;
	background-color: rgba(33,86,165,1.00);
	background-repeat: no-repeat;
	background-origin: border-box;
	padding: 4%;
	overflow-y: hidden;
	margin-bottom: 60px;
	background-size: 150% auto;
}
#photo_title_bg04 .one_border { border: 1px solid rgba(237,237,237,0.95); }
#photo_title_bg04 .one_border .two_border {
	background-color: rgba(0,0,0,0.30);
	padding: 15px;
}
#photo_title_bg04 .one_border .two_border .boder_text {
	text-align: center;
	text-decoration: none;
	color: rgba(255,255,255,1.00);
	padding-top: 25px;
	padding-bottom: 25px;
}
#photo_title_bg04 .one_border .two_border .boder_text .text01 { padding: 25px; }
#photo_title_bg04 .one_border .two_border .boder_text .text02 { padding-bottom: 15px; }
#photo_title_bg04 .one_border .two_border .boder_text .text03 {
	padding-bottom: 25px;
	display: none;
}
#photo_title_bg04 .one_border .two_border .boder_text .btn_area { display: none; }
#photo_title_bg04 .one_border .two_border .boder_text .btn_area .btn_type01 a {
	background-color: rgba(255,255,255,0.06);
	width: 150px;
	padding: 15px;
	border: 2px solid rgba(255,255,255,1.00);
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	color: rgba(255,255,255,1.00);
	text-align: center;
	text-decoration: none;
}
#photo_title_bg04 .one_border .two_border .boder_text .btn_area .btn_type01 a:hover {
	background-color: rgba(0,0,0,0.41);
	color: rgba(243,102,57,1.00);
}
/* Æ÷Åä Å¸ÀÌÆ² 05  */
#photo_title_bg05 {
	min-height: 100px;
	background-color: rgba(55,194,219,1.00);
	background-repeat: no-repeat;
	background-origin: border-box;
	padding: 4%;
	overflow-y: hidden;
	margin-bottom: 60px;
	background-size: 150% auto;
}
#photo_title_bg05 .one_border { }
#photo_title_bg05 .one_border .two_border {
	background-color: rgba(0,0,0,0.30);
	padding: 15px;
}
#photo_title_bg05 .one_border .two_border .boder_text {
	text-align: center;
	text-decoration: none;
	color: rgba(255,255,255,1.00);
	padding-top: 25px;
	padding-bottom: 25px;
}
#photo_title_bg05 .one_border .two_border .boder_text .text01 { padding: 25px; }
#photo_title_bg05 .one_border .two_border .boder_text .text02 {
	padding-bottom: 15px;
	display: none;
}
#photo_title_bg05 .one_border .two_border .boder_text .text03 {
	padding-bottom: 25px;
	display: none;
}
#photo_title_bg05 .one_border .two_border .boder_text .btn_area { display: none; }
#photo_title_bg05 .one_border .two_border .boder_text .btn_area .btn_type01 a {
	background-color: rgba(255,255,255,0.06);
	width: 150px;
	padding: 15px;
	border: 2px solid rgba(255,255,255,1.00);
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	color: rgba(255,255,255,1.00);
	text-align: center;
	text-decoration: none;
}
#photo_title_bg05 .one_border .two_border .boder_text .btn_area .btn_type01 a:hover {
	background-color: rgba(0,0,0,0.41);
	color: rgba(243,102,57,1.00);
}
/* Æ÷Åä Å¸ÀÌÆ² 06  */
#photo_title_bg06 {
	min-height: 300px;
	background-color: rgba(255,255,255,1.00);
	background-repeat: no-repeat;
	background-origin: border-box;
	overflow-y: hidden;
	margin-bottom: 60px;
	background-size: 100% auto;
	background-position: 50% 20%;
	height: 300px;
}
#photo_title_bg06 .one_border { }
#photo_title_bg06 .one_border .two_border { 
}
#photo_title_bg06 .one_border .two_border .boder_text {
	top: 50%;
	position: absolute;
	left: 50%;
	transform:translate(-50%, -50%);

}
#photo_title_bg06 .one_border .two_border .boder_text .text01 {
	color: rgba(255,255,255,1.00);
	font: 500 38px "Noto Sans KR", sans-serif;
	text-align: center;

}

#photo_title_bg06 .one_border .two_border .boder_text .text02 {
	text-align: center;
	font-family: Lato, sans-serif;
	color: #FFFFFF;
}
#photo_title_bg06 .one_border .two_border .boder_text .text03 {
	padding-bottom: 25px;
	display: none;
}
#photo_title_bg06 .one_border .two_border .boder_text .btn_area { display: none; }
#photo_title_bg06 .one_border .two_border .boder_text .btn_area .btn_type01 a {
	background-color: rgba(255,255,255,0.06);
	width: 150px;
	padding: 15px;
	border: 2px solid rgba(255,255,255,1.00);
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	color: rgba(255,255,255,1.00);
	text-align: center;
	text-decoration: none;
}
#photo_title_bg06 .one_border .two_border .boder_text .btn_area .btn_type01 a:hover {
	background-color: rgba(0,0,0,0.41);
	color: rgba(243,102,57,1.00);
}

@media (max-width:767px) {
.boder_text { padding: 0px !important; }
.boder_text .text01 {
	padding: 10px !important;
	line-height: 130% !important;
}
.boder_text .text02 {}
.boder_text .text03 {	}
}
/* ------------------------------------ ¼Ò Å¸ÀÌÆ² -------------------------------------- */
.stitle_v1_green {
	padding: 5px 5px 5px 10px;
	background-color: #F0FFE1;
	border-right: 3px solid #5BA622;
	-webkit-box-shadow: 1px 1px 1px rgba(228,228,228,1.00);
	box-shadow: 1px 1px 1px rgba(228,228,228,1.00);
	font-size: 16px;
	color: #5BA622;
}
.stitle_v1_red {
	padding: 5px 5px 5px 10px;
	background-color: #FFD6DB;
	border-right: 3px solid #C7162D;
	-webkit-box-shadow: 1px 1px 1px rgba(228,228,228,1.00);
	box-shadow: 1px 1px 1px rgba(228,228,228,1.00);
	font-size: 16px;
	color: #C7162D;
}
.stitle_v1_white {
	padding: 5px 5px 5px 10px;
	background-color: #FFFFFF;
	border-right: 3px solid #434343;
	-webkit-box-shadow: 1px 1px 1px rgba(228,228,228,1.00);
	box-shadow: 1px 1px 1px rgba(228,228,228,1.00);
	font-size: 16px;
	color: #434343;
	border-top: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
}
.stitle_v1_black {
	padding: 5px 5px 5px 10px;
	background-color: #434343;
	border-right: 3px solid #1F1F1F;
	-webkit-box-shadow: 1px 1px 1px rgba(228,228,228,1.00);
	box-shadow: 1px 1px 1px rgba(228,228,228,1.00);
	font-size: 16px;
	color: #FFFFFF;
}
.stitle_v1_orange {
	padding: 5px 5px 5px 10px;
	background-color: #FFEDCF;
	border-right: 3px solid #F90;
	-webkit-box-shadow: 1px 1px 1px rgba(228,228,228,1.00);
	box-shadow: 1px 1px 1px rgba(228,228,228,1.00);
	font-size: 16px;
	color: #434343;
}
i.marjin_right5 { margin-right: 5px; }
.border_top_hr { border-top: 1px solid #E1E1E1;}
.border_bottom_hr { border-bottom: 1px solid #E1E1E1; }
.border_top_dot { border-top: 1px dotted #E1E1E1;}
.border_bottom_dot { border-bottom: 1px dotted #E1E1E1; }
/* ----------------------------------------- ÅØ½ºÆ® -----------------------------------------------------------*/
p { }
#sub_contents .lead {
}
#sub_contents  p {
	margin-bottom: 15px;
	font-family: "³ª´®°íµñ", "Nanum Gothic", sans-serif;
}
#widget .lead { font-weight: 500; }
#widget p {}
#widget .main_bbs_text > p {
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	line-height: 160%;
	display: block;
}
/* Áöµµ */
.map_gray {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	overflow-y: hidden;
	margin-bottom: -5px;
	display: block;
}
/* ----------------------------------------------------------------------------------------------------------------------*/

.short_01 {
	padding: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.short_02 {
	padding: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	border-color: rgba(244,244,244,1.00);
	border-width: 1px;
	border-style: solid;
}
.short_03 {
	padding: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: rgba(249,249,249,1.00);
}
/* ÆäÀÌÁö µðÀÚÀÎ ----------------------------------------------------------------------------------------------------------------------*/
#history tr td:first-child {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -2px;
    color: #707070;
}
/* °Ô½ÃÆÇ µðÀÚÀÎ ----------------------------------------------------------------------------------------------------------------------*/
.table { margin-bottom: 0px !important; }

.table_line {
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.table_color_user01 {
	border-top: 2px solid #DE4555;
	border-bottom: 1px solid #DE4555;
}
.table td {
	line-height: 35px;
	font-family: "³ª´®°íµñ", "Nanum Gothic", sans-serif;
}
.table td.att_title {
	font: 600 16px/30px "³ª´®°íµñ", "Nanum Gothic", sans-serif;
	color: #707070 !important;
	border-top-color: #C8C8C8;
	background-color: #FFFFFF !important;
}
#history tr td:first-child {
	font-size: 22px;
	font-weight: 600;
	letter-spacing: -2px;
	color: #707070;
}
/* ----------------------------------------------------------------------------------------------------------------------*/
.img_ul_50 li {
	width: 50%;
	float: left;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.img_ul_30 li {
	width: 33.33%;
	float: left;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.img_ul_25 li {
	width: 25%;
	float: left;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media (max-width:767px) {
.img_ul_50 li, .img_ul_30 li, .img_ul_25 li { width: 100%; }	
}
/* ----------------------------------------------------------------------------------------------------------------------*/
.img_magin15 { margin: 15px; }
.left-img-margin {
	margin-right: 20px;
	margin-bottom: 20px;
}
.right-img-margin {
	margin-left: 20px;
	margin-bottom: 20px;
}

img.img-center,
.img-center img {
  margin-left: auto;
  margin-right: auto;
}
/* ----------------------------------------------------------------------------------------------------------------------*/
.row_space15 { height: 15px; }
.row_space25 { height: 25px; }
.row_space55 { height: 55px; }
.bottom_space15 { margin-bottom: 15px; }
.bottom_space25 { margin-bottom: 25px; }
.bottom_space55 { margin-bottom: 55px; }
/* ----------------------------------------------------------------------------------------------------------------------*/

hr.hr_blur { opacity: 0.10; }

/* ############################# ¼³Á¤ ########################### */

/*µð½ºÇÃ·¹ÀÌ*/
.dp-none { display: none;}
.dp-block { display: block;}
.dp-table { display: table;}
.dp-inline-block { display: inline-block !important;}
.dp-table-cell { 
  display: table-cell;
  vertical-align: middle;  
}


/* ############################# ÀÌÆåÆ® ########################### */
/* ·Ñ¿À¹ö  */
.hover-effect {
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.para_bg {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% 0%;
}
