/*
  Hide radio button (the round disc)
  we will use just the label to create Push button effect
*/
input[type=radio] {
    display:none; 
    margin:10px;
	
}

/*
  Change the look'n'feel of labels (which are adjacent to radio buttons).
  Add some margin, padding to label
*/
input[type=radio] + label {
    display:inline-block;
    padding: 14px 0px;
    background-color: #fff;
     border:1px solid #ddd; 
	 border-radius:5px;
	 text-align:center;
	 cursor:pointer;
	 width: calc(100% /3 - 10px);
	 min-height:60px;
	 font-size:16px;
	 letter-spacing:-1px;
}
input[type=radio] + label span {font-size:14px;}
input[type=radio] + label i {font-style:normal; line-height:44px;}

/*
 Change background color for label next to checked radio button
 to make it look like highlighted button
*/
input[type=radio]:checked + label { 
   background-image: none;
    background-color:#0d9ae2;
	color:#fff;
}

@media (max-width: 992px) {

input[type=radio] + label {
	 width: calc(100% /3 - 5px);
}

}

#sub_content_form {padding:190px 0; background: #f2f2f2 url('../../img/main/form_bg.jpg') center top no-repeat; }
#sub_content_form a { text-decoration:none;  }
.form_title {width:800px; margin:0 auto; }
.form_title h3 {font-size:30px; font-weight:600; color:#000; letter-spacing:-1px;}
.form_title p {font-size:18px; font-weight:300; color:#000; letter-spacing:-1px;}

.c_title {text-align:center; margin-top:130px;}
.c_title h3 {font-size:35px; font-weight:300; color:#000; letter-spacing:-1px;}
.c_title h3 span {color:#0d9ae2;  font-weight:600;}
.c_title p {font-size:18px; font-weight:300; color:#000; letter-spacing:-1px;}


.sub_form {width:700px; margin:30px auto; padding:20px 0; background:rgba(255,255,255,0.95); }
.s_form {width:600px; margin:0 auto; padding:20px;}

.sub_form ul {padding-bottom:20px;}
.sub_form h3 {font-size:17px; font-weight:400; color:#000; letter-spacing:-1px; background: url('../img/check.png') left top no-repeat; padding-left:25px; padding-top:1px; height:20px;}

.form02 li {letter-spacing:-1px; font-size:16px; display:inline-block; width: calc(100% /4 - 17px); margin-right:10px; text-align:center; padding:20px 0; margin-bottom:13px;}

.select_s {border:1px solid #ddd; width:300px; height:50px; font-size:17px; padding-left:20px;}
.input_s {border:1px solid #ddd; width:300px; height:50px; font-size:17px; padding-left:20px;}
.input_s2 {border-top:0; border-left:0; border-right:0; border-bottom:1px solid #ddd; width:100%; height:50px; font-size:25px; padding-left:20px;}
.input_s3 {border-top:0; border-left:0; border-right:0; border-bottom:1px solid #ddd; width:75%; height:50px; font-size:25px; padding-left:20px;}

.input_s22 {border-top:0; border-left:0; border-right:0; background: #ebebeb; border-bottom:1px solid #ddd; border-radius:5px; width:100%; height:43px; font-size:20px; padding-left:20px;}
.input_s33 {border-top:0; border-left:0; border-right:0; background: #ebebeb; border-bottom:1px solid #ddd; border-radius:5px; width:75%; height:43px; font-size:20px; padding-left:20px;}
.input_s44 {border-top:0; border-left:0; border-right:0; background: #ebebeb; border-bottom:1px solid #ddd; border-radius:5px; width:50%; height:43px; font-size:20px; padding-left:20px;}

.com {background:#e9e9e9; color:#aab3bd; border-radius:3px; padding:10px; font-size:20px;}
.com a { color:#aab3bd;}

.form03 { padding-bottom:0; margin-bottom:0;}
.form03 li {font-size:17px;}


.step_bt li {border:0; background:#0d9ae2; color:#fff; text-align:center; width:100%; margin:0 auto; border-radius:3px; padding:15px 0; font-size:20px;}
.step_bt li a { color:#fff;}
.step_bt input {border:0; background:#0d9ae2; color:#fff; text-align:center; width:100%; margin:0 auto; border-radius:3px; padding:15px 0; font-size:20px;}



.app_bt {padding-top:50px; width:50%; margin:0 auto;}
.app_bt li {border:0; background:#0d9ae2; color:#fff; text-align:center; width:100%; margin:0 auto; border-radius:3px; padding:15px 0; font-size:20px;}
.app_bt li a { color:#fff;}
.app_bt input {border:0; background:#0d9ae2; color:#fff; text-align:center; width:100%; margin:0 auto; border-radius:3px; padding:15px 0; font-size:20px;}

.app_bt2 {padding-top:50px; width:100%; margin:0 auto;}
.app_bt2 li {border:0; background:#0d9ae2; color:#fff; text-align:center; width:100%; margin:0 auto; border-radius:3px; padding:15px 0; font-size:20px;}
.app_bt2 li a { color:#fff;}
.app_bt2 input {border:0; background:#0d9ae2; color:#fff; text-align:center; width:100%; margin:0 auto; border-radius:3px; padding:15px 0; font-size:20px;}




.sub_product {padding:20px 0; }

.recom_product {display:inline-block; width: calc(100% /4 - 12px); margin-right:8px; border:1px solid #f6f6f6; box-shadow:1px 1px 3px rgb(5,1,1,0.2); padding:20px;}
.recom_product h3 {font-size:20px; font-weight:400; color:#0d9ae2; letter-spacing:-1px;}
.recom_product p {font-size:16px; min-height:140px;}

.recom_product dl {float:left; padding:20px 0; border-bottom:1px solid #eaeaea;}
.recom_product dl.g1 {width:40%;}
.recom_product dl.g2 {width:60%;}

.recom_product dl dt {width:60px; background:#f1f1f1; border-radius:23px; text-align:center;}
.recom_product dl dd {font-size:16px; padding-top:6px;}

.recom_product li {font-size:12px; color:#909090; letter-spacing:-1px;}

.recom_product_re {width: 100%; background:#e6f4f1; box-shadow:1px 1px 3px rgb(5,1,1,0.2); margin-bottom:10px; padding:30px;}
.recom_product_re h3 { font-size:14px; font-weight:600; color:#000; letter-spacing:-1px; margin-top:0px; margin-bottom:0; padding-bottom:15px;}
.recom_product_re p {font-size:18px; color:#000;}

.result li {display:inline-block; font-size:18px; padding-right:30px;  }
.result li span {display:inline-block; padding-right:10px; font-weight:600; color:#000; background: url(../img/check2.png) left 3px no-repeat; padding-left:25px;}

.recom_product_n {width: 100%; border:1px solid #f6f6f6; box-shadow:1px 1px 3px rgb(5,1,1,0.2); margin-bottom:10px;}

.num {position: absolute; width:40px; height:40px; color:#000; background: url(../img/num_bg.png) top center no-repeat; text-align:center; margin-top:-10px; padding:5px 0; }
.num li {margin-left:-13px; margin-top:-2px;}

.num2 {position: absolute; width:40px; height:40px; color:#000; background: url(../img/num2_bg.png) top center no-repeat; text-align:center; margin-top:-10px; padding:5px 0; }
.num2 li {margin-left:-13px; margin-top:-2px;}


.n00 {background:#f6f6f6; padding:15px 10px; }
.n00 h3 { font-size:17px; font-weight:600; color:#000; letter-spacing:-1px; margin-top:0px; margin-bottom:0;}

.n01 {min-height:80px; border-bottom:1px solid #eaeaea; padding:0px 30px;}
.n01 h3 {float:left; font-size:20px; font-weight:400; color:#0d9ae2; letter-spacing:-1px;}
.n01 h4 {float:right; font-size:18px; font-weight:400; color:#656565; letter-spacing:-1px; padding-top:21px;}

.n02 {padding:20px 30px;}
.n02 dl {display:inline-block; padding:20px 3;}
.n02 dl.g1 {width:30%;}
.n02 dl.g2 {width:30%;}

.n02 dl dt {width:40px; display:inline-block; color:#797979;}
.n02 dl dd {font-size:20px; padding-top:0px; display:inline-block;}

.n03 {padding:20px 30px; background:#f6f6f6;margin-bottom:0px;}
.n03 li {font-size:12px; color:#909090; letter-spacing:-1px; display:inline-block; }
.n03 li.in_bt {float:right;}
.n03 li.in_bt input { border:0; border-radius:30px; width:290px; padding:10px 0px; font-size:16px; color:#fff; letter-spacing:-1px; background:#56ccb6 url(../img/arrow_on.png) right 12px no-repeat; }
.n03 li.in_bt input:hover {color:#fff; background:#56ccb6 url(../img/arrow_on.png) right 12px no-repeat;}

.bt_more {width:200px; margin:20px auto;}
.bt_more input{background:#45bfa8; color:#fff; border:0; width:200px; padding:15px 0; text-align:center; border-radius:5px; font-size:20px;}

a.bt_more2 {width:150px; margin:0px auto; display:inline-block; margin-top:30px;  color:#09bf9f; border:2px solid #09bf9f; text-align:center; font-size:18px; font-weight:600; border-radius:5px; padding:15px 30px;}
a.bt_more2:hover {text-decoration: none;color:#fff; background: rgba(9,191,159,0.9);
		-webkit-transition:300ms ease-out 0ms;
		-moz-transition:300ms ease-out 0ms;
		-ms-transition:300ms ease-out 0ms;}

.pc_only{display: block !important;}
.mobile_only{display: none !important;}


@media (max-width: 992px) {

	.pc_only{display: none !important;}
	.mobile_only{display: block !important;}
	
	a.bt_more2 {margin-top:20px; margin-bottom:30px; font-size:15px; padding:10px 20px;}
	
	#sub_content_form {padding:150px 0;  }
	
	.form_title h3 {font-size:23px; }

	.form_title {width:100%; margin:0 auto; }
	.sub_form {width:100%; margin:0px auto; background:rgba(255,255,255,0.95); }
	.s_form {width:100%; margin:0 auto; padding:0px;}

	.form01 li { font-size:14px; width: calc(100% /2 - 17px);}

	.select_s {border:1px solid #ddd; width:100%; height:50px; font-size:17px; padding-left:20px;}
	.input_s {border:1px solid #ddd; width:80%; height:50px; font-size:17px; padding-left:20px;}
	.input_s2 { font-size:15px;}
	.input_s3 { font-size:15px; width:75%;}
	.input_s22 { font-size:15px;}
	.input_s33 { font-size:15px; width:75%;}
	.input_s44 { font-size:15px; width:50%;}
	.com { font-size:15px;}

	.recom_product {width:100%; }

	.c_title p {font-size:16px;}

	.n02 dl {display:block; padding:20px 3;}

	.n02 dl.g1 {width:100%;}
	.n02 dl.g2 {width:100%;}

	.n03 li { display:block; }
	.n03 li.in_bt {float:none; margin-top:10px; }
	.n03 li.in_bt input {width:100%;}

	

	

}

@media (max-width: 780px) {

.result li {display:block; font-size:18px; padding-right:30px; margin-bottom:5px; }
.input_s3 { font-size:15px; width:100%;}
.btn_frmline {margin-top:10px;}
}

@media (max-width: 640px) {

.input_s33 { width:100%;}
.input_s44 { width:100%;}

}


.correction_con01{margin-top: 0px;}
.correction_con01 ul{margin: 20px 0 10px;}
.correction_con01 li{overflow:hidden;}
.correction_con01 li > div{float: left;width: 50%;height: 420px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.correction_con01 li:nth-of-type(2n) > div{float: right;}
.correction_con01 .img{}
.correction_con01 .img img{width: 100%;}
.correction_con01 .txt{padding: 80px 50px;}
.correction_con01 .txt p{margin-top: 20px;font-size: 18px;color: #444;font-weight: 400;line-height: 30px;letter-spacing: -1px;-ms-word-break: keep-all;word-break: keep-all;}

.correction_con01 .txt h5{font-size: 35px;color: #56ccb6;line-height: 1.2;font-weight: 800;-ms-word-break: keep-all;word-break: keep-all; letter-spacing:-1px;}
.correction_con01 .txt h5 span{font-weight: 400; color:#000;}

@media all and (max-width:1200px){

	.correction_con01 li + li{margin-top: 0px;}
	.correction_con01 li > div{width: 100%;height: auto;}
	.correction_con01 li > div,
	.correction_con01 li:nth-of-type(2n) > div{float:none;}
	.correction_con01 .txt{width: 90%;margin: 0px auto 0;border-bottom: 2px solid #56ccb6;position:relative;background-color: #fff;}
}


@media all and (max-width:640px){

	.correction_con01{margin-top: 0.375vw;}
	.correction_con01 ul{margin: 0.25vw 0 23.4375vw;}
	.correction_con01 li + li{margin-top: 0.25vw;}
	.correction_con01 .txt{padding: 2.5vw 7.8125vw;}
	.correction_con01 .txt h4{font-size: 5.3125vw;line-height: 6.6875vw;}
	.correction_con01 .txt p{margin-top: 0.625vw;font-size:3.8125vw;line-height: 5.2875vw;}

	.correction_con01 .txt h5{font-size: 20px;color: #4a4a4a;line-height: 1.2;font-weight: 800;-ms-word-break: keep-all;word-break: keep-all; letter-spacing:-1px;}
	.correction_con01 .txt h5 span{font-weight: 400; font-size:18px;}

}

section.con {min-height:300px;}

.subbanner img {width:100%;}

/* ceo인사말 */

section.company_01, 
section.company_02,
section.company_03,
section.company_04,
section.company_05 {
    font-family: 'NotoSans', sans-serif, Helvetica;
    font-size: 18px; line-height: 32px; list-style: none;
}

section h3.section_title_01 {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 80px;
    line-height: 32px;
}

section.company_01 p.subj {
    font-size: 33px;
    font-weight: 900;
    line-height: 44px;
    margin-bottom: 30px;
    color: #000;
}

section.company_01 p.subj span {
    font-size: 33px;
    font-weight: 300;
    text-align: center;
}

section.company_01 .ceo img {
    float: right;
}

section.company_01 .ceo .message {
    float: right;
    padding-top: 18px;
    font-size: 17px;
}

section.company_01 .ceo .message span {
    font-weight: 900;
    font-family: 'NanumSquare;

}


/* 회사소개 */
section.company_02 .company_img01 {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

section.company_02 .box1 {
    display: table;
    width: 100%;
    height: 47vh;
}

section.company_02 .box2 {
    display: table;
    height: 100%;
    width: 100%;
}

section.company_02 .box3 {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding-left: 14vh;

}

section.company_02 .box3 dl {
    font-family: 'Ubuntu', sans-serif;
    width: 50%;
    padding-top: 18px;
}

section.company_02 .box3 dl dt {
    font-size: 48px;
    color: #000;
    text-transform: capitalize;

}

section.company_02 .box3 dl dd {
    font-size: 14px;

}

section.company_02 .title-wrap {
    border-bottom: 1px #eee solid;
    margin-top: 50px;
    padding-bottom: 30px;
    text-align: center;
    /*    margin-bottom: 50px;*/
}

section.company_02 .title-wrap h2 {
    font-weight: 600;
}



/* 연혁 */
section.company_03 #tab_wrap .nav-tabs {
    border-bottom: 0;
}

section.company_03 #tab_wrap .nav-tabs > li > a {
    margin: 0;

}

section.company_03 #tab_wrap .nav-tabs > li > a,
section.company_03 #tab_wrap .nav-tabs > li > a:focus,
section.company_03 #tab_wrap .nav-tabs > li > a:hover {
    color: #fff;

    border-left: 1px #cfcfcf solid;
}

section.company_03 #tab_wrap .nav-tabs > li > a {
    border: none;
    color: #666;
    background: #f8f8f8;
    /*            font-size: 13px;*/
    font-weight: 600;
    border-top: 1px #dedede solid;
    border-bottom: 1px #999999 solid;
    border-left: 1px #dedede solid;
    /*    border-top: 1px #999999 solid;*/
    border-radius: 0;
    line-height: 38px;
    font-size: 16px;
    /*        transition: 1s;*/
}

section.company_03 #tab_wrap .nav-tabs > li:first-child > a {
    /*        border-left: 1px #999999 solid;*/
}


section.company_03 #tab_wrap .nav-tabs > li:last-child > a {}

section.company_03 #tab_wrap .nav-tabs > li > a > span {
    color: #000;
}

section.company_03 #tab_wrap .nav-tabs > li > a:hover,
section.company_03 #tab_wrap .nav-tabs > li > a#bo_cate_on,
section.company_03 #tab_wrap .nav-tabs > li > a:focus {
    color: #efefef;
    background: #fff;
    color: #000;
    border-top: 1px #cfcfcf solid;
    border-bottom: 1px #fff solid;
    border-left: 1px #cfcfcf solid;

}

section.company_03 #tab_wrap .nav-tabs > li > a#bo_cate_on {
    background-color: #fff;
    border-top: 2px #000 solid;
    font-weight: 900;
}

section.company_03 #tab_wrap .nav-tabs > li:first-child > a:hover,
section.company_03 #tab_wrap .nav-tabs > li:first-child > a:focus {
    border-left: 0;
}



section.company_03 #tab_wrap .nav-tabs.two > li {
    width: 50%;
    text-align: center;
}

section.company_03 #tab_wrap .nav-tabs.three > li {
    width: 33.333333333333333%;
    text-align: center;
}

section.company_03 #tab_wrap .nav-tabs.four > li {
    width: 25%;
    text-align: center;
}

section.company_03 .tab-pane {
    padding: 15px 0;
}

section.company_03 .tab-content {
    padding: 20px
}



section.company_03 #tab_wrap {
    /*        border: 0 !important;*/
    border-left: 1px #dedede solid;
    border-right: 1px #dedede solid;
    border-top: 0;
    border-bottom: 0;
    margin-bottom: 80px;
}

section.company_03 dt {
    width: auto;
    margin-bottom: 10px;
}

section.company_03 dd {
    padding-left: 20px;
    border-left: 3px #eee solid
}

section.company_03 dt:after {
    /*    content: " / "*/
}

section.company_03 .history-left {
    text-align: left;
}

section.company_03 .history-left h2 {
    font-size: 48px;
    margin-bottom: 20px;
    font-weight: 900;
    color: #000;
    margin-top: 0;
    float: left;

}

section.company_03 .history-left span {
    padding-left: 20px;
    line-height: 48px;

    font-weight: 300;
    font-size: 26px;
    color: #474747;
}

section.company_03 .history-left p.text {
    color: #474747;
    font-size: 16px;
    line-height: 24px;
}

section.company_03 .history-left p.image {
    margin-top: 30px;
}

section.company_03 .history-right {
    background: url("../img/dot_back.png") 9px 0% repeat-y;
    margin-top: 10px;
    margin-left: 80px;
}

section.company_03 .history-right ul {
    background: url(../img/dot.png) 0 2% no-repeat;
    margin-bottom: 35px;
    border-bottom: 0;
}

section.company_03 .history-right li {}

section.company_03 .history-right li.title {
    font-size: 25px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    padding-bottom: 12px;
}

section.company_03 .history-right li span.mon {
    font-weight: 600;
    color: #000000;
    content: "-";
    font-size: 12px;
    background-color: #fff;
    border: 1px #f3f3f3 solid;
    margin-right: 7px;
}

section.company_03 .history-right li span.mon:after {
    /*    content: " . ";*/
}

section.company_03 .history-right li span.mon2 {
    font-weight: 400;
    color: #2B4471;
    content: "-";
    font-size: 12px;
}

section.company_03 .history-right li span.mon2:after {
    content: " ";
}

section.company_03 .history-right ul.list-unstyled {
    border-bottom: 0 !important;
    padding-left: 40px;
}


/* 찾아오시는 길 */

section.company_04 .embed-container {
    position: relative;
    padding-bottom: 40%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

section.company_04 .embed-container iframe,
section.company_04 .embed-container object,
section.company_04 .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section .table_wrap .table {
    border-top: 2px #000 solid;
    border-bottom: 1px #ddd solid;
}

section .table_wrap caption {
    font-weight: 900;
    color: #000;
    font-size: 18px;
    /*    padding-top: 15px*/
}

section .table_wrap .table th {
    width: 120px;
    padding-left: 18px;
    font-weight: 900;
}

section .table_wrap .table th,
section .table_wrap .table td {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 25px;
}

section.company_04 dl {
    padding-bottom: 0;
    margin-bottom: 15px;
}

section.company_04 dl dt {
    padding-top: 10px;
}

section.company_04 dl dd {
    padding-left: 20px;
}

section.company_04 .d-map {
    padding: 0 8px;
    background: #2c77dd;
    color: #fff;
    font-size: 11px;
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 900;
    border-radius: 2em;
}
section.company_04 .btn{
    font-size: 15px;
    border-radius: 0;
    border:1px #000 solid;
    color: #000;
    font-weight: 600;
}



.con_t {font-size:17px; font-weight:600; letter-spacing:-1px; color:#000;}

.subtable { width:100%; margin-bottom:30px;}
.subtable tr th {text-align:center; background:#f6f6f6; color:#333;  font-size:14px;border:1px solid #dbdbdb; font-weight:500; padding:10px 0; }
.subtable tr td {border:1px solid #dbdbdb; padding:10px; background:#fff; line-height:26px; color:#35363a; text-align:center;font-size:14px; font-weight:400; letter-spacing:-0.03em;}




.service_con { padding-top:0px; padding-bottom:0px; }
.service_con .inner {width:1200px; margin:0 auto; padding-top:0px;}
.service_con ul {}
.service_con li {font-size:0;}
.service_con li:after {content:''; display:block; clear:both; }
.service_con li .img_box {overflow:hidden; float:left; width:50%; min-width:600px;}
.service_con li:nth-of-type(1) .img_box {padding-top:100px;}
.service_con li:nth-of-type(2) .img_box {padding-top:150px;}
.service_con li:nth-of-type(3) .img_box {padding-top:100px;}
.service_con li:nth-of-type(4) .img_box {padding-top:80px;}

.service_con li:nth-of-type(2n) .img_box {float:right; }
.service_con li:nth-of-type(2n) .right_box {float:left; }

.service_con li .img_box img {width:100%;}
.service_con li .right_box {position:relative; float:right; vertical-align:top; width:50%; }
.service_con li .right_box img {width:100%;}

.service_con li .img_box2 {overflow:hidden; float:none; width:100%; text-align:center;}


@media all and (max-width:1000px){
	.service_con .inner {width:100%; margin:0 auto; padding-top:0px;}
	.service_con li .img_box {float:none; width:100%; min-width:100%;}
	.service_con li .right_box {float:none; width:100%; min-width:100%;}
	.service_con li:nth-of-type(2n) .img_box {float:none; }
	.service_con li:nth-of-type(2n) .right_box {float:none; }
	.service_con li .img_box2 img {width:100%;}
	.service_con li:nth-of-type(1) .img_box {padding-top:0px; }
	.service_con li:nth-of-type(2) .img_box {padding-top:50px;}
	.service_con li:nth-of-type(3) .img_box {padding-top:50px;}
	.service_con li:nth-of-type(4) .img_box {padding-top:50px;}


}
@media all and (max-width:640px){
}


.check_all { padding:8px 10px 0px 20px; height:40px; font-size:16px; background:#e6f1ff; border-radius:5px; font-weight:600; color:#000; }
.check_all input {margin-top:0px;}
.check2 { padding:0px 10px 10px 20px; font-size:16px;  font-weight:400; color:#000; }
.check2:before {content: ""; position:absolute; width:6px; height:6px; background:#0d9ae2; text-align:left; margin-left:-10px; margin-top:8px;}



@font-face {
    font-family: 'GmarketSansLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.nanumsquare {
    font-family: 'NanumSquare', sans-serif !important;
}
.sol01 { background:#fff; width:700px; margin:30px auto 0; text-align:center; padding:20px;  }
.sol01 h4 {text-align:center; background:#f9d600; color:#000; width:160px; margin:0 auto; border-radius:100px; padding:10px 0; font-weight:700; letter-spacing:-1px;}
.sol01 h3 {font-size:50px; color:#0d9ae2; letter-spacing:-1px; font-family: 'NanumSquare', sans-serif !important; font-weight:700; }
.sol01 h3 span {font-weight:400;}
.sol01 h3 i {display:block; color:#b5b5b5; margin-top:15px; font-size:13px; font-style:normal; letter-spacing:3px; font-family: 'GmarketSansLight'; margin-bottom:30px; padding-bottom:20px;}
.sol01 p {font-size:27px; color:#000; letter-spacing:-1px; font-family: 'NanumSquare', sans-serif !important; font-weight:600; padding-top:30px; padding-bottom:30px;}

.sol_bt {width:257px; font-weight:600; background:#0d9ae2; border-radius:50px; color:#fff; font-size:20px; margin:0 auto; padding:13px 0; text-align:center; }
.sol_bt a {color:#fff;}
.sol_bt a:hover {text-decoration: none;}
p.bt_txt {text-align:center; font-size:15px; color:#000; letter-spacing:-1px; font-family: 'NanumSquare', sans-serif !important; padding-bottom:0px;}


.sol_img2 img {width:295px;}
.sol_img3 img {}
.sol_img3 {padding:70px 0;}
.sol_img4 {text-align:center; padding:20px 0 20px 0;}

.sol02 {width:700px; margin:0 auto; text-align:center; padding:50px 20px; }
.sol02 h3 {font-size:50px; color:#000; letter-spacing:-1px; font-family: 'NanumSquare', sans-serif !important; font-weight:700; }
.sol02 h3 span { color:#0d9ae2;}
.sol02 p {font-size:27px; color:#000; letter-spacing:-1px; font-family: 'NanumSquare', sans-serif !important; font-weight:600; padding-top:30px; padding-bottom:30px;}

.sol_txt {width:520px; margin:0 auto; background:#e8f3f8; border-radius:200px;}
.sol_txt .txt_t {font-size:22px; color:#000; letter-spacing:-1px; font-family: 'NanumSquare', sans-serif !important; font-weight:600; padding-top:30px; padding-bottom:0px;}
.sol_txt .txt_s {font-size:17px; color:#000; letter-spacing:-1px; font-family: 'NanumSquare', sans-serif !important; font-weight:400; padding-top:10px; padding-bottom:30px;}

.sol03 {width:700px; margin:0 auto; text-align:center; padding:50px 20px; background:#f5f5f5;}
.sol03 h3 {font-size:35px; color:#000; letter-spacing:-1px; font-family: 'NanumSquare', sans-serif !important; font-weight:500; }
.sol03 h3 span {display:block; color:#0d9ae2; font-weight:600; }
.sol03 p {font-size:13px; color:#000; letter-spacing:-.5px; font-family: 'NanumSquare', sans-serif !important; padding-top:30px; padding-bottom:0px;}

.sol04 {width:700px; margin:0 auto; text-align:center; padding:50px 0px 0 0;}
.sol04 h3 {font-size:35px; color:#000; letter-spacing:-1px; font-family: 'NanumSquare', sans-serif !important; font-weight:500; }
.sol04 h3 span { color:#000;  font-weight:700; }

.sol05 {width:700px; margin:0 auto; text-align:center; padding:70px 20px 90px 20px; background:#fff;}
.sol05 h3 {font-size:35px; color:#000; letter-spacing:-1px; font-family: 'NanumSquare', sans-serif !important; font-weight:700; }
.sol05 p {font-size:25px; color:#000; letter-spacing:-1px; font-family: 'NanumSquare', sans-serif !important; font-weight:500; padding-top:10px; padding-bottom:30px;}

.c_number ul {display:inline-block; margin:0 13px;}
.c_number ul li {list-style:none; letter-spacing:-1px;}
.counter_num {font-family: 'NanumSquare', sans-serif !important; font-size:28px; color:#0d9ae2;}
.counter { font-weight:700;}
.counter_t {color:#424242; font-size:20px; }

.sol06 {width:700px; margin:0 auto;  padding:50px 20px;}
.sol_blue {text-align:center; background:#0d9ae2; padding:30px 0;}
.sol_blue h3 {font-size:35px; color:#fff; letter-spacing:-1px; font-family: 'NanumSquare', sans-serif !important; font-weight:700; }
.sol_blue p {font-size:18px; color:#fff;  font-weight:500; font-family: 'NanumSquare', sans-serif !important;}

.loading {text-align:center;}

.loading span {
  display:inline-block;
  margin:0px 1px;
  width:12px;
  height:17px;
  background-color:#3d4c71;
}

.loading span:nth-child(1) {
  -webkit-animation:loading 0.5s infinite alternate 0s;
  -moz-animation:loading 0.5s infinite alternate 0s;
  -ms-animation:loading 0.5s infinite alternate 0s;
  -o-animation:loading 0.5s infinite alternate 0s;
  animation:loading 0.5s infinite alternate 0s;
}

.loading span:nth-child(2) {
  -webkit-animation:loading 0.5s infinite alternate 0.2s;
  -moz-animation:loading 0.5s infinite alternate 0.2s;
  -ms-animation:loading 0.5s infinite alternate 0.2s;
  -o-animation:loading 0.5s infinite alternate 0.2s;
  animation:loading 0.5s infinite alternate 0.2s;
}

.loading span:nth-child(3) {
  -webkit-animation:loading 0.5s infinite alternate 0.4s;
  -moz-animation:loading 0.5s infinite alternate 0.4s;
  -ms-animation:loading 0.5s infinite alternate 0.4s;
  -o-animation:loading 0.5s infinite alternate 0.4s;
  animation:loading 0.5s infinite alternate 0.4s;
}

.loading span:nth-child(4) {
  -webkit-animation:loading 0.5s infinite alternate 0.6s;
  -moz-animation:loading 0.5s infinite alternate 0.6s;
  -ms-animation:loading 0.5s infinite alternate 0.6s;
  -o-animation:loading 0.5s infinite alternate 0.6s;
  animation:loading 0.5s infinite alternate 0.6s;
}

.loading span:nth-child(5) {
  -webkit-animation:loading 0.5s infinite alternate 0.8s;
  -moz-animation:loading 0.5s infinite alternate 0.8s;
  -ms-animation:loading 0.5s infinite alternate 0.8s;
  -o-animation:loading 0.5s infinite alternate 0.8s;
  animation:loading 0.5s infinite alternate 0.8s;
}
.loading span:nth-child(6) {
  -webkit-animation:loading 0.5s infinite alternate 1.0s;
  -moz-animation:loading 0.5s infinite alternate 1.0s;
  -ms-animation:loading 0.5s infinite alternate 1.0s;
  -o-animation:loading 0.5s infinite alternate 1.0s;
  animation:loading 0.5s infinite alternate 1.0s;
}
.loading span:nth-child(7) {
  -webkit-animation:loading 0.5s infinite alternate 1.2s;
  -moz-animation:loading 0.5s infinite alternate 1.2s;
  -ms-animation:loading 0.5s infinite alternate 1.2s;
  -o-animation:loading 0.5s infinite alternate 1.2s;
  animation:loading 0.5s infinite alternate 1.2s;
}
.loading span:nth-child(8) {
  -webkit-animation:loading 0.5s infinite alternate 1.4s;
  -moz-animation:loading 0.5s infinite alternate 1.4s;
  -ms-animation:loading 0.5s infinite alternate 1.4s;
  -o-animation:loading 0.5s infinite alternate 1.4s;
  animation:loading 0.5s infinite alternate 1.4s;
}
@-webkit-keyframes loading {
  0%   {opacity:0.1;}
  100% {opacity:1;  }
}

@-moz-keyframes loading {
  0%   {opacity:0.1;}
  100% {opacity:1;  }
}

@-ms-keyframes loading {
  0%   {opacity:0.1;}
  100% {opacity:1;  }
}

@-o-keyframes loading {
  0%   {opacity:0.1;}
  100% {opacity:1;  }
}

@keyframes loading {
  0%   {opacity:0.1;}
  100% {opacity:1;  }
}


.app_bt3 {padding-top:0px; width:80%; margin:0 auto;}
.app_bt3 input {font-family: 'NanumSquare', sans-serif !important; border:0; background:#0d9ae2; color:#fff; text-align:center; width:100%; margin:0 auto; border-radius:3px; padding:15px 0; font-weight:700; font-size:30px;}


@media all and (max-width:640px){
     .sol01 {width:100%; margin-top:90px; margin-bottom:20px;}
	 .sol01 h3 i {padding-bottom:5px;}
	 .sol01 p { padding-top:10px; padding-bottom:0px;}

	 p.bt_txt {padding-top:0px; }

	 .sol02 {width:100%; }
	 .sol02 p {padding-top:10px; padding-bottom:0px;}

	 .sol03 {width:100%; }
	 .sol_img3 {padding:20px 0 0 0;}

	 .sol04 {width:100%; margin:0px 0 50px 0;}
	 .sol05 {width:100%; padding:30px 0;}
	 .sol06 {width:100%; padding:30px 10px;}

	 .sol_bt { }

	 .sol_txt {width:100%; background:#e8f3f8; border-radius:50px;}
	 .sol_txt .txt_t {font-size:20px;}
	 .sol_txt .txt_s {font-size:15px;}

	 .sol_img img {width:80%;}
	 .sol_img2  img {width:60%;}
	 .sol_img3 img {width:100%;}
	 .sol_img5 img {width:100%;}

	 .sol04 h3 {font-size:27px; }

	 .c_number ul {display:block; margin:25px 0px;}

	 .sol01 h3 {font-size:40px; }
	 .sol01 p {font-size:20px; }
	 
	 .sol02 h3 {font-size:35px; }
	 .sol02 p {font-size:20px; }
	 
	 .sol03 h3 {font-size:30px; }
	 
	 .sol05 h3 {font-size:30px; }
	 .sol05 p {font-size:18px; }


	 .sol_blue h3 {font-size:28px; }
	 .sol_blue p {font-size:15px;}

	 .app_bt3 input {font-size:22px;}
}


/* 레이어 팝업 */
.overlay-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 9999999999999999999999999999999999999999999999999999;
}

.overlay-popup:target {
    visibility: visible;
    opacity: 1;
}

.popup-content {
    margin: 70px auto;
    background: #fff;
    width: 30%;
    position: relative;
    transition: all 5s ease-in-out;
    padding-bottom: 10px;
}

.popup-content h2 {
    background: linear-gradient(#44474e, #35383f);
    margin-top: 0;
    color: #fff;
    font-family: 'NotoSans';
    font-size: 18px;
    line-height: 52px;
    padding-left: 20px;
    font-weight: 600;
    padding-top: 5px;
}

.popup-content .close {
    position: absolute;
    top: 15px;
/*    border: 1px #fff solid;*/
    right: 15px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #fff !important;
    opacity: 1;
    text-shadow: none;
    line-height: 0;
    padding-top: 12px;
    padding-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

.popup-content .close:hover {
    color: #06D85F;
}

.popup-content .content {
    /*  max-height: 30%;*/
    height: 420px;
    padding: 25px 20px;
    font-size: 13px;
    overflow-y: auto;
}

.popup-content .content p,
.popup-content .content span {
    font-size: 13px;
}

.popup_text_point {
    font-size: 16px;
    font-weight: 600;
    font-weight: 600;
    padding-bottom: 12px;
}
@media (max-width: 992px) {
    section.company_01 {
        text-align: center;
    }

    section h3.section_title_01 {
        font-size: 18px;
        font-weight: 500;
        text-align: center;
        margin-bottom: 60px;
        line-height: 26px;
    }

    section.company_01 p.subj {
        font-size: 26px;
        font-weight: 900;
        line-height: 42px;
        margin-bottom: 30px;
        color: #000;
    }

    section.company_01 p.subj span {
        font-size: 26px;
        font-weight: 300;
        text-align: center;
    }

    section.company_01 .ceo {
        margin-top: 30px;
        margin-bottom: 50px;
        text-align: center;
    }

    section.company_01 .ceo img {
        float: none;
        text-align: center;
        width: 100%;
    }

    section.company_01 .ceo .message {
        float: right;
        padding-top: 18px;
        font-size: 14px;
    }

    section.company_01 .ceo .message span {
        font-weight: 900;
        font-family: 'NanumSquare;

    }

    section.company_02 .company_img01 {
        background-position: top center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    section.company_02 .box1 {
        display: table;
        width: 100%;
        height: 47vh;
    }

    section.company_02 .box2 {
        display: table;
        height: 100%;
        width: 100%;
    }

    section.company_02 .box3 {
        display: table-cell;
        vertical-align: middle;
        text-align: left;
        padding-left: 6vh;
        padding-right: 6vh;

    }

    section.company_02 .box3 dl {
        font-family: 'Ubuntu', sans-serif;
        width: 100%;
        padding-top: 18px;
    }

    section.company_02 .box3 dl dt {
        font-size: 32px;
        color: #000;
        text-transform: capitalize;

    }

    section.company_02 .box3 dl dd {
        font-size: 14px;

    }

    /*     연혁 */

    section.company_03 #tab_wrap .nav-tabs > li > a {
        border: none;
        color: #666;
        background: #f8f8f8;
        font-weight: 600;
        border-top: 1px #dedede solid;
        border-bottom: 1px #999999 solid;
        border-left: 1px #dedede solid;
        border-radius: 0;
        line-height: 24px;
        font-size: 14px;
    }

    section.company_03 #tab_wrap {

        margin-bottom: 50px;
    }

    section.company_03 .history-left h2 {
        font-size: 26px;
        margin-bottom: 10px;
        font-weight: 900;
        color: #000;
        margin-top: 0;
        float: left;

    }

    section.company_03 .history-left span {
        padding-left: 14px;
        line-height: 32px;

        font-weight: 300;
        font-size: 18px;
        color: #474747;
    }

    section.company_03 .history-left p.text {
        color: #474747;
        font-size: 14px;
        line-height: 22px;
    }

    section.company_03 .history-left p.image {
        margin-top: 30px;

    }

    section.company_03 .history-left p.image img {
        width: 100%;
    }

    section.company_03 .history-right {
        background: url("../img/dot_back.png") 9px 0% repeat-y;
        margin-top: 10px;
        margin-left: 0px;
    }

    section.company_03 .history-left {
        margin-bottom: 40px;
    }

    section.company_03 .history-right li.title {
        font-size: 20px;
        font-weight: 700;
        font-family: 'Open Sans', sans-serif;
        color: #000;
        padding-bottom: 6px;
    }
    .popup-content {
        width: 70%;
    }


}



 
}