/*# sourceURL=../css/content.css?t=1 */
/*@ sourceURL=../css/content.css?t=1 */
/*@ sourceURL=../css/content.css */
@charset "utf-8";

/* Sub Common */

.sub_mv{
    background: url("http://thtds.com/css/../images/common/smv_bg.jpg") center center no-repeat;
    margin-bottom: 30px;
}

.sub_mv h2{
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    padding: 78px 0;
}

.s_cont .layout{
    overflow: hidden;
}

.s_cont .lnb{
    float: left;
    width: 210px;
}

.s_cont .lnb h3{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    background: #272731 url("http://thtds.com/css/../images/common/lnb_bg.png") -27px 12px no-repeat;
    text-align: center;
    padding: 46px 0;
    margin-bottom: 15px;
}

.s_cont .lnb li a{
    display: block;
    font-size: 16px;
    color: #333;
    padding: 10px 0 10px 20px;
    background: url("http://thtds.com/css/../images/common/lnb_off.png") 179px center no-repeat;
    border-bottom: 1px solid #ddd;
}

.s_cont .lnb li a:hover,
.s_cont .lnb li a.on{
    background: #17b2cd url("http://thtds.com/css/../images/common/lnb_on.png") 179px center no-repeat;
    color: #fff;
}

.s_cont .cont_box{
    float: right;
    width: 860px;
    margin-bottom: 80px;
}

.s_cont .cont_box .s_tit{
    overflow: hidden;
    font-size: 32px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    margin: 68px 0 50px 0;
    padding-bottom: 14px;
    border-bottom: 1px solid #ddd;
}

.s_cont .cont_box .s_tit .brd_crumb{
    float: right;
    font-size: 13px;
    color: #999;
    margin-top: 18px;
}

.s_cont .cont_box .s_tit .brd_crumb span{
    margin: 0 9px;
}

.s_cont .conts{
    min-height: 600px;
}

.s_cont .cont_tit{
    margin-bottom: 15px;
    font-size: 20px;
    position: relative;
    padding-top: 10px;
    color: #333;
    font-weight: bold;
}

.s_cont .cont_tit::before{
    content: '';
    position: absolute;
    width: 30px;
    height: 1px;
    background: #222;
    top: 0;
    left: 0;
}

.s_cont .sub_tab{
    display: table;
    margin: 0 auto 50px auto;
    overflow: hidden;
}

.s_cont .sub_tab li{
    float: left;
    margin-left: 5px;
}

.s_cont .sub_tab li:first-child{
    margin-left: 0;
}

.s_cont .sub_tab li a{
    display: block;
    width: 200px;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    color: #333;
    border: 1px solid #d1d1d1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.s_cont .sub_tab li a.lh51{
    line-height: 51px;
}

.s_cont .sub_tab li a.on{
    background: #333;
    border-color: #333;
    color: #fff;
}

/* Company - Greet */

.greet_cont{
    background: url("http://thtds.com/css/../images/company/greet_bg.jpg") 0 0 no-repeat;
}

.greet_cont p{
    font-size: 16px;
    color: #333;
    width: 470px;
    word-break: keep-all;
    padding: 115px 0 85px 0;
}

.mapbg{
  background: /*url("http://thtds.com/css/../images/company/mapbg.jpg") no-repeat top center;*/
  overflow: hidden;
  padding-bottom: 40px;
}
.mapbg .f16{
  font-size:16px;
  color: #666;
  line-height: 23px;
}
.mapbg .m_slog{
  padding: 40px 0;
}
.m_sign{
  display: block;
  padding: 10px 50px 0 0;
  float: right;
}


/* Company - History */

.history .histo_li{
    overflow: hidden;
    border-top: 1px dotted #d1d1d1;
    padding-top: 10px;
    margin-top: 10px;
}

.history .histo_li:first-child{
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}

.history .year,
.history .cont{
	float: left;
	min-height:100px;
	box-sizing: border-box;
}

.history ul li .year{
	width: 10%;
	margin-right: 0;
}

.history ul li .year p{
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: #ccc;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	padding: 25px 0;
}

.history ul li .latest p{
    color: #fff;
    background: #17b2cd;
}

.history ul li .cont{
    width: 75%;
    height: 200px;
}

.history .cont ul{
    padding: 26px;
    position: relative;
}

.history .cont li{
	font-size: 16px;
}
.history .cont li img{
	font-size: 16px;
	width: 129px;
	position: absolute;
	right: 11px;
	top: 9px;
	box-shadow: 1px 1px 3px 7px #55555524;
}
.history .cont li img:nth-last-child{
	right: -20px;
}
.history .cont li span{
	display: inline-block;
	width: 40px;
	font-weight: 600;
	color: #333;
}

/* Company - Overview */

.overview{
    border-top: 2px solid #17b2cd;
}

.overview th,
.overview td{
    font-size: 16px;
    color: #333;
    text-align: center;
    padding: 10px;
    border: 1px solid #d1d1d1;
}

.overview th{
    background: #f9f9f9;
}

/* Company - Location */
.conts .factory{
  font-size:22px;
  background: url("http://thtds.com/css/../images/company/arrow.jpg")no-repeat;
  padding-left: 33px;
}
.conts .root_daum_roughmap{
    padding: 0;
    border: none;
    width: 100%;
    margin-top: 15px;
}

.loca_adr .adr_wrap {
    width: 100%;
    overflow: hidden;
    padding: 30px 0;
    border-bottom: 1px dotted #999;
}

.loca_adr .adr_wrap:first-child {
    border-top: 2px solid #333;
    margin-top: 30px;
}

.loca_adr .adr_wrap div {
    float: right;
    width: 580px;
}

.loca_adr h4 {
    float: left;
    font-size: 28px;
    color: #222;
}

.loca_adr h4 span {
    display: block;
    font-size: 16px;
    color: #999;
    margin-top: 10px;
}

.loca_adr dl{
    overflow: hidden;
}

.loca_adr dl dt,
.loca_adr dl dd {
    font-size: 16px;
    float: left;
}

.loca_adr dl dt {
    width: 80px;
}

.loca_adr dl dd {
    color: #777;
    font-weight: 100;
}

/* TDS Faucet */

.fc_info p{
    font-size: 16px;
    padding-left: 13px;
    background: url("http://thtds.com/css/../images/common/icon_dot.jpg") 0 center no-repeat;
    color: #333;
}

.fc_top_box{
    overflow: hidden;
    margin: 20px 0 70px 0;
}

.fc_top_box div{
    float: left;
}

.fc_top_box div:first-child{
    margin-right: 20px;
}

.fc_top_box p{
    background: #333;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 16px;
}

.faucet_table{
    margin-bottom: 50px;
    table-layout: fixed;
}

.faucet_table th,
.faucet_table td{
    border: 1px solid #d1d1d1;
    font-size: 16px;
    padding: 10px 5px;
    text-align: center;
    word-break: keep-all;
}

.faucet_table th{
    background: #f9f9f9;
}


.faucet_table td p{
    font-size: 16px;
    padding-left: 13px;
    background: url("http://thtds.com/css/../images/common/icon_dot.jpg") 0 8px no-repeat;
    color: #333;
	text-align: left;
}

.faucet_table td .red{
	color: #D90003
}
/* Manual - Flowchart */

.flow_box{
    overflow: hidden;
    margin-top: 20px;
}

.flow_box div{
    float: left;
    margin-left: 20px;
}

.flow_box div:first-child{
    margin-left: 0;
}

.flow_box div p{
    padding-left: 15px;
    background: url("http://thtds.com/css/../images/common/icon_dot.jpg") 0 center no-repeat;
    font-size: 16px;
    margin-bottom: 10px;
    color: #333;
    font-weight: bold;
}

/* Manual - Overview */

.manual_box dl{
    margin-top: 30px;
}

.manual_box dl dt,
.manual_box dl dd{
    font-size: 17px;
    color: #333;
    padding-left: 15px;
}

.manual_box dl dt{
    background: url("http://thtds.com/css/../images/common/icon_dot.jpg") 0 center no-repeat;
    font-weight: bold;
}

.manual_box dl dd img{
    border: 1px solid #d1d1d1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Manual - Compare */

.compare{
    margin-top: 30px;
}

.compare .bdlr{
    border-left: 2px solid #17b2cd;
    border-right: 2px solid #17b2cd;
}

.compare th,
.compare td,
.compare p{
    font-size: 15px;
    color: #333;
}

.compare th,
.compare td{
    padding: 10px;
    word-break: keep-all;
}

.compare th{
    background: #f9f9f9;
    text-align: center;
}

.compare tr:first-child td{
    text-align: center;
}

.compare tr:last-child .bdlr{
    border-bottom: 2px solid #17b2cd;
}

.compare p{
    margin-top: 10px;
}

.compare .bg_blue{
    background: #17b2cd;
    color: #fff;
}

.compare .red{
    color: #ff635a;
    font-weight: bold;
}

/* Business Performance - Scene */

.scene_box{
    height: 700px;
    overflow: auto;
    border-top: 2px solid #17b2cd;
}

.scene_box .scene .fixed_thead th{
    position: sticky;
    top: 0;
}

.scene_box .scene th,
.scene_box .scene td{
    font-size: 16px;
    text-align: center;
    padding: 10px;
}

.scene_box .scene th{
    background: #f9f9f9;
}

/* Performance - Ceritification */

.certi{
    overflow: hidden;
}

.certi li{
    float: left;
    width: 272px;
    margin: 0 22px 30px 0;
}

.certi li:nth-child(3n){
    margin-right: 0;
}

.certi li a{
    display: block;
}

.certi li a img{
    width: 100%;
    border: 1px solid #d1d1d1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.certi li a p{
    font-size: 16px;
    background: #333;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}










/* Inquiry */

.inquiry_box .inquiry_guide{
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

.inquiry_box img{
    margin-right: 5px;
}

.inquiry_box table{
    border-top: 2px solid #17b2cd;
}

.inquiry_box table tr,
.inquiry_box table th,
.inquiry_box table td{
    border-bottom: 1px dotted #bbb;
    font-size: 16px;
    color: #333;
    padding: 20px;
}

.inquiry_box table th{
    background: #f9f9f9;
}

.inquiry_box #w_subject{
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.inquiry_box #w_content{
    width: 100%;
    height: 200px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.inquiry_box .spam_text{
    display: inline-block;
    vertical-align: middle;
}

.inquiry_box .spam_text span{
    color: #ff635a;
    font-weight: bold;
}

.inquiry_box .inwrap textarea{
    width: 100%;
    height: 200px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.inquiry_box .btn{
    text-align: center;
    margin-top: 50px;
}

.inquiry_box .btn input{
    width: 150px;
    height: auto;
    padding: 5px 0;
    font-size: 16px;
    text-align: center;
}
