@charset "utf-8";
/**
 * @File Name : style.css
 * @Description : Layout, CSS Adjust
 * @Modification Information
 * <pre>
 * 수정일 | 수정자 | 수정내용
 * 2020.03.06 | 문영신 | 최초 등록
 * 2020.03.11 | 문영신 | 요구반영. 결함개선. 고도화.
 * </pre>
 * @author 웹표준화실 문영신
 * @since 2020.03.06
 *
 * @Copyright (C) IACTS.CO.KR All rights reserved.
 */

/* Table of contents ))
 | 공통 스타일과 다른 개별 스타일 겹쳐 쓰다!
 | RWD ◇◆
 */

/* ◇◆ all.css, sub.css, lib*.css  )) Overwrite. 20180514. ◇◆◇◆◇◆◇◆◇◆ */


/* #tnb1 div.d1>ul>li:nth-child(5)>a>.t1{width:3em;} */


/* ◇◆ StyleName. YYYYMMDD. @Who	 ◇◆ */

/* lib1cp1.css overwrite */
.view1pic1info1 .pic1gallery1 {width:50%;margin-bottom:2em;} 

/* lib2etc.css overwrite */
.sitemap3 .h1 {color:#86131e;border-color:#86131e}
.cardlist2 .f1list {max-height:none}
.cardlist2 strong.h1 {white-space:inherit;text-overflow:inherit;overflow:visible;}
.cardlist2 strong.h1 a {display:block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.cardlist2 strong.h1 .stat {font-size:.625em;margin-top:0;margin-left:0;line-height:17px;}

/* lib2.css overwrite */
.login2choice1 .box1 {margin:0}
.login2choice1 span.btn1.phone, .login2choice1 a.btn1.phone {padding-top:0}
.login2choice1 span.btn1.phone>.ic1, .login2choice1 a.btn1.phone>.ic1 {display:none}
.gen1info1 .ht1 {font-size:19px;color:#222;}

/* RWD ◇◆◇◆◇◆◇◆◇◆◇◆ */
@media all and (min-width:768px){/* medium ◇◆◇◆◇◆◇◆◇◆ */
	.view1pic1info1 .pic1gallery1 {width:33%;margin-bottom:0}
	.view1pic1info1 .texts {width:62%;}



/* h1#logo{margin:8px 60px 8px 0;}
h1#logo>a>img{height:64px;} */


} /* /(min-width:768px) */
@media all and (min-width:1000px){/* large ◇◆◇◆◇◆◇◆◇◆ */
} /* /(min-width:1000px) */
@media all and (min-width:1260px){/* xlarge (1200+20*2+16+2*2) ◇◆◇◆◇◆◇◆◇◆ */


/* #tnb1 div.d1>ul>li.m5 ~ li{display:none;} */ /* ☆ */


} /* /(min-width:1260px) */
/* /RWD ◇◆◇◆◇◆◇◆◇◆◇◆ */