
/* =========================================================================================
 * ¼­ºêÆäÀÌÁö °øÅë½ºÅ¸ÀÏ
 * =========================================================================================*/

.sub-page {
   width: 100%;
   color: #5D5D5D;
   font-size: 17px;
   line-height: 1.67;
   font-weight: 500;
   letter-spacing: -0.4px;
   text-align: left;
   word-break: keep-all;
   font-family: 'Montserrat', sans-serif; 
}

.sub-page h2 {
   color: #000000;
   font-size: 30px;  
   font-weight: 500;
   text-align: center;
}

.sub-page h3 {
   color: #000000;
   font-size: 26px;  
   font-weight: 700;
   padding-bottom: 20px;
   position: relative;
}

.sub-page h4 {
   color: #000000;
   font-size: 22px;  
   font-weight: 500;
   padding-bottom: 10px;
}

.sub-page p {
   font-size: 16px;
   margin-bottom: 20px;
}

.sub-page p:last-child {
   margin-bottom: 0;
}



.sub-content {
  padding: 80px 0;
  min-height: 400px;
}

.sub-content section {
  margin-bottom: 100px;
}

.sub-content section:last-child {
  margin-bottom: 0;
}



/* ¹®´Ü ÇÏ´Ü ¿©¹é»èÁ¦ */
.mb-n {
  margin-bottom: -100px !important;  
}



	@media screen and (max-width: 1280px) {
		
		.sub-page {
		   font-size: 16px;
		}
		.sub-page h3 {
		   font-size: 22px;
		   padding-bottom: 15px;
		}
		.sub-page h4 {
		   font-size: 20px;
		}
		.sub-page p {
		   font-size: 15px;
		}

		.sub-content {
		  padding: 80px 0;
		}
		.sub-content section {
		  margin-bottom: 80px;
		}
		.mb-n {
		  margin-bottom: -80px !important;  
		}
	}


	@media screen and (max-width: 1024px) {

		.sub-page {
		   font-size: 15px;
		}
		.sub-page h3 {
		   font-size: 20px;
		   padding-bottom: 10px;
		}
		.sub-page h4 {
		   font-size: 18px;
		}
		.sub-page p {
		   font-size: 14px;
		   margin-bottom: 10px;
		}
		.sub-content {
		  padding: 60px 0;
		}
		.sub-content section {
		  margin-bottom: 60px;
		}
		.mb-n {
		  margin-bottom: -60px !important;  
		}
	}


	@media screen and (max-width: 820px) {
		
		.sub-content {
		  padding: 40px 0;
		}
		.sub-page h3 {
		   font-size: 18px;
		}
	}


	@media screen and (max-width: 480px) {

		.sub-content {
		  min-height: 380px;
		}
		.sub-page h3 {
		   font-size: 17px;
		}
	}




/* =========================================================================================
 * ¸ð¹ÙÀÏ ÀÌ¹ÌÁö
 * =========================================================================================*/

.mobile {
   display: none;
}


	@media screen and (max-width: 820px) {
		
		.pc {
		   display: none;
		}
		
		.mobile {
		   display: block;
		}

	}




/* =========================================================================================
 * ¹è°æ ¹× ±âÅ¸
 * =========================================================================================*/


/* ¶óÀÎ */
hr {
   border:  0;
   border-bottom: 1px solid rgba(210, 215, 217, 0.75);
   margin: 0;
}

/* Á¤·Ä ¹× ¿©¹é */
.txt-left {
   text-align: left;
}
.txt-center {
   text-align: center;
}
.txt-right {
   text-align: right;
}
.pdT10 {
   padding-top: 10px !important;
}
.pdT20 {
   padding-top: 20px !important;
}
.pdT30 {
   padding-top: 30px !important;
}
.pdB10 {
   padding-bottom: 10px !important;
}
.pdB30 {
   padding-bottom: 30px !important;
}
.pdB40 {
   padding-bottom: 40px !important;
}
.p-bottom {
   margin-bottom: 25px !important;
}
.sm-bottom {
   margin-bottom: 30px !important;
}
.md-bottom {
   margin-bottom: 50px !important;
}
.lg-bottom {
   margin-bottom: 120px !important;
}

.mt20 {
   margin-top: 20px !important;
}
.mb10 {
   margin-bottom: 10px !important;
}
.mb20 {
   margin-bottom: 20px !important;
}
.mb30 {
   margin-bottom: 30px !important;
}
.mb40 {
   margin-bottom: 40px !important;
}
.mb50 {
   margin-bottom: 50px !important;
}
.mb60 {
   margin-bottom: 60px !important;
}
.mb70 {
   margin-bottom: 70px !important;
}

.columns2 {
   columns: 2;
}
.columns3 {
   columns: 3;
}


/* ÆùÆ® Æ÷ÀÎÆ® ÄÃ·¯ */
.fc-brown {
   color: #876340;
}
.fc-blue {
   color: #00529B;
}


/* ¹è°æÄÃ·¯ */
.bg-gray {
   background: #F5F5F5;
   padding: 100px 0;
}



	@media screen and (max-width: 1280px) {

		/* ¹è°æÄÃ·¯ */
		.bg-gray {
		   padding: 60px 0;
		}
	}



	@media screen and (max-width: 1024px) {
		
		/* ¹è°æÄÃ·¯ */
		.bg-gray {
		   padding: 40px 0;
		}
	}






/* =========================================================================================
 * ¼­ºêÆäÀÌÁö Å¸ÀÌÆ²¸í
 * =========================================================================================*/

.ss-info {
   width: 70%;
   text-align: center;
   padding-bottom: 30px;
   margin: 0 auto;
}

.ss-info h2 {
   color: #1E1E1E;
   font-size: 34px;
   font-weight: 800;
   padding-bottom: 10px;
}

.ss-info p {
   margin-bottom: 20px;
}

.h3-info {
   padding-bottom: 30px;
}

.h3-info h3 {
   padding-bottom: 0;
}

.h2-top {
   margin-bottom: 40px !important;
}


	@media screen and (max-width: 1280px) {
		
		.ss-info h2 {
		   font-size: 30px;
		}
	}


	@media screen and (max-width: 1024px) {
		
		.ss-info {
		   padding-bottom: 10px;
		}
		.ss-info h2 {
		   font-size: 26px;
		}
		.h2-top {
		   margin-bottom: 30px !important;
		}
	}


	@media screen and (max-width: 820px) {
		
		.ss-info h2 {
		   font-size: 24px;
		}
		.h2-top {
		   margin-bottom: 20px !important;
		}
	}

	@media screen and (max-width: 480px) {
		
		.ss-info {
		   width: 100%;
		   padding-bottom: 0;
		}
		.ss-info h2 {
		   font-size: 22px;
		}
	}




/* =========================================================================================
 * ¸®½ºÆ® ½ºÅ¸ÀÏ
 * =========================================================================================*/

ul.list li {
   padding: 3px 3px 3px 15px;
   position: relative;
   line-height: 1.32;
}

ul.list li:before {
   content: '';
   display: inline-block;
   width: 5px;
   height: 5px;
   top: 12px;
   left: 2px;
   border-radius: 40px;
   background: #666666;
   position: absolute;
}



	@media screen and (max-width: 1280px) {
		
		ul.list li:before {
		   width: 4px;
		   height: 4px;
		   top: 12px;
		}
	}


	@media screen and (max-width: 1024px) {
		
		ul.list li {
		   padding-left: 12px;
		}
		ul.list li:before {
		   width: 3px;
		   height: 3px;
		   top: 10px;
		}
	}



/* =========================================================================================
 * »ó´Ü¸Þ´º & »ó´ÜÀÌ¹ÌÁö 
 * =========================================================================================*/

 /* ¼­ºê¸Þ´º ³ÐÀÌ */
.has1 li {width: 100%;}
.has2 li {width: 50%;}
.has3 li {width: 33.33333333333333%;}
.has4 li {width: 25%;}
.has5 li {width: 20%;}
.has6 li {width: 16.6666666666667%;}
.has7 li {width: 14.28571428571429%;}
.has8 li {width: 12.5%;}
.has9 li {width: 11.11111111111111%;}
.has10 li {width: 10%;}



/* ¼­ºê¸Þ´º */
.submenu {
   max-width: 100%;
   text-align: center;
   background: rgba(0,0,0,0.5);
   font-size: 0;
   margin: 0 auto;
   line-height: 0;
   margin-top: -65px;
}
.submenu ul {
   width: 100%;
   margin: 0 auto;
   display: flex;   
   flex-wrap: wrap;
   align-items: center;
   justify-content: center;
}
.submenu li {
   border-right: 1px solid rgba(255,255,255,0.2);
}
.submenu li:last-child {
   border-right: 0;
}

.submenu li a {
   color: rgba(255,255,255,0.9);
   font-size: 19px;
   line-height: 1.2;
   width: 100%;
   height: 65px;   
   display: flex;
   align-items: center;
   justify-content: center;
}
.submenu li a:hover {
   color: #000000;
   background: #FFFFFF;
}
.submenu li a.active {
   color: #000000;
   font-weight: 600;
   background: #FFFFFF;
}

.submenu li a.active:after {
   content: '';
   width: 100%;
   height: 4px;
   left: 0;
   bottom: -1px;
   position: absolute;  
}


/* »ó´ÜÀÌ¹ÌÁö */
.sub-top {
   height: 500px;
   position: relative;
   display: flex;
   width: 100%;
   margin: 0 auto;
   flex-wrap: wrap;
   align-items: center;
   justify-content: center;
   z-index: -1;
}

.sub-top-img1 {background: url('../../img/sub/sub_top_01.jpg') center no-repeat; background-size:cover;}
.sub-top-img2 {background: url('../../img/sub/sub_top_02.jpg') center no-repeat; background-size:cover;}
.sub-top-img3 {background: url('../../img/sub/sub_top_03.jpg') center no-repeat; background-size:cover;}
.sub-top-img4 {background: url('../../img/sub/sub_top_04.jpg') center no-repeat; background-size:cover;}
.sub-top-img2-1 {background: url('../../img/sub/sub_top_02_1.jpg') center no-repeat; background-size:cover;}
.sub-top-img2-2 {background: url('../../img/sub/sub_top_02_2.jpg') center no-repeat; background-size:cover;}
.sub-top-img2-3 {background: url('../../img/sub/sub_top_02_3.jpg') center no-repeat; background-size:cover;}
.sub-top-img2-4 {background: url('../../img/sub/sub_top_02_4.jpg') center no-repeat; background-size:cover;}
.sub-top-member {background: url('../../img/sub/sub_top_member.jpg') center no-repeat; background-size:cover;}


/* »ó´ÜÀÌ¹ÌÁö ½½·Î°Ç */
.slogan-box {
   text-align: center;
   margin-top: 30px;
}

.slogan-box h1 {
   font-size: 36px;
   font-weight: 700;
   color: #FFFFFF;
   font-family: 'Montserrat', sans-serif; 
   padding-bottom: 5px;
}
.slogan-box p {
   color: #EEE;
}

.slogan-box h1 br {
   display: none;
}




	@media screen and (max-width: 1280px) {

		/* »ó´ÜÀÌ¹ÌÁö */
		.sub-top {
		   height: 420px;
		}
		.slogan-box h1 {
		   font-size: 30px;
		}
		.slogan-box p {
		   font-size: 15px;
		}


		/* ¼­ºê¸Þ´º */
		.submenu {
		   margin-top: -55px;
		}
		.submenu li a {
		   font-size: 17px;
		   height: 55px;
		}
		.submenu .container {
		   padding: 0;
		}
	}


	@media screen and (max-width: 1024px) {

		/* »ó´ÜÀÌ¹ÌÁö */
		.sub-top {
		   height: 380px;
		}
		.slogan-box h1 {
		   font-size: 26px;		
		}
		.slogan-box p {
		   font-size: 13px;
		}

		/* ¼­ºê¸Þ´º */
		.submenu {
		   margin-top: -48px;
		}
		.submenu li a {
		   font-size: 15px;
		   height: 48px;
		}
	}


	@media screen and (max-width: 820px) {		
		
		/* »ó´ÜÀÌ¹ÌÁö */
		.slogan-box h1 {
		   padding-bottom: 0;
		}

		/* ¼­ºê¸Þ´º */
		.submenu ul {
		   justify-content: flex-start;
		}

		.submenu {
		   margin-top: -38px;
		}
		.submenu li a {
		   font-size: 14px;
		   height: 38px;
		}
		.submenu li {
		   border-right: 1px solid rgba(255,255,255,0.1);
		}
	}


	@media screen and (max-width: 767px) {

		.has1 li, .has2 li, .has3 li, .has5 li, 
		.has6 li, .has7 li, .has8 li, .has9 li, .has10 li {width: 33.33333333333333%;}		
		
		.has4 li {
		   width: 50%;
		}
		.has5 li:nth-child(1),
		.has5 li:nth-child(2),
		.has5 li:nth-child(3) {
		   border-bottom: 1px solid rgba(255,255,255,0.1);
		}
		.has5 li:last-child {
		   border-right: 1px solid rgba(255,255,255,0.1);
		}
		.submenu {
		   margin-top: ;
		   background: #1E1E1E;
		}
	}

	@media screen and (max-width: 480px) {
		
		/* »ó´ÜÀÌ¹ÌÁö */
		.sub-top {
		   height: 320px;
		}
		.slogan-box h1 {
		   font-size: 22px;
		   line-height: 1.2;
		   padding-bottom: 10px;
		}
		.slogan-box p {
		   font-size: 13px;
		}
		.slogan-box h1 br {
		   display: block;
		}
	}



/* =========================================================================================
 * ÆäÀÌÁö Å¸ÀÌÆ²
 * =========================================================================================*/

.title-box {
   padding: 100px 0;
   text-align: center;
}
.title-box h3 {
   width: 100%;
   display: block;
}
.title-box p {
   font-size: 13px !important;
   padding-bottom: 0;
}
.title-box .navi {
   width: 100%;
   display: block;
   color: #888888;
}
.arrow-pd {
   padding: 0 4px;
}


	@media screen and (max-width: 1280px) {

		.title-box {
		   padding: 80px 0;
		}
	}

	@media screen and (max-width: 1024px) {

		.title-box {
		   padding: 60px 0;
		}
	}


	@media screen and (max-width: 768px) {

		.title-box {
		   padding: 40px 0;
		}
		.title-box p {
		   font-size: 12px !important;
		}
	}






/* =========================================================================================
 * È¸»ç¼Ò°³
 * =========================================================================================*/


/* ±â¾÷¼Ò°³ */
.overview {
   width: 100%;
   position: relative;
   line-height: 1.78;
}

.overview .ov-img img {  
   width: 100%;
}

.overview .ov-box {
   background: #FFF;
   padding: 0 80px;
   text-align: center;
}

.overview .ov-tit {
   font-size: 36px;
   line-height: 0.8;
   color: #000000;
   font-weight: 600;
   padding-bottom: 50px;
}


/* ±â¾÷Á¤º¸ */
.company-info ul {   
   display: flex;
   align-items: center;
   text-align: center;
   width: 100%;
   position: relative;
   flex-wrap: wrap;
}

.company-info ul li {
   width: 20%;
   padding: 40px 5px;
   margin-right: -1px;
   border: 1px solid #E0E0E0;
}

.company-info ul li .img {
   padding-bottom: 10px;
}

.company-info ul li h4 {
   font-size: 22px;   
   padding-bottom: 10px;
}

.company-info ul li p {
   padding-bottom: 0;
}


	@media screen and (max-width: 1280px) {

		/* ±â¾÷¼Ò°³ */
		.overview .ov-tit {
		   font-size: 30px;
		   padding-bottom: 30px;
		}

		/* ±â¾÷Á¤º¸ */
		.company-info ul li h4 {
		   font-size: 19px;   
		   padding-bottom: 0;
		}
		.company-info ul li .img img {
		   width: 60px;
		   height: auto;
		}
	}

	@media screen and (max-width: 1024px) {

		/* ±â¾÷¼Ò°³ */
		.overview .ov-tit {
		   font-size: 24px;
		   padding-bottom: 20px;
		}
		.overview .ov-box {
		   padding: 0 40px;
		}


		/* ±â¾÷Á¤º¸ */
		.company-info ul li {
		   padding: 25px 15px;
		}
		.company-info ul li h4 {
		   font-size: 17px;  
		}
		.company-info ul li .img img {
		   width: 50px;
		   height: auto;
		}		
	}

	@media screen and (max-width: 820px) {
	
		/* ±â¾÷¼Ò°³ */
		.overview .ov-tit {
		   font-size: 19px;
		   line-height: 1.6;
		}
		.overview .ov-box {
		   padding: 0;
		}


		/* ±â¾÷Á¤º¸ */
		.company-info ul li {
		   width: 32%;
		   margin-right: 2%;
		   margin-bottom: 2%;
		}
		.company-info ul li:nth-child(3n+3) {
		   margin-right: 0;
		}

	}

	@media screen and (max-width: 480px) {
	
		/* ±â¾÷Á¤º¸ */
		.company-info ul li {
		   width: 100%;
		   margin-right: 0;
		}
		.company-info ul li .img img {
		   width: 50px;
		}
		.company-info ul li .img {
		   padding-bottom: 5px;
		}
	}




/* =========================================================================================
 * ´ëÇ¥ ÀÎ»ç¸»
 * =========================================================================================*/

.greeting {
   position: relative;
   display: flex;
   width: 100%;
   flex-wrap: wrap;
   justify-content: space-between;
}

.greeting .imgs {
   width: 50%;
   padding-right: 70px;
}

.greeting .imgs img {
   width: 100%;
}

.greeting .cont {
   width: 50%;
   line-height: 1.78;
}

.greeting .cont h3 {
   color: #000000;
   font-size: 40px; 
   font-weight: 700;
   padding-bottom: 0;
   letter-spacing: 0;
   font-family: 'Montserrat';
}

.greeting .cont h3:before {
   display: none;
}

.greeting .cont .tit {
   font-size: 24px;   
   line-height: 1.6;
   color: #00183f;
   padding-bottom: 10px;
}

.ceo_sign {
   display: flex;
   padding-top: 50px;
   justify-content: end;
   font-size: 95%;
}
.ceo_sign img {
   padding-left: 10px;
}

.ceo_sign .name {
   vertical-align: top;
}



	@media screen and (max-width: 1024px) {

		.greeting .cont h3 {
		   font-size: 36px; 
		}
		.greeting .cont .tit {
		   font-size: 20px;   
		   padding-bottom: 20px;
		}
		.greeting .imgs {
		   padding-right: 40px;
		}
	}



	@media screen and (max-width: 768px) {

		.greeting .imgs {
		   width: 36%;
		   padding-right: 30px;
		}
		.greeting .cont {
		   width: 64%;
		}
		.greeting .cont h3 {
		   font-size: 24px; 
		}
		.greeting .cont .tit {
		   font-size: 18px;   
		   padding-bottom: 10px;
		}
	}




	@media screen and (max-width: 480px) {

		.greeting .imgs {
		   width: 100%;
		   padding-right: 0;
		   padding-bottom: 10px;
		}
		.greeting .cont {
		   width: 100%;
		}
	}





/* =========================================================================================
 * È¸»ç¿¬Çõ
 * =========================================================================================*/

.history {
   position: relative;
}

.history:before {
   content: '';
   width: 1px;
   height: 98%;
   background: #E0E0E0;
   left: 50%;
   top: 20px;
   position: absolute;
}

.h-box {
   width: 100%;
   display: flex;
   flex-wrap: wrap;
   margin-bottom: 40px;
   position: relative;
}

.h-box:last-child {
   margin-bottom: 0;
}


.h-box .history-img {
   width: 50%;
   text-align: left;
   padding-left: 70px;
}

.h-box .history-img-left {
   width: 50%;
   text-align: right;
   padding-right: 70px;
}

.h-box .history-txt {
   width: 50%;   

}

.history .right .history-txt {
   text-align: left;
   padding-left: 70px;
}

.history .left .history-txt {
   text-align: right;
   padding-right: 70px;
}


.year {
   width: 100%;
   color: #000;
   font-size: 26px;
   font-weight: 700;
   font-family: 'Montserrat', sans-serif; 
   margin-bottom: 15px;
   position: relative;
}

.year:before {
   content: '';
   display: inline-block;
   width: 18px;
   height: 18px;
   background: #FFF;
   border-radius: 100%;
   position: absolute;
   border: 4px solid #1E1E1E;
}

.history .right .history-txt .year:before {
   top: 19px;
   left: -78px;
}

.history .left .history-txt .year:before {
   top: 13px;
   right: -79px;
}

.month {
   color: #000;   
   font-size: 18px;
   font-weight: 600;
   padding-bottom: 0;
   position: relative;
}

.month:before {
   content: '';
   display: inline-block;
   width: 9px;
   height: 9px;
   background: #D0D0D0;
   border-radius: 100%;
   position: absolute;
}

.history .right .history-txt .month:before {
   top: 12px;
   left: -74px;
}

.history .left .history-txt .month:before {
   top: 12px;
   right: -75px;
}



ul.history-list {
   margin-top: 2px;
   margin-bottom: 10px;
}

ul.history-list li {
   position: relative;
   padding-bottom: 12px;
   line-height: 1.36;
}



	@media screen and (max-width: 1280px) {
		
		.h-box .history-img {
		   padding-left: 50px;
		}
		.h-box .history-img-left {
		   padding-right: 50px;
		}
		.year {
		   font-size: 28px;
		}
		.year:before {
		   width: 15px;
		   height: 15px;
		}
		.history .right .history-txt .year:before {
		   left: -57px;
		}
		.history .left .history-txt .year:before {
		   right: -58px;
		}
		.month {
		   font-size: 17px;
		}
		.history .right .history-txt {
		   padding-left: 50px;
		}
		.history .left .history-txt {
		   padding-right: 50px;
		}
		.history .right .history-txt .month:before {
		   top: 12px;
		   left: -54px;
		}
		.history .left .history-txt .month:before {
		   top: 12px;
		   right: -55px;
		}
		ul.history-list {
		   margin-bottom: 15px;
		}
		ul.history-list li {
		   padding-bottom: 10px;
		}
	}


	@media screen and (max-width: 1024px) {
		
		.h-box {
		   margin-bottom: 30px;
		}
		.h-box .history-img {
		   padding-left: 40px;
		}
		.h-box .history-img-left {
		   padding-right: 40px;
		}
		.year {
		   font-size: 24px;
		}
		.year:before {
		   width: 13px;
		   height: 13px;
		   border: 3px solid #00183f;
		}
		.history .right .history-txt .year:before {
		   left: -46px;
		   top: 14px;
		}
		.history .left .history-txt .year:before {
		   right: -47px;
		   top: 14px;
		}
		.month {
		   font-size: 16px;
		   padding-bottom: 6px;
		}
		.history .right .history-txt {
		   padding-left: 40px;
		}
		.history .left .history-txt {
		   padding-right: 40px;
		}
		.history .right .history-txt .month:before {
		   top: 10px;
		   left: -44px;
		}
		.history .left .history-txt .month:before {
		   top: 10px;
		   right: -45px;
		}
		ul.history-list {
		   margin-bottom: 12px;
		}
		ul.history-list li {
		   padding-bottom: 8px;
		}
	}


	@media screen and (max-width: 1023px) {

		.h-box .history-img img,
		.h-box .history-img-left img {
		   width: 100%;
		}
	}

	@media screen and (max-width: 767px) {

		.h-box {
		   flex-direction: column;
		   border-bottom: 1px solid #E5E5E5;
		   padding: 15px 0;
		   margin-bottom: 0;
		}
		.h-box:first-child {
		   padding-top: 0;
		}
		.history:before {
		   display: none;
		}
		.history .history-txt .year:before {
		   display: none;
		}
		.history .history-txt .month:before {
		   display: none;
		}
		.h-box .history-img,
		.h-box .history-img-left {
		   width: 100%;
		   padding: 0;
		}
		.h-box .history-txt {
		   width: 100%;
		   padding: 0;
		}
		.history .left .history-txt {
		   padding: 0;
		}
		.history .right .history-txt {
		   padding: 0;
		}
		.history .left .history-txt {
		   text-align: left;
		}
		.history .left {
		   flex-direction: column-reverse;
		}
		.year {
		   font-size: 22px;
		   margin-bottom: 5px;
		   padding-top: 5px;
		}
		ul.history-list:last-child {
		   margin-bottom: 0;
		}
		ul.history-list > li {
		   padding-left: 10px;
		}
		ul.history-list > li:before {
		   content: '';
		   display: inline-block;
		   width: 3px;
		   height: 3px;
		   background: #666;
		   border-radius: 50px;
		   top: 9px;
		   left: 0;
		   vertical-align:  top;
		   position: absolute;  
		}
		ul.history-list li {
		   padding-bottom: 7px;
		}
		ul.history-list li:last-child {
		   padding-bottom: 0;
		}
	}





/* =========================================================================================
 * Ãß°¡ÆäÀÌÁö ·¹ÀÌ¾Æ¿ô
 * =========================================================================================*/


/* ÀÌ¹ÌÁö¹è°æ ¹Ú½º */
.bg-box {
   height: 240px;
   padding: 20px;
   text-align: center;
   background-size: cover;
   display: flex;
   align-items: center;
   justify-content: center;
}

.bg-box h3, .bg-box p {
   color: #FFFFFF;
}

.bg-box h3 {
   padding-bottom: 10px;
}


.bg-1 {background: url('../../img/sub/bg-1.jpg') center top no-repeat; background-size:100%;}
.bg-2 {background: url('../../img/sub/bg-2.jpg') center top no-repeat; background-size:100%;}
.bg-3 {background: url('../../img/sub/bg-3.jpg') center top no-repeat; background-size:100%;}
.bg-4 {background: url('../../img/sub/bg-4.jpg') center top no-repeat; background-size:100%;}
.bg-5 {background: url('../../img/sub/bg-5.jpg') center top no-repeat; background-size:100%;}
.bg-6 {background: url('../../img/sub/bg-6.jpg') center top no-repeat; background-size:100%;}
.bg-7 {background: url('../../img/sub/bg-7.jpg') center top no-repeat; background-size:100%;}
.bg-8 {background: url('../../img/sub/bg-8.jpg') center top no-repeat; background-size:100%;}
.bg-9 {background: url('../../img/sub/bg-9.jpg') center top no-repeat; background-size:100%;}
.bg-10 {background: url('../../img/sub/bg-10.jpg') center top no-repeat; background-size:100%;}




/* 1Çà ~ 5ÇàÀÌ¹ÌÁö¹Ú½º (ÁÂ¿ì °£°ÝÀÌ ÀÖ´Â ÀÌ¹ÌÁö¹Ú½º) °øÅëÀû¿ë ºÎºÐ */
.img-row {
   display: flex;
   width: 100%;
   flex-wrap: wrap;
   justify-content: space-between;
}

.img-row > li {
   padding-top: 40px;
}

.img-row .img {
   line-height: 0;
   padding-bottom: 10px;
}

.img-row .img img {
   width: 100%;
}



/* ³ÐÀÌ */
.n1 > li {width: 100%;}
.n2 > li {width: 49%;}
.n3 > li {width: 32%;}
.n4 > li {width: 24%;}
.n5 > li {width: 19%;}


.n2 > li:nth-child(-n+2) {
   padding-top: 0;
}

.n3 > li:nth-child(-n+3){
   padding-top: 0;
}

.n4 > li:nth-child(-n+4) {
   padding-top: 0;
}

.n5 > li:nth-child(-n+5) {
   padding-top: 0;
}


/* 1Çà ÀÌ¹ÌÁö */
.n1 > .img {
   padding-bottom: 25px;
}




 	@media screen and (max-width: 1280px) {

		/* ÀÌ¹ÌÁö¹è°æ ¹Ú½º */
		.bg-box {
		   height: 240px;
		}

		.bg-1, .bg-2, .bg-3, .bg-4, .bg-5, .bg-6, .bg-7, .bg-8, .bg-9, .bg-10 {background-size:cover;}

	}



	@media screen and (max-width: 1024px) {
		
		/* ÀÌ¹ÌÁö¹è°æ ¹Ú½º */
		.bg-box {
		   height: 190px;
		}

		/* 1Çà ÀÌ¹ÌÁö */
		.n1 > .img {
		   padding-bottom: 15px;
		}

	}



	@media screen and (max-width: 820px) {
		
		/* ÀÌ¹ÌÁö¹è°æ ¹Ú½º */
		.bg-box {
		   height: 150px;
		}
		
		/* 1Çà ~ 5ÇàÀÌ¹ÌÁö¹Ú½º (ÁÂ¿ì °£°ÝÀÌ ÀÖ´Â ÀÌ¹ÌÁö¹Ú½º) °øÅëÀû¿ë ºÎºÐ */
		.img-row > li {
		   padding-top: 30px !important;
		}

		/* ³ÐÀÌ */
		.n3 > li,
		.n4 > li, 
		.n5 > li {width: 49%;}
		
		.n2 > li:nth-child(-n+2),
		.n3 > li:nth-child(-n+2), 
		.n4 > li:nth-child(-n+2), 
		.n5 > li:nth-child(-n+2) {
		   padding-top: 0 !important;
		}
	}



	@media screen and (max-width: 480px) {

		/* ³ÐÀÌ */
		.n2 > li,
		.n3 > li,
		.n4 > li, 
		.n5 > li {width: 100%;}
		
		.n2 > li:nth-child(2),
		.n3 > li:nth-child(2), 
		.n4 > li:nth-child(2), 
		.n5 > li:nth-child(2) {
		   padding-top: 30px !important;
		}
		
	}









/* =========================================================================================
 * ¿À½Ã´Â ±æ
 * =========================================================================================*/

/* º»»ç¾È³» */ 
.map {
   width: 100%;
}

.map .map_img {
   height: 450px;
   border: 1px solid #CCCCCC;
}

.map ul.address {
   padding-top: 10px;
}

.map .address li {
   width: 100%;
   display: flex;
   flex-wrap: wrap;
   padding: 25px;
   position: relative;
   border-bottom: 1px solid #E5E5E5;
}

.map .address li .tit {
   color: #000000;
   font-weight: 500;
   width: 16%;
   padding-left: 10px;
}

.map .address li .txt {
   width: 84%;
}


/* ÁöÁ¡¾È³» */ 
.map-2 {
   width: 100%;
   flex-wrap: wrap;
   justify-content: space-between;
   display: flex;
}

.map-2 > div {
   width: 48%;
}

.map-2 .map_img {
   height: 450px;
   border: 1px solid #CCCCCC;
}

.map-2 ul {
   padding-top: 10px;
}

.map-2 .address li {
   width: 100%;
   display: flex;
   flex-wrap: wrap;
   padding: 20px;
   position: relative;
   border-bottom: 1px solid #E5E5E5;
}

.map-2 .address li .tit {
   color: #000000;
   font-weight: 500;
   width: 28%;
   padding-left: 10px;
}

.map-2 .address li .txt {
   width: 72%;
}




	@media screen and (max-width: 1024px) {

		.map .address li {
		   padding: 15px;
		}
		.map-2 .address li {
		   padding: 15px;
		}
		.map-2 .address li .tit {
		   width: 35%;
		}
		.map-2 .address li .txt {
		   width: 65%;
		}

	}



	@media screen and (max-width: 768px) {

		.map .map_img {
		   height: 360px;
		}
		.map-2 .map_img {
		   height: 360px;
		}

		.map-2 > div {
		   width: 100%;
		}
		.map-2 > div:first-child {
		   margin-bottom: 40px;
		}
	}



	@media screen and (max-width: 480px) {

		.map .map_img {
		   height: 300px;
		}		
		.map .address li .tit {
		   width: 100%;
		   padding-left: 0;
		}
		.map .address li .txt {
		   width: 100%;
		}

		.map-2 .map_img {
		   height: 300px;
		}
		.map-2 .address li .tit {
		   width: 100%;
		   padding-left: 0;
		}
		.map-2 .address li .txt {
		   width: 100%;
		}
	}
	



/* =========================================================================================
 * »ç¾÷°³¿ä
 * =========================================================================================*/

/* 1Çà ¾ÆÀÌÄÜ¹è³Ê */
ul.icon-row-1 {
   width: 100%;   
}

ul.icon-row-1 > li {
   background: #F3F3F3;
   padding:  40px;
   display: flex;
   align-items: center;
   margin-bottom: 20px;
}

ul.icon-row-1 > li:last-child {
   margin-bottom: 0;
}

ul.icon-row-1 .txt {
   width: 70%;
   text-align: left;
}

ul.icon-row-1 .img {
   width: 30%;
   text-align: right;
   line-height: 0;
}


.global-map img {
   width: 100%;
   height: auto;
}


/* 2Çà ¾ÆÀÌÄÜ¹è³Ê */
ul.icon-row-2 {
   width: 100%;   
   display: flex;
   width: 100%;
   flex-wrap: wrap;
   justify-content: space-between;
}

ul.icon-row-2 > li {
   width: 49.2%;
   height: 340px;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
   margin-top: 1.6%;
}

ul.icon-row-2 > li:nth-child(1),
ul.icon-row-2 > li:nth-child(2) {
   margin-top: 0;
}

ul.icon-row-2 > li:nth-child(1) {background: url('../../img/sub/global/factory-bg1.jpg') center no-repeat; background-size:cover;}
ul.icon-row-2 > li:nth-child(2) {background: url('../../img/sub/global/factory-bg2.jpg') center no-repeat; background-size:cover;}
ul.icon-row-2 > li:nth-child(3) {background: url('../../img/sub/global/factory-bg3.jpg') center no-repeat; background-size:cover;}
ul.icon-row-2 > li:nth-child(4) {background: url('../../img/sub/global/factory-bg4.jpg') center no-repeat; background-size:cover;}


ul.icon-row-2 > li h4 {
   color: #FFF;
   font-size: 28px;
   line-height: 1.24;
   font-weight: 800;
   text-align: center;
}

ul.icon-row-2 > li p {
   color: #FFF;
}

ul.icon-row-2 > li .p-top {
   font-size: 20px;
   font-weight: 600;
   margin-bottom: 5px;
}

a.btn-global {
   color: #FFF;
   font-size: 14px;
   font-weight: 600;
   padding: 4px 15px;
   border: 1px solid #FFF;
   display: flex;
   align-items: center;
}

a.btn-global i {
   font-size: 11px;
   margin-right: -4px;
   margin-left: 4px;
}


a.btn-global:hover {
   color: #000;
   background: #FFF;
}


ul.icon-row-2 .txt {
   width: 70%;
   text-align: left;
}

ul.icon-row-2 .img {
   width: 30%;
   text-align: right;
   line-height: 0;
}


/* 3Çà ¾ÆÀÌÄÜ¹è³Ê */
ul.icon-row-3 {
   width: 100%;   
   display: flex;
   width: 100%;
   flex-wrap: wrap;
}

ul.icon-row-3 > li {
   width: 32%;
   margin-right: 2%;
   margin-bottom: 2%;
   background: #F3F3F3;
   padding: 40px 30px;
   display: flex;
   align-items: center;
   flex-direction: column;
   text-align: center;
}

ul.icon-row-3 > li:nth-child(3n+3) {
   margin-right: 0;
}


ul.icon-row-3 .txt {
   width: 100%;
}

ul.icon-row-3 .img {
   width: 100%;
   line-height: 0;
   padding-bottom: 20px;
}



/* ¹Ù·Î°¡±â ¹öÆ° */
a.vs-btn2 {
  display: inline-block;
  padding: 6px 45px 6px 25px; 
  margin: 0 auto;
  color: #FFF;
  background: #3e85c7;
  font-size: 16px;
  font-weight: 500;
  text-align: left;  
}

a.vs-btn2:before {
  font-family: 'xeicon';
  padding: 0;
  top: 8px;
  opacity: 1;
  margin-left: 10px;
  color: #FFF;
  content: '\e93e';
  right: 22px;
}

a.vs-btn2:hover {  
  background: #0053a9;
}



	@media screen and (max-width: 1280px) {

		/* 1Çà ¾ÆÀÌÄÜ¹è³Ê */
		ul.icon-row-1 > li {
		   padding: 30px;
		}
		ul.icon-row-1 .img img {
		   width: 80px;
		   height: auto;
		}

		/* 2Çà ¾ÆÀÌÄÜ¹è³Ê */
		ul.icon-row-2 > li {
		   height: 280px;
		}
		ul.icon-row-2 .img img {
		   width: 80px;
		   height: auto;
		}

		/* 3Çà ¾ÆÀÌÄÜ¹è³Ê */
		ul.icon-row-3 .img img {
		   width: 80px;
		   height: auto;
		}

		ul.icon-row-2 > li h4 {
		   font-size: 25px;
		}
		ul.icon-row-2 > li .p-top {
		   font-size: 18px;
		   margin-bottom: 5px;
		}
		a.btn-global {
		   font-size: 14px;
		   padding: 4px 15px;
		}
	}


	@media screen and (max-width: 1024px) {

		ul.icon-row-1 .img img {
		   width: 60px;
		}
		ul.icon-row-2 .img img {
		   width: 60px;
		}

		/* 3Çà ¾ÆÀÌÄÜ¹è³Ê */
		ul.icon-row-3 .img img {
		   width: 60px;
		}

		ul.icon-row-2 > li h4 {
		   font-size: 20px;
		}
		ul.icon-row-2 > li p {
		   margin-bottom: 15px;
		}
		ul.icon-row-2 > li .p-top {
		   font-size: 15px;
		}
		a.btn-global {
		   font-size: 13px;
		   padding: 3px 13px;
		}
	}


	@media screen and (max-width: 820px) {
		
		/* 1Çà ¾ÆÀÌÄÜ¹è³Ê */
		ul.icon-row-1 .txt {
		   width: 100%;
		}
		ul.icon-row-1 .img {
		   display: none;
		}

		/* 2Çà ¾ÆÀÌÄÜ¹è³Ê */
		ul.icon-row-2 > li {
		   width: 100%;
		}
		ul.icon-row-2 .txt {
		   width: 100%;
		}
		ul.icon-row-2 .img {
		   display: none;
		}
		ul.icon-row-2 > li:nth-child(2) {
		   margin-top: 10px;
		}
		ul.icon-row-2 > li {
		   margin-top: 10px;
		}

		/* 3Çà ¾ÆÀÌÄÜ¹è³Ê */
		ul.icon-row-3 > li {
		   width: 100%;
		   margin-right: 0;
		   margin-bottom: 4%;
		   padding: 25px;
		}
	}



	@media screen and (max-width: 480px) {

		/* 3Çà ¾ÆÀÌÄÜ¹è³Ê */
		ul.icon-row-3 .img img {
		   width: 45px;
		}
		ul.icon-row-2 > li {
		   height: 240px;
		   padding: 0 20px;
		}
		ul.icon-row-2 > li h4 {
		   font-size: 18px;
		   padding-bottom: 5px;
		}
		ul.icon-row-2 > li .p-top {
		   font-size: 14px;
		}
		a.btn-global {
		   font-size: 13px;
		   padding: 3px 13px;
		}
	}

	



/* =========================================================================================
 * »ç¾÷ºÐ¾ß
 * =========================================================================================*/

/* ±âº» ¼³¸í±Û */
.depth .inner {
   padding-bottom: 40px;
}

.depth .inner:last-child {
   padding-bottom: 0;
}


/* ¿ÞÂÊ ÀÌ¹ÌÁö ¹Ú½ºÇü */
.img-box-left {
   display: flex;
   width: 100%;
   flex-wrap: wrap;
   align-items: center;
   justify-content: space-between;
   margin-bottom: 70px;
}

.img-box-left:last-child {
   margin-bottom: 0;
}

.img-box-left .img {
   width: 44%;
   line-height: 0;
   padding-right: 50px;
}

.img-box-left .img img {
   width: 100%;
}

.img-box-left .txt {
   width: 56%;   
}

.img-box-left .txt p {
   padding-bottom: 20px;
}

.img-box-left .txt ul {
   display: flex;
   flex-wrap: wrap;
   border-top: 2px solid #000;
   border-bottom: 1px solid #666;
}

.img-box-left .txt ul li {
   width: 100%;
   border-bottom: 1px solid #DDD;
   padding-left: 20px !important;
   padding: 21px 0;
   display: flex;
   align-items: center;
}

.img-box-left .txt ul li span {
   color: #000;
   font-weight: 600;
   margin-right: 20px;
   display: flex;
   align-items: center;
}

.img-box-left .txt ul li span i {
   font-size: 22px;
   margin-right: 10px;
}


/* ¿À¸¥ÂÊ ÀÌ¹ÌÁö ¹Ú½ºÇü */
.img-box-right {
   display: flex;
   width: 100%;
   flex-wrap: wrap;
   justify-content: space-between;
   margin-bottom: 70px;
}

.img-box-right:last-child {
   margin-bottom: 0;
}

.img-box-right .txt {
   width: 60%;
   padding-right: 30px;
}

.img-box-right .txt p {
   padding-bottom: 20px;
}

.img-box-right .img {
   width: 40%;
   line-height: 0;
   padding-left: 30px;
}

.img-box-right .img img {
   width: 100%;
}



/* Å×ÀÌºí °øÅë½ºÅ¸ÀÏ */
.tb-wrap {
   overflow-x: auto;
}

.tb-wrap .tb-etc {
   text-align: right;
   font-size: 15px;
   padding: 5px;
}

caption {
   visibility: hidden;
   height: 0;
}

.w20 {
   width: 20%;
}



/* Å×ÀÌºí 01 */
table.tb_01 {
   width: 100%;
   border-top: 2px solid #000;
}

table.tb_01 th {
   border: 1px solid #E5E5E5;
   padding: 15px;
   color: #000000;
   font-weight: 600;
   background: #F5F5F5;
   width: 40%;
}

table.tb_01 th:nth-child(1) {
   width: 20%;
}

table.tb_01 td {
   border: 1px solid #E5E5E5;
   padding: 15px;
}



/* Å×ÀÌºí 02 */
table.tb_02 {
   width: 100%;   
}

table.tb_02 tr:first-child {
   border-top: 1px solid #000;
}

table.tb_02 th {
   text-align: center;
   font-size: 110%;
   border: 1px solid #E5E5E5;
   padding: 15px;
   color: #000000;
   font-size: 16px;
   line-height: 1.28;
   font-weight: 600;
   background: #F5F5F5;
   border-top: 1px solid #000 !important;
   width: 14.28571428571429%;
}

table.tb_02 td {
   border: 1px solid #E5E5E5;
   padding: 15px;
}




	@media screen and (max-width: 1280px) {
		
		.img-box-left {
		   align-items: flex-start;
		}
		.img-box-left .img {
		   padding-right: 10px;
		   width: 35%;
		}		
		.img-box-left .txt {
		   padding-left: 10px;
		   width: 65%;
		}
		.img-box-left .txt ul li {
		   padding-left: 5px !important;
		   padding: 14px 0;
		}
		.img-box-left .txt ul li span i {
		   font-size: 18px;
		   margin-right: 6px;
		}
		.img-box-left .txt ul li span {
		   margin-right: 5px;
		}

		/* ¿À¸¥ÂÊ ÀÌ¹ÌÁö ¹Ú½ºÇü */
		.img-box-right .img {
		   padding-left: 20px;
		}		
		.img-box-right .txt {
		   padding-right: 20px;
		}

		/* Å×ÀÌºí °øÅë½ºÅ¸ÀÏ */
		.tb-wrap .tb-etc {
		   font-size: 13px;
		}		
		table.tb_02 th {
		   font-size: 15px;
		   padding: 12px;
		}
		table.tb_02 td {
		   padding: 12px;
		}
	}


	@media screen and (max-width: 1024px) {

		/* ±âº» ¼³¸í±Û */
		.depth .inner {
		   padding-bottom: 30px;
		}

		/* ¿ÞÂÊ ÀÌ¹ÌÁö ¹Ú½ºÇü */
		.img-box-left {
		   margin-bottom: 50px;
		}
		.img-box-left .img {
		   padding-right: 15px;
		   width: 40%;
		}		
		.img-box-left .txt {
		   padding-left: 15px;
		   width: 60%;
		}
		.img-box-left .txt ul li {
		   flex-direction: column;
		   align-items: flex-start;
		   padding: 10px 0;
		}

		/* ¿À¸¥ÂÊ ÀÌ¹ÌÁö ¹Ú½ºÇü */
		.img-box-right {
		   margin-bottom: 50px;
		}
		.img-box-right .img {
		   padding-left: 15px;
		   width: 35%;
		}		
		.img-box-right .txt {
		   padding-right: 15px;
		   width: 65%;
		}

		/* Å×ÀÌºí 01 */
		table.tb_01 th {
		   padding: 10px;
		   font-size: 14px;
		}
		table.tb_01 td {
		   padding: 10px;
		}

		/* Å×ÀÌºí 02 */
		table.tb_02 th {
		   padding: 10px;
		}
		table.tb_02 td {
		   padding: 10px;
		}

	}



	@media screen and (max-width: 820px) {

		/* ¿ÞÂÊ ÀÌ¹ÌÁö ¹Ú½ºÇü */
		.img-box-left {
		   margin-bottom: 30px;
		}
		.img-box-left .img {
		   padding-right: 0;
		   width: 100%;
		   padding-bottom: 10px;
		}		
		.img-box-left .txt {
		   padding-left: 0;
		   width: 100%;
		}

		/* ¿À¸¥ÂÊ ÀÌ¹ÌÁö ¹Ú½ºÇü */
		.img-box-right {
		   margin-bottom: 30px;
		}
		.img-box-right .img {
		   padding-left: 0;
		   width: 100%;
		   padding-top: 10px;
		}		
		.img-box-right .txt {
		   padding-right: 0;
		   width: 100%;
		}

		/* Å×ÀÌºí 01 */
		table.tb_01 th {
		   padding: 10px;
		}
		table.tb_01 td {
		   padding: 10px;
		}
		table.tb_02 {
		   border-bottom: 1px solid #E5E5E5;
		}

	}






/* =========================================================================================
 * ÀÎÁõ¼­
 * =========================================================================================*/

.certificate ul {
   display: flex;
   width: 100%;
   flex-wrap: wrap;
}

.certificate ul li {
   width: 23.5%;
   margin-right: 2%;
   text-align: center;
   padding-bottom: 40px;
}

.certificate ul li:nth-child(4n+4) {
   margin-right: 0;
}

.certificate ul li .img {
   line-height: 0;
}

.certificate ul li .img img {
   width: 100%;
   border: 1px solid #DDDDDD;
   margin-bottom: 10px;
}

.certificate ul li .icon {
   margin-bottom: 5px;
}

.certificate ul li p {
   font-size: 18px;
}

.cf1 {
   display: inline-block;
   margin: 0 auto;
   color: #FFF;
   font-size: 13px;
   line-height: 1;
   font-weight: 500;
   background: #039ed9;
   padding: 6px 10px;
   border-radius: 3px;
}

.cf2 {
   display: inline-block;
   margin: 0 auto;
   color: #FFF;
   font-size: 13px;
   line-height: 1;
   font-weight: 500;
   background: #db6767;
   padding: 6px 10px;
   border-radius: 3px;
}

.cf3 {
   display: inline-block;
   margin: 0 auto;
   color: #FFF;
   font-size: 13px;
   line-height: 1;
   font-weight: 500;
   background: #9b753d;
   padding: 6px 10px;
   border-radius: 3px;
}

.certificate ul li p {
   color: #000;
}



	@media screen and (max-width: 1280px) {

		.certificate ul li p {
		   font-size: 17px;
		}
	}


	@media screen and (max-width: 1024px) {

		.certificate ul li p {
		   font-size: 16px;
		}
	}


	@media screen and (max-width: 820px) {

		.certificate ul li {
		   width: 48%;
		   margin-right: 4%;
		}
		.certificate ul li:nth-child(4n+4) {
		   margin-right: 4%;
		}
		.certificate ul li:nth-child(2n+2) {
		   margin-right: 0;
		}
	}


	@media screen and (max-width: 480px) {

		.certificate ul li {
		   width: 100%;
		   margin-bottom: 4%;
		   margin-right: 0;
		   padding-bottom: 0;
		}

	}





/* =========================================================================================
 * ÆÄÆ®³Ê
 * =========================================================================================*/

.partner ul {
   display: flex;
   width: 100%;
   flex-wrap: wrap;
   justify-content: flex-start;
   margin: 0 auto;
}

.partner ul li {
   width: 12%;
   margin-right: 0.5%;
   border: 1px solid #DDD;
   line-height: 0;
}

.partner ul li:last-child {
   margin-right: 0;
}

.partner ul li img {
   width: 100%;
   height: auto;
}



	@media screen and (max-width: 1280px) {

		.partner ul li p {
		   font-size: 17px;
		}
	}


	@media screen and (max-width: 1024px) {

		.partner ul li p {
		   font-size: 16px;
		}
	}


	@media screen and (max-width: 820px) {

		.partner ul li {
		   width: 24.25%;
		   margin-right: 1%;
		   margin-bottom: 1%;
		}
		.partner ul li:nth-child(4n+4) {
		   margin-right: 0;
		}
		.partner ul li img {
		   padding: 10px;
		}
	}


	@media screen and (max-width: 480px) {

		.partner ul li {
		   width: 49.5%;
		}
		.partner ul li:nth-child(4n+4) {
		   margin-right: 1%;
		}
		.partner ul li:nth-child(2n+2) {
		   margin-right: 0;
		}
		.partner ul li .img img {
		   width: 100%;
		   border: 1px solid #DDDDDD;
		   margin-bottom: 5px;
		}
	}








/* =========================================================================================
 * Á¦Ç°¼Ò°³ 01 ~ Á¦Ç°¼Ò°³ 06
 * =========================================================================================*/

/* ¹Ú½º½ºÅ¸ÀÏ */
.webzine_type2 {
   border-top: 2px solid #000;
   width: 100%;
}
.webzine_type2 tr:first-child {
   padding-top: 30px;
}
.webzine_type2 tr {
   padding: 15px 0;
   width: 100%;
}

/* Á¦¸ñ */
.webzine_subject {
   color: #000;
   font-size: 24px;
   font-weight: 500;
   padding-bottom: 10px;
}

/* ¼³¸í */
.webzine_description {
   font-size: 17px;
   color: #666;
   margin-bottom: 20px;
}

/* ¿É¼Ç */
.webzine_add1, .webzine_add2, .webzine_add3, .webzine_add4, .webzine_add5, .webzine_add6, .webzine_add7, .webzine_add8 {
   font-size: 16px;
   color: #666;
}

/* ¿É¼Ç Å¸ÀÌÆ² */
.webzine_type2 .obj_name {
   padding-right: 20px;
   color: #000;
   font-weight: 500;
}

.webzine_type_text_td_left dd {
   padding-top: 10px;
}


	@media screen and (max-width: 1280px) {
		
		/* ÀÌ¹ÌÁö¿À¸¥ÂÊ ¿©¹é */
		.webzine_type2 tr .webzine_type_img_td {
		   padding-right: 40px;
		}

		/* Á¦¸ñ */
		.webzine_subject {
		   font-size: 20px;
		   padding-bottom: 0;
		}
		/* ¼³¸í */
		.webzine_description {
		   font-size: 15px;
		   margin-bottom: 10px;
		}
		/* ¿É¼Ç */
		.webzine_add1, .webzine_add2, .webzine_add3, .webzine_add4, .webzine_add5, .webzine_add6, .webzine_add7, .webzine_add8 {
		   font-size: 15px;
		}

		.webzine_type_text_td_left dd {
		   padding-top: 3px;
		}

	}


	@media screen and (max-width: 1024px) {
		
		/* ÀÌ¹ÌÁö¿À¸¥ÂÊ ¿©¹é */
		.webzine_type2 tr .webzine_type_img_td {
		   padding-right: 30px;
		}

		/* Á¦¸ñ */
		.webzine_subject {
		   font-size: 18px;
		}
		/* ¼³¸í */
		.webzine_description {
		   font-size: 14px;
		   margin-bottom: 10px;
		}
		/* ¿É¼Ç */
		.webzine_add1, .webzine_add2, .webzine_add3, .webzine_add4, .webzine_add5, .webzine_add6, .webzine_add7, .webzine_add8 {
		   font-size: 14px;
		}
	}


	@media screen and (max-width: 820px) {
		
		/* ¹Ú½º½ºÅ¸ÀÏ */
		.webzine_type2 tr:first-child {
		   padding-top: 20px;
		}
		.webzine_type2 tr {
		   padding: 10px 0;
		}

		/* ÀÌ¹ÌÁö¿À¸¥ÂÊ ¿©¹é */
		.webzine_type2 tr .webzine_type_img_td {
		   padding-right: 20px;
		}

		/* Á¦¸ñ */
		.webzine_subject {
		   font-size: 17px;
		}
		/* ¼³¸í */
		.webzine_description {
		   font-size: 14px;
		   margin-bottom: 10px;
		}
		/* ¿É¼Ç */
		.webzine_add1, .webzine_add2, .webzine_add3, .webzine_add4, .webzine_add5, .webzine_add6, .webzine_add7, .webzine_add8 {
		   font-size: 13px;
		}
	}


	@media screen and (max-width: 480px) {
		
		/* ÀÌ¹ÌÁö¿À¸¥ÂÊ ¿©¹é */
		.webzine_type2 tr .webzine_type_img_td {
		   padding-right: 0;
		   padding-bottom: 10px;
		}
	}

	
	



/* =========================================================================================
 * °í°´¼¾ÅÍ »ó´Ü¹è³Ê
 * =========================================================================================*/

.cs-box {
   background: #F9F9F9;
   padding: 30px;
   margin-bottom: 40px;
   border: 5px solid #EEE;
}

.cs-box h4 {
   font-weight: 700;
   letter-spacing: 0;
   padding-bottom: 15px;
   position: relative;
   display: flex;
   align-items: center;
}

.cs-box h4 i {
   font-size: 22px;
   margin-right: 10px;
}

.cs-box ul {
   display: flex;
   flex-wrap: wrap;
}

.cs-box ul li {
   width: 50%;
   padding-left: 20px !important;
   position: relative;
   font-size: 16px;
   padding: 2px 0;
}

.cs-box ul li span {
   color: #111;
   font-weight: 600;
   margin-right: 15px;
}

.cs-box ul li:before {
   content: '';
   width: 3px;
   height: 3px;
   border-radius: 100%;
   background: #666;
   position: absolute;
   display: inline-block;
   left: 5px;
   top: 12px;
}


	@media screen and (max-width: 1280px) {

		.cs-box ul li {
		   font-size: 14px;
		}
	}


	@media screen and (max-width: 1024px) {

		.cs-box {
		   padding: 20px;
		   margin-bottom: 20px;
		}
		.cs-box ul li {
		   padding-left: 15px !important;
		}
	}


	@media screen and (max-width: 1023px) {

		.cs-box ul li {
		   padding-left: 15px !important;
		   display: flex;
		   flex-direction: column;
		   padding: 4px 0;
		}
	}


	@media screen and (max-width: 767px) {
		
		.cs-box ul li {
		   padding-left: 15px !important;
		   width: 100%;
		   padding: 4px 0;
		}
		.cs-box {
		   border: 3px solid #EEE;
		   padding: 10px;
		}
	}

	@media screen and (max-width: 480px) {

		.data-room table.board-list .att_title:last-child {
		   display: none;
		}

		.data-room table.board-list .bbsfile_attachment {
		  display: none;
		}
	}



/* =========================================================================================
 * °³ÀÎÁ¤º¸Ãë±Þ¹æÄ§
 * =========================================================================================*/

.dbp {   
   height:  180px;
   margin-top:  30px;
   line-height:  1.4em;
   color:  #666666;
}
.dbp a {   
   padding:  0 10px;
   color:  #000000;
   font-weight:  bold;
} 
.dbp_table th {   
   text-align: left;
   vertical-align: top;
   padding: 15px;
    border-bottom: 1px solid #DDDDDD;
   background: #F5F5F5;
 }
.dbp_table th p {
   font-size: 14px;
   font-weight: 400;
   color: #000000;
   padding-bottom: 0;
}
.dbp_table td {
   font-size: 90%;
   padding: 15px;
   border-bottom: 1px solid #DDDDDD;
}


	@media screen and (max-width: 480px) {

		.dbp_table {
		   width: 100%;		   
		}

		.dbp_table th {  
		   display: block;
		   width: 100%;
		   padding: 10px;
		}

		.dbp_table td {  
		   display: block;
		   width: 100%;
		}
	}