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

#container{*display:inline-block; border-top:0px solid #dedede; width:100%; margin:0 auto 150px;}
#container:after{display:block;clear:both;content:''}

/* 상단이미지 */
.subtop_01{ position:relative; width:100%; height:400px; overflow:hidden; background:url(../images/subtop_01.jpg) center no-repeat; background-size:cover; z-index:8; }
.subtop_02{ position:relative; width:100%; height:400px; overflow:hidden; background:url(../images/subtop_02.jpg) center no-repeat; background-size:cover; z-index:8; }
.subtop_03{ position:relative; width:100%; height:400px; overflow:hidden; background:url(../images/subtop_03.jpg) center no-repeat; background-size:cover; z-index:8; }
.subtop_04{ position:relative; width:100%; height:400px; overflow:hidden; background:url(../images/subtop_04.jpg) center no-repeat; background-size:cover; z-index:8; }
.subtop_05{ position:relative; width:100%; height:400px; overflow:hidden; background:url(../images/subtop_05.jpg) center no-repeat; background-size:cover; z-index:8; }

.subtoptext {position:absolute; left:50%; top:60%; transform:translate(-50%) translateY(-50%); width:80%; max-width:1500px; margin:0 auto; color:#fff; text-align:center; z-index:7;}
.subtoptext .txt { margin-top:; font-size:1.1em; font-weight:; line-height:1.4em; letter-spacing:0.5px;}
.subtoptext strong {font-family: 'Pretendard-Black'; font-size:2.5em; line-height:1.5em; letter-spacing:1.0px;}


/* 서브 제품 카테고리*/
.nav_product { background:#fcb934; }
.nav_product .content { width:1300px; margin:0 auto;}
.nav_product .content ul { display:flex; justify-content:center; flex-wrap:wrap; }
.nav_product .content ul li { background:#fff; border-radius:10px; width:12%; margin:20px 5px; text-align:center; }
.nav_product .content ul li img { height:50px; }
.nav_product .content ul li p { margin:6px 0 0; font-weight:500; }
.nav_product .content ul li a { display:block; border-radius:10px; padding:15px 0 10px; transition:.4s; }
.nav_product .content ul li a:hover { background:#20a89a; color:#fff; transition:.4s;}


/* 서브메뉴 */
.snb{ margin:40px auto 20px; width:50%; }
.snb ul#sm { display:flex; justify-content:space-between; }
.snb #sm li { width:32%; }
.snb #sm li a { display:block; border-radius:5px; border:1px solid #999; padding:20px 6px; font-size:1.1em; color:#333; text-align:center; }
.snb #sm li a:hover { border:1px solid #333; background:#333; color:#fff;}
.snb #sm li.on a { border:1px solid #20a89a; background:#20a89a; color:#fff;}


/* 상단타이틀영역 */
.titleArea { margin:80px 0 0; width:100%; text-align:center; overflow:hidden; }
.titleArea > #subtitle {font-family: 'GmarketSansBold'; font-size:3.2em; font-weight:600; color:#333; line-height:1.2em; letter-spacing:-1px; text-align:;}
.titleArea > #subtitle:before {content :""; display:block; background:#fcb934; margin:0 auto 20px; width:40px; height:3px; }
.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 { display:none; color: #979797; font-size: 12px; background:url(../images/dot_home.jpg) no-repeat 0 7px; }


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

#content > .wrapper > h1, #content .wrapper2 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:2.4em; font-weight:600; color:#222; line-height:1.5em; letter-spacing:0px; margin-bottom:;}
#content > .wrapper > h2 strong { color:#0faddb; }
#content > .wrapper > h2 span { margin-left:10px; font-family: 'Pretendard-bold'; font-size:0.7em; }
#content > .wrapper > h3 { font-size:1.4em; font-weight:500; color:#222; line-height:1.5em; letter-spacing:-0.5px;}
#content > .wrapper > h3 strong { color:#a10c0c; }
#content > .wrapper > h4 { font-family: 'Pretendard-Bold'; font-size:1.3em; font-weight:400; color:#1e489d; line-height:1.4em; letter-spacing:-0.5px;}

#content > .center { text-align:center; }
#content .wrapper > strong { color:#222; }

/* 소타이틀 */
.stit { display:block; background:url() top left no-repeat; padding-top:; margin-bottom:20px; font-size:1.8em; font-weight:600; color:#222; letter-spacing:-1.0px; text-align:center;}
.stit:before {content :""; display:block; background:#0faddb; margin:0 auto 15px; width:30px; height:2px; }

.br { display:block; height:22px;}
.br2 { display:block; height:30px;}

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}



/*공통*/

.pc_view { display:block; }
.mob_view { display:none; }

.common_center { text-align:center; }

.common_box { border:1px solid #dedede; padding:70px 30px; width:1238px; text-align:center; overflow:hidden;}
.common_box img {  }

.common_list1 { display:block; margin-top:20px;}
.common_list1 li{ list-style-image:url(); list-style-type:disc; list-style-position:outside; margin-left:20px; padding-left:3px; line-height:2.0em; text-align:left;} /* list-style-type:disc; */
.common_list1 li.tit { list-style-image:none; list-style-type:none; margin-left:0; font-size:19px; font-weight:600;  color:#1e489d; line-height:25px; margin-bottom:5px;} 
.common_list1 strong { font-size:20px; color:#0faddb;}

.common_pic { text-align:center; }
.common_pic 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-family: 'Pretendard-bold'; 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 a { display:block; border-radius:50px; background:#fcb934; margin:60px auto 0; padding:20px 10px; width:22%; font-size:1.5em; color:#fff; text-align:center; letter-spacing:-0.5px; transition:.3s;}
.common_btn a:hover { background:#20a89a; transition:.3s; }




/* 테이블 */
.tb1 { color: #565656; font-size:1.0em; font-weight:400; width:100%; border-top:1px #434343 solid; padding:0; border-spacing:0; border-collapse:collapse;  margin-top:;}
.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:#f5f5f5; border-right:1px #d8d8d8 solid; border-bottom:1px #d8d8d8 solid; padding:12px 20px; font-size:; font-weight:500; color:#222; line-height:25px; text-align:center; }
.tb1 td{border-right:1px #d8d8d8 solid; border-bottom:1px #d8d8d8 solid; padding:12px 20px; font-size:0.95em; line-height:1.7; text-align:; }
.tb1 th:last-child, .tb1 td:last-child { border-right:0px #d8d8d8 solid; border-left:1px #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:#f0f7fb; 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:#467dbb; 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 td li{ margin:5px 0;}
.tb1 th span, .tb1 td span { font-size:1.1em; color:#222;}
.tb1 th img, .tb1 td img { display:block; width:20%; 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:25px; line-height:25px;} /* 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:; }

