/**
* 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 - #ff5f00
				  Æ÷ÀÎÆ® ÄÃ·¯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 { border-left:1px solid #d4d4d4; margin-bottom:30px;}
.tab_type1 > ul > li {float:left;}
.tab_type1 > ul > li > a { display:block; text-align:center; padding:0 30px; background:#f3f3f3; color:#666; font-weight:500; font-size:1.125em; border:1px solid #d4d4d4; border-left:none; line-height:48px;}
.tab_type1 > ul > li > a:hover { background:#fff;}
.tab_type1 > ul > li > a.on { background:#fff; border-top:2px solid #003668; border-bottom:none;}

.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 #ff5f00; background:#ff5f00; color:#fff;}

.tab_type4 > ul { margin-bottom:40px;gap:5px;}
/*.tab_type4 > ul > li {flex:1;}*/
.tab_type4 > ul > li > a { display:block; text-align:center; border-bottom:3px solid #f2f2f2; padding:20px 30px 10px 30px; color:#ccc;font-weight:700;font-size:18px;}
.tab_type4 > ul > li > a:hover, .tab_type4 > ul > li > a.on {border-bottom:3px solid #222; color:#222;}


.tab_type5 > ul { margin-bottom:30px;}
.tab_type5 > ul > li {padding:0 5px 5px 0;flex:1;box-sizing:border-box;display:table; min-height: 90px;}
.tab_type5 > ul > li:last-of-type {padding-right:0;}
.tab_type5 > ul > li > a { display:block; border:1px solid #f2f2f2; line-height:1.2em; padding:0 25px; color:#000;text-align:center;background:#f9f9f9;height:50px;font-size:0.95em;
    display:table-cell; vertical-align:middle; line-height: 19px;  }
.tab_type5 > ul > li > a.on, .tab_type5 > ul > li > a:hover { border:1px solid #000; background:#000; color:#fff;}

.blZ{
    border-left: none !important;
}
@media all and (max-width:1060px) {
.tab_type5 > ul {flex-wrap:wrap;}
.tab_type5 > ul > li {flex-basis:50%;}
.tab_type5 > ul > li:nth-of-type(2) {padding-right:0;}
}

@media all and (max-width:767px) {
.tab_type1 > ul > li > a { padding:0 10px; font-size:0.95em; line-height:38px;}
.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_type5 > ul {flex-wrap:wrap;}
.tab_type5 > ul > li {flex-basis:50%; min-height: auto ;}
.tab_type5 > ul > li.w100 {flex-basis:100%;padding-right:0;}
.tab_type5 > ul > li > a { padding:15px; font-size:0.875em; line-height: 1.15em;}
}


@media all and (max-width:500px) {
    .tab_type5 > ul > li > a {
        padding: 5px ;
        font-size: 13px;
        letter-spacing: -0.02rem !important;
    }

    .stle_ul {
        display: flex;
        margin-right: 5px;
    }
}


/************ h_type ************/
.h_type1 { background:url("/project/design/template/bg_h1.png") no-repeat left top; font-size:20px; color:#333; font-weight:600; padding-left:30px; line-height:20px; margin-bottom:10px;}
.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_type4 {font-size: 24px; font-weight: 700; color: #000;}
.h_type5 {font-size: 20px; font-weight: 700; color: #000; line-height: 1.1em;}

@media all and (max-width:1024px) {
    .h_type4 {font-size: 20px;}
    .h_type5 {font-size: 18px;}
}
@media all and (max-width:767px) {
    .h_type4 {font-size: 17px;}
    .h_type5 {font-size: 16px;}
}


/************ ul_type ************/
.ul_type1 > li { margin-bottom:7px; background:url("/project/design/template/bg_li1.png") no-repeat left 10px; padding-left:15px;}
.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 {padding-left:20px;}
.ul_type2 > li {font-size:18px;letter-spacing:-0.04rem;margin:20px 0;}
.ul_type2 > li:before {content:"\2022";color:#fb5000;font-weight:bold;display:inline-block;width:1em;margin-left:-1em;}
.ul_type2 > li em {color:#000;font-weight:700;}

.ul_type3 {padding-left:20px;}
.ul_type3 > li {font-size:18px;margin:5px 0;}
.ul_type3 > li:before {content:"\2022";color:#333;font-weight:bold;display:inline-block;width:1em;margin-left:-1em;}
.ul_type3 > li em {color:#000;font-weight:700;}

.ul_type4 {padding-left:15px; font-size: 0.95em;}
.ul_type4 > li:before {content:"\2022";color:#333; display:inline-block;width:1em; font-size: 0.8em;}
.ul_type4 > li em {color:#000;font-weight:700;}

@media all and (max-width:1024px) {
.ul_type2 > li {font-size:16px;}
.ul_type3 > li {font-size:16px;}
}

@media all and (max-width:767px) {
.ul_type2 > li {font-size:15px;}
.ul_type3 > li {font-size:15px;}
}



/************ 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:#ff5f00; border-bottom:1px dashed #ff5f00; 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:#ff5f00; border-bottom:1px dashed #ff5f00; 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 solid #d4d4d4; padding:20px; 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 #ddd;padding:2rem 3rem;}



@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:1rem 1.5rem;}
}
@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:1px solid #000; overflow-x:auto;} /* Å×ÀÌºí »ó´Ü ¶óÀÎ°ú ¼¼·Î¶óÀÎÀÌ °ãÄ¡´Â ºÎºÐÀ» ¾ø¾Ú, ¸ð¹ÙÀÏ¿¡¼­ °¡·Î½ºÅ©·Ñ */
.table_type1 table, .table_type1 th, .table_type1 td { border:1px solid #F2F2F2; border-top:none; border-left:none; border-right:none;border-collapse:collapse; font-size:18px;color:#000;}
.table_type1 table { width:100%;}
.table_type1 th { padding:15px 30px; border-right:1px solid #F2F2F2;font-weight:700;}
.table_type1 td { padding:15px 30px;border-left:1px solid #f2f2f2;}
.table_bar {color:#e7e3e3;padding:0 20px;}
.table_type1 table a {color:#000;}
.table_type1 table thead {background:#f9f9f9;}

@media all and (max-width:1024px) {
.table_type1 table, .table_type1 th, .table_type1 td { font-size:16px;}
}

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



.table_type2{border-top:1px solid #000;font-size:0.875em; overflow-x:auto;}
.table_type2 table, .table_type2 th, .table_type2 td{border:0;border-collapse:collapse;}
.table_type2 table{width:100%;}
.table_type2 th{padding:5px;text-align:center; line-height: 1.2em;}
.table_type2 td{padding:5px;text-align:center; line-height: 1.2em;}
.table_type2 thead th{color:#333;background:#f6f6f6;border-bottom:1px solid #838383;border-right:1px solid #cdcdcd;font-weight:700;}
.table_type2 tbody th{color:#333;border-bottom:1px solid #cdcdcd;border-right:1px solid #cdcdcd;}
.table_type2 tbody td{color:#666;border-bottom:1px solid #cdcdcd;border-right:1px solid #cdcdcd;}
.table_type2 tbody td:last-of-type, thead th:last-of-type{border-right:none;}
.table_type2 .th_line{border-right:1px solid #cdcdcd;}
.table_type2 thead .alt th{background:#f0ffed !important;}

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

.table_type3 { border-top:1px solid #000; overflow-x:auto;} 
.table_type3 table, .table_type3 th, .table_type3 td { border:1px solid #F2F2F2; border-top:none; border-left:none; border-right:none;border-collapse:collapse; font-size:13px;color:#000; text-align: center;}
.table_type3 table { width:100%;}
.table_type3 th { padding:3px; border-right:1px solid #F2F2F2;font-weight:700;}
.table_type3 td { padding:3px;border-left:1px solid #f2f2f2;}


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

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


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

/* ±âº»¹öÆ° */
.btn { display:inline-block; border:1px solid #d4d4d4; height:44px; line-height:44px; padding:0 20px; color:#666; border-radius:3px; transition:all .3s ease; background-color:#fff;font-size:1.125em;}
.btn:hover { background-color:#f6f6f6; color:#333;text-decoration:none !important;}
input.btn, button.btn { cursor:pointer; height:45px; 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 #ff5f00; color:#ff5f00;}
.btn.line2:hover { background-color:#ff5f00; color:#fff;}
.btn.line3 { border:1px solid #3155a4; color:#3155a4;}
.btn.line3:hover { background-color:#3155a4; color:#fff;}

/* ÄÃ·¯¹öÆ° */
.btn.bg1 { border:1px solid #666; background-color:#666; color:#fff;}
.btn.bg1:hover { text-decoration:underline;}
.btn.bg2 { border:1px solid #ff5f00; background-color:#ff5f00; color:#fff;}
.btn.bg2:hover { text-decoration:underline;background:#000;border:1px solid #000;}
.btn.bg3 { border:1px solid #3155a4; background-color:#3155a4; color:#fff;}
.btn.bg3:hover { text-decoration:underline;}

/* ´Ù¿î·Îµå¹öÆ° */
.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_c3.png"); vertical-align:middle; padding-right:10px;}
.btn.down3:hover::before { content:url("/project/design/template/bg_down_c4.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_c3.png"); vertical-align:middle; padding-right:10px;}
.btn.link3:hover::before { content:url("/project/design/template/bg_link_c4.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.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:768px) {
.btn { height:auto; line-height:1.2em; padding:10px; font-size:0.95em;}
input.btn, button.btn { cursor:pointer; height:40px; font-size:0.95em;} 
.btn.size1 { height:28px; line-height:28px; padding:0 7px;}
}

/* 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:#ff5f00;} /* ¼±ÅÃÈÄ */
.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:#ff5f00 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; }

div.partner_wrap ul li{
    border: 1px solid salmon;
}

div.partner_wrap ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
