@charset "utf-8";


.doc{font-size: 16px;}
.box1{ width:1300px;max-width: 96%; margin:0 auto; position:relative } 
.mobile_only{display:none;}

:root { 
    --mainColor:#bf0276;
    --subColor:#f82187;
    --bor_r:3px;
	--header_H:90px;
	--item_r:20px;
	--fs_01: "Nanum Brush Script", serif;
}

#captcha {display:inline-block;position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#captcha #captcha_img {height:40px;border:1px solid #898989;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat;text-indent:-999px;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat 0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:3px;vertical-align:top}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/*header*/
#header{z-index: 200; position: fixed; top: 0; left: 0; width:100%; background-color:#fff;}
#header .va_wrap,
#header .h_wrap{height:var(--header_H);}
#header #logo{z-index:800;}
#header #logo img{display:block;}
#header .gnb_wrap{margin:0 auto;}
#header .gnb_wrap .gnb .depth1{margin:0 45px; position: relative;}
#header .gnb_wrap .gnb .depth1 > a{font-size: 1.187em; line-height: inherit; font-weight:600; color:#222; position: relative;}
#header .gnb_wrap .gnb .depth1 > ul{background:#fff; min-width: 160px; border: 1px solid #ddd; border-top:0; margin-top:-2px; transition:all .5s; position:absolute; left:50%; transform:translateX(-50%); max-height:0; overflow:hidden; opacity:0 }
#header .gnb_wrap .gnb .depth1 > ul:after{content: ""; position: absolute; left: 0; top: -2px; width: 100%; height:5px; background-color:var(--mainColor); transform: scaleX(0); transition: .3s;}
#header .gnb_wrap .gnb .depth1 > ul > .depth2 a{display: block; text-align: center; color:#444; border-top: 1px dotted #ddd; font-weight:400; padding: 15px 10px;}
#header .gnb_wrap .gnb .depth1 > ul > .depth2 a:hover{background: #f5f5f5;}
#header .gnb_wrap .gnb .depth1:hover ul{ max-height:500px; opacity:1 }
#header .gnb_wrap .gnb .depth1:hover > ul:after{transform: scaleX(1);}

/*검색*/
#header .hd_sch_btn{font-size:1.125em; color:#555; cursor: pointer;}
#header .hd_sch_btn.on .xi:before{content:'\e921';}
#header .hd_sch_wr #hd_sch{border:1px solid rgba(255,255,255,.8); border-radius: 50px; position: relative; width:240px; overflow: hidden;}
#header .hd_sch_wr #hd_sch #sch_stx{border:0; background:transparent; color:#fff; width:100%; height: 45px; padding:5px 55px 5px 20px; font-size:.95em; box-sizing: border-box;}
#header .hd_sch_wr #hd_sch #sch_stx::placeholder{color:rgba(255,255,255,.8)!important;}
#header .hd_sch_wr #hd_sch button{border:0; background-color:var(--mainColor); width:38px; height: 38px; color:#fff; position: absolute; top:50%; transform: translateY(-50%); right:4px; border-radius: 50%; font-size:.9em;}

/*회원*/
#header .hd_login{margin-left:20px;}
#header .hd_login > li a{color:#fff; margin-left:15px; font-weight: 300;}
#header .hd_login > li:first-child a{margin-left:0px;}
#header .hd_login > li .xi{vertical-align: baseline; margin-right:4px;}

/*전체메뉴버튼*/
#header .btn_gnb{width:23px; position: relative; z-index: 10000; cursor: pointer;}
#header .btn_gnb span{display:block; width:23px; height: 3px; background-color: #333; transition: .3s;}
#header .btn_gnb span.st{width:16px; margin:6px 0; margin-left:auto; }
#header .btn_gnb:hover span.st{width:16px;}
#header .btn_gnb.on {height: 30px; padding-top: 16px;}
#header .btn_gnb.on span{background-color: #555!important; margin:-3px 0;}
#header .btn_gnb.on span:first-child{ transform: rotate(-45deg);}
#header .btn_gnb.on span:last-child{ transform: rotate(45deg);}
#header .btn_gnb.on span.st{display:none;} 


/*스크롤 header*/
.scroll #header{border-bottom:1px solid #ddd;}
.scroll #header .hd_sch_wr #hd_sch{border-color:#ccc;}
.scroll #header .hd_sch_wr #hd_sch #sch_stx{color:#555;}
.scroll #header .hd_sch_wr #hd_sch #sch_stx::placeholder{color:#aaa!important;}
.scroll #header .hd_login > li a{color:#555;}


/*탑헤더_로그인*/
#header .h_top{background: var(--mainColor); padding: 10px 0; position: relative; z-index: 600;} 
#header .h_top .h_login{}
#header .h_top .h_login > li{}
#header .h_top .h_login > li a{color: #fff; font-size: .937em; margin-left: 30px;}
#header .h_top .h_login > li a .xi{margin-right: 5px; line-height: 1;}

/*전체메뉴*/
.pc_all_menu .all_m_top{height: 134px;}


/*탑버튼*/
.qk_list{position: fixed; bottom:20px; right: 15px;z-index: 100;font-size: 16px; }
.qk_list li{ margin-top: 5px;}
.qk_list li a{display: block; width: 52px; height: 52px; line-height: 52px; text-align: center;  border-radius: 20px; font-size: 1.45em;  box-shadow: 2px 2px 3px rgb(0 0 0 / 20%); overflow: hidden; margin-left: auto; background-color: #333; color: #fff; transition: .5s;}
.qk_list li .xi{width: 52px; line-height: 52px; text-align:center;}
.qk_list li .stx{font-style: normal; font-size: .75em; width:0; overflow: hidden; display: none; font-weight: 700;}
.qk_list li a:hover .stx{width:auto; overflow: hidden; display: block;}
.qk_list li .qk_kakao{background-color: #faea00; color:#111;}
.qk_list li .qk_kakao .xi{font-size:1.2em;}
.qk_list li .qk_kakao .stx{font-size:.7em; color:#111;}
.qk_list li .qk_kakao:hover{width:170px;}
.qk_list li .qk_ins{background:linear-gradient(120deg, #574dc0, #b23086, #f09336); }	
.qk_list li .qk_ins:hover{width:155px;}
.qk_list li .qk_yout{background-color:#ff2b2b;}	
.qk_list li .qk_yout:hover{width:125px;}	

/*footer*/ 
.main #footer{margin-top: 0;}
#footer{background-color:#222; padding:45px 0 55px; margin-top:8em;}
#footer .f_info_gr{width: 80%;}
#footer .f_right{width: 20%; text-align: right;}
#footer .f_menu > li a{color:#bbb; font-size: 1.0625em; font-weight: 600; margin-bottom: 10px; display: block;} 
#footer .f_menu > li:last-child a{margin-right:0px;} 
#footer .f_info > li{color:#aaa; font-weight: 300; margin-right:50px; font-size:1em; line-height: 1.8; position: relative;}
#footer .f_info > li:before{content: ''; display: block; width: 1px; height: 13px; background: #aaa; position: absolute; top: 7px; right: -25px;}
#footer .f_info > li:nth-child(1):before,
#footer .f_info > li:last-child:before{display: none;}
#footer .f_copy{font-size:1em; color:#777; opacity: .6; margin-top:20px; font-weight: 300;}
#footer .logo{margin-bottom: 30px;}
#footer .sns_list{margin-bottom: 30px;}
#footer .sns_list > li .xi{width: 46px; height: 46px; line-height: 46px; border-radius: 50%; background: #666; color: #bbb; text-align: center; margin-left: 6px; font-size: 1.25em;}



/*서브 비주얼*/
.sub_v_wrap{position: relative;}
#sub_visual{height:500px; position: relative; overflow: hidden;}
#sub_visual .bgfix{position:absolute; top: 0; left:0; width:100%; height: 100%; transform: scale(1.15); transition-timing-function: ease-in-out; transition: 1s;}
#sub_visual .sub_v_tit{ font-weight: 700; text-align:center; font-size:3.625em; color:#fff; position: relative; z-index: 10; margin-right:3em; opacity:0; transition:1s;}
.load #sub_visual .bgfix{transform: scale(1);}
.load #sub_visual .sub_v_tit{margin-right:0; opacity:0;}

#sub_visual.sub10 .bgfix{background-image:url(../img/sub/sub_v_01.jpg);}
#sub_visual.sub20 .bgfix{background-image:url(../img/sub/sub_v_01.jpg);}
#sub_visual.sub30 .bgfix{background-image:url(../img/sub/sub_v_01.jpg);}
#sub_visual.sub40 .bgfix{background-image:url(../img/sub/sub_v_01.jpg);}
#sub_visual.sub50 .bgfix{background-image:url(../img/sub/sub_v_01.jpg);}

/*snb*/
#snb { position: absolute; bottom:4em; left:50%; transform: translateX(-50%); z-index: 10; opacity: 0; transition: 1.5s; width:96%;}
#snb .snb_list .sdp1 a{display:block; width:55px; height: 55px; line-height: 55px; border-radius: 50%; text-align:center; background-color:var(--mainColor); color:#fff; font-size:1.125em;}
#snb .snb_list .sdp2,
#snb .snb_list .sdp3,
#snb .snb_list .last{position: relative; width:250px; border-bottom:1px solid rgba(255,255,255,.3);padding:15px 20px; margin-left:20px; cursor: pointer; box-sizing: border-box;}
#snb .snb_list .last{cursor: default;}
#snb .snb_list .sdp_tt{ color:#fff; font-size:1.125em; font-weight: 500; padding-right:20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
#snb .snb_list .sdp_tt:before{content:'\e943'; font-family: 'xeicon'; position: absolute; top: 50%; right:20px; transform: translateY(-50%); font-size:.938em;}
#snb .snb_list .last .sdp_tt:before{display:none;}
#snb .snb_list .sdp_list_wrap{ max-height: 0px; position: absolute; top: 75px; left: 0;  width: 100%;  background: #fff; border-radius: 20px; box-sizing: border-box; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10); z-index: 10; transition: .3s; transition-timing-function: ease-in-out; opacity: 0; overflow: hidden;}
#snb .snb_list .Aon .sdp_list_wrap{ max-height: 1000px; opacity: 1;}
#snb .snb_list .sdp_list{ padding: 25px; }
#snb .snb_list .sdp_list > li{margin-bottom:7px;}
#snb .snb_list .sdp_list > li:last-child{margin-bottom:0;}
#snb .snb_list .sdp_list > li a{color:#777; font-size:1.05em;}
#snb .snb_list .sdp_list > li.on a{color:var(--mainColor); font-weight: 500;}
.load #snb{ opacity: 1;}

/*컨텐츠 페이지*/
.ctt_admin{display:none;}/*관리자 내용수정 버튼*/
#ctt header{display:none;}/*컨텐츠 페이지 타이틀 header*/

/*컨텐츠 타이틀*/
.container_title{font-weight: 200; font-size: 2.125em; padding-top: 35px; margin: 55px 0; text-align: center; position: relative;}
.container_title:before{content:''; width:1px; height: 26px; visibility: hidden; transition: .8s; transition-timing-function: ease-in-out; transform: scaleY(0); transform-origin: left top; background: #222; position: absolute; top: 0; left: 50%;}
.load .container_title:before{transform: scaleY(1); visibility: visible;} 

/*개인정보&이용약관*/
.agree_box{ border:1px solid #ddd; background:#f9f9f9; border-radius:5px}
.agree_box .in_con{  padding:2em; border:1px solid #ededed; margin:1em; background:#fff;}
.agree_box .in_con .agree_wrap{ font-size: .938em;}
.agree_box .in_con .agree_wrap span{ display: block;}


/*=================================================================main============================================================*/

/*메인 비주얼*/
.main_v_wrap {margin-top: 132px; overflow: hidden;}
.mainSlider{width: 100%; position:relative;}
.mainSlider .swiper-container{margin-right: 0; overflow: inherit;}
.mainSlider .el{ height: 666px; position:relative; overflow:hidden; border-radius: 50px; border: 1px solid #ddd;}
.mainSlider .el .bg{ position:absolute; left:0; top:0; width:100%; height: 666px; /*background-repeat:no-repeat; background-position:center center; background-size:cover; transform:scale(1.2,1.2); transition-delay:1s*/}
.mainSlider .slogan{ position:absolute; top:50%; left:50%; transform: translate(-45%, -60%); color:#fff;}
.mainSlider .slogan .t1{ font-size:3.875em; display:block; transform:translateY(1em); font-weight: 800; opacity:0; margin-bottom: 5px; line-height: 1.2;}
.mainSlider .slogan .t2{ font-size:1.75em; font-weight: 200; transform:translateY(1em); opacity:0; line-height: 1.5; margin-top:20px;}
.mainSlider .slogan .t3{ font-size:1em; font-weight: 200; transform:translateY(1em); opacity:0; line-height: 1.5; margin-top:20px;}
.mainSlider .el.swiper-slide-active .bg{ transform:scale(1); transition:2s; transition-delay:0; transition-timing-function:ease-in}
.mainSlider .el.swiper-slide-active .slogan .t1{ transform:translateY(0); opacity:1; transition:1s; transition-delay:.5s}
.mainSlider .el.swiper-slide-active .slogan .t2{ transform:translateY(0); opacity:1; transition:1s; transition-delay:1s}
.mainSlider .el.swiper-slide-active .slogan .t3{ transform:translateY(0); opacity:1; transition:1s; transition-delay:1.5s}

.mainSlider .mainSlider-pagination{ position: absolute; left:50%; bottom:3em; transform: translateX(-50%); z-index: 100;}
.mainSlider .mainSlider-pagination .swiper-pagination-bullet{width:120px; height:auto; margin: 0 20px 0 0; border-radius: 0; opacity: .4; background:transparent; color:#fff; border-bottom:2px solid #fff; padding-bottom:5px;}
.mainSlider .mainSlider-pagination .swiper-pagination-bullet-active{opacity: 1;}



/*메인 샘플용 css*/
.main_section{padding:2.8em 0;}
.main_section_bg{background-color: #f9f9f9;}
.main_tit{ margin-bottom: 40px;}
.main_tit .line{text-align: center; width: 1px; height: 30px; background-color: #000; margin: 0 auto 10px;}
.main_tit .in_en{ font-size:1.0625em; font-weight: 700; letter-spacing:4px; margin-bottom: 10px;}
.main_tit .in_tt{ font-size:3em; font-weight: 800; color:#111; line-height: 1.3;}
.main_more{text-align:center;}
.main_more a{display: inline-block; padding:13px 50px; border:1px solid #ccc; transition: .3s; color:#888; font-size:1.125em; border-radius: 50px; margin-top: 40px;}.main_more a:hover{border-color:var(--maincolor); background-color:var(--mainColor); color:#fff;}
.btn_st{position: absolute; top: 50%; transform: translateY(-50%); z-index: 10;}
.btn_st .xi{width: 65px; height: 65px; line-height: 65px; background: #ddd; font-size: 1.4375em; color: #fff; text-align: center; border-radius: 50%; box-shadow: 0 5px 0 rgba(38,38,38,.1); cursor: pointer;}
.btn_st.b-next{left: -30px;}
.btn_st.b-prev{right: -30px;}
.w_form_tit{width: 9em;}

/**/
.tab_idx{ margin:-1em 0 3em -1em;}
.tab_idx > li{flex:1 20%;}
.tab_idx > li > a{ padding:0 .5em; height:4em; border:1px solid #ddd; margin:1em 0 0 1em; color:#666; transition:.3s;}
.tab_idx > li > a .va{font-size:1.068em; font-weight:500}
.tab_idx > li > a:hover,
.tab_idx > li.on > a{ box-shadow:0 0 1em .125em rgba(0,0,0,.1); color:var(--mainColor); border-color:var(--mainColor)}

/**/
.nm_page_tt{font-size:1.5em; text-align: center; margin:80px auto 30px;}
.nm_page_tt .nmb{width:50px; height: 50px; line-height: 50px; border-radius: 50%; background-color: var(--mainColor); display: inline-block; color:#fff; margin-right:5px;}
.page_tt{font-size:1.825em; font-weight: 600;}
.page_stt{font-size:1.45em; font-weight: 600;}
.page_tx{font-size:1.125em; font-weight: 300;}
.page_stx{font-size:1em; font-weight: 300;}



/*카테고리*/
.main_category{margin-top: 4.5em;}
.main_category .cate_list{}
.main_category .cate_list >  li{width: 20%;}
.main_category .cate_list >  li .in{text-align: center;}
.main_category .cate_list >  li .in .icon{width: 192px; height: 192px; background-color: #f5f5f5; border-radius: 50%; margin: 0 auto 25px;     align-content: center;}
.main_category .cate_list >  li .ti{font-size: 1.25em; font-weight:600; color:#222;}


/* 참가&관람안내 */
.main_information{overflow: hidden;}
.main_information .in_box_gr{}
.main_information .in_box{width: 50%; padding-right: 15px;}
.main_information .in_box.st{ padding-left: 15px; padding-right: 0;}
.main_information .in_box .img_z{width: 100%; height: 225px; border-radius: var(--item_r); margin-bottom: 30px; align-content: center;}
.main_information .in_box .img_z .ti{font-size: 2.5em; font-weight: 700; color: #fff; align-content: center; text-align: center;}
.main_information .in_box .info_list{margin-right: -20px;}
.main_information .in_box .info_list > li{width: 50%;}
.main_information .in_box .info_list > li .in{display: block;  height: 185px; margin-right: 20px; margin-bottom: 20px; border: 1px solid #ddd; background-color: #f9f9f9; border-radius: var(--item_r); text-align: center; align-content: center;}
.main_information .in_box .info_list > li .in .icon{margin-bottom: 15px;}
.main_information .in_box .info_list > li .in .ti{font-size: 1.25em; font-weight: 600; color: #222;}

/*이벤트*/
.main_event .la_gall_wrap .la_gall_slide{overflow: hidden;}

/*관련사이트*/
.pn_wrap{ background:#fff; border-top:1px solid #ccc; box-sizing:border-box; padding:1em 0; margin-top:10em;}
.pn_wrap .pn_tbox{ width:20%; box-sizing: border-box; padding-right: 4em; position: relative;}
.pn_wrap .pn_control:before{content: ''; display: block; position: absolute; top: 50%; right: 40px; transform: translateY(-50%); width: 1px; height: 45px; background: #ededed;}
.pn_wrap .pn_tbox .pn_tt{ font-size:1.125em; font-weight: 500; color: #555;}
.pn_wrap .in_con{ width:80%; padding-bottom: 1px; padding-left:1px;}
.pn_wrap .in_con li .n_in{ background:#fff; box-sizing:border-box;}
.pn_wrap .in_con li .n_in .resize{ padding-bottom:30%;}
.pn_wrap .in_con li .n_in .img_dv{}
.pn_wrap .pn_control{}
.pn_wrap .pn_control .i_btn{font-size:1.125em; color:#ddd; cursor:pointer; margin-left:8px;}
.pn_wrap .pn_control .i_btn:hover{color: var(--mainColor); }




/* 전시개요 */
.table_wrap .page_stt{margin-top: 2em; margin-bottom: 10px; margin-left: 20px; position: relative;}
.table_wrap .page_stt:before{content: ''; display: block; width: 10px; height: 10px; border-radius: 50%; background-color: var(--subColor); position: absolute; top: 10px; left: -20px;}
.table_wrap .down_btn{display: block; padding: 10px 20px; background-color: #333; color: #fff; border-radius: 5px; transition: .3s;}
.table_wrap .down_btn:hover{background-color: var(--mainColor);}
.table_wrap .in_box_gr{margin-bottom: 4em; margin-right: -20px;}
.table_wrap .in_box_gr .in_box{width:50%; text-align: center;}
.table_wrap .in_box_gr .in_box .ti{font-size: 1.25em; font-weight: 600; margin-top: 10px;}
.table_wrap .in_box_gr .in_box .img_z {height: 400px; align-content: center; border: 1px solid #ddd; margin-right: 20px; line-height:0; border-radius: var(--item_r); overflow: hidden;}
.table_wrap .in_box_gr .in_box .img_z.st{margin: 0;}
.table_wrap .in_box_gr .in_box .img_z.st img{width: 100%; height: 100%; object-fit: cover;}
.table_wrap .step_list{margin-right:-20px;}
.table_wrap .step_list > li{width:33.33%; }
.table_wrap .step_list > li .in{height: 100%; padding: 20px 30px 30px; background-color: #f4f4f4; margin-right:20px; border-radius: var(--item_r); text-align: center;}
.table_wrap .step_list > li .in .icon{}
.table_wrap .step_list > li .in .ti{font-size: 1.125em; font-weight: 600;}
.table_wrap .step_list > li .in .tt{margin-top: 10px; font-weight: 600; color:var(--subColor)}


.online_wrap .page_stt{margin: 3em 0em .5em;}
.online_wrap .online_box{padding:8em 4em 5em; border-radius:var(--item_r); border: 10px solid #ffecf5;}
.online_wrap .online_btn{display:block; width:480px; background:#fff0f9; padding:30px 50px; margin:0 auto; text-align:center;border-radius: 110px; margin-bottom:4em; border: 8px solid var(--mainColor);}
.online_wrap .online_btn .logo{margin-bottom:20px; }
.online_wrap .online_btn .ti{font-size: 1.5em; font-weight:700; color:var(--subColor);}
.online_wrap .online_btn .tt{font-size: 1.125em; font-weight:600; color:var(--subColor);}
.online_wrap ul{font-size: 1em; font-weight: 400; color: #666; line-height:1.8;}
.online_wrap ul .fwB{color:#333;}
.online_wrap ul .xi{font-size:.937em; line-height:1;}
.online_wrap .num_list > li{margin-right: 15px;}

.page_tt{color: var(--subColor); margin-top: 2em; margin-bottom: 10px;}
.page_tt .tit_icon{margin-right: 10px; margin-bottom:-4px;}
.dot_list{text-align: left;}
.dot_list > li{line-height: 1.8; font-size: 1em; color: #222; position: relative; padding-left: 10px;}
.dot_list > li:before{content: ''; display: block; width: 3px; height: 3px; background: #bbb; border-radius: 50%; position: absolute; top: 10px; left: 0;}
.list_box{padding: 30px; background-color: #f9f9f9; border-radius: var(--item_r);}
.table_st{table-layout:fixed; border-top: 2px solid var(--mainColor); margin-bottom: 10px;}
.table_st th,
.table_st td{padding: .5em .8em; border: 1px solid #ddd; text-align: center; line-height: 1.6;}
.table_st th{color:#222; background-color:#f9f9f9; font-size:1.125em; font-weight: 500;}
.table_st td{color:#333;}
.table_st td .ti{font-size:1.25em; font-weight: 600; margin-bottom: 10px;}
.table_st .co_1{background: #f9f9f9;}
.table_st .co_2{background: var(--mainColor); color: #fff;}
.table_st .co_3{font-size: 1.125em; font-weight: 600;}
.table_info{display: none;}

.online_txt{}

.loc_01_01 .map_cont{border-radius: var(--item_r); overflow: hidden; border: 1px solid #ddd;}
.loc_01_01 .loc_info_box{background-color: #f9f9f9; border:1px solid #ddd; padding:30px; border-radius: var(--item_r);}
.loc_01_01 .loc_info > li{display: flex; align-items: center; position: relative; line-height: 1;}
.loc_01_01 .loc_info > li:not(:last-child){ margin-bottom: 10px; }
.loc_01_01 .loc_info > li .fwB{margin-right:10px;}
.root_daum_roughmap .wrap_controllers{display: none;}
.loc_01_01 .loc_info > li .loc_icon{margin-right: 8px;}
.loc_01_01 .img_z{border: 1px solid #ddd; border-radius: var(--item_r); overflow: hidden; box-sizing: border-box;}
	.sub_list{font-size: .937em; color: #888; line-height: 1.6; margin-top: 5px;}