@charset "utf-8";
/* @import url('font.css'); */

/* subtop 이미지 줌 인 효과 */
@-webkit-keyframes KEYFRAME {
0% {-webkit-transform:scale(1.3);transform:scale(1.3)}
100% {-webkit-transform:scale(1.0);transform:scale(1.0)}
}

@-moz-keyframes KEYFRAME {
0% {-webkit-transform:scale(1.3);transform:scale(1.3)}
100% {-webkit-transform:scale(1.0);transform:scale(1.0)}
}

@-o-keyframes KEYFRAME {
0% {-webkit-transform:scale(1.3);transform:scale(1.3)}
100% {-webkit-transform:scale(1.0);transform:scale(1.0)}
}

@keyframes KEYFRAME {
0% {-webkit-transform:scale(1.3);transform:scale(1.3)}
100% {-webkit-transform:scale(1.0);transform:scale(1.0)}
}

/* subtop 텍스트 효과 */
@keyframes reveal {
  0% {
    transform: translateY(100%); opacity:0;
  }
  100% {
    transform: translateY(0); opacity:1;
  }
}


.privacyArea{height:100px; overflow-y:scroll; text-align:left; padding:5px; border:1px #CCC solid; margin-top:20px; font-size:0.8rem; line-height:1.3rem; }
.privacyText{font-size:1rem; margin-top:5px;}

@media (min-width:1600px) {

#container {*display:inline-block; overflow:hidden; margin:0 auto 80px;}
#container:after {display:block;clear:both;content:''}


	
/* 상단이미지 */
.subtop_01 { position:relative; margin:90px 0 0; overflow:hidden; z-index:8; }
.subtop_02 { position:relative; margin:90px 0 0; overflow:hidden; z-index:8; }
.subtop_03 { position:relative; margin:90px 0 0; overflow:hidden; z-index:8; }
.subtop_04 { position:relative; margin:90px 0 0; overflow:hidden; z-index:8; }
.subtop_05 { position:relative; margin:90px 0 0; overflow:hidden; z-index:8; }
.subtop_06 { position:relative; margin:90px 0 0; overflow:hidden; z-index:8; }
.subtop_07 { position:relative; margin:90px 0 0; overflow:hidden; z-index:8; }
.subtop_08 { position:relative; margin:90px 0 0; overflow:hidden; z-index:8; }

.subtop_01 .bg_img { width:100%; height:400px; background:url(../images/subtop_01.jpg) center no-repeat; background-size:cover;  
-webkit-transform: scale(1); -o-transform: scale(1); transform: scale(1);
-webkit-animation:KEYFRAME 3.5s both;
-moz-animation: KEYFRAME 3.5s both;
-o-animation: KEYFRAME 3.5s both;
animation: KEYFRAME 3.5s both
}
.subtop_02 .bg_img { width:100%; height:400px;  background:url(../images/subtop_02.jpg) center no-repeat; background-size:cover;  
-webkit-transform: scale(1); -o-transform: scale(1); transform: scale(1);
-webkit-animation:KEYFRAME 3.5s both;
-moz-animation: KEYFRAME 3.5s both;
-o-animation: KEYFRAME 3.5s both;
animation: KEYFRAME 3.5s both
}
.subtop_03 .bg_img { width:100%; height:400px;  background:url(../images/subtop_03.jpg) center no-repeat; background-size:cover;  
-webkit-transform: scale(1); -o-transform: scale(1); transform: scale(1);
-webkit-animation:KEYFRAME 3.5s both;
-moz-animation: KEYFRAME 3.5s both;
-o-animation: KEYFRAME 3.5s both;
animation: KEYFRAME 3.5s both
}
.subtop_04 .bg_img { width:100%; height:400px;  background:url(../images/subtop_04.jpg) center no-repeat; background-size:cover;  
-webkit-transform: scale(1); -o-transform: scale(1); transform: scale(1);
-webkit-animation:KEYFRAME 3.5s both;
-moz-animation: KEYFRAME 3.5s both;
-o-animation: KEYFRAME 3.5s both;
animation: KEYFRAME 3.5s both
}
.subtop_05 .bg_img { width:100%; height:400px;  background:url(../images/subtop_05.jpg) center no-repeat; background-size:cover;  
-webkit-transform: scale(1); -o-transform: scale(1); transform: scale(1);
-webkit-animation:KEYFRAME 3.5s both;
-moz-animation: KEYFRAME 3.5s both;
-o-animation: KEYFRAME 3.5s both;
animation: KEYFRAME 3.5s both
}
.subtop_06 .bg_img { width:100%; height:400px;  background:url(../images/subtop_06.jpg) center no-repeat; background-size:cover;  
-webkit-transform: scale(1); -o-transform: scale(1); transform: scale(1);
-webkit-animation:KEYFRAME 3.5s both;
-moz-animation: KEYFRAME 3.5s both;
-o-animation: KEYFRAME 3.5s both;
animation: KEYFRAME 3.5s both
}
.subtop_07 .bg_img { width:100%; height:400px;  background:url(../images/subtop_07.jpg) center no-repeat; background-size:cover;  
-webkit-transform: scale(1); -o-transform: scale(1); transform: scale(1);
-webkit-animation:KEYFRAME 3.5s both;
-moz-animation: KEYFRAME 3.5s both;
-o-animation: KEYFRAME 3.5s both;
animation: KEYFRAME 3.5s both
}
.subtop_08 .bg_img { width:100%; height:400px;  background:url(../images/subtop_08.jpg) center no-repeat; background-size:cover;  
-webkit-transform: scale(1); -o-transform: scale(1); transform: scale(1);
-webkit-animation:KEYFRAME 3.5s both;
-moz-animation: KEYFRAME 3.5s both;
-o-animation: KEYFRAME 3.5s both;
animation: KEYFRAME 3.5s both
}

.subtoptext {position:absolute; left:50%; top:50%; transform:translate(-50%) translateY(-50%); width:90%; max-width:1600px; margin:0 auto; color:#fff; text-align:center; z-index:7;}
.subtoptext h2 { position:relative; display:block; margin:0 0 15px; font-size:2.0em; color:#fff; line-height:1.4em; letter-spacing:-1.0px;
animation: reveal 2s cubic-bezier(0.77, 0, 0.175, 1) forwards; }
.subtoptext h2 span { display:inline-block; border-bottom:10px solid #ffc600; line-height:0.7em; }
.subtoptext p { font-size:1.3em; color:#fff; animation: reveal 2.5s cubic-bezier(0.77, 0, 0.175, 1) forwards;}


/* 서브메뉴 */
.snb { position: absolute; bottom:40px; background:#; border-bottom:0px solid #e4e4e4; width:100%; padding:0; overflow:hidden; z-index:7;}
.snb  #sm { text-align:center;}
.snb  #sm li { display:inline-block; margin:0 2px; }
.snb  #sm li a { display:block; background:rgba(255,255,255,1.0); border-radius:8px; border:1px solid rgba(255,255,255,1.0); padding:7px 20px; width:; font-size:1.0em; font-weight:; color:#444; text-align:center; transition:.3s;}
.snb  #sm li a:hover { background:#111; border:1px solid #111; color:#fff; }
.snb  #sm li.on a { background:#2155bb; border:1px solid #2155bb; font-weight:600; color:#fff; }


/* 상단타이틀영역 */
.titleArea { margin:100px 0 0; width:100%; text-align:center; overflow:hidden; }
.titleArea > #subtitle { padding-bottom:10px; font-size:2.8em; font-weight:600; color:#222; line-height:1.5em; letter-spacing:-1.0px; text-align:;}
.titleArea > #subtitle2 { padding-bottom:25px;  font-size:18px; font-weight:; color:#898989; line-height:22px; letter-spacing:0.5px; text-align:; }
.titleArea > #subtitle2 strong {color:#2a2a2a; }
.titleArea > #map { color: #979797; font-size: 12px; background:url(../images/dot_home.jpg) no-repeat 0 7px; }


/* 컨텐츠영역 */
#content{ position:relative; width:100%;}
#content .wrapper { clear:both; margin:80px auto; width:90%; max-width:1600px; background:#fff; overflow:hidden; }
#content .wrapper2 { clear:both; margin:-50px auto 0; width:90%; max-width:1600px; background:#fff; overflow:hidden; }

#content .wrapper > h1 {font-size:1.7em; font-weight:500; color:#222; line-height:1.4em; letter-spacing:-1.0px; }
#content .wrapper > h1 strong { color:#ff6000; }
#content .wrapper > h1:after {content :""; display:block; line-height:0;}
#content .wrapper > h2 { font-size:1.3em; font-weight:500; color:#222; line-height:1.6em; letter-spacing:-1.0px; }
#content .wrapper > h2 span { color:#1d3c93; }
#content .wrapper > h3 { font-size:1.3em; font-weight:600; color:#1d3c93; line-height:1.5em; letter-spacing:0;}
#content .wrapper > h3 strong { color:#ff6000; }
#content .wrapper > h4 { font-size:1.3em; font-weight:400; color:#1e489d; line-height:1.4em; letter-spacing:-0.5px;}

/* 소타이틀 */
.stit { display:block; background:url() top left no-repeat; padding-top:; margin-bottom:; font-size:1.6em; font-weight:600; color:#222; letter-spacing:-0.5px;}
.stit:before {content :""; display:block; background:#1d3c93; margin-bottom:10px; width:22px; height:2px; }
.stit span { float:right; font-size:0.6em; font-weight:500; color:#333; }

.br { display:block; height:10px;}
.br2 { display:block; height:20px;}
.br3 { display:block; height:25px;}
.br4 { display:block; height:35px;}
.br5 { display:block; height:45px;}

ol.listNum {margin-left:-20px;}
ol.listNum > li { list-style: decimal !important;   color: #; font-size: ; margin-top:; line-height:30px; }

ol.listNum2 { margin-left:-15px;}
ol.listNum2 li { list-style: decimal}


/*공통*/
.common_box { border-radius:5px; border:1px solid #dedede; padding:5% 3%; width:93.5%; text-align:center; overflow:hidden;}
.common_box img {  }

.common_list { display:block; margin:0 0; }
.common_list li{ list-style-image:url(); list-style-type:disc; list-style-position:outside; margin:7px 0 0 25px; line-height:1.5em; text-align:left;} /* list-style-type:disc; */
.common_list li.tit { list-style-image:none; list-style-type:none; margin:20px 0 0; font-size:1.1em; font-weight:600;  color:#1e489d; line-height:25px; margin-bottom:5px;} 
.common_list strong { font-size:20px; color:#1d3c93;}

.common_pic { text-align:center; }
.common_pic img { width:100%; }

.common_center { margin:0 auto; width:80%; text-align:center; }

.common_won { display:flex; justify-content:center; }
.common_won .content { display:flex; justify-content:center; flex-direction:column; align-items:center; margin:0 2%;}
.common_won .content strong { display:block; font-size:3.5em; letter-spacing:1.0px;}
.common_won .content span { display:block; margin:30px 0 15px; font-size:1.5em; font-weight:500; color:#fff59c; }
.common_won .content:nth-child(1) { background:#00b4cb; border-radius:150px; width:240px; height:240px; padding:30px; font-size:1.1em; font-weight:; color:#fff; line-height:; letter-spacing:-1.0px; text-align:center;}
.common_won .content:nth-child(3) { background:#668fe2; border-radius:150px; width:240px; height:240px; padding:30px; font-size:1.1em; font-weight:; color:#fff; line-height:; letter-spacing:-1.0px; text-align:center;}
.common_won .content:nth-child(2) { width:2%;}

.view_pc { display:block;}
.view_mob { display:none;}

table.mrg { margin:0; }

/* 테이블 */
.tb1 { margin:25px 0 0; color: #444; font-size:1.0em; font-weight:400; width:100%; border-top:1px #434343 solid; padding:0; border-spacing:0; border-collapse:collapse;}
.tb1 caption { color: #454545; font-size: 17px; line-height:29px; background:url(../images/dot_title.png) no-repeat 0px 9px; padding-left:20px; padding-bottom:0px; font-weight:bold; text-align:left; margin-bottom:10px; }
.tb1 th{background:#69829c; border-right:1px #d8d8d8 solid; border-bottom:1px #d8d8d8 solid; padding:14px 20px; font-size:1.05em; font-weight:500; color:#fff; line-height:1.6em; text-align:center; }
.tb1 td{border-right:1px #d8d8d8 solid; border-bottom:1px #d8d8d8 solid; padding:14px 20px; font-size:; line-height:1.6em; text-align:; }
.tb1 th:last-child, .tb1 td:last-child { border-right:0px #d8d8d8 solid; border-left:0px #d8d8d8 solid;}
.tb1 th.one, .tb1 td.one {border-left:0 #d8d8d8 solid; }
.tb1 th.bd, .tb1 td.bd { border-right:1px #d8d8d8 solid;}
.tb1 td.center{ text-align:center; }
.tb1 td.bg1{ background:#f9f9f9; font-weight:500; color:#222; text-align:;}
.tb1 td.bg2{ background:#fffbdb; font-weight:500; color:; text-align:center;}
.tb1 td a { text-decoration:underline;}
.tb1 th.bg1{ background:#1d3c93; font-size:1.1em; color:#fff; text-align:center;}
.tb1 th .bold, .tb1 td .bold {color:#174487;}
.tb1 th strong, .tb1 td strong {color:#222;}
.tb1 th span, .tb1 td span { font-size:1.1em; color:#222;}
.tb1 th img, .tb1 td img { display:block; width:; margin:20px auto;}
.tb1 thead {background:#fdfdfd; color:#35495d; font-size:15px; }
.tb1 th.bg {background:#3d3d3d; color:#fff; font-size:15px; }
.tb1 .tb1_list li{ list-style-image:url(../images/common_bullet.png); list-style-position:outside; margin-left:15px; line-height:1.7em;} /* list-style-type:disc; */
.tb1 .tb1_list2 li{ list-style-image:url(../images/dot.png); list-style-type:; list-style-position:outside; margin-left:15px;} /* list-style-type:disc; */
.tb1 ol.listNum {margin-left:-20px;}
.tb1 ol.listNum > li { list-style: decimal !important;   color: #; font-size: ; margin-top:; line-height:27px; }

/* 탭메뉴 */
#tabmenu{  position:relative; width:100%; margin:40px auto; text-align:center; overflow:hidden;} /* display:inline-block; 중앙정렬 */
#tabmenu ul li{display:inline-block; line-height:52px; width:192px; margin:0 1px; vertical-align:top;}
#tabmenu ul li:first-child{margin-left:0;}
#tabmenu ul li a{display:inline-block; width:190px; background:#fff; border:1px #cfcfcf solid; font-size:0.9em; color:#525252; line-height:50px; text-align:center; cursor:pointer;text-decoration:none !important}
#tabmenu ul li a:hover{color:#134993; background:#fff; border:1px solid #134993;}
#tabmenu ul li.on, #tabmenu ul li.on a{ background:#134993; font-weight:400; line-height:;margin-top:1px;}
#tabmenu ul li.on a{  border:0px #134993 solid; color:#fff; line-height:; }


}


@media (min-width:768px) and (max-width:1599px){
	
#container {*display:inline-block; overflow:hidden; margin:0 auto 70px;}
#container:after {display:block;clear:both;content:''}

/* 상단이미지 */
.subtop_01 { position:relative; margin:90px 0 0; overflow:hidden; z-index:8; }
.subtop_02 { position:relative; margin:90px 0 0; overflow:hidden; z-index:8; }
.subtop_03 { position:relative; margin:90px 0 0; overflow:hidden; z-index:8; }
.subtop_04 { position:relative; margin:90px 0 0; overflow:hidden; z-index:8; }
.subtop_05 { position:relative; margin:90px 0 0; overflow:hidden; z-index:8; }
.subtop_06 { position:relative; margin:90px 0 0; overflow:hidden; z-index:8; }
.subtop_07 { position:relative; margin:90px 0 0; overflow:hidden; z-index:8; }
.subtop_08 { position:relative; margin:90px 0 0; overflow:hidden; z-index:8; }

.subtop_01 .bg_img { width:100%; height:400px; background:url(../images/subtop_01.jpg) center no-repeat; background-size:cover;  
-webkit-transform: scale(1); -o-transform: scale(1); transform: scale(1);
-webkit-animation:KEYFRAME 3.5s both;
-moz-animation: KEYFRAME 3.5s both;
-o-animation: KEYFRAME 3.5s both;
animation: KEYFRAME 3.5s both
}
.subtop_02 .bg_img { width:100%; height:400px;  background:url(../images/subtop_02.jpg) center no-repeat; background-size:cover;  
-webkit-transform: scale(1); -o-transform: scale(1); transform: scale(1);
-webkit-animation:KEYFRAME 3.5s both;
-moz-animation: KEYFRAME 3.5s both;
-o-animation: KEYFRAME 3.5s both;
animation: KEYFRAME 3.5s both
}
.subtop_03 .bg_img { width:100%; height:400px;  background:url(../images/subtop_03.jpg) center no-repeat; background-size:cover;  
-webkit-transform: scale(1); -o-transform: scale(1); transform: scale(1);
-webkit-animation:KEYFRAME 3.5s both;
-moz-animation: KEYFRAME 3.5s both;
-o-animation: KEYFRAME 3.5s both;
animation: KEYFRAME 3.5s both
}
.subtop_04 .bg_img { width:100%; height:400px;  background:url(../images/subtop_04.jpg) center no-repeat; background-size:cover;  
-webkit-transform: scale(1); -o-transform: scale(1); transform: scale(1);
-webkit-animation:KEYFRAME 3.5s both;
-moz-animation: KEYFRAME 3.5s both;
-o-animation: KEYFRAME 3.5s both;
animation: KEYFRAME 3.5s both
}
.subtop_05 .bg_img { width:100%; height:400px;  background:url(../images/subtop_05.jpg) center no-repeat; background-size:cover;  
-webkit-transform: scale(1); -o-transform: scale(1); transform: scale(1);
-webkit-animation:KEYFRAME 3.5s both;
-moz-animation: KEYFRAME 3.5s both;
-o-animation: KEYFRAME 3.5s both;
animation: KEYFRAME 3.5s both
}
.subtop_06 .bg_img { width:100%; height:400px;  background:url(../images/subtop_06.jpg) center no-repeat; background-size:cover;  
-webkit-transform: scale(1); -o-transform: scale(1); transform: scale(1);
-webkit-animation:KEYFRAME 3.5s both;
-moz-animation: KEYFRAME 3.5s both;
-o-animation: KEYFRAME 3.5s both;
animation: KEYFRAME 3.5s both
}
.subtop_07 .bg_img { width:100%; height:400px;  background:url(../images/subtop_07.jpg) center no-repeat; background-size:cover;  
-webkit-transform: scale(1); -o-transform: scale(1); transform: scale(1);
-webkit-animation:KEYFRAME 3.5s both;
-moz-animation: KEYFRAME 3.5s both;
-o-animation: KEYFRAME 3.5s both;
animation: KEYFRAME 3.5s both
}
.subtop_08 .bg_img { width:100%; height:400px;  background:url(../images/subtop_08.jpg) center no-repeat; background-size:cover;  
-webkit-transform: scale(1); -o-transform: scale(1); transform: scale(1);
-webkit-animation:KEYFRAME 3.5s both;
-moz-animation: KEYFRAME 3.5s both;
-o-animation: KEYFRAME 3.5s both;
animation: KEYFRAME 3.5s both
}

.subtoptext {position:absolute; left:50%; top:50%; transform:translate(-50%) translateY(-50%); width:90%; margin:0 auto; color:#fff; text-align:center; z-index:7;}
.subtoptext h2 { position:relative; display:block; margin:0 0 20px; font-size:1.8em; color:#fff; line-height:1.4em; letter-spacing:1.0px;
animation: reveal 2s cubic-bezier(0.77, 0, 0.175, 1) forwards;}
.subtoptext h2 span { display:inline-block; border-bottom:8px solid #ffc600; line-height:0.7em; }
.subtoptext p { font-size:1.2em; color:#fff; animation: reveal 2.5s cubic-bezier(0.77, 0, 0.175, 1) forwards;}


/* 서브메뉴 */
.snb { position: absolute; bottom:30px; background:#; border-bottom:0px solid #e4e4e4; width:100%; padding:0; overflow:hidden; z-index:7;}
.snb  #sm { text-align:center;}
.snb  #sm li { display:inline-block; margin:0 2px; }
.snb  #sm li a { display:block; background:rgba(255,255,255,1.0); border-radius:8px; border:1px solid rgba(255,255,255,1.0); padding:6px 15px; width:; font-size:0.9em; font-weight:; color:#444; text-align:center; transition:.3s;}
.snb  #sm li a:hover { background:#111; border:1px solid #111; color:#fff; }
.snb  #sm li.on a { background:#2155bb; border:1px solid #2155bb; font-weight:600; color:#fff; }


/* 상단타이틀영역 */
.titleArea { margin:90px 0 0; width:100%; text-align:center; overflow:hidden; }
.titleArea > #subtitle { padding-bottom:10px;  font-size:2.4em; font-weight:600; color:#222; line-height:40px; letter-spacing:-1.0px; text-align:;}
.titleArea > #subtitle2 { padding-bottom:25px;  font-size:18px; font-weight:; color:#898989; line-height:22px; letter-spacing:0.5px; text-align:; }
.titleArea > #subtitle2 strong {color:#2a2a2a; }
.titleArea > #map { color: #979797; font-size: 12px; background:url(../images/dot_home.jpg) no-repeat 0 7px;}

/* 컨텐츠영역 */
#content{ position:relative; width:100%; }
#content .wrapper { clear:both; margin:70px auto; width:90%; background:#fff; overflow:hidden; }
#content .wrapper2 { clear:both; margin:-40px auto 0; width:90%; background:#fff; overflow:hidden; }

#content .wrapper > h1 {font-size:1.7em; font-weight:500; color:#222; line-height:1.5em; letter-spacing:-1.0px; }
#content .wrapper > h1 strong { color:#ff6000; }
#content .wrapper > h2 { font-size:1.3em; font-weight:500; color:#222; line-height:1.6em; letter-spacing:-1.0px; }
#content .wrapper > h2 span { color:#1d3c93; }
#content .wrapper > h3 { font-size:1.2em; font-weight:600; color:#1d3c93; line-height:1.5em; letter-spacing:0; }
#content .wrapper > h3 strong { color:#ff6000; }
#content .wrapper > h4 { font-size:1.3em; font-weight:400; color:#1e489d; line-height:1.4em; letter-spacing:-0.5px;}

/* 소타이틀 */
.stit { display:block; background:url() top left no-repeat; padding-top:; margin-bottom:; font-size:1.5em; font-weight:600; color:#222; letter-spacing:-0.5px;}
.stit:before {content :""; display:block; background:#1d3c93; margin-bottom:9px; width:22px; height:2px; }
.stit span { float:right; font-size:0.7em; font-weight:500; color:#333; }

.br { display:block; height:10px;}
.br2 { display:block; height:15px;}
.br3 { display:block; height:20px;}
.br4 { display:block; height:30px;}
.br5 { display:block; height:35px;}

ol.listNum {margin-left:-20px;}
ol.listNum > li { list-style: decimal !important;   color: #; font-size: ; margin-top:; line-height:30px; }

ol.listNum2 { margin-left:-15px;}
ol.listNum2 li { list-style: decimal}

/*공통*/
.common_box {border-radius:5px; border:1px solid #dedede; padding:10%; width:79.5%; text-align:center; overflow:hidden;}
.common_box img { width:100%;}

.common_list { display:block; margin:0 0; }
.common_list li{ list-style-image:url(); list-style-type:disc; list-style-position:outside; margin:7px 0 0 25px; line-height:1.5em; text-align:left;} /* list-style-type:disc; */
.common_list li.tit { list-style-image:none; list-style-type:none; margin:20px 0 0; font-size:1.1em; font-weight:600;  color:#1e489d; line-height:25px; margin-bottom:5px;} 
.common_list strong { font-size:20px; color:#1d3c93;}

.common_pic { text-align:center; }
.common_pic img { width:100%; }

.common_center { margin:0 auto; width:80%; text-align:center; }

.common_won { display:flex; justify-content:center; }
.common_won .content { display:flex; justify-content:center; flex-direction:column; align-items:center; margin:0 2%;}
.common_won .content strong { display:block; font-size:3.0em; letter-spacing:1.0px;}
.common_won .content span { display:block; margin:25px 0 15px; font-size:1.5em; font-weight:500; color:#fff59c; }
.common_won .content:nth-child(1) { background:#00b4cb; border-radius:150px; width:240px; height:240px; padding:30px; font-size:1.1em; font-weight:; color:#fff; line-height:; letter-spacing:-1.0px; text-align:center;}
.common_won .content:nth-child(3) { background:#668fe2; border-radius:150px; width:240px; height:240px; padding:30px; font-size:1.1em; font-weight:; color:#fff; line-height:; letter-spacing:-1.0px; text-align:center;}
.common_won .content:nth-child(2) { width:3%;}
.common_won .content:nth-child(2) img { width:100%;}

.view_pc { display:block;}
.view_mob { display:none;}

table.mrg { margin:0; }

/* 테이블 */
.tb1 { margin:25px 0 0; color: #444; font-size:1.0em; font-weight:400; width:100%; border-top:1px #434343 solid; padding:0; border-spacing:0; border-collapse:collapse; }
.tb1 caption { color: #454545; font-size: 17px; line-height:29px; background:url(../images/dot_title.png) no-repeat 0px 9px; padding-left:20px; padding-bottom:0px; font-weight:bold; text-align:left; margin-bottom:10px; }
.tb1 th{background:#69829c; border-right:1px #d8d8d8 solid; border-bottom:1px #d8d8d8 solid; padding:13px 20px; font-size:; font-weight:500; color:#fff; line-height:1.6em; text-align:center; }
.tb1 td{border-right:1px #d8d8d8 solid; border-bottom:1px #d8d8d8 solid; padding:13px 20px; font-size:; line-height:1.6em; text-align:; }
.tb1 th:last-child, .tb1 td:last-child { border-right:0px #d8d8d8 solid; border-left:0px #d8d8d8 solid;}
.tb1 th.one, .tb1 td.one {border-left:0 #d8d8d8 solid; }
.tb1 th.bd, .tb1 td.bd { border-right:1px #d8d8d8 solid;}
.tb1 td.center{ text-align:center; }
.tb1 td.bg1{ background:#f9f9f9; font-weight:500; color:#222; text-align:;}
.tb1 td.bg2{ background:#fffbdb; font-weight:500; color:; text-align:center;}
.tb1 td a { text-decoration:underline;}
.tb1 th.bg1{ background:#1d3c93; font-size:1.1em; color:#fff; text-align:center;}
.tb1 th .bold, .tb1 td .bold {color:#174487;}
.tb1 th strong, .tb1 td strong {color:#222;}
.tb1 th span, .tb1 td span { font-size:1.1em; color:#222;}
.tb1 th img, .tb1 td img { display:block; width:; margin:20px auto;}
.tb1 thead {background:#fdfdfd; color:#35495d; font-size:15px; }
.tb1 th.bg {background:#3d3d3d; color:#fff; font-size:15px; }
.tb1 .tb1_list li{ list-style-image:url(../images/common_bullet.png); list-style-position:outside; margin-left:15px; line-height:1.6em;} /* list-style-type:disc; */
.tb1 .tb1_list2 li{ list-style-image:url(../images/dot.png); list-style-type:; list-style-position:outside; margin-left:15px;} /* list-style-type:disc; */
.tb1 ol.listNum {margin-left:-20px;}
.tb1 ol.listNum > li { list-style: decimal !important;   color: #; font-size: ; margin-top:; line-height:27px; }

/* 탭메뉴 */
#tabmenu{  position:relative; width:100%; margin:40px auto; text-align:center; overflow:hidden;} /* display:inline-block; 중앙정렬 */
#tabmenu ul li{display:inline-block; line-height:52px; width:192px; margin:0 1px; vertical-align:top;}
#tabmenu ul li:first-child{margin-left:0;}
#tabmenu ul li a{display:inline-block; width:190px; background:#fff; border:1px #cfcfcf solid; font-size:0.9em; color:#525252; line-height:50px; text-align:center; cursor:pointer;text-decoration:none !important}
#tabmenu ul li a:hover{color:#134993; background:#fff; border:1px solid #134993;}
#tabmenu ul li.on, #tabmenu ul li.on a{ background:#134993; font-weight:400; line-height:;margin-top:1px;}
#tabmenu ul li.on a{  border:0px #134993 solid; color:#fff; line-height:; }




}


@media (max-width:767px){

#container {*display:inline-block; overflow:hidden; margin:0 auto 70px;}
#container:after {display:block;clear:both;content:''}

/* 상단이미지 */
.subtop_01 { position:relative; margin:60px 0 0; overflow:hidden; z-index:8; }
.subtop_02 { position:relative; margin:60px 0 0; overflow:hidden; z-index:8; }
.subtop_03 { position:relative; margin:60px 0 0; overflow:hidden; z-index:8; }
.subtop_04 { position:relative; margin:60px 0 0; overflow:hidden; z-index:8; }
.subtop_05 { position:relative; margin:60px 0 0; overflow:hidden; z-index:8; }
.subtop_06 { position:relative; margin:60px 0 0; overflow:hidden; z-index:8; }
.subtop_07 { position:relative; margin:60px 0 0; overflow:hidden; z-index:8; }
.subtop_08 { position:relative; margin:60px 0 0; overflow:hidden; z-index:8; }

.subtop_01 .bg_img { width:100%; height:300px; background:url(../images/subtop_mob_01.jpg) center no-repeat; background-size:cover;  
-webkit-transform: scale(1); -o-transform: scale(1); transform: scale(1);
-webkit-animation:KEYFRAME 3.5s both;
-moz-animation: KEYFRAME 3.5s both;
-o-animation: KEYFRAME 3.5s both;
animation: KEYFRAME 3.5s both
}
.subtop_02 .bg_img { width:100%; height:300px;  background:url(../images/subtop_mob_02.jpg) center no-repeat; background-size:cover;  
-webkit-transform: scale(1); -o-transform: scale(1); transform: scale(1);
-webkit-animation:KEYFRAME 3.5s both;
-moz-animation: KEYFRAME 3.5s both;
-o-animation: KEYFRAME 3.5s both;
animation: KEYFRAME 3.5s both
}
.subtop_03 .bg_img { width:100%; height:300px;  background:url(../images/subtop_mob_03.jpg) center no-repeat; background-size:cover;  
-webkit-transform: scale(1); -o-transform: scale(1); transform: scale(1);
-webkit-animation:KEYFRAME 3.5s both;
-moz-animation: KEYFRAME 3.5s both;
-o-animation: KEYFRAME 3.5s both;
animation: KEYFRAME 3.5s both
}
.subtop_04 .bg_img { width:100%; height:300px;  background:url(../images/subtop_mob_04.jpg) center no-repeat; background-size:cover;  
-webkit-transform: scale(1); -o-transform: scale(1); transform: scale(1);
-webkit-animation:KEYFRAME 3.5s both;
-moz-animation: KEYFRAME 3.5s both;
-o-animation: KEYFRAME 3.5s both;
animation: KEYFRAME 3.5s both
}
.subtop_05 .bg_img { width:100%; height:300px;  background:url(../images/subtop_mob_05.jpg) center no-repeat; background-size:cover;  
-webkit-transform: scale(1); -o-transform: scale(1); transform: scale(1);
-webkit-animation:KEYFRAME 3.5s both;
-moz-animation: KEYFRAME 3.5s both;
-o-animation: KEYFRAME 3.5s both;
animation: KEYFRAME 3.5s both
}
.subtop_06 .bg_img { width:100%; height:300px;  background:url(../images/subtop_mob_06.jpg) center no-repeat; background-size:cover;  
-webkit-transform: scale(1); -o-transform: scale(1); transform: scale(1);
-webkit-animation:KEYFRAME 3.5s both;
-moz-animation: KEYFRAME 3.5s both;
-o-animation: KEYFRAME 3.5s both;
animation: KEYFRAME 3.5s both
}
.subtop_07 .bg_img { width:100%; height:300px;  background:url(../images/subtop_mob_07.jpg) center no-repeat; background-size:cover;  
-webkit-transform: scale(1); -o-transform: scale(1); transform: scale(1);
-webkit-animation:KEYFRAME 3.5s both;
-moz-animation: KEYFRAME 3.5s both;
-o-animation: KEYFRAME 3.5s both;
animation: KEYFRAME 3.5s both
}
.subtop_08 .bg_img { width:100%; height:300px;  background:url(../images/subtop_mob_08.jpg) center no-repeat; background-size:cover;  
-webkit-transform: scale(1); -o-transform: scale(1); transform: scale(1);
-webkit-animation:KEYFRAME 3.5s both;
-moz-animation: KEYFRAME 3.5s both;
-o-animation: KEYFRAME 3.5s both;
animation: KEYFRAME 3.5s both
}

.subtoptext {position:absolute; left:50%; top:40%; transform:translate(-50%) translateY(-50%); width:90%; margin:0 auto; color:#fff; text-align:center; z-index:7;}
.subtoptext h2 { position:relative; display:block; margin:0 0 15px; font-size:1.5em; color:#fff; line-height:1.4em; letter-spacing:1.0px;
animation: reveal 2s cubic-bezier(0.77, 0, 0.175, 1) forwards;}
.subtoptext h2 span { display:inline-block; border-bottom:5px solid #ffc600; line-height:0.7em; }
.subtoptext p { font-size:0.9em; font-weight:600; color:#fff; animation: reveal 2.5s cubic-bezier(0.77, 0, 0.175, 1) forwards; }


/* 서브메뉴 */
.snb { position: absolute; bottom:30px; background:#; border-bottom:0px solid #e4e4e4; width:100%; padding:0; overflow:hidden; z-index:7;}
.snb  #sm { text-align:center;}
.snb  #sm li { display:inline-block; margin:2px; }
.snb  #sm li a { display:block; background:rgba(255,255,255,1.0); border-radius:8px; border:1px solid rgba(255,255,255,1.0); padding:6px 10px; width:; font-size:0.9em; font-weight:600; color:#444; text-align:center; transition:.3s;}
.snb  #sm li a:hover { background:#111; border:1px solid #111; color:#fff; }
.snb  #sm li.on a { background:#2155bb; border:1px solid #2155bb; font-weight:600; color:#fff; }


/* 상단타이틀영역 */
.titleArea {  margin:60px 0 0; width:100%; text-align:center; overflow:hidden; }
.titleArea > #subtitle {  font-size:1.6em; font-weight:600; color:#222; line-height:1.5em; letter-spacing:0; text-align:;}
.titleArea > #subtitle2 { padding-bottom:25px;  font-size:18px; font-weight:; color:#898989; line-height:22px; letter-spacing:0.5px; text-align:; }
.titleArea > #subtitle2 strong {color:#2a2a2a; }
.titleArea > #map { color: #979797; font-size:0.7em; background:url(../images/dot_home.jpg) no-repeat 0 7px; }


/* 컨텐츠영역 */
#content{ position:relative; width:100%; }
#content .wrapper { clear:both; margin:60px auto; width:85%; background:#fff; overflow:hidden; }
#content .wrapper2 { clear:both; margin:10px auto; width:85%; background:#fff; overflow:hidden; }

#content .wrapper > h1 {font-size:1.3em; font-weight:500; color:#222; line-height:1.5em; letter-spacing:-1.0px; }
#content .wrapper > h1 strong { color:#ff6000; }
#content .wrapper > h2 { font-size:1.0em; font-weight:500; color:#222; line-height:1.5em; letter-spacing:-1.0px; }
#content .wrapper > h2 span { color:#1d3c93; }
#content .wrapper > h3 { font-size:1.1em; font-weight:600; color:#1d3c93; line-height:1.4em; letter-spacing:0;}
#content .wrapper > h3 strong { color:#ff6000; }
#content .wrapper > h4 { font-size:1.3em; font-weight:400; color:#1e489d; line-height:1.4em; letter-spacing:-0.5px;}

/* 소타이틀 */
.stit { display:block; background:url() top left no-repeat; padding-top:; margin-bottom:; font-size:1.15em; font-weight:600; color:#222; letter-spacing:;}
.stit:before {content :""; display:block; background:#1d3c93; margin-bottom:4px; width:15px; height:2px; }
.stit span { float:right; font-size:0.7em; font-weight:500; color:#333; }

.br { display:block; height:7px;}
.br2 { display:block; height:15px;}
.br3 { display:block; height:20px;}
.br4 { display:block; height:30px;}
.br5 { display:block; height:35px;}

ol.listNum {margin-left:-20px;}
ol.listNum > li { list-style: decimal !important;   color: #; font-size: ; margin-top:8px; line-height:; }

ol.listNum2 { margin-left:-15px;}
ol.listNum2 li { list-style: decimal}

/*공통*/
.common_box {border-radius:5px; border:1px solid #dedede; padding:10% 5%; width:89.5%; text-align:center; overflow:hidden;}
.common_box img { width:100%;}

.common_list { display:block; margin:0 0; }
.common_list li{ list-style-image:url(); list-style-position:outside; list-style-type:disc; margin:8px 0 0 15px; line-height:1.5em; text-align:left;} /* list-style-type:disc; */
.common_list li.tit { list-style-image:none; list-style-type:none; margin:10px 0 0; font-size:1.0em; font-weight:600;  color:#1e489d; line-height:25px; margin-bottom:5px;} 
.common_list strong { font-size:20px; color:#1d3c93;}

.common_pic { text-align:center; }
.common_pic img { width:100%; }

.common_center { text-align:center; }

.common_won { display:flex; flex-direction:column; }
.common_won .content { display:flex; justify-content:center; flex-direction:column; align-items:center; margin:2% auto; width:70%;}
.common_won .content strong { display:block; font-size:3.0em; letter-spacing:1.0px;}
.common_won .content span { display:block; margin:25px 0 15px; font-size:1.5em; font-weight:500; color:#fff59c; }
.common_won .content:nth-child(1) { background:#00b4cb; border-radius:120px; width:200px; height:200px; padding:20px; font-size:1.1em; font-weight:; color:#fff; line-height:; letter-spacing:-1.0px; text-align:center;}
.common_won .content:nth-child(3) { background:#668fe2; border-radius:120px; width:200px; height:200px; padding:20px; font-size:1.1em; font-weight:; color:#fff; line-height:; letter-spacing:-1.0px; text-align:center;}
.common_won .content:nth-child(2) { width:10%; margin:5% auto;}
.common_won .content:nth-child(2) img { width:100%;}

.view_pc { display:none;}
view_mob { display:block;}

table.mrg { margin:0; }

/* 테이블 */
.tb1 { margin:15px 0 0; color: #; font-size:0.9em; font-weight:400; width:100%; border-top:1px #434343 solid; padding:0; border-spacing:0; border-collapse:collapse; }
.tb1 caption { color: #454545; font-size: 17px; line-height:29px; background:url(../images/dot_title.png) no-repeat 0px 9px; padding-left:20px; padding-bottom:0px; font-weight:bold; text-align:left; margin-bottom:10px; }
.tb1 th{background:#69829c; border-right:1px #d8d8d8 solid; border-bottom:1px #d8d8d8 solid; padding:10px 0; font-size:0.85em; font-weight:500; color:#fff; line-height:1.6em; text-align:center; }
.tb1 td{border-right:1px #d8d8d8 solid; border-bottom:1px #d8d8d8 solid; padding:10px 5px; line-height:1.6em; text-align:; }
.tb1 th:last-child, .tb1 td:last-child { border-right:0px #d8d8d8 solid; border-left:0px #d8d8d8 solid;}
.tb1 th.one, .tb1 td.one {border-left:0 #d8d8d8 solid; }
.tb1 th.bd, .tb1 td.bd { border-right:1px #d8d8d8 solid;}
.tb1 td.center{ text-align:center; }
.tb1 td.bg1{ background:#f9f9f9; font-weight:500; color:#333; text-align:;}
.tb1 td.bg2{ background:#fffbdb; font-weight:500; color:; text-align:center;}
.tb1 td a { text-decoration:underline;}
.tb1 th.bg1{ background:#1d3c93; font-size:1.1em; font-weight:500; color:#fff; text-align:center;}
.tb1 th .bold, .tb1 td .bold {color:#174487;}
.tb1 th strong, .tb1 td strong {color:#222;}
.tb1 th span, .tb1 td span { font-size:1.1em; color:#222;}
.tb1 th img, .tb1 td img { display:block; width:100%; margin:20px auto;}
.tb1 thead {background:#fdfdfd; color:#35495d; font-size:15px; }
.tb1 th.bg {background:#3d3d3d; color:#fff; font-size:15px; }
.tb1 .tb1_list li{ list-style-image:url(); list-style-type:disc; list-style-position:outside; margin-left:15px; line-height:1.6em;} /* list-style-type:disc; */
.tb1 .tb1_list2 li{ list-style-image:url(../images/dot.png); list-style-type:; list-style-position:outside; margin-left:15px;} /* list-style-type:disc; */
.tb1 ol.listNum {margin-left:-20px;}
.tb1 ol.listNum > li { list-style: decimal !important;   color: #; font-size: ; margin-top:; line-height:27px; }

/* 탭메뉴 */
#tabmenu{  position:relative; width:100%; margin:40px auto; text-align:center; overflow:hidden;} /* display:inline-block; 중앙정렬 */
#tabmenu ul li{display:inline-block; line-height:52px; width:192px; margin:0 1px; vertical-align:top;}
#tabmenu ul li:first-child{margin-left:0;}
#tabmenu ul li a{display:inline-block; width:190px; background:#fff; border:1px #cfcfcf solid; font-size:0.9em; color:#525252; line-height:50px; text-align:center; cursor:pointer;text-decoration:none !important}
#tabmenu ul li a:hover{color:#134993; background:#fff; border:1px solid #134993;}
#tabmenu ul li.on, #tabmenu ul li.on a{ background:#134993; font-weight:400; line-height:;margin-top:1px;}
#tabmenu ul li.on a{  border:0px #134993 solid; color:#fff; line-height:; }






}


