/**
* OLYM Cascading Style Sheets
* File Name :contents.css
* Description :컨텐츠 스타일시트
* Author :Web business Team / Choi Hyun Mi
* Email :desingtj@olym.co.kr
* Date :2017.08.01
* Update :2017.08.01
* Copyright(c) 2017 OLYM Communications. All Rights Reserved.
*/
 /* ///////////////////////////포인트컬러 변경///////////////////////////
          포인트 컬러1 - #0f1935
				  포인트 컬러2 - #3155a4
				  검색해서 모두 바꾸기 해주세요!
 /////////////////////////////////////////////////////////////////// */

/************ tab_type ************/

/* 탭메뉴 갯수 */
.colum02 > ul > li { width:50%;}
.colum03 > ul > li { width:33.33%;}
.colum04 > ul > li { width:25%;}
.colum05 > ul > li { width:20%;}
.colum06 > ul > li { width:16.66%;}

.tab_type1 > ul { max-width: 60%; margin:0 auto 50px auto; display:flex; justify-content: center;}
.tab_type1 > ul > li { width: 100%;}
.tab_type1 > ul > li > a { display:block; text-align:center;background:#f1f1f1; border:1px solid #dbdbdb; border-left: none; color: #9d9d9d;font-weight:700; font-size:1.05em;line-height:56px;}
.tab_type1 > ul > li:first-child > a { border-left:1px solid #dbdbdb;}
.tab_type1 > ul > li > a:hover { background:#f6f6f6;}
.tab_type1 > ul > li > a.on { background:#fff; color: #0f1935;border:1px solid #324880; box-shadow: 0 2px 2px rgba(0,0,0,0.1);}

/* .tab_type1 > ul { margin:0 auto 50px auto; display:flex; justify-content: center;}
.tab_type1 > ul > li > a { display:block; text-align:center; padding:0 50px;background:#fff; border:1px solid #324880; border-left: none; color: #324880;font-weight:600; font-size:1.125em;line-height:56px;}
.tab_type1 > ul > li:first-child > a { border-left:1px solid #324880;}
.tab_type1 > ul > li > a:hover { background:#f6f6f6;}
.tab_type1 > ul > li > a.on { background:#324880; color: #fff;} */

.tab_type2 > ul { border-top:1px solid #d4d4d4; border-left:1px solid #d4d4d4; margin-bottom:30px;}
.tab_type2 > ul > li {float:left; position:relative; height:50px; line-height:49px;}
.tab_type2 > ul > li > a { display:block; border-right:1px solid #d4d4d4; border-bottom:1px solid #d4d4d4; background-image:url(/project/design/template/bg_tab2_off.png); background-repeat:no-repeat; background-position:90% center; color:#666; padding-left:10%; box-sizing:border-box;}
.tab_type2 > ul > li > a.on, .tab_type2 > ul > li > a:hover { background-image:url(/project/design/template/bg_tab2_on.png); background-color:#3155a4; border-right:1px solid #3155a4; border-bottom:1px solid #3155a4; color:#fff;}

.tab_type3 > ul { margin-bottom:30px;}
.tab_type3 > ul > li { float:left; padding:0 5px 5px 0;}
.tab_type3 > ul > li > a { display:block; border:1px solid #d4d4d4; line-height:48px; padding:0 25px; color:#666;}
.tab_type3 > ul > li > a.on, .tab_type3 > ul > li > a:hover { border:1px solid #0f1935; background:#0f1935; color:#fff;}

.tab_type4 > ul { margin-bottom:30px;}
.tab_type4 > ul > li { float:left; width:32.5%;}
.tab_type4 > ul > li:nth-child(2) { padding:0 1.25%;}
.tab_type4 > ul > li > a { display:block; background:#8a8a8a; color:#fff; text-align:center; padding:10px;}
.tab_type4 > ul > li > a:hover, .tab_type4 > ul > li > a.on { background:#3155a4;}
.tab_box { border:1px dashed #ddd; padding:40px;}

@media all and (max-width:800px) {
.tab_type1 > ul { max-width: 100%; margin:0 auto 30px auto;}
.tab_type1 > ul > li > a { font-size:0.95em; line-height:40px;}
.tab_type2 > ul > li {height:40px; line-height:39px;}
.tab_type2 > ul > li > a { font-size:0.95em; background-size:10px;}
.tab_type3 > ul > li > a { line-height:38px; padding:0 20px; font-size:0.95em;}
.tab_type4 > ul > li > a { font-size:0.95em;}
.tab_box { padding:20px;}
}


/************ h_type ************/
.h_type1 { font-size:30px; color:#222; font-weight:700; margin-bottom:10px;}
.h_type1:after {content:"";width:7px;height:7px;background:#b69966;display:inline-block;position:relative;left:5px;top:3px;}
.h_type2 { font-size:20px; color:#222; font-weight:700; margin-bottom:10px; background-color: #f6f6f6; padding: 10px 20px;}
.h_type2:after {content:"";width:7px;height:7px;background:#b69966;display:inline-block;position:relative;left:5px;top:3px;}
.h_type3 { font-size:18px; color:#222; font-weight:700; margin-bottom:10px;}
.h_type4 { color:#222; font-weight:500;}
/* .h_type2 { background:url("/project/design/template/bg_h2.png") no-repeat 6px 2px; font-size:18px; color:#444; padding-left:30px; line-height:17px; margin-bottom:10px;}
.h_type3 { background:url("/project/design/template/bg_h3.png") no-repeat 9px 3px; font-size:16px; color:#555; padding-left:30px; line-height:16px; margin-bottom:10px;} */

.h_type1.mgT {margin-top:40px;}

@media all and (max-width:1024px) {
.h_type1 {font-size:26px;}
}
@media all and (max-width:800px) {
.h_type1 {font-size:20px;}
.h_type1.mgT {margin-top:30px;}
.h_type1:after {width:5px;height:5px;left:2px;top:2px;}

.h_type2 {font-size:17px; padding: 5px 10px;}
.h_type2:after {width:5px;height:5px;left:2px;top:2px;}

.h_type3 { font-size:15px; margin-bottom: 5px;}
}




/************ ul_type ************/
.ul_type1 > li { margin-bottom:7px; background:url("/project/design/template/bg_li1.png") no-repeat left 10px; padding-left:15px;font-size:1.125em;}
.ul_type1 > li > ul { margin-top:5px;}
.ul_type1 > li > ul > li { margin-bottom:5px; background:url("/project/design/template/bg_li2.png") no-repeat 2px 10px; padding-left:12px;}
.ul_type1 > li:last-child { margin-bottom:0; }

.ul_type2 > li { margin-bottom:5px; background:url("/project/design/template/bg_li1.png") no-repeat left 10px; background-size: 6px 2px; padding-left:13px;}
.ul_type2 > li:last-child { margin-bottom:0; }

.ul_type3 > li { margin-bottom:5px;}
.ul_type3 > li > ul { margin-top:5px; padding-left: 20px;}
.ul_type3 > li > ul > li { margin-bottom:5px;}
.ul_type3 > li > ul > li > ul { margin-bottom:5px; padding-left: 20px;}
.ul_type3 > li > ul > li > ul > li { margin-bottom:5px;}
.ul_type3 > li:last-child { margin-bottom:0; }

.ul_type4 > li { margin-bottom:7px; background:url("/project/design/template/bg_li1.png") no-repeat left 10px; padding-left:15px;}
.ul_type4 > li > ul { margin-top:5px;}
.ul_type4 > li > ul > li { margin-bottom:5px; background:url("/project/design/template/bg_li2.png") no-repeat 2px 10px; padding-left:12px;}
.ul_type4 > li:last-child { margin-bottom:0; }


@media all and (max-width:1024px) {
.ul_type1 > li {font-size:1em;background-position:left 6px;}
}





/************ a_type ************/

/* 다운로드링크 */
.a_down { color:#666; display:inline-block; border-bottom:1px dashed #666; background:url("/project/design/template/bg_down2_c1.png") no-repeat; background-position:calc(100% - 7px); padding:0 30px 0 5px;}
.a_down:hover { color:#0f1935; border-bottom:1px dashed #0f1935; background:url("/project/design/template/bg_down2_c2.png") no-repeat; background-position:calc(100% - 7px) center;}

/* 새창링크 */
.a_link { color:#666; display:inline-block; border-bottom:1px dashed #666; background:url("/project/design/template/bg_link2_c1.png") no-repeat; background-position:calc(100% - 7px); padding:0 30px 0 5px;}
.a_link:hover { color:#0f1935; border-bottom:1px dashed #0f1935; background:url("/project/design/template/bg_link2_c2.png") no-repeat; background-position:calc(100% - 7px) center;}

/************ box_type ************/

/* 이미지없는 박스 */
.box_type1 { border:1px dashed #666; padding:20px 30px;}

/* 좌측이미지 박스 */
.box_type2 { border:1px dashed #d4d4d4; padding:20px 30px; position:relative;}
.box_type2 .left_img { float:left; width:15%; max-width:114px; min-height:114px; background:#f6f6f6 url("/project/design/template/bg_box1.png") no-repeat center;}
.box_type2 .right_desc { float:left; width:82%; padding:10px 0 0 3%;}

.box_type3 { border:1px dashed #d4d4d4; background-color: #f9f9f9; padding:20px 30px; position:relative;}
.box_type3.type2 { border:1px solid #000; text-align: center; }
.box_type3.type2 .black_bold { font-size: 1.125em;}
.box_type3.type2 .black_bold span { color: #f60;}

.box_type4 { border:1px dashed #000; background-color: #f9f9f9; padding:30px; position:relative;}


@media all and (max-width:767px) {
.box_type1 { padding:15px 20px; font-size:0.95em;}
.box_type2 .left_img { width:20%;}
.box_type2 .right_desc { width:77%; padding:0 0 0 3%; font-size:0.95em;}
.box_type3 { padding:15px 20px; font-size:0.95em;}
}
@media all and (max-width:414px) {
.box_type2 .left_img { width:30%; background-size:50px;}
.box_type2 .right_desc { width:67%;}
}

/************ table_type ************/
.table_type1 { border-top:2px solid #000; overflow-x:auto;} /* 테이블 상단 라인과 세로라인이 겹치는 부분을 없앰, 모바일에서 가로스크롤 */
.table_type1 table, .table_type1 th, .table_type1 td { border-bottom:1px solid #d4d4d4; border-collapse:collapse; font-size:inherit;}
.table_type1 table { width:100%;}
.table_type1 th { padding:20px; color:#000; background:#f6f6f6;}
.table_type1 td { padding:20px; text-align:center;}

@media all and (max-width:767px) {
.table_type1 table, .table_type1 th, .table_type1 td { font-size:0.95em;}
.table_type1 th { padding:10px;}
.table_type1 td { padding:10px;}
}


.table_type2 { overflow-x:auto;} 
.table_type2 table, .table_type2 th, .table_type2 td { border:1px solid #e4e4e4; border-top:none; border-collapse:collapse; font-size:inherit;}
.table_type2 table { width:100%;}
.table_type2 th { padding:15px;}
.table_type2 thead th { color:#fff; background:#324880; border:1px solid rgba(255, 255, 255, 0.1);}
.table_type2 tbody th { color: #324880;}
.table_type2 th.bg2 { background: #bb9558;}
.table_type2 td { padding:15px; text-align:center;}
.table_type2 td.co1 { color: #dd2a2a; font-size: 1.125em; font-weight: 600;}

@media all and (max-width:767px) {
.table_type2 table, .table_type2 th, .table_type2 td { font-size:0.95em;}
.table_type2 th { padding:10px;}
.table_type2 td { padding:10px;}
}

.table_type3 { border-top:2px solid #000; overflow-x:auto;} 
.table_type3 table, .table_type3 th, .table_type3 td { border:1px solid #e4e4e4; border-top:none; border-collapse:collapse; font-size:inherit;}
.table_type3 table { width:100%;}
.table_type3 th { padding:15px;}
.table_type3 thead th { color:#324880;background:#f3f6fc; text-align: center;}
.table_type3 tbody th { color: #000; background:#fbfbfb;text-align: center;}
.table_type3 tfoot th { color: #000;text-align: center;}
.table_type3 td { padding:15px; text-align:center;}
.table_type3 .tr_line { border:2px solid #324880}
.table_type3 tfoot tr {background:#f6f6f6;}
.table_type3 tfoot td { color: #000; font-weight: 600;}

@media all and (max-width:767px) {
.table_type3 table, .table_type3 th, .table_type3 td { font-size:0.95em;}
.table_type3 th { padding:10px;}
.table_type3 td { padding:10px;}
}

.table_type4 { border-top:2px solid #000; overflow-x:auto;} 
.table_type4 table, .table_type4 th, .table_type4 td { border:1px solid #e4e4e4; border-top:none; border-collapse:collapse; font-size:inherit;}
.table_type4 table { width:100%;}
.table_type4 th { padding:15px;}
.table_type4 thead th { color:#000;background:#f6f6f6;}
.table_type4 tbody th { color: #000; background:#fbfbfb;}
.table_type4 td { padding:15px; text-align:center;}

@media all and (max-width:767px) {
.table_type4 table, .table_type4 th, .table_type4 td { font-size:0.95em;}
.table_type4 th { padding:10px;}
.table_type4 td { padding:10px;}
}

/************ btn_type ************/

/* 기본버튼 */
.btn { display:inline-flex; align-items: center; text-align: center; border:1px solid #d4d4d4; height:50px; padding:0 40px; color:#666; border-radius:50px; transition:all .3s ease; font-weight: 600; background-color:#fff;}
.btn:hover { background-color:#f6f6f6; color:#333;}
input.btn, button.btn { cursor:pointer; height:40px; background-color:#fff; line-height:auto; vertical-align:top;} 

/* 라인버튼 */
.btn.line1 { border:1px solid #666; color:#666;}
.btn.line1:hover { background-color:#666; color:#fff;}
.btn.line2 { border:1px solid #ee4357; color:#ee4357;}
.btn.line2:hover { background-color:#ee4357; color:#fff;}
.btn.line3 { border:2px solid #0f1935; color:#0f1935;}
.btn.line3:hover { background-color:#0f1935; color:#fff;}

/* 컬러버튼 */
.btn.bg1 { border:1px solid #000; background-color:#000; color:#fff;}
.btn.bg1:hover {border:1px solid #ee4357;background:#ee4357;}
.btn.bg2 { border:1px solid #ee4357; background-color:#ee4357; color:#fff;}
.btn.bg2:hover {color: #ee4357;background:#fff;}
.btn.bg3 { border:2px solid #0f1935; background-color:#0f1935; color:#fff;}
.btn.bg3:hover {color: #0f1935;background:#fff;}


/* 다운로드버튼 */
.btn.down1:before { content:url("/project/design/template/bg_down_c1.png"); vertical-align:middle; padding-right:10px;}
.btn.down1:hover::before { content:url("/project/design/template/bg_down_c4.png")}
.btn.down2:before { content:url("/project/design/template/bg_down_c2.png"); vertical-align:middle; padding-right:10px;}
.btn.down2:hover::before { content:url("/project/design/template/bg_down_c4.png")}
.btn.down3:before { content:url("/project/design/template/bg_down_c4.png"); padding-right:10px; transform: translate(0, 3px);}
.btn.down3:hover::before { content:url("/project/design/template/bg_down_c1.png")}
.btn.down4:before { content:url("/project/design/template/bg_down_c4.png"); vertical-align:middle; padding-right:10px;}

/* 새창링크버튼 */
.btn.link1:before { content:url("/project/design/template/bg_link_c1.png"); vertical-align:middle; padding-right:10px;}
.btn.link1:hover::before { content:url("/project/design/template/bg_link_c4.png")}
.btn.link2:before { content:url("/project/design/template/bg_link_c2.png"); vertical-align:middle; padding-right:10px;}
.btn.link2:hover::before { content:url("/project/design/template/bg_link_c4.png")}
.btn.link3:before { content:url("/project/design/template/bg_link_c4.png"); padding-right:10px; transform: translate(0, 3px);}
.btn.link3:hover::before { content:url("/project/design/template/bg_link_c1.png")}
.btn.link4:before { content:url("/project/design/template/bg_link_c4.png"); vertical-align:middle; padding-right:10px;}

/* 검색버튼 */
.btn.search1:before { content:url("/project/design/template/bg_search_c1.png"); vertical-align:middle; padding-right:10px;}
.btn.search1:hover::before { content:url("/project/design/template/bg_search_c4.png")}
.btn.search2:before { content:url("/project/design/template/bg_search_c2.png"); vertical-align:middle; padding-right:10px;}
.btn.search2:hover::before { content:url("/project/design/template/bg_search_c4.png")}
.btn.search3:before { content:url("/project/design/template/bg_search_c3.png"); vertical-align:middle; padding-right:10px;}
.btn.search3:hover::before { content:url("/project/design/template/bg_search_c4.png")}
.btn.search4:before { content:url("/project/design/template/bg_search_c4.png"); vertical-align:middle; padding-right:10px;}

/* 작은버튼 */
.btn.size1 { font-size:0.875em; height:33px; line-height:33px; padding:0 15px;}
.btn.size2 { font-size:0.875em; height:28px; line-height:28px; padding:0 15px;}
.btn.size4 { height:auto;}

/* 큰버튼 */
.btn.size3 { font-size:1.2em;}


/* 작은다운로드버튼 */
.btn.size1.down1:before { content:url("/project/design/template/bg_down2_c1.png"); vertical-align:middle; padding-right:5px;}
.btn.size1.down1:hover::before { content:url("/project/design/template/bg_down2_c4.png")}
.btn.size1.down2:before { content:url("/project/design/template/bg_down2_c2.png"); vertical-align:middle; padding-right:5px;}
.btn.size1.down2:hover::before { content:url("/project/design/template/bg_down2_c4.png")}
.btn.size1.down3:before { content:url("/project/design/template/bg_down2_c3.png"); vertical-align:middle; padding-right:5px;}
.btn.size1.down3:hover::before { content:url("/project/design/template/bg_down2_c4.png")}
.btn.size1.down4:before { content:url("/project/design/template/bg_down2_c4.png"); vertical-align:middle; padding-right:5px;}

/* 작은새창링크버튼 */
.btn.size1.link1:before { content:url("/project/design/template/bg_link2_c1.png"); vertical-align:middle; padding-right:5px;}
.btn.size1.link1:hover::before { content:url("/project/design/template/bg_link2_c4.png")}
.btn.size1.link2:before { content:url("/project/design/template/bg_link2_c2.png"); vertical-align:middle; padding-right:5px;}
.btn.size1.link2:hover::before { content:url("/project/design/template/bg_link2_c4.png")}
.btn.size1.link3:before { content:url("/project/design/template/bg_link2_c3.png"); vertical-align:middle; padding-right:5px;}
.btn.size1.link3:hover::before { content:url("/project/design/template/bg_link2_c4.png")}
.btn.size1.link4:before { content:url("/project/design/template/bg_link2_c4.png"); vertical-align:middle; padding-right:5px;}

/* 작은검색버튼 */
.btn.size1.search1:before { content:url("/project/design/template/bg_search2_c1.png"); vertical-align:middle; padding-right:5px;}
.btn.size1.search1:hover::before { content:url("/project/design/template/bg_search2_c4.png")}
.btn.size1.search2:before { content:url("/project/design/template/bg_search2_c2.png"); vertical-align:middle; padding-right:5px;}
.btn.size1.search2:hover::before { content:url("/project/design/template/bg_search2_c4.png")}
.btn.size1.search3:before { content:url("/project/design/template/bg_search2_c3.png"); vertical-align:middle; padding-right:5px;}
.btn.size1.search3:hover::before { content:url("/project/design/template/bg_search2_c4.png")}
.btn.size1.search4:before { content:url("/project/design/template/bg_search2_c4.png"); vertical-align:middle; padding-right:5px;}

@media all and (max-width:800px) {
	.btn.size3 { height: auto; font-size:1em; padding: 5px 20px;}
}
@media all and (max-width:414px) {
.btn { height:33px; line-height:33px; padding:0 15px; font-size:0.95em;}
input.btn, button.btn { cursor:pointer; height:35px; font-size:0.95em;} 
.btn.size1 { height:28px; line-height:28px; padding:0 7px;}
.btn.size3 { line-height: 1.1em; padding: 5px 20px;}
}

/* form */
.form_type1 { border-top:2px solid #000; border-bottom:2px solid #000; padding:30px 0;}
.form_type1 dt { width:15%; float:left; box-sizing:border-box; padding:17px 0 0 20px; min-height:80px; color:#333; font-weight:600;}
.form_type1 dd { width:35%; float:left; box-sizing:border-box; padding-right:20px; min-height:80px;}
.form_type1 dt.dt2{ width:15%;}
.form_type1 dd.dd2 { width:85%;}
.form_type1 .pc_block { display:block;}
.form_type1 .box_check { padding:10px;}

/* select */
.selectbox { position:relative; box-sizing:border-box; border:1px solid #ccc; z-index:1; display:inline-block; width:100%;}
.selectbox:before { content:""; position:absolute; top:50%; right:15px; width:15px; height:9px; margin-top:-4px; background:url(/project/design/template/bg_select.png) no-repeat center; background-size:100%;}
.selectbox label { position:absolute; top:1px; left:5px; height:56px; line-height:56px; padding:0 10px; z-index:-1; color:#b1b1b1;}
.selectbox label.label-selected{color:black; }
.selectbox select { width:100%; height:56px; line-height:56px; padding:0 10px; border:0; opacity:0; filter:alpha(opacity=0); cursor:pointer;}
.selectbox:focus{ outline:1px dotted #000;}
/* textarea */
.textareabox {border:1px solid #ccc; padding:10px; width:100%;box-sizing:border-box; height:150px; }
.textareabox:focus{ outline:1px dotted #000;} 

/* input */
.inputbox { border:1px solid #ccc; box-sizing:border-box; height:58px; padding-left:10px; line-height:56px; width:100%; }
.inputbox:focus { outline:1px dotted #000;}

/* radio, checkbox */
.checks {position:relative; display:inline-block;}
.checks input[type="radio"] { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); border:0;}
.checks input[type="radio"] + label { display:inline-block; position:relative; padding:3px 0 0 35px; cursor:pointer; line-height:24px; vertical-align:top;}
.checks input[type="radio"] + label:before { content:''; position:absolute; left:0; top:2px; width:24px; height:24px; text-align:center; background:#f2f2f2; border:1px solid #cecece; border-radius:100%; }
.checks input[type="radio"] + label:after { content:''; position:absolute; top:9px; left:7px; width:12px; height:12px; background:#bbb; border-radius:100%; box-shadow:inset 0px 0px 10px rgba(0,0,0,0.3);} /* 선택전 */
.checks input[type="radio"]:checked + label:after { background:#0f1935;} /* 선택후 */
.checks input[type="radio"]:focus + label:before { outline:1px dotted #000;}

.checks input[type="checkbox"] { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); border:0}
.checks input[type="checkbox"] + label { display:inline-block; position:relative; cursor:pointer;}
.checks input[type="checkbox"] + label:before { content:' '; display:inline-block; width:24px; height:24px; line-height:24px; margin:-4px 10px 0 0; text-align:center;  vertical-align:middle; background:#cfcfcf url(/project/design/template/bg_check.png) no-repeat center; background-size:100%; color:#fff;} /* 선택전 */
.checks input[type="checkbox"]:checked + label:before { color:#fff; background:#0f1935 url(/project/design/template/bg_check.png) no-repeat center; background-size:100%;}/* 선택후 */
.checks input[type="checkbox"]:focus + label:before { outline:1px dotted #000;}

/* placeholder */
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color:#b1b1b1; opacity:1; /* Firefox */}
:-ms-input-placeholder { /* Internet Explorer 10-11 */ color:#b1b1b1;}
::-ms-input-placeholder { /* Microsoft Edge */ color:#b1b1b1;}

/* 그외 */
.ul_birth > li { width:32%; float:left;}
.ul_birth > li:nth-child(2) { margin:0 2%;}

@media all and (max-width:1000px) {
.form_type1 { padding:30px 20px;}
.form_type1 dt { width:25%;}
.form_type1 dd { width:75%;}
.form_type1 dt.dt2{ width:25%;}
.form_type1 dd.dd2 { width:75%;}

.selectbox:before { right:15px; width:14px; height:10px; margin-top:-4px;}
.selectbox label { height:46px; line-height:46px;}
.selectbox select { height:46px; line-height:46px;}
.inputbox { height:48px; line-height:46px; }
}

@media all and (max-width:440px) {
.form_type1 dt { width:100%; padding:0 0 10px 0; min-height:auto;}
.form_type1 dd { width:100%; padding:0;}
.form_type1 dt.dt2{ width:100%;}
.form_type1 dd.dd2 { width:100%;}
.form_type1 .pc_block { display:inline;}
}

/* list_type1 */
.list_type1 > ul > li {float:left; width:25%; box-sizing:border-box;}
.list_type1 > ul > li > div { margin:0 auto;}

/* over_img */
.over_img { position: relative; width:150px; height:150px; border-radius:100%; transition: .5s ease; }
.over_img img { position: absolute;  top: 50%;  left: 50%;  transform: translate(-50%, -50%); transition: .5s ease;}
.over_img .over img { opacity: 0;}
.over_img .out img{opacity: 1; }

.over_img:hover .over img { opacity: 1;}
.over_img:hover .out img { opacity: 0;}

.over_img.bg1 { background:#f49ac0;}
.over_img.bg1:hover { background:#887da5;}
.over_img.bg2 { background:#fecd67; }
.over_img.bg2:hover { background:#f58476;}
.over_img.bg3 { background:#7cc576; }
.over_img.bg3:hover { background:#12b1aa;}
.over_img.bg4 { background:#7accc8; }
.over_img.bg4:hover { background:#8c80ea;}

@media all and (max-width:1000px) {
.list_type1 > ul > li {width:50%; padding:10px;}
}

/* box_btn_line */
.box_btn_line > ul > li { float:left; width:25%; box-sizing:border-box; padding:10px;}

.btn-1 { color: #4f5a76 !important; }
.btn-2 { color: #959e76 !important; }
.btn-3 { color: #78b152 !important; }
.btn-4 { color: #6d5a79 !important; }
.btn-5 { color: #775784 !important; }
.btn-6 { color: #a28a5c !important; }
.btn-7 { color: #4f7b81 !important; }
.btn-8 { color: #6b4c86 !important; }
.btn_line { display: block; position: relative; overflow: hidden; padding: 10px; text-align: center; }
.btn_line:before, .btn_line:after, .btn_line .btn_inner:before, .btn_line .btn_inner:after { content: ''; position: absolute; top: 0; left: 0; width: 0; height: 0; background-color: currentColor; transition: 0.3s ease-in-out; }
/* btn_cw */
.btn_cw:after { top: auto; right: 0; bottom: 0; left: auto; }
.btn_cw .btn_inner:before { right: 0; left: auto; }
.btn_cw .btn_inner:after { top: auto; bottom: 0; }
.btn_cw:before, .btn_cw:after { width: 0; height: 2px; }
.btn_cw .btn_inner:before, .btn_cw .btn_inner:after { width: 2px; height: 0; }
.btn_cw:hover:before, .btn_cw:hover:after { width: 100%; }
.btn_cw:hover .btn_inner:before, .btn_cw:hover .btn_inner:after { height: 100%; }
/* btn_ccw */
.btn_ccw:after { top: auto; right: 0; bottom: 0; left: auto; }
.btn_ccw .btn_inner:before { right: 0; left: auto; }
.btn_ccw .btn_inner:after { top: auto; bottom: 0; }
.btn_ccw:before, .btn_ccw:after { width: 2px; height: 0; }
.btn_ccw .btn_inner:before, .btn_ccw .btn_inner:after { width: 0; height: 2px; }
.btn_ccw:hover:before, .btn_ccw:hover:after { height: 100%; }
.btn_ccw:hover .btn_inner:before, .btn_ccw:hover .btn_inner:after { width: 100%; }
/* btn_tlbr */
.btn_tlbr:before, .btn_tlbr:after { width: 0; height: 2px; }
.btn_tlbr:after, .btn_tlbr .btn_inner:after { top: auto; right: 0; bottom: 0; left: auto; }
.btn_tlbr .btn_inner:before, .btn_tlbr .btn_inner:after { width: 2px; height: 0; }
.btn_tlbr:hover:before, .btn_tlbr:hover:after { width: 100%; }
.btn_tlbr:hover .btn_inner:before, .btn_tlbr:hover .btn_inner:after { height: 100%; }
/* btn_trbl */
.btn_trbl:before, .btn_trbl:after { width: 0; height: 2px; }
.btn_trbl:before, .btn_trbl .btn_inner:before { right: 0; left: auto; }
.btn_trbl:after, .btn_trbl .btn_inner:after { top: auto; bottom: 0; }
.btn_trbl .btn_inner:before, .btn_trbl .btn_inner:after { width: 2px; height: 0; }
.btn_trbl:hover:before, .btn_trbl:hover:after { width: 100%; }
.btn_trbl:hover .btn_inner:before, .btn_trbl:hover .btn_inner:after { height: 100%; }
/* btn_cw_tlbr */
.btn_cw_tlbr:after { top: auto; right: 0; bottom: 0; left: auto; }
.btn_cw_tlbr .btn_inner:before { right: 0; left: auto; }
.btn_cw_tlbr .btn_inner:after { top: auto; bottom: 0; }
.btn_cw_tlbr:before, .btn_cw_tlbr:after, .btn_cw_tlbr .btn_inner:before, .btn_cw_tlbr .btn_inner:after { transition: 0.15s ease-in-out; }
.btn_cw_tlbr:before, .btn_cw_tlbr:after { width: 0; height: 2px; transition-delay: 0.15s; }
.btn_cw_tlbr .btn_inner:before, .btn_cw_tlbr .btn_inner:after { width: 2px; height: 0; transition-delay: 0s; }
.btn_cw_tlbr:hover:before, .btn_cw_tlbr:hover:after { width: 100%; transition-delay: 0s; }
.btn_cw_tlbr:hover .btn_inner:before, .btn_cw_tlbr:hover .btn_inner:after { height: 100%; transition-delay: 0.15s; }
/* btn_ccw_tlbr */
.btn_ccw_tlbr:after { top: auto; right: 0; bottom: 0; left: auto; }
.btn_ccw_tlbr .btn_inner:before { right: 0; left: auto; }
.btn_ccw_tlbr .btn_inner:after { top: auto; bottom: 0; }
.btn_ccw_tlbr:before, .btn_ccw_tlbr:after, .btn_ccw_tlbr .btn_inner:before, .btn_ccw_tlbr .btn_inner:after { transition: 0.15s ease-in-out; }
.btn_ccw_tlbr:before, .btn_ccw_tlbr:after { width: 2px; height: 0; transition-delay: 0.15s; }
.btn_ccw_tlbr .btn_inner:before, .btn_ccw_tlbr .btn_inner:after { width: 0; height: 2px; transition-delay: 0s; }
.btn_ccw_tlbr:hover:before, .btn_ccw_tlbr:hover:after { height: 100%; transition-delay: 0s; }
.btn_ccw_tlbr:hover .btn_inner:before, .btn_ccw_tlbr:hover .btn_inner:after { width: 100%; transition-delay: 0.15s; }
/* btn_cw_trbl */
.btn_cw_trbl:after { top: auto; right: 0; bottom: 0; left: auto; }
.btn_cw_trbl .btn_inner:before { right: 0; left: auto; }
.btn_cw_trbl .btn_inner:after { top: auto; bottom: 0; }
.btn_cw_trbl:before, .btn_cw_trbl:after, .btn_cw_trbl .btn_inner:before, .btn_cw_trbl .btn_inner:after { transition: 0.15s ease-in-out; }
.btn_cw_trbl:before, .btn_cw_trbl:after { width: 0; height: 2px; transition-delay: 0s; }
.btn_cw_trbl .btn_inner:before, .btn_cw_trbl .btn_inner:after { width: 2px; height: 0; transition-delay: 0.15s; }
.btn_cw_trbl:hover:before, .btn_cw_trbl:hover:after { width: 100%; transition-delay: 0.15s; }
.btn_cw_trbl:hover .btn_inner:before, .btn_cw_trbl:hover .btn_inner:after { height: 100%; transition-delay: 0s; }
/* btn_ccw_trbl */
.btn_ccw_trbl:after { top: auto; right: 0; bottom: 0; left: auto; }
.btn_ccw_trbl .btn_inner:before { right: 0; left: auto; }
.btn_ccw_trbl .btn_inner:after { top: auto; bottom: 0; }
.btn_ccw_trbl:before, .btn_ccw_trbl:after, .btn_ccw_trbl .btn_inner:before, .btn_ccw_trbl .btn_inner:after { transition: 0.15s ease-in-out; }
.btn_ccw_trbl:before, .btn_ccw_trbl:after { width: 2px; height: 0; transition-delay: 0s; }
.btn_ccw_trbl .btn_inner:before, .btn_ccw_trbl .btn_inner:after { width: 0; height: 2px; transition-delay: 0.15s; }
.btn_ccw_trbl:hover:before, .btn_ccw_trbl:hover:after { height: 100%; transition-delay: 0.15s; }
.btn_ccw_trbl:hover .btn_inner:before, .btn_ccw_trbl:hover .btn_inner:after { width: 100%; transition-delay: 0s; }
