/* À¥ÆùÆ® */
/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');*/

@font-face {
  font-family: 'sf_font';
  src: url('/_Font/sf_font.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap; 
}

@font-face {
  font-family: 'NotoSans';
  src: url('/_Font/NotoSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'NotoSans';
  src: url('/_Font/NotoSansKR-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'NotoSans';
  src: url('/_Font/NotoSansKR-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}


@font-face {
  font-family: 'NotoSans';
  src: url('/_Font/NotoSansKR-ExtraBold.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}





/* ±âº» ÆùÆ®¿Í ±Û²Ã ¼³Á¤ */
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
	overflow-y: scroll;
}

html, body {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 1.5;
    color: #333;
    font-weight: 400;
    font-family: "Noto Sans KR", sans-serif;
    letter-spacing: -0.08rem;
    
}


:root{
	/* color */
	/*--white-color : #fff;
	--black-color : #000;
	--blue-color : #183a85;
	--dark-blue-color : #525763;
	--dark-gray-color : #646464;
	--green-color:#009a44;*/

	/* font-weight*/
	--font-normal :400;
	--font-bold :600;
	--font-semi-bold:700;
	--font-extra-bold:900;


	/* color */
	--white-color : #fff;
	--black-color : #000;
	--gray-color : #eee;
	--gray-color2 : #f5f6f8;
	--gray-color3 : #909090;
	--moreline-color : #4b4b4b;
	--yellow-color : #fffdf5;
	--green-color: #f6fffd;
	--logoyellow-color: #ffc80b;
	--logored-color: #8a1602;
	--logogreen-color: #00a651;
	--footer-color: #626262;
	--blue-color : #183a85;
	--dark-blue-color : #525763;
	--dark-gray-color : #646464;
	--green-color:#004e2a;


	/* font-size */
	--main-tit : 3.5rem;
	--en-h1-font : 2.3rem;
	--h1-font : 1.8rem;
	--h2-font : 1.4rem;
	--h3-font : 1.1rem;
	--h4-font : 1rem;
	--h5-font : 0.9rem;
	--h6-font : 0.8rem;

	/* font-family */
	--point-tit: sf_font;

	
}


/* ¸ð¹ÙÀÏ ÆùÆ® È®Àå ¹æÁö*/
html, body{
  -webkit-text-size-adjust : none;  /* Å©·Ò, »çÆÄ¸®, ¿ÀÆä¶ó ½Å¹öÀü */
  -ms-text-size-adjust : none;  /* IE */
  -moz-text-size-adjust : none;  /* ÆÄÀÌ¾îÆø½º */
  -o-text-size-adjust : none;  /* ¿ÀÆä¶ó ±¸¹öÀü */
  scroll-behavior: smooth;
}


/* ±ÛÀÚÈ¿°ú */
.fromTopIn {transition: transform 1.0s ease, opacity 1.0s ease; transform: translate(0,0); opacity: 1.0;}
.fromTopOut {transition: transform 1.0s ease, opacity 1.0s ease; transform: translate(0,-50px); opacity: 0.0;}
.fromBottomIn {transition: transform 1.0s ease, opacity 1.0s ease;	transform: translate(0,0); opacity: 1.0;}
.fromBottomOut {transition: transform 1.0s ease, opacity 1.0s ease; transform: translate(0,50px); opacity: 0.0;}
.fromLeftIn {transition: transform 1.0s ease, opacity 1.0s ease; transform: translate(0,0); opacity: 1.0;}
.fromLeftOut {transition: transform 1.0s ease, opacity 1.0s ease; transform: translate(-80px,0); opacity: 0.0;}
.fromRightIn {transition: transform 1.0s ease, opacity 0.5s ease; transform: translate(0,0); opacity: 1.0;}
.fromRightOut {transition: transform 1.0s ease, opacity 0.5s ease; transform: translate(100px, 0); opacity: 1.0;}
.scaleUpIn {transition: transform 1.0s ease, opacity 1.0s ease; transform: scale(1.0,1.0); opacity: 1.0;}
.scaleUpOut {transition: transform 1.0s ease, opacity 1.0s ease; transform: scale(1.3,1.3); opacity: 0.0;}
.scaleDownIn {transition: transform 1.0s ease, opacity 1.0s ease; transform: scale(1.0,1.0); opacity: 1.0;}
.scaleDownOut {transition: transform 1.0s ease, opacity 1.0s ease; transform: scale(0.7,0.7); opacity: 0.0;}
.invisible {transition: opacity 0.5s ease;opacity: 0.0;}
.visible {transition: opacity 0.5s ease;opacity: 1.0;}




/* °øÅë____________________________________________________________ */
/** {margin: 0; padding: 0; box-sizing: border-box;}
html {overflow-y: scroll; overflow-x: hidden; scroll-behavior: smooth;}
article,aside.details,summary,figcaption,figure,footer,header,hgroup,main,nav,section{display: block;}
li {list-style-type: none;}
a {text-decoration: none; color: inherit;}
h1,h2,h3,h4,h5,h6 {font-size: 100%; font-weight: normal; margin-top: 0;}
button,input { outline: none;}
button,input[type=button],input[type=submit],input[type=reset] { cursor: pointer;}
img {vertical-align:top; font-size:0; border:0;}
table {border-collapse: collapse;}
input, select {vertical-align: middle;}*/


/* margin,padding */
.ma10{margin:10px !important}
.mt10{margin-top:10px !important}
.mt20{margin-top:20px !important}
.mt80{margin-top:80px !important}
.mt50{margin-top:50px !important}
.mb40{margin-bottom:40px !important}
.mb20{margin-bottom:20px !important}
.ml0{margin-left: 0 !important;}
.ml5{margin-left: 5px !important;}
.ml10{margin-left: 10px !important;}
.ml20{margin-left: 20px !important;}
.mr5{margin-right: 5px !important;}
.mr10{margin-right: 10px !important;}
.pa0{padding:0 !important}
.pr5{padding-right:5px !important}
.pt20{padding-top:20px !important}
.pb0{padding-bottom:0 !important}


/* text-align */
.text-l {text-align:left !important}
.text-r {text-align:right !important}
.text-c {text-align:center !important}


/* width */
.w00 {width:0 !important}
.w50 {width:50% !important}
.w100 {width:100% !important}


/*  */
footer {border-top: 1px solid var(--gray-color);}
/*body {background-color: #fff; color: #333; text-align: center; font-family: 'Noto Sans KR', sans-serif; font-size: 17px;}*/
section {width: 1300px; margin: 0px auto; padding:5rem 0 5rem 0; text-align:center;}
header { width: 100%; height: 80px; background-color: #fff; position: relative; z-index: 200;}
nav {width: 1300px; height: inherit; margin: auto; display: flex; justify-content: space-between;}
nav .logo{width: 25%; margin: auto 0;}
nav .logo img{width: 220px;}

.gnb {display: flex; align-items: center; width: 75%;}
.gnb .main_menu {width: 180px;}
.gnb>.main_menu>a{ position: relative; display: block; width: inherit; height: 60px; font-weight: 500; box-sizing: border-box; line-height: 60px; }
.gnb>.main_menu:hover>a:after {color: #fff;}
.gnb .sub_menu{display: none; position: absolute; top: 100%; width: 180px; height: 230px; z-index: 200;}
.gnb .sub_menu li{height: 32px; display: flex; justify-content: center; align-items: center; transition: all 0.4s; color: #fff; font-size: 15px;}
.gnb .sub_menu li a{display: block; width: 100%;}
.gnb .sub_menu li:hover{background: #fff; color: #333;}
.sub_bgbox{display: none;position: absolute;top: 100%;left: 0;width: 100%;height: 230px;background: rgba(0, 0, 0, 0.4);}
.trigger{display: none;}

/* footer{width: 100%; /*height: 170px;*/ padding:30px 0 ; background-color: #eee; font-size: 14px;}*/ 
.box_foot{width: 1200px; height: 100%; margin: auto; /*display: grid; grid-template-columns: 5fr 1fr;*/ text-align: left;}
.box_foot .fnb_wrap{display: flex; justify-content: space-between; font-size: 15px;}
.info .logo_f{ width: 250px; /* margin-top: 20px;*/}
.info p:first-of-type{ font-size: 17px; margin-top: 20px;}
.info p:last-of-type{ margin-top: 20px;}
.info address{ margin-top: 3px;}
.sns{ margin-top: 15px;}
.sns li{ padding: 10px; border-bottom: 1px solid #fff; position: relative;}
.sns li:last-of-type{ border: none;}
.sns li::after{ content: url(/_Image/open.png); position: absolute; top: 50%; right: 0; transform: translate(-50%, -50%); pointer-events: none;}
.sns a{ display: block; z-index: 10;}
.sns img{ height: 25px; margin-right: 10px;}
.m_br{ display: none;}

.snb-conts {position: fixed; right: 3%; bottom: 2%; z-index: 100;}
.snb-conts div {margin-top:0.5rem; border-radius: 50%; box-shadow: 0 2px 5px rgba(0, 0, 0, .3); display:flex;     align-items: center;}
.snb-conts .snb-top {background-color: #fff;}
.snb-conts .snb-youtube {background-color: #cd201f;}
.snb-conts .snb-blog {background-color: #42d31a;}
.snb-conts .snb-kakao {background-color: #fae100;}

/* main page */
/* sstgroup */
#main_visual{ width: 100%; height: 100%; overflow: hidden;}
#main_visual video{ max-width: 1200px;}

section h2{ font-family: 'Cafe24Dangdanghae'; font-size: 38px; text-align: left; margin: 80px auto 20px auto;}
#container1{ display: grid; grid-template-columns: 1fr 2fr;}
#container2{ display: grid; grid-template-columns: 2fr 1fr;}
#container1 video, #container2 video{ width: 400px; height: 520px; border-radius: 50px;}
.s_txt{ text-align: left;}
.s_txt_tit {display: flex; align-items: center; justify-content: space-between; width:100%;}
.s_txt_tit span{line-height:0;}
.s_txt h3{ position: relative; font-size: 23px; font-weight: 500; line-height: 80px;}
/*.s_txt h3::after{ content: url("/_Image/go.png"); position: absolute; top: 16px; right: 0; pointer-events: none;}
.s_txt h3 a{ display: block;}*/
.s_txt p{ margin-bottom: 30px;}
#container1 .s_txt{ padding-left: 80px;}
#container2 .s_txt{ padding-right: 80px;}
#container3{ display: grid; grid-template-columns: 2fr 3fr;}
#container3 .btn2{ border: 1px solid #183a85; color: #183a85; background-color: #fff; cursor: pointer; transition: 0.5s; font-size: 15px; margin: auto; width: 200px; padding: 10px 20px;}
#container3 .btn2:hover{ background-color: #183a85; color: #fff;}
.magazine{ display: grid; grid-template-columns: 1fr; border-right: 1px solid #183a85;}
.magazine img{ width: 100%; transition: 0.5s;}
.magazine img:hover{ cursor: pointer; transform: scale(1.1);}
.magazine p{ text-align: left;}
.magazine p b{ display: inline-block; /*font-family: 'OTEnjoystoriesBA';*/ font-size: 30px; font-weight: 300; }
.magazine p b bfn{font-weight: 500;}
.magazine p span{display:block;}
.magazine p .btn1{ display: block; font-family: 'OTEnjoystoriesBA'; font-size: 26px; margin-top: 50px;}
/*.youtube{ display: grid; grid-template-columns: repeat(2,1fr);}
.youtube .box {margin-left: 20px;}
.youtube .box img{ width: 100%; border-radius: 10px;}
.youtube .box p{ text-align: left; /*margin-left: 20px; margin-top: 10px; margin-bottom:10px; }
.youtube .box p span{display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
.youtube .box p i{display: inline-block; font-size: 16px; font-style: normal; font-weight: 300; color: #a8a8a8;}*/
#container4{ display: grid; grid-template-columns: 4fr 5fr;}
#container4 .greet{ padding-right: 16px; text-align: left;}
#container4 .greet p{ line-height: 28px; padding-top: 20px;}
#container4 img{ width: 100%; margin-top: 40px;}


/*___main___*/

.main, .main .main-visual, .main-conts-wl .wrap, .main-conts-el .wrap, .main-conts-me .wrap, .main-conts-bu .wrap {height: 100vh; margin:0 auto;}
.main .main-visual, .main-conts-wl .wrap, .main-conts-el .wrap, .main-conts-me .wrap, .main-conts-bu, .sub-wrap {max-width:1300px;}


.main {background-image: url('/_Image/main_bg.jpg'); background-repeat: repeat; background-position: top left; background-size: auto; }
.main .main-visual {background-image: url('/_Image/main_bg2.png'); background-repeat: no-repeat; background-size: 65%; background-position-x: 120%;}
.main .main-visual {display:grid; grid-template-columns: repeat(2, 1fr); align-items: center; padding-bottom: 8rem;}
.main .main-visual .tit {width:80%; padding-right:2rem;}
.main .main-visual .tit .slogan{font-size:1.5rem; font-weight:500; padding-bottom:2rem; color:#a37003;}
.main .main-visual .tit .info {padding-top:2rem;}
.main .main-visual .tit img{width:450px;}
.main .main-visual video {width:100%; border-radius: 1rem;}
.main .main-visual object {width: 100%; min-height: 364px; border-radius: 1rem;}


/* main_sub_tit*/

.main-conts-wl .wrap {text-align:center; display: flex; justify-content: center; align-items: center; flex-flow: column;}

.main-conts-wl .wrap .tit .slogan, .main-conts-el .wrap .tit .slogan{font-size:var(--h3-font); font-weight:var(--font-bold); }
.main-conts-wl .wrap .tit .info, .main-conts-el .wrap .tit .info {padding:1rem 0;}
.main-conts-wl .wrap .tit dt,.main-conts-el .wrap .tit dt, .main-conts-me .wrap .tit dt {font-size:var(--main-tit); font-weight:var(--font-extra-bold); font-family: var(--point-tit);}
.main-conts-wl .wrap .tit dt {color:var(--logored-color);}
.main-conts-el .wrap .tit dt {color:var(--logogreen-color); }

/**/

.main-conts-wl .wiselife-wrap {display: flex; justify-content:space-between; align-items: center; margin-top:3rem; max-width:1300px; min-width:100%;}
.main-conts-wl .wiselife-wrap .item {display:flex; width: calc((100% - 10rem) / 3); height:26rem; border-radius: 1rem; position: sticky; padding:0.5rem;}
.main-conts-wl .wiselife-wrap .item a {width: 100%;}
.main-conts-wl .wiselife-wrap .item .hover {display: none; } 
.main-conts-wl .wiselife-wrap .item:hover .default {display: none;}
.main-conts-wl .wiselife-wrap .item:hover .hover {display: block; filter: brightness(110%); transform: scale(1.05);}
.main-conts-wl .wiselife-wrap .item:hover {box-shadow: 4px 10px 20px 0 rgba(0, 0, 0, .1); }
.main-conts-wl .wiselife-wrap .item li {/*position: absolute; top: 0; left: 0;*/ padding: 1.5rem; width:100%}
.main-conts-wl .wiselife-wrap .item .tit-img img{width: 80%; border-radius: 50%;}
.main-conts-wl .wiselife-wrap .item  dt {font-size:var(--h3-font); font-weight:var(--font-semi-bold); padding:1rem 0; }


.main-conts-el {background-image: url('/_Image/main_bg3.jpg'); background-size: cover; }
.main-conts-el .wrap {display: flex; justify-content: center; align-items: center; }
.main-conts-el .wrap .tit{width:50%; padding-right:1rem;}
{font-size:var(--h3-font); font-weight:var(--font-bold);}

.main-conts-el .wrap .facilities {display: grid;  grid-template-columns: repeat(4, 1fr); transition: transform 0.4s ease; gap:1rem;}
.main-conts-el .wrap .facilities .item {padding: 1rem;  border: 1px solid #eee; background: var(--white-color); box-shadow: 4px 2px 10px 0 rgba(0, 0, 0, .1); width: 18rem; margin-right:1rem; flex: 0 0 45%; box-sizing: border-box;}
.main-conts-el .wrap .facilities .item .sub-tit  {margin: 1rem 0; font-weight: var(--font-semi-bold); font-size: var(--h3-font);}
.main-conts-el .wrap .facilities .item img {width:100%;}
.main-conts-el .wrap .facilities .item .detail {min-height:4rem;}
.main-conts-el .wrap .facilities-slider {margin: auto; overflow: hidden; position: relative; max-width: 800px;}
.main-conts-el .wrap .slider-window {overflow: hidden; width: 100%;}
.main-conts-el .wrap button.prev, .main-conts-el .wrap button.next {position: absolute; top: 50%; transform: translateY(-50%); background: rgba(0, 166, 81, 0.4); color: #fff; border: none; padding: 0.5rem 0.8rem; cursor: pointer; z-index: 10;}
.main-conts-el .wrap button.prev {left: 0;}
.main-conts-el .wrap button.next {right: 0;}
.main-conts-el .wrap .slider-pagination {text-align: center; margin-top: 1rem;}
.main-conts-el .wrap .slider-pagination .dot {display: inline-block; width: 10px; height: 10px; margin: 0 5px; background-color: #ccc; border-radius: 50%; transition: background-color 0.3s;}
.main-conts-el .wrap .slider-pagination .dot.active {background-color: var(--logogreen-color)}


.main-conts-me {background:var(--gray-color2);}
.main-conts-me .wrap {display: flex; justify-content: center; align-items: center; flex-flow: column;}
.main-conts-me .wrap .tit {text-align:center; display: flex; justify-content: space-between; align-items: flex-end; width:100%; margin-bottom:2rem;}

.main-conts-me .wrap .tit .sns {display: flex; justify-content: space-between; align-items: center; width:17%;}
.main-conts-me .wrap .tit .sns li {border-radius: 50%; display: flex; align-items: center; }
.main-conts-me .wrap .tit .sns .youtube {background-color: #cd201f;}
.main-conts-me .wrap .tit .sns .blog {background-color: #42d31a;}
.main-conts-me .wrap .tit .sns .kakao {background-color: #fae100;}

.main-conts-me .wrap .youtube {display: grid; grid-template-columns: repeat(3,1fr); gap:0.5rem}
.main-conts-me .wrap .youtube .box { border: 1px solid var(--gray-color); background:var(--white-color); box-shadow: 1px 10px 10px 0 rgba(0, 0, 0, .1);}
.main-conts-me .wrap .youtube .box img {width:100%;}
.main-conts-me .wrap .youtube .box dl {display: flex; flex-flow: column; padding: 1rem;}
.main-conts-me .wrap .youtube .box dt {display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; white-space: normal;}
.main-conts-me .wrap .youtube .box dd {padding-top: 1rem; color:var(--gray-color3); font-size:var(--h6-font); text-align:right;}

.main-conts-me .wrap .more {padding:0.5rem 3rem; border: 1px solid var(--moreline-color); background:var(--white-color);}
.main-conts-me .wrap .more:hover {background:var(--logoyellow-color); color:var(--white-color);} 


/* footer */

.fnb {margin:0 auto; max-width:1300px; padding:1rem 0; }
.fnb .fnb-wrap {display: flex; justify-content: space-between; align-items: center; padding-bottom:0.5rem; border-bottom:1px solid var(--gray-color); }
.fnb .fnb-wrap span, .fnb .fub-info .company span {margin:0 0.3rem; font-size:var(--h6-font); color:var(--gray-color3); }
.fnb .fub-info {padding:1rem 0; text-align: left;}
.fnb .fub-info .copyrights {margin-top:0.5rem; color:var(--gray-color3); }

.fnb .family-site {position: relative; font-size:var(--h5-font); }
.fnb .family-site .family-toggle {border: 1px solid #ccc; padding:0.5rem 0; width:10rem;}
.fnb .family-site .family-list {font-size:var(--h6-font); position: absolute; bottom: 110%; right: 0; background:var(--white-color); border: 1px solid #ccc; list-style: none; display: none; z-index: 100;}

.fnb .family-site .family-list li a {display: block; padding: 7px 10px; color: #333; text-decoration: none;}
.fnb .family-site .family-list li a:hover {background: var(--gray-color);}



/* sub page */
/* °øÅë */

/*#sub_visual{ width: 100%; height: 230px; overflow: hidden; position: relative; margin-bottom: 20px;}*/
/*#sub_visual img{width: 100%; opacity: 70%; /*height: 230px; filter: brightness(90%);*/} */
/*#sub_visual h4{position: absolute; top: 50%; left: 50%; transform:translate(-50%, -50%); font-size: 24px; color: #443838; font-weight: 500;}*/
/* main ul{ margin: auto; width: 1400px; text-align:center;}
main ul li{ display: inline-block; font-weight: 500; width: 14%; padding: 10px; position: relative; overflow: hidden; color:#183a85;}
main ul li:after { position: absolute; content: " "; top: 0; left: 0; z-index: -1; width: 100%; height: 100%; transition: all 0.3s ease; transform: scale(0.1);}
main ul li:hover { color: #fff;}
main ul li:hover:after { background: #183a85; transform: scale(1);}
main ul li a{ display: block;}
main ul .now_page{ background-color: #183a85; color: #fff;}
section h5{ font-weight: 500; font-size: 32px; text-align: left; font-family: 'Cafe24Dangdanghae'; margin: 60px auto 30px auto;}*/


/* ¹öÆ° */
.btn_site{color: #fff; background-color: #183a85; font-size: 14px; padding: 12px 25px; float: right; margin-top: 55px; border: none; border-radius: 120px;}
.btn_list{ padding: 10px 40px; font-size: 15px; margin-top: 20px;}
.btn_apply{ font-size: 15px; font-weight: 500; color: #fff; background-color: #183a85; padding: 8px 35px; float: right; margin: 30px 50px 0 0; border-radius: 80px; border: none;}
.done{ background-color: #ca0000;}


/*sub-page-tit*/

#sub_visual {background-size: cover; height: 230px; width:100%; text-align:center; display: flex; justify-content: center; align-items: center; font-size: var(--h2-font); font-weight: var(--font-bold); margin-bottom: 1rem; padding:0 2rem;}
#sub_visual br {display:none;}
.sub-sst-bg {background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)),url('/_Image/sub-10.jpg');}
.sub-brand-bg {background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url('/_Image/sub-11.jpg');}
.sub-company-bg {background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url('/_Image/sub-12.jpg');}
.sub-recruit-bg {background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url('/_Image/sub-13.jpg');}
.sub-media-bg {background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url('/_Image/sub-14.jpg');}
.sub-policy-bg {background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url('/_Image/sub-9.jpg');}


/* sub-manu */

.snb {width: 1300px; margin: 0 auto;}
.snb-wrap {display:grid; justify-content: center; grid-template-columns: repeat(auto-fit,calc((100% - 18px) / 6)); gap: 1px;}
.snb-wrap li {grid-column: span 1;  text-align:center;  position: relative; overflow: hidden; cursor: pointer;}
.snb-wrap li a {display: flex; justify-content: center;  align-items: center;  width: 100%; height: 100%; padding: 0.5rem;}
.snb-wrap .now_page {background-color: var(--blue-color); color: var(--white-color); font-weight: var(--font-bold);}
.snb-wrap li:after { position: absolute; content: " "; top: 0; left: 0; z-index: -1; width: 100%; height: 100%; transition: all 0.3s ease; transform: scale(0.1);}
.snb-wrap li:hover {background-color: var(--blue-color); color: var(--white-color);}
.snb-wrap li:hover:after { background: var(--blue-color)); transform: scale(1);}


/* sub °øÅë */

.sub-wrap {width:90%; margin:0 auto;}
.sub-wrap .tit {font-weight: var(--font-bold); font-size: var(--h1-font); margin-bottom:1rem;}
.sub-wrap .tit span{font-weight: var(--font-normal);}
.sub-wrap .tit-info dfn {color:var(--logored-color); font-weight: var(--font-bold);}
.sub-wrap .tit-info u {text-decoration: underline;}
.sub-wrap .sub-tit{font-size: var(--h3-font);}
.sub-wrap video {max-width:889px; width: 80%; border-radius: 30px; margin: 3rem 0;}
.sub-wrap .conts {text-align: left;}
.sub-wrap .conts p {margin-bottom: 1rem;}



/* ¼Ò°³_____________________________________________________________ */
/* intro */

/*#intro1 {width:90%; margin:0 auto;}
#intro1 dt {}
#intro1 h6{font-weight: var(--font-bold); font-size: var(--h1-font); margin-bottom:1rem;}
#intro1 video {width: 90%; border-radius: 30px; margin: 3rem 0;}
#intro1 iframe {width: 1200px; height:675px;  border-radius: 30px;}
#intro1 .box_intro{/*width: 80%; margin: 80px auto; padding: 0 2rem; text-align: left;}
/*#intro1 .box_intro p{/*line-height: 30px; margin-bottom: 1rem;}*/

.sub-wrap .video {width: 80%; max-width:889px; margin: auto; padding: 2rem 0;}
.sub-wrap .video object {width: 100%; min-height: 500px; border-radius: 1rem;}


/* ceo */

/*#ceo1 img{ width: 50%; margin: auto; margin-bottom: 40px;}*/
/*.box_greet{ width: 80%; margin: auto;}
.box_greet p{ text-align: left;}
.sign{ width: 80%;}*/

.ceo-wrap .sign {display: flex; gap: 1rem; align-items: center; justify-content: flex-end;}
.ceo-wrap .conts .sign img{max-width: 150px; /*display: block; margin-right: 0;*/}
.ceo-wrap {display: grid;  grid-template-columns: repeat(auto-fill, minmax(50%, 1fr)); justify-content: center; align-items: center;}

/* ci */
/*#ci1 .logo1{ width: 60%; padding: 30px 40px; border: 1px solid #ddd;}
#ci1 h6{ font-weight: 500; font-size: 18px; margin-top: 30px;}*/
#ci2{ display: grid; grid-template-columns: 1fr 1fr;}
.box_ci h5{ text-align: center;}
.box_ci p{ text-align: left; width: 70%; margin: auto; padding-top: 10px;}

.sub-conts-ci {background: url(/_Image/sst/img_ci_bg.jpg) repeat; padding: 5rem; border: 1px solid #e8e8e8; font-size: var(--h3-font);}
.sub-conts-ci img {width:50%; margin-bottom:1rem;}
.sub-conts-details {display:flex; margin-top:4rem; position: relative;}
.sub-conts-tit {width:10rem; font-family: var(--point-tit); font-size: var(--en-h1-font);}
.sub-conts-tit:after {content: ""; display: block; height: 7px; width: 50px; background: #00963f; position: absolute; top: 0; left: 0;}
.sub-conts-tit dd {margin-top:2rem;}
.sub-conts-info {flex:1; border-top:1px solid #e8e8e8;}
.sub-conts-info ol {display:flex;  padding-top:3rem; }
.sub-conts-info .ci-conts {width:50%;padding-right:2rem;}

.sub-conts-info .ci-img {flex:1; text-align:center;}
.sub-conts-info .color-img {display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem;}
.sub-conts-info .color-img img{background: var(--gray-color2); border-radius: 0;}
.sub-conts-info .concept-img {background: url(/_Image/sst/img_ci_bg.jpg) repeat; padding: 2rem 1rem; border: 1px solid #e8e8e8; width:100%;}
.sub-conts-info .concept-img img {width:40%;}


/* vision */
/*#vision1 p{ width: 90%; margin: auto; font-weight: 500; font-size: 23px;}
#vision2{ display: grid; grid-template-columns: repeat(3,1fr);}
.box_mission{ margin-bottom: 20px;}
.box_mission img{ width: 180px; margin-bottom: 20px;}
.box_mission p{ width: 70%; margin: auto;}
#vision3{ display: grid; grid-template-columns: repeat(4,1fr);}
.box_value{ position: relative; width: 300px;}
.box_value img{ width: 290px; margin-bottom: 20px; filter: brightness(70%); transition: 0.5s;}
.box_value img:hover{filter: none;}
.box_value span{position: absolute; font-family: 'Cafe24Dangdanghae'; color: #fff; transition: 0.5s;}
.box_value span:first-of-type{ top: 30%; left: 50%; transform: translate(-50%,-50%); font-size: 90px;}
.box_value span:last-of-type{ top: 50%; left: 50%; transform: translate(-50%,-50%);}
.box_value img:hover ~ span{opacity: 0;}
.box_value p{ text-align: left; width: 80%; margin: auto; line-height: 30px;}*/

.sub-vision-wrap .tit, .sub-value-wrap .tit {font-family: var(--point-tit); font-size: var(--en-h1-font); margin-bottom: 1rem;}

.sub-mission-wrap {display:flex; margin-top:3rem;}
.sub-mission-wrap img {width:60%;}
.sub-mission-wrap dt, .sub-value-wrap .conts .detail dt {font-weight: var(--font-bold); font-size: var(--h2-font); color:#183a85; margin-bottom: 1rem;}
.sub-mission-wrap ol {padding:1rem;}

.sub-value-wrap {/*position: relative;*/ margin-top:5rem;}
.sub-value-wrap .tit {margin-bottom: 3rem;}
/*.sub-value-wrap .tit:after {content: ""; display: block; height: 7px; width: 100px; background: #183a85; position: absolute; top: 0; left: 45.8%;}*/
.sub-value-wrap .conts {display:flex; justify-content: center;}
.sub-value-wrap .conts li{width:50%;}
.sub-value-wrap .conts .img img{width:100%;}
.sub-value-wrap .conts .detail {padding-left:5rem; display: flex; flex-flow: column; justify-content: center;}


/* history */
#history1{ display: grid; grid-template-columns: 4fr 5fr;}
#history1 dl{ text-align: left;}
#history1 dt{ /*font-family: 'Cafe24Dangdanghae';*/ font-weight: 600; font-size: 40px; border-bottom: 1px solid #000; margin-top: 60px;}
#history1 dt:first-of-type{margin-top: 0;}
#history1 dd{ line-height: 35px; font-weight: 500; font-size: 20px; color: #666; margin-left: 150px;}
#history1 dd i{ font-style: normal; font-weight: 600; color: #183a85; margin-right: 30px;}
.box_his{position: relative;}
.box_his img{ position: absolute; border-radius: 20px;}
.box_his img:nth-child(1){ width:35%; top: 18%; left: 17%;}
.box_his img:nth-child(2){ width:45%; top: 12%; right: 10%;}
.box_his img:nth-child(3){ width:65%; top: 35%; left: 17%;}
.box_his img:nth-child(4){ width: 40%; top: 54%; right: 6%;}
.box_his img:nth-child(5){ width: 40%; top: 46%; left: 17%;}
.box_his img:nth-child(6){ width: 27%; top: 71%; right: 10%;}
.box_his img:nth-child(7){ width: 60%; top: 84%; left: 17%;}
.box_his img:nth-child(8){ width:50%; top: 2%; left: 17%;}


.sub-hisptory-wrap {text-align:left; margin:auto; position: relative;}
.sub-hisptory-wrap:after {content: ""; width: 1px; height: 100%; background-color: var(--blue-color); position: absolute; top: 50%; left: 50%; transform: translate(0%, -50%);}

.sub-history-date span{font-size: var(--h2-font); color:var(--blue-color); font-weight:var(--font-semi-bold); margin-right: 0.5rem;}
.sub-history-date{margin-bottom:1rem; width: fit-content; border-bottom:1px dotted var(--blue-color); font-weight:var(--font-bold);}
.sub-history-date2 {margin-top:1rem; color:var(--dark-blue-color); font-weight:500;}
.sub-history-conts {margin-bottom:3rem;}
.sub-history-conts:last-child {margin-bottom:0;}
.sub-history-img {display: flex; /*flex-flow: column;*/justify-content: center; align-items: center; }
/*.sub-history-conts{display: flex;}
.sub-history-conts:nth-child(even){justify-content: flex-end;}
.sub-history-conts:nth-child(odd){justify-content: flex-start;}*/
.sub-history-map span{color:var(--blue-color); }
.sub-history-map {color:var(--dark-gray-color);}
.sub-history-img li:nth-child(1){width:40%;}
.sub-history-img li:nth-child(2){margin:0 2rem;  text-align:center;}
.sub-history-img li:nth-child(2) img {width:60%;}
.sub-history-img li:nth-child(3){width:40%;}



/* ºê·£µå___________________________________________________ */
.life {display: grid; grid-template-columns:3fr 7fr; border-bottom: 1px dotted var(--gray-color3);  padding: 2rem;}
.life .box_lifet{ padding: 0.5rem 2rem;}
.life .box_lifet li {display:flex; justify-content: space-between; align-items: center;}
.life .box_lifet li .btn3{font-weight:var(--font-normal); font-size: var(--h4-font); border: 1px solid var(--dark-gray-color);  padding: 0.3rem 0.5rem; border-radius: 5px; background: var(--gray-color3); color: var(--white-color); }
.life .box_lifet li .btn3:hover {background: var(--blue-color);}
.life .box_lifet p>span{font-weight:var(--font-bold); line-height:2;}

.life .box_lifei {height: 100%; overflow: hidden;}
.life .box_lifei img {width: 100%; border-radius: 1rem; height: 100%; object-fit: cover;}

/*.box_lifet p{ line-height: 28px; margin-bottom: 15px;}
.box_lifet .btn3{ font-size: 15px; position: absolute; bottom: 5%; right: 10%; padding-left: 10px; font-weight: 600;}*/



/* ±×·ì»ç___________________________________________________ */

.company1{ display: grid; grid-template-columns: repeat(2,1fr); align-items: center;     gap: 3rem; /* margin: auto; margin-top: 80px; width: 85%;*/}
.company2{ /*text-align: left; width: 83%; margin: auto; margin-top: 60px; margin-bottom: 80px;*/ margin:3rem 0;}
/*.company2 p{ line-height: 28px;}*/

.company-sub-tit {display: flex; justify-content: space-between;}

.conmpany-img{ /*text-align: left;*/ overflow: hidden; height: 300px; object-fit: cover;}
.conmpany-img img{ width: 100%; border-radius: 1rem; height: 100%; object-fit: cover;}

/*.box_company h6{ font-weight: 500; font-size: 27px; text-align: left; font-family: 'Cafe24Dangdanghae'; margin: 15px 0;}*/
/*.box_company span{ font-size: 19px; display: inline-block; margin-right: 10px;}*/
.box_company hr{ margin: 25px 0;}
/*.box_company dl{ text-align: left; line-height: 32px;}*/
.box_company dd>span{ font-weight: 500; margin-right: 2rem; color: #183a85;}
.box_company p{margin-right: 40px; line-height: 28px;}

.btn_site {color: #fff; background-color: #183a85; font-size: 14px; padding: 12px 25px; height: 2.5rem; border: none; border-radius: 120px; line-height: 0;}


/* silvertown */
#silver3 {display: grid; grid-template-columns: repeat(3,1fr); margin: auto; gap: 1rem; /*width: 85%;*/}
.box_town, .box_long{padding: 20px; border: 1px solid #bbbbbb;}
.box_town img, .box_long img{width: 100%; margin-bottom:1rem;}
.box_town span, .box_long span{/*display: block; text-align: left;*/ font-weight:var(--font-bold);}
.box_town dd, .box_long dd{/*text-align: left; font-size: 15px; line-height: 23px;*/ font-size: var(--h5-font); margin-top:0.8rem;}
.box_town dd>span, .box_long dd>span{font-weight: 500; margin-right: 1rem; color: #183a85;}


/* longterm */
#longterm3{ display: grid; grid-template-columns: repeat(2,1fr); margin: auto; gap: 1rem;}
/*.box_long {padding: 20px; border: 1px solid #bbbbbb;}
.box_long:nth-child(2n) {margin: 0 0 15px 0;}
.box_long img{width: 100%; margin-bottom:1rem;}
.box_long span {display: block; text-align: left; font-weight: 600; margin: 15px 0;}
.box_long dl {text-align: left; font-size: 15px; line-height: 23px; margin-bottom: 15px;}
.box_long dt {float: left; margin-right: 15px;}*/


/* cooperative */
.box_cooper{ display: flex; align-items: center; height: 100px; width: 90%; margin: auto; border-bottom:  1px solid #bbb;}
.box_cooper li {display: inline-block;}
.box_cooper li img{ width: 200px; vertical-align: middle; border: 1px solid #bbb; padding: 10px;}
.box_cooper li:nth-of-type(1){ width: 23%;}
.box_cooper li:nth-of-type(2){ width: 30%;}
.box_cooper li:nth-of-type(3){ width: 20%;}
.box_cooper li:nth-of-type(4){ width: 25%;}

/* Ã¤¿ë__________________________________________________________ */
.board {width: 100%;}
.board thead tr { border-bottom: 2px solid #333; border-top: 2px solid #333;}
.board tbody tr { border-bottom: 1px solid #8d8d8d;}
.board thead th { padding: 10px; /*font-size: 18px;*/}
.board tbody td { padding: 10px;}
/*.post { width: 80%; margin: auto;}*/
.post_title { border-bottom: 2px solid #333; padding: 0 20px 20px 20px; text-align: left;}
.post_title p { font-size: 28px; padding-bottom: 20px; line-height: 40px; color: #183a85; font-weight: 600;}
.post_title em { font-style: normal; font-weight: 400; font-size: 17px;}
.post_title span { font-size: 22px;}
.post_con { border-bottom: 2px solid #333; padding: 20px; text-align: left;}
.post_con hr { margin: 20px 0;}
.pagenation { margin-top: 40px;}
.pagenation li { display: inline-block; font-size: 16px; padding: 4px 8px;}
.pagenation li:first-of-type,.pagenation li:last-of-type { border: 1px solid #ccc; padding-top: 8px; vertical-align: top; border-radius: 50%;}
.pagenation li:first-of-type {margin-right: 10px;}
.pagenation li:last-of-type { margin-left: 10px;}
.pagenation .now_num { font-weight: 500; text-decoration: underline;}
/* recruit */
#recruit1 .board tbody tr{ cursor: pointer;}
.position1 { display: grid; grid-template-columns: 3fr 2fr 1fr;}
.position1 li { line-height: 40px;}
.position1 li b { margin-right: 10px;}
.position2 { margin-bottom: 80px;}
.position2 li { line-height: 28px; margin-top: 20px;}
.position2 li b { display: inline-block; padding: 5px 0;}
.post_con button {margin-top: -50px;}
/* practice */
/*.box_rec1 {padding: 40px 40px; text-align: left; background-color: #eaf7ff; border-radius: 30px;}
.box_rec1 h6 {font-weight: 600; font-size: 20px;}
.box_rec1 dl {margin-bottom: 30px;}
.box_rec1 dt {font-weight: 500; margin-top: 30px; color: rgb(236, 0, 0);}
.box_rec1 dd {margin-top: 5px;}
.box_rec1 label {float: right;}
.box_rec2 {padding: 20px 20px; text-align: left;}
.box_rec2 dt {display: inline-block; width: 20%; font-weight: 500; line-height: 56px; vertical-align: top;}
.box_rec2 dd {display: inline-block; width: 75%; margin-top: 9px;}
.box_rec2 select {font-family: 'Noto Sans KR', sans-serif; font-size: 16px; padding: 3px 10px;}
.box_rec2 input[type=radio] {margin-left: 10px;}
.box_rec2 input[type=checkbox] {margin-left: 10px;}
.box_rec2 input[type=text],[type=tel],[type=date] {padding: 5px; font-family: 'Noto Sans KR', sans-serif; font-size: 15px;}
.submit1 {margin-bottom: 80px;}
.submit1 img {width: 200px; margin-bottom: 20px;}
.submit1 button {font-size: 15px; font-weight: 500; color: #fff; background-color: #183a85; padding: 8px 35px; border-radius: 80px; margin-top: 40px; border: none;}
#practice1 {display: grid; grid-template-columns: 1fr 1fr;}
#practice1 .box_rec1 label{ margin-top: 40px;}
#practice1 select,#practice1 input[type=date] {width: 215px;}
#practice1 .btn_apply { margin-top: 80px;}*/
 
.practice-wrap, .bongsa-wrap {background: var(--gray-color2); padding: 1rem 2rem; border-radius: 0.5rem; border: 1px solid var(--gray-color); padding: 3rem; margin-top:3rem; }
.practice-wrap .form-group, .bongsa-wrap .form-group {display:flex; width: 100%; align-items: center;}
.practice-wrap .form-group {width: 90%;}
.bongsa-wrap ol {display: grid; gap:2rem;}
.practice-wrap ol{margin-bottom:3rem;}
.practice-wrap ol, .bongsa-wrap .personal {display: grid; grid-template-columns: repeat(auto-fill, minmax(48%, 1fr)); gap:1rem;}
.practice-wrap .tit,.bongsa-wrap .tit {min-width:8rem; font-size: var(--h4-font); margin-bottom:0;}
.practice-wrap .tit span,.bongsa-wrap .tit span{color: var(--logored-color); margin-left: 0.3rem;}

.practice-wrap .radio-label,.bongsa-wrap .radio-label {margin:0 0.5rem;}
.practice-wrap input[type="text"], .practice-wrap select, .practice-wrap input[type="tel"], .practice-wrap input[type="date"],
.bongsa-wrap input[type="text"], .bongsa-wrap select, .bongsa-wrap input[type="tel"], .bongsa-wrap input[type="date"],.bongsa-wrap textarea
{background:var(--white-color); font-size: var(--h4-font); height: 2.5rem; width: 80%; padding: 0.2rem 1rem; border: 1px solid #ccc; border-radius: 5px; transition: 0.3s ease; outline: none;  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);}
.practice-wrap input[type="text"]:focus , .practice-wrap select:focus , .practice-wrap input[type="tel"]:focus , .practice-wrap input[type="date"]:focus, 
.bongsa-wrap input[type="text"]:focus , .bongsa-wrap select:focus , .bongsa-wrap input[type="tel"]:focus , .bongsa-wrap input[type="date"]:focus, .bongsa-wrap textarea:focus
{border-color: #5b9df9; box-shadow: 0 0 0 4px rgba(91, 157, 249, 0.2);}

.bongsa-wrap textarea {min-height:10rem; width: 100%;}

.practice-wrap .info .detail, .bongsa-wrap .info .detail {background:var(--white-color); padding: 1rem; border-radius: 0.5rem; border: 1px solid var(--gray-color); font-size: var(--h5-font); margin:1rem 0 0.5rem 0;}
.practice-wrap .info-tit, .bongsa-wrap .info-tit {font-weight:var(--font-bold); font-size: var(--h3-font);}
.practice-wrap .info .detail span, .bongsa-wrap .info .detail span {font-weight:var(--font-bold);}
.practice-wrap .info label, .bongsa-wrap .info label {margin-left:1rem;}

.practice-wrap .btn-submit, .bongsa-wrap .btn-submit {display: flex; justify-content: center; margin-top: 1rem;}
.practice-wrap .btn-submit button, .bongsa-wrap .btn-submit button{font-weight: var(--font-bold); color: var(--white-color); padding: 0.8rem 5rem; border-radius: 80px; border: none; background: var(--blue-color);}

.bongsa-wrap .text-8 input, .bongsa-wrap .text-8 select{width: 15rem;}
.bongsa-wrap .info {margin-top:3rem;}
.bongsa-wrap .history {display: grid;  grid-template-columns: repeat(3, 1fr); gap:1rem; margin-top: 1rem;}
.bongsa-wrap .history .tit {min-width: 4rem;}
.bongsa-wrap .tit-top {align-items: flex-start;}
.bongsa-wrap .field {display: grid; gap: 1rem;}

.bongsa-wrap .day,.bongsa-wrap .day li, .bongsa-wrap .week{display: flex;  align-items: center;}
.bongsa-wrap .time {margin-left:1rem; display: grid; gap:0.5rem;}
.bongsa-wrap .time select {width: 5rem;}

.bongsa-wrap hr {border: none; border-top: 1px dotted #999;}

.practice-wrap select, .bongsa-wrap select {appearance: none;-webkit-appearance: none; -moz-appearance: none;  width: 100%; background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23999'/%3E%3C/svg%3E");  background-repeat: no-repeat;  background-position: right 12px center;  cursor: pointer;}


/* bongsa */
/*#bongsa1 .box_rec1 label {margin-top: -15px;}
#bongsa1 #YNAdd {margin: 8px 0;}
#YNAdd u {text-decoration: none;}
#YNAdd input {margin-right: 15px;}
#bongsa1 .gubun {margin-bottom: 8px;}
.gubun li { display: inline-block; width: 46%; line-height: 35px;}
.gubun li input[type=checkbox] { margin-left: 0;}
.day li { display: inline-block; width: 5%;}
.day li:last-of-type { width: 40%; margin-left: 20px;}*/

/* ¹Ìµð¾î_____________________________________________________ */
/* À¯Æ©ºê */
#youtube1 ul { display: grid; grid-template-columns: repeat(3,1fr); gap:1rem; }
#youtube1 ul li {/* margin: 20px;*/ border: 1px solid #cacaca; border-radius: 20px;}
.list_yt img { width: 100%; margin: 20px auto;}
.list_yt p { text-align: left; padding: 0 12px 20px 12px;}
.list_yt p span { display: block ; font-weight: 300; font-size: 17px; margin-top: 10px;}
.modal_yt {display:none; position:fixed; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.7); overflow:auto; z-index: 100;}
.yt{   position: absolute; top: 45%; left: 50%; transform: translate(-50%, -50%); background-color: #fff; width: 1020px; height: 600px; padding-top: 30px;}
.yt #player{ width: 960px; height: 540px;}
.close_yt{position:fixed; left:50%; bottom: 10%; transform: translate(-50%, -50%); background-color: #fff; padding: 10px; border-radius: 50%;}
/* ebook */
#ebook1 ul{ display: grid; grid-template-columns: repeat(3,1fr); gap:2rem;}
#ebook1 ul li{ padding: 10px; border: 1px solid #cacaca; border-radius: 20px;}
#ebook1 ul li img{ width: 100%; padding: 5px;}
/* press */
#press1 .board tbody td:first-of-type,#notice1 .board tbody td:first-of-type{ text-align: left; padding-left: 30px;}

/* policy */
.policy {text-align: left;}
.policy h4 {font-size: 25px; font-weight: 600; margin-bottom: 20px;}
.policy h5 {color: #e90000; font-weight: 600; margin-bottom: 10px;}
.policy dl {padding: 5px;}
.policy dt {font-weight: 600; color: #183a85; margin-top: 20px; margin-bottom: 5px;}
.policy ol li {list-style-type: decimal; list-style-position: inside;}
.policy hr { margin: 20px 0;}
.policy p { color: #183a85; margin-top: 20px; font-weight: 500;}

/*.sub-company-wrap {display: flex; justify-content: center; }
.sub-company-wrap .photo {width:40%; text-align: left;}
.sub-company-wrap .photo img {width:80%; box-shadow: 0 2px 5px rgba(0, 0, 0, .3);}
.sub-company-wrap .info {text-align:left; display: flex; flex-flow: column; justify-content: center;}
.sub-company-wrap .info dt { font-size: 1.5rem; font-weight: bold; margin-bottom: 1rem;}
.sub-company-wrap .info .view-btn {background-color:#183a85; padding:0.5rem 1rem; width:6rem; color:#fff; font-weight: bold; margin-top:3rem; text-align:center;}*/

.sub-company-wrap {display: flex; justify-content: center; }
.sub-company-wrap .photo {width:20%; text-align: center;}
.sub-company-wrap .photo img {width:80%; box-shadow: 0 2px 5px rgba(0, 0, 0, .3);}


/* È¸»ç¼Ò°³¼­ */
.brochure-wrap {display: grid; grid-template-columns: repeat(auto-fill, minmax(50%, 1fr)); justify-content: center;  width: 70%;  margin: auto;}
.brochure-tit {margin-bottom: 3rem; font-size: var(--h2-font);}
.brochure-tit dfn{font-size: var(--h1-font); font-weight: var(--font-bold); color: var(--logored-color);}

.brochure-wrap .conts {text-align:center; width: 70%; margin: auto;}
.brochure-wrap .conts .book {width: 100%; border: 1px solid var(--gray-color); box-shadow: 4px 2px 10px 0 rgba(0, 0, 0, .3);}

.brochure-wrap .detail {padding:1rem 0; display: flex; justify-content: space-between;  align-items: center;}
.brochure-wrap .detail .sub-tit {font-weight: var(--font-bold);}
.brochure-wrap .but {display: flex;}
.brochure-wrap .but button {border: 0; color: var(--white-color); display: flex; align-items: center; line-height:0;}
/*.brochure-wrap .but .download {background: var(--logogreen-color); margin-right:2px;}
.brochure-wrap .but .ebook {background: var(--logoyellow-color);}*/
