@charset "utf-8";

@media (max-width:1600px) {
	:root {
		--font-size-18 :16px;
		--font-size-20 :17px;
		--font-size-22 :18px;
		--font-size-24 :19px;
		--font-size-26 :22px;
		--font-size-28 :24px;
		--font-size-30 :25px;
		--font-size-34 :28px;
		--font-size-36 :30px;
		--font-size-40 :32px;
		--font-size-42 :34px;
		--font-size-46 :36px;
		--font-size-50 :38px;
		--font-size-54 :40px;
		--font-size-60 :50px;
		--font-size-70 :55px;
		--font-size-80 :60px;
		--font-size-90 :65px;
		--font-size-100 :70px;

		--margin-b-30:20px;
		--margin-b-50:40px;
		--margin-b-80:60px;
		--margin-b-100:80px;
		--margin-b-150:120px;
	}

	.mgb30 {margin-bottom:var(--margin-b-30) !important;}
	.mgb50 {margin-bottom:var(--margin-b-50) !important;}
	.mgb70 {margin-bottom:var(--margin-b-80) !important;}
	.mgb100 {margin-bottom:var(--margin-b-100) !important;}
	.mgb130 {margin-bottom:var(--margin-b-150) !important;}
	.doc-cnt {margin-bottom:var(--margin-b-150) !important;}
	.mgb250 {margin-bottom:150px !important;}

	.sub-sec {padding:70px 0;}
	.sub-sec2 {padding:120px 0;}
	
	/* header */
	#header .sitelogo a {width:135px; height:30px;}
	#gnb > ul > li > a {font-size:16px;}
	#gnb .submenu > ul {padding:20px;}
	#gnb .submenu > ul > li {margin-bottom:8px;}
	#gnb .submenu > ul > li > a {font-size:14px;}
	#gnb > ul > li {padding:0 35px;}
	.head-util ul li a i {width:14px; height:14px;}
	.head-util ul li:after {margin-top:-5px; height:10px;}	

	.head-util .receipt a {width:120px; height:36px; font-size:14px;}

	/* main */
	.main-visual .caption {   max-width:1160px;}
	.main-visual .slick-arrow {width:22px; height:40px;}
	.main-visual .slick-prev {left:20px;}
	.main-visual .slick-next {right:20px;}
	.main-visual .image img {height:50px;}

	.doc-btn {width:160px;    height:45px;    padding:0 15px;}

	.m-sec {padding:80px 0;}

	.main-sec2 .col-menu {height:280px;}
	.main-sec2 .item a {width:280px; height:280px; padding:30px 35px;}
	.main-sec2 .bg1 {width:302px;}
	.main-sec2 .bg3 {height:302px;}
	.m-tit h2 {margin-bottom:15px;}

	.main-sec5 .item .bg {height:400px; padding:0 50px;}

	.main-sec7 ul li .bg {padding:20px; height:280px;}

	.main-sec8 .inner .btn {max-width:130px; height:40px;}

	/* footer */
	#footer {font-size:15px;}
	#footer .partners .wrap img {height:50px;}
	.foot-flex .col-l img {height:30px;}
	.foot-flex .col-m {padding:0 30px; margin-right:30px; font-size:14px;}

	.f-info {margin:10px 0;}
	.f-info span {padding-right:12px;}
	.f-link li {padding:0 15px;}
	.go-top img {height:40px;}

	.quick {right:30px; bottom:30px;}
	.quick img {height:100px;}
	
	.sns-flex {gap:0 6px;}
	.sns-flex img {height:34px;}

	/* sub */
	.sub-visual {height:330px;}
	.sub-visual strong {font-size:42px;}
	
	.lnb ul li a {font-size:16px;}

}

/* Landscape tablet */
@media (max-width:1024px) {
	body, input, textarea, select, button, table {font-size:15px;}
	:root {
		--font-size-18 :15px;
		--font-size-20 :16px;
		--font-size-22 :17px;
		--font-size-24 :18px;
		--font-size-26 :19px;
		--font-size-28 :20px;
		--font-size-30 :21px;
		--font-size-34 :22px;
		--font-size-36 :24px;
		--font-size-40 :26px;
		--font-size-42 :28px;
		--font-size-46 :30px;
		--font-size-50 :32px;
		--font-size-54 :36px;
		--font-size-60 :40px;
		--font-size-70 :42px;
		--font-size-80 :46px;
		--font-size-90 :48px;
		--font-size-100 :60px;

		--margin-b-50:30px;
		--margin-b-80:40px;
		--margin-b-100:60px;
		--margin-b-150:80px;
	}

	.mgb250 {margin-bottom:120px !important;}

	.sub-sec {padding:60px 0;}
	.sub-sec2 {padding:100px 0;}

	/* header */
	#header .contain {height:80px;}
	.mobile-navigation {top:80px;}

	#gnb ul {display:none;}

	.btn-m-menu {display:block;}

	html.menu-opened #header {background-color:#fff;}
	html.menu-opened #header .sitelogo a {background-image:url(../images/common/logo-on.png);}
	html.menu-opened #header #gnb > ul > li > a {color:#242424;}
	html.menu-opened #header #gnb > ul > li:hover > a {color:#006b57;}
	html.menu-opened #header .head-util {color:#454545;}
	html.menu-opened #header .head-util ul li a i.login {background-image:url('/images/common/util-login-on.png');}
	html.menu-opened #header .head-util ul li a i.join {background-image:url('/images/common/util-join-on.png');}
	html.menu-opened #header .head-util ul li a i.logout {background-image:url('/images/common/util-logout-on.png');}
	html.menu-opened #header .head-util ul li a i.mypage {background-image:url('/images/common/util-mypage-on.png');}
	html.menu-opened #header .btn-m-menu span,
	html.menu-opened #header .btn-m-menu span:before,
	html.menu-opened #header .btn-m-menu span:after {background-color:#242424;}

	/* main */
	
	/* footer */
		
	/* sub */
	.sub-visual {height:250px;}
	.sub-visual p {font-size:13px; opacity:.4; letter-spacing:-.03em;}
	.sub-visual strong {font-size:33px; margin-top:20px;}
	
	.lnb ul li a {height:60px; padding:0 20px;}

	.real-cont {padding-bottom:80px;}

	/* content */
	.campaign-list ul {margin:0;}
	.campaign-list ul li {width:100%; padding:0; margin-bottom:30px;}
	.campaign-list ul li a {padding:25px 30px;}

	.campaign-summary {display:block;}
	.campaign-summary .image {width:100%; margin-bottom:30px;}
	.campaign-summary .info .group {margin-bottom:30px;}
	.campaign-detail .percentBox {margin-bottom:50px; padding:150px 50px 30px;}

	/* board */
	.btn-pack.doc-btn {min-width:140px; height:56px; padding:0 15px; line-height:54px; font-size:16px;}
	.input {padding:5px 14px; height:40px;}
	textarea.input {padding:12px 14px;}

	.board-search .search input.input {width:240px;}

	.board-list colgroup col {width:auto !important;}
	.board-list table thead th {font-size:15px;}
	.board-list table tbody td {font-size:15px;}

	.gallery-list ul li .tit {font-size:15px;}

	.news-list .thumb {width:200px;}
	.news-list .tit {font-size:17px;}
	.news-list .txt {font-size:14px;}
	.news-list .date {font-size:13px;}

	.event-list ul li .tit {font-size:15px;}

	.faq .tit {font-size:15px;}
	.faq .tit a {padding:9px 60px 9px 12px;}
	.faq .tit a:after {top:14px;}
	.faq .q {flex:0 0 32px; width:32px; height:32px; font-size:16px; line-height:32px;}
	.faq .cnt {padding:18px 25px 18px 60px;}

	.calendar-head h3 {font-size:28px; margin:0 30px;}
	.calendar-head .cal-btn {width:40px; height:40px;}
	.calendar table th {font-size:15px;}
	.calendar table td {height:110px; font-size:14px;}
	.calendar ul li:before {top:7px;}

	.board-white table {font-size:15px;}

	.board-form table {font-size:15px;}

	.files-upload-text .upfiles-alt {font-size:14px;}

	.board-view-tit {padding:14px 6px;}
	.board-view-tit h3 {font-size:18px;}
	.board-view-info {padding:13px 6px; font-size:13px;}
	.board-view-cnt {padding:15px 6px 40px;}

	.board-prev-next {font-size:14px;}

	.btn-pack.medium {height:40px; padding:0 16px; font-size:15px; line-height:38px;}
	.btn-pack.large {min-width:140px; height:50px; font-size:18px; line-height:48px;}

	.product-list ul li {width:25%;}
	.product-list ul li .tit {font-size:15px;}
	.product-image {width:350px;}
	.product-info .tit {font-size:25px;}

	.store-search {padding:22px 5%;}
	.store-search .map-area {width:280px;}
	.store-search .map-img .local {padding:0 10px; font-size:13px; line-height:22px;}

	.result-group .gall li {width:25%;}
} 

/* portrait tablet */
@media (max-width:900px) {	
	
	/* main */
	
	
	/* content */

	/* board */	
	.gallery-list ul {margin:0 -10px;}
	.gallery-list ul li {width:33.33333333%; padding:0 10px;}

	.event-list ul li {width:50%;}

	.store-search {padding:30px; margin-bottom:30px;}
	.store-search .map-area {display:none;}
	.store-search .search-area h3 {text-align:center; margin-bottom:30px;}
} 

/* Landscape phone */
@media (max-width:700px) {
	body, input, textarea, select, button, table {font-size:14px;}

	:root {
		--font-size-18 :14px;
		--font-size-20 :14px;
		--font-size-22 :15px;
		--font-size-24 :15px;
		--font-size-26 :16px;
		--font-size-28 :17px;
		--font-size-30 :18px;
		--font-size-34 :18px;
		--font-size-36 :20px;
		--font-size-40 :20px;
		--font-size-42 :20px;
		--font-size-46 :22px;
		--font-size-50 :25px;
		--font-size-54 :25px;
		--font-size-60 :25px;
		--font-size-70 :30px;
		--font-size-80 :32px;
		--font-size-90 :34px;
		--font-size-100 :35px;

		--margin-b-50:30px;
		--margin-b-80:40px;
		--margin-b-100:50px;
		--margin-b-150:50px;
	}

	.mgb250 {margin-bottom:80px !important;}

	.sub-sec {padding:50px 0;}
	.sub-sec2 {padding:70px 0;}

	.only-desktop {display:none !important;}
	.only-mobile {display:block !important;}

	.contain {padding:0 15px;}
	#contArea {padding:0 15px;}
	
	/* header */
	#header .contain {height:60px;}
	#header .sitelogo a {width:115px; height:25px;}
	
	.btn-m-menu {margin-left:10px; width:25px; height:25px;}
	.btn-m-menu span {width:20px;}
	.btn-m-menu span:before, .btn-m-menu span:after {width:24px;}
	.btn-m-menu span:before {top:-8px;}
	.btn-m-menu span:after {bottom:-8px;}

	.mobile-navigation {top:60px; width:210px;}
	.mobile-navigation .nav-menu>ul>li>a {font-size:15px;}
	.mobile-navigation .nav-menu .submenu>ul>li>a {font-size:14px;}

	.head-util ul {font-size:12px;}
	.head-util ul li {padding:0 8px;}
	.head-util ul li a i {margin-right:0; display:none !important;}
	.head-util .receipt {margin-left:10px;}
	.head-util .receipt a {width:70px; height:28px; font-size:12px;}
	
	/* main */
	.main-visual .item {height:500px;}
	.main-visual .caption {max-width:100%;}
	.main-visual .slick-arrow {width:13px; height:24px;}
	.main-visual .slick-prev {left:6px;}
	.main-visual .slick-next {right:6px;}
	.main-visual .image img {height:40px;}
	.doc-btn {width:130px; height:40px;}
	
	.main-visual .item.red .img {background-position:78% 50%;}
	.main-visual .red .txt2 {margin:0;}
	.main-visual .red .doc-btn {margin-left:0; margin-top:10px; width:100%;}
	.main-visual .red .doc-btn:first-child {margin-top:0;}
	
	.main-sec2 {background-position:70% 90%;}
	.main-sec2 .inner {padding:0;}
	.main-sec2 .inner:before {display:none;}
	
	.sec3-wrap .item {display:block;}
	.sec3-wrap .item:nth-child(odd) .content {margin-left:0;}
	.sec3-wrap .item .content {padding:30px; margin-top:0; height:auto; max-width:100%;}

	.sec3-wrap .item .bg {width:100%; height:180px;}
	.sec3-wrap .item .btns {margin-top:15px;}
	.ab-txt {top:20px; right:20px;}
	.sec3-wrap .item:nth-child(even) .bg {margin-left:0;}

	.main-sec4 ul {display:block; margin:0;}
	.main-sec4 ul li {padding:0; width:100%; margin-bottom:15px;}
	.main-sec4 ul li:last-child {margin-bottom:0;}
	.main-sec4 ul li .box {min-height:auto;}

	.main-sec4 ul li .img img {width:38%;}

	.main-sec4 ul li p {padding:0 15px 30px !important;}
	.main-sec4 ul li .tit {margin:20px 0 30px;}
	.main-sec4 ul li .tit:after {width:20px; bottom:-7px; height:2px;}
	
	.main-sec5 .item {padding:0;}
	.main-sec5 .items:after {display:none;}
	.main-sec5 .item .bg {height:auto; padding:25px 25px 0;}
	.main-sec5 .percent-box {margin-top:30px; max-width:unset; padding:30px; height:auto; bottom:0; right:0; left:-25px; width:calc(100% + 50px); position:relative;}
	.main-sec5 .item .inner p br {display:none;}
	.main-sec5 .item .title {font-weight:700;}

	.m-sec {padding:50px 0;}

	.main-sec7 ul {display:block; margin:0;}
	.main-sec7 ul li {padding:0; width:100%;}
	.main-sec7 ul li .btns {margin-top:30px;}
	.main-sec7 ul li .bg {height:auto; padding:30px 25px;}
	.main-sec7 ul li p br {display:none;}

	/* footer */
	#footer {font-size:14px;}
	.foot-flex .col-r small {font-size:13px;}
	.foot-flex .col-r small br {display:none;}
	.quick {right:10px; bottom:10px;}
	.quick img {height:80px;}
	
	#footer .partners .wrap {flex-wrap:wrap; gap:10px;}
	#footer .partners .wrap img {height:45px;}

	.f-info span.email {display:block;}
	.desktop-br {display:none;} 
	
	.go-top {right:10px;}
	.go-top img {height:35px;}

	.foot-flex {padding:30px 0; display:block;}
	.foot-flex .col-l {margin-bottom:15px;}
	.foot-flex .col-m {display:block; padding:0; border-right:0; margin-right:0; font-size:13px;}
	.foot-flex .col-r {padding-right:120px;}

	.sns-flex {gap:0 10px; margin:10px 0;}
	.sns-flex img {height:30px;}

	.f-link li {padding:0 10px;}
	.f-link li:after {height:8px;}
	
	/* sub */
	.sub-visual {height:200px;}
	.sub-visual .inner {margin-top:20px;}
	.sub-visual strong {font-size:23px;}
	
	.sub-title {padding:50px 0;}
	.sub-title h1:after {width:35px; height:3px; bottom:-10px;}

	.lnb ul li a {height:40px; font-size:14px; padding:0 15px;}

	.real-cont {padding-bottom:50px;}

	.one-page-nav.fixed {top:60px;}

	/* content */
	.img-after.bar:before {display:none;}
	.img-after:after {display:none;}

	.pad100 {padding:50px 0;}
	
	.application-for .flex {display:block;}
	.application-for .col-l {width:100%; margin-bottom:30px;}
	.application-for .col-r {display:block; margin:0;}
	.application-for .gr {width:100%; padding-bottom:30px; margin:0;}
	.application-for .gr:last-child {margin-bottom:0;}
	.application-for .gr .tit {padding:30px 0 20px;}
	.application-for .gr p br {display:none;}

	.apply-btn {min-width:190px; padding:0 15px; height:55px; line-height:55px;}
	.apply-btn i {width:16px; height:12px; margin:-3px 10px 0 0;}

	.howto-proceed ol {padding-top:30px; display:block;}
	.howto-proceed ol li {padding:0; margin-bottom:30px;}
	.howto-proceed ol li:last-child {margin-bottom:0;}

	.scholarship ul {display:block; margin:0;}
	.scholarship ul li {padding:0; width:100%; margin-bottom:30px;}
	.scholarship ul li:last-child {margin-bottom:0;}
	.scholarship .top img {height:80px;}
	
	.scholarship2 ol {padding:0;}

	.scholarship2 .flex {display:block;}
	.scholarship2 .flex .item {width:100%;}
	.scholarship2 .flex .bg {height:250px;}

	.takecare-list ul {display:block;}
	.takecare-list ul li {width:100%; padding:0 30px 30px;}
	.takecare-list ul li .image {margin:0;}
	.takecare-list ul li .box {padding:0;}
	.takecare-list ul li .cnt {padding:30px;}
	
	.supporters-goods1 ul {margin:0 -10px;}
	.supporters-goods1 ul li {width:50%; padding:0 10px;}
	.supporters-goods1 ul li .box {height:100px;}
	
	.precautions {display:block;}
	.precautions .col-l {width:100%; margin-bottom:20px;}
	
	.sponsoring-youth1 .flex {display:block; text-align:center;}
	.sponsoring-youth1 .flex .col-l {margin-bottom:30px; margin-right:0;}	
	.sponsoring-youth1 .flex .col-r br {display:none;}

	.proceed .wrap {padding-top:50px;}
	.proceed ul {display:block;}
	.proceed ul li {width:100%; margin-bottom:20px;}
	.proceed ul li:last-child {margin-bottom:0;}

	.procedure2-wrap {padding:30px !important;}

	.necessary-field {margin-bottom:100px;}
	.necessary-field ul li {width:100%; margin-bottom:60px;}
	.necessary-field ul li .ico {width:60px; height:60px; left:30px;}
	.necessary-field ul li .ico img {height:40px;}
	.necessary-field ul li strong {padding:40px 0 12px 0;}
	.necessary-field ul li .box {min-height:auto; padding:0 30px 30px; border-radius:10px;}
	
	.mentor-role ul {display:block;}
	.mentor-role ul li {width:100%; margin-bottom:15px;}
	.mentor-role ul li:last-child {margin-bottom:0;}
	.mentor-role .box {width:100%; height:200px;}
	
	.ci-wrap .inner:before {width:80px; height:80px; left:10px; top:70px;}
	.ci-wrap .inner {padding:50px 15px 50px 100px;}
	
	.history .group {padding-bottom:20px;}
	.history .group:last-child {padding-bottom:60px;}
	.history .group:before {left:50%; top:0; bottom:0; width:2px;}
	.history .group h4 {line-height:40px; margin-bottom:20px; padding-left:20px !important;}
	.history .group h4:before {top:12px; width:16px; height:16px; border:4px solid #006b57;}
	.history .group.odd {padding-left:0;}
	.history .group.odd h4, 
	.history .group.odd ul {padding-left:0;}
	.history .group.odd h4:before {left:0;}
	.history .group.even {padding-right:0; text-align:left;}
	.history .group.even h4,.history .group.even ul {padding-right:0;}
	.history .group.even h4:before {right:auto; left:0;}
	.history .group ul li {padding-left:20px !important;}
	.history .group ul li br {display:none;}
	.history .group:before {left:7px; top:12px; bottom:-12px; width:1px;}
	.history .group:last-child:before {display:none;}
	
	.bg-txt.bg1 {height:300px; padding:0 15px;}
	.bg-txt.bg2 {padding:0 20px; height:300px;}
	
	.financial-report .tit a {height:80px; padding:0 15px;}
	.financial-report .layer .tit a:after {width:10px; height:10px;}
	.financial-report li .tit a:after {right:20px; top:33px;}
	.financial-report .layer .gr {display:block;}
	.financial-report .cnt1 {padding:30px;}
	.financial-report .link .tit a:after {width:17px; height:13px; top:32px;}
	.financial-report .layer .col-r {flex-wrap:wrap;}
	.financial-report .layer .item {width:50%;}
	.financial-report .layer .item img {height:50px;}
	.financial-report .layer .col-l {margin-bottom:30px;}

	.financial-report li.active .tit a {height:100px;}
	.financial-report li.active .tit a:after {margin-top:14px;}

	.mentor-role:after {display:none;}

	.mentor-role .box p {margin:15px 0 30px;}
	
	.bg-apply {padding:25px 30px;}
	.bg-apply .flex {display:block;}
	.bg-apply .flex .col-r {margin-left:0; margin-top:15px;}
	.bg-apply .flex .col-r li {padding-left:8px; text-indent:-8px;}

	.step-list {padding:0 0 50px;}
	.step-list ol li {font-size:13px; padding:20px 15px 0;}
	.step-list ol li:before {width:20px; height:20px; border-width:4px;}
	.step-list ol li:after {top:10px;}
	
	.day-pick {display:block;}
	.day-pick .item {display:block; width:100%;}
	.day-pick p {padding:10px 0;}
	.day-pick .input.datepicker {margin-bottom:10px; width:70% !important;}
	
	.sponsoring-list .link-list {display:block;}
	.sponsoring-list .link-list a {margin-bottom:10px; width:100%;}
	.sponsoring-list .link-list a:last-child {margin-bottom:0;}
	.sponsoring-list .link-list a {font-size:15px; padding:0 20px; height:50px; line-height:1.3em;}
	.sponsoring-list .link-list.last a {width:100%;}
	.sponsoring-list .link-list a img {height:15px;}

	.family52-party ul {display:block; margin:0;}
	.family52-party ul li {margin-bottom:20px; width:100%; padding:0;}
	.family52-party ul li:last-child {margin-bottom:0;}
	.family52-party .cnt {padding-left:20px;}
	.family52-party ul li img {height:50px;}

	.recruitment {display:block;}
	.recruitment .box {margin-bottom:30px; height:auto; min-width:100%; padding:30px 20px;}
	.recruitment .btns a {min-width:100% !important; margin-bottom:10px;}
	.recruitment .txt b {display:none;}
	.recruitment-bg:after {bottom:-50px;} 
	.recruitment-bg:before {display:none;}
	
	.christmas-presents2 {padding-bottom:0;}
	.christmas-presents2:after {bottom:-30px; top:-30px;}
	
	.sponsoring-used {padding:30px 15px;}
	.sponsoring-used .items {display:block;}
	.sponsoring-used .item {border-radius:15px; width:100%; padding:30px; margin-bottom:30px;}
	.sponsoring-used .item:last-child {margin-bottom:0 !important;}
	.sponsoring-used ul {gap:15px 0;}
	.sponsoring-used ul li .ico img {height:45px;}
	
	.one-sec1 .bot p br {display:none;}
	
	.map {margin-bottom:0;}
	.root_daum_roughmap {height:300px !important;}
	.root_daum_roughmap .wrap_map {height:300px !important;}
	
	.map .addr {bottom:auto; left:auto; max-width:100%; height:auto; padding:20px; position:relative; z-index:1;}

	.tb-1 table td {padding:15px;}

	.form-agree .scroll-box {padding:10px 15px;}

	.tableflex-notb .group {margin-bottom:30px; display:block;}
	.tableflex-notb .left {width:100%; padding:10px 0;}
	.formwrap-area .wrap {display:block; width:100%; text-align:left; padding:10px 0;}
	.formwrap-area .wrap p {margin-bottom:3px; width:100%; text-align:left;}
	.formwrap-area .wrap p br {display:none;}

	.tableflex-notb #birth.input,
	.tableflex-notb #birth2.input,
	.tableflex-notb #birth3.input {width:100% !important;}
	
	.step-tit .title {padding:0;}

	.tableflex-notb {border-width:2px;}
	.formwrap-area.ty2 .wrap p {padding:0;}

	.add-formtb {display:block; text-align:center;}
	.add-formtb p {margin-bottom:15px;}

	.tableflex-notb .all-wide {padding:20px 0;}

	.formwrap-area .wrap.widauto {width:100%; padding-right:0 !important;}
	
	.chk-btn .text br {display:none;}

	.apply-tit {margin-bottom:20px;}
	.apply-tit br {display:none;}
	
	.formwrap-area .col-r .input {width:100% !important;}
	.formwrap-area .col-r #postcode.input {max-width:calc(100% - 90px);}
	.formwrap-area .col-r #postcode2.input {max-width:calc(100% - 220px);}

	.border-point {border-width:3px;}
	.border-point:after {bottom:-3px; height:3px;}

	.emozip1 .tit {font-size:20px;}

	.emozip3 {padding:0 30px; display:block; margin:0;}
	.emozip3-item {margin-bottom:20px; padding:0; width:100%;}
	.emozip3-item:last-child {margin-bottom:0;}

	.emozip3-item .title {margin-bottom:15px; padding:10px;}
	.emozip3-item .title:before, .emozip3-item .title:after {width:10px; height:10px;}

	.emozip4-list {display:block;}
	.emozip4-item {padding:20px 0; margin-bottom:20px; width:100%; height:auto;}
	.emozip4-item:last-child {margin-bottom:0;}
	.emozip4-item img {height:50px;}
	
	.emozip5 {margin-bottom:100px;}
	.emozip5:before {display:none;}
	.emozip5:after {bottom:-50px;}
	.emozip5 .recruitment .apply-btn {height:60px; line-height:58px;}
	.emozip5 .recruitment .txt {text-align:center;}
	.emozip5 .recruitment .txt img {height:80px;}
	
	.campaign-list ul li a {padding:20px;}
	.campaign-detail .percentBox {margin-bottom:30px; padding:150px 20px 20px;}
	.campaign-detail .percentBox .bubble {position:relative; right:0; width:300px;}
	
	.recent-video {display:block;}

	/* board */
	.btn-pack.doc-btn {min-width:120px; height:46px; padding:0 10px; line-height:44px; font-size:14px;}
	.input {font-size:14px; padding:0 10px; height:38px;}
	select.input {padding-right:26px; background-image:url("/images/bbs/select_x2.png"); background-position:right 8px center; background-size:12px auto;}
	textarea.input {padding:7px 10px;}

	.radiobox input:checked + label:before {background-image:url("/images/bbs/radiobox_x2.png"); background-size:8px auto;}
	.checkbox input:checked + label:before {background-image:url("/images/bbs/checkbox_x2.png"); background-size:11px auto;}

	.board-search {display:flex; flex-direction:column; margin-bottom:10px;}
	.board-search .total-page {order:3; float:none; font-size:13px;}
	.board-search .cate {float:none; order:1; margin-left:0; margin-bottom:5px;}
	.board-search .cate .input {display:block; width:100%;}
	.board-search .search {float:none; order:2; display:flex;}
	.board-search .search .input {flex:1 1 auto; min-width:0; width:1%;}

	.board-list {display:none;}
	.board-list-m {display:block;}

	.gallery-list {padding-top:15px;}
	.gallery-list ul {margin:0 -7px;}
	.gallery-list ul li {width:50%; padding:0 7px; margin-bottom:27px;}
	.gallery-list ul li .thumb {margin-bottom:10px;}
	.gallery-list ul li .tit {font-size:14px;}
	.gallery-list ul li .date {font-size:12px; margin-top:4px;}

	.news-list ul li {padding:17px 0;}
	.news-list .thumb {width:38%; margin-right:14px;}
	.news-list .tit {font-size:15px; max-height:2.8em; white-space:normal; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
	.news-list .txt {font-size:13px; margin-top:3px; max-height:3em; -webkit-line-clamp:2;}
	.news-list .date {display:none;}

	.event-list {padding-top:20px;}
	.event-list ul li {width:100%; margin-bottom:32px;}
	.event-list ul li .thumb {margin-bottom:10px;}
	.event-list ul li .tit {font-size:15px;}
	.event-list ul li .date {font-size:12px; margin-top:4px;}

	.faq .tit a {padding:7px 0 7px 5px;}
	.faq .tit a:after {display:none;}
	.faq .q {flex:0 0 26px; width:26px; height:26px; font-size:15px; line-height:26px; margin-right:10px;}
	.faq .cnt {padding:12px 12px 12px 15px;}

	.calendar-head {margin-bottom:15px;}
	.calendar-head h3 {font-size:20px; margin:0 17px;}
	.calendar-head .cal-btn {width:34px; height:34px; background-size:9px auto;}
	.calendar-head .cal-prev {background-image:url("/images/bbs/cal_prev_x2.png");}
	.calendar-head .cal-next {background-image:url("/images/bbs/cal_next_x2.png");}

	.calendar {display:block; width:100%; overflow-x:auto; -webkit-overflow-scrolling:touch;}
	.calendar table {width:1000px;}
	.calendar ul li a span {font-size:11px; line-height:18px; padding:0 4px;}

	.calendar table th {padding:6px 4px; font-size:14px;}
	.calendar table td {height:60px; padding:5px 4px; font-size:12px;}
	.calendar ul li {padding-left:0; margin-bottom:6px;}
	.calendar ul li:before {display:none;}
	.calendar .cal-date {font-size:10px; margin-bottom:8px;}

	.board-white table {display:block; border-top:0; border-bottom:0; font-size:14px;}
	
	.board-white table tbody {display:block;}
	.board-white table tr {display:block; padding:12px 0;}
	.board-white table th {display:block; border:0; text-align:left; padding:0; margin-bottom:7px; font-size:16px; background:none;}
	.board-white table td {display:block; border:0; padding:0;}
	.board-white .editor {padding:0; margin-top:-12px;}
	.board-white .item {margin:3px 12px 3px 0;}
	.board-white #user_name {max-width:100% !important;}
	.board-white + .buttons {margin-top:30px;}

	.board-form table tbody {display:block;}
	.board-form table tr {display:block; padding:12px 0;}
	.board-form table th {display:block; border:0; text-align:left; padding:0; margin-bottom:7px; font-size:16px; background:none;}
	.board-form table td {display:block; border:0; padding:0;}
	.board-form + .buttons {margin-top:30px;}

	.form-agree {margin:30px 0 30px;}
	.form-agree h3 {font-size:16px;}
	.form-agree .scroll-box {font-size:12px; max-height:110px; overflow:auto;}
	.form-agree .check {margin-top:12px; font-size:14px;}

	.board-view-tit h3 {font-size:17px;}
	.board-view-info {font-size:12px;}

	.board-prev-next dl {padding:10px 6px;}
	.board-prev-next dt {width:70px}

	.buttons {margin:15px 0;}

	.btn-pack.small {height:26px; padding:0 8px; font-size:11px; line-height:24px;}
	.btn-pack.medium {height:38px; padding:0 14px; font-size:14px; line-height:36px;}
	.btn-pack.large {min-width:120px; height:42px; padding:0 18px; font-size:15px; line-height:40px;}
	.btn-pack.xlarge {min-width:120px; height:50px; padding:0 22px; font-size:16px; line-height:48px;}
	.btn-pack.comment {width:80px; height:32px; font-size:14px;}

	.paginate {margin-top:20px;}
	.paginate a,  
	.paginate strong{margin:0 1px;width:30px;height:30px;font-size:14px;line-height:30px;}  
	.paginate a.direction {margin:0; background-size:11px;}
	.paginate a.direction.first {background-image:url("/images/bbs/btn_first_x2.png");}
	.paginate a.direction.prev {background-image:url("/images/bbs/btn_prev_x2.png"); margin-right:14px;}
	.paginate a.direction.next {background-image:url("/images/bbs/btn_next_x2.png"); margin-left:14px;}
	.paginate a.direction.last {background-image:url("/images/bbs/btn_last_x2.png");}

	.comment-area {margin-top:37px;}
	.comment-total {font-size:14px; margin-bottom:12px;}
	.comment-write {position:relative; padding:10px;}
	.comment-write .byte {position:absolute; bottom:15px; left:12px; font-size:12px;}
	.comment-write .write {display:block;}
	.comment-write .write textarea {display:block; width:100%; height:65px; margin-right:0;}
	.comment-write .write .btn {text-align:right; margin-top:6px;}
	.comment-item {padding:17px 4px;}
	.comment-item.comment-reply {padding-left:25px; background-image:url("/images/bbs/icon_reply_x2.png"); background-position:3px 18px; background-size:auto 13px;}
	.comment-info {font-size:14px;}
	.comment-info .name {margin-right:5px;}
	.comment-info .date {font-size:11px;}
	.comment-ctr {font-size:12px;}
	.comment-ctr .bar {vertical-align:middle; margin:-.2em 4px 0;}
	.comment-txt {font-size:14px;}
	.comment-link {font-size:13px;}
	.comment-input {padding:10px;}
	.comment-input textarea {height:48px;}

	.board-password {padding:30px 20px;}

	.product-list ul {margin:0 -7px;}
	.product-list ul li {width:50%; padding:0 7px; margin-bottom:27px;}
	.product-list ul li .thumb {margin-bottom:10px;}
	.product-list ul li .tit {font-size:14px;}
	.product-summary {display:block;}
	.product-image {width:100%; margin-bottom:20px;}
	.product-info {width:100%;}
	.product-info .tit {font-size:22px; padding-bottom:14px; margin-bottom:14px;}
	.product-detail {padding-bottom:25px; margin-bottom:25px;}
	.product-detail .tit {font-size:17px; padding-bottom:10px; margin-bottom:14px;}

	.store-search {padding:0;}
	.store-search .search-area h3 {font-size:16px; padding:15px 25px; margin-bottom:20px; background:#f4f4f4;}
	.store-search .search-area dl {display:block; padding:0 15px; margin:20px 0;}
	.store-search .search-area dl dt {width:auto; margin-bottom:6px; font-size:15px;}
	.store-search .search-area dl dd {width:auto;}
	.store-search .search-area input.input {width:calc(100% - 74px); margin-right:4px;}
	.store-search .search-area select.input {width:calc(50% - 39px); margin-right:4px;}
	.store-search .search-area .btn-pack.medium {width:70px;}

	.result-top {font-size:18px;}
	.result-group .gall {margin:0 -7px;}
	.result-group .gall li {width:50%; padding:0 7px;}
	.result-group dl dt {font-size:15px;}
	.result-group dl dd {font-size:13px;}
	.result-group dl dd.date {font-size:12px;}

	.login-tab ul li {padding:0 30px;}
	.login-tab ul li a {font-size:15px;}
	.login-tab ul li:after {height:14px;}
	
	.login-content .links {display:block;}
	.login-content .link {margin-top:15px;}
	.login-content .links a {font-size:15px;}
	.btn-pack.vv-wide {min-width:150px; padding:0 20px; height:50px; line-height:48px; font-size:16px;}
	
	.agree-wrap .wrap {padding:20px;}
	.agree-wrap .wrap.ty2 {padding:15px 25px;}

	.agree-wrap .agree-tit.ty2 {font-size:16px;}

	.join-form table th,
	.join-form table td {padding:0 15px !important; height:auto;}

	.required-txt strong i {width:20px;height:20px;}
	.join-form .input {height:42px;}

	.application-list table {font-size:13px;}
	.application-list .btn {min-width:60px; font-size:13px; line-height:30px;}

	/* member */
	.login-tab {border-bottom-width:2px; margin-bottom:35px;}
	.login-tab ul {padding:0 1px;}
	.login-tab ul li {border-width:2px; margin:0 -1px;}
	.login-tab ul li a {font-size:16px;}
	.login-content .group .input {height:48px; font-size:14px;}

	.sns-login .tit {margin-bottom:20px;}
	.sns-login .tit span {padding:0 20px;}
	.sns-login a {margin:0 8px}
	.sns-login img {width:44px;}

	.agree-wrap {margin-bottom:35px;}
	.agree-wrap .group {margin-top:20px;}
	.agree-wrap .agree-tit {font-size:14px;}
	.agree-wrap .agree-tit .checkbox label:before {background-image:url("../images/member/checkbox_x2.png"); background-size:contain;}
	.agree-wrap .agree-tit .checkbox input:checked + label:before {background-image:url("../images/member/checkbox_on_x2.png");}
	.agree-wrap .agree-box {margin-top:7px; max-height:130px; padding:10px 13px;}
	.agree-wrap .agree-box .terms-wrap {line-height:1.4em; word-break:break-all;}

	.terms-wrap .policy-contact {display:block; padding:0 15px;}
	.terms-wrap .policy-contact dl {border-left:0; padding:20px 5px; border-top:1px solid #e5e5e5;}
	.terms-wrap .policy-contact dl:first-child {border-top:0;}

	.join-form table tbody {display:block;}
	.join-form table tr {display:block; padding:12px 0;}
	.join-form table th {display:block; border:0; text-align:left; padding:0; margin-bottom:7px; font-size:16px; background:none;}
	.join-form table td {display:block; border:0; padding:0;}
	.join-form + .buttons {margin-top:30px;}
	.join-form .help-text {display:block; clear:both; padding-top:6px; margin-left:0; font-size:14px; line-height:1.5em;}
	.join-form #user_id {float:left; width:calc(100% - 120px) !important;}
	.join-form #user_id + .btn-pack {width:120px; text-align:center;}
	.join-form #user_pw,
	.join-form #user_pw2,
	.join-form #user_name {width:100% !important;}

	.join-complete .tit {font-size:22px; margin-bottom:20px;}
	.join-complete .txt {font-size:16px;}
	.join-complete .icon {width:110px; height:110px; margin:30px auto; background-size:80px;}

	.find-tab {border-bottom-width:2px; margin-bottom:35px;}
	.find-tab ul {padding:0 1px;}
	.find-tab ul li {border-width:2px; margin:0 -1px;}
	.find-tab ul li a {font-size:16px; line-height:46px;}
	.find-content .group .input {height:48px; font-size:14px;}
	.find-result {padding:30px 15px; font-size:16px;}
	.find-result h4 {font-size:19px;}
	.find-result .name {font-size:24px;}

	.member-leave .txt {margin-bottom:27px;}
	.member-leave .txt .tit {font-size:18px;}
	.member-leave .form {margin-bottom:35px; padding:35px 25px; font-size:15px;}
	.member-leave .form .group .label-tt {width:80px;}
} 

/* Landscape phones and down */
@media (max-width:320px) {

} 
