@charset "utf-8"; @font-face { font-family: "noto sans kr"; src: url("/css/fonts/noto-sans-kr-v13-korean-300.woff"); } 
/* Base Style *****************************/
* { margin: 0; padding: 0; border: 0; } 
/* body { overflow-y:auto; } */
body { /*margin-top:20px; */
margin-left: 0px; padding-top: 0px; padding-left: 0px; margin-bottom: 0; font-family: "noto sans kr", "돋움", "굴림", "Arial", "AppleGothic",
"sans-serif" !important; font-size: 16px; } 

div,
table,
em,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
p,
th,
td,
input,
textarea,
select,
button { font-family: "noto sans kr", "돋움", "굴림", "Arial", "AppleGothic",
"sans-serif"; font-size: 16px; } 

fieldset,
img { border: 0; } 
textarea { width: 100%; resize: none; } 
img,
label { vertical-align: baseline;; } 
input.text,
input.txt,
input[type="text"],
input[type="password"],
input[type="file"] { background: #fff; height: 45px; border: 1px solid #cccccc; box-sizing: border-box; padding: 0 20px; font-size: 0.889em; color: #666; width: 100%; } 
input.file_upload {background: #fff; height: 45px; border: 1px solid #cccccc; box-sizing: border-box; padding: 0 20px; font-size: 0.889em; color: #666;} 
label.file_upload { background: #fff; height: 45px !important; border: 1px solid #cccccc; box-sizing: border-box; padding: 0 20px; font-size: 0.889em; color: #666; display: inline-block; line-height: 43px; margin-top: 0; } 
.filebox.bs3-primary { display: inline-block; } 
.filebox .upload-name { background: #fff; height: 45px; border: 1px solid #cccccc; box-sizing: border-box; padding: 0 20px; font-size: 0.889em; color: #666; } 
.filebox.bs3-primary label { background: #fff; height: 45px !important; border: 1px solid #cccccc; box-sizing: border-box; padding: 0 20px; font-size: 0.889em; color: #666; display: inline-block; line-height: 43px; margin-top: 0; } 

input[readonly="readonly"].txt,
input.txt:read-only,
input.txt:disabled { background: #f4f4f4; } 
input[readonly="readonly"].date,
input.date:read-only,
input.date:disabled { background: #fff; } 
select,
select.select { font-size: 0.889em; color: #666; height: 45px; border: 1px solid #cccccc; box-sizing: border-box; background: #fff /*url(/resources/_Img/Common/selfrm_arr7.png) no-repeat right*/
50%; min-width: 120px; padding-left: 20px; padding-right: 45px; padding-top: 1px; line-height: 1.2em; } 

select.sselect { font-size: 0.833em; background: #fff /*url(/resources/_Img/Common/selfrm_arr8.png) no-repeat right*/
50%; min-width: initial; padding-left: 5px; padding-right: 20px; } 

textarea.textarea { font-size: 0.889em; color: #666; border: 1px solid #cccccc; padding: 20px; box-sizing: border-box; background: #fff; min-height: 150px; } 

input::placeholder,
select::placeholder,
textarea::placeholder { font-size: 0.889rem; color: #999999; } 

/*서브메뉴*/
.sub_nav_type1 { position: relative; background: #454545; } 
.sub_nav_type1 .sub_nav_wrap { display: flex; justify-content: space-between; width: 1300px; margin: 0 auto; } 
.sub_nav_type1 .sub_nav { display: flex; } 
.sub_nav_type1 .sub_nav > li { position: relative; } 
.sub_nav_type1 .sub_nav > li:after { content: ""; display: inline-block; width: 1px; height: 20px; background: #8c99ab; position: absolute; right: 0; top: 50%; transform: translateY(-50%); } 
.sub_nav_type1 .sub_nav > li:not(.home) { min-width: 252px; min-height: 61px; } 
.sub_nav_type1 .sub_nav > li > a { padding: 1em; display: block; position: relative; color: #fff; height: 61px; top: 50%; transform: translateY(-50%); } 
.sub_nav_type1 .sub_nav > li.home a { text-indent: -9999px; width: 1.25em; height: 100%; background: url("../img/sub_nav_ico_01.png") no-repeat center center /
1.25em; padding: 1em 2em; } 
.sub_nav_type1 .sub_nav > li:not(.home) > a:after { content: ""; display: inline-block; background: url("../img/sub_nav_ico_06.png") no-repeat 0 0; width: 13px; height: 7px; position: absolute; right: 0; top: 50%; transform: translateY(-50%); margin: 0 1em; transition: 0.1s ease; } 
.sub_nav_type1 .sub_nav > li a.on:after { transform: translateY(-50%) rotate(180deg); color: #fff000; } 
.sub_nav_type1 .sub_nav > li > ul { font-size: 0.9em; position: absolute; background: #eff1f6; width: 100%; transition: 0.1s ease; background: #454545; border: 1px solid #ffffff; border-top: 0; z-index: 9; display: none; color: #eeeeee; line-height: 32px; } 
/* .sub_nav_type1 .sub_nav >li >a:hover + ul { display: block } */
.sub_nav_type1 .sub_nav > li:not(.home) > a:hover,
.sub_nav_type1 .sub_nav > li:not(.home) > a.on { /*background: #000000; */ /*border: 1px solid #b1b5b9; */
border-bottom: 0; color: #fff000; } 
.sub_nav_type1 .sub_nav > li > ul li a { display: block; padding: 0.5em 1em; } 
.sub_nav_type1 .sub_nav > li > ul > li { border-top: 1px solid #b1b5b9; } 
.sub_nav_type1 .sub_nav > li > ul li a:hover { color: #fff000; } 
.sub_nav_type1 .sub_nav_btn { display: flex; align-items: center; } 
.sub_nav_type1 .sub_nav_btn li { display: flex; align-items: center; } 
.sub_nav_type1 .sub_nav_btn li:not(:last-child) { margin-right: 15px; } 
.sub_nav_type1 .sub_nav_btn li:not(:last-child)::after { content: ""; display: block; width: 1px; height: 20px; background: #8c99ab; margin-left: 15px; } 
.sub_nav_type1 .sub_nav_btn li a { display: block; background-repeat: no-repeat; background-position: 0 0; text-indent: -9999px; overflow: hidden; } 
.sub_nav_type1 .sub_nav_btn li a.biggerFont { background-image: url("../img/sub_nav_ico_02.png"); width: 25px; height: 17px; } 
.sub_nav_type1 .sub_nav_btn li a.textMode { background-image: url("../img/sub_nav_ico_03.png"); width: 13px; height: 13px; } 
.sub_nav_type1 .sub_nav_btn li a.smallerFont { background-image: url("../img/sub_nav_ico_04.png"); width: 21px; height: 14px; } 
.sub_nav_type1 .sub_nav_btn li a.print { background-image: url("../img/sub_nav_ico_05.png"); width: 22px; height: 19px; } 
.sub_nav_type1 .sub_nav_m { display: none; } 

@media screen and (max-width: 1024px){
 .sub_nav_type1 { background: #fff; /*border-top: 2px solid #b1b5b9; */ } 
.sub_nav_type1 .sub_nav_wrap { display: none; } 
.sub_nav_type1 .sub_nav_m { display: block; white-space: nowrap; overflow-x: auto; } 
.sub_nav_type1 .sub_nav_m ul { display: flex; width: 100%; } 
.sub_nav_type1 .sub_nav_m li { } 
.sub_nav_type1 .sub_nav_m li a { display: block; padding: 1em; position: relative; width: 100%; height: 100%; font-weight: 600; text-align: center; font-size: 1.2em; } 
.sub_nav_type1 .sub_nav_m li a.on { color: #fff000; } 
.sub_nav_type1 .sub_nav_m li a.on:after { content: ""; display: block; width: 100%; height: 4px; background: #454545; position: absolute; bottom: -2px; left: 0; } 
 }
@media screen and (max-width: 780px){
 .sub_nav_type1 .sub_nav_m li { flex: 1; } 
 }


 .sub-page { width: 1300px; margin: 0 auto; } 
/*회사연혁*/
.page-section { display: flex; align-items: center; position: relative; box-sizing: border-box; overflow: hidden; } 
.page-section > .inner { max-width: 1300px; width: 92%; margin: 0 auto; position: relative; z-index: 1; box-sizing: border-box; } 
.page-section > .bg { position: absolute; top: 0; left: 0; z-index: 0; width: 100%; height: 100%; background-color: #000; overflow: hidden; } 
.page-section > .bg > .img { position: relative; width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat; background-position: center; } 
.page-section > .bg > .video { position: relative; width: 100%; height: 100%; } 
.page-section > .bg > .video:after { content: ""; position: absolute; top: 0; left: 0; display: block; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.35); z-index: 1; } 
.page-section > .bg video { width: 100%; height: auto; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } 
.page-section:last-child > .inner { } 
.secHead { margin-bottom: 60px; } 
.secHead .secTitle span { font-size: 0.78em; font-weight: 30; } 
.history_section { min-height: auto; } 
.history_section > .inner { padding-bottom: 5%; } 
.history_section + .history_section > .inner { padding-top: 0; } 
.history_section .history { display: flex; flex-direction: column; line-height: 40px; } 
.history_section .history > li { display: flex; } 
.history_section .history > li .year { width: 105px; flex: none; font-size: 20px; font-weight: 600; position: relative; display: flex; justify-content: space-between; } 
.history_section .history > li .year:before { content: ""; width: 1px; background-color: #d6dce3; position: absolute; right: 0; top: 0; bottom: 0; z-index: -1; } 
.history_section .history > li .year:after { content: ""; width: 17px; height: 17px; margin-top: 12px; margin-right: -8px; background-size: auto; background-repeat: no-repeat; background-position: center; background-image: url("../img/year_point.png"); } 
.history_section .history > li:first-child .year:before { top: 15px; } 
.history_section .history > li:last-child .year:before { bottom: 15px; } 
.history_section .history > li > ul { display: flex; flex-direction: column; padding-left: 50px; } 
.history_section .history > li + li > .year { padding-top: 60px; } 
.history_section .history > li + li > ul { padding-top: 60px; } 
.history_section .history > li > ul > li { display: flex; } 
.history_section .history > li > ul > li .month { font-size: 22px; color: #0082cf; width: 40px; flex: none; } 
.history_section .history > li > ul > li .text { font-size: 18px; font-weight: 300; } 


@media screen and (max-width: 1024px){
 .row > .col_4 { width: 100% !important; display: block; } 
 .secTitle img { max-width: 200px; } 
 .row > .col_8 { width: 100% !important; } 
 }

 @media screen and (max-width:768px){
 .history_section .history > li > ul { display: flex; flex-direction: column; padding-left: 27px; } 
 .history_section .history > li > ul > li .text { line-height: 30px; font-size: 16px; } 
 .history_section .history > li + li > .year { padding-top: 30px; } 
 .history_section .history > li .year { width: 86px; } 
 .history_section .history > li + li > ul { padding-top: 30px; } 
 }

/*ceo인사말*/
.sub-title { text-align: center; font-size: 2.375em; color: #000; font-weight: 700; line-height: 1; padding-top: 1.7em; margin-bottom: 1.5em; /*border-bottom: 1px solid #999; */ } 
.layout { width: 100%; padding-left: 0 !important; padding-right: 0 !important; margin: 0 !important; } 
/*.subpage { padding-bottom:150px; } */

.inner.line li { border-bottom: 1px solid #f2cc8f; padding: 16px 0; display: flex; background: #ffffff; } 
.inner.line li:first-child { border-top: 2px solid #f4a261; } 
.inner.line li span { display: inline-block; width: 80%; float: left; } 
.inner.line li span.tit { display: inline-block; width: 20%; float: left; text-align: center; color: #e36414; font-weight: 500; } 
.inner.line li span div { display: block; width: 100%; } 
span.info_b { font-size: 40px; font-weight: 500; margin-bottom: 10px; display: block; } 
span.orn_txt { font-size: 26px; font-weight: 600; margin-bottom: 20px; display: block; color: #e36414; } 
span.info_cont { font-size: 18px; font-weight: 400; line-height: 30px; } 

@media screen and (max-width: 1024px){
 .sub-title { font-size: 2.0em; font-weight: 600; line-height: 1; padding-top: 1.5em; margin-bottom: 0; } 
 span.info_b { font-size: 30px; } 
 }
@media screen and (max-width: 800px) { span.info_b { font-size: 30px; } 
span.orn_txt { font-size: 20px; } 
span.info_cont { font-size: 15px; line-height: 26px; } 
 }
 @media screen and (max-width: 500px){
 .sub-title { font-size: 1.8em; } 
 span.info_b { font-size: 24px; } 
 .section2.inner { margin-bottom: 0; } 
 }

/*조직도*/
.group_name { font-size: 20px; line-height: 40px; font-weight: 500; margin-bottom: 10px; color: #000000; padding-left: 40px; } 
.group { border-top: 2px solid #0e3964; border-collapse: collapse; width: 100%; table-layout: fixed; font-size: 0.95em; margin-bottom: 40px; } 
.group td { border-left:1px solid #ddd; border-bottom: 1px solid #ddd; padding: 20px 40px; } 
.group td:first-child { background: #efefef; width: 30%; } 
.group td:last-child { border-right:1px solid #ddd; } 
.group_list { float: left; color: #000000; line-height: 30px; } 
.group_work { color: #666666; line-height: 32px; float: left; } 
/*.group:last-child { margin-bottom: 0px; } */

@media screen and (max-width: 800px){
 .group td { padding: 10px; } 
 .group td:first-child { width: 40%; } 
 .group_list li { font-size: 16px; line-height: 30px; } 
 .group_work li { font-size: 15px; line-height: 26px; } 
 }



/*미션&비전*/

.section2 { margin-bottom: 150px; } 
.section2 > p { position: relative; text-align: center; padding-top: 70px; font-size: 18px; margin-bottom: 70px; display: inline-block; width: 100%; } 
.section2 > p span { display: block; width: 100%; } 
.section2 > p span:first-child { color: #454545; font-size: 32px; margin-bottom: 20px; font-weight: 500; } 
.section2 > p span:nth-child(2) { color: #e36414; font-size: 38px; margin-bottom: 20px; font-weight: 500; } 
.section2 > p:before { position: absolute; content: ""; width: 5px; height: 30px; background: #e36414; left: 50%; top: 0; } 

.section2 ul { text-align: center; } 
.section2 ul li { position: relative; display: inline-block; width: 430px; height: 430px; border: 2px solid #454545; background: #fff; border-radius: 430px; vertical-align: top; } 
.section2 ul li:nth-child(1) { z-index: 3; transform: translateX(50px); } 
.section2 ul li:nth-child(2) { transform: translateX(0px); background: #454545; z-index: 2; } 
.section2 ul li:nth-child(3) { transform: translateX(-50px); z-index: 1; } 
.section2 ul li > div { width: 90%; height: 100%; margin: 0 auto; display: flex; align-items: center; justify-content: center; flex-direction: column; } 
.section2 ul li > div p b { font-size: 34px; color: #151a59; font-weight: 500; } 
.section2 ul li > div p:last-child { font-size: 18px; } 
.section2 ul li > div p span { font-size: 18px; color: rgba(0, 0, 0, 0.3); font-weight: 700; display: block; margin-bottom: 15px; } 
.section2 ul li:nth-child(2) > div p b,
.section2 ul li:nth-child(2) > div p { color: #fff; } 
.section2 ul li:nth-child(2) > div p span { color: rgba(255, 255, 255, 0.3); } 

@media screen and (max-width: 800px){
 .section2 > p span:nth-child(2) { font-size: 29px; } 
 .section2 ul li:nth-child(1) { z-index: 3; transform: translateX(0px) !important; } 
.section2 ul li:nth-child(2) { transform: translateX(0px); background: #454545; z-index: 2; } 
.section2 ul li:nth-child(3) { transform: translateX(0px); z-index: 1; } 
.section2 ul li { width: 242px; height: 307px; border-radius: 30px; } 
 }

 @media screen and (max-width: 480px){
 .section2 ul li { width: 90%; height: 307px; border-radius: 30px; display: block; margin: 0 auto 20px auto; } 
 }

/*찾아오시는길*/
.main_contents { margin: 0 auto; width: 1300px; } 
.map_info { overflow: hidden; padding: 30px 0; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; margin-top: 20px; } 
.map_info p { float: left; margin-right: 30px; text-indent: 20px; font-weight: 700; font-size: 1.4em; color: #e36414; } 
.map_info .list { float: left; } 
.map_info .listdl:last-child { margin: 0; } 
.map_info dl { overflow: hidden; margin-bottom: 5px; } 
.map_info dl dt { float: left; font-weight: 700; margin-bottom: 2px; } 
.map_info dl dd { padding-left: 100px; } 

@media screen and (max-width: 800px){
 .map_info p { text-indent:0; margin-bottom: 20px; width: 100%; } 
 }



/*technology*/
span.orn_txt2 { font-size: 20px; font-weight: 400; margin-bottom: 10px; display: block; color: #e36414; } 
span.info_b2 { font-size: 36px; font-weight: 500; margin-bottom: 16px; display: block; } 
span.info_cont2 { font-size: 16px; font-weight: 400; line-height: 30px; color: #545454; } 
.skill_list { display: inline-block; width: 100%; } 
.skill_list ul { display: inline-block; width: 100%; } 
.skill_list li { float: left; width: 24%; margin-right: 1.3%; background: #eeeeee; border-radius: 3px; color: #000000; font-size: 18px; font-weight: 400; height: 70px; margin-bottom: 10px; text-align: center; display: table; } 
.skill_list li span { display: table-cell; vertical-align: middle; text-align: center; } 
.skill_list li:nth-child(4),
.skill_list li:nth-child(8),
.skill_list li:nth-child(12) { margin-right: 0; } 
.s_title { background: url(../img/bullet.png) no-repeat 0 50%; margin: 40px 0 20px 0; padding-left: 30px; font-size: 20px; font-weight: 500; display: block; } 
.function { display: inline-block; width: 100%; } 
.function h3 { width: 100%; text-align: center; margin: 10px 0 20px 0; font-size: 24px; color: #e36414; font-weight: 500; } 
.function div { float: left; width: 30%; margin-right: 5%; border: 1px solid #dddddd; padding: 20px 30px; border-radius: 10px; min-height: 333px; } 
.function div ul { margin-left: 20px; } 
.function div ul li { width: 100%; list-style-type: disc; } 
.function div:last-child { margin-right: 0; } 
.chart { border: 1px solid #dddddd; padding: 50px; border-radius: 10px; } 
.no-border { border: 0; } 
.chart img { max-width: 100%; } 



@media screen and (max-width: 480px) { span.orn_txt2 { font-size: 16px; } 
 span.info_b2 { font-size: 28px; } 
 span.info_cont2 { line-height: 28px } 
 .skill_list li { float: left; width: 49%; margin-right: 1%; } 
 .function div { float: left; width: 100%; margin-bottom: 20px; min-height: auto; } 
 .function h3 { margin: 0 0 20px 0; } 
 }

/*표*/
.sub_table { width: 100%; border-top: 2px solid #044774; } 
.sub_table th { background: #f4f4f7; padding: 11px 0; border-bottom: 1px solid #ddd; border-left: 1px solid #dddddd; } 
.sub_table th:last-child { border-right: 1px solid #dddddd; } 
.sub_table td { padding: 15px 20px; border-bottom: 1px solid #ddd; text-align: center; line-height: 1.6em; border-left: 1px solid #dddddd; } 
.sub_table td:last-child { border-right: 1px solid #dddddd; } 
.sub_table td a { font-weight: normal; } 

/*mis 경영정보시스템*/
.skill_list2 { display: inline-block; width: 100%; } 
.skill_list2 ul { display: inline-block; width: 100%; } 
.skill_list2 li { float: left; width: 22%; margin-right: 4%; background: #eeeeee; border-radius: 3px; color: #000000; font-size: 18px; font-weight: 400; height: 70px; margin-bottom: 10px; text-align: center; display: table; padding: 24px; min-height: 221px; } 
.skill_list2 li:last-child { margin-right: 0; } 
.skill_list2 li span { display: block; vertical-align: middle; text-align: left; width: 100%; font-size: 16px; } 
.skill_list2 li span:first-child { margin-bottom: 20px; background: #454545; padding: 8px 20px 10px 20px; border-radius: 4px; color: #ffffff; text-align: center; font-size: 18px; } 
.function2 { display: inline-block; width: 100%; } 
.function2 div { float: left; width: 100%; padding: 0 30px; border-radius: 10px; } 
.function2 div ul li { width: 100%; list-style-type: disc; line-height: 30px; } 
.chart2 { padding: 0 50px; } 
.chart2 img { max-width: 100%; } 
.o_table_mobile h3 { display: none; } 


@media screen and (max-width: 800px){
 .skill_list2 li { width: 100%; display: inline-block; margin-right: 0; min-height: 95px; } 
 .skill_list2 li span:first-child { width: 30%; margin-right: 5%; float: left; } 
 .chart { padding: 0px; border: 0; } 
 .chart3 { padding: 0px !important; } 
 }

 @media screen and (max-width: 480px){
 .skill_list2 li { padding: 20px 15px; height: auto; } 
 .skill_list2 li span:first-child { width: 100%; display: block; font-size: 16px; } 
 .function2 div { padding: 0 0 0 30px; } 
 .function2 div ul li { line-height: 28px; } 
 .chart2 { padding: 0 } 

 .o_table_mobile h3 { font-weight: 400; margin-bottom: 10px; display: block; } 
 .o_table_mobile { width: 100%; overflow: hidden; } 
 .o_table_mobile .tbl_basic { overflow-x: scroll; padding-bottom: 6px; } 
 .o_table_mobile .tbl_basic .sub_table { width: 100%; min-width:480px; } 
 .tbl_basic::-webkit-scrollbar,.tbl_basic::-webkit-scrollbar { width: 6px; height: 6px; } 
 .tbl_basic::-webkit-scrollbar-thumb, .tbl_basic::-webkit-scrollbar-thumb { background-color: #999999; border-radius: 10px; } 
 .tbl_basic::-webkit-scrollbar-track, .tbl_basic::-webkit-scrollbar-track { background-color: #eeeeee; border-radius: 10px; } 
 }
/*웹기반 정보시스템*/
.chart3 { padding: 10px 30px; } 
.chart3 img { max-width: 100%; } 



/*인증현황*/
.certify { display: inline-block; } 
.certify li { float: left; width: 22.5%; margin-right:3.3%; margin-bottom: 30px; } 
.certify li:nth-child(4),.certify li:nth-child(8) { margin-right: 0; } 
.certify li img { max-width: 100%; margin-bottom: 10px; } 
.certify li span { display: block; width: 100%; text-align: center; line-height: 24px; } 
.certify li span.certify_s { font-size: 14px; color: #666666; } 


@media screen and (max-width: 800px){
 .certify li { float: left; width: 30%; margin-right:5%; margin-bottom: 30px; } 
 .certify li:nth-child(3),.certify li:nth-child(6),.certify li:nth-child(9) { margin-right: 0; } 
 .certify li:nth-child(4),.certify li:nth-child(8) { margin-right: 5%; } 
 }

 @media screen and (max-width: 480px){
 .certify li { float: left; width: 48%; margin-right:4%; margin-bottom: 30px; } 
 .certify li span { font-size: 14px; } 
 .certify li:nth-child(2),.certify li:nth-child(4),.certify li:nth-child(6),.certify li:nth-child(8) { margin-right: 0; } 
 .certify li:nth-child(3),.certify li:nth-child(5),.certify li:nth-child(7),.certify li:nth-child(9) { margin-right: 4%; } 
 }


 /*개인정보처리방침*/

 .lay_contentWrap { width: 100%; height: auto; min-height:100%; float: none; max-width: 1450px; margin: 0 auto; padding: 0 40px 50px 40px; box-sizing: border-box; position: relative; } 
 .lay_sub_navi { padding: 0 0 40px 0; } 
 .lay_pageTitle { padding: 0 0 10px 0; border-bottom: 3px solid #5f8dac; } 
 .lay_pageTitle h2 { font-size: 26px; font-weight: 600; color: #333; } 
 .lay_dl_s1 {margin-top: 20px; } 
 .lay_dl_s3 { margin-bottom: 30px; } 
 .lay_contents { overflow-y: scroll; overflow-x: hidden; /*margin-top: 30px; */; max-height: 600px; } 
 .lay_privacy {padding: 0 15px; } 
 .lay_privacy.join_agree { border:1px solid #d2d2d2; height:193px; overflow-y: scroll; text-align: left; padding:0 10px } 
 .lay_privacy_container { width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 10px 0; } 
 .lay_privacy_container a { transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; } 
 .lay_privacy_container.list { box-sizing: border-box; margin-bottom: 90px; background: #eeeeee; } 
 .lay_privacy_container.list > h3 { font-size: 24px; } 
 .lay_privacy_container.list > .caption { color: #888; letter-spacing: -0.5px; margin-top: 20px; margin-bottom: 20px;padding: 0 20px; } 
 .lay_privacy_container.list:after { content: ''; position: relative; bottom: -60px; height: 1px; width: 100%; background: #dde2ec; } 
 .lay_privacy_contents { display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: center; padding: 8px 30px; } 
 .lay_privacy_contents > li { flex-basis: 50%; box-sizing: border-box; } 
 .lay_privacy_contents > li > a { height: 30px; display: flex; justify-content: flex-start; align-items: center; color: #454545; } 
 .lay_privacy_contents > li > a > p { font-weight: 500; white-space:break-word; } 
 .lay_privacy_contents2 { display: inline-block; align-items: center; padding: 8px 30px; } 
 .lay_privacy_contents2 > li { flex-basis: 50%; box-sizing: border-box; float: left;padding: 8px 30px;} 
 /*.lay_privacy_contents2 > li { float: left; margin: 0 50px; } */
 .lay_privacy_contents2 > li a { color: #333333; } 
 .lay_privacy_s_title { font-size: 19px; color:#044770; margin-bottom: 10px; margin-top: 25px; font-weight: 600; } 
 .lay_privacy_s_title2 { font-size: 19px; color:#044770; margin-bottom: 10px; margin-top: 25px; font-weight: 600; text-align: center; margin:40px 0 20px 0; font-size: 20px; } 
 .lay_privacy_s_title2:first-child { margin-top: 0; } 
 .lay_privacy_con h2 { font-size: 16px; margin-top: 20px; } 
 
 .lay_privacy_con li.p { margin-left:20px; } 
 .lay_privacy_con li.p1 { margin-left:40px; } 
 .lay_privacy_con li.p2 { margin-left:60px; } 
 .lay_privacy2 { width: 100%; text-align: center; margin-top: 8%; } 
 .lay_privacy_email ul { width: 70%; margin: 0 auto; display: inline-block; text-align: left; padding: 5%; border: 1px solid #dddddd; border-radius: 4px; background: #eeeeee; } 
 .lay_privacy_email li { float: left; width: 28%; } 
 .lay_privacy_email li img { max-width: 100%; } 
 .lay_privacy_email li:last-child { width: 70%; font-size: 17px; line-height: 30px; margin-left: 2%; } 
 ul.lay_privacy_con { width: 99%; } 



 @media screen and (max-width:770px) {
 .lay_privacy_contents > li {
    flex-basis: 100%;
    box-sizing: border-box;
}
 }



 @media screen and (max-width:480px) {
.lay_privacy_contents2 > li { float: left; margin: 0; display: block; width: 100%; } 
.lay_pageTitle h2 { font-size: 22px; } 
.lay_privacy_container.list { display: inline-block; } 
.lay_privacy_contents > li > a > p { word-wrap: break-word; } 
 }