#wrapper,
#container_wr,
#container{height: 100% !important;}

/*다음지도 공통*/
.root_daum_roughmap .wrap_controllers{display: none !important;}

/*헤더*/
/*헤더 높이에 따라 변하는 값
.hd_logo{line-height: 100px;}
.main_sec{padding-top: 100px;}
.gnb > li > a{line-height: 100px;}*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    width: 100%;
    height: 100px;
    background: #fff;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.1);
}
.hd_logo{width: 248px; display: inline-block; float: left; line-height: 100px; position: relative; text-align: center;}
.hd_logo:before{
    content: "";
    width: 248px;
    height: 124px;
    display: block;
    background: #3f2bc4;
    border-radius: 0 0 124px 124px;
    position: absolute;
    z-index: -1;
}
.hd_logo img{width: 83px; height: auto;}
.gnb_box{float: right;}
.gnb > li {
    float: left;
    margin-right: 44px;
}
.gnb > li.inq_btn{width: 83px; height: 83px; padding-right: 0; text-align: center; font-size: 14px; font-weight: 500; color: #fff; cursor: pointer;}
.gnb > li.inq_btn a{display: block; font-size: 0; font-weight: 300; line-height: 1;}
.gnb > li.inq_btn div{margin-top: 14px;}
.gnb > li.inq_btn p{margin-top: 9px; font-size: 14px; font-weight: 500; color: #fff;}
.gnb .btn_shop{
    display: inline-block;
    width: 73px;
    height: 73px;
    border-radius: 50%;
    background: #3f2bc4;
    padding-top: 15px;
}
.gnb .btn_shop p{font-size: 12px; font-weight: 500;}
.gnb  .btn_shop img{width: 16px;}
.gnb > li > a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #0f0f0f;
    line-height: 100px;
    transition: all 0.2s ease-in-out;
    position: relative;
}
.gnb > li:nth-child(5) a{
    color: #3f2bc4;
    position: relative;
    cursor: pointer;
    display: block;
}
.gnb > li:nth-child(5) a:after{
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 38px;
    display: block;
    background: #3f2bc4;
}

.sub_menubox{
	position: fixed; top: 100px; left: 0; z-index: 500;
	width: 100%; height: 0;
	background: #2d2d2d;
	text-align: center;
	overflow: hidden;
}
.sub_menubox_wr{display: inline-block; padding: 30px 0 50px; text-align: left;}
.depth2_list_all{float: right; padding-right: 160px;}
.depth2_list{float: left;}
.depth2_list:nth-child(1){margin-left: 0;}
.depth2_list:nth-child(2){margin-left: 62px;}
.depth2_list:nth-child(3){margin-left: 38px;}
.depth2_list:nth-child(4){margin-left: 76px;}
.depth2_list:nth-child(5){margin-left: 81px;}
.depth2_list_tit{font-size: 18px; font-weight: 400; color: #ffbc00;}
.depth2_list_ul{margin-top: 15px;}
.depth2_list_ul li{position: relative;}
.depth2_list_ul li:before{content: ""; display: none; width: 4px; height: 4px; border-radius: 50%; background: #ffbc00; position: absolute; top: 13px; left: -10px;}
.depth2_list_ul li a{display: block; padding: 6px 0; font-size: 16px; font-weight: 300; color: #fff;}
.depth2_list_ul li:hover:before{display: block;}

/*모바일 메뉴*/
.wrapper-menu {
	display: none;
	width: 30px;
	height: 23px;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
	position: fixed; top: 23px; right: 20px; z-index: 999;
	-webkit-transition: transform 400ms ease-out;
	-moz-transition: transform 400ms ease-out;
	-ms-transition: transform 400ms ease-out;
	-o-transition: transform 400ms ease-out;
	transition: transform 400ms ease-out;
}
.line-menu {
  background-color: #333;
  border-radius: 5px;
  width: 100%;
  height: 3px;
}
.line-menu.half {
    width: 50%;
}
.line-menu.start {
	-webkit-transition: transform 400ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
	-moz-transition: transform 400ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
	-ms-transition: transform 400ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
	-o-transition: transform 400ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
	transition: transform 400ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
	transform-origin: right;
	transform-origin: -moz-right;
	transform-origin: -webkit-right;
	transform-origin: -o-right;
}
.line-menu.end {
	align-self: flex-end;
	-webkit-transition: transform 400ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
	-moz-transition: transform 400ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
	-ms-transition: transform 400ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
	-o-transition: transform 400ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
	transition: transform 400ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
	transform-origin: left;
	transform-origin: -moz-left;
	transform-origin: -webkit-left;
	transform-origin: -o-left;
}

.wrapper-menu.open {
	transform: rotate(-45deg);
	transform: -moz-rotate(-45deg);
	transform: -webkit-rotate(-45deg);
	transform: -o-rotate(-45deg);
}
.open .line-menu{background-color: #fff;}
.open .line-menu.start {
	transform: rotate(-90deg) translateX(5px);
	transform: -moz-rotate(-90deg) translateX(5px);
	transform: -webkit-rotate(-90deg) translateX(5px);
	transform: -o-rotate(-90deg) translateX(5px);
	background-color: #fff;
}
.open .line-menu.end {
	transform: rotate(-90deg) translateX(-5px);
	transform: -moz-rotate(-90deg) translateX(-5px);
	transform: -webkit-rotate(-90deg) translateX(-5px);
	transform: -o-rotate(-90deg) translateX(-5px);
	background-color: #fff;
}

.mo_menu-dim{
	display: none;
	position: fixed; top: 0; left: 0; z-index: 980;
	width: 100%; height: 100%;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
}
.mo_menu-box{
	position: fixed; top: 0; left: -100%; z-index: 990;
	width: 100%; max-width: 232px; height: 100%;
	background-color: #fff;
	text-align: left;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.mo_menu-top a{display: block; padding: 10px 20px; background: #3f2bc4; font-size: 14px; color: #fff;}
.mo_menu-top a img{margin-right: 10px;}

.mo_menu li{border-bottom: 1px solid #e7e7e7;}
.mo_menu li.mo_gnb_1dpt{position: relative;}
.mo_menu li.mo_gnb_1dpt:before{
	content: ""; display: block; width: 2px; height: 16px;
	background-color: #3f2bc4;
	position: absolute; top: 22px; right: 27px;
	z-index: 5;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.mo_menu li.mo_gnb_1dpt:after{
	content: "";display: block; width: 16px; height: 2px;
	background-color: #3f2bc4;
	position: absolute; top: 29px; right: 20px;
	z-index: 5;
}
.mo_menu li.mo_gnb_1dpt.on:before{background-color: rgba(255, 192, 0, 0);}
.mo_menu li a{
	display: block;
	height: 60px;
	font-weight: 400;
	line-height: 60px;
	padding: 0 20px;
}

.mo_gnb_2dpt{
	display: none;
	padding: 10px 0;
	border-top: 1px solid #e7e7e7;
}
.mo_gnb_2dpt li{
	border-bottom: 0;
}
.mo_gnb_2dpt li a{
	display: block;
	height: auto;
	padding: 10px 20px 10px 40px;
	font-size: 15px;
	font-weight: 300;
	line-height: 1;
}
.mo_menu-box.on{left: 0;}

/*푸터*/
.main_ft{
	width: 100%;
	height: 241px;
	position: absolute; bottom: -100%; left: 0;
    z-index: 60;
}
.main_ft_l{
	float: left;
	width: -webkit-calc(100% - 808px);
	width: -moz-calc(100% - 808px);
	width: calc(100% - 808px);
	height: 100%;
	padding-top: 30px;
	background: #323232;
}
.main_ft_r{float: right; width: 808px; height: 100%; max-width: 54.4%; background: #4c4c4c;}
.main_ft_l_in{float: right; width: 840px; max-width: 100%;}

.fnb_box{float: left; margin-right: 120px;}
.fnb_box ul li{float: left;}
.fnb_box ul li a{display: block; font-size: 15px; font-weight: 400; color: #fff; line-height: 50px;}
.fnb_box ul li:first-child a{color: #ffbc00;}
.fnb_box ul li:nth-child(2){position: relative; margin-left: 25px;}
.fnb_box ul li:nth-child(2):before{content: ""; display: inline-block; width: 1px; height: 16px; background: #fff; position: absolute; top: 16px; left: -12.5px;}

.member_linkbox{float: left; font-size: 0;}
.member_linkbox a{display: inline-block; width: 137px; height: 50px; border: 1px solid #ffbc00; border-radius: 3px; font-size: 16px; font-weight: 500; color: #ffbc00; text-align: center; line-height: 50px;}

.sub_ft_r_wr{padding: 15px 0 0 65px;}

.sub_ft_l{
	float: left;
	width: -webkit-calc(100% - 808px);
	width: -moz-calc(100% - 808px);
	width: calc(100% - 808px);
	height: 100%;
	padding-top: 30px;
	background: #323232;
}
.sub_ft_r{float: right; width: 808px; height: 100%; max-width: 54.4%; background: #4c4c4c;}
.sub_ft_l_in{float: right; width: 840px; max-width: 100%;}

.ft_info li{display: inline-block; float: left; font-size: 14px; font-weight: 300; color: #a4a4a4; vertical-align: middle;}
.ft_info li:after{content: ""; display: inline-block; width: 1px; height: 13px; margin: 0 18px; background: #a4a4a4; vertical-align: middle;}
.ft_info li:last-child:after{display: none;}
.ft_copy{margin-top: 15px; font-size: 14px; font-weight: 300; color: #a4a4a4;}

/*메인*/
.main_sec {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    top: 0;
    left: 0;
}
.main_sec01{z-index: 50;}
.main_sec02{top: 100vh; z-index: 50;}
.main_sec03{top: 200vh; z-index: 50;}
.main_sec04{top: 300vh; z-index: 50;}
.main_sec05{top: 400vh; z-index: 50;}
.main_sec01_ct {
    height: 100vh;
    background: url("/img/snow/index_01.jpg") no-repeat center/cover;
}
.main_sec02_ct {
    height: 100vh;
    overflow: hidden;
}
.main_sec02_ct:before{
    content: "";
    width: 80%;
    height: 100%;
    background: #f7f7f7;
    display: block;
    position: absolute;
    z-index: -1;
}
.main_paging {
    padding: 200px 0 44px;
    display: block;
}
.main_paging:after{
    content: "";
    display: inline-block;
    width: 50px;
    height: 2px;
    background: #9c9c9c;
    margin-left: 15px;
}
.main_paging p{
    font-size: 14px;
    font-weight: 500;
    color: #0f0f0f;
    display: inline-block;
}
.main_sec_tit{display: inline-block;}
.main_sec_tit .p1{
    font-size: 66px;
    font-weight: 500;
    color: #0f0f0f;
    line-height: 78px;
    letter-spacing: -2px;
    padding-bottom: 33px;
    display: inline-block;
}

.index_sl_wr{position: relative;}
.index_sl_is{
    width: 1800px;
    position: absolute;
    top: 0;
    left: 0;
}
.index_sl_is:before{
    content: "";
    display: block;
    width: 248px;
    height: 248px;
    background: #a9e038;
    border-radius: 50%;
    position: absolute;
    left: -124px;
    bottom: -24px;
}
.slick-arrow{
    display: none !important;
}
.sl_arrows{
    display: block;
    position: absolute;
    left: 80%;
    margin-left: -100px;
    top: 360px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #ff7500;
    padding-top: 40px;
    text-align: center;
}
.sl_arrows .btn_prev{border-right: 1px solid rgba(255,255,255,0.5);}
.sl_arrows .btn_prev,
.sl_arrows .btn_next{
    cursor: pointer;
    width: 70px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
}
.btn_prev img{transform: rotate(180deg);}

.ask_thumb{max-width: 100%; display: block;}
.ask_thumb_link {
    height: 250px;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 20px;
    transition: all 0.2s ease-in;
}
.ask_gallery_latest a img{transition: all 0.3s ease-in; height: auto !important;}
.ask_gallery_latest_list{
    position: relative;
    display: block;
    padding: 0;
    margin: 0 -20px;
    overflow: hidden;
    list-style: none;
    min-height: 130px;
    vertical-align: top;
}
.al_gallery_item{
    display: inline-block;
    position: relative;
    overflow: hidden;
    float: left;
    margin: 0 20px;
}
.ask_gallery_subject{
    /*display: block;*/ display: none; text-align: left; margin: 0; overflow: hidden;
}
.ask_gallery_subject .p1{
    font-size: 20px;
    font-weight: 500;
    color: #0f0f0f;
    padding-bottom: 10px;
    padding-top: 20px;
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ask_gallery_subject .p2{
    font-size: 16px;
    font-weight: 500;
    color: #666;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}





.main_sec03_ct {
    height: 100vh;
}
.main_sec03_ct .wrapper{font-size: 0;}

.main_sec03_txt{
    display: inline-block;
    float: left;
}
.main_sec03_ct .deco_bg{position: relative;}
.main_sec03_ct .deco_bg:before{
    content: "";
    display: block;
    width: 260px;
    height: 260px;
    background: #00d2ff;
    border-radius: 50%;
    position: absolute;
    left: -130px;
    bottom: -84px;
    z-index: -1;
}
.sec03_card_wr{
    display: inline-block;
    width: 750px;
    float: right;
    padding-top: 200px;
}
.sec03_card_wr ul{font-size: 0;}
.sec03_card_wr ul li{
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}
.s3_card01,
.s3_card03{
    width: 350px;
    height: 310px;
}
.s3_card02,
.s3_card04{
    width: 400px;
    height: 310px;
}
.s3_txt_wr .card_num{
    font-size: 40px;
    font-weight: 700;
    color: #ebebeb;
    padding-bottom: 22px;
}
.s3_txt_wr .card_num:after{
    content: "";
    display: inline-block;
    width: 37px;
    height: 1px;
    background: #f8be33;
    margin-left: 18px;
}
.s3_txt_wr .p1{
    font-size: 14px;
    font-weight: 400;
    color: #666;
    padding-bottom: 13px;
}
.s3_txt_wr .p2{
    font-size: 30px;
    font-weight: 500;
    color: #0f0f0f;
    line-height: 1.2;
}
.s3_card02 .s3_txt_wr{padding: 100px 0 0 50px;}
.s3_card03 .s3_txt_wr{padding-top: 20px;}



.main_sec04_ct {
    height: 100vh;
    background: #f7f7f7;
}
.main_sec04_ct .wrapper{
    position: relative;
}
.main_sec04_ct .main_sec_tit{
    background: #f7f7f7;
    position: relative;
    z-index: 10;
    height: 250px;
}
.main_sec04_ct .main_sec_tit .p1{padding-bottom: 0px;}
.main_pro_box_wr{
    width: 1050px;
    position: absolute;
    right: 0;
    top: 263px;
}
.main_pro_box ul{
    width: 100%;
    font-size: 0;
}
.pro_box{
    width: 350px;
    height: 250px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
}
.pro_box a{display: block;}
.pro_box_name{
    width: 100%;
    height: 100%;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding-top: 60px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: #ff8392;
    transition: all 0.3s ease-in;
}
.pro_box_name:before{
    content: "";
    width: 51px;
    height: 2px;
    display: block;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: 85px;
    transform: translate(-50%);
    opacity: 0;
    transition: all 0.3s ease-in;
}
.pro_box_name:after{
    content: "";
    width: 2px;
    height: 51px;
    display: block;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: 60px;
    transform: translate(-50%);
    opacity: 0;
    transition: all 0.3s ease-in;
}
.pro_box:hover .pro_box_name{opacity: 1;}
.pro_box_name:before,
.pro_box_name:after{opacity: 1;}

.main_pro_box_sl{z-index: 1;}
.sl_arrows02{
    display: block;
    position: absolute;
    bottom: 22px;
    left: -100px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #c9c9c9;
    padding-top: 30px;
    text-align: center;
    font-size: 0;
}
.sl_arrows02 .btn_prev{border-bottom: 1px solid rgba(255,255,255,0.5);}
.sl_arrows02 .btn_prev,
.sl_arrows02 .btn_next{
    cursor: pointer;
    width: 35px;
    height: 70px;
    display: block;
    text-align: center;
    line-height: 70px;
    margin-left: 43px;
}


.main_sec05_ct{height: 100vh; }
.main_sec05_txt_wr{display: inline-block;}
.main_sec05_txt p{cursor: pointer;}

.main_sec05_txt .p_on:before{
    content: "";
    width: 18px;
    height: 2px;
    background: #f8be33;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 2px;
    top: 9px;
}
.main_sec05_txt{margin-top: 80px;}
.main_sec05_txt .p1{
    font-size: 16px;
    font-weight: 500;
    color: #999;
    padding-left: 40px;
}
.main_sec05_txt .p_on{
    font-size: 16px;
    font-weight: 500;
    color: #0f0f0f;
    padding-left: 40px;
    padding-bottom: 25px;
    position: relative;
    display: inline-block;
}
.sec05_video_wr{
    float: right;
    display: inline-block;
    vertical-align: top;
	width: 780px;
	height: 470px;
}
.video_wr{
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    width: 100%;
}


/* 메인 섹션 로케이션 */
#main_loca{
    font-size: 0;
    position: absolute;
    bottom: 80px;
    z-index: 99;
    opacity: 1;
    transition: all 0.4s ease-in;
}
#main_loca span{
    font-size: 12px;
    font-weight: 600;
    color: #0f0f0f;
    display: inline-block;
    vertical-align: middle;
}
#main_loca ul{display: inline-block; margin: 0 15px;}
#main_loca .paging{
    width: 70px;
    height: 2px;
    display: inline-block;
    background: #dedede;
    margin: 0 3px;
    transition: all 0.5s ease-in;
}
#main_loca .paging.active{
    background: #0f0f0f;
}







/* 메인 푸터*/
.main_ft_ct {
    height: 100%;
}
.main_slider,
.main_slider .slick-list,
.main_slider .slick-track{height: 100%;}
.main_slider .slick-dots,
.main_slider .slick-arrow{display: none !important;}
.main_slide01{background: url("/img/snow/index_01.jpg") no-repeat center;}

.main_con_wr{padding-top: 384px;}
.main_con_wr .p1{
    font-size: 80px;
    font-weight: 500;
    color: #fff;
    padding-bottom: 45px;
}
.main_con_wr .p2{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding-bottom: 45px;
    line-height: 1.5;
}
.btn_more{
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
.btn_more:after{
    content: "";
    width: 1px;
    height: 2px;
    display: block;
    transition: all 0.3s ease-in;
    margin-top: 5px;
}
.btn_more img{
    margin-left: 10px;
    vertical-align: top;
    margin-top: 4px;
}
.btn_more:hover:after{
    width: 100%;
    background: rgba(255,255,255,0.7);
}

.main_sec03_txt .btn_more{display: block; width: 90px;}


.main_slide_txtbox{margin-top: 80px;}
.main_slide_txtbox_in{width: 765px; max-width: 90%; background: rgba(0,0,0,0.7); padding: 83px 0 83px 95px;}
.main_slide_txt01{font-size: 24px; font-weight: 500; color: #ffbc00;}
.main_slide_txt02{font-size: 80px; font-weight: 400; color: #ffbc00; margin-top: 12px;}
.main_slide_txt03{font-size: 80px; font-weight: 700; color: #ffbc00;}
.main_slide_txt04{font-size: 22px; font-weight: 400; color: #ffbc00; margin-top: 35px; line-height: 1.5;}

.main_vs_ctrol{position: absolute; bottom: 100px; left: 0; z-index: 50; width: 100%;}
.main_vs_num{display: inline-block;}
.active_num{display: inline-block; font-size: 30px; font-weight: 600; color: #0f0f0f; vertical-align: bottom;}
.total_num{display: inline-block; font-size: 22px; font-weight: 500; color: #0f0f0f; vertical-align: bottom;}
.num_hypen{display: inline-block; margin: -13px 5px 0; font-size: 16px; width: 20px; height: 1px; border-bottom: 1px solid #0f0f0f; vertical-align: middle;}

.stop_box{display: inline-block; margin: -13px 0 0 40px; vertical-align: middle;}
.stop_box span{cursor: pointer;}
.stop_box .play{display: none;}
.main_slide_prev{margin-right: 17px;}
.main_slide_next{margin-left: 17px;}

.scroll_icon{position: absolute; bottom: 140px; left: 50%; margin-left: -838px; z-index: 50;}

.main_sec02_ct_top{height: 68.596%; font-size: 0;}/*height: 581px;*/
.main_story_imgbox{display: inline-block; position: relative; width: 45.6%; height: 100%; background: url("/jm_img/n_main_story_img01.jpg") no-repeat center/cover; font-size: 16px; vertical-align: top;}
.main_stoty_txtbox{display: inline-block; width: 54.4%; height: 100%; font-size: 16px; vertical-align: top;}
.main_story_bg_box{float: right; width: 612px; height: 100%;}
.main_story_bg_box_inner{position: relative; width: 374px; height: 100%; padding: 109px 42px 51px 42px; background: rgba(0,0,0,0.7);}
.main_story_bg_txtbox{}
.main_story_bg_txt01{font-size: 16px; font-weight: 500; color: #fff;}
.main_story_bg_txt02{margin-top: 20px; font-size: 24px; font-weight: 400; color: #fff; line-height: 1.3;}
.main_story_bg_txt02:after{content: ""; display: block; width: 1px; height: 18px; background: #ffbc00; margin: 10px 0 15px;}
.main_story_bg_txt03{font-size: 16px; font-weight: 300; color: #fff; line-height: 1.5;}
.main_story_bg_link{width: 100%; height: 98px; padding: 0 63px 0 42px; background: #ffbc00 url("/jm_img/plus_icon01.png") no-repeat center right 42px; position: absolute; bottom: -47px; left: 0; font-size: 30px; font-weight: 400; color: #212121; line-height: 98px;}

.main_stoty_txtbox_inner{display: flex; width: 820px; height: 100%; max-width: 100%; padding-left: 80px; align-items: center; justify-content: center;}
.main_stoty_txtbox_in{text-align: center;}
.main_stoty_txt01{font-size: 20px; font-weight: 500;}
.main_stoty_txt02{margin-top: 40px; font-size: 60px; font-weight: 400;}
.main_stoty_txt03{font-size: 60px; font-weight: 800;}
.main_stoty_txt04{margin-top: 40px; font-size: 24px; font-weight: 400;}
.main_brand_link{display: inline-block; margin-top: 55px; font-size: 16px; font-weight: 500;}
.main_brand_link img{margin: -4px 0 0 12px;}

.main_sec02_ct_bot{height: 20.8%;}/*height: 166px;*/
.main_sec02_ct_bot_inner{display: flex; float: right; width: 808px; height: 100%; max-width: 54.4%; padding-left: 65px; background: #ffbc00; align-items: center;}
.main_fran_txt01{padding-bottom: 6px; font-size: 36px; font-weight: 400; border-bottom: 1px solid #212121;}
.main_fran_link{display: inline-block; margin-top: 12px; font-size: 16px; font-weight: 500;}
.main_fran_link img{margin: -4px 0 0 12px;}







/*-------------------------------------------------스노우키즈용 css*/
.own_inq_pop_dim{display: none;}

/*sub visual*/
.sub_visual{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 100px;
    width: 100%;
    height: 365px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sub1_visual{background-image: url(/img/snow/sub_vi_1.jpg);}
.sub2_visual{background-image: url(/img/snow/sub_vi_2.jpg); margin-bottom: 118px;}
.sub3_visual{background-image: url(/img/snow/sub_vi_3.jpg); margin-bottom: 118px;}
.sub4_visual{background-image: url(/img/snow/sub_vi_4.jpg); margin-bottom: 118px;}

.sub_tit{
    font-size: 66px;
    font-weight: 500;
    color: #fff;
}

.deco_arrow_wr{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -55px;
    left: 50%;
    transform: translate(-50%);
    width: 108px;
    height: 108px;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
}
.deco_arrow{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #ffda0d;
}


.sub_loca{
    margin-top: 63px;
    margin-bottom: 77px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    display: block;
}

.sub_loca ul li{
    padding: 0 25px;
    display: inline-block;
}
.sub_loca ul li a{
    font-size: 18px;
    font-weight: 500;
    color: #0f0f0f;
    position: relative;
    display: block;
    margin-bottom: 18px;
}
.lo_on:after{
    content: "";
    width: 100%;
    display: block;
    height: 3px;
    background: #ff7500;
    position: absolute;
    bottom: -20px;
}
.lo_on{
    color: #ff7500 !important;
}
/*sub1 location*/
.sub_loca_mo_wr{
    position: relative;
}
.sub_loca_mo_tit_wr{
    display: none;
    border-bottom: 1px solid #ddd;
    margin: 20px 0 0;
}
.sub_loca_mo_tit{
    font-size: 18px;
    font-weight: 500;
    color: #ff7500;
    display: inline-block;
    position: relative;
    padding-bottom: 18px;
    cursor: pointer;
}
.sub_loca_mo_tit:after{
    content: "";
    width: 100%;
    height: 3px;
    display: block;
    background: #ff7500;
    position: absolute;
    bottom: -2px;
}
.sub_loca_mo_tit img{
    width: 10px;
    height: 8px;
    margin-left: 10px;
}

/*sub1_1 Brand Story */
.sub101_ar{
    padding-bottom: 50px;
    clear: both;
}
.sub101_ar_04{
    padding-bottom: 130px;
}

.sub101_ar_01 img,
.sub101_ar_02 img,
.sub101_ar_04 img{
    margin-bottom: 30px;
    display: block;
}

.sub101_ar .sub_con_tit{
    font-size: 26px;
    font-weight: 600;
    color: #0f0f0f;
    padding-bottom: 30px;
}
.sub101_ar .sub_con_txt{
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 1.5;
}
.sub101_ar_02{
    position: relative;
}
.sub101_con.layout_left{
    width: 765px;
    display: inline-block;
    float: left;
    background: #fff;
    padding-bottom: 50px;
    padding-right: 70px;
}
.sub101_bg_1{
    display: block;
    /*width: 800px;
    height: 500px;*/
	width: 460px;
	height: 400px;
    background: url(/img/snow/sub_img_01.jpg) no-repeat center/cover;
    position: absolute;
    right: 0;
    top: 110px;
    z-index: -1;
}

.sub101_ar_03{
    padding-top: 150px;
}
.sub101_ar_03 .layout_right{
    float: right;
    width: 800px;
    display: inline-block;
    padding: 70px 0 0 50px;
}
.sub101_img{
    float: left;
    margin-right: 30px;
    display: inline-block;
    margin-top: 5px;
}
.sub101_ar_03 .layout_right .sub101_con{
    width: calc(100% - 77px);
    float: right;
    vertical-align: top;
}
.sub101_bg_2{
    float: left;
    display: block;
    width: 480px;
    max-width: 100%;
    height: 605px;
    background: url(/img/snow/sub_img_02.jpg) no-repeat center;
    margin-top: -190px;
}


/*sub1_6 certificate */
.contents_titel{
    font-size: 52px;
    font-weight: 500;
    color: #0f0f0f;
}
.sub106_ar{
    padding: 60px 0;
    border-bottom: 1px solid #dadada;
}
.sub106_ar:last-child{
    border-bottom: none;
    padding-bottom: 100px;
}
.sub106_ar .sub_con_tit{
    font-size: 30px;
    font-weight: 500;
    color: #0f0f0f;
    padding-bottom: 25px;
}
.sub106_ar .sub_con_txt{
    font-size: 16px;
    font-weight: 400;
    color: #666;
    padding-bottom: 25px;
}

.deco_bar_1{
    position: relative;
}
.deco_bar_1:before{
    content: "";
    width: 3px;
    height: 14px;
    display: inline-block;
    background: #ffda0d;
    margin-right: 13px;
    vertical-align: top;
    margin-top: 2px;
}
.certi_list{
    margin: 0 -10px;
    font-size: 0;
}
.certi_list li{
    width: 20%;
    display: inline-block;
    padding: 0 10px 20px;
    cursor: pointer;
}
.certi_list li img{
    width: 100%;
    height: 100%;
    border: 1px solid #dedede;
}

.sub106_ar_03 .certi_list{
    margin: 0;
}
.sub106_ar_03 .certi_list li{
    width: 240px;
    height: 320px;
    padding: 0;
    margin-bottom: 20px;
}
.sub106_ar_03 .sub106_con_inner_2 .certi_list li:first-child{
    margin-right: 10px;
}


.sub106_con_2{padding-top: 20px;}
.sub106_ar .txt_smaller{
    font-size: 14px;
    font-weight: 400;
    color: #999;
    margin-left: 10px;
}
.sub106_ar .txt_span{
    font-size: 16px;
    font-weight: 300;
    color: #999;
    margin-left: 10px;
}

.sub106_con_inner{
   display: inline-block;
    vertical-align: top;
    position: relative;
}
.sub106_con_inner_1{
    margin-right: 100px;
}
.sub106_con_inner_3{
    margin-right: 90px;
    float: right;
}
.img_circle{
    width: 143px;
    height: 143px;
    border: 5px solid #dedede;
    border-radius: 50%;
    position: absolute;
    bottom: 20px;
    left: 200px;
}
.img_circle_1{background: #fff url(/img/snow/certi_img_1.png) no-repeat center;}
.img_circle_2{background: #fff url(/img/snow/certi_img_2.png) no-repeat center;}


/*sub1_2 business */
.sub102_ar_02{
    padding-bottom: 100px;
}

.sub102_img_1{
    width: 100%;
    height: 0;
    background: url(/img/snow/sub102_img_01.jpg) no-repeat center/cover;
    margin-bottom: 73px;
	padding-bottom: 33%;
}
.sub102_ar .sub_con_tit{
    font-size: 40px;
    font-weight: 600;
    color: #0f0f0f;
    padding-bottom: 40px;
}
.sub102_ar .sub_con_txt{
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 1.5;
}
.sub102_ar_02 .sub_con_txt{
    padding-right: 60px;
}
.sub102_ar{font-size: 0;}
.sub102_con{
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.sub102_ar_02 .sub102_con.layout_left{
    padding-left: 90px;
}
.deco_bar_2{
    position: relative;
}
.deco_bar_2:before{
    content: "";
    width: 5px;
    height: 260px;
    background: #ffda0d;
    display: block;
    position: absolute;
    bottom: 50px;
    left: -38px;
}
.sub102_ar_02 .sub102_con.layout_right{
    width: calc(50% - 110px);
    margin-left: 110px;
    border-left: 3px solid #ddd;
    padding-left: 35px;
}
.sub102_con.layout_right .small_tit{
    font-size: 24px;
    font-weight: 600;
    color: #0f0f0f;
    padding-bottom: 35px;
}
.sub102_ar_02 .pro_img_wr{
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sub102_ar_02 ul li:nth-child(1) .pro_img_wr{background: #ff469c;}
.sub102_ar_02 ul li:nth-child(2) .pro_img_wr{background: #0ab2ff;}
.sub102_ar_02 ul li:nth-child(3) .pro_img_wr{background: #ffb90e;}
.sub102_ar_02 ul li{margin-bottom: 20px;}
.sub102_ar_02 ul li:last-child{margin-bottom: 0;}
.sub102_ar_02 .p_pro{
    font-size: 16px;
    font-weight: 400;
    color: #666;
    padding-top: 8px;
}

.sub102_con .sub_con_tit02{
    font-size: 16px;
    font-weight: 500;
    color: #333;
    padding-bottom: 15px;
}
.sub102_ar_03{padding-bottom: 100px;}
.sub102_ar_04{padding-bottom: 220px;}

.sub102_con.layout_right{float: right;}
.sub102_con.layout_left{float: left;}

.sub102_ar_03 .sub102_con,
.sub102_ar_04 .sub102_con{
    vertical-align: bottom;
}
.sub102_con .sub_con_tit01{
    font-size: 30px;
    font-weight: 600;
    color: #0f0f0f;
    padding-bottom: 30px;
    letter-spacing: -0.7px;
}
.sub102_img_2{
    width: 450px;
    height: 300px;
    background: url(/img/snow/sub102_img_02.jpg) no-repeat center/cover;
    vertical-align: bottom;
}
.sub102_img_3{
    width: 450px;
    height: 300px;
    background: url(/img/snow/sub102_img_03.jpg) no-repeat center/cover;
    float: right;
    vertical-align: bottom;
}
.deco_bar_3{position: relative;}
.deco_bar_3:before{
    content: "";
    width: 260px;
    height: 5px;
    background: #ffda0d;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -2px;
}
.sub102_ar_03 .deco_bar_3:before{right: -100px;}
.sub102_ar_04 .deco_bar_3:before{left: -150px;}

/* sub1_3 company */
.sub103_ar{
    font-size: 0;
    padding-bottom: 80px;
}

.sub103_con{
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}
.sub103_ar .sub_con_tit{
    padding-top: 20px;
    font-size: 52px;
    font-weight: 600;
    color: #0f0f0f;
    padding-bottom: 15px;
}
.sub103_ar .sub_con_tit02{
    font-size: 26px;
    font-weight: 500;
    color: #666;
    padding-bottom: 45px;
}
.sub103_ar .sub_con_txt{
    font-size: 16px;
    font-weight: 400;
    color: #666;
    padding-bottom: 35px;
    line-height: 1.7;
}
.sub103_img{
    width: 600px;
    height: 430px;
    background: url(/img/snow/sub103_img_01.jpg) no-repeat center/cover;
    float: right;
}
.deco_bar_4{position: relative;}
.deco_bar_4:before{
    content: "";
    width: 160px;
    height: 5px;
    background: #ffda0d;
    position: absolute;
    bottom: 72px;
    left: -80px;
}

.sub103_ar_02{
    background: #fffef7;
    padding: 57px 0 17px;
    margin-bottom: 106px;
}
.company_info ul li{
    width: 25%;
    display: inline-block;
    padding-bottom: 40px;
}
.company_info ul li:last-child{
    width: 50%;
}
.company_info .p1{
    font-size: 14px;
    font-weight: 500;
    color: #777;
    padding-bottom: 10px;
}
.company_info .p2{
    font-size: 14px;
    font-weight: 400;
    color: #aaa;
}

.company_con{margin-bottom: 50px;}
.company_con ul{margin: 0 -20px;}
.company_con ul li{
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
}
.company_con .sub103_imgs{
    width: 100%;
    height: 186px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.sub103_img_02{background-image: url(/img/snow/sub103_img_02.jpg);}
.sub103_img_03{background-image: url(/img/snow/sub103_img_03.jpg);}
.sub103_img_04{background-image: url(/img/snow/sub103_img_04.jpg);}
.sub103_img_05{background-image: url(/img/snow/sub103_img_05.jpg);}
.company_con .sub103_imgs.sub103_img_05{height: 144px;}

.company_con .c_c_txt{
    padding: 45px 30px 0;
    height: 215px;
    background: #f7f7f7;
}
.company_con ul li:last-child .c_c_txt{height: 256px;}
.company_con .p1{
    font-size: 18px;
    font-weight: 500;
    color: #0f0f0f;
    padding-bottom: 10px;
}
.company_con .p2{
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 1.5;
}
.deco_circle{position: relative;}
.deco_circle:before{
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffda0d;
    position: absolute;
    z-index: 1;
    left: 30px;
    bottom: -20px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 40px;
}
.deco_circle1:before{content: "1";}
.deco_circle2:before{content: "2";}
.deco_circle3:before{content: "3";}
.deco_circle4:before{content: "4";}

.deco_bar_5{position: relative;}
.deco_bar_5:after{
    content: "";
    display: block;
    width: 21px;
    height: 2px;
    background: #ffda0d;
    position: absolute;
    bottom: 30px;
}


/* sub1_4 history */
.sub104_ar {
    padding-bottom: 150px;
}
.sub104_con ul{
    font-size: 0;
    margin: 0 -20px;
}
.sub104_con ul li{
    display: inline-block;
    width: calc(33.3333% - 40px);
    height: 240px;
    vertical-align: top;
    margin: 0 20px 40px;
    padding: 30px 20px 35px 30px;
    border: 1px solid #ddd;
}
.sub104_con ul li span{font-size:13px; line-height:15px; display:inline-block;}
.his_year{
    font-size: 28px;
    font-weight: 600;
    color: #0f0f0f;
    padding-bottom: 10px;/*24px*/
	padding-left: 10px;
}
.his_txt{
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 1.3;
    position: relative;
    padding-left: 10px;
}
.his_txt:before{
    content: "-";
    display: inline-block;
    position: absolute;
    left: 0px;
}
.deco_h_circle{position: relative;}
.deco_h_circle:before{
    content: "";
    display: block;
    width: 18px;
    height: 35px;
    border-radius: 0 18px 18px 0;
    background: #ffda0d;
    position: absolute;
    left: 0px;
}
.sub104_con ul li:first-child.deco_h_circle:before{background: #ff7500;}
.sub104_con ul li:first-child .his_year{color: #ff7500;}

/* sub1_6 location */
.sub_con1_5_l ul li{
    margin-bottom: 50px;
}
.loca_tit{
    font-size: 18px;
    font-weight: 500;
    color: #ff7500;
    padding-bottom: 15px;
}
.loca_tit img{margin-right: 15px;}
.loca_txt{
    font-size: 16px;
    font-weight: 400;
    color: #666;
    padding-left: 35px;
}

/*통이미지 컨텐츠*/
.sub1_1 .sub_con{

}
.sub1_2 .sub_con{
    padding-bottom: 100px;

}
.sub1_3 .sub_con{
    margin-bottom: 85px;
}
.sub1_3 .sub_con1_301{
    margin-bottom: 82px;
}
.sub1_3 .sub_con1_302{
    margin-bottom: 106px;
}
.sub1_4 .sub_con{
    margin-bottom: 120px;
}
.sub1_5 .sub_con{
    margin-bottom: 150px;
}
.sub_con1_5_l{
    float: left;
    display: inline-block;
    vertical-align: top;
}
.sub_con1_5_r{
    float: right;
    display: inline-block;
    border: 1px solid #ebebeb;
}
.map_wr{
    width: 880px;
    height: 450px;
    background: #ccc;
}
.map_wr .root_daum_roughmap{
    border: none;
    border-radius: 0;
    padding: 0;
}
.map_wr .map_border{
    border: none !important;
    border-radius: 0;
}
.root_daum_roughmap .border3,
.root_daum_roughmap .border4{display: none;}


/*sub2*/
.sub2_1 .sub_con ul{
    font-size: 0;
}
.pro_intro{padding-bottom: 100px;}
.sub2_1 .sub_con ul li{
    vertical-align: top;
    display: inline-block;
    width: 33.3333%;
    margin-left: -1px;
    margin-bottom: 50px;
    cursor: pointer;
}
.sub2_img{
    border: 1px solid #ddd;
    width: 100%;
    height: 300px;
    box-sizing: border-box;
    position: relative;
    transition: all 0.3s ease-in-out;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.sub2_1 .sub_con ul li:hover .sub2_img{
    border: 5px solid #ff7500;
}
.sub2_1 .sub_con ul li:hover p{
    font-weight: 600;
    color: #ff7500;
}
.sub2_1 .sub_con p{
    font-size: 24px;
    font-weight: 500;
    color: #666;
    margin-top: 20px;
    height: 30px;
    transition: all 0.2s ease;
}
.sub2_con101{background-image: url('/img/snow/sub2_con101.jpg');}
.sub2_con102{background-image: url('/img/snow/sub2_con102.jpg');}
.sub2_con103{background-image: url('/img/snow/sub2_con103.jpg');}
.sub2_con104{background-image: url('/img/snow/sub2_con104.jpg');}
.sub2_con105{background-image: url('/img/snow/sub2_con105.jpg');}
.sub2_con106{background-image: url('/img/snow/sub2_con106.jpg');}
.sub2_con107{background-image: url('/img/snow/sub2_con107.jpg');}





/*
.product_list{padding-top: 70px; padding-bottom: 180px;}
.product_list ul{font-size: 0;}
.product_list ul li{
    width: 33.3333%;
    height: 250px;
    display: inline-block;
    vertical-align: top;
    margin-left: -1px;
    margin-top: -1px;
    border: 1px solid #ddd;
    cursor: pointer;
    position: relative;
}
*/
/*
.product_list ul li:not(.pro_1st):hover{
    background: #ff7500 url(/img/snow/pro_hover_plus.png) no-repeat;
    background-position: 330px 38px;
}
*/
/*
.product_list ul li:not(.pro_1st):hover .product_txt{
    display: block;
}
*/

/*
.product_txt{display: none;}
.product_txt .p1{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 22px;
}
.product_txt .p2{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 1.5;
}

.product_list01 .pro_2st{background: url(/img/snow/finger01.jpg) no-repeat center;}
.product_list01 .pro_3st{background: url(/img/snow/finger02.jpg) no-repeat center;}
.product_list01 .pro_4st{background: url(/img/snow/finger03.jpg) no-repeat center;}
.product_list01 .pro_5st{background: url(/img/snow/finger04.jpg) no-repeat center;}
.product_list01 .pro_6st{background: url(/img/snow/finger05.jpg) no-repeat center;}

.product_txt{
    position: absolute;
    bottom: 0;
    padding: 40px 45px;
}

.product_list.product_list02 ul li.pro_1st,
.product_list.product_list03 ul li.pro_1st,
.product_list.product_list04 ul li.pro_1st,
.product_list.product_list05 ul li.pro_1st,
.product_list.product_list06 ul li.pro_1st{
    width: 100%;
}
.product_list02 .pro_2st{background: url(/img/snow/crayon01.jpg) no-repeat center;}
.product_list02 .pro_3st{background: url(/img/snow/crayon02.jpg) no-repeat center;}
.product_list02 .pro_4st{background: url(/img/snow/crayon03.jpg) no-repeat center;}

.product_list03 .pro_2st{background: url(/img/snow/edu01.jpg) no-repeat center;}
.product_list03 .pro_3st{background: url(/img/snow/edu02.jpg) no-repeat center;}

.product_list04 .pro_2st{background: url(/img/snow/sand01.jpg) no-repeat center;}
.product_list04 .pro_3st{background: url(/img/snow/sand02.jpg) no-repeat center;}

.product_list05 .pro_2st{background: url(/img/snow/easy01.jpg) no-repeat center;}
.product_list05 .pro_3st{background: url(/img/snow/easy02.jpg) no-repeat center;}
.product_list05 .pro_4st{background: url(/img/snow/easy03.jpg) no-repeat center;}

.product_list06 .pro_2st{background: url(/img/snow/light01.jpg) no-repeat center;}
.product_list06 .pro_3st{background: url(/img/snow/light02.jpg) no-repeat center;}

.product_list07 .pro_2st{background: url(/img/snow/play01.jpg) no-repeat center;}
.product_list07 .pro_3st{background: url(/img/snow/play02.jpg) no-repeat center;}
.product_list07 .pro_4st{background: url(/img/snow/play03.jpg) no-repeat center;}
.product_list07 .pro_5st{background: url(/img/snow/play04.jpg) no-repeat center;}
.product_list07 .pro_6st{background: url(/img/snow/play05.jpg) no-repeat center;}
*/


/*뉴스 게시판*/
#community {padding-bottom: 150px;}

.btn_bo_user li{
    float: left;
}

.btn_bo_user{float: right; margin: 10px 0;}
.btn_bo_user li{
    margin: 0 2px;
    display: inline-block;
}
.btn_bo_user li button{
    border: none;
    background: #4c4f6f;
    color: #fff;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    font-weight: bold;
}
#btn_autosave,
#autosave_pop{display: none;}

.if_date{
    width: 100px;
    float: right;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    text-align: center;
}
.btn_wr{
    clear: both;
    padding-top: 16px;
    border-top: 2px solid #212121;
}
.btn_wr a.btn_b01{
    font-size: 16px;
    font-weight: 400;
    color: #999;
    background: #fff;
    border: 1px solid #ddd;
    width: 100px;
    height: 55px;
    line-height: 55px;
}
.btn_wr .bo_v_nb{
    float: right;
    font-size: 0;
}
.btn_wr .bo_v_nb li{
    width: 100px;
    height: 55px;
    line-height: 55px;
    border: 1px solid #ddd;
    text-align: center;
    display: inline-block;
    margin-left: 3px;
}
.btn_wr .bo_v_nb li a{
    font-size: 16px;
    font-weight: 400;
    color: #999;
    display: block;
}
.btn_wr .bo_v_nb li.btn_prv a span:before{
    content: "";
    width: 9px;
    height: 14px;
    display: inline-block;
    background: url(/img/snow/arrow.png) no-repeat center;
    margin-right: 5px;
    vertical-align: top;
    margin-top: 20px;
}
.btn_wr .bo_v_nb li.btn_next a span:after{
    content: "";
    width: 9px;
    height: 14px;
    display: inline-block;
    background: url(/img/snow/arrow.png) no-repeat center;
    transform: rotate(180deg);
    margin-left: 5px;
    vertical-align: top;
    margin-top: 21px;
}


/*제품 팝업*/
.img_popup{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    background: rgba(0,0,0,0.5);
    text-align: center;
    padding: 20px;
}
.img_listbox_wr{
    margin: 100px auto;
}
.img_listbox li {
    display: none;
    text-align: center;
    margin-top: 80px;
}

.img_listbox_wr{
    position: relative;
    display: inline-block;
}
.btn_popup_x {
    position: absolute;
    right: 0px;
    top: -40px;
    width: 40px;
    height: 40px;
    border: none;
    background: rgba(255,255,255,0.6);
}

/* footer */
.sub_ft{
    clear: both;
    background: #f8f8f8;
}
.ft_1f{padding: 35px 0;}
.ft_1f img{margin-right: 17px;}
.ft_1f .call_center_num{
    font-size: 34px;
    font-weight: 600;
    color: #333;
    display: inline-block;
    vertical-align: middle;
}
.sub_ft dl{
    display: inline-block;
    margin-bottom: 10px;
	margin-right: 40px;
}
.sub_ft dl:last-child{
	margin-right: 0;
}
.sub_ft .ft_2f_bottom dl{
    margin-bottom: 25px;
}
.sub_ft dt{
    font-size: 14px;
    font-weight: 500;
    color: #777;
    /* width: 75px; */
	margin-right: 15px;
    display: inline-block;
}
.sub_ft dd{
    font-size: 14px;
    font-weight: 400;
    color: #aaa;
    display: inline-block;
}
.sub_ft dl:first-child dd{/* width: 150px; */}
.ft_3f{
    padding: 22px 0 19px;
    border-top: 1px solid #ddd;
}
.ft_3f .copy{
    font-size: 14px;
    font-weight: 300;
    color: #aaa;
    float: left;
    display: inline-block;
}
.ft_3f .site_info{
    float: right;
    display: inline-block;
}
.ft_3f .site_info li{
    display: inline-block;
}
.ft_3f .site_info li:last-child{
    margin-left: 30px;
}
.ft_3f .site_info li a{
    font-size: 14px;
    font-weight: 400;
    color: #999;
}

/* top btn*/
#top_btn{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    background: #fff;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 9999;
}
#top_btn:hover{
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}
#top_btn p{
    font-size: 12px;
    font-weight: 500;
    color: #0f0f0f;
    padding-top: 7px;
}

/* header */
.gnb > li{position: relative;}
.sub_menu{
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%);
    display: none;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.1);
}
.sub_menu li a{
    width: 200px;
    height: 60px;
    background: #fff;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    display: block;
    transition: all 0.2s ease-in-out;
    line-height: 60px;
}
.sub_menu li a:hover{
    background: #3f2bc4;
    color: #fff;
}
.gnb > li:hover > a{
    color: #3f2bc4;
}
.gnb > li.main_nav > a:before{
    content: "";
    border-radius: 50%;
    background: #3f2bc4;
    position: absolute;
    top: 77px;
    left: 50%;
    transform: translate(-50%);
    transition: all 0.2s ease-in-out;
}
.gnb > li:hover > a:before{
    display: block;
    width: 5px;
    height: 5px;
}


/* sub2 product */
.pro_w .write_div label{
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #0f0f0f;
}
.pro_w .write_div{
    margin-bottom: 20px;
    width: 100%;
    display: block;
}
.w_info_con{margin-bottom: 20px;}
.pro_w input[type=text],
.pro_w textarea{
    border: 1px solid #ddd;
    box-shadow: none;
}
.pro_w textarea{
    min-height: 200px;
    padding: 5px;
}

.file_wr{display: inline-block;}
.file_del{float: right;}
.btn_confirm{margin-top: 50px;}
.btn_confirm .btn_cancel{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background: #aaa;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
}
.btn_confirm .btn_submit{
    vertical-align: top;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background: #ff7500;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border: 0;
}


/*contact */
#contact{margin-bottom: 150px;}

/* 모바일 사이드 메뉴 */
.m_hd_side_menu{font-size: 0;}
.m_hd_side_menu li{
    width: 50%;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    position: relative;
}
.m_hd_side_menu .langu:after{
    content: "";
    width: 1px;
    height: 10px;
    display: inline-block;
    background: #000;
    position: absolute;
    right: 0;
    margin: 15px 0;
}


.font_s{font-size: 44px !important; line-height: 1.5 !important;}
.text_kor{font-size: 20px; color: #0f0f0f; padding-bottom: 30px; margin-top: -20px; line-height: 1.5;}
.text_kor br{display: none;}




