@charset "utf-8";
/**
 * @File Name : style.css
 * @Description : Layout, CSS Adjust
 * @Modification Information
 * <pre>
 * 수정일 | 수정자 | 수정내용
 * 2021.06.08 | 김효진 | 최초 등록
 * </pre>
 * @author 디자인팀 김효진
 * @since 2021.06.08
 *
 * @Copyright (C) IACTS.CO.KR All rights reserved.
 */

/* lib.css overwrite */
.panel0.exp1 {background:#f6f7f8;padding:40px 60px 40px 50px;}
.panel0.exp1 .deco {float:left;width:100px;height:100px;background:#fff url(../../img/lib2/ic100a1exp.png) no-repeat;border-radius:50%;margin-right:30px}
.panel0.exp1 .deco + .body1 {display:table-cell;width:9999px;vertical-align:middle;overflow:hidden;color:#555;line-height:1.625em}
.panel0.exp1 .body1 .h1 {display:block;font-size:20px;line-height:1;color:#222;font-weight:600;margin-bottom:8px}
.panel0.exp1 .body1 p {margin:0;}
.panel0.exp1 .deco.foot1 {background-image:url(../../img/lib2/ic100a1football.png)}
.writeform1.t01.bdsd {border-top:0}
.writeform1.t01.bdsd input[type=radio], .writeform1.t01.bdsd input[type=checkbox] {margin-top:.75em;margin-bottom:.75em}
@media all and (max-width:767px){
	.panel0.exp1 {padding:25px;}
	.panel0.exp1 .deco {display:none}
}
@media all and (max-width:549px){
	.panel0.exp1 {padding:15px;}
	.infomenu1 {margin:1em 0 .5em}
}
.infomenu1 .button.xlarge {font-size:1.063em;background:#293149;padding:.75em 4em;}
@media all and (max-width:747px){
	.infomenu1 .button.xlarge {padding-left:2em;padding-right:2em}
}

#body .owl-carousel {display:block;}
#body_content>form>.infomenu1 {margin-top:0}

/* base.css overwrite */
input[type='radio'], input[type='checkbox'] {margin-top:.5em;margin-bottom:.5em;}