@charset "utf-8";
@import url('common.css');


.subVisual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width:1920px;
    height:310px;
    margin:0 auto;
    overflow: hidden;
}

.subVisual h2 {
    width:100%;
    position: absolute;
    text-align: center;
    font-size:2.5em;
    color:#fff;
    text-shadow: 3px 3px 0px #000;
}

.pageBtn{
    width:1600px;
    position:absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pageBtn > a {
    padding:0.5%;
    border-radius: 10%;
    background:rgba(255,255,255,0.3);
    border:1px solid #fff;
}




.subCon {
    max-width:1600px;
    height:100%;
    overflow: hidden;
    margin:5% auto;
    text-align: center;
} 

.subCon > h3 {
    font-size:2em;
} 

.subCon > p {
    font-size:1.3em;
} 

.barTxt {
    margin:0 0 3% 0;
    text-align: center;
    font-size:2.5em !important
}



.tabmenu {
    border:1px solid #000;
    width:100%;
    background-color: #fff;
}

.tabmenu tr td {
    padding:1% 0;
    border:1px solid #000;
    transition: all 0.35s;
}

.tabmenu tr td a {
    display: block;
    width:100%;
    padding:1% 0;
    font-size:1.1em;
    font-weight:bold;
    transition: all 0.35s;
    color:#000;
}

.tabmenu tr td:hover {
    background-color:#ccc;
}

.tabmenu tr td.active {
    background-color: #2d4971;
    color:#fff;
}

.tabmenu tr td.active a{
    color:#fff;
}

.tabmenu.tab6 tr td{
    width:16.6%;
}

.tabmenu.tab5 tr td{
    width:20%;
}

.tabmenu.tab4 tr td {
    width:25%;
}

.tabmenu.tab3 tr td {
    width:33.33%;
}
.tabmenu.tab1 tr td {
    width:100%;
}




.conBox {
    width:100%;
    overflow: hidden;
    margin:5% 0 0 0;
    text-align: left;
}

.conBox > article {
    margin:0 auto;
    width:48%;
    float:left;    
}

.conBox > article.full {
    width:100%;
    float:left;    
}
.conBox > article.full2 {
    width:100%;
   align-items: flex-end;
}

.conBox > article.left {
    clear: both;
    
}

.conBox > article.right {
    margin:0 0 5% 0;
    float:right
}

.conBox > article > h4 {
    line-height: 300%;
    font-size: 1.5em;
    font-weight: 800;
    color:#2d4971;
}

.conBox > article > h5 {
    line-height: 200%;
    font-size: 1.5em;
    font-weight: 800;
	padding:0 1% 0  1%;
    color:#fff;
	background-color: #0e3170;
    text-align: left;
}

.conBox > article > p {
    font-size:1em;
    line-height: 1.8;
    padding:0 0 1% 0;
    font-weight:500;
}

.conBox > article > p.explanation {
    padding:3%;
    background-color: #e7e7e7;
    text-align: left;
    font-weight:500;
}

.conBox > article > p.explanation2 {
    padding:1.5%;
    background-color: #e7e7e7;
    text-align: left;
    font-weight:500;
}

.conBox > article > span {
    font-size:1em;
    line-height: 1.8;
    text-align: right;
    float:right;
}

.conBox > article > img {
    width:100%;
    position: relative;
} 
.s_title {
    line-height: 200%;
    font-size: 1.3em;
    font-weight: 600;
	padding:0 1% 0  2%;
    color:#148ad0;
	text-align: left;
}


.conBox2 {
    width:100%;
    overflow: hidden;
    margin:5% 0 0 0;
    text-align: center;
}

.conBox2 > article {
    margin:0 auto;
    width:100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.conBox2 > article.full {
    width:100%;
     display: flex;
    justify-content: center;
    align-items: flex-end;
}




.imgBox {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
}

.imgBox > figcaption {
    width:100%;
    position: absolute;
    text-align: center;
    color:#fff;
    background-color: rgba(0,0,0,0.2);
    padding:1% 0;
    font-size:1em
}

.imgBox > img {
    position: relative;
    width:100%;
    /*border:1px solid #ccc;*/
}

.imgBox2 {
    width:50%;
    overflow: hidden;
}
.imgBox1_3 {
    width:65%;
    float: left;
	margin:0.5%;
 }
.imgBox2_2 {
    width:48%;
    float: left;
	margin:0.5%;
 }

 .imgBox2_3 {
    width:100%;
    float: left;
 }
.imgBox2_4 {
    width:40%;
    float: left;
 }

 .imgBox2_5 {
    width:35%;
    float: left;
	margin:0.5%;
 }
.imgBox2_6 {
    width:59%;
    float: left;
 }

.imgBox3 {
    width:33.33%;
    float: left;
 }

 .imgBox6 {
    width:16.6%;
    float: left;
 }


 .col2 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    width:100%;
    overflow: hidden;
	
}

.list {
    width:98%;
    margin-left:2%;
    list-style:url('/new/kr/img/bar.png');
}

.list li {
    margin:0 0 2% 0;
    font-size:1em;
    font-weight:500;
}

.list-a {
    width:30%;margin-left:4%;
    list-style:url('/new/kr/img/bar.png');
}

.list-b {
    width:80%;margin-left:4%;
    list-style:url('/new/kr/img/bar.png');
}


.sup {
    font-size: 85%;
}



.tb1 {
    border-bottom:3px solid #b0c2e1 !important;
    width:100%;
}

.tb1 thead {
    background-color: #b0c2e1;
}

.tb1 thead tr td {
    border:2px solid #fff;
	text-align: center;
	 font-weight:500;
	padding:1.5% 0;
}

.tb1 tbody tr td {
    padding:1.5% 0;
    text-align: center;
    font-weight:500;
}
.tb1 td.left {text-align:left;}

.tb1 tbody tr {
    border-bottom:1px solid #ccc;
}

/*ÇÕÄ£Ç¥¸¸ ÇØ´ç*/
.tb1_2 {
    border-bottom:3px solid #b0c2e1 !important;
    width:100%;
}

.tb1_2 thead {
    background-color: #b0c2e1;
}

.tb1_2 thead tr td {
    border:2px solid #fff;
	text-align: center;
	 font-weight:500;
	padding:1.5% 0;
}

.tb1_2 tbody tr td {
    padding:0.5% 0
    text-align: center;
    font-weight:500;
}
.tb1_2 td.left {text-align:left;}

.tb1_2 tbody tr {
    border-bottom:1px solid #ccc;
	}
.tb1_2 tbody tr td{
   border-right:1px solid #ccc;
}
.tb1_2 tr td.x_ds {
    border-right:0px solid #ccc;
}



.submenuBox {
    width: 87%;
    position: absolute;
    bottom:0;
    background-color: #e9f1ff;
    opacity: 0.8;
}

.submenuTab {
    width:76%;
    margin:0 auto;
    padding:1% 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.submenuTab a {
    width:100%;
    text-align: center;
    color:#000;
    border-right:1px solid #000;
    font-size:1.2em;
    font-weight: 700;
    transition: all 0.1s;
}

.submenuTab a:last-child {
    border-right:0px solid #000;
}

.submenuTab a:hover {
    color:#777;
    /*text-decoration: underline #777;*/
}
.submenuTab a.active {
    color:#153e80;
}


.btn_st a {display: inline-block;line-height: 20px;padding: 8px 20px;margin: 1px;text-decoration: none;border: 1px solid #9298af;font-size: 15px;text-align: center;color: #111;background: #fff;}
.btn_st .ok {display: inline-block;line-height: 20px;padding: 8px 20px;margin: 1px;text-decoration: none;border: 1px solid #9298af;font-size: 15px;text-align: center;color: #fff;background: #313259;}



.btn {
    display: flex;
    float:center;
    justify-content: center;
} 

.btn a {
    width:100px;
    padding:3px 5px 5px 5px;
    text-align: center;
    border:3px solid #1f56a5; 
    border-radius: 100px;
    font-size:0.8em;
    font-weight: 700;
    color:#000;
    transition: all 0.35s;
}

.btn a:hover {
    background-color: #1f56a5;
    color:#fff;
}

.btn a.active {
    background-color: #1f56a5;
    color:#fff;
}

/* ÀÎ»ç¸» */
.greeting-wrap {
    margin: 0 0 30px 0;
    padding: 10px 0 0 0;
    position: relative;
}

.greeting-wrap .line_t {
    display: inline-block;
    border-bottom: 1px solid #333333;
    padding-bottom: 10px;
    font-size: 23px;
    letter-spacing: -1px;
    font-weight: 600;
    margin: 0 0 25px 0;
}

.greeting-wrap > .g_img {
    margin: 0;
    position: absolute;
    top: 18px;
    right: 0;
}

.greeting-wrap > .g_img > img {
    width: 100%;
}

.greeting-wrap .txt_box {
    padding: 0;
    line-height: 1.7;
    word-wrap: break-word;
    word-break: keep-all;
}

.greeting-wrap .txt_box > .txt {
    font-size: 17px;
}

.greeting-wrap .sign_t {
    font-size: 20px;
    font-weight: 600;
}

.greeting-wrap .c_red {
    color: #c93627;
}
.greeting-wrap .line_t2 {
    display: inline-block;
     padding-bottom: 10px;
    font-size: 30px;
	color:#1f56a5;
    letter-spacing: -1px;
    font-weight: 600;
    margin: 0 0 25px 0;
}



/* organization */
.organ_chart .clear {
    clear: both;
}

.organ_chart {
    margin: 10px 0 30px 0;
    padding: 0;
    position: relative;
	left: 7%;
}

.organ_top {
    margin: 0;
    position: relative;
    overflow: hidden;

}

.organ_top li {
    text-align: center;
    margin: 0;
}

.organ_top > li:first-child {
    margin: 0 0 30px 0;
}

.organ_top .org_r1 {
    float: right;
    width: 50%;
    margin: 10px 0;
    position: relative;
}

.organ_top .org_r2 {
    float: right;
    width: 50%;
    margin: 10px 0;
    position: relative;
}

.organ_top li span {
    color: #ffffff;
    border-radius: 5px;
    text-align: center;
    font-weight: 500;
    padding: 0;
    display: block;
    line-height: 56px;
    margin: 0 auto;
    max-width: 260px;
    width: 60%;
    white-space: nowrap;
}

.organ_top .li_01 {
    background: #393f4e;
    font-size: 19px;
    position: relative;
    left: -7%;
}

.organ_top .li_02 {
    background: #1f56a5;
    font-size: 19px;
	
}

.organ_top .li_03 {
    background: #148ad0;
    font-size: 19px;
	border:1px solid red;
}

.organ_top .li_04 {
    background: #dfdfdf;
    font-size: 18px;
    width: 227px;
    font-weight: 500;
    color: #333333;
    line-height: 50px;
}

.organ_top .li_05 {
    background: #dae2ee ;
    font-size: 18px;
    width: 227px;
    font-weight: 500;
    color: #333333;
    line-height: 50px;
}

.organ_top .org_r2 > div {
    width: 227px;
    display: inline-block;
    margin: 0 auto;
    background: #f5f5f7;
    border-radius: 5px;
    padding: 10px 12px;
}

.organ_top .org_r2 > div li {
    margin: 0;
    text-align: left;
    background: url('../img/sub/cb-list.png') no-repeat left 9px;
    padding-left: 10px;
}

.organ_team {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    word-break: keep-all;
    position: relative;
    padding: 30px 0 0 0;
}

.organ_team > li {
    width: 14%;
    float: left;
    margin: 0 1%;
    background: #f5f5f7;
    border-radius: 5px;
    padding: 0 0 15px 0;
    position: relative;
}

.organ_team .ot_title {
    font-weight: 500;
    margin: 0 0 16px 0;
    width: 100%;
    display: block;
    text-align: center;
    box-sizing: border-box;
    border: 2px solid #3796d7;
    background: #ffffff;
    color: #0e4c78;
    padding: 13px 0;
    font-size: 18px;
    letter-spacing: -1px;
    border-radius: 5px;
}

.organ_team ul {
    width: 88%;
    margin: 0 auto;
}

.organ_team ul li {
    margin: 4px 0;
    letter-spacing: -1px;
    line-height: 1.4;
}

.organ_team .ot_list01 {
    padding: 0 0 16px 0;
    margin-bottom: 16px;
    border-bottom: 1px dashed #999999;
}

.organ_team .ot_list01 li {
    background: url('../img/sub/cb-list.png') no-repeat left 8px;
    padding-left: 10px;
}

.organ_team .ot_list02 {
    font-size: 15px;
    color: #545454;
    text-indent: -9px;
    padding-left: 10px;
}

.organ_top .li_01 ul::before {
    content: '';
    display: block;
    position: absolute;
    left: 8%;
    top: 0;
    width: 80%;
    height: 3px;
    border-top: 1px solid #bbbbbb;
    box-sizing: border-box;
}

.organ_team::before {
    content: '';
    display: block;
    position: absolute;
    left: 8%;
    top: 0;
    width: 80%;
    height: 3px;
    border-top: 1px solid #bbbbbb;
    box-sizing: border-box;
}

.organ_team > li::before {
    z-index: -10;
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: -30px;
    width: 2px;
    height: 300px;
    border-left: 1px solid #bbbbbb;
    box-sizing: border-box;
}

.organ_top .org_r1::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 50%;
    height: 3px;
    border-top: 1px solid #bbbbbb;
    box-sizing: border-box;
    z-index: -10;
}

.organ_top .org_r1 >div::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 40%;
    height: 3px;
    border-top: 1px solid #bbbbbb;
    box-sizing: border-box;
    z-index: -10;
}

.organ_top .org_r2 >div::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 20%;
    width: 40%;
    height: 3px;
    border-top: 1px solid #bbbbbb;
    box-sizing: border-box;
    z-index: -10;
}


.organ_top::after {
    z-index: -10;
    content: '';
    display: block;
    position: absolute;
    left: 43%;
    top: 0;
    width: 1px;
    height: 218px; /* 2024-04-09 ¼öÁ¤ */
    border-left: 1px solid #bbb;
}

.organ_head {
    margin: 60px 0 30px;
    display: flex;
    justify-content: space-around;
}

.organ_head > li:nth-child(1) {
    position: relative;
    width: 40%;
}

.organ_head > li:nth-child(2) {
    position: relative;
    width: 60%;
    left: -5%;
}

.organ_head::before {
    content: '';
    display: block;
    position: absolute;
    left: 20%;
    top: 90px;
    width: 45%;
    border-top: 1px solid #bbb;
}

.organ_head > li::before {
    z-index: -10;
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: -26px;
    height: 50px;
    border-left: 1px solid #bbb;
}

.organ_head .li_02::after {
    z-index: -10;
    content: '';
    display: block;
    position: absolute;
    top: 27px;
    width: 33%;
    /*border-top: 1px dashed #bbb;*/
}

.organ_head .li_02.oh_01::after {
    left: 59.5%;
}

.organ_head .li_02.oh_02::after {
    left: 57%;
}

.organ_center {
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.organ_center > li.oc_01 {
    width: 45%;
    padding: 0;
    border-radius: 5px;
    position: relative;
    left: 15%;
}

.organ_center > li.oc_02 {
    width: 30%;
    padding: 0;
    border-radius: 5px;
    position: relative;
    left: 5%;
}

.organ_center > li > span {
    width: 100%;
    background: #006245;
}

.organ_center .oc_title::before {
    z-index: -10;
    content: '';
    display: block;
    position: absolute;
    top: -47px;
    left: 50%;
    height: 50px;
    border-left: 1px dashed #bbb;
}

.organ_ward {
    position: relative;
    padding-top: 50px;
    display: flex;
    justify-content: space-evenly;
    left: 5.1%;	
	/* 2024-04-09 Ãß°¡ */
	margin-top: 20px;
}

.organ_ward > li.ow_title01 {
    width: 36%;
}

.organ_ward > li.ow_title02 {
    width: 30%;
}

 /* 2024-04-09 Ãß°¡ */
.organ_ward > li.ow_title03 { 
    width: 18%;
}

.organ_ward > li > span {
    width: 100%;
}

.organ_ward::before {
    content: '';
    display: block;
    position: absolute;
    top: 25px;
    border-top: 1px solid #bbb;
}

.organ_ward.ow_01 {
    position: relative;
    width: 100%;
    left: -1%;
}

.organ_ward.ow_02 {
    position: relative;
    width: 80%;
    left: 9.3%;
}

/* 2024-04-09 Ãß°¡ */
.organ_ward.ow_03 {
    position: relative;
    width: 180%;
    left: 16.6%;	
}
.organ_ward.ow_03::before {
    margin-left: 1%;
    width: 78.5%;
}
/* 2024-04-09 Ãß°¡ ³¡ */

.organ_ward.ow_01::before {
    margin-left: 2%;
   width: 45.3%;   
}

.organ_ward.ow_02::before {
    margin-left: 2%;
    width: 65%;
}

.organ_ward .ot_title {
    position: relative;
    background: #148ad0;
    font-size: 16px;
}

.organ_ward .ot_title::before {
    z-index: -10;
    content: '';
    display: block;
    position: absolute;
    left: 53%;
    top: -25px;
    height: 30px;
    border-left: 1px solid #bbb;
}

/*.organ_ward .ot_list01 { padding:8px 0 10px 8px; background: #f5f5f5;}
.organ_ward .ot_list01 li { text-align: left; padding-left: 10px;}
.organ_ward .ot_list01 li::before { content: ""; position: relative; top: -5px;	left: 2px; margin-left: -10px;display: inline-block; width: 3px; height: 3px; border-radius: 3px; background: #aaa; margin-right: 8px;}*/
.organ_newteam01 {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 4px;
}

.organ_newteam01 li {
    position: relative;
    margin-top: 4px;
    height: 40px;
}

.organ_newteam01 li span {
    line-height: 40px;
    background: #eee;
    color: #333;
    font-size: 16px;
    width: 100%;
    font-weight: 400;
}


/*¿¬Çõ*/
.timeline-wrap {
    position: relative;
}

.timeline-wrap .top {
    text-align: center;
    width: 100%;
    margin-bottom: 50px;
}

.timeline-wrap .top img {
    width: 140px;
}

.timeline-wrap .top p {
    text-align: center;
    margin: 20px 0;
    font-size: 14pt;
}

.timeline-wrap .top p strong {
    font-weight: 600;
    color: #194174;
}

.timeline-wrap .inner {
    padding: 30px 30px 30px 165px;
    border-top: 2px dotted #d9d9d9;
    position: relative;
   
}

.timeline-wrap .inner.inner-text {
    border-top: none;
}

.timeline-wrap .inner > strong em.br {
    display: block;
}

.timeline-wrap .inner > strong {
    display: block;
    position: absolute;
    left: 50px;
    font-size: 22px;
    color: #111;
    font-weight: 700;
}

.timeline-wrap .inner .txt_list {
    padding-left: 28px;
    border-left: 3px solid #ddd;
}

.timeline-wrap .inner .txt_list:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: '';
}

.timeline-wrap .inner .txt_list li {
    position: relative;
    padding: 3px 0 3px 10px;
}

.timeline-wrap .inner .txt_list li .list_tit {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
}

.timeline-wrap .inner .txt_list li .list_tit strong {
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
}

.timeline-wrap .inner .txt_list li .list_tit em {
    display: inline-block;
    margin-left: 5px;
}

.timeline-wrap .inner .txt_list li span {
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
    padding-left: 15px;
    font-size: 15px;
    color: #666;
    text-align: justify;
}

.timeline-wrap .inner .txt_list li span:before {
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background: #7697d3;
    border-radius: 50%;
    content: '';
}

.timeline-wrap .inner .list_img {
    position: absolute;
    left: 40px;
    top: 40px;
}

.timeline-wrap .inner .list_img strong {
    display: block;
    padding-bottom: 15px;
    font-size: 22px;
    color: #111;
    font-weight: 700;
}

.timeline-wrap .inner .list_img img {
    border: 1px solid #ccc;
}

.timeline-wrap .inner:nth-child(2n-1) {
    border-top: 2px dotted #ccc;
    background: url('../img/sub/second-bg.png') repeat;
}

.timeline-wrap .inner .sb {
    width: 110px;
}


/* ¿À½Ã´Â ±æ */
div.map-info-box {width:100%;max-width:1000px; margin:0 auto;}
ul.map-info {margin-top:50px;}
ul.map-info li {text-align:left; line-height:1.8em; color:#525252; font-size: 1rem;}
ul.map-info li strong {text-align:left; display: inline-block;  width:8.5rem; color:#000; padding-left:10px;}
ul.map-info li a {color:#525252;}


/* reponsive */ 
@media screen and (max-width: 1800px) {
    .pageBtn{
        width:80%;
    }
    
    .subVisual {
        height:290px;
    }
    
    .submenuBox {
        width:80%;
    }

    .subCon {
        margin:5% 10%;
    } 

}

@media screen and (max-width: 1680px) {
	
}


@media screen and (max-width: 1570px) {

}

@media screen and (max-width: 1440px) { 

	
	
}

@media screen and (max-width: 1300px) {
}

@media screen and (max-width: 1112px) {
    .pageBtn{
        width:96%;
    }
}

@media screen and (max-width: 1024px) {
    .submenuTab a {
        font-size:1.1em;
    }

    .pageBtn{
        width:80%;
    }
}

@media screen and (max-width: 960px) { 
	/*.conWrap {margin-top:-20px;}*/
    .submenuBox {
        width:100%;float:left
    }

    .submenuTab {
        justify-content: center;
        padding:3% 0 !important;		
    }

    .submenuTab a {
        font-size: 1em;
        padding:0 1%;
        width:fit-content
    }

    .tabmenu tr td {
        display: block;
        width:100% !important;
        border-bottom:1px solid #000;
        border-left:0px solid #000;
        border-right:0px solid #000;
    }

    .tabmenu tr td a:last-child {
        border-bottom:0px solid #000;
    }

    .conBox > article {
        width:100%;  
    }

    .conBox > article.right {
        margin:5% 0 0 0 
    }
    
    .tb1 tr td {
        font-size:1.1em;
    }

	.timeline-wrap .inner .list_img {position:static;}
	.timeline-wrap .inner {padding:20px;}
	.timeline-wrap .inner .txt_list {padding-left:0px;}
    .timeline-wrap .inner .sb { width: 100%; }

    /* 2024-04-09 Ãß°¡ 
	.organ_ward > li.ow_title03 span {font-size:0.95em;	white-space: normal; line-height:1.2em;height:55px;vertical-align:center; padding-top:15px;}
	.organ_ward.ow_03 { position: relative; width: 260%; left:-5%;}
	*/

	span.li_02.oh_01 {padding-left:20px; padding-right:20px;}
	
	/*
	span.ot_title{padding-left:10px; padding-right:10px;}
	li.ow_title03 {width:120%;  border:1px solid red;}
	*/
	.organ_ward > li.ow_title03 span {font-size:0.75em;	white-space: normal; line-height:1.2em;height:32px;vertical-align:center; padding-top:15px;}
	.organ_ward.ow_03 { position: relative; width: 220%; left:-4%; }

	/*¿À½Ã´Â±æ*/
	ul.map-info li {margin-bottom:10px;line-height:1.5em;}
	ul.map-info li span { display: block;  padding-left:40px;}

	 .subVisual {
	 	
        padding-top:30px !important;
    }

	
}

@media screen and (max-width: 840px) {

}

@media screen and (max-width: 768px) {   
    .imgBox > img {
        width:99%;
        /*border:1px solid #ccc;*/
    }
}

@media screen and (max-width: 651px) {
    .imgBox, .imgBox2 {
        width:100%;
    }
    
	.imgBox2_2 {
        width:100%;
        margin:2%;
    }
    .imgBox3 {
        width:100%;
        margin:2% 0;
    }

    .imgBox6 {
        width:100%;
        margin:2% 0;
    }

    .col2 {
        flex-wrap: wrap;
    }
    
    .list {
        width:96%;
        margin:4% 0 0 4%;
    }

    .list li{
        font-size:1.1em;
    } 
}

@media screen and (max-width: 600px) {
   imgBox2_3 {
        width:100%;
    }

@media screen and (max-width: 501px) {
    .subVisual {
        height:200px;
    }

    .subVisual h2 {
        margin-top:-15%;
        font-size:2.3em;
    }

    .pageBtn{
        margin-top:-14%;
    }

    .pageBtn >a.left {
        padding:0;
        width:40px;
        height:40px;
        background-image: url('/new/kr/img/left.png');
        background-size: contain;
    }

    .pageBtn >a.right {
        padding:0;
        width:40px;
        height:40px;
        background-image: url('/new/kr/img/right.png');
        background-size: contain;
    }

    .pageBtn > a > img {  
        display: none;
    }

    .submenuTab {
        width:100%;
        padding:2% 0 2% 0;
    }

    .submenuTab a {
        font-size: 0.85em;
    }


    .subCon > h3 {
        font-size:2em;
    } 

    .subCon {
        margin: 10% 5%;
    }

    .barTxt {
        font-size:1em;
    }

    .tabmenu tr td a{
        font-size: 1em;
    }

    .tabmenu tr td {
        border-bottom: 0px solid #000;
    }

    .tabmenu tr td:first-child {
        border-top: 0px solid #000;
    }

    .conBox {
        margin:10% auto;
    }

    .conBox > article > h4 {
        font-size: 1.5em;
    }

	    .conBox > article > h5 {
        font-size: 1.5em;
    }

    .conBox > article > p {
        font-size:1.1em;
    }

    .tb1 tr td {
        font-size:1em;
    }

	 .tb1_2 tr td {
        font-size:0.8em;
    }
    .conBox > article > span {
        font-size:0.8em;
    }

    .imgBox > figcaption {
        font-size:0.9em
    }
}

@media screen and (max-width: 414px) {
    .subVisual {
        height:200px;
    }

    .subVisual h2 {
        font-size:2em;
    }
    
    .subCon > h3 {
        font-size:1.5em;
    } 

    .submenuTab {
        width:100%;
        padding:1% 0 5% 0;
    }

    .submenuTab a {
        font-size: 0.8em;
    }

    .subCon {
        margin: 10% 5%;
    }

    .conBox > article > h4 {
        font-size: 1.2em;
    }

	 .conBox > article > h5 {
        font-size: 1.2em;
    }


    .conBox > article > p {
        font-size:0.9em;
    }

    .list li {
        font-size:0.9em;
    } 

    .tb1 tr td {
        font-size:0.8em;
    }
    .tb1_2 tr td {
        font-size:0.7em;
    }

}

@media screen and (max-width: 390px) {
}

@media screen and (max-width: 375px) {

}

@media screen and (max-width: 360px) {
    .submenuTab a {
        font-size: 0.7em;
    }
}

@media screen and (max-width: 320px) {
}



