@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;
  }
}


@media (min-width:1600px) {
	
/* 온라인문의 */
.online_header {background:url(../images/online_header_bg.jpg) top center repeat-x;padding:30px; margin-top: 50px;}
.online_header>.content {padding:50px; background:url(../images/online_header_car.png) 100% 75% no-repeat, #fff; border-radius: 30px;}
.online_header>.content>.title {font-family: 'RiaSans-Bold'; font-size: 50px;color:#141414; line-height: 1; margin-left: -3px;  }
.online_header>.content>.title>strong { color:#009b99; }
.online_header>.content>.title2 {font-family: 'Pretendard-Regular'; font-size:20px;color:#bababa;  font-weight: 600; letter-spacing: 3px; margin-top: 13px; }
.online_header>.content>.desc {font-family: 'Pretendard-Regular'; font-size: 33px;color:#141414;  font-weight: 400; letter-spacing: -1px; margin-top: 25px;line-height: 1.5; width: 500px; }
.online_header>.content>.tel a {display: inline-block;  background:#141414; border-radius: 30px;  font-family: 'RiaSans-Regular'; font-size: 23px;color:#fff; line-height: 1; margin-top: 25px; padding: 15px 35px;   }
.online_header>.content>.tel a span {margin-left: 10px;}

.online_form {width: 850px; margin: 0 auto;}
.form_title  {font-family: 'RiaSans-Bold'; font-size: 38px;color:#141414; line-height: 1.1;background:url(../images/online_title_dot.png) top left no-repeat;padding-left: 75px; margin-top: 120px; margin-left: 10px; margin-bottom: 40px; position: relative;  }
.form_title::before {        content: ""; position: absolute;	        display: block; top:-30px; left:0;        width: 120px;        border-top: 5px solid #218fd3;        margin: 0 0px 7px 0;      }
.form_radio2 {margin-top: 20px;}
.form_radio2 input{margin:0;padding:0;    -webkit-appearance:none;       -moz-appearance:none;            appearance:none;}
.form_radio2 { display: flex; justify-content:space-between;}
.form_radio2 label {display: block; width: 415px; height: 210px;  border-radius: 35px; box-sizing: border-box;border: 5px solid #f0f0f0;font-family: 'Pretendard-Regular'; font-size:35px;color:#111;  font-weight: 600; text-align: center; padding-top: 130px; cursor: pointer;}
.form_radio2 #radio1+label {background: url(../images/online_icon_01.png) 50% 25%  no-repeat;}
.form_radio2 #radio2+label {background: url(../images/online_icon_02.png) 50% 25%  no-repeat;}
.form_radio2 #radio1:checked+label {background: url(../images/online_icon_01_ov.png) 50% 25%  no-repeat,#e7fbfd;border: 5px solid #218fd3;}
.form_radio2 #radio2:checked+label {background: url(../images/online_icon_02_ov.png) 50% 25%  no-repeat,#e7fbfd;border: 5px solid #218fd3;}

.form_radio3 {margin-top: 20px;}
.form_radio3 input{margin:0;padding:0;    -webkit-appearance:none;       -moz-appearance:none;            appearance:none;}
.form_radio3 { display: flex; justify-content:space-between;}
.form_radio3 label {display: block; width: 273px; height: 210px;  border-radius: 35px; box-sizing: border-box;border: 5px solid #f0f0f0;font-family: 'Pretendard-Regular'; font-size:35px;color:#111;  font-weight: 600; text-align: center; padding-top: 130px; cursor: pointer;}
.form_radio3 #radio3+label {background: url(../images/online_icon_03.png) 50% 20%  no-repeat; background-size: 38%;}
.form_radio3 #radio4+label {background: url(../images/online_icon_04.png) 50% 20%  no-repeat; background-size: 38%;}
.form_radio3 #radio5+label {background: url(../images/online_icon_05.png) 50% 20%  no-repeat; background-size: 38%;}
.form_radio2 #radio6+label {background: url(../images/online_icon_06.png) 50% 20%  no-repeat; background-size: 28%;}
.form_radio3 #radio7+label {background: url(../images/online_icon_07.png) 50% 20%  no-repeat; background-size: 38%;}
.form_radio2 #radio8+label {background: url(../images/online_icon_08.png) 50% 20%  no-repeat; background-size: 28%;}
.form_radio3 #radio3:checked+label {background: url(../images/online_icon_03_ov.png) 50% 20%  no-repeat,#e7fbfd; background-size: 38%;border: 5px solid #218fd3;}
.form_radio3 #radio4:checked+label {background: url(../images/online_icon_04_ov.png) 50% 20%  no-repeat,#e7fbfd; background-size: 38%;border: 5px solid #218fd3;}
.form_radio3 #radio5:checked+label {background: url(../images/online_icon_05_ov.png) 50% 20%  no-repeat,#e7fbfd; background-size: 38%;border: 5px solid #218fd3;}
.form_radio2 #radio6:checked+label {background: url(../images/online_icon_06_ov.png) 50% 20%  no-repeat,#e7fbfd; background-size: 28%;border: 5px solid #218fd3;}
.form_radio3 #radio7:checked+label {background: url(../images/online_icon_07_ov.png) 50% 20%  no-repeat,#e7fbfd; background-size: 38%;border: 5px solid #218fd3;}
.form_radio2 #radio8:checked+label {background: url(../images/online_icon_08_ov.png) 50% 20%  no-repeat,#e7fbfd; background-size: 28%;border: 5px solid #218fd3;}

.form_text {padding: 0 10px;}
.form_title2  {font-family: 'Pretendard-Regular'; font-size:30px;color:#141414; }
.form_text input { border:5px #eeeeee solid; background: #fbfbfb;font-family: 'Pretendard-Regular'; font-size:27px;color:#141414; line-height: 60px; width: 100%; margin: 30px 0 ; box-sizing: border-box; padding-left: 20px;}

.online_form .onlinebtn {text-align: center;}
.online_form .onlinebtn a {display: inline-block;  background:#141414; border-radius: 50px;  font-family: 'RiaSans-Regular'; font-size: 38px;color:#fff; line-height: 1; margin-top: 25px; padding: 25px 55px;   }
.online_form .onlinebtn a span {margin-left: 20px;}

.online_footer {background:#f7f7f7;padding:45px; margin-top: 50px;}
.online_footer>.content1 {padding:50px; background:url(../images/online_desc1_bg.jpg); border-radius: 30px;}
.online_footer>.content2 {padding:50px; background:url(../images/online_desc2_bg.jpg); border-radius: 30px; margin-top: 30px;}
.online_footer>.content3 {padding:50px; background:url(../images/online_desc3_bg.jpg); border-radius: 30px;margin-top: 30px;}
.online_footer>.content4 {padding:50px; background:url(../images/online_desc4_bg.jpg); border-radius: 30px;margin-top: 30px;}
.online_footer .title { display: inline-block;background:#fff; border-radius: 50px;  font-family: 'RiaSans-Regular'; font-size:29px;color:#141414; line-height: 1; padding: 20px 40px;  }
.online_footer .title2 { font-family: 'Pretendard-Regular'; font-size:33px;color:#141414; margin-top:30px;  display: flex;  line-height: 33px; font-weight:bold;  }
.online_footer .title2 span {display: block; width:33px; line-height: 33px;text-align: center; margin-right: 10px; background:#141414; border-radius: 50px;  font-family: 'Pretendard-Regular'; color:#fff;  font-size:20px;   }
.online_footer .desc2 { font-family: 'Pretendard-Regular'; font-size:28px;color:#141414; margin-top:10px;  margin-left: 40px; line-height: 33px;line-height: 1.5;   }
.online_footer .desc3 { font-family: 'Pretendard-Regular'; font-size:21px;color:#141414; margin-top:10px;  margin-left: 40px; line-height: 33px;line-height: 1.5;   }
	
	

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

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

.subtop_01 .bg_img { width:100%; height:500px; 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:500px;  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:500px;  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:500px;  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:500px;  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:500px;  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:500px;  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
}

.subtoptext { position:absolute; left:50%; top:55%; transform:translate(-50%) translateY(-50%); width:90%; max-width:1600px; margin:0 auto; color:#fff; text-align:; z-index:7;}
.subtoptext h2 { display:block; margin:10px 0; font-family: 'Tmon'; font-size:2.5rem; color:#fff; line-height:3.5rem; letter-spacing:0; animation: reveal 2s cubic-bezier(0.77, 0, 0.175, 1) forwards; }
.subtoptext h2 span { color:#ffc81d; }
.subtoptext h3 { display:block; font-size:1.2rem; color:#f2e0c9; line-height:2.0rem; letter-spacing:0; animation: reveal 2s cubic-bezier(0.77, 0, 0.175, 1) forwards; }
.subtoptext p { font-size:1.2rem; font-weight:500; color:#fff; line-height:2.0rem; animation: reveal 2.5s cubic-bezier(0.77, 0, 0.175, 1) forwards;}

/* 서브메뉴 */
.snb { position:absolute; left:50%; top:; bottom:30px; transform:translate(-50%) translateY(-50%); width:90%; max-width:1600px; margin:0 auto; z-index:7; }
.snb  #sm { animation: reveal 2s cubic-bezier(0.77, 0, 0.175, 1) forwards; }
.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(226,226,226,0); padding:10px 20px; width:; font-size:1.0em; font-weight:500; color:#444; text-align:center; transition:.3s;}
.snb  #sm li a:hover { background:#fff; border:1px solid #; color:#218fd3; }
.snb  #sm li.on a { background:#218fd3; border:1px solid #218fd3; font-weight:600; color:#fff; }


/* 상단타이틀영역 */
.titleArea { width:100%; text-align:center; overflow:hidden; }
.titleArea > #subtitle { padding-bottom:10px; font-size:2.6em; 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:60px auto; width:90%; max-width:1600px; overflow:hidden; }
#content .wrapper2 { clear:both; margin:50px auto; width:90%; max-width:1600px; 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.5em; font-weight:600; color:#218fd3; line-height:1.5em; }
#content .wrapper > h2 span { color:#218fd3; }
#content .wrapper > h3 { font-size:1.2em; font-weight:600; color:#222; 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:#218fd3; 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 20px; }
.common_list li{ list-style-image:url(../images/common_bullet.png); list-style-position:outside; margin:5px 0; line-height:1.5em; text-align:left;} /* list-style-type:disc; */
.common_list li.tit { list-style-image:none; list-style-type:none; margin-left:0; font-size:1.0em; font-weight:600;  color:#1e489d; line-height:25px; margin-bottom:5px;} 
.common_list strong { font-size:20px; color:#218fd3;}

.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%;}

.common_btn { margin:30px 0 0; text-align:center; }
.common_btn a { display:inline-block; background:#f89e3e; border:1px solid #f89e3e; border-radius:50px; padding:15px 40px; margin:0 0.5%; font-size:1.2em; font-weight:500; color:#fff; text-align:center; transition:.3s; }
.common_btn a:hover { background:#fff; border:1px solid #f89e3e; color:#f89e3e; transition:.3s; }

.pc_view { display:block;}
.tbl_view { display:none;}
.mob_view { 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; color:#; text-align:;}
.tb1 td.bg2{ background:#f9f9f9; font-weight:600; color:; text-align:center;}
.tb1 td a { text-decoration:underline;}
.tb1 th.bg1{ background:#218fd3; 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; }
	
	
	.tb2 { 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;}
.tb2 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; }
.tb2 th{background:#69829c; border-right:1px #d8d8d8 solid;  padding:14px 20px; font-size:1.05em; font-weight:500; color:#fff; line-height:1.6em; text-align:center; }
.tb2 td{border:1px #d8d8d8 solid;padding:14px 20px; font-size:; line-height:1.6em; text-align:; }
.tb2 td.center{ text-align:center; }
.tb2 td.bg1{ background:#f9f9f9; color:#; text-align:;}
.tb2 td.bg2{ background:#f9f9f9; font-weight:600; color:; text-align:center;}
.tb2 td a { text-decoration:underline;}
.tb2 th.bg1{ background:#218fd3; font-size:1.1em; color:#fff; text-align:center;}
.tb2 thead {background:#fdfdfd; color:#35495d; font-size:15px; }
.tb2 th.bg {background:#3d3d3d; color:#fff; font-size:15px; }

/* 탭메뉴 */
#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){
	
/* 온라인문의 */
.online_header {background:url(../images/online_header_bg.jpg) top center repeat-x;padding:30px; margin-top: 50px;}
.online_header>.content {padding:50px; background:url(../images/online_header_car.png) 100% 75% no-repeat, #fff; border-radius: 30px;}
.online_header>.content>.title {font-family: 'RiaSans-Bold'; font-size: 50px;color:#141414; line-height: 1; margin-left: -3px;  }
.online_header>.content>.title>strong { color:#009b99; }
.online_header>.content>.title2 {font-family: 'Pretendard-Regular'; font-size:20px;color:#bababa;  font-weight: 600; letter-spacing: 3px; margin-top: 13px; }
.online_header>.content>.desc {font-family: 'Pretendard-Regular'; font-size: 33px;color:#141414;  font-weight: 400; letter-spacing: -1px; margin-top: 25px;line-height: 1.5; width: 500px; }
.online_header>.content>.tel a {display: inline-block;  background:#141414; border-radius: 30px;  font-family: 'RiaSans-Regular'; font-size: 23px;color:#fff; line-height: 1; margin-top: 25px; padding: 15px 35px;   }
.online_header>.content>.tel a span {margin-left: 10px;}

.online_form {width: 100%; margin: 0 auto;}
.form_title  {font-family: 'RiaSans-Bold'; font-size: 38px;color:#141414; line-height: 1.1;background:url(../images/online_title_dot.png) top left no-repeat;padding-left: 75px; margin-top: 120px; margin-left: 10px; margin-bottom: 40px; position: relative;  }
.form_title::before {        content: ""; position: absolute;	        display: block; top:-30px; left:0;        width: 120px;        border-top: 5px solid #218fd3;        margin: 0 0px 7px 0;      }
.form_radio2 {margin-top: 20px;}
.form_radio2 input{margin:0;padding:0;    -webkit-appearance:none;       -moz-appearance:none;            appearance:none;}
.form_radio2 { display: flex; justify-content:space-between;}
.form_radio2 label {display: block; width: 48%; height: 210px;  border-radius: 35px; box-sizing: border-box;border: 5px solid #f0f0f0;font-family: 'Pretendard-Regular'; font-size:35px;color:#111;  font-weight: 600; text-align: center; padding-top: 130px; cursor: pointer;}
.form_radio2 #radio1+label {background: url(../images/online_icon_01.png) 50% 25%  no-repeat;}
.form_radio2 #radio2+label {background: url(../images/online_icon_02.png) 50% 25%  no-repeat;}
.form_radio2 #radio1:checked+label {background: url(../images/online_icon_01_ov.png) 50% 25%  no-repeat,#e7fbfd;border: 5px solid #218fd3;}
.form_radio2 #radio2:checked+label {background: url(../images/online_icon_02_ov.png) 50% 25%  no-repeat,#e7fbfd;border: 5px solid #218fd3;}

.form_radio3 {margin-top: 20px;}
.form_radio3 input{margin:0;padding:0;    -webkit-appearance:none;       -moz-appearance:none;            appearance:none;}
.form_radio3 { display: flex; justify-content:space-between;}
.form_radio3 label {display: block; width: 32%; height: 210px;  border-radius: 35px; box-sizing: border-box;border: 5px solid #f0f0f0;font-family: 'Pretendard-Regular'; font-size:35px;color:#111;  font-weight: 600; text-align: center; padding-top: 130px; cursor: pointer;}
.form_radio3 #radio3+label {background: url(../images/online_icon_03.png) 50% 20%  no-repeat; background-size: 38%;}
.form_radio3 #radio4+label {background: url(../images/online_icon_04.png) 50% 20%  no-repeat; background-size: 38%;}
.form_radio3 #radio5+label {background: url(../images/online_icon_05.png) 50% 20%  no-repeat; background-size: 38%;}
.form_radio2 #radio6+label {background: url(../images/online_icon_06.png) 50% 20%  no-repeat; background-size: 28%;}
.form_radio3 #radio7+label {background: url(../images/online_icon_07.png) 50% 20%  no-repeat; background-size: 38%;}
.form_radio2 #radio8+label {background: url(../images/online_icon_08.png) 50% 20%  no-repeat; background-size: 28%;}
.form_radio3 #radio3:checked+label {background: url(../images/online_icon_03_ov.png) 50% 20%  no-repeat,#e7fbfd; background-size: 38%;border: 5px solid #218fd3;}
.form_radio3 #radio4:checked+label {background: url(../images/online_icon_04_ov.png) 50% 20%  no-repeat,#e7fbfd; background-size: 38%;border: 5px solid #218fd3;}
.form_radio3 #radio5:checked+label {background: url(../images/online_icon_05_ov.png) 50% 20%  no-repeat,#e7fbfd; background-size: 38%;border: 5px solid #218fd3;}
.form_radio2 #radio6:checked+label {background: url(../images/online_icon_06_ov.png) 50% 20%  no-repeat,#e7fbfd; background-size: 28%;border: 5px solid #218fd3;}
.form_radio3 #radio7:checked+label {background: url(../images/online_icon_07_ov.png) 50% 20%  no-repeat,#e7fbfd; background-size: 38%;border: 5px solid #218fd3;}
.form_radio2 #radio8:checked+label {background: url(../images/online_icon_08_ov.png) 50% 20%  no-repeat,#e7fbfd; background-size: 28%;border: 5px solid #218fd3;}

.form_text {padding: 0 10px;}
.form_title2  {font-family: 'Pretendard-Regular'; font-size:30px;color:#141414; }
.form_text input { border:5px #eeeeee solid; background: #fbfbfb;font-family: 'Pretendard-Regular'; font-size:27px;color:#141414; line-height: 60px; width: 100%; margin: 30px 0 ; box-sizing: border-box; padding-left: 20px;}

.online_form .onlinebtn {text-align: center;}
.online_form .onlinebtn a {display: inline-block;  background:#141414; border-radius: 50px;  font-family: 'RiaSans-Regular'; font-size: 38px;color:#fff; line-height: 1; margin-top: 25px; padding: 25px 55px;   }
.online_form .onlinebtn a span {margin-left: 20px;}

.online_footer {background:#f7f7f7;padding:45px; margin-top: 50px;}
.online_footer>.content1 {padding:50px; background:url(../images/online_desc1_bg.jpg); border-radius: 30px;}
.online_footer>.content2 {padding:50px; background:url(../images/online_desc2_bg.jpg); border-radius: 30px; margin-top: 30px;}
.online_footer>.content3 {padding:50px; background:url(../images/online_desc3_bg.jpg); border-radius: 30px;margin-top: 30px;}
.online_footer>.content4 {padding:50px; background:url(../images/online_desc4_bg.jpg); border-radius: 30px;margin-top: 30px;}
.online_footer .title { display: inline-block;background:#fff; border-radius: 50px;  font-family: 'RiaSans-Regular'; font-size:29px;color:#141414; line-height: 1; padding: 20px 40px;  }
.online_footer .title2 { font-family: 'Pretendard-Regular'; font-size:33px;color:#141414; margin-top:30px;  display: flex; align-items:flex-start; line-height: 33px; font-weight:bold;  }
.online_footer .title2 span {display: block; width:33px; line-height: 33px;text-align: center; margin-right: 10px; background:#141414; border-radius: 50px;  font-family: 'Pretendard-Regular'; color:#fff;  font-size:20px;   }
.online_footer .title2 p { width:90%; }
.online_footer .desc2 { font-family: 'Pretendard-Regular'; font-size:28px;color:#141414; margin-top:10px;  margin-left: 40px; line-height: 33px;line-height: 1.5;   }
.online_footer .desc3 { font-family: 'Pretendard-Regular'; font-size:21px;color:#141414; margin-top:10px;  margin-left: 40px; line-height: 33px;line-height: 1.5;   }	
	
	
#container{*display:inline-block; overflow:hidden; margin:80px auto;}
#container:after{display:block;clear:both;content:''}

/* 상단이미지 */
.subtop_01{ position:relative; overflow:hidden; z-index:8; }
.subtop_02{ position:relative; overflow:hidden; z-index:8; }
.subtop_03{ position:relative; overflow:hidden; z-index:8; }
.subtop_04{ position:relative; overflow:hidden; z-index:8; }
.subtop_05{ position:relative; overflow:hidden; z-index:8; }
.subtop_06{ position:relative; overflow:hidden; z-index:8; }
.subtop_07{ position:relative; 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
}

.subtoptext { position:absolute; left:50%; top:58%; transform:translate(-50%) translateY(-50%); width:90%; margin:0 auto; color:#fff; text-align:; z-index:7;}
.subtoptext h2 { display:block; margin:0; font-family: 'Tmon'; font-size:2.0rem; color:#fff; line-height:3.5rem; letter-spacing:0; animation: reveal 2s cubic-bezier(0.77, 0, 0.175, 1) forwards; }
.subtoptext h2 span { color:#ffc81d; }
.subtoptext h3 { display:block; font-size:1.2rem; color:#f2e0c9; line-height:2.0rem; letter-spacing:0; animation: reveal 2s cubic-bezier(0.77, 0, 0.175, 1) forwards; }
.subtoptext p { font-size:1.2rem; font-weight:500; color:#fff; line-height:2.0rem; animation: reveal 2.5s cubic-bezier(0.77, 0, 0.175, 1) forwards;}

/* 서브메뉴 */
.snb { position:absolute; left:50%; top:; bottom:10px; transform:translate(-50%) translateY(-50%); width:90%; margin:0 auto; z-index:7; }
.snb  #sm { animation: reveal 2s cubic-bezier(0.77, 0, 0.175, 1) forwards; }
.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(226,226,226,0); padding:10px 20px; width:; font-size:1.0em; font-weight:500; color:#444; text-align:center; transition:.3s;}
.snb  #sm li a:hover { background:#fff; border:1px solid #; color:#218fd3; }
.snb  #sm li.on a { background:#218fd3; border:1px solid #218fd3; font-weight:600; color:#fff; }


/* 상단타이틀영역 */
.titleArea { 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:50px auto; width:90%; overflow:hidden; }
#content .wrapper2 { clear:both; margin:50px auto; width:90%; 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.5em; font-weight:600; color:#218fd3; line-height:1.5em; letter-spacing:0;}
#content .wrapper > h2 span { color:#218fd3; }
#content .wrapper > h3 { font-size:1.2em; font-weight:600; color:#222; 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:#218fd3; 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 20px; }
.common_list li{ list-style-image:url(../images/common_bullet.png); list-style-position:outside; margin:5px 0; line-height:1.4em; text-align:left;} /* list-style-type:disc; */
.common_list li.tit { list-style-image:none; list-style-type:none; margin-left:0; font-size:1.0em; font-weight:600;  color:#1e489d; line-height:25px; margin-bottom:5px;} 
.common_list strong { font-size:20px; color:#218fd3;}

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

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

.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%;}

.common_btn { margin:30px 0 0; text-align:center; }
.common_btn a { display:inline-block; background:#f89e3e; border:1px solid #f89e3e; border-radius:50px; padding:15px 40px; margin:0 0.5%; font-size:1.2em; font-weight:500; color:#fff; text-align:center; transition:.3s; }
.common_btn a:hover { background:#fff; border:1px solid #f89e3e; color:#f89e3e; transition:.3s; }

.pc_view { display:none;}
.tbl_view { display:block;}
.mob_view { 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; color:#; text-align:;}
.tb1 td.bg2{ background:#f9f9f9; font-weight:600; color:; text-align:center;}
.tb1 td a { text-decoration:underline;}
.tb1 th.bg1{ background:#218fd3; 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; }
	
	
		.tb2 { 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;}
.tb2 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; }
.tb2 th{background:#69829c; border-right:1px #d8d8d8 solid;  padding:14px 20px; font-size:1.05em; font-weight:500; color:#fff; line-height:1.6em; text-align:center; }
.tb2 td{border:1px #d8d8d8 solid;padding:14px 20px; font-size:; line-height:1.6em; text-align:; }
.tb2 td.center{ text-align:center; }
.tb2 td.bg1{ background:#f9f9f9; color:#; text-align:;}
.tb2 td.bg2{ background:#f9f9f9; font-weight:600; color:; text-align:center;}
.tb2 td a { text-decoration:underline;}
.tb2 th.bg1{ background:#218fd3; font-size:1.1em; color:#fff; text-align:center;}
.tb2 thead {background:#fdfdfd; color:#35495d; font-size:15px; }
.tb2 th.bg {background:#3d3d3d; color:#fff; font-size:15px; }

/* 탭메뉴 */
#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){
	
/* 온라인문의 */
.online_header {background:url(/images/online_header_bg.jpg) top center repeat-x;padding:15px; margin-top:30px;}
.online_header>.content {padding:25px; background:url(/images/online_header_car.png) 100% 85% no-repeat, #fff; border-radius: 20px; background-size: 40%; }
.online_header>.content>.title {font-family: 'RiaSans-Bold'; font-size: 24px;color:#141414; line-height: 1; margin-left: -3px;  }
.online_header>.content>.title>strong { color:#009b99; }
.online_header>.content>.title2 {font-family: 'Pretendard-Regular'; font-size:10px;color:#bababa;  font-weight: 600; letter-spacing: 1px; margin-top: 13px; }
.online_header>.content>.desc {font-family: 'Pretendard-Regular'; font-size: 17px;color:#141414;  font-weight: 400; letter-spacing: -1px; margin-top: 25px;line-height: 1.5; width: 200px; }
.online_header>.content>.tel a {display: inline-block;  background:#141414; border-radius: 30px;  font-family: 'RiaSans-Regular'; font-size: 15px;color:#fff; line-height: 1; margin-top: 15px; padding: 10px 15px;   }  
.online_header>.content>.tel a span {margin-left: 5px; }

.online_form {}
.form_title  {font-family: 'RiaSans-Bold'; font-size: 23px;color:#141414; line-height: 1.3;background:url(/images/online_title_dot.png) top left no-repeat; background-size:12%;  padding-left: 50px; margin-top: 70px; margin-left: 0; margin-bottom: 20px; position: relative;  }
.form_title::before {        content: ""; position: absolute;	        display: block; top:-20px; left:0;        width: 50px;        border-top: 2px solid #218fd3;        margin: 0 0px 7px 0;      }
.online_form input[type='radio']{border:none !important; display: none !important;} 
.online_form input[type='radio']:after {content: ""; display: none !important;}
.form_radio2 {margin-top: 20px;}
.form_radio2 input{margin:0;padding:0;    -webkit-appearance:none;       -moz-appearance:none;            appearance:none;}
.form_radio2 { display: flex; justify-content:space-between;}
.form_radio2 label {display: block; width: 48%; height: 80px;  border-radius: 15px; box-sizing: border-box;border: 2px solid #f0f0f0;font-family: 'Pretendard-Regular'; font-size:14px;color:#111;  font-weight: 600; text-align: center; padding-top: 50px; cursor: pointer;}
.form_radio2 #radio1+label {background: url(/images/online_icon_01.png) 50% 20%  no-repeat;background-size: 30%;}
.form_radio2 #radio2+label {background: url(/images/online_icon_02.png) 50% 20%  no-repeat;background-size: 30%;}
.form_radio2 #radio1:checked+label {background: url(/images/online_icon_01_ov.png) 50% 20%  no-repeat,#e7fbfd;border: 2px solid #218fd3;background-size: 30%;}
.form_radio2 #radio2:checked+label {background: url(/images/online_icon_02_ov.png) 50% 20%  no-repeat,#e7fbfd;border: 2px solid #218fd3;background-size: 30%;}

.form_radio3 {margin-top: 10px;}
.form_radio3 input{margin:0;padding:0;    -webkit-appearance:none;       -moz-appearance:none;            appearance:none;}
.form_radio3 { display: flex; justify-content:space-between;}
.form_radio3 label {display: block; width: 32%; height: 80px;  border-radius: 15px; box-sizing: border-box;border: 2px solid #f0f0f0;font-family: 'Pretendard-Regular'; font-size:14px;color:#111;  font-weight: 600; text-align: center; padding-top: 50px; cursor: pointer;}
.form_radio3 #radio3+label {background: url(/images/online_icon_03.png) 50% 20%  no-repeat; background-size: 38%;}
.form_radio3 #radio4+label {background: url(/images/online_icon_04.png) 50% 20%  no-repeat; background-size: 38%;}
.form_radio3 #radio5+label {background: url(/images/online_icon_05.png) 50% 20%  no-repeat; background-size: 38%;}
.form_radio2 #radio6+label {background: url(/images/online_icon_06.png) 50% 20%  no-repeat; background-size: 28%;}
.form_radio3 #radio7+label {background: url(/images/online_icon_07.png) 50% 20%  no-repeat; background-size: 38%;}
.form_radio2 #radio8+label {background: url(/images/online_icon_08.png) 50% 20%  no-repeat; background-size: 28%;}
.form_radio3 #radio3:checked+label {background: url(/images/online_icon_03_ov.png) 50% 20%  no-repeat,#e7fbfd; background-size: 38%;border: 2px solid #218fd3;}
.form_radio3 #radio4:checked+label {background: url(/images/online_icon_04_ov.png) 50% 20%  no-repeat,#e7fbfd; background-size: 38%;border: 2px solid #218fd3;}
.form_radio3 #radio5:checked+label {background: url(/images/online_icon_05_ov.png) 50% 20%  no-repeat,#e7fbfd; background-size: 38%;border: 2px solid #218fd3;}
.form_radio2 #radio6:checked+label {background: url(/images/online_icon_06_ov.png) 50% 20%  no-repeat,#e7fbfd; background-size: 28%;border: 2px solid #218fd3;}
.form_radio3 #radio7:checked+label {background: url(/images/online_icon_07_ov.png) 50% 20%  no-repeat,#e7fbfd; background-size: 38%;border: 2px solid #218fd3;}
.form_radio2 #radio8:checked+label {background: url(/images/online_icon_08_ov.png) 50% 20%  no-repeat,#e7fbfd; background-size: 28%;border: 2px solid #218fd3;}

.form_text {padding: 0 10px;}
.form_title2  {font-family: 'Pretendard-Regular'; font-size:16px;color:#141414; }
.form_text input { border:2px #eeeeee solid; background: #fbfbfb;font-family: 'Pretendard-Regular'; font-size:17px;color:#141414; line-height: 30px; width: 100%; margin:15px 0 ; box-sizing: border-box; padding-left: 10px;}

.onlinebtn {text-align: center;}
.onlinebtn a {display: inline-block !important;  background:#141414; border-radius: 50px;  font-family: 'RiaSans-Regular'; font-size: 21px;color:#fff; line-height: 1; margin-top: 25px; padding: 12px 25px;   }
.onlinebtn a span {margin-left: 10px;}

.online_footer {background:#f7f7f7;padding:18px; margin-top: 50px;}
.online_footer>.content1 {padding:18px; background:url(/images/online_desc1_bg.jpg); border-radius: 18px;}
.online_footer>.content2 {padding:18px; background:url(/images/online_desc2_bg.jpg); border-radius: 18px; margin-top: 15px;}
.online_footer>.content3 {padding:18px; background:url(/images/online_desc3_bg.jpg); border-radius: 18px;margin-top: 15px;}
.online_footer>.content4 {padding:18px; background:url(/images/online_desc4_bg.jpg); border-radius: 18px;margin-top: 15px;}
.online_footer .title { display: inline-block;background:#fff; border-radius: 18px;  font-family: 'RiaSans-Regular'; font-size:13px;color:#141414; line-height: 1; padding: 10px 15px;  }
.online_footer .title2 { font-family: 'Pretendard-Regular'; font-size:14px;color:#141414; margin-top:15px;  display: ;  line-height: 14px; font-weight:bold;  }
.online_footer .title2 span {display: inline-block; vertical-align:top; width:14px; line-height: 14px;text-align: center; margin-right:5px; background:#141414; border-radius: 20px;  font-family: 'Pretendard-Regular'; color:#fff;  font-size:10px;   }
.online_footer .title2 p { display: inline-block; width:90%; }
.online_footer .desc2 { font-family: 'Pretendard-Regular'; font-size:12px;color:#141414; margin-top:8px;  margin-left: 18px; line-height: 1.5;   }
.online_footer .desc3 { font-family: 'Pretendard-Regular'; font-size:12px;color:#141414; margin-top:8px;  margin-left: 18px; line-height: 1.5;   }

	
	

#container{*display:inline-block; overflow:hidden; margin:50px auto 0; font-size:14px; line-height:1.5em;}
#container:after{display:block;clear:both;content:''}

/* 상단이미지 */
.subtop_01{ position:relative; overflow:hidden; z-index:8; }
.subtop_02{ position:relative; overflow:hidden; z-index:8; }
.subtop_03{ position:relative; overflow:hidden; z-index:8; }
.subtop_04{ position:relative; overflow:hidden; z-index:8; }
.subtop_05{ position:relative; overflow:hidden; z-index:8; }
.subtop_06{ position:relative; overflow:hidden; z-index:8; }
.subtop_07{ position:relative; 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
}


.subtoptext { position:absolute; left:50%; top:45%; transform:translate(-50%) translateY(-50%); width:90%; margin:0 auto; color:#fff; text-align:center; z-index:7;}
.subtoptext h2 { display:block; margin:0 0; font-family: 'Tmon'; font-size:1.2rem; color:#fff; line-height:2.0rem; letter-spacing:0; animation: reveal 2s cubic-bezier(0.77, 0, 0.175, 1) forwards; }
.subtoptext h2 span { color:#ffc81d; }
.subtoptext h3 { display:block; font-size:1.0rem; color:#f2e0c9; line-height:2.0rem; letter-spacing:0; animation: reveal 2s cubic-bezier(0.77, 0, 0.175, 1) forwards; }
.subtoptext p { font-size:0.9rem; font-weight:500; color:#fff; line-height:2.0rem; animation: reveal 2.5s cubic-bezier(0.77, 0, 0.175, 1) forwards;}

/* 서브메뉴 */
.snb { position:absolute; left:50%; top:; bottom:5%; transform:translate(-50%) translateY(0%); width:90%; margin:0 auto; z-index:7; }
.snb  #sm {  animation: reveal 2s cubic-bezier(0.77, 0, 0.175, 1) forwards; }
.snb  #sm li { display:inline-block; margin:1% 0; width:48%; }
.snb  #sm li a { display:block; background:rgba(255,255,255,1.0); border-radius:8px; border:1px solid rgba(226,226,226,0); padding:6px 0; width:; font-size:1.0em; font-weight:500; color:#666; text-align:center; transition:.3s;}
.snb  #sm li a:hover { background:#fff; border:1px solid #218fd3; color:#218fd3; }
.snb  #sm li.on a { background:#218fd3; border:1px solid #218fd3; font-weight:600; color:#fff; }


/* 상단타이틀영역 */
.titleArea { width:100%; text-align:center; overflow:hidden; }
.titleArea > #subtitle { padding-bottom:; font-size:1.5em; 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; float:left; width:100%; }
#content .wrapper { clear:both; margin:40px auto; width:85%; overflow:hidden; }
#content .wrapper2 { clear:both; margin:50px auto; width:85%; 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.2em; font-weight:600; color:#218fd3; line-height:1.4em; letter-spacing:0;}
#content .wrapper > h2 span { color:#218fd3; }
#content .wrapper > h3 { font-size:1.0em; font-weight:600; color:#222; 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:#218fd3; margin-bottom:4px; width:15px; 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% 5%; width:89.5%; text-align:center; overflow:hidden;}
.common_box img { width:100%;}

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

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

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

.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%;}

.common_btn { margin:20px 0 0; text-align:center; }
.common_btn a { display:inline-block; background:#f89e3e; border:1px solid #f89e3e; border-radius:50px; padding:10px; margin:0 1%; font-size:1.0em; font-weight:600; color:#fff; text-align:center; transition:.3s; }
.common_btn a:hover { background:#fff; border:1px solid #f89e3e; color:#f89e3e; transition:.3s; }


.pc_view { display:none;}
.tbl_view { display:none;}
.mob_view { 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; color:#; text-align:;}
.tb1 td.bg2{ background:#f9f9f9; font-weight:600; color:; text-align:center;}
.tb1 td a { text-decoration:underline;}
.tb1 th.bg1{ background:#218fd3; 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: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; }
	
		.tb2 { margin:15px 0 0; color: #444; font-size:0.9em; font-weight:400; width:100%; border-top:1px #434343 solid; padding:0; border-spacing:0; border-collapse:collapse;}
.tb2 th{background:#69829c; border:1px #d8d8d8 solid;  padding:14px 0; font-size:1.05em; font-weight:500; color:#fff; line-height:1.6em; text-align:center; }
.tb2 td{border:1px #d8d8d8 solid;padding:14px 0; font-size:; line-height:1.6em; text-align:; }
.tb2 td.center{ text-align:center; }
.tb2 td.bg1{ background:#f9f9f9; color:#; text-align:;}
.tb2 td.bg2{ background:#f9f9f9; font-weight:600; color:; text-align:center;}
.tb2 td a { text-decoration:underline;}
.tb2 th.bg1{ background:#218fd3; font-size:1.1em; color:#fff; text-align:center;}
.tb2 thead {background:#fdfdfd; color:#35495d; font-size:15px; }
.tb2 th.bg {background:#3d3d3d; color:#fff; font-size:15px; }

/* 탭메뉴 */
#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:; }






}


