@charset "UTF-8";
/**********************************************
note : reset
**********************************************/
.user-point {color:#e73f72}
.user-bg {background-color:#e73f72}
@media screen and (max-width: 39.9375em) {
	body {background-color:#f2f4f7}
}

/**********************************************
note : header
**********************************************/
#user-header {min-width:340px; display:block;text-align:center}
#user-header .sticky {display:block;z-index:990;width:100%;height:80px;padding:0;font-size:0;background-color:#fff;}
#user-header .sticky::after{content:''; position:absolute; top:80px; left:0; width:100%; height:1px; background:#e0e5ec}
#user-header .sticky .header-box{position:relative; max-width:1400px; margin:0 auto}
#user-header .sticky [class*="grid-"] {display:inline-block;vertical-align:middle}
#user-header .sticky .grid-left, #user-header .sticky .grid-right {width:20%}
#user-header .sticky .grid-left {text-align:left}
#user-header .sticky .grid-right {text-align:right}
#user-header .sticky .grid-center {width:60%;font-size:inherit}

#user-header .sticky.is-stuck {max-width:none;height:102px}
#user-header .sticky.is-stuck::after{top:60px}

@media screen and (max-width: 88em) {
	#user-header .sticky .grid-left .left-button{padding-left:20px}
	#user-header .sticky .grid-right .right-button{padding-right:20px}
}

@media screen and (max-width: 39.9375em) {
	.row #user-header .sticky {max-width:none;height:60px}
	.row #user-header .sticky::after{top:60px}
	.row #user-header .sticky .grid-left,
	.row #user-header .sticky .grid-right{width:30%}
	.row #user-header .sticky .grid-center {width:40%}
}

/* ?¡¿??B S1N10 ?¢©???? ¢©?¡Æ??? */
/*#user-header .sticky.s1n10 {height:122px}
#user-header .sticky.s1n10.is-stuck {height:102px}
@media screen and (max-width: 39.9375em) {
	.row #user-header .sticky.s1n10 {height:102px}
}*/

/* logo ???????? 
#user-header .sticky .grid-center .svg-image img{display:block; width:116px; margin:0 auto}
#user-header .sticky.is-stuck .svg-image img{width:83px}
@media screen and (max-width: 39.9375em) {
	#user-header .sticky .grid-center .svg-image img{width:83px}
}
*/

/* logo ???¡¿????????*/
#user-header .sticky .grid-center .svg-box a{display:block;}
#user-header .sticky .grid-center .svg-box a .svg-img{margin:auto; width:114px; height:47px; background-position:center; background-repeat:no-repeat; background-size:cover}
#user-header .sticky.is-stuck .svg-box a .svg-img{width:80px; height:33px}
@media screen and (max-width: 39.9375em) {
	#user-header .sticky .grid-center .svg-box a .svg-img{width:80px; height:33px}
}



/*sns*/
@media screen and (max-width: 39.9375em) {
	.row #user-nav .footer { padding: 1.25rem .825rem;}
	.row #user-footer .social > .item.circle {width:35px !important;height:35px !important;}
	.row #user-footer .social > .item {line-height: 32px !important;}
	.row #user-nav .share > .item {width:27px !important;height:27px !important; margin-right: .35rem !important; line-height: 26px !important; font-size: 1rem !important;}
}




/* button */
#user-header .nav-btns, #user-header .sch-btns {height:80px;cursor:pointer}
#user-header .nav-btns > .icon {display:block;position:relative;width:22px;height:4px;margin:0 auto;background-color:#000;-webkit-transition:width .3s ease-in;transition:width .3s ease-in}
#user-header .nav-btns > .icon::before, #user-header .nav-btns > .icon::after {content:'';overflow:hidden;position:absolute;z-index:1;left:0;right:-7px;height:0;border-top:4px solid #000;-webkit-transition:right .3s ease-out;transition:right .3s ease-out}
#user-header .nav-btns > .icon::before {top:-11px}
#user-header .nav-btns > .icon::after {bottom:-11px}
#user-header .nav-btns:hover > .icon, #user-header.is-active .nav-btns > .icon {width:29px}
#user-header .nav-btns:hover > .icon::before, #user-header .nav-btns:hover > .icon::after,
#user-header.is-active .nav-btns > .icon::before, #user-header.is-active .nav-btns > .icon::after {right:7px}

@media screen and (max-width: 39.9375em) {
	.row #user-header .nav-btns, .row #user-header .sch-btns {height:60px}
	.row #user-header .nav-btns > .icon {width:16px;height:2px}
	.row #user-header .nav-btns > .icon::before, .row #user-header .nav-btns > .icon::after {right:-4px;border-top-width:2px}
	.row #user-header .nav-btns > .icon::before {top:-7px}
	.row #user-header .nav-btns > .icon::after {bottom:-7px}
	.row #user-header .nav-btns:hover > .icon, .row #user-header.is-active .nav-btns > .icon {width:19px}
	.row #user-header .nav-btns:hover > .icon::before, .row #user-header .nav-btns:hover > .icon::after,
	.row #user-header.is-active .nav-btns > .icon::before, .row #user-header.is-active .nav-btns > .icon::after {right:4px}
}

/* search */
#user-header .sch-btns {font-size:1.875rem;color:#000}
#user-header .basic-search {display:none;overflow:hidden;position:absolute;z-index:1004;right:0;top:0;width:50%;
max-width:480px;height:78px;padding:14px 0;background-color:#fff}
#user-header .basic-search input#sc_word, #user-header .basic-search button[onclick], #user-header .basic-search .sch-close {float:left;margin:0}
#user-header .basic-search input#sc_word {width:calc(100% - 160px);height:50px;padding:0 1rem;font-size:1.125rem;font-weight:300;color:rgba(0,0,0,.95);border:0;border-radius:0;outline-width:0}
#user-header .basic-search button[onclick] {width:80px;height:50px;font-size:1.5rem;color:#000;cursor:pointer}
#user-header .basic-search .sch-close {display:block;width:80px;height:50px;font-size:1.25rem;color:#d8d8d8;cursor:pointer;-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out}
#user-header .basic-search .sch-close:hover {color:rgba(0,0,0,.5)}

@media screen and (max-width: 88em) {
	#user-header .basic-search{max-width:100%; width:100%}
	#user-header .basic-search form{width:100%}
}

@media screen and (max-width: 39.9375em) {
	.row #user-header .basic-search {height:59px; padding:0; left:0;right:0;padding-right:0;width:auto}
	
	.row #user-header .sch-btns {font-size:1.25rem}
	.row #user-header .basic-search input#sc_word {width:calc(100% - 120px); height:60px}
	.row #user-header .basic-search button[onclick], .row #user-header .basic-search .sch-close {width:60px; height:60px}
	.row #user-header .basic-search button[onclick]{height:60px}
}

/* sticky */
#user-header .sticky.is-stuck, #user-header .sticky.is-stuck .nav-btns, #user-header .sticky.is-stuck .sch-btns {height:60px}
#user-header .sticky.is-stuck .user-logo {/*width:105px;height:24px;*/margin:0}
#user-header .sticky.is-stuck .nav-btns > .icon {width:16px;height:2px}
#user-header .sticky.is-stuck .nav-btns > .icon::before, #user-header .sticky.is-stuck .nav-btns > .icon::after {right:-4px;border-top-width:2px}
#user-header .sticky.is-stuck .nav-btns > .icon::before {top:-7px}
#user-header .sticky.is-stuck .nav-btns > .icon::after {bottom:-7px}
#user-header .sticky.is-stuck .sch-btns {font-size:1.25rem}
#user-header .sticky.is-stuck .basic-search {height:58px;padding-top:9px;padding-bottom:9px}
#user-header .sticky.is-stuck .basic-search input#sc_word, #user-header .sticky.is-stuck .basic-search button[onclick], #user-header .sticky.is-stuck .basic-search .sch-close {height:40px}

/**********************************************
note : navigation
**********************************************/
#user-nav {overflow-x:hidden;overflow-y:auto;position:fixed;z-index:1004;left:0;top:0;width:80%;height:100%;background-color:#fff;-ms-transform:translateX(-100%);-webkit-transform:translateX(-100%);transform:translateX(-100%);-webkit-transition:transform .3s ease-in-out;transition:transform .3s ease-in-out}
#user-header.is-active #user-nav {-ms-transform:translateX(0);-webkit-transform:translateX(0);transform:translateX(0)}
#user-header .nav-overlap {display:none;position:fixed;z-index:1001;left:0;top:0;width:100%;height:100%;background-color:rgba(10,10,10,.5)}
#user-header.is-active .nav-overlap {display:block}
@media screen and (min-width: 40em) {
	#user-nav {max-width:375px}
}

/* header */
#user-nav .header {display:block;font-size:0;background-color:#fff;text-align:left}
#user-nav .header > .item {display:inline-block;vertical-align:middle}
#user-nav .header > :first-child {width:142px;padding:1rem 1.25rem}
#user-nav .header > :last-child {width:calc(100% - 142px);padding:0 1.25rem;text-align:right}
#user-nav .header > .item > .btns {display:inline-block;margin-left:.625rem;font-size:1.625rem;line-height:30px;color:rgba(0,0,0,.95);vertical-align:middle;cursor:pointer}
#user-nav .header > .item > .btns.small {font-size:1.125rem;color:rgba(0,0,0,.5)}
#user-nav .header > :last-child > :first-child {margin-left:0}

/* container */
#user-nav .container::after {content:'';display:table;clear:both}

/* search */
#user-nav .search-form {display:block;position:relative;padding:0 0 0 .625rem;background-color:#333}
#user-nav .search-form .inner {display:block}
#user-nav .search-form .inner::after {content:'';display:table;clear:both}
#user-nav .search-form input#sc_word, #user-nav .search-form button[onclick] {float:left}
#user-nav .search-form input#sc_word {width:calc(100% - 65px);height:50px;margin-bottom:0;font-size:.875rem;font-weight:normal;color:#fff;background-color:transparent;border:0;border-radius:0}
#user-nav .search-form input#sc_word::-webkit-input-placeholder {color:rgba(255,255,255,.15)}
#user-nav .search-form input#sc_word::-moz-placeholder {color:rgba(255,255,255,.15)}
#user-nav .search-form input#sc_word:-ms-input-placeholder {color:rgba(255,255,255,.15)}
#user-nav .search-form input#sc_word::placeholder {color:rgba(255,255,255,.15)}
#user-nav .search-form button[onclick] {width:65px;height:50px;font-size:1.375rem;color:#fff;background-image:linear-gradient(to right, rgba(0,0,0,.3) 0%, rgba(0,0,0,0) 30%)}

/* sections */
#user-nav .menu {display:block;padding:1rem 0;margin-bottom:.625rem;background-color:#fff;text-align:left}
#user-nav .menu::after {content:'';display:table;clear:both}
#user-nav .menu li.item {display:block;padding:0 1.25rem;margin-bottom:.375rem}
#user-nav .menu > :last-child {margin-bottom:0}
#user-nav .menu li.item > a {display:block;overflow:hidden;position:relative;padding:0 .625rem;font-size:0;border-radius:3px;text-align:left;text-decoration:none;white-space:nowrap}
#user-nav .menu li.item > a:hover, #user-nav .menu li.item > a.active {background-color:#e73f72}
#user-nav .menu li.item > a > * {display:inline-block;vertical-align:middle}
#user-nav .menu > li.item i[class*="icon-"] {margin-right:.625rem;font-size:1.25rem;line-height:1;color:#aaafb8}
#user-nav .menu > li.item .text {font-size:1rem;font-weight:normal;line-height:45px;letter-spacing:-.05em;color:rgba(0,0,0,.95)}
#user-nav .menu li.item > a:hover > i[class*="icon-"], #user-nav .menu li.item > a:hover > .text, 
#user-nav .menu li.item > a.active > i[class*="icon-"], #user-nav .menu li.item > a.active > .text {color:#fff !important} 
#user-nav .menu > li.item .count {display:inline-block;overflow:hidden;position:absolute;z-index:10;right:.625rem;top:50%;padding:0 .375rem;min-width:20px;font-size:.625rem;font-weight:300;font-style:normal;line-height:20px;color:#fff;background-color:#ea0b55;border-radius:18px;text-align:center;-ms-transform:translateY(-50%);transform:translateY(-50%)}
#user-nav .menu li.item > a:hover > .count, #user-nav .menu li.item > a.active > .count {color:#e73f72;background-color:#fff}
#user-nav .menu > .is-accordion-submenu-parent[aria-expanded="true"] > a {font-weight:bolder}
#user-nav .menu > .is-accordion-submenu-parent > a::after {content:'+';right:1.25rem;width:auto;height:auto;margin:0;font-size:inherit;font-weight:normal;line-height:1;border:0;-ms-transform:translateY(-50%);transform:translateY(-50%)}
#user-nav .menu > .is-accordion-submenu-parent[aria-expanded="true"] > a::after {content:'-'}
#user-nav .menu.nested {background-color:#f8f8f8}
#user-nav .menu.nested::after {content:'';display:table;clear:both}
#user-nav .menu.nested > li {float:left;width:50%}
#user-nav .menu.nested > :nth-child(2n + 1) {border-right:1px solid rgba(0,0,0,.05);clear:both}
#user-nav .menu.nested > li > a {overflow:hidden;padding:.625rem 1rem;font-size:.875rem;text-overflow:ellipsis;white-space:nowrap}

/* menu icon */
#user-nav .visual--icon::before {width:20px;height:20px}

/* special menu */
#user-nav .tech-section {display:block;padding:0 1.25rem;font-size:0;text-align:left}
#user-nav .tech-section .item {display:block;overflow:hidden;height:45px;padding:0 .875rem;margin-bottom:.375rem;background-repeat:no-repeat;background-position:50% 50%;background-color:#000000;background-size:cover;border-radius:3px;white-space:nowrap}
#user-nav .tech-section > :last-child {margin-bottom:0}
#user-nav .tech-section .item.img-1 {background-image:url(/image/tech_banner_bg1.jpg)}
#user-nav .tech-section .item.img-2 {background-image:url(/image/tech_banner_bg2.jpg)}
#user-nav .tech-section .item > * {display:inline-block;vertical-align:middle}
#user-nav .tech-section .subject {margin-top:9px;margin-right:.625rem;font-size:1.063rem;font-weight:normal;line-height:45px;color:#fff;text-transform:uppercase}
#user-nav .tech-section .summary {display:inline-block;margin-top:4px;font-size:.875rem;font-weight:300;line-height:1.125;color:#e73f72}

/* footer */
#user-nav .footer {display:block;padding:1.25rem;margin:2.125rem 0 1.25rem;font-size:0;text-align:left;background-color:#ececec}
#user-nav .share, #user-nav .footer .navs {display:block;font-size:0;text-align:center}
#user-nav .share {margin-bottom:1.25rem}
#user-nav .share > .item {display:inline-block;overflow:hidden;width:30px;height:30px;margin-right:.625rem;margin-bottom:.625rem;font-size:1.125rem;color:#fff;line-height:30px;border-radius:50%;text-align:center;vertical-align:middle}
#user-nav .share > .item.fb {background-color:#4867aa}
#user-nav .share > .item.tw {background-color:#39a0ce}
#user-nav .share > .item.yt {background-color:#f72d2d}
#user-nav .share > .item.ig {background: #d6249f;background:radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%)}
#user-nav .share > .item.tg {background-color:#2ea6da}
#user-nav .share > .item.pt {background-color:#01c433}
#user-nav .share > .item.bg {background-color:#01c433}
#user-nav .share > .item.kk {color:#382322;background-color:#fee800}
#user-nav .share > :last-child {margin-right:0}
#user-nav .footer .navs > a {display:inline-block;position:relative;padding:.375rem .75rem;font-size:.813rem;line-height:1.125;color:rgba(0,0,0,.6);text-decoration:none;vertical-align:middle}
#user-nav .footer .navs > a::before {content:'';overflow:hidden;position:absolute;z-index:1;left:0;top:50%;width:0;height:.688rem;border-left:1px solid rgba(0,0,0,.12);-ms-transform:translateY(-50%);transform:translateY(-50%)}
#user-nav .footer .navs > :first-child::before {content:normal}
#user-nav .footer .address {display:block;margin:.375rem 0 0;padding:.75rem 0;font-size:0;border-top:1px solid rgba(0,0,0,.05);text-align:center}
#user-nav .footer .address > .item {display:inline-block;padding:.25rem .625rem;font-size:.75rem;font-style:normal;font-weight:normal;line-height:1.375;color:rgba(0,0,0,.5);text-decoration:none}
#user-nav .footer .address > .item.zips {display:block}


/**********************************************
note : key service
**********************************************/
#key-service {display:block;margin-top:-1px;font-size:0;background-color:#fff;text-align:center}
#key-service::after {content:'';display:table;clear:both}
#key-service > a {overflow:hidden;float:left;width:33.33333%;padding:.625rem;margin-bottom:-1px;font-size:1rem;line-height:1.125;border-width:1px 0 1px 1px;border-style:solid;border-color:#ececec;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}
#key-service > :nth-child(3n + 1) {border-left-width:0;clear:both}
#key-service > :last-child:not(:nth-child(3n)) {border-right-width:1px}
@media screen and (min-width: 40em) {
	#key-service > a {width:25%}
	#key-service > :nth-child(3n + 1) {border-left-width:1px;clear:inherit}
	#key-service > :nth-child(4n + 1) {border-left-width:0;clear:both}
	#key-service > :last-child:not(:nth-child(4n)) {border-right-width:1px}
}

/**********************************************
note : subscribe
**********************************************/
#subscribe {display:block;padding:5rem 1.25rem;background-color:#eef5fc;text-align:center}
#subscribe .titles {display:block;margin-bottom:1.875rem;font-size:1.625rem;font-weight:normal;line-height:1.25;letter-spacing:-.05em;color:#000}
#subscribe .content {display:block;font-size:0;text-align:center}
#subscribe .content > * {display:inline-block;margin-right:.625rem;vertical-align:top}
#subscribe .content > :last-child {margin-right:0}
#subscribe .content input[type="text"] {width:380px;height:60px;margin-bottom:0;padding:0 1rem;font-size:1.25rem;font-weight:300;border-color:transparent;border-radius:0}
#subscribe .content input[type="text"]:focus {border-color:rgba(0,0,0,.5)}
#subscribe .content .btn {width:105px;height:60px;font-size:1.375rem;font-weight:bolder;line-height:1;letter-spacing:-.025em;color:#fff;background-color:#000;cursor:pointer}
@media screen and (max-width: 63.9375em) {
	.row #subscribe .titles {font-size:1.25rem}
	.row #subscribe .content input[type="text"] {width:235px;height:50px;font-size:1.063rem}
	.row #subscribe .content .btn {width:95px;height:50px;font-size:1.125rem}
}
@media screen and (max-width: 39.9375em) {
	.row #subscribe {padding-top:2.5rem;padding-bottom:2.5rem}
	.row #subscribe .titles {font-size:1.125rem}
	.row #subscribe .content input[type="text"] {width:100%;margin:0 0 5px}
	.row #subscribe .content .btn {width:100%}
	.row #subscribe .content > :last-child {margin-bottom:0}
}

/**********************************************
note : footer
**********************************************/
#user-footer {display:block;padding:65px 20px;background-color:#000;text-align:center}
#user-footer .wrapper {display:block;max-width:1720px;margin:0 auto}

/* logo */
#user-footer .logo {display:block;margin-bottom:2.5rem;font-size:0}

/* address */
#user-footer .address {display:block;margin:2.5rem 0;font-size:0}
#user-footer .address > .item {display:inline-block;font-size:.9375rem;font-weight:300;font-style:normal;line-height:1.625;letter-spacing:-.025em;color:rgba(255,255,255,.5);vertical-align:middle}
#user-footer .address > .item::before {content:'';display:inline-block;overflow:hidden;width:0;height:.875rem;margin:0 1rem;border-left:1px solid rgba(255,255,255,.15);vertical-align:middle}
#user-footer .address > .n--bar::before {content:normal}
@media screen and (max-width: 63.9375em) {
	.row #user-footer .address br {display:none !important}
}

/* social */
#user-footer .social {display:block;margin:2.5rem 0;font-size:0}
#user-footer .social > .item {display:inline-block;overflow:hidden;padding:0 1.875rem;margin-left:.75rem; margin-bottom:.625rem;font-size:.9375rem;font-weight:300;line-height:40px;letter-spacing:-.05em;color:#fff;border:1px solid rgba(255,255,255,.15);border-radius:2rem;vertical-align:middle;text-align:center;text-decoration:none;-webkit-transition:border-color .3s ease-in-out, background-color .3s ease-in-out;transition:border-color .3s ease-in-out, background-color .3s ease-in-out}
#user-footer .social > .item.circle {width:42px;height:42px;padding:0;font-size:1.125rem;border-radius:50%}
#user-footer .social > :first-child {margin-left:0}
#user-footer .social > .item:hover {background-color:rgba(255,255,255,.05);border-color:rgba(255,255,255,.5)}
@media screen and (max-width: 39.9375em) {
	.row #user-footer .social > .item:first-child {display:block;max-width:180px;margin:0 auto .625rem}
	.row #user-footer .social > .item:not(:first-child) {margin-left:.375rem}
	.row #user-footer .social > .item:first-child + .item {margin-left:0}
	.row #user-footer .social > .item:not(.circle) {padding-left:1rem;padding-right:1rem;font-size:.75rem}
}

/* info */
#user-footer .copyright {display:block;margin-top:2.5rem;font-size:.9375rem;font-weight:300;line-height:1.125;letter-spacing:-.025em;color:rgba(255,255,255,.35)}
#user-footer .copyright > a {color:inherit;text-decoration:none}
@media screen and (max-width: 39.9375em) {
	.row #user-footer .copyright {font-size:.688rem;letter-spacing:0}
}

/* ndsoft */
#user-footer .ndsoft {margin-top:1.125rem;text-align:right}
#user-footer .ndsoft .ci {display:inline-block}
#user-footer .ndsoft .ci::before {content:'';display:block;overflow:hidden;width:72px;height:8px;background-image:url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 8.02'%3E%3Ctitle%3Endsoft%3C/title%3E%3Crect y='3' width='3' height='1' style='fill:%23abb1be'/%3E%3Crect y='5.02' width='3' height='1' style='fill:%23abb1be'/%3E%3Crect y='3.02' width='1' height='5' style='fill:%23abb1be'/%3E%3Crect x='3' y='4' width='1' height='1' style='fill:%23abb1be'/%3E%3Crect x='6' y='3' width='2' height='1' style='fill:%23abb1be'/%3E%3Crect x='6' y='7' width='2' height='1' style='fill:%23abb1be'/%3E%3Crect x='5' y='4' width='1' height='3' style='fill:%23abb1be'/%3E%3Crect x='8' y='4' width='1' height='3' style='fill:%23abb1be'/%3E%3Crect x='10' y='3' width='1' height='3' style='fill:%23abb1be'/%3E%3Crect x='12' y='4' width='1' height='2' style='fill:%23abb1be'/%3E%3Crect x='11' y='6' width='1' height='2' style='fill:%23abb1be'/%3E%3Crect x='13' y='6' width='1' height='2' style='fill:%23abb1be'/%3E%3Crect x='14' y='3' width='1' height='3' style='fill:%23abb1be'/%3E%3Crect x='35' y='3' width='1' height='5' style='fill:%23abb1be'/%3E%3Crect x='35' y='3' width='3' height='1' style='fill:%23abb1be'/%3E%3Crect x='35' y='5' width='3' height='1' style='fill:%23abb1be'/%3E%3Crect x='35' y='7' width='3' height='1' style='fill:%23abb1be'/%3E%3Crect x='38' y='6' width='1' height='1' style='fill:%23abb1be'/%3E%3Crect x='38' y='4' width='1' height='1' style='fill:%23abb1be'/%3E%3Crect x='40' y='3' width='1' height='2' style='fill:%23abb1be'/%3E%3Crect x='42' y='3' width='1' height='2' style='fill:%23abb1be'/%3E%3Crect x='41' y='5' width='1' height='3' style='fill:%23abb1be'/%3E%3Crect x='32' y='4' width='1' height='3' style='fill:%23abb1be'/%3E%3Crect x='29' y='3' width='1' height='5' style='fill:%23abb1be'/%3E%3Crect x='29' y='3' width='3' height='1' style='fill:%23abb1be'/%3E%3Crect x='29' y='7' width='3' height='1' style='fill:%23abb1be'/%3E%3Crect x='25' y='3' width='1' height='5' style='fill:%23abb1be'/%3E%3Crect x='25' y='3' width='3' height='1' style='fill:%23abb1be'/%3E%3Crect x='25' y='7' width='3' height='1' style='fill:%23abb1be'/%3E%3Crect x='25' y='5' width='2' height='1' style='fill:%23abb1be'/%3E%3Crect x='20' y='3' width='1' height='5' style='fill:%23abb1be'/%3E%3Crect x='23' y='3' width='1' height='2' style='fill:%23abb1be'/%3E%3Crect x='23' y='6' width='1' height='2' style='fill:%23abb1be'/%3E%3Crect x='20' y='3' width='4' height='1' style='fill:%23abb1be'/%3E%3Crect x='20' y='5' width='3' height='1' style='fill:%23abb1be'/%3E%3Crect x='16' y='3' width='1' height='5' style='fill:%23abb1be'/%3E%3Crect x='16' y='3' width='3' height='1' style='fill:%23abb1be'/%3E%3Crect x='16' y='7' width='3' height='1' style='fill:%23abb1be'/%3E%3Crect x='16' y='5' width='2' height='1' style='fill:%23abb1be'/%3E%3Crect x='59' y='2' width='2' height='6' style='fill:%23e6336e'/%3E%3Crect x='59' y='2' width='9' height='2' style='fill:%23e6336e'/%3E%3Crect x='59' y='6' width='9' height='2' style='fill:%23e6336e'/%3E%3Crect x='68' y='4' width='2' height='2' style='fill:%23e6336e'/%3E%3Crect x='70' width='2' height='2' style='fill:%23e6336e'/%3E%3Crect x='47' y='2' width='2' height='6' style='fill:%23e6336e'/%3E%3Crect x='55' y='2' width='2' height='6' style='fill:%23e6336e'/%3E%3Crect x='51' y='4' width='2' height='2' style='fill:%23e6336e'/%3E%3Crect x='53' y='6' width='4' height='2' style='fill:%23e6336e'/%3E%3Crect x='47' y='2' width='4' height='2' style='fill:%23e6336e'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:0 0;background-size:contain}



/* ?¢­???? / 933160 / 20200324 */
#user-gnb { width: 100%; height: 50px; background-color: #19284d; color:#fff; box-shadow: 0 2px 3px rgba(0,0,0,.15);  text-align:center;}
.mode-inner {  width: 266px; margin-left:auto; margin-right:auto; }
#user-gnb .coindesk-area {text-align:center; width: 266px;  height: 50px; font-size: 15px; color: #fff; line-height: 50px;}
#user-gnb .coindesk-area a {color: #fff;}


/* ?????? / 950554 / 20200519 */
.social i.icon-brunch{display: inline-block;width: 12px;height: 14px;background: url("/image/icon-brunch-dn.png") no-repeat;}
.social i.icon-audioclip{display: inline-block;width: 12px;height: 14px;background: url("/image/icon-audio-dn.png") no-repeat;}
.footer .share i.icon-brunch02{display: inline-block;width: 30px;height: 30px;background: url("/image/icon-brunch02-dn.png") no-repeat;}
.footer .share i.icon-audioclip02{display: inline-block;width: 30px;height: 30px;background: url("/image/icon-audio02-dn.png") no-repeat;}


/* ?????? / 949765 / 20200518 */
#user-header .sticky.is-stuck .side-logo {width: 20px; background-position: 0 40%}
#user-header .sticky .left-box {position:relative; top:5px; display: inline-block;overflow: hidden;width: 27px;height: 30px;background-repeat: no-repeat;background-position: 0;background-size: contain;background-position: 0 100%; margin-right: 10px;}
#user-header .sticky.is-stuck .left-box{top:8px}

@media screen and (max-width: 39.9375em) {
	#user-header .sticky .left-box {top:3px; width: 20px;height: 30px}
	#user-header .logo_banner2 li a.user-logo {width: 80px;}
}

/* ?¢­???? / 968423 / 20200720 */
#user-nav .share > .item.ins {  background: url("/image/bg_insta.jpg") no-repeat;}

/* 20200721 ¢©?¡Æ??? xi-ticker */
.xt-layout .left-fade{display:none}


/* ??¡Æ??? / 980035 / 20200831 */
#user-header .sticky.is-stuck .side-logo2 {width: 200px; background-position: 0 40%}
#user-header .sticky .right-box { position: absolute; display: inline-block;overflow: hidden;width: 190px;height: 68px;background-repeat: no-repeat;background-position: 0;background-size: contain;background-position: 0 100%; margin-left: 35px;}
#user-header .sticky.is-stuck .right-box {top:0px;width: 180px; margin-left: 45px;}
@media screen and (max-width: 39.9375em) {
	#user-header .sticky .right-box {display:none;top:3px; width: 30px;height: 30px}
}

/* ?????? / 1138264 / 20220224 */
#subscribe{padding:1.875rem 1.25rem}


