@import url("/m/comm/css/common.css");

#visual{position:relative; overflow:hidden; width:100%; text-align:center; height:221px; }
#visual .subimg{display:block; width:100%; height:100%; transition:all 0.3s ease-out;animation-duration: 5s; animation-name:visualScale; background-color:#000}
	@keyframes visualScale {
		 0% { transform:scale(1.15); -ms-transform: scale(1.1); -webkit-transform: scale(1.1); }
		 100% { transform:scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); }
	}

	#visual .subtop_logo{width:200px; margin:0 auto 10px;}
	#visual .subtop_logo img{width:100%;}
	#visual .subtop_txt{position: absolute; text-align:center; padding: 0 3%; box-sizing:border-box; width:100%; top:56px; -webkit-box-sizing: border-box; }
	#visual .subtop_stxt{color:#fff; font-size:27px; font-weight:700; line-height:100%; letter-spacing:-1.5pt; margin-bottom:12px;}
	#visual .subtop_stxt2{font-family:'Poppins', sans-serif; color:#fff; font-size:14px; line-height:135%; font-weight:300; letter-spacing:0.5pt}

	.subtop_intro{background:url('/html/images/sub/subtop_intro.jpg') center 0 no-repeat; background-size:cover;}
	.subtop_event{background:url('/html/images/sub/subtop_event.jpg') center 0 no-repeat; background-size:cover;}
	.subtop_partner{background:url('/html/images/sub/subtop_partner.jpg') center 0 no-repeat; background-size:cover;}
	.subtop_rv{background:url('/html/images/sub/subtop_rv.jpg') center 0 no-repeat; background-size:cover;}
	.subtop_community{background:url('/html/images/sub/subtop_community.jpg') center 0 no-repeat; background-size:cover;}
	.subtop_other{background:url('/html/images/sub/subtop_other.jpg') center 0 no-repeat; background-size:cover;}




#contents{position:relative; padding:40px 0 0 0;}



/** 서브메뉴  **/
#contents .sticky-wrapper {position:absolute; display:block; width:100%; height:45px; z-index:10; top:-45px; max-width:680px;}

/** dropdownlist **/
.dropLst { display:inline-block; vertical-align:middle; color:#666; }
.dropLst .txt { position:relative; display:block; text-align:left; text-decoration:none; max-width:640px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; height:40px; padding:0 40px 0 10px; box-sizing:border-box; color:#333; }
.dropLst .hidradio { opacity:0; filter:alpha(opacity=0); position:absolute; z-index:-1; top:5px; left:5px; }
.dropLst .dlst { display:none; position:absolute; top:45px; z-index:9; }
.dropLst.bottom .dlst { top:auto; bottom:100%; }
.dropLst .dlst.aright { right:0; }
.dropLst ul {max-height:400px; padding:0; overflow-x:hidden; overflow-y:auto; box-sizing:border-box; -webkit-box-sizing:border-box; background:#fff;}
.dropLst ul > li { position:relative; }
.dropLst ul > li > label { display:block; position:relative; cursor:pointer; }
.dropLst ul > li > label > span { display:block; }
.dropLst ul > li > a:hover, .dropLst ul > li > label:hover > span, .dropLst ul > li > label.hover > span {}
.dropLst .txt, .dropLst ul { border:1px solid #d7d7d7; }
.dropLst .txt, .dropLst li span, .dropLst li a { line-height:36px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; color:#666; letter-spacing:-0.5pt; }
.dropLst li span, .dropLst li a { padding:0 0; }
.dropLst li a.selected, .dropLst li a.on, .dropLst li label.on span {}
.dropLst li span, .dropLst li a { display:block; }


.stickyMenu {position:relative; top:0; width:100%; margin:0 auto; box-sizing:border-box;}
/** 서브 네비게이션 모바일 **/
.mobile_snb {display: block; width:100%; margin:0 auto; height:45px;}
.mobile_snb .box {width:50%; float:left; height: 45px; box-sizing:border-box;}

.mobile_snb .box.dep1 {	background: #2e98cc;
	background: -webkit-linear-gradient(left right, #2e98cc, #353684);
	background: -moz-linear-gradient(left right, #2e98cc, #353684);
	background: -o-linear-gradient(left right, #2e98cc, #353684);
	background: linear-gradient(to right, #2e98cc, #353684);}
.mobile_snb .box.dep1 .dropLst .txt {color:#fff !important;}
.mobile_snb .dropLst .txt, 
.mobile_snb .dropLst li span, 
.mobile_snb .dropLst > a {padding-left:20px; width:100%; height: 45px; line-height: 45px; font-size:14px; border:none; z-index:99; box-sizing:border-box; letter-spacing:-0.5pt;}
.mobile_snb .box .dropLst .txt {font-size:14px; padding-right:40px; color:#666; font-weight:500;}
.mobile_snb .box .dropLst .txt:before {content: ""; position: absolute; top:50%; right:14px; display: center; width: 12px; height: 8px; margin-top:-4px; background: url("/m/images/common/foot_arrow_on.png") no-repeat right top; background-size:12px auto; -webkit-transition:all 0.2s cubic-bezier(0, 0, 0.25, 1); transition:all 0.2s cubic-bezier(0, 0, 0.25, 1);}
.mobile_snb .box .dropLst .txt.on:before {-ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg);}
.mobile_snb .box .dropLst ul {padding:15px 20px;}
.mobile_snb .box.dep1 .dropLst ul{background-color: #fff; border:1px solid #ddd;}
.mobile_snb .box.dep1 .dropLst ul li {margin:0 !important; list-style:none;}
.mobile_snb .box.dep1 .dropLst li .value {width:100%; height:30px; line-height:30px; font-size:14px; border:none; z-index: 99; box-sizing:border-box; letter-spacing:-0.5pt; color:#555;}
.mobile_snb .box.dep1 .dropLst li .value.on {color:#2e98cc; font-weight:500;}
.mobile_snb .box.dep1 .dropLst .txt {position:relative; color:#000;}
.mobile_snb .box.dep1 .dropLst .txt:before {background-position:bottom left; background-image:url("/m/images/common/foot_arrow_on.png");} /* 첫번째 서브메뉴 화살표 위치 */


.mobile_snb .box.dep2 {	background:#fff;}
.mobile_snb .box.dep2 .dropLst .txt {color:#000}
.mobile_snb .box.dep2 .dropLst .txt:before {background-image:url("/m/images/common/foot_arrow_on_gray.png")}
.mobile_snb .box.dep2 .dropLst ul{background-color: #fff; border:1px solid #ddd;}
.mobile_snb .box.dep2 .dropLst ul li{margin:0 !important; list-style:none;}
.mobile_snb .box.dep2 .dropLst li .value {width:100%; height:30px; line-height:30px; font-size:14px; border:none; z-index: 99; box-sizing:border-box; letter-spacing:-0.5pt; color:#555;} /*color:#003591;*/
.mobile_snb .box.dep2 .dropLst li .value.on {color:#2e98cc; font-weight:500;}
.mobile_snb .dropLst {width:100%; box-sizing: border-box; position:relative;}
.mobile_snb .dropLst .dlst {width:100%;}
.mobile_snb .dropLst .dlst ul {border:none;}






#sub_container{}
#sub_container .sub_t_con{}
#sub_container .sub_t_con .sub_t{font-size:24px; text-align:center; letter-spacing: -0.4pt; color:#333; font-weight:700; padding: 0 3% 25px;}


#sub_container .contents_in {position:relative; clear:both; margin:0 3% 50px; *zoom:1;}
.contentArea_wide .contents_in {position:relative; clear:both; margin:0 0 0 0; *zoom:1;}

/*** 공통css ***/
.point_txt{font-weight:bold; color:#333; letter-spacing:-0.5pt;}
.padding3{padding: 0 3% !important; box-sizing:border-box !important;}
.mb80{margin-bottom: 80px !important;}

.tpad_10{padding-top:10px}
.tpad_20{padding-top:20px}
.tpad_35{padding-top:35px}
.bpad_5{padding-bottom:5px}
.bpad_10{padding-bottom:10px}
.bpad_20{padding-bottom:20px}
.bpad_25{padding-bottom:25px}
.bpad_30{padding-bottom:30px}
.bpad_40{padding-bottom:40px}
.bpad_50{padding-bottom:50px}
.bmar_30{margin-bottom:30px;}
.bmar_100{margin-bottom:100px;}
.bmar_60{margin-bottom:60px;}
.bmar_25{margin-bottom:25px;}
.tmar_10{margin-top:10px;}


.con_tit{font-size:20px; line-height:24px; letter-spacing:-1.5pt; color:#444; font-weight:700; padding:0 0 15px 0;}
.con_tit span.thin{line-height:24px; letter-spacing:-1.5pt; color:#444; font-weight:100;}

caption{line-height:0px; font-size:0px; color:#fff;}
.hide {display:none;line-height:0px; font-size:0px;}

.table_style{}
.table_style {width:100%; border-collapse:separate; border-spacing:0;}
.table_style th {font-size:13px; color:#333; font-weight:600;letter-spacing: -0.3pt; line-height:22px; background:#f9f9f9; text-align:center; padding:15px 20px;
border-bottom:1px solid #bbb; border-right:1px solid #ddd; border-top:1px solid #333;}
.table_style tr th:last-child{border-right:none;}
.table_style td {padding:15px 20px; text-align:center;letter-spacing: -0.3pt; font-size:13px;border-bottom:1px solid #e9e9e9; border-right:1px solid #e9e9e9; color:#777 }
.table_style tr td:last-child{border-right:none}
.table_style .alignlef{text-align:left;}
.table_style td.left {text-align:left; padding-left:10px;}


.table_style2{width:100%; border-collapse:separate; border-spacing:0px; border-top:1px solid #333; border-left:1px solid #ddd;}
.table_style2 th{color:#444; font-weight:600; text-align:center; padding:14px 0 14px 0; border-bottom:1px solid #ddd; background-color:#f9f9f9; border-right:1px solid #ddd;}
.table_style2 td{border-bottom:1px solid #ddd; padding:14px 0 14px 0; text-align:center; border-right:1px solid #ddd;}


h4.sub_title{font-size:18px; line-height:140%; letter-spacing:-0.5pt; color:#333; font-weight:300; margin-bottom:10px; word-break:keep-all}
 span.blue{line-height:140%; letter-spacing:-0.5pt; color:#353684; font-weight:700;}
 span.blue2{line-height:140%; letter-spacing:-0.5pt; color:#2e98cc; font-weight:700;}
 span.black{line-height:140%; letter-spacing:-0.5pt; color:#333; font-weight:700;}

h5.sub_stitle{font-size:22px; line-height:30px; letter-spacing:-0.6pt; color:#333; font-weight:700;}
h5.sub_dline{position: relative;
font-size: 18px;
    margin: 20px 0 15px 0; font-weight:700;
    color: #333;
    text-align: left;
    letter-spacing: -0.5pt;}
h5.sub_dline:before{position: absolute;
    top: -8px;
    left: 2px;
    content: "";
    width: 20px;
    height: 4px;
    background: #353684;
	-webkit-transform: skew(-35deg); -moz-transform: skew(-35deg); -o-transform: skew(-35deg); transform: skew(-35deg);
	background: -webkit-linear-gradient(left right, #2e98cc, #353684);
	background: -moz-linear-gradient(left right, #2e98cc, #353684);
	background: -o-linear-gradient(left right, #2e98cc, #353684);
	background: linear-gradient(to right, #2e98cc, #353684); /*표준 */}


.dot_t{position: relative;font-size:15px; line-height:100%; font-weight:600; color:#333; margin-bottom:15px; padding-left:15px; }
.dot_t:before{position: absolute; left: 0; top: 5px; content: ""; width:9px; height:9px; border:3px solid #0a7db6; box-sizing:border-box; display:block; border-radius: 100%; }

.sub_txt{font-size:13px; line-height:24px; letter-spacing:-0.3pt; color:#777;}
.sub_txt2{font-size:13px; line-height:100%; letter-spacing:-0.3pt; color:#333; margin-bottom:10px; font-weight: 500;}
.sub_txt3{font-size:15px; line-height:100%; letter-spacing:-0.3pt; color:#353684; margin-bottom:10px; font-weight: 500;}

.sq_box{position: relative; border:1px solid #ddd; box-sizing:border-box; overflow:hidden; padding:20px 15px; background:#f8f8f8;}
.dot-number li{list-style:none; position: relative; color:#777; line-height:24px; font-size:13px; letter-spacing: -0.3pt; margin-bottom:4px; padding-left: 10px;}
.dot-number li:last-child{margin-bottom:0}
.dot-number li:before{position: absolute; left: 0; top: 10px; width:3px; height:3px; background:#0d9fba; display:block; content: ''; }

.dot-number li.tit_b{list-style:none; position: relative; color:#3074b1; line-height:20px; font-size:15px; font-weight:500; letter-spacing: -0.3pt; margin-bottom:4px; padding-left: 0;}
.dot-number li.tit_b:before{display:none;}

.lsnumber_box{background: #f9f9f9; padding: 20px; position: relative; margin:10px 0; font-size:13px; letter-spacing:-0.3pt; color:#777; line-height: 24px;}
.lsnumber_box span.red{color:red}



[class^="lstyle-"] li {
	position: relative;
	margin-top:2px;
	padding-left: 15px;
	line-height:22px; 
	color:#777;
	font-size:13px; letter-spacing: -0.3pt;
	}
[class^="lstyle-"] > li:first-child {
	margin-top: 0; letter-spacing: -0.3pt;
	}
[class^="lstyle-"] li:before,
p.lstyle-dot::before,
p.lstyle-line::before,
.privacy-title::before {
	display: block;
	position: absolute;
	top: 12px;
	left: 0;
	/* content: ''; */
	} 
[class^="lstyle-"] li > ul  {
	margin-top: 2px; margin-bottom:5px;
	}
p.lstyle-dot,
p.lstyle-line {
	position: relative;
	padding-left: 15px;
	}	
.lstyle-dot > li::before,
p.lstyle-dot::before {
	width: 4px;
	height: 4px;
	background-color: #9ca6b1;
	border-radius: 100%;
	}
.lstyle-dot > li > ul > li::before,	
.lstyle-line > li::before,
p.lstyle-line::before {
    width: 4px;
    height: 1px;
    background-color: #707070;
	}		
.lstyle-normal > li {
	margin-top: 20px;
	padding-left: 0;
	}
.lstyle-none > li {
	padding-left: 0;
	}	
.lstyle-none > li::before {
	display: none;
	}	
.lstyle-number > li {
	margin-left: 20px;
	padding-left: 0;
	list-style: decimal;
	}
.lstyle-number > li a{color:#0d9fba}
.lstyle-number > li a:hover{text-decoration: underline; }
.lstyle-number > li a img{padding:0 3px 3px; width: 12px !important;}
.lstyle-number.round > li {
	position: relative;
	margin-left: 0;
	padding-left: 22px;
	list-style: none;
	font-size:13px;
	letter-spacing: -0.3pt;
	counter-increment: number;
	}
.lstyle-number.round > li::before {
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 12px;
    height: 12px;
    line-height: 11px;
    border: 1px solid #626262;
    border-radius: 100%;
    content: counter(number, decimal);
    text-align: center;
    font-size:9px;
    overflow: hidden;
	}	
.lstyle-number.round > li.point01::before {
	border-color: #f9415e;
	}



/* 테이블 스와이프 */
.table_remark {display:block !important; font-size: 12px; color: #888; letter-spacing: -0.45pt; margin: 0 0 10px;}
.tableWrap {max-width:800px; width:100%; overflow-x: scroll; position: relative;}
.tableWrap table {width: 700px !important;}
.tableWrap.two {max-width:800px}
.tableWrap .dim_con {width:800px; max-width:inherit}
.tableWrap .dim_con.two {width:800px}
.responsive-dim{position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0,0,0,.6);z-index: 2; display:block;}
.responsive-dim p{position: absolute;top: 50%; left: 0;right: 0; text-align: center; transform: translate(0,-50%);}
.responsive-dim span{display: block; margin-top: 10px;color: #fff; font-weight: 600; font-size: 14px; letter-spacing: -0.3pt;}
.responsive-dim img{width:40px;}



/*************** 학회안내 ***************/
/* 설립목적 */
.purpose_con{position:relative; text-align:center; max-width:680px; margin:0 auto 50px auto}
.purpose_con:after {content: ""; display: block; clear: both;}
.purpose_con .sub_txt br{display: none;}
.purpose_con .pic{margin-bottom:20px;}
.purpose_con .pic img{max-width:100%;}
.purpose_con h4.sub_title{position:relative; word-break:keep-all; }
.purpose_con h4.sub_title:before{position: relative;left: 10px; top: -11px; content: ""; width:15px; height:11px; background:url('/kiha/img/purpose_img02.png') no-repeat center/100%; display:inline-block; opacity: .6;}
.purpose_con h4.sub_title:after{position: relative; right: 4px; top: -11px; content: ""; width:15px; height:11px; background:url('/kiha/img/purpose_img03.png') no-repeat center/100%; display:inline-block; opacity: .6;}

.purpose_con2{position:relative; max-width:680px; margin:0 auto 50px auto }
.purpose_con2 h4.sub_title{text-align:center;}


/* 연혁 */
.history_con{position:relative; overflow:hidden; background:#f9f9f9; z-index: -1; }
.history_con .in{position:relative; overflow:hidden; max-width:680px; margin:50px auto; }
.his_top{text-align:center; margin-bottom:25px;}
.history_con .sub_txt br{display: none;}


/*list*/
.his_in{position:relative; margin-bottom:40px;}
.his_in:after{content: '';display: block;clear: both;}
.his_in .his_img{float: left; width: 50%; box-sizing: Border-box; padding:0px 0px 0px 60px;}
.his_imgblock{display:none;}
.his_in:nth-child(even) .his_img{ float: right; }
.his_in:nth-child(odd) .his_img{text-align:right; padding:0px 60px 0px 0px;}
.his_in .his_img img{max-width: 100%;}

.his_in:nth-child(odd) ul{float: right; text-align: left;  padding: 0 0 0 40px;}
.his_in:nth-child(even) ul{float:left; }
.his_in ul{float: right;  text-align: right; width: 50%; box-sizing: Border-box; padding: 0 40px 0 0;}

.his_table {position:relative; overflow:hidden; padding:0 0 9px 0px;}
.his_in:nth-child(even) .his_table{padding:0 0px 9px 0}
.his_in:nth-child(even) .his_table:before{left: calc(100% + 7px);}

.his_table:last-child{padding-bottom:0}
.his_table dd {position:relative; line-height:24px;  text-align:left; color:#777; letter-spacing:-0.5pt; font-weight:300; font-size:13px; float:left; width: calc(100% - 40px); word-break: keep-all;}
.his_table dd.col{color:#f57b20}
.his_table dt{color:#333; letter-spacing:-0.5pt; line-height:24px; font-size:13px; width:40px; float:left; font-weight:700}
.his_in:nth-child(even) .his_table dt{float:right;}
.his_in:nth-child(even) .his_table dd{text-align:right;}
.his_in:nth-child(even) .his_table dd:before{left: calc(100% + 7px);}
.his_in:nth-child(even) li.year{text-align: right;}


.his_in ul{position:relative; float:right; width:50%; box-sizing:Border-box;}
.his_in ul:before {display:block; content:""; width:9px; height:9px; background:#0d9fba;  border-radius: 15px; box-sizing: border-box; position:absolute; top:9px; left:-4px; z-index:9}
.his_in ul:after{ width:9px; height:9px;  content: '';display: block; background-color: #0d9fba; border-radius: 50%; position: absolute; left:-4px; top:9px; z-index: -1; animation: dots 1.5s ease-in-out infinite;}
.his_in:nth-child(even) ul:before{left: calc(100% + -4px);}
.his_in:nth-child(even) ul:after{right: -5px;left: auto;}
.his_in li.year{font-family: 'Poppins', sans-serif; font-size:20px; line-height:100%; color:#333; font-weight:700; text-align:left; margin-bottom:10px; }
.his_in li.year:before {display:block; content:""; width:8%; height:1px; background:#ddd; position:absolute; top:13px; left:0; z-index:-2}
.his_in:nth-child(even) li.year:before{right: 0; left: auto;}


.tableWrap{position:relative; overflow:hidden; padding-top:50px; z-index:1}
.tableWrap:before{content:""; width:10px; height:10px; display:block; background:#d8d8d8; border-radius: 10px;  position: absolute; top: 0; left:50%; transform:translateX(-50%); z-index:2}
.tableWrap:after {display:block; content:""; background:#ddd; width:1px; height:100%; position:absolute; top:0; left:50%;     z-index: -2;}

.his_in li.year a{font-size:28px; line-height:100%; color:#333; font-weight:700; text-align:left; margin-bottom:12px; }
.his_in li.days{position: relative;}


@keyframes dots {
    0%{
      opacity: 0.5;
      transform: scale(1);
    }
    100%{
      opacity: 0;
      transform: scale(4);
    }
}





/* 회장인사말 */
.greeting_con{position:relative; margin-bottom: 80px;}
.greeting_con:after {content: ""; display: block; clear: both;}
.greeting_con .greeting_top{position:relative; background:#f9f9f9 url('/html/images/sub/greeting_bg.png')no-repeat right -50px bottom -30px/280px; margin-bottom:60px;}

.greeting_con .greeting_top .pic{position: absolute; width: 190px; right:-10px; bottom:-10px}
.greeting_con .greeting_top .pic img{width:100%;}
.greeting_con .greeting_top .pic img.img_b{display:block;}
.greeting_con .greeting_top .pic img.img_s{display:none;}
.greeting_con .greeting_top .greeting_txt{padding: 30px 220px 30px 20px;}
.greeting_con .greeting_top h4.sub_title {word-break:keep-all;}
.greeting_con .greeting_top h4.sub_title br{}
.greeting_con .greeting_top .sub_txt{}
.greeting_con .greeting_top .sub_txt img{width: 70px; display: block; margin-top:8px;}

.greeting_con .station_top{position:relative; background:url('/html/images/sub/rv_station_bg.jpg') top center no-repeat; background-size:auto 100%; height:250px; border-radius:15px; overflow:hidden;}

.greeting_con .station_top .station_logo {position:absolute; right:40px; bottom:30px; width:400px; height:102px; z-index:1; justify-content:center; align-items:center; animation:station_logo 10s infinite;}
@keyframes station_logo {
  0% { opacity:1; transform: translateX(0) }
  50% { opacity:1; transform: translateX(-150px) }
  100% {opacity:1; transform: translateX(0)}
}



/* 정관 */
.deferent_con{position:relative; background:#f9f9f9; padding:20px; margin-bottom: 80px;}
.deferent_con h4.sub_title{text-align:center;}
.deferent_con .subt_right{text-align:right; margin-bottom: 20px;}
.deferent_con .con_bx{margin-bottom:40px;}
.deferent_con .down_btn{margin:0 auto}
.con_title{font-size:16px; color:#333; line-height:100%; margin-bottom:18px; font-weight:700;}

.rule_cont{position:relative; background:#f9f9f9; padding:20px }
.rule_cont .right_txt{display:block; width:100%; text-align:right; font-size:13px; color:#888}
.rule_cont h5.title{width:100%; text-align:center; font-weight:700; letter-spacing:-0.5px; line-height:120%; color:#000; font-size:18px; padding:18px 0 18px;  }
.rule_cont .stitle{display:block; width:100%;text-align:center; font-weight:400; letter-spacing:-1.2pt; line-height:120%; color:#444; font-size:20px; padding:10px 0 15px; }
.rule_cont h6{font-size:15px; color:#222; padding-bottom:5px; letter-spacing:-0.5px; font-weight:700;}
.rule_cont .txt{letter-spacing:-0.4pt; padding:0 0 30px 0; line-height:160%;}
.rule_cont .txt p{background:#f6f6f6; padding:20px; margin:8px 0 10px; border:1px solid #e4e4e4; }
.rule_cont .txt p a{ }
.rule_cont .txt p a:hover{text-decoration:underline; }





/* 협회조직 */
.organization_wrap{margin: 0 3%; position:relative}
.organization_wrap .organization_con{max-width:680px; margin-bottom:50px;}
.organization_wrap .organization_con img{/* width: 100%; */ max-width:inherit}
.organization_wrap .responsive-dim{/* display: none; */}

.organization_board{border-top:1px dashed  #ddd; margin:50px 0 80px; padding-top:50px;}
.organization_board h4.sub_title{text-align:center;}
.organ_list {list-style: none;position:relative; overflow:hidden; max-width:680px;}
.organ_list li .ch{position: absolute; right: 5px;top: 5px;}
.organ_list li{list-style: none; padding:15px; position:relative; overflow:hidden; float:left; width:100%; height:auto; border:1px solid #ddd; box-sizing:border-box; margin-bottom:10px;}
.organ_list li:nth-child(2n){margin-right:0}
.organ_list li .in{position:relative; overflow:hidden;  display:table; width: 100%;}
.organ_list li .pic{position:relative; overflow:hidden;display:table-cell; width:100px; }
.organ_list li .pic img{background-size:contain !important; background-repeat: no-repeat !important; background-position: center !important; width: 100%;}
.organ_list li .or_cbox{position:relative; overflow:hidden; display:table-cell; padding-left:15px; vertical-align: middle;}
.organ_list li .or_cbox .title{color:#333; line-height:100%;  font-weight:700; font-size:16px; letter-spacing:-0.5pt; border-bottom:1px solid #ddd; box-sizing:border-box; padding-bottom:15px; margin-bottom:15px;}
.organ_list li dl{position:relative; overflow:hidden;}
.organ_list li dl.one{margin-bottom:5px;}
.organ_list li dt{position:relative; overflow:hidden;float:left; width:32px; padding-left:8px; margin-right:10px; font-size:13px;color:#333; font-weight:500; line-height:24px; letter-spacing: -0.3pt;}
.organ_list li dt:before{position: absolute; left: 0; top: 11px; content:''; width:3px; height:3px; background:#0d9fba; display:block;}
.organ_list li dd{position:relative; overflow:hidden; float:left; width: calc(100% - 55px); font-size:13px; color:#777; line-height:24px; letter-spacing: -0.3pt; }




/* 오시는길 */
.contact_cont{width: 100%;}
.contact_cont .contactCont_in{border:1px solid #ddd; width:100%; margin:0 0 20px; overflow:hidden; }
.contact_cont .contactCont_in:last-child{margin-bottom:0}

.contactCont_in > div{width:100%; box-sizing:border-box;}
.contactCont_in:nth-child(even) .info{background:#f0f0f0; }

.contactCont_in .map .wrap_controllers,
.contactCont_in .map .map_border{display:none; }
.contactCont_in .map .wrap_map{height:280px;}

.contactCont_in .info{position:relative; box-sizing:Border-box; padding:20px; }
.contactCont_in .info .dep_tit span{margin-bottom:15px;}
.contactCont_in .info .dep_tit {padding:0 0 30px; border-bottom:1px solid #ddd;}
.contactCont_in .info ul{padding:0 0 20px;}
.contactCont_in .info li{position:relative; padding:0 0 0 105px;  background-size:14px auto; margin:0 0 8px; list-style:none;}
.contactCont_in .info li:last-child{margin-bottom:0;}
.contactCont_in .info li span{position:absolute; left:22px; font-family:"Montserrat", sans-serif; color:#222; font-weight:700; font-size:0.875rem;margin-top:1px}
.contactCont_in .info li.adr{background:url('/html/images/sub/map_icon_adr.png') no-repeat 0 2px; letter-spacing:-0.25pt;}
.contactCont_in .info li.tel{background:url('/html/images/sub/map_icon_tel.png') no-repeat 0 3px;}
.contactCont_in .info li.email{background:url('/html/images/sub/map_icon_email.png') no-repeat 0 5px;}

.contactCont_in .info .btns{position:relative; }
.contactCont_in .info .btns a{display:inline-block; position:relative; box-sizing:border-box; font-size:0.938rem; width:100%; height:37px; line-height:35px; background:#2e98cc; border:1px solid #2e98cc; border-radius:5px; padding:0 20px; color:#fff; letter-spacing:-0.25pt; vertical-align:top;}
.contactCont_in .info .btns a::after{content:""; display:block; position:absolute; right:20px; top:50%; margin-top:-5px; width:13px; height:11px; background:url('/html/images/sub/arrow_w.png') no-repeat center/100% auto; margin-right:0; transition:margin 0.1s cubic-bezier(0.215,0.61,0.355,1);}
.contactCont_in .info .btns a:hover{background:#fff; color:#222;}
.contactCont_in .info .btns a:hover::after{background-image:url('/html/images/sub/arrow_b.png'); margin-right:-10px; transition:margin 0.1s cubic-bezier(0.215,0.61,0.355,1);}


.inquiryCont section{background:#f0f0f0; padding:50px; border-radius:20px;}





/*************** 회원사 ***************/

.subsidiary {display:flex; flex-wrap:wrap; margin:30px 0 0;}
.subsidiary dl {width:46%; margin:0 2% 30px; border:1px solid #ddd; box-sizing:border-box; text-align:center; transition:all 0.3s;}
.subsidiary dl a {display:block; position:relative; width:100%; height:100%;}
.subsidiary dl a:before {content:''; width:100%; height:100%; border:4px solid #2e98cc; position:absolute; top:0; left:0; box-sizing:border-box; opacity:0; transition:all 0.3s;}
/* .subsidiary dl:nth-child(4n+1) {margin:0 0 30px 0 !important;} */
		.subsidiary dl dt{padding:20px 0;}
		.subsidiary dl dt img {width:100%;}
		.subsidiary dl dd {padding:20px 2%; box-sizing:border-box; border-top:1px solid #ddd; box-sizing:border-box; transition:all 0.3s;}
		.subsidiary dl dd h4 {font-size:14px; letter-spacing:-0.5px; color:#222; font-weight:500; line-height:1; margin:0 0; transition:all 0.3s;}
		.subsidiary dl dd p {color:#666; font-weight:400; line-height:1.6; letter-spacing:-0.5pt; transition:all 0.3s;}

.subsidiary dl:hover {transition:all 0.3s; box-shadow:rgb(0 0 0 / 12%) 9px 9px 16px;}
.subsidiary dl:hover a:before {opacity:1; transition:all 0.3s;}
.subsidiary dl:hover dd h4 {color:#0958b5; transition:all 0.3s;}
.subsidiary dl:hover dd p {color:#0958b5; transition:all 0.3s;}


#info {position:relative; width:90%; max-width:640px; position:fixed; top:20%; left:50%; transform:translate(-50%,-50%); z-index:999999999; visibility:hidden; opacity:0; transition:all 1s;}
#info .close_btn {position:absolute; top:-40px; right:20px;}
#info.view {top:50%; visibility:visible; opacity:1; transition:all 1s;}
#info .info_in {background:#fff;}
#info .tit_cont {position:relative; height:100px; background-size:cover; background-position:center; background-repeat:no-repeat;}
#info .tit_cont h4 {position:absolute; font-size:22px; color:#fff; font-weight:bold; line-height:1; letter-spacing:-0.7pt; left:30px; bottom:20px;}

#info .txt_cont {position:relative; width:100%; padding:20px 30px; box-sizing:border-box;}
#info .txt_cont h3 {font-size:1.3rem; color:#222; letter-spacing:-0.7pt; font-weight:bold; line-height:1.4; word-break: keep-all;}
#info .txt_cont p.logo {position:relative; width:100%; text-align:center; border:1px solid #ccc; margin-bottom:30px;}
#info .txt_cont p.logo img{width:100%; max-width:320px; height:100%;}

#info .txt_cont p.address {font-size:14px; color:#222; letter-spacing:-0.5px; line-height:24px; margin:10px 0 10px; word-break: keep-all; padding-left:28px; background:url('/html/images/sub/partner_add.png') 0 2px no-repeat;}
#info .txt_cont p.tel {font-size:14px; color:#222; letter-spacing:-0.5px; line-height:24px; margin:10px 0 10px; word-break: keep-all; padding-left:28px; background:url('/html/images/sub/partner_tel.png') 0 2px no-repeat;}
#info .txt_cont p.link {font-size:14px; color:#222; letter-spacing:-0.5px; line-height:24px; margin:10px 0 10px; word-break: keep-all; padding-left:28px; background:url('/html/images/sub/partner_homepage.png') 0 2px no-repeat;}
#info .txt_cont p.link a {font-size:14px; color:#222; letter-spacing:-0.5px; line-height:24px;}
#info .txt_cont p.link a:hover {color:#000; text-decoration:underline;}

#info .txt_cont p.goods_text {font-size:13px; color:#666; letter-spacing:-0.5px; line-height:22px; margin:10px 0 10px; word-break: keep-all; font-weight:400; border-top: 1px solid #ccc; margin-top:30px; padding-top:30px;}

#info .txt_cont ul {position:absolute; bottom:40px; right:50px;}
#info .txt_cont ul li {display:inline-block; margin-right:25px;}
#info .txt_cont ul li:last-child {margin-right:0;}
#info .txt_cont ul li a {font-size:1.2rem; color:#222; letter-spacing:-0.7pt; line-height:1; padding-right:25px; background:url('/about/img/share.png')no-repeat center right; transition:all 0.3s;}
#info .txt_cont ul li a:hover {color:#0958b5; background:url('/about/img/share_up.png')no-repeat center right; transition:all 0.3s;}

.mask {position:fixed;  z-index:9999999;  background-color:#2a2f33;  display:none;  left:0; top:0; opacity:0.8;}









/* 사이트맵 */
.sitemap {position:relative;}
.sitemap ul{list-style:none; position:relative; overflow:hidden;}
.sitemap ul.two{margin-top:30px}
.sitemap ul li{list-style:none; float:left; width:17.5%; margin-right:3.125%;  margin-bottom:3.125%;}
.sitemap ul li:last-child{margin-right:0;}
.sitemap dl{position:relative; overflow:hidden;}
.sitemap dt{ font-weight:700; background-color:#f1f1f1; padding:12px 15px; letter-spacing: -0.3pt;border-top:1px solid #333;  border-bottom:1px solid #ddd; color:#333; font-size:17px;}
.sitemap dd a.tit{border-bottom:1px dashed #d4d4d4; display:block; padding:10px 15px;  letter-spacing: -0.3pt;  color:#777; font-weight:300; font-size:15px;}



/******** 이용약관, 개인정보취급방침 ********/
.policy_con{position:relative; overflow:hidden; font-size:13px; letter-spacing:-0.5pt;}
.policy_con .cont_title{font-size:1.071rem; color:#333; padding-bottom:18px; letter-spacing:-1.2pt; font-weight:700; letter-spacing:-0.5pt;}
p.cont_tit {display:block; font-size:1.071rem; padding-bottom:10px;letter-spacing:-0.5pt;  font-weight:700; color:#333 !important;}
.cont_txt {padding:0px 0px 30px 0; letter-spacing:-0.5pt;}
.cont_txt2 {padding-bottom:30px;  letter-spacing:-0.5pt;}
.cont_box {padding:1.071rem; background:#f4f4f4; margin:7px 0px 10px 0px; display:block; font-size:13px; line-height:160%; letter-spacing:-0.5pt;}
.cont_box:last-child {margin-bottom:0}

.privacy_list {overflow:hidden; clear:both; *zoom:1; padding:1.071rem; border:1px dashed #ddd; margin:30px 0; box-sizing:border-box}
.privacy_list li {width:100%; padding-bottom:1%; list-style:none;}
.privacy_list li:last-child {padding-bottom:0}
.privacy_list li a {font-weight:500; letter-spacing:-0.5pt;} 



.add_table {border-collapse:collapse; width:100%; border-spacing:0px; border-top:1px solid #333;}
.add_table th {color:#333; text-align:left; padding:12px 0 12px 12px; border-bottom:1px solid #d7d7d7; background:#f9f9f9; font-weight:500; letter-spacing:-0.5pt;}
.add_table td {padding:12px 0 12px 12px; border-bottom:1px solid #d9d9d9;} 
.add_table .form_sub {display:inline-block; padding-top:10px; color:#666; font-size:13px;}
.add_table .form_sub strong{font-weight:500;}
.add_table input.add_num {margin-bottom:8px; width:152px;}
.add_table input.address {margin-bottom:8px;}
.add_table input.address_end {margin-bottom:0px;}
.add_table select {padding:7px 7px;}
.add_table input[type=text],
.add_table input[type=password] {border:1px solid #d0d0d0; color:#666;  padding:0 8px; height:33px; line-height:33px; vertical-align:middle;}
.add_table input[type=button]{ padding:8px 20px; border:1px solid #a3a3a3; color:#666; background:#fff; margin-left:5px; cursor:pointer;}
.add_table input[type=button]:hover{background-color:#f9f9f9}

#myDelivery_pop h1 {background:#444; padding:15px 10px; box-sizing:border-box; color:#fff; font-size:22px; letter-spacing:-0.5pt; font-weight:700;}
#myDelivery_pop h1 a.close {position:absolute; right:10px; top:18px; background:#fff; padding:5px; line-height:0;}
#myDelivery_pop .cont {padding:15px}
#myDelivery_pop dl{position:relative; border:1px solid #ddd; border-top:0; padding:25px 20px;}
#myDelivery_pop dl:first-child{border-top:1px solid #ddd;}
#myDelivery_pop dl.over{border:3px solid #356340;}
#myDelivery_pop dt{font-size:15px; letter-spacing:-0.5pt; color:#444; padding-bottom:3px}
#myDelivery_pop dd.txt{font-size:13px; line-height:24px}
#myDelivery_pop dd.btn{position:absolute; right:8px; top:8px}

#myDelivery_pop p.basic{display:inline-block; width:90px; height:29px; line-height:29px; border:2px solid #356340; text-align:center; color:#356340; letter-spacing:-0.3pt;}
#myDelivery_pop input[type=button].modi{ padding:6px 15px; border:1px solid #a3a3a3; color:#666; background:#fff; margin:0 0 3px 2px; cursor:pointer;}
#myDelivery_pop input[type=button]:hover.modi{background-color:#f9f9f9}
#myDelivery_pop input[type=button].delete{ padding:6px 15px; border:1px solid #a3a3a3; color:#fff; background:#a3a3a3; margin:0 0 3px 2px; cursor:pointer;}
#myDelivery_pop input[type=button]:hover.delete{background-color:#868686; border:1px solid #868686;}


#myDelivery_pop .btn_area{text-align:center; margin-top:30px;}
#myDelivery_pop .btn_area .btn_wb {width:201px; height:55px; line-height:52px; cursor:pointer; display:inline-block; background:#fff; text-align:center; color:#444; font-weight:500; border:1px solid #918f8f;}
#myDelivery_pop .btn_area .btn_b {width:201px; height:55px; line-height:52px; cursor:pointer; display:inline-block; background:#356340; text-align:center; color:#fff; font-weight:500; border:none; cursor:pointer}
#myDelivery_pop .btn_area .btn_b:hover{background-color:#4a8959}

.add_select {background:#f6f6f6; padding:10px; margin-bottom:10px;}
.add_select input[type=radio] {vertical-align:middle; margin-top:-2px;}
.add_select label {margin-right:10px; font-size:13px; }




/* page_num */
.page_num{padding:20px 0; margin-top:40px; }

/* 페이지 넘버 */
.page_number_on{font-weight:bold; float:left; line-height:12px; padding-top:4px; width:24px; height:20px; text-align:center; margin:0 2px; background:#646b74; color:#fff;}
.page_number{border:1px solid #ddd; font-weight:bold; line-height:12px; padding-top:4px; width:24px; height:20px; float:left; text-align:center; margin:0 2px;}

.page_num { position: relative; width: 100%; text-align: center; padding: 15px 0 0 0 }
.page_num ul.pagination { display: inline-block; padding: 0; margin: 0 }
.page_num ul.pagination li { display: inline-block;  }
.page_num ul.pagination li .page_prev{margin:0 10px 0 0px; width:12px}
.page_num ul.pagination li .page_prev2{width:26px; margin:0 1px}
.page_num ul.pagination li .page_next{margin:0 0 0 10px; width:12px}
.page_num ul.pagination li .page_next2{width:26px;  margin:0 1px}
.page_num ul.pagination li a {position: relative; font-size:14px; height:28px; line-height:28px;  color: #777; float: left; text-decoration: none; margin: 0 4px }
.page_num ul.pagination li a.page_prev2{background:url('/comm/script_bbs/img/prev2.png') center no-repeat;}
.page_num ul.pagination li a.page_prev{background:url('/comm/script_bbs/img/prev.png') center no-repeat; }
.page_num ul.pagination li a.page_next2{background:url('/comm/script_bbs/img/next2.png') center no-repeat;}
.page_num ul.pagination li a.page_next{background:url('/comm/script_bbs/img/next.png') center no-repeat; }
.page_num ul.pagination li a.active {color: #333; font-size:14px; line-height:28px; font-weight:700; font-family: 'Montserrat', sans-serif; }
.page_num ul.pagination li a.active:after{width:100%; height:1px; background:#333; display:block; content:''; position: absolute; bottom: 7px;}





/*******************************************************************************
    @media 679px
*******************************************************************************/
@media all and (max-width:679px){

.journal_con .journal_wrap .journal_img{max-width:680px; width: 680px;}

}

/*******************************************************************************
    @media 540px
*******************************************************************************/
@media all and (max-width:540px){


/* 회장인사말 */
.greeting_con{position:relative; margin-bottom: 80px;}
.greeting_con:after {content: ""; display: block; clear: both;}

.greeting_con .greeting_top{position:relative; margin-bottom:40%; padding-bottom:20px;}
.greeting_con .greeting_top .pic{right:5%; bottom:-75%; width:90%;}
.greeting_con .greeting_top .pic img.img_b{display:none;}
.greeting_con .greeting_top .pic img.img_s{display:block;}
.greeting_con .greeting_top .greeting_txt{padding: 20px 15px 20px 15px;}
.greeting_con .greeting_top h4.sub_title br{display: none;}
.greeting_con .greeting_top .sub_txt{}
.greeting_con .greeting_top .sub_txt img{width: 70px; display: block; margin-top:8px;}


.greeting_con .station_top{height:200px; border-radius:15px; overflow:hidden;}

.greeting_con .station_top .station_logo {position:absolute; right:50px; bottom:20px; width:300px; height:77px; z-index:1; justify-content:center; align-items:center; animation:station_logo 10s infinite;}
.greeting_con .station_top .station_logo img {width:300px;}
@keyframes station_logo {
  0% { opacity:1; transform: translateX(0) }
  50% { opacity:1; transform: translateX(0) }
  100% {opacity:1; transform: translateX(0)}
}


}



/*******************************************************************************
    @media ~480px        
*******************************************************************************/
@media all and (max-width:480px){

#sub_container .sub_t_con .sub_t{padding: 0 3% 15px;}





/*list*/
.tableWrap:before{left: 8px; transform:translateX(0); width:6px; height:6px;}
.tableWrap:after{left: 11px;}

.his_in{}
.his_in ul{float: left !important; text-align:left !important; width: 100% !important; padding: 0 0 0 38px !important;}
.his_in ul:before{left:9px !important; top:6px !important; width: 6px !important ; height: 6px !important;}
.his_in ul:after{left: 9px !important; top:6px !important; width: 6px !important; height: 6px !important;}


@keyframes dots {
    0%{
      opacity: 0.5;
      transform: scale(1);
    }
    100%{
      opacity: 0;
      transform: scale(3);
    }
}

.his_in ul li{text-align:left !important;}
.his_in ul li .his_table{}
.his_in ul li .his_table dt{text-align:left !important; float: left !important;}
.his_in ul li .his_table dd{text-align:left !important;}

.his_in li.year:before{width: 6%; left: 11px !important; top:9px !important;}



.greeting_con .greeting_top .pic{right:5%; top:200px; width:90%;}


/* 학회조직 */
.organization_wrap{width: 100%; overflow-x:auto; position:relative;}
/* .organization_wrap .organization_con{max-width:480px; margin-right: 10px; box-sizing:border-box;}
.organization_wrap .organization_con img{padding-right: 40px;}
.organization_wrap .responsive-dim{position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0,0,0,.6);z-index: 2; display:block;}
.organization_wrap .responsive-dim p{position: absolute;top: 50%; left: 0;right: 0; text-align: center; transform: translate(0,-50%);}
.organization_wrap .responsive-dim span{display: block; margin-top: 10px;color: #fff; font-weight: 600; font-size: 14px; letter-spacing: -0.3pt;}
.organization_wrap .responsive-dim img{width:40px;} */



/* 입회안내 */
.entry_con .entry_icbox dl{padding:20px 15px; box-sizing:border-box;}
.entry_con .entry_icbox dt{width: 80px; vertical-align: top;}
.entry_con .entry_icbox dt span{width:80px; height:80px;}
.entry_con .entry_icbox dl dt span:after{width: 80px; height: 80px; background-size:auto 40px;}
.entry_con .entry_icbox dl dd{width: calc(100% - 80px); padding-left: 15px;}


/* 논문제출 */
.vquick li{width:100%;}

}



/*******************************************************************************
    @media ~340px
*******************************************************************************/
@media all and (max-width:340px){




.greeting_con .greeting_top h4.sub_title{word-break:break-all;}
.greeting_con .greeting_top .pic{bottom:-40%;}


}